aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
ackages/ssh.scm?id=ef270f9d73203c1b19c6163ce4d4257a52bfb605'>gnu: openssh: Fix build on ppc64le....* gnu/packages/ssh.scm (openssh)[source]: Use 'openssh-gcc-13-ppc64le-fzero-call-used-regs.patch'. * gnu/packages/patches/openssh-gcc-13-ppc64le-fzero-call-used-regs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Reported-by: Marcel van der Boom <marcel@van-der-boom.nl>. Change-Id: I41b1350b2cdd1487a8fd69b13b64f63c0dc166c9 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill 2024-01-14gnu: guile-ssh: Update to 0.16.4....* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.4. [arguments]: Improve the style. Change-Id: Ib7d741e7f4fc7a1fc167cfa4f7953f84d9f4d390 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov 2023-12-21gnu: openssh: Update to 9.6p1 [security-fixes]....Fixes CVE-2023-48795. * gnu/packages/ssh.scm (openssh): Update to 9.6p1. [arguments]<#:parallel-tests?>: Disable. Change-Id: I8b7707894d904ec8bcccb943908fff2e69a1a027 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Jack Hill 2023-12-21gnu: libssh: Update to 0.10.6 [security-fixes]....Fixes CVE-2023-6004, CVE-2023-48795, and CVE-2023-6918. * gnu/packages/ssh.scm (libssh): Update to 0.10.6. Change-Id: Ie9d304d78b2629f41af9836e5c7eab5df6f26bb5 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Jack Hill 2023-11-19gnu: openssh: Update to 9.5p1....* gnu/packages/ssh.scm (openssh): Update to 9.5p1. Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e Tobias Geerinckx-Rice 2023-10-15gnu: mosh: Prepare for cross-building....Currently blocked by protobuf. * gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE. Tobias Geerinckx-Rice 2023-10-15gnu: mosh: Update package style....* gnu/packages/ssh.scm (mosh)[arguments]: Use G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels. Tobias Geerinckx-Rice