Age | Commit message (Expand) | Author |
2023-12-21 | gnu: 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-21 | gnu: 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-19 | gnu: openssh: Update to 9.5p1....* gnu/packages/ssh.scm (openssh): Update to 9.5p1.
Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e
| Tobias Geerinckx-Rice |
2023-10-15 | gnu: mosh: Prepare for cross-building....Currently blocked by protobuf.
* gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE.
| Tobias Geerinckx-Rice |
2023-10-15 | gnu: 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 |
2023-08-06 | gnu: openssh: Update to 9.4p1....* gnu/packages/ssh.scm (openssh): Update to 9.4p1.
[source]: Remove upstreamed Hurd patch.
* gnu/packages/patches/openssh-hurd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: openssh: Use G-expressions....* gnu/packages/ssh.scm (openssh)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: openssh: Remove input labels....* gnu/packages/ssh.scm (openssh)[inputs]: Remove input labels.
(openssh-sans-x)[inputs]: Use MODIFY-INPUTS.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: openssh: Update to 9.3p2....* gnu/packages/ssh.scm (openssh): Update to 9.3p2.
| Tobias Geerinckx-Rice |
2023-07-01 | gnu: libssh: Update to 0.10.5....* gnu/packages/ssh.scm (libssh): Update to 0.10.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| hako |
2023-06-17 | gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
| Janneke Nieuwenhuizen |