~ruther/guix-local

ref: 9770dd00d1cf2cb557c9def8e289b895940dfdfe guix-local/gnu d---------
9770dd00 — Tobias Geerinckx-Rice 2 years ago
gnu: nftables: Update to 1.0.8.

* gnu/packages/linux.scm (nftables): Update to 1.0.8.
4d16fd88 — Tobias Geerinckx-Rice 2 years ago
gnu: libnftnl: Update to 1.2.6.

* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
3c4e890f — Tobias Geerinckx-Rice 2 years ago
gnu: lkrg: Update to 0.9.7.

This fixes the build with Linux-Libre >= 6.4.

* gnu/packages/linux.scm (lkrg): Update to 0.9.7.
fc3a5352 — Ludovic Courtès 2 years ago
services: dhcp-client: Fix name of the provision accessor.

This is a followup to 04f71edb73205d0bb82404de28a70ae17b897429.

* gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]:
Fix accessor name.
5abc40d7 — Sergio Pastor Pérez 2 years ago
gnu: cockatrice: add wayland dependency

* gnu/packages/games.scm (cockatrice): add wayland dependency

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d4da1f26 — Nicolas Graves 2 years ago
gnu: file-systems: Add variable %base-live-file-systems.

* gnu/system/file-systems.scm (%base-live-file-systems): New variable.
* gnu/system/install.scm (installation-os): Use %base-live-file-systems.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d2a751c1 — Saku Laesvuori 2 years ago
gnu: home: zsh: Load environment when running via ssh

* gnu/home/services/shells.scm (zsh-file-zshenv): Add snippet to source
/etc/profile when running via ssh.
(zsh-get-configuration-files): Always add .zshenv as it is never empty.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c69dc48d — Greg Hogan 2 years ago
gnu: spdlog: Update to 1.12.0.

* gnu/packages/logging.scm (spdlog): Update to 1.12.0.
[native-inputs]: Add catch2-3.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
04f71edb — Alexey Abramov 2 years ago
services: dhcp-client-configuration: Allow provision override.

* gnu/services/networking.scm (<dhcp-client-configuration>)[shepherd-provision]:
New field.
(dhcp-client-shepherd-service): Honor it.
* doc/guix.texi (Networking Setup): Document it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
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.
Next