summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: certbot, python-acme: Update to 1.13.0.Leo Famulari2021-03-11
| | | | | | | | | * gnu/packages/tls.scm (python-acme): Update to 1.13.0. [native-inputs]: Remove python-mock. [propagated-inputs]: Remove python-six. (certbot): Update to 1.13.0. [propagated-inputs]: Remove python-six. [arguments]: Remove 'build-documentation' phase.
* gnu: git-annex: Update to 8.20210310.Kyle Meyer2021-03-11
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210310. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 4.4: Update to 4.4.261.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.261. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.261.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.261. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.225.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.225. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.180.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.180. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.105.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.105. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.23.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.23. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.6.Leo Famulari2021-03-11
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.6. (linux-libre-5.11-pristine-source): Update hash.
* gnu: guile-curl: Update to 0.9.Xinglu Chen2021-03-11
| | | | | | | * gnu/packages/curl.scm (guile-curl): Update to 0.9. [#:phases]: Update path to module. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* time-machine: Fail when unrecognized option.zimoun2021-03-11
| | | | | | * guix/scripts/time-machine (parse-args): Fail when unrecognized option. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* download: 'tls-wrap' returns an unbuffered custom port.Ludovic Courtès2021-03-11
| | | | | | | | 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'.
* download: 'tls-wrap' avoids intermediate buffer.Ludovic Courtès2021-03-11
| | | | | * guix/build/download.scm (tls-wrap)[read!]: Read straight into BV instead of calling 'get-bytevector-some' and 'unget-bytevector'.
* gnu: wireshark: Update to 3.4.4.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.4.
* gnu: hangups: Update to 0.4.13.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.13.
* gnu: fmt: Update to 7.1.3.Greg Hogan2021-03-11
| | | | | | * gnu/packages/pretty-print.scm (fmt): Update to 7.1.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: btrfs-progs: Update to 5.11.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.11.
* gnu: libdatrie: Update to 0.2.13.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/gtk.scm (libdatrie): Update to 0.2.13.
* gnu: libinih: Update to 53.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/linux.scm (libinih): Update to 53.
* gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381].Léo Le Bouter2021-03-11
| | | | * gnu/packages/package-management.scm (flatpak): Update to 1.10.2.
* gnu: mongodb: Update comment about package license.Efraim Flashner2021-03-11
| | | | | | * 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.
* Revert "Revert "gnu: mongodb: Update to 3.4.24 [security fixes].""Efraim Flashner2021-03-11
| | | | | | | This reverts commit feff80cec3c97a3df2c20d300be12d67f79d4f22. I was mistaken, there are still branches of mongodb which are still licensed under the AGPL3
* gnu: Add computable-reals.Pierre Neidhardt2021-03-11
| | | | | * gnu/packages/lisp-xyz.scm (cl-computable-reals, ecl-computable-reals, sbcl-computable-reals): New variables.
* gnu: Add python-praw.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-web.scm (python-raw): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-prawcore.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-web.scm (python-prawcore): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-testfixtures.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-check.scm (python-testfixtures): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-betamax-serializers.Raghav Gururajan2021-03-11
| | | | | | * gnu/packages/python-web.scm (python-betamax-serializers): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: jasper: Update to 2.0.26.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.26.
* gnu: thermald: Update to 2.4.3.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/admin.scm (thermald): Update to 2.4.3.
* gnu: doctest: Update to 2.4.5.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/check.scm (doctest): Update to 2.4.5.
* gnu: jetring: Update to 0.30.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/gnupg.scm (jetring): Update to 0.30.
* 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.
* news: Update copyright.Florian Pelz2021-03-11
| | | | * etc/news.scm: Add missing copyright header.
* 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.
* news: Add ‘nl’ translation.Tobias Geerinckx-Rice2021-03-11
| | | | * etc/news.scm (channel-news): Add a Dutch translation.
* 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.
* news: Add ‘de’ translation.Florian Pelz2021-03-11
|
* 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.