summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: memkind: Remove duplicate COPYING file.Tobias Geerinckx-Rice2021-03-11
| | | | | * gnu/packages/disk.scm (memkind)[arguments]: Add the standard "--docdir=" location to #:configure-flags.
* gnu: memkind: Update to 1.11.0.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/disk.scm (memkind): Update to 1.11.0.
* gnu: Update zfs to 2.0.4.raid5atemyhomework via Guix-patches via2021-03-11
| | | | | | | | | | | | | | | | 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>
* gnu: fio: Update to 3.26.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.26.
* gnu: Add java-openjfx-controls.Ricardo Wurmus2021-03-11
| | | | * gnu/packages/java.scm (java-openjfx-controls): New variable.
* gnu: emacs-counsel: Update to 0.13.4.Nicolas Goaziou2021-03-11
| | | | | * gnu/packages/emacs-xyz.scm (emacs-counsel): Update to 0.13.4. [source]: Update URI.
* gnu: emacs-swiper: Update to 0.13.4.Nicolas Goaziou2021-03-11
| | | | | * gnu/packages/emacs-xyz.scm (emacs-swiper): Update to 0.13.4. [source]: Update URI.
* gnu: emacs-ivy: Update to 0.13.4.Nicolas Goaziou2021-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.4.
* gnu: emacs-project: Fix build.Nicolas Goaziou2021-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-project)[source]: Fix URI.
* gnu: emacs-map: Update to 3.0.Nicolas Goaziou2021-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.0.
* gnu: emacs-project: Update to 0.5.4.Nicolas Goaziou2021-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.5.4.
* gnu: emacs-posframe: Update to 0.8.8.Nicolas Goaziou2021-03-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.8.
* gnu: Add bandage.Efraim Flashner2021-03-11
| | | | * gnu/packages/bioinformatics.scm (bandage): New variable.
* gnu: mongodb: Add comment about future package versions.Efraim Flashner2021-03-11
| | | | | | * 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.
* Revert "gnu: mongodb: Update to 3.4.24 [security fixes]."Efraim Flashner2021-03-11
| | | | | | | | 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.
* gnu: glib: Fix CVE-2021-27218 and CVE-2021-27219.Mark H Weaver2021-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: go: Update to 1.14.15 [security fixes].Léo Le Bouter2021-03-11
| | | | | | | | | | | 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.
* gnu: emacs-password-store: 2.1.4-1.918992c [security fix].Pierre Langlois2021-03-11
| | | | | | | | | 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.
* gnu: openssl: Update to 1.1.1j [security fixes].Léo Le Bouter2021-03-11
| | | | | * gnu/packages/tls.scm (openssl/fixed): New variable. (openssl)[replacement]: Graft.
* gnu: openvpn: Update to 2.5.1 [security fixes].Léo Le Bouter2021-03-11
| | | | | | Non-exhaustively, fixes CVE-2020-7224. * gnu/packages/vpn.scm (openvpn): Update to 2.5.1.
* gnu: libx11: Update to 1.6.12 [fixes CVE-2020-14363].Léo Le Bouter2021-03-11
| | | | | * gnu/packages/xorg.scm (libx11/fixed): New variable. (libx11)[replacement]: Graft.
* gnu: docker-cli: Fix source hash.Léo Le Bouter2021-03-11
| | | | | | | This is a follow-up to commit 83cda00bc62d665f05d37d07c78a1c4eab5297f0. * gnu/packages/docker.scm (docker-cli): Fix source hash caused by cascading %docker-version variable changes.
* gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-2020-36241].Léo Le Bouter2021-03-11
| | | | * gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.0.
* gnu: zstd-1.4.9: Fix i686-linux and arm/aarch64-linux builds.Léo Le Bouter2021-03-11
| | | | | | | | | | 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.
* gnu: geary: Fix CVE-2020-24661.Léo Le Bouter2021-03-11
| | | | | | * 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.
* gnu: gthumb: Update to 3.10.2 [security fixes].Léo Le Bouter2021-03-11
| | | | | | Non-exhaustively, fixes CVE-2019-20326. * gnu/packages/gnome.scm (gthumb): Update to 3.10.2.
* gnu: libcroco: Fix CVE-2020-12825.Léo Le Bouter2021-03-11
| | | | | | | * 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.
* gnu: evolution: Fix CVE-2020-11879.Léo Le Bouter2021-03-11
| | | | | | * 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.
* gnu: evolution-data-server: Fix CVE-2020-14928 and CVE-2020-16117.Léo Le Bouter2021-03-11
| | | | | | | * 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.
* gnu: qca: Update to 2.3.2.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/kde.scm (qca): Update to 2.3.2.
* gnu: sooperlooper: Update to 1.7.6.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/music.scm (sooperlooper): Update to 1.7.6.
* gnu: bindfs: Update to 1.15.1.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/file-systems.scm (bindfs): Update to 1.15.1.
* gnu: weechat: Update to 3.1.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/irc.scm (weechat): Update to 3.1.
* gnu: os-prober: Update to 1.78.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/bootloaders.scm (os-prober): Update to 1.78.
* gnu: mutt: Update to 2.0.6.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/mail.scm (mutt): Update to 2.0.6.
* gnu: librecad: Update to 2.2.0-rc2 [fixes CVE-2018-19105].Léo Le Bouter2021-03-10
| | | | * gnu/packages/engineering.scm (librecad): Update to 2.2.0-rc2.
* gnu: monolith: Update to 2.4.1.Nicolas Goaziou2021-03-10
| | | | * gnu/packages/web.scm (monolith): Update to 2.4.1.
* gnu: Add rust-cssparser-0.28.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-cssparser-0.28): New variable. (rust-cssparser-0.27): Inherit from above.
* gnu: Add rust-reqwest-0.11.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-reqwest-0.11): New variable. (rust-reqwest-0.10): Inherit from above.
* gnu: Add rust-tokio-util-0.4.Nicolas Goaziou2021-03-10
| | | | * gnu/packages/crates-io.scm (rust-tokio-util-0.4): New variable.
* gnu: rust-async-compression-0.3: Update to 0.3.7.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-async-compression-0.3): Update to 0.3.7. [arguments]: Skip tests.
* gnu: Add rust-zstd-0.6.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-zstd-0.6): New variable. (rust-zstd-0.5): Inherit from above.
* gnu: Add rust-zstd-safe-3.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-zstd-safe-3): New variable. (rust-zstd-safe-2): Inherit from above.
* gnu: rust-zstd-sys-1: Update to 1.4.20+zstd.1.4.9.Nicolas Goaziou2021-03-10
| | | | * gnu/packages/crates-io.scm (rust-zstd-sys-1): Update to 1.4.20+zstd.1.4.9.
* gnu: Add rust-bindgen-0.57.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-bindgen-0.57): New variable. (rust-bindgen-0.55): Inherit from above.
* gnu: Add rust-hyper-0.14.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-hyper-0.14): New variable. (rust-hyper-0.13): Inherit from above.
* gnu: Add rust-http-body-0.4.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-http-body-0.4): New variable. (rust-http-body-0.3): Inherit from above.
* gnu: Add rust-h2-0.3.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-h2-0.3): New variable. (rust-h2-0.2): Inherit from above.
* gnu: Add rust-tokio-util-0.6.Nicolas Goaziou2021-03-10
| | | | | * gnu/packages/crates-io.scm (rust-tokio-util-0.6): New variable. (rust-tokio-util-0.3): Inherit from above.
* gnu: Add rust-httpdate-0.3.Nicolas Goaziou2021-03-10
| | | | * gnu/packages/crates-io.scm (rust-httpdate-0.3): New variable.