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

64851 commits

Author SHA1 Message Date
Mark H Weaver
4fe1b2e69e
gnu: libjpeg-turbo: Replace with 2.0.5 [fixes CVE-2020-13790].
* gnu/packages/image.scm (libjpeg-turbo/fixed): New variable.
(libjpeg-turbo)[replacement]: New field.
2020-08-03 17:10:33 -04:00
Mark H Weaver
3883fad295
gnu: libjpeg: Update to 9d [security fixes].
Includes fixes for CVE-2020-13790 and CVE-2020-14152.

* gnu/packages/image.scm (ijg-libjpeg): Update to 9d.
2020-08-03 17:10:31 -04:00
Mark H Weaver
03c0a7cd90
gnu: Remove libjpeg@8d.
This version of ijg-libjpeg contains security vulnerabilities
and is not used by any other package in Guix.

* gnu/packages/image.scm (ijg-libjpeg-8): Remove variable.
2020-08-03 17:10:24 -04:00
Michael Rohleder
b2dc793879
gnu: libxfce4util: Update source URI.
* gnu/packages/xfce.scm (libxfce4util)[source]: Update URI.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-03 22:28:53 +03:00
Michael Rohleder
189aa52543
gnu: emacs-hl-todo: Update to 3.1.2.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-03 21:20:17 +03:00
Jakub Kądziołka
4ad8f5ff6c
gnu: rust-1.45: Update to 1.45.2.
* gnu/packages/rust.scm (rust-1.45): Update to 1.45.2.
2020-08-03 18:00:29 +02:00
Ludovic Courtès
86c926d7f2
file-systems: Leave room for extension in serialized specs.
* gnu/system/file-systems.scm (spec->file-system): Ignore extra fields.
(file-system->spec): Add comment.
2020-08-03 17:44:38 +02:00
Ludovic Courtès
898e6d0a07
scripts: Pass #:verbosity to 'build-notifier'.
* guix/scripts/archive.scm (guix-archive): Pass #:verbosity to
'build-notifier'.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/copy.scm (guix-copy): Likewise.
* guix/scripts/deploy.scm (guix-deploy): Likewise.
* guix/scripts/environment.scm (guix-environment): Likewise.
* guix/scripts/pack.scm (guix-pack): Likewise.
* guix/scripts/package.scm (guix-package*): Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
* guix/scripts/system.scm (verbosity-level): New procedure.
(process-action): Pass #:verbosity to 'build-notifier'.
(guix-system): Use 'verbosity-level' for 'with-status-verbosity'.
2020-08-03 17:18:37 +02:00
Ludovic Courtès
a55d83b546
ui: Add #:verbosity to 'show-what-to-build'.
* guix/ui.scm (%default-verbosity): New variable.
(show-what-to-build): Add #:verbosity and honor it.
(build-notifier): Add #:verbosity and pass it to 'show-what-to-build'.
2020-08-03 17:17:41 +02:00
Ludovic Courtès
c471d4733f
doc: Document 'mount-may-fail?' field.
This is a followup to 7c27bd115b.

* doc/guix.texi (File Systems): Document 'mount-may-fail?'.
2020-08-03 17:14:54 +02:00
Michael Rohleder
48f4927c10
gnu: emacs-guix: Update to latest gitlab version.
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to a 0.5.2 snapshot.
fix https://issues.guix.gnu.org/41063
[source] changes to git-getch.
[snippet] removed.
[native-inputs] added tools to build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-08-03 16:58:49 +02:00
948b59dfd5
gnu: easyrpg-player: Update to 0.6.2.1.
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.1.
2020-08-03 16:43:28 +03:00
Michael Rohleder
d9a3d4bf76
gnu: xfce4-terminal: Update to 0.8.9.2.
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.9.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-03 16:28:34 +03:00
Michael Rohleder
73ee3f05c9
gnu: xfce4-time-out-plugin: Update to 1.1.1.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-03 16:25:26 +03:00
Leo Prikler
f574f859ee
gnu: emacs: Ignore empty XIM styles.
As of libx11 version 1.6.10, xim may be NULL, which causes a segmentation
fault in the execution of ARRAYELTS.  As a cautionary measure, we
short-circuit this logic.

* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: New file.
* gnu/packages/emacs.scm (emacs emacs-next)[patches]: Use it.
* gnu/local.mk: Register it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03 12:26:02 +02:00
Denis 'GNUtoo' Carikli
87194d5783
gnu: android: Export android-liblog.
* gnu/packages/android.scm (android-liblog): Export it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03 09:10:50 +02:00
Denis 'GNUtoo' Carikli
b3981bba78
gnu: android: Export android-libcutils.
* gnu/packages/android.scm (android-libcutils): Export it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03 09:10:22 +02:00
Michael Rohleder
c214e607d0
gnu: xfce4-stopwatch-plugin: Update to 0.4.0.
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0.
[arguments]: Enable "tests".

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03 09:06:41 +02:00
Vinicius Monego
b654037403
gnu: Add python-onnx.
* gnu/packages/machine-learning.scm (python-onnx): New variable.
* gnu/packages/patches/python-onnx-use-system-googletest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03 08:59:52 +02:00
Vinicius Monego
ba4d96d22f
gnu: python-protobuf: Update to 3.12.4.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.12.4.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-03 08:54:26 +02:00
Mathieu Othacehe
eb09a99f81
gnu: cuirass: Update to 0.0.1-42.d332955.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-42.d332955.
2020-08-02 19:19:56 +02:00
Mathieu Othacehe
811f357c59
gnu: cuirass: Update to 0.0.1-41.614ea05.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-41.614ea05.
2020-08-02 18:45:03 +02:00
Oleg Pykhalov
1acbed64e3
gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
2020-08-02 18:50:57 +03:00
Pierre Langlois
d036bce087
gnu: emacs-org-roam: Update to 1.2.1.
* gnu/packages/emacs.scm (emacs-org-roam): Update to 1.2.1.
[propagated-inputs]: Replace emacs-emacsql with emacs-emacsql-sqlite3.
[home-page]: Update URL.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-02 18:05:44 +03:00
Pierre Langlois
9bddc4b298
gnu: Add emacs-emacsql-sqlite3.
* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-02 18:05:44 +03:00
587e0d911d
services: Add zram-device-service.
* gnu/services/linux.scm (<zram-device-configuration>): New record.
(zram-device-service-type): New variable.
* doc/guix.texi (Linux Services): Document it.
* tests/services/linux.scm (zram-swap-device-test): New tests.
2020-08-02 15:54:37 +03:00
Adam Kandur
a05edef2ac
gnu: Add cl-qbase64.
* gnu/packages/lisp-xyz.scm (sbcl-qbase64, cl-qbase64, ecl-qbase64): New
  variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2020-08-02 09:26:48 +02:00
Guillaume Le Vaillant
c203be27cf
gnu: sbcl-eos: Update to 0.0.0-2.b4413bc.
* gnu/packages/lisp-xyz.scm (sbcl-eos): Update to 0.0.0-2.b4413bc.
2020-08-02 09:07:53 +02:00
Oleg Pykhalov
95c9785b42
gnu: Add emacs-jenkinsfile-mode.
* gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): New variable.
2020-08-02 09:54:16 +03:00
Eric Bavier
86f86cffd8
gnu: Add Remake.
* gnu/packages/debug.scm (remake): New variable.
* gnu/packages/patches/remake-impure-dirs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-08-01 14:00:47 -05:00
Mike Rosset
a987f128b5
gnu: nomad: Update to 0.2.0-alpha.
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha.

This is a significant update to Nomad. This removes the majority of C code and
replaces it with gobject introspection using g-golf.

In the process the nomad package expression has changed significantly.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 20:03:46 +02:00
Kei Kebreau
dcb74405e1
gnu: starfighter: Update to 2.3.1.
* gnu/packages/games.scm (starfighter): Update to 2.3.1.
2020-08-01 12:10:27 -04:00
Mark H Weaver
cf1d1f4f79
gnu: xorg-server: Fix CVE-2020-14347 via graft.
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xorg-server/fixed): New variable.
(xorg-server)[replacement]: New field.
(xorg-server-wayland): Use package/inherit.
2020-08-01 11:11:58 -04:00
Mark H Weaver
d7d85c6412
gnu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].
* gnu/packages/xorg.scm (libx11/fixed): New variable.
(libx11)[replacement]: New field.
2020-08-01 11:11:51 -04:00
Mathieu Othacehe
256d2b2e84
gnu: cuirass: Update to 0.0.1-40.153b49c.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.
2020-08-01 13:27:11 +02:00
Pierre Neidhardt
1f9c9aed8c
gnu: sbcl: Update to 2.0.7.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
2020-08-01 12:28:32 +02:00
Pierre Neidhardt
1f0a41e955
doc: Explain how to use psql with peer authentication.
* doc/guix.texi (Database Services): Add example of shell commands to use psql
as  system user.  Also add troubleshooting tip when service fails to start
because of incompatible cluster.
2020-08-01 11:54:41 +02:00
Pierre Neidhardt
3bf4761e39
services: postgresql: Provide postgresql commands.
* gnu/services/databases.scm (postgresql-service-type): Extend
profile-service-type to provide postgresql commands.
2020-08-01 11:54:41 +02:00
Oleg Pykhalov
dec43e9f88
gnu: Add git-cal.
* gnu/packages/version-control.scm (git-cal): New variable.
2020-08-01 12:47:46 +03:00
Nicolas Goaziou
eaf5df6b11
gnu: texmacs: Update to 1.99.13.
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.13.
[source]: Remove unnecessary snippet.
[native-inputs]: Add xdg-utils.
[inputs]: Replace qt-4 with qtbase.
[arguments]: Add a phase to fix hard-coded paths.
[description]: Fix small typo.
2020-08-01 10:27:38 +02:00
Vinicius Monego
1619d350a3
gnu: Add python-wurlitzer.
* gnu/packages/python-xyz.scm (python-wurlitzer): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 09:32:44 +02:00
Michael Rohleder
3cc8b4fa26
gnu: pulsemixer: Update to 1.5.1.
* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 09:30:31 +02:00
Michael Rohleder
f32d10d557
gnu: xfce4-notifyd: Update to 0.6.1.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 09:13:43 +02:00
Michael Rohleder
033b43b268
gnu: plantuml: Update to 1.2020.15.
* gnu/packages/uml.scm (plantuml): Update to 1.2020.15.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 09:13:40 +02:00
Hendursaga
08447d3a75
gnu: Update xxhash to 0.8.0.
* gnu/packages/digest.scm (xxhash): Update to 0.8.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 09:00:44 +02:00
Vinicius Monego
6364610174
gnu: Add python-pytest-ordering.
* gnu/packages/python-check.scm (python-pytest-ordering): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 08:53:10 +02:00
Michael Rohleder
a0a55309a7
gnu: qtimageformats: Fix build.
Reported by <nefix> on IRC.

* gnu/packages/qt.scm (qtimageformats)[arguments]: Add a 'fix-build phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 08:53:08 +02:00
Lars-Dominik Braun
7caa3506ea
guix: lint: Ignore unsupported source URL’s.
* guix/lint.scm (check-source): Add match case for #f.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 08:30:57 +02:00
Michael Rohleder
c7fe7f2c24
gnu: pavucontrol: Update to 4.0.
From 5312ae2b7bff23268a6546ce89cd349f3183bd2c Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Thu, 30 Jul 2020 08:08:38 +0200
Subject: [PATCH] gnu: pavucontrol: Update to 4.0.

* gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 08:25:13 +02:00
Michael Rohleder
7d456e528b
gnu: Add zeal.
* gnu/packages/documentation.scm (zeal): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01 08:23:58 +02:00