summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-03-11gnu: libdatrie: Update to 0.2.13....* gnu/packages/gtk.scm (libdatrie): Update to 0.2.13. Tobias Geerinckx-Rice
2021-03-11gnu: libinih: Update to 53....* gnu/packages/linux.scm (libinih): Update to 53. Tobias Geerinckx-Rice
2021-03-11gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381]....* gnu/packages/package-management.scm (flatpak): Update to 1.10.2. Léo Le Bouter
2021-03-11gnu: mongodb: Update comment about package license....* gnu/packages/databases.scm (mongodb): Adjust the comment about the licensing status of the package, there are still older branches receiving updates under the AGPL license. Efraim Flashner
2021-03-11Revert "Revert "gnu: mongodb: Update to 3.4.24 [security fixes].""...This reverts commit feff80cec3c97a3df2c20d300be12d67f79d4f22. I was mistaken, there are still branches of mongodb which are still licensed under the AGPL3 Efraim Flashner
2021-03-11gnu: Add computable-reals....* gnu/packages/lisp-xyz.scm (cl-computable-reals, ecl-computable-reals, sbcl-computable-reals): New variables. Pierre Neidhardt
2021-03-11gnu: Add python-praw....* gnu/packages/python-web.scm (python-raw): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan
2021-03-11gnu: Add python-prawcore....* gnu/packages/python-web.scm (python-prawcore): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan
2021-03-11gnu: Add python-testfixtures....* gnu/packages/python-check.scm (python-testfixtures): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan
2021-03-11gnu: Add python-betamax-serializers....* gnu/packages/python-web.scm (python-betamax-serializers): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan
2021-03-11gnu: jasper: Update to 2.0.26....* gnu/packages/image.scm (jasper): Update to 2.0.26. Tobias Geerinckx-Rice
2021-03-11gnu: thermald: Update to 2.4.3....* gnu/packages/admin.scm (thermald): Update to 2.4.3. Tobias Geerinckx-Rice
2021-03-11gnu: doctest: Update to 2.4.5....* gnu/packages/check.scm (doctest): Update to 2.4.5. Tobias Geerinckx-Rice
2021-03-11gnu: jetring: Update to 0.30....* gnu/packages/gnupg.scm (jetring): Update to 0.30. Tobias Geerinckx-Rice
2021-03-11gnu: memkind: Remove duplicate COPYING file....* gnu/packages/disk.scm (memkind)[arguments]: Add the standard "--docdir=" location to #:configure-flags. Tobias Geerinckx-Rice
2021-03-11gnu: memkind: Update to 1.11.0....* gnu/packages/disk.scm (memkind): Update to 1.11.0. Tobias Geerinckx-Rice
2021-03-11gnu: Update zfs to 2.0.4....Mostly FreeBSD fixes, some documentation changes and corrections, and a few small bugfixes. Tested with `guix build` only, no in-depth testing done. From 6037ac6f797f37abb579278a0d30cd16e6876ec6 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework <raid5atemyhomework@protonmail.com> Date: Thu, 11 Mar 2021 12:43:58 +0000 Subject: [PATCH] gnu: Update zfs to 2.0.4. * gnu/packages/file-systems.scm (zfs): Update to 2.0.4, rename to OpenZFS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> raid5atemyhomework via Guix-patches via
2021-03-11gnu: fio: Update to 3.26....* gnu/packages/benchmark.scm (fio): Update to 3.26. Tobias Geerinckx-Rice
2021-03-11gnu: Add java-openjfx-controls....* gnu/packages/java.scm (java-openjfx-controls): New variable. Ricardo Wurmus
2021-03-11gnu: emacs-counsel: Update to 0.13.4....* gnu/packages/emacs-xyz.scm (emacs-counsel): Update to 0.13.4. [source]: Update URI. Nicolas Goaziou
2021-03-11gnu: emacs-swiper: Update to 0.13.4....* gnu/packages/emacs-xyz.scm (emacs-swiper): Update to 0.13.4. [source]: Update URI. Nicolas Goaziou
2021-03-11gnu: emacs-ivy: Update to 0.13.4....* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.4. Nicolas Goaziou
2021-03-11gnu: emacs-project: Fix build....* gnu/packages/emacs-xyz.scm (emacs-project)[source]: Fix URI. Nicolas Goaziou
2021-03-11gnu: emacs-map: Update to 3.0....* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.0. Nicolas Goaziou
2021-03-11gnu: emacs-project: Update to 0.5.4....* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.5.4. Nicolas Goaziou
2021-03-11gnu: emacs-posframe: Update to 0.8.8....* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.8. Nicolas Goaziou
2021-03-11gnu: Add bandage....* gnu/packages/bioinformatics.scm (bandage): New variable. Efraim Flashner
2021-03-11gnu: mongodb: Add comment about future package versions....* gnu/packages/databases.scm (mongodb): Add comment that the license of the package changed after the packaged version and that it shouldn't be updated. Efraim Flashner
2021-03-11Revert "gnu: mongodb: Update to 3.4.24 [security fixes]."...This reverts commit e5f89570c1d72c4b674fad6b6ad5591ead02d419. After this version mongodb switched to the Server Side Public License (https://www.mongodb.com/licensing/server-side-public-license) which is not a FOSS license. Efraim Flashner
2021-03-11gnu: glib: Fix CVE-2021-27218 and CVE-2021-27219....* gnu/packages/patches/glib-CVE-2021-27218.patch, gnu/packages/patches/glib-CVE-2021-27219-01.patch, gnu/packages/patches/glib-CVE-2021-27219-02.patch, gnu/packages/patches/glib-CVE-2021-27219-03.patch, gnu/packages/patches/glib-CVE-2021-27219-04.patch, gnu/packages/patches/glib-CVE-2021-27219-05.patch, gnu/packages/patches/glib-CVE-2021-27219-06.patch, gnu/packages/patches/glib-CVE-2021-27219-07.patch, gnu/packages/patches/glib-CVE-2021-27219-08.patch, gnu/packages/patches/glib-CVE-2021-27219-09.patch, gnu/packages/patches/glib-CVE-2021-27219-10.patch, gnu/packages/patches/glib-CVE-2021-27219-11.patch, gnu/packages/patches/glib-CVE-2021-27219-12.patch, gnu/packages/patches/glib-CVE-2021-27219-13.patch, gnu/packages/patches/glib-CVE-2021-27219-14.patch, gnu/packages/patches/glib-CVE-2021-27219-15.patch, gnu/packages/patches/glib-CVE-2021-27219-16.patch, gnu/packages/patches/glib-CVE-2021-27219-17.patch, gnu/packages/patches/glib-CVE-2021-27219-18.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/glib.scm (glib)[replacement]: New field. (glib/fixed): New variable. Mark H Weaver
2021-03-11gnu: go: Update to 1.14.15 [security fixes]....This update will cause more than 300 packages to be rebuilt but due to how Go works we can't graft to fix the issue since we actually need to rebuild dependents so they include a newer version of the Go standard library. Considering the CVEs that this fixes are in great part in the Go standard library we can only proceed and push directly to master. * gnu/packages/golang.scm (go): Update to 1.14.15. [arguments]: Remove more cgo-related failing tests. Léo Le Bouter
2021-03-11gnu: emacs-password-store: 2.1.4-1.918992c [security fix]....Includes a fix to no longer store clear passwords in a temporary file, see commit 7aa17d099577730d2d65332896b74d5865b22abf for details. * gnu/packages/emacs-xyz.scm (emacs-password-store): Update to 2.1.4-1.918992c. [propagated-inputs]: Remove emacs-f, add emacs-auth-source-pass. Pierre Langlois
2021-03-11gnu: openssl: Update to 1.1.1j [security fixes]....* gnu/packages/tls.scm (openssl/fixed): New variable. (openssl)[replacement]: Graft. Léo Le Bouter
2021-03-11gnu: openvpn: Update to 2.5.1 [security fixes]....Non-exhaustively, fixes CVE-2020-7224. * gnu/packages/vpn.scm (openvpn): Update to 2.5.1. Léo Le Bouter
2021-03-11gnu: libx11: Update to 1.6.12 [fixes CVE-2020-14363]....* gnu/packages/xorg.scm (libx11/fixed): New variable. (libx11)[replacement]: Graft. Léo Le Bouter
2021-03-11gnu: docker-cli: Fix source hash....This is a follow-up to commit 83cda00bc62d665f05d37d07c78a1c4eab5297f0. * gnu/packages/docker.scm (docker-cli): Fix source hash caused by cascading %docker-version variable changes. Léo Le Bouter
2021-03-11gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-2020-36241]....* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.0. Léo Le Bouter
2021-03-11gnu: zstd-1.4.9: Fix i686-linux and arm/aarch64-linux builds....It's only a graft added for security so disabling tests on there seems acceptable. See: <https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00130.html>. * gnu/packages/compression.scm (zstd-1.4.9)[arguments]: Substitute keyword arguments of 'zstd' to disable tests. Léo Le Bouter
2021-03-11gnu: geary: Fix CVE-2020-24661....* gnu/packages/patches/geary-CVE-2020-24661.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (geary): Apply it. Léo Le Bouter
2021-03-11gnu: gthumb: Update to 3.10.2 [security fixes]....Non-exhaustively, fixes CVE-2019-20326. * gnu/packages/gnome.scm (gthumb): Update to 3.10.2. Léo Le Bouter
2021-03-11gnu: libcroco: Fix CVE-2020-12825....* gnu/packages/patches/libcroco-CVE-2020-12825.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (libcroco/fixed): New variable. Apply patch. (libcroco)[replacement]: Graft. Léo Le Bouter
2021-03-11gnu: evolution: Fix CVE-2020-11879....* gnu/packages/patches/evolution-CVE-2020-11879.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (evolution): Apply it. Léo Le Bouter
2021-03-11gnu: evolution-data-server: Fix CVE-2020-14928 and CVE-2020-16117....* gnu/packages/patches/evolution-data-server-CVE-2020-14928.patch, gnu/packages/patches/evolution-data-server-CVE-2020-16117.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gnome.scm (evolution-data-server): Apply them. Léo Le Bouter
2021-03-11gnu: qca: Update to 2.3.2....* gnu/packages/kde.scm (qca): Update to 2.3.2. Tobias Geerinckx-Rice
2021-03-11gnu: sooperlooper: Update to 1.7.6....* gnu/packages/music.scm (sooperlooper): Update to 1.7.6. Tobias Geerinckx-Rice
2021-03-11gnu: bindfs: Update to 1.15.1....* gnu/packages/file-systems.scm (bindfs): Update to 1.15.1. Tobias Geerinckx-Rice
2021-03-11gnu: weechat: Update to 3.1....* gnu/packages/irc.scm (weechat): Update to 3.1. Tobias Geerinckx-Rice
2021-03-11gnu: os-prober: Update to 1.78....* gnu/packages/bootloaders.scm (os-prober): Update to 1.78. Tobias Geerinckx-Rice
2021-03-11gnu: mutt: Update to 2.0.6....* gnu/packages/mail.scm (mutt): Update to 2.0.6. Tobias Geerinckx-Rice
2021-03-10gnu: librecad: Update to 2.2.0-rc2 [fixes CVE-2018-19105]....* gnu/packages/engineering.scm (librecad): Update to 2.2.0-rc2. Léo Le Bouter