summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-14gnu: OpenSSL: Refer to the version number in a more robust way....* gnu/packages/tls.scm (openssl)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (openssl/fixed): Adjust accordingly. Leo Famulari
2021-03-14gnu: ImageMagick: Refer to the version number in a more robust way....* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (imagemagick/fixed): Adjust accordingly. Leo Famulari
2021-03-14gnu: libtiff: Refer to the version number in a more robust way....* gnu/packages/image.scm (libtiff)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (libtiff/fixed): Adjust accordingly. Leo Famulari
2021-03-14gnu: libhandy: Update to 1.2.0....* gnu/packages/gnome.scm (libhandy): Update to 1.2.0. Leo Prikler
2021-03-14ci: Support packages with multiple channels....This is a follow-up of 61a1165340a8bcc45550259edca25275d899fe09. For packages provided by external channels, package-channels procedure will return at least two channels. Take it into account. * gnu/ci.scm (cuirass-jobs): Fix channels subset argument. Mathieu Othacehe
2021-03-14gnu: Update OnionShare to 2.3.1....* gnu/packages/tor.scm (onionshare-cli): New variable. (onionshare): Inherit from onionshare-cli. [arguments]: Add patch-tests and install-data phases. Adjust check phase for new tests. [inputs]: Remove python-pycryptodome, python-nautilus, python-sip, python-stem, and python-pyqt. Add onionshare-cli, python-shiboken-2, python-pyside-2, python-qrcode. [description]: Use new upstream description. Eric Bavier
2021-03-14gnu: python-eventlet: Add missing dependencies....* gnu/packages/python-xyz.scm (python-eventlet)[propagated-inputs]: Add python-dnspython and python-monotonic. Eric Bavier
2021-03-14gnu: Add python-flask-socketio....* gnu/packages/python-web.scm (python-flask-socketio): New variable. Eric Bavier
2021-03-14gnu: Add python-socketio....* gnu/packages/python-web.scm (python-socketio): New variable. Eric Bavier
2021-03-14gnu: Add python-engineio...* gnu/packages/python-web.scm (python-engineio): New variable. Eric Bavier
2021-03-14gnu: Add python-bidict....* gnu/packages/python-xyz.scm (python-bidict): New variable. Eric Bavier
2021-03-14gnu: Add python-sortedcollections....* gnu/packages/python-xyz.scm (python-sortedcollections): New variable. Eric Bavier
2021-03-14gnu: Add python-sphinx-autodoc-typehints....* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): New variable. Eric Bavier
2021-03-14gnu: Add python-sphobjinv....* gnu/packages/sphinx.scm (python-sphobjinv): New variable. Eric Bavier
2021-03-14gnu: pdfarranger: Update to 1.7.1....* gnu/packages/pdf.scm (pdfarranger): Update to 1.7.1. Nicolas Goaziou
2021-03-14gnu: alacritty: Adjust to changes in the cargo-build-system....* gnu/packages/terminals.scm (alacritty)[arguments]: Add flag to not install source. Efraim Flashner
2021-03-14gnu: newsboat: Adjust to changes in cargo-build-system....* gnu/packages/syndication.scm (newsboat)[arguments]: Add flag to not install source. Efraim Flashner
2021-03-14gnu: librsvg-next: Adjust to changes in cargo-build-system....* gnu/packages/gnome.scm (librsvg-next)[arguments]: Add flag to not install source. Efraim Flashner
2021-03-14build-system/cargo: Propagate crates across builds....* guix/build-system/cargo.scm (cargo-build): Add cargo-package-flags, install-source flags. * guix/build/cargo-build-system.scm (unpack-rust-crates, package): New procedures. (install): Also install crate sources. (%standard-phases): Add new phases. * doc/guix.texi (Packaging-guidelines)[Rust Crates]: Adjust to changes in the cargo-build-system. Efraim Flashner
2021-03-14ci: Add channel subset support....* gnu/ci.scm (cuirass-jobs): Add channel subset support. Mathieu Othacehe
2021-03-14gnu: mes: Remove aarch64-linux from supported-systems....* gnu/packages/mes.scm (mes)[supported-systems]: Remove aarch64-linux. Thinko: mes only builds on aarch64-linux using --system=armhf-linux. Jan (janneke) Nieuwenhuizen
2021-03-14gnu: mescc-tools: Build for armhf-linux and aarch64-linux too....* gnu/packages/mes.scm (mescc-tools)[supported-systems]: New field, overriding the v0.5.2 version. Jan (janneke) Nieuwenhuizen
2021-03-14bootstrap: mescc-tools-static: Base arguments on version 0.5.2....* gnu/packages/make-bootstrap.scm (%mescc-tools-static)[arguments]: Use fixed package-arguments of mescc-tools-0.5.2. Jan (janneke) Nieuwenhuizen
2021-03-14gnu: mes: Update to 0.23....* gnu/packages/mes.scm (mes)[source]: Update to 0.23. [supported-systems]: Add aarch64-linux, armhf-linux. (mes-rb5)[version,source,supported-systems]: Revert to v0.22. Jan (janneke) Nieuwenhuizen
2021-03-14gnu: mes: Update to nyacc-1.00.2....* gnu/packages/mes.scm (mes)[propagated-inputs]: Use nyacc-1.00.2. Jan (janneke) Nieuwenhuizen
2021-03-14gnu: Add nyacc-1.00.2....* gnu/packages/mes.scm (nyacc-1.00.2): New variable. Jan (janneke) Nieuwenhuizen
2021-03-14gnu: mescc-tools: Update to 0.7.0....* gnu/packages/mes.scm (mescc-tools)[source]: Update to 0.7.0. [arguments]: Add patch-prefix phase to remove hardcoded "/usr/bin". Jan (janneke) Nieuwenhuizen
2021-03-14gnu: font-libertinus: Update to 7.040....* gnu/packages/fonts.scm (font-libertinus): Update to 7.040. Lars-Dominik Braun
2021-03-14gnu: font-abattis-cantarell: Update to 0.301....* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.301. Lars-Dominik Braun
2021-03-14gnu: font-ibm-plex: Update to 5.1.3....* gnu/packages/fonts.scm (font-ibm-plex): Update to 5.1.3. Lars-Dominik Braun
2021-03-14gun: unzip/fixed: Fix tests on 32-bit systems....* gnu/packages/patches/unzip-32bit-zipbomb-fix.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (unzip/fixed): Apply patch. Léo Le Bouter
2021-03-14gnu: unzip: Fix patch name....This is what happens when you push without testing your changes :/ * gnu/packages/compression.scm (unzip)[source]: Adjust patch name. Efraim Flashner
2021-03-14gnu: unzip: Rename patch....* gnu/packages/patches/unzip-case-insensitive.patch: Rename from unzip-caseinsensitive.patch. Efraim Flashner
2021-03-14gnu: unzip: Add patches from Fedora [security fixes]....Non-exhaustively fixes CVE-2016-9844, CVE-2018-1000035, CVE-2018-18384, and CVE-2019-13232. * gnu/packages/patches/unzip-COVSCAN-fix-unterminated-string.patch, gnu/packages/patches/unzip-CVE-2016-9844.patch, gnu/packages/patches/unzip-CVE-2018-1000035.patch, gnu/packages/patches/unzip-CVE-2018-18384.patch, gnu/packages/patches/unzip-case-insensitive.patch, gnu/packages/patches/unzip-alt-iconv-utf8-print.patch, gnu/packages/patches/unzip-alt-iconv-utf8.patch, gnu/packages/patches/unzip-close.patch, gnu/packages/patches/unzip-exec-shield.patch, gnu/packages/patches/unzip-fix-recmatch.patch, gnu/packages/patches/unzip-manpage-fix.patch, gnu/packages/patches/unzip-overflow.patch, gnu/packages/patches/unzip-symlink.patch, gnu/packages/patches/unzip-timestamp.patch, gnu/packages/patches/unzip-valgrind.patch, gnu/packages/patches/unzip-x-option.patch, gnu/packages/patches/unzip-zipbomb-manpage.patch, gnu/packages/patches/unzip-zipbomb-part1.patch, gnu/packages/patches/unzip-zipbomb-part2.patch, gnu/packages/patches/unzip-zipbomb-part3.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/compression.scm (unzip/fixed): New variable. Apply patches. (unzip)[replacement]: Graft. Léo Le Bouter
2021-03-14gnu: webkitgtk: Enable WOFF2 support....* gnu/packages/webkit.scm (webkitgtk): [arguments]<#:configure-flags>: Remove "-DUSE_WOFF2=OFF". [inputs]: Add woff2. Léo Le Bouter
2021-03-14gnu: wpewebkit: Update to 2.30.5 [security fixes]....* gnu/packages/webkit.scm (wpewebkit): Update to 2.30.5. [arguments]<#:configure-flags>: Add "-DUSE_SYSTEMD=OFF" and "-DUSE_GSTREAMER_GL=OFF". Change "-DENABLE_ENCRYPTED_MEDIA=ON" to "-DENABLE_ENCRYPTED_MEDIA=OFF" (DRM). Léo Le Bouter
2021-03-13gnu: guix: Update to c8887a5....* gnu/packages/package-management.scm (guix): Update to c8887a5. Ludovic Courtès
2021-03-13gnu: emacs-elfeed-score: Fix description Texinfo syntax....* gnu/packages/emacs-xyz.scm (emacs-elfeed-score)[description]: Remove extra "@". Ludovic Courtès
2021-03-13gnu-maintenance: Autoload (zlib)....* guix/gnu-maintenance.scm: Autoload (zlib). Ludovic Courtès
2021-03-13inferior: Add <inferior> printer....This avoids printing the whole package table in backtraces and such. * guix/inferior.scm (write-inferior): New procedure. <top level>: Call 'set-record-type-printer!'. Ludovic Courtès
2021-03-13gnu: sudo: Update to 1.9.6....* gnu/packages/admin.scm (sudo): Update to 1.9.6. Tobias Geerinckx-Rice
2021-03-13gnu: quagga: Use archived source tarball....* gnu/packages/networking.scm (quagga)[source]: Download from Fossies archive. Tobias Geerinckx-Rice
2021-03-13tests: Remove obsolete comment....This follows up on commit c05ceaf2b650d090cf39a048193505cb4e6bd257. * tests/lint.scm: Remove comment. Reported by morgansmith in #guix. Tobias Geerinckx-Rice
2021-03-13gnu: console-setup: Update to 1.201....* gnu/packages/xorg.scm (console-setup): Update to 1.201. Tobias Geerinckx-Rice
2021-03-13gnu: qjackctl: Update to 0.9.1....* gnu/packages/audio.scm (qjackctl): Update to 0.9.1. Tobias Geerinckx-Rice
2021-03-13gnu: Add syscall-intercept....* gnu/packages/engineering.scm (syscall-intercept): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Gerd Heber
2021-03-13gnu: Add guile-f-scm....* gnu/packages/guile-xyz.scm (guile-f-scm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Xinglu Chen
2021-03-13gnu: Add l2md....* gnu/packages/mail.scm (l2md): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Xinglu Chen
2021-03-13gnu: terminator: Update to 2.1.0....* gnu/packages/gnome.scm (terminator): Update to 2.1.0. [inputs]: Add python, python-dbus, python-notify2. [arguments]: Add a phase to handle Python DBus. Disable tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andy Tai
2021-03-13gnu: opencl-headers: Update to 2020.12.18...* gnu/packages/opencl.scm (opencl-headers): Update to 2020.12.18. [version]: Use the latest tagged version, now that they exist. [arguments]: Replace all phases with trivial header copy. [license]: Change license to Apache 2.0 (happened in March 2020). Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Milkey Mouse