Age | Commit message (Collapse) | Author |
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210310.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.261.
(linux-libre-4.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.261.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.225.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.180.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.105.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.23.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.6.
(linux-libre-5.11-pristine-source): Update hash.
|
|
* gnu/packages/curl.scm (guile-curl): Update to 0.9.
[#:phases]: Update path to module.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/time-machine (parse-args): Fail when unrecognized option.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Partly fixes <https://bugs.gnu.org/46967>.
* guix/build/download.scm (tls-wrap)[unbuffered]: New procedure.
Pass the result of 'make-custom-binary-input/output-port' to
'unbuffered'.
|
|
* guix/build/download.scm (tls-wrap)[read!]: Read straight into BV
instead of calling 'get-bytevector-some' and 'unget-bytevector'.
|
|
* gnu/packages/networking.scm (wireshark): Update to 3.4.4.
|
|
* gnu/packages/messaging.scm (hangups): Update to 0.4.13.
|
|
* gnu/packages/pretty-print.scm (fmt): Update to 7.1.3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 5.11.
|
|
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.13.
|
|
* gnu/packages/linux.scm (libinih): Update to 53.
|
|
* gnu/packages/package-management.scm (flatpak): Update to 1.10.2.
|
|
* 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.
|
|
This reverts commit feff80cec3c97a3df2c20d300be12d67f79d4f22.
I was mistaken, there are still branches of mongodb which are still
licensed under the AGPL3
|
|
* gnu/packages/lisp-xyz.scm (cl-computable-reals, ecl-computable-reals,
sbcl-computable-reals): New variables.
|
|
* gnu/packages/python-web.scm (python-raw): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-web.scm (python-prawcore): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-check.scm (python-testfixtures): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-web.scm (python-betamax-serializers): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/image.scm (jasper): Update to 2.0.26.
|
|
* gnu/packages/admin.scm (thermald): Update to 2.4.3.
|
|
* gnu/packages/check.scm (doctest): Update to 2.4.5.
|
|
* gnu/packages/gnupg.scm (jetring): Update to 0.30.
|
|
* gnu/packages/disk.scm (memkind)[arguments]: Add the standard
"--docdir=" location to #:configure-flags.
|
|
* gnu/packages/disk.scm (memkind): Update to 1.11.0.
|
|
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/packages/benchmark.scm (fio): Update to 3.26.
|
|
* gnu/packages/java.scm (java-openjfx-controls): New variable.
|
|
* etc/news.scm: Add missing copyright header.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel): Update to 0.13.4.
[source]: Update URI.
|
|
* gnu/packages/emacs-xyz.scm (emacs-swiper): Update to 0.13.4.
[source]: Update URI.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.4.
|
|
* gnu/packages/emacs-xyz.scm (emacs-project)[source]: Fix URI.
|
|
* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.5.4.
|
|
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.8.
|
|
* gnu/packages/bioinformatics.scm (bandage): New variable.
|
|
* etc/news.scm (channel-news): Add a Dutch translation.
|
|
* 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.
|
|
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/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.
|
|
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.
|