aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/svg.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-06-09 22:28:00 -0400
committerLeo Famulari <leo@famulari.name>2022-06-10 15:34:42 -0400
commit30967b0dc41742aac8e9ee965d2e21595c52c4dd (patch)
treeb2169586a2352dd9920a21f93cc8bfbe6defe758 /gnu/build/svg.scm
parent84f999ae1b1f8fbc77f413c30a94a63ee259deb4 (diff)
downloadguix-30967b0dc41742aac8e9ee965d2e21595c52c4dd.tar.gz
guix-30967b0dc41742aac8e9ee965d2e21595c52c4dd.zip
gnu: linux-libre 5.10: Update to 5.10.121.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.121. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Diffstat (limited to 'gnu/build/svg.scm')
0 files changed, 0 insertions, 0 deletions
s://issues.guix.gnu.org/51487> * gnu/services/ssh.scm (extend-openssh-authorized-keys): ensure that no key is forgotten. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus 2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....For some time, OpenSSH's option 'PermitRootLogin' has deprecated the ambiguous argument 'without-password' with 'prohibit-password'. * doc/guix.texi (Network Services): Replace 'without-password by 'prohibit-password. * gnu/machine/digital-ocean.scm (guix-infect): Change system configuration to use 'prohibit-password. * gnu/services/ssh.scm (openssh-configuration): Change comment to use 'prohibit-password. (openssh-config-file): Add support for 'prohibit-password to 'permit-root-login'. Warn about deprecated 'without-password usage. * gnu/tests/ganeti.scm (%ganeti-os): Replace 'without-password by 'prohibit-password. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Brice Waegeneire