Age | Commit message (Expand) | Author |
2023-05-21 | 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).
| Ludovic Courtès |
2023-05-21 | services: agetty: 'stop' method does nothing when running is 'idle.•••This is a followup to 57e731c358d000f614fbda23654cae6a5e79df80.
* gnu/services/base.scm (agetty-shepherd-service): Change 'stop' method
to return #f immediately when the running value is 'idle.
| Ludovic Courtès |
2023-05-21 | 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.
| Ludovic Courtès |
2023-05-21 | 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'.
| Ludovic Courtès |
2023-05-20 | gnu: ytfzf: Update to 2.6.0.•••* gnu/packages/image-viewers.scm (ytfzf): Update to 2.6.0.
| Jelle Licht |
2023-05-20 | gnu: irssi: Update to 1.4.4.•••* gnu/packages/irc.scm (irssi): Update to 1.4.4.
| André Batista |
2023-05-20 | 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.
| Guillaume Le Vaillant |
2023-05-19 | 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>
| Michael Ford |
2023-05-19 | 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.
| Guillaume Le Vaillant |
2023-05-19 | 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>
| kiasoc5 |
2023-05-19 | gnu: Add python-jaraco-test.•••* gnu/packages/python-xyz.scm (python-jaraco-test): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2023-05-19 | 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>
| Bruno Victal |
2023-05-19 | 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>
| Lilah Tascheter |
2023-05-19 | 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>
| Kaelyn Takata |
2023-05-19 | 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>
| Kaelyn Takata |
2023-05-19 | 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>
| Antero Mejr |
2023-05-19 | 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>
| Timo Wilken |
2023-05-19 | 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>
| Brian Cully |
2023-05-19 | 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>
| Brian Cully |
2023-05-19 | 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>
| Brian Cully |
2023-05-19 | gnu: bemenu: Update to 0.6.15.•••* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.15.
| muradm |
2023-05-19 | gnu: emacs-simple-mpc: Update to 1.0-1.35923ca.•••* gnu/packages/emacs-xyz.scm (emacs-simple-mpc): Update to 1.0-1.35923ca.
| Ricardo Wurmus |
2023-05-19 | gnu: java-picard-1.113: Drop input package labels.•••* gnu/packages/bioinformatics.scm (java-picard-1.113)[inputs]: Drop labels.
| Ricardo Wurmus |
2023-05-19 | 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.
| Ricardo Wurmus |
2023-05-19 | 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.
| Ricardo Wurmus |
2023-05-19 | gnu: ztoolkit-rsvg: Use librsvg-for-system.•••* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
| Ricardo Wurmus |
2023-05-19 | gnu: ams-lv2: Remove trailing #T from build phase.•••* gnu/packages/music.scm (ams-lv2)[arguments]: Drop trailing #T.
| Ricardo Wurmus |
2023-05-19 | gnu: ams-lv2: Drop package labels.•••* gnu/packages/music.scm (ams-lv2)[inputs]: Drop package labels.
| Ricardo Wurmus |
2023-05-19 | gnu: lvtk-1: Build with gtkmm-2.•••This restores lvtk-gtkui.
* gnu/packages/audio.scm (lvtk-1)[inputs]: Replace gtkmm with gtkmm-2.
| Ricardo Wurmus |
2023-05-19 | gnu: zix: Update to 0.3.3-0.a13ae5a.•••* gnu/packages/datastructures.scm (zix): Update to 0.3.3-0.a13ae5a.
| Ricardo Wurmus |
2023-05-19 | 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.
| Ricardo Wurmus |
2023-05-19 | gnu: libbacktrace: Update to 1.0-2.cdb64b6.•••* gnu/packages/debug.scm (libbacktrace): Update to 1.0-2.cdb64b6.
[arguments]: Disable parallel tests.
| Ricardo Wurmus |
2023-05-19 | 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.
| Ricardo Wurmus |
2023-05-19 | 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.
| Ricardo Wurmus |
2023-05-19 | 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.
| Ricardo Wurmus |
2023-05-19 | 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>
| Remco van 't Veer |
2023-05-19 | 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>
| Remco van 't Veer |
2023-05-19 | gnu: ruby-3.0: Upgrade to 3.0.6 [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.0): Update to 3.0.6.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Remco van 't Veer |
2023-05-19 | gnu: gajim: Add missing input.•••Fixes <https://issues.guix.gnu.org/issue/62956>.
* gnu/packages/messaging.scm (gajim)[inputs]: Add python-idna.
| Lars-Dominik Braun |
2023-05-19 | gnu: Add python-slugid.•••* gnu/packages/python-xyz.scm (python-slugid): New variable.
Co-authored-by: jgart <jgart@dismail.de>
| AwesomeAdam54321 |
2023-05-18 | gnu: sicp: Build as a single info file.•••Fixes <https://issues.guix.gnu.org/63565>.
* gnu/packages/scheme.scm (sicp) [arguments]: Use '--no-split' makeinfo option
in build phase.
Reported-by: Andrey Mitrofanov <abme@rambler.ru>
| Maxim Cournoyer |
2023-05-18 | etc: gitconfig: Do not enforced signed commits.•••This change was more invasive than initially thought, and cannot be disabled
easily, as raised by a few people. Let's revert it for now. At least the
pre-push hook should be deployed automatically and catch any unsigned commits
attempted to be pushed to Savannah.
* etc/git/gitconfig [commit]: Remove section.
| Maxim Cournoyer |
2023-05-18 | services: rsync: Use least authority wrapper.•••* gnu/services/rsync.scm (rsync-shepherd-service) Wrap rsync command in a
least-authority-wrapper.
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
| Maxim Cournoyer |
2023-05-18 | services: rsync: Use make-inetd-constructor.•••* gnu/services/rsync.scm (rsync-shepherd-service): Use make-inetd-constructor
if available in start slot.
* gnu/tests/rsync.scm (run-rsync-test): Delete "PID file" test.
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
| Maxim Cournoyer |
2023-05-18 | gnu: linux-libre 4.14: Update to 4.14.315.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.315.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2023-05-18 | gnu: linux-libre 4.19: Update to 4.19.283.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.283.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
| Leo Famulari |
2023-05-18 | gnu: linux-libre 5.4: Update to 5.4.243.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.243.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
| Leo Famulari |
2023-05-18 | gnu: linux-libre 5.10: Update to 5.10.180.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.180.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
| Leo Famulari |
2023-05-18 | gnu: linux-libre 5.15: Update to 5.15.112.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.112.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
| Leo Famulari |
2023-05-18 | gnu: linux-libre 6.1: Update to 6.1.29.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.29.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
| Leo Famulari |