3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

76139 commits

Author SHA1 Message Date
Mark H Weaver 69437a59e6
gnu: dblatex: Add 'dblatex/stable' variant.
* gnu/packages/docbook.scm (dblatex/stable): New variable.
2021-03-27 19:48:43 -04:00
Mark H Weaver be3aef49ed
gnu: imagemagick: Add 'imagemagick/stable' variant.
* gnu/packages/imagemagick.scm (imagemagick/stable): New variable.
(imagemagick): This is now an alias to 'imagemagick/stable'.
2021-03-27 19:48:39 -04:00
Mark H Weaver 7c2b840d6c
gnu: imagemagick: Remove graft.
Note that this commit does *not* integrate the fixes that were previously
applied via the graft.  This commit simply discards those fixes.  We will
address those security flaws, without grafting, in subsequent commits.

* gnu/packages/imagemagick.scm (imagemagick)[replacement]: Remove field.
(imagemagick/fixed): Remove variable.
2021-03-27 19:48:31 -04:00
Joseph LaFreniere 3b0ead1c6a
gnu: Add interception-dual-function-keys.
* gnu/packages/linux.scm (interception-dual-function-keys): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-27 22:52:51 +01:00
Joseph LaFreniere 52d2c0b27a
gnu: Add interception-tools.
* gnu/packages/linux.scm (interception-tools): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-03-27 22:52:51 +01:00
Ludovic Courtès 9f511106c6
gnu: Add mandoc.
* gnu/packages/man.scm (mandoc): New variable.

Co-authored-by: Stefan Karrmann <S.Karrmann@web.de>
2021-03-27 22:52:51 +01:00
Ludovic Courtès 45fce38fb0
http-client: 'http-multiple-get' is tail-recursive again.
Fixes <https://bugs.gnu.org/47283>.

Commit 205833b72c made 'http-multiple-get'
non-tail-recursive.  Each recursive call would install an exception
handler.  As the number of iterations grows beyond 1,000, quadratic
complexity of 'raise-exception' would show and we'd spend most of our
time there.

* guix/http-client.scm (false-if-networking-error): New macro.
(http-multiple-get): Use it around 'write-request' and 'put-bytevector'
calls, and around 'read-response' call, in lieu of the inline 'catch'
forms.
2021-03-27 22:52:51 +01:00
Tobias Geerinckx-Rice 3f4a71a44e
gnu: knot: Update to 3.0.5.
* gnu/packages/dns.scm (knot): Update to 3.0.5.
2021-03-27 22:47:13 +01:00
Tobias Geerinckx-Rice 02a2c7e53c
gnu: gnu-efi: Update to 3.0.13.
* gnu/packages/efi.scm (gnu-efi): Update to 3.0.13.
2021-03-27 22:47:02 +01:00
Tobias Geerinckx-Rice f7aa073451
gnu: pam-mount: Update to 2.18.
* gnu/packages/admin.scm (pam-mount): Update to 2.18.
[inputs]: Replace pcre with pcre2.
2021-03-27 22:17:55 +01:00
Tobias Geerinckx-Rice 8521e875b4
gnu: Add gpart.
* gnu/packages/disk.scm (gpart): New public variable.
2021-03-27 22:05:26 +01:00
Tobias Geerinckx-Rice 50a3251667
gnu: ntl: Update to 11.4.4.
* gnu/packages/algebra.scm (ntl): Update to 11.4.4.
2021-03-27 20:52:19 +01:00
Tobias Geerinckx-Rice a4a8693c8e
gnu: diffoscope: Update to 171.
* gnu/packages/diffoscope.scm (diffoscope): Update to 171.
2021-03-27 20:52:18 +01:00
Tobias Geerinckx-Rice dfd20df252
gnu: gptfdisk: Update to 1.0.7.
* gnu/packages/disk.scm (gptfdisk): Update to 1.0.7.
2021-03-27 20:52:18 +01:00
Tobias Geerinckx-Rice b51f086f92
gnu: git: Update to 2.31.1.
* gnu/packages/version-control.scm (git): Update to 2.31.1.
2021-03-27 20:52:18 +01:00
Tobias Geerinckx-Rice acbcc0c4b1
gnu: facter: Update to 4.0.52.
* gnu/packages/admin.scm (facter): Update to 4.0.52.
2021-03-27 20:52:18 +01:00
Tobias Geerinckx-Rice 8a423f8911
gnu: ccls: Update to 0.20201219.
* gnu/packages/cpp.scm (ccls): Update to 0.20201219.
2021-03-27 20:52:17 +01:00
Tobias Geerinckx-Rice da431695b5
gnu: nnn: Update to 3.6.
* gnu/packages/admin.scm (nnn): Update to 3.6.
2021-03-27 20:52:17 +01:00
Tobias Geerinckx-Rice 61746650b2
gnu: cryptsetup: Update to 2.3.5.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.5.
2021-03-27 20:52:17 +01:00
Jonathan Brielmaier c7d04418af
gnu: icedove: Update to 78.9.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.9.0.
2021-03-27 14:14:18 +01:00
Mathieu Othacehe ec3b733368
gnu: cuirass: Update to 1.0.0-5.eb94e7d.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-5.eb94e7d.
2021-03-27 10:45:47 +01:00
Raghav Gururajan 279908ef51
gnu: bcmatroska2: Fetch the sources from git.
* gnu/packages/linphone.scm (bcmatroska2)[source]: Fetch sources from git.
[description]: Expound description.
[license]: Add the gpl2+ license to the list.  Remove broken URLs.
2021-03-26 23:36:40 -04:00
Raghav Gururajan 05e0bd07d4
gnu: bcg729: Enable tests and update home page, license.
* gnu/packages/linphone.scm (bcg729)[source]: Remove '.git' suffix from URL.
[tests?]: Remove argument.
[configure-flags]: Enable tests.
[phases]{copy-inputs}: New phase.
{check}: Override.
[native-inputs]: Add perl, test-patterns and unzip.
[home-page]: Update.
[license]: Upgrade to GPLv3+.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-26 23:03:52 -04:00
Léo Le Bouter 53dd99bc0b
gnu: upx: Fix CVE-2021-20285.
* gnu/packages/patches/upx-CVE-2021-20285.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/compression.scm (upx): Apply patch.
2021-03-26 22:52:33 +01:00
Joseph LaFreniere 147b86ad30
gnu: Add emacs-cascading-dir-locals.
* gnu/packages/emacs-xyz.scm (emacs-cascading-dir-locals): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26 22:16:41 +01:00
Joseph LaFreniere 1d8e6eb06e
gnu: Add emacs-relative-buffers.
* gnu/packages/emacs-xyz.scm (emacs-relative-buffers): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26 22:11:28 +01:00
Jakub Kądziołka f9e2f6ec1d
gnu: rust: Add Rust 1.51
* gnu/packages/rust.scm (rust-1.51): New variable.
2021-03-26 21:38:12 +01:00
Mathieu Othacehe 9d72295827
gnu: cuirass: Fix version generation.
* gnu/packages/ci.scm (cuirass)[arguments]: Add a 'fix-version-gen phase.
2021-03-26 21:15:19 +01:00
Leo Famulari e8337f1e45
gnu: python-pytz: Update to 2021.1.
* gnu/packages/time.scm (python-pytz): Update to 2021.1.
2021-03-26 14:18:23 -04:00
Leo Famulari b05edb8c14
gnu: python-pytzdata: Update to 2020.1.
* gnu/packages/time.scm (python-pytzdata): Update to 2020.1.
2021-03-26 14:18:23 -04:00
Vincent Legoll 078dbd22f5
gnu: tzdata: Update to 2021a.
* gnu/packages/base.scm (tzdata): Update to 2021a.
[inputs]: Update tzcode.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-03-26 14:18:20 -04:00
Nicolas Goaziou 45556111cb
gnu: emacs-imenu-list: Bump revision.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Bump revision.

This is a followup to e0495951d5.
2021-03-26 15:34:24 +01:00
Alexandr Vityazev e0495951d5
gnu: emacs-imenu-list: Update to 0.9-0.b502223.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.9-0.b502223.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26 15:32:33 +01:00
Xinglu Chen 11488907f7
gnu: Add emacs-nice-citation.
* gnu/packages/emacs-xyz.scm (emacs-nice-citation): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26 15:06:42 +01:00
Vinicius Monego 8dea0a52e0
gnu: emacs-all-the-icons-dired: Update to 1.0-2-fc2dfa1.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 1.0-2-fc2dfa1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26 15:04:00 +01:00
Nicolas Goaziou 636caba168
gnu: hikari: Improve package.
* gnu/packages/wm.scm (hikari)[inputs]: Sort alphabetically.
[synopsis]: Shorten a bit.
[description]: Use full sentences.
2021-03-26 14:47:55 +01:00
qblade 2e9cdb6a65
gnu: Add hikari.
* gnu/packages/wm.scm (hikari): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-26 14:40:31 +01:00
Mathieu Othacehe a0dbf1bafc
gnu: cuirass: Update to 1.0.0-4.ff3f25d.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-4.ff3f25d.
2021-03-26 14:23:52 +01:00
Leo Prikler 0dc9ad8981
gnu: eolie: Add missing inputs.
This fixes errors observed directly at launch of Eolie inside pure
environments.  (See <https://bugs.gnu.org/47097> for more information.)
It is still not possible to launch Eolie inside a container, however.
(See also <https://bugs.gnu.org/47106>.)

* gnu/packages/gnome.scm (eolie)[inputs]: Add libhandy and
gnome-settings-daemon.
2021-03-26 13:17:18 +01:00
Christopher Baines 87547517bc
gnu: guix-build-coordinator: Update to 0-21.6e7e63f.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-21.6e7e63f.
2021-03-26 10:15:23 +00:00
Christopher Baines 635622e541
gnu: guix-data-service: Update to 0.0.1-26.410f58c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-26.410f58c.
[inputs]: Use newer PostgreSQL and guile-json packages, and switch to
non-deprecated variants of other packages.
2021-03-26 10:12:24 +00:00
Tim Howes e9741ad623
gnu: Add r-samr.
* gnu/packages/cran.scm (r-samr): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-26 10:12:03 +01:00
Tim Howes 80cd6a1b63
gnu: Add r-gsa.
* gnu/packages/cran.scm (r-gsa): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-26 10:08:12 +01:00
zimoun ac7250f8ba
gnu: r-suppdists: Update hash.
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
2021-03-26 09:57:33 +01:00
Leo Famulari 6665f0fa58
gnu: SVT-HEVC: Update to 1.5.0.
* gnu/packages/video.scm (svt-hevc): Update to 1.5.0.
[license]: Specify the license.
2021-03-26 04:05:05 -04:00
Leo Famulari f0357df8c5
gnu: SVT-AV1: Update URLs.
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
2021-03-26 04:05:05 -04:00
Leo Famulari 4c56620555
gnu: libaom: Update to 3.0.0.
* gnu/packages/video.scm (libaom): Update to 3.0.0.
2021-03-26 04:05:05 -04:00
Léo Le Bouter f21075f039
gnu: guix: Update to 6e7ba45.
* gnu/packages/package-management.scm (guix): Update to 6e7ba45.
2021-03-26 05:42:48 +01:00
Léo Le Bouter 6e7ba45357
gnu: sqlite: Update to 3.32.3 [security fixes].
Fixes CVE-2020-11655, CVE-2020-11656, CVE-2020-13434, CVE-2020-13435,
CVE-2020-13630, CVE-2020-13631, CVE-2020-13632, CVE-2020-15358 and
CVE-2020-9327.

* gnu/packages/sqlite.scm (sqlite/fixed): New variable.
(sqlite)[replacement]: Graft.
2021-03-26 02:29:19 +01:00
Léo Le Bouter 52c8d07a4f
gnu: mariadb: Fix CVE-2021-27928.
* gnu/packages/patches/mariadb-CVE-2021-27928.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/databases.scm (mariadb/fixed): New variable. Apply patch.
(mariadb)[replacement]: Graft.
2021-03-26 02:21:51 +01:00