aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-03-14gnu: ImageMagick: Refer to the version number in a more robust way.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (imagemagick/fixed): Adjust accordingly.
2021-03-14gnu: libtiff: Refer to the version number in a more robust way.Leo Famulari
* gnu/packages/image.scm (libtiff)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (libtiff/fixed): Adjust accordingly.
2021-03-14gnu: libhandy: Update to 1.2.0.Leo Prikler
* gnu/packages/gnome.scm (libhandy): Update to 1.2.0.
2021-03-14ci: Support packages with multiple channels.Mathieu Othacehe
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.
2021-03-14gnu: Update OnionShare to 2.3.1.Eric Bavier
* 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.
2021-03-14gnu: python-eventlet: Add missing dependencies.Eric Bavier
* gnu/packages/python-xyz.scm (python-eventlet)[propagated-inputs]: Add python-dnspython and python-monotonic.
2021-03-14gnu: Add python-flask-socketio.Eric Bavier
* gnu/packages/python-web.scm (python-flask-socketio): New variable.
2021-03-14gnu: Add python-socketio.Eric Bavier
* gnu/packages/python-web.scm (python-socketio): New variable.
2021-03-14gnu: Add python-engineioEric Bavier
* gnu/packages/python-web.scm (python-engineio): New variable.
2021-03-14gnu: Add python-bidict.Eric Bavier
* gnu/packages/python-xyz.scm (python-bidict): New variable.
2021-03-14gnu: Add python-sortedcollections.Eric Bavier
* gnu/packages/python-xyz.scm (python-sortedcollections): New variable.
2021-03-14gnu: Add python-sphinx-autodoc-typehints.Eric Bavier
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): New variable.
2021-03-14gnu: Add python-sphobjinv.Eric Bavier
* gnu/packages/sphinx.scm (python-sphobjinv): New variable.
2021-03-14gnu: pdfarranger: Update to 1.7.1.Nicolas Goaziou
* gnu/packages/pdf.scm (pdfarranger): Update to 1.7.1.
2021-03-14gnu: alacritty: Adjust to changes in the cargo-build-system.Efraim Flashner
* gnu/packages/terminals.scm (alacritty)[arguments]: Add flag to not install source.
2021-03-14gnu: newsboat: Adjust to changes in cargo-build-system.Efraim Flashner
* gnu/packages/syndication.scm (newsboat)[arguments]: Add flag to not install source.
2021-03-14gnu: librsvg-next: Adjust to changes in cargo-build-system.Efraim Flashner
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Add flag to not install source.
2021-03-14ci: Add channel subset support.Mathieu Othacehe
* gnu/ci.scm (cuirass-jobs): Add channel subset support.
2021-03-14gnu: mes: Remove aarch64-linux from supported-systems.Jan (janneke) Nieuwenhuizen
* gnu/packages/mes.scm (mes)[supported-systems]: Remove aarch64-linux. Thinko: mes only builds on aarch64-linux using --system=armhf-linux.
2021-03-14gnu: mescc-tools: Build for armhf-linux and aarch64-linux too.Jan (janneke) Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools)[supported-systems]: New field, overriding the v0.5.2 version.
2021-03-14bootstrap: mescc-tools-static: Base arguments on version 0.5.2.Jan (janneke) Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mescc-tools-static)[arguments]: Use fixed package-arguments of mescc-tools-0.5.2.
2021-03-14gnu: mes: Update to 0.23.Jan (janneke) Nieuwenhuizen
* 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.
2021-03-14gnu: mes: Update to nyacc-1.00.2.Jan (janneke) Nieuwenhuizen
* gnu/packages/mes.scm (mes)[propagated-inputs]: Use nyacc-1.00.2.
2021-03-14gnu: Add nyacc-1.00.2.Jan (janneke) Nieuwenhuizen
* gnu/packages/mes.scm (nyacc-1.00.2): New variable.
2021-03-14gnu: mescc-tools: Update to 0.7.0.Jan (janneke) Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools)[source]: Update to 0.7.0. [arguments]: Add patch-prefix phase to remove hardcoded "/usr/bin".
2021-03-14gnu: font-libertinus: Update to 7.040.Lars-Dominik Braun
* gnu/packages/fonts.scm (font-libertinus): Update to 7.040.
2021-03-14gnu: font-abattis-cantarell: Update to 0.301.Lars-Dominik Braun
* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.301.
2021-03-14gnu: font-ibm-plex: Update to 5.1.3.Lars-Dominik Braun
* gnu/packages/fonts.scm (font-ibm-plex): Update to 5.1.3.
2021-03-14gun: unzip/fixed: Fix tests on 32-bit systems.Léo Le Bouter
* 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.
2021-03-14gnu: unzip: Fix patch name.Efraim Flashner
This is what happens when you push without testing your changes :/ * gnu/packages/compression.scm (unzip)[source]: Adjust patch name.
2021-03-14gnu: unzip: Rename patch.Efraim Flashner
* gnu/packages/patches/unzip-case-insensitive.patch: Rename from unzip-caseinsensitive.patch.
2021-03-14gnu: unzip: Add patches from Fedora [security fixes].Léo Le Bouter
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.
2021-03-14gnu: webkitgtk: Enable WOFF2 support.Léo Le Bouter
* gnu/packages/webkit.scm (webkitgtk): [arguments]<#:configure-flags>: Remove "-DUSE_WOFF2=OFF". [inputs]: Add woff2.
2021-03-14gnu: wpewebkit: Update to 2.30.5 [security fixes].Léo Le Bouter
* 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).
2021-03-13gnu: guix: Update to c8887a5.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to c8887a5.
2021-03-13gnu: emacs-elfeed-score: Fix description Texinfo syntax.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score)[description]: Remove extra "@".
2021-03-13gnu: sudo: Update to 1.9.6.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.6.
2021-03-13gnu: quagga: Use archived source tarball.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (quagga)[source]: Download from Fossies archive.
2021-03-13gnu: console-setup: Update to 1.201.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup): Update to 1.201.
2021-03-13gnu: qjackctl: Update to 0.9.1.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (qjackctl): Update to 0.9.1.
2021-03-13gnu: Add syscall-intercept.Gerd Heber
* gnu/packages/engineering.scm (syscall-intercept): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13gnu: Add guile-f-scm.Xinglu Chen
* gnu/packages/guile-xyz.scm (guile-f-scm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13gnu: Add l2md.Xinglu Chen
* gnu/packages/mail.scm (l2md): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13gnu: terminator: Update to 2.1.0.Andy Tai
* 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>
2021-03-13gnu: opencl-headers: Update to 2020.12.18Milkey Mouse
* 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>
2021-03-13gnu: opencc: Update to 1.1.1.Zhu Zihao
* gnu/packages/textutils.scm(opencc): Update to 1.1.1 [arguments]<#:out-of-source?>: Build in source tree. <#:parallel-build?>: Disable. <#:phases>: In "patch-3rd-party-references", fix the version of dependency. Add phases "patch-python-binding-installation", "install-python-binding" and "enable-bytecode-determinism". [native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13gnu: cagebreak: Update to 1.6.0.Nicolas Goaziou
* gnu/packages/wm.scm (cagebreak): Update to 1.6.0.
2021-03-13gnu: python-scikit-image: Enable tests.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-image)[arguments]: Add phases related to tests. [native-inputs]: Add python-codecov, python-flake8, python-pytest, python-pytest-cov, python-pytest-localserver, python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13gnu: python-scikit-image: Update to 0.18.1.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.18.1. [propagated-inputs]: Remove python-six. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13gnu: Add python-pooch.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pooch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>