~ruther/guix-local

944c1b62 — Adam Maleszka 2 years ago
services: syncthing: Ensure that service runs after mounting home directories.

Sometimes `syncthing-service-type' fails during startup because it tries
to read configuration files from the user's home directory:

Failure on home directory: mkdir /home/xyz/.config: permission denied

This patch adds `user-processes' to the shepherd service requirements to
ensure that `user-homes' is fired before `syncthing' tries to read data
from the home directory.

* gnu/services/syncthing.scm (syncthing-shepherd-service): add
`user-processes' to requirements

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
db014e39 — Ludovic Courtès 2 years ago
tests: childhurd: Add missing module imports.

Fixes a regression introduced in
a09c7da8f8d8e732f969cf0a09aaa78f87032ab1.

* gnu/tests/virtualization.scm (run-childhurd-test)[test]: Import (ice-9
textual-ports) and (ice-9 match) in the marionette when needed.
af08de2b — André Batista 2 years ago
gnu: mutt: Update to 2.2.12 [security fixes].

Fixes CVE-2023-4874 and CVE-2023-4875.  See
http://lists.mutt.org/pipermail/mutt-announce/Week-of-Mon-20230904/000056.html

* gnu/packages/mail.scm (mutt): Update to 2.2.12

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
d6e4ad32 — Tobias Geerinckx-Rice 2 years ago
gnu: net-snmp: Update to 5.9.4.

* gnu/packages/networking.scm (net-snmp): Update to 5.9.4.
51670ff0 — Tobias Geerinckx-Rice 2 years ago
gnu: glirc: Re-indent.

No functional change.

* gnu/packages/irc.scm (glirc): C-M-q.
bdbaf2c2 — Tobias Geerinckx-Rice 2 years ago
gnu: Add glirc-lua.

* gnu/packages/irc.scm (glirc-lua): New public variable.
e5d88e82 — Tobias Geerinckx-Rice 2 years ago
gnu: putty: Update to 0.79.

* gnu/packages/networking.scm (putty): Update to 0.79.
68196586 — Tobias Geerinckx-Rice 2 years ago
gnu: iperf: Update to 3.15.

* gnu/packages/networking.scm (iperf): Update to 3.15.
477600f8 — Tobias Geerinckx-Rice 2 years ago
gnu: httping: Update to 2.9.

* gnu/packages/networking.scm (httping): Update to 2.9.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
521147d0 — Tobias Geerinckx-Rice 2 years ago
gnu: drpm: Update to 0.5.2.

* gnu/packages/rpm.scm (drpm): Update to 0.5.2.
22fc2f9a — Tobias Geerinckx-Rice 2 years ago
gnu: mu: Update to 1.10.7.

* gnu/packages/mail.scm (mu): Update to 1.10.7.
93f8124c — Tobias Geerinckx-Rice 2 years ago
gnu: fsearch: Update to 0.2.3.

* gnu/packages/search.scm (fsearch): Update to 0.2.3.
efaeb605 — Tobias Geerinckx-Rice 2 years ago
gnu: plocate: Update to 1.1.19.

* gnu/packages/search.scm (plocate): Update to 1.1.19.
6ba1f8db — Tobias Geerinckx-Rice 2 years ago
gnu: eid-mw: Update to 5.1.11.

* gnu/packages/security-token.scm (eid-mw): Update to 5.1.11.
a8e3858c — Tobias Geerinckx-Rice 2 years ago
gnu: conflict: Update to 20221002.

* gnu/packages/shellutils.scm (conflict): Update to 20221002.
1a7d730f — Tobias Geerinckx-Rice 2 years ago
gnu: boxes: Update to 2.2.1.

* gnu/packages/shellutils.scm (boxes): Update to 2.2.1.
2749c215 — Tobias Geerinckx-Rice 2 years ago
gnu: foot: Update to 1.15.3.

* gnu/packages/terminals.scm (foot): Update to 1.15.3.
655686a2 — Tobias Geerinckx-Rice 2 years ago
gnu: dstask: Update to 0.26.

* gnu/packages/task-management.scm (dstask): Update to 0.26.
b9efcd5a — Tobias Geerinckx-Rice 2 years ago
gnu: fsarchiver: Update to 0.8.7.

* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.7.
b2a2d922 — Tobias Geerinckx-Rice 2 years ago
gnu: fuse-overlayfs: Update to 1.13.

* gnu/packages/file-systems.scm (fuse-overlayfs): Update to 1.13.
Next