Commit graph

115681 commits

Author SHA1 Message Date
Nicolas Goaziou adf91d2bf4
gnu: emacs-beframe: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 0.3.0.
2023-05-21 14:50:19 +02:00
Nicolas Goaziou 8f7753f7ef
gnu: emacs-auto-compile: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 1.8.0.
2023-05-21 14:50:18 +02:00
Nicolas Goaziou 91fa81f925
gnu: emacs-vundo: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.1.0.
2023-05-21 14:50:16 +02:00
Nicolas Goaziou 618d20ffc5
gnu: emacs-excorporate: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-excorporate): Update to 1.1.0.
[propagated-inputs]: Add EMACS-URL-HTTP-OAUTH.
2023-05-21 14:50:14 +02:00
Nicolas Goaziou f09ba7d255
gnu: Add emacs-url-http-oauth.
* gnu/packages/emacs-xyz.scm (emacs-url-http-oauth): New variable.
2023-05-21 14:50:12 +02:00
Nicolas Goaziou 5f1e1ebb0b
gnu: emacs-soap-client: Update to 3.2.3.
* gnu/packages/emacs-xyz.scm (emacs-soap-client): Update to 3.2.3.
2023-05-21 14:50:10 +02:00
Efraim Flashner c15ae77bbc
gnu: ldc: Update to 1.32.2.
* gnu/packages/dlang.scm (ldc-bootstrap): Update to 1.32.2.
(ldc)[arguments]: Adjust skipped tests paths for changes in source code
layout. Skip another plugin test.
2023-05-21 15:17:47 +03:00
Ahmad Draidi 7b3f571fc8
gnu: xmrig: Update to 6.19.2.
* gnu/packages/finance.scm (xmrig): Update to 6.19.2.
  [description]: Fix typos.
2023-05-21 09:54:31 +02:00
Feng Shu 7ddc239fc3
gnu: Add labwc.
* gnu/packages/wm.scm (labwc): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21 01:15:48 +02:00
Feng Shu 9f5f9ebc92
gnu: cagebreak: Update to 2.1.2.
* gnu/packages/wm.scm (cagebreak): Update to 2.1.2.
Explicitly disable tests and substitute "/usr/share/".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21 01:09:58 +02:00
Artyom V. Poptsov 43510204c6
gnu: guile-dsv: Update to 0.6.0.
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.6.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-21 01:06:58 +02:00
Ludovic Courtès 622e6d3240
gnu: guile-netlink: Update to 1.1.2.
* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.1.2.
2023-05-21 01:04:39 +02:00
Ludovic Courtès 896a51258a
services: Transient inetd services inherit requirements.
That way, per-connection transient services such as 'sshd-123' inherit
dependencies of their "parent" ('sshd' in this example), which is more
consistent than not depending on anything.

* gnu/services/dict.scm (dicod-shepherd-service): Pass #:requirements to
'make-inetd-constructor'.
* gnu/services/messaging.scm (bitlbee-shepherd-service): Likewise.
* gnu/services/ssh.scm (openssh-shepherd-service): Likewise.
* gnu/services/vnc.scm (xvnc-shepherd-service): Likewise.
2023-05-21 01:04:39 +02:00
Ludovic Courtès d0168e1895
services: root-file-system: Remove reference to 'stop-logging'.
* gnu/services/base.scm (%root-file-system-shepherd-service): In 'stop'
method, remove reference to 'stop-logging'.  That procedure is gone in
Shepherd 0.10.0, leading to an unbound-variable exception.
Additionally, calling is unnecessary since 0.4.0, where shepherd logs to
syslog (thus the open file descriptor is not backed by an on-disk file).
2023-05-21 01:04:39 +02:00
Ludovic Courtès d99a4c4cb3
services: agetty: 'stop' method does nothing when running is 'idle.
This is a followup to 57e731c358.

* gnu/services/base.scm (agetty-shepherd-service): Change 'stop' method
to return #f immediately when the running value is 'idle.
2023-05-21 01:04:39 +02:00
Ludovic Courtès f52020ea99
system: pam: Change 'stop' method to return #f.
When the 'stop' method returns a truth value, shepherd interprets it as
potential failure and logs it.

* gnu/system/pam.scm (pam-shepherd-service): Change 'stop' method to
return #f.
2023-05-21 01:04:39 +02:00
Ludovic Courtès 7d1d5e16da
doc: Clarify instructions for hibernation on a swap file.
Fixes <https://issues.guix.gnu.org/62711>.

* doc/guix.texi (Swap Space): Change 'resume' argument to a device in
example; add comments.  Update sentence describing 'resume' and
'resume_offset'.
2023-05-21 01:04:39 +02:00
Jelle Licht bd7b795aeb
gnu: ytfzf: Update to 2.6.0.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.6.0.
2023-05-20 10:38:55 -05:00
André Batista cebf0e36d1
gnu: irssi: Update to 1.4.4.
* gnu/packages/irc.scm (irssi): Update to 1.4.4.
2023-05-20 10:25:23 -05:00
Guillaume Le Vaillant 24b6f94cf9
gnu: bitcoin-core-24.1: Rename to bitcoin-core.
* gnu/packages/finance.scm (bitcoin-core): Remove variable.
  (bitcoin-core-24.1): Rename to bitcoin-core.
2023-05-20 09:01:18 +02:00
Michael Ford 0aab248552
gnu: bitcoin-core: Update to 24.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 24.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-19 17:23:20 +02:00
Guillaume Le Vaillant 405a1813d8
gnu: bitcoin-unlimited: Update to 2.0.0.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.0.0.0.
  [arguments]: Update 'fix-tests' phase.
2023-05-19 17:23:20 +02:00
kiasoc5 bac28a52cb
gnu: python-cssutils: Update to 2.6.0.
Resending second patch with a better commit message.

* gnu/packages/python-web.scm (python-cssutils): Update to 2.6.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Enable tests.
[native-inputs]: Remove unzip; add python-pytest and python-jaraco-test.
[homepage]: Update it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:35 +02:00
kiasoc5 6e80fa2f3c
gnu: Add python-jaraco-test.
* gnu/packages/python-xyz.scm (python-jaraco-test): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:35 +02:00
Bruno Victal 228e08c74e
gnu: mympd: Update to 10.3.2.
* gnu/packages/mpd.scm (mympd): Update to 10.3.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:35 +02:00
Lilah Tascheter 7bc86c7cc7
gnu: packages: Fix weechat-wee-slack build.
* gnu/packages/messaging.scm (weechat-wee-slack)[inputs]: Add
  python-mock test dependency.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Kaelyn Takata 8c302c2e26
gnu: openmw: Fix build on glibc 2.34 and newer.
* gnu/packages/patches/openmw-assume-nonconst-SIGSTKSZ.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/game-development.scm (openmw)[source]<patches>: Use it here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Kaelyn Takata e637794875
gnu: recastnavigation: Update to commit 6d1f971.
* gnu/packages/game-development.scm (recastnavigation): Update to commit 6d1f971.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Antero Mejr 5a6acda4fb
teams: Correct chemistry.scm typo.
* etc/teams.scm.in (science): Change chemestry.scm to chemistry.scm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Timo Wilken 138822d3c5
gnu: python-yamllint: Update to 1.31.0.
Version 1.26.1 is broken and doesn't build on Guix; this update fixes it and
provides a newer version as well.

* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.13.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Brian Cully f1400fe08f
gnu: sssd: Fix build
* gnu/packages/sssd.scm (sssd) [native-inputs]: Add python-toolchain.
[ensure-no-mtimes-pre-1980]: New phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Brian Cully 379432f410
gnu: sssd: Fix failing tests by using samba/pinned input
The latest samba package (4.18.1) causes a SIGABRT in ad_common_tests and
ad_gpo_tests. The pinned version (4.17.0) allows them to succeed, so use that
instead.

* gnu/packages/sssd.scm (sssd) [inputs]: Change samba to samba/pinned.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:34 +02:00
Brian Cully c9e1fff793
gnu: criu: Reset timestamps in .egg file.
Ensure all files being built are dated no earlier than 1980 by copying in a
modified (@@ (guix build python-build-system) ensure-no-mtimes-pre-1980) which
is symlink-aware. This copy should be removed when the original procedure is
modified to avoid calling UTIME on symlinks.

* gnu/packages/virtualization.scm (criu)[arguments]: Add
'ensure-no-mtimes-pre-1980' phase.
[inputs]: Remove python.
[native-inputs]: Add python-toolchain.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-19 16:46:33 +02:00
muradm 7ff9ca2201
gnu: bemenu: Update to 0.6.15.
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.15.
2023-05-19 08:57:30 -05:00
Ricardo Wurmus 38c6af2431
gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.
* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to 1.0-1.35923ca.
2023-05-19 13:24:32 +02:00
Ricardo Wurmus 980d2cd73b
gnu: java-picard-1.113: Drop input package labels.
* gnu/packages/bioinformatics.scm (java-picard-1.113)[inputs]: Drop labels.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 1baf94dbbe
gnu: java-picard-1.113: Drop trailing #T from build phases.
* gnu/packages/bioinformatics.scm (java-picard-1.113)[arguments]: Remove
trailing #T from build phases.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 61d7d9048f
gnu: zrythm: Update to 1.0.0-beta.4.9.1.
* gnu/packages/music.scm (zrythm): Update to 1.0.0-beta.4.9.1.
[arguments]: Enable tests; add phase 'patch-tests.
[inputs]: Remove glibc; replace glib-next with glib; replace guile-2.2 with
guile-3.0.
[native-inputs]: Replace glib-next:bin with glib:bin.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus db639324b2
gnu: ztoolkit-rsvg: Use librsvg-for-system.
* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 4f19bf95ce
gnu: ams-lv2: Remove trailing #T from build phase.
* gnu/packages/music.scm (ams-lv2)[arguments]: Drop trailing #T.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 268c8ca691
gnu: ams-lv2: Drop package labels.
* gnu/packages/music.scm (ams-lv2)[inputs]: Drop package labels.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus cb12a8efdc
gnu: lvtk-1: Build with gtkmm-2.
This restores lvtk-gtkui.

* gnu/packages/audio.scm (lvtk-1)[inputs]: Replace gtkmm with gtkmm-2.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 73d3cb9565
gnu: zix: Update to 0.3.3-0.a13ae5a.
* gnu/packages/datastructures.scm (zix): Update to 0.3.3-0.a13ae5a.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 7638f3c2b5
gnu: patchage: Update to 1.0.10.
* gnu/packages/audio.scm (patchage): Update to 1.0.10.
[build-system]: Use meson-build-system.
[inputs]: Remove boost; replace jack-1 with jack-2.
2023-05-19 13:12:29 +02:00
Ricardo Wurmus 1b16ae2c7a
gnu: libbacktrace: Update to 1.0-2.cdb64b6.
* gnu/packages/debug.scm (libbacktrace): Update to 1.0-2.cdb64b6.
[arguments]: Disable parallel tests.
2023-05-19 13:12:28 +02:00
Ricardo Wurmus 45a82f08f4
gnu: sord: Update to 0.16.14.
* gnu/packages/rdf.scm (sord): Update to 0.16.14.
[build-system]: Use meson-build-system.
[arguments]: Use G-expression.
2023-05-19 13:12:28 +02:00
Ricardo Wurmus ee10850d14
gnu: serd: Update to 0.30.16.
* gnu/packages/rdf.scm (serd): Update to 0.30.16.
[build-system]: Use meson-build-system.
[arguments]: Use G-expression.
2023-05-19 13:12:28 +02:00
Ricardo Wurmus e54faebaeb
gnu: zplugins: Update to 0.2.5.
* gnu/packages/music.scm (zplugins): Update to 0.2.5.
[inputs]: Replace guile-2.2 with guile-3.0.
2023-05-19 13:12:28 +02:00
Remco van 't Veer 14c03807ba
gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).

* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-19 11:04:56 +02:00
Remco van 't Veer 18e497d41f
gnu: ruby-3.1: Upgrade to 3.1.4 [fixes CVE-2023-{28755, 28756}].
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).

* gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.4.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-19 11:04:25 +02:00