1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 23:20:37 +02:00
Commit Graph

373 Commits

Author SHA1 Message Date
Greg Hogan
1fdb37bffc gnu: pdsh: Update to 2.35.
* gnu/packages/ssh.scm (pdsh): Update to 2.35.

Change-Id: I495b73eea220ef1896ca111dd0d28ce96cea81ac
2025-07-30 17:55:25 +00:00
Yelninei
d77ce7be2d gnu: libssh: Skip a test on the Hurd.
* gnu/packages/ssh.scm (libssh)[#:phases]: When building on Hurd skip
torture_config_match_localnetwork test.

Change-Id: I01c47f3903190aa4126b5278ef45a13bea7ae786
2025-07-30 14:18:42 +02:00
Yelninei
3c42d9de37 gnu: libssh: Update to 0.11.2.
* gnu/packages/ssh.scm (libssh): Update to 0.11.2.
[origin]: Remove snippet and patch.
[#:configure-flags]: Remove custom CFLAGS.
[#:phases]: Remove prepare-for-tests phase.
* gnu/packages/patches/libssh-openssh-banner.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Deregister patch.

Fixes: guix/guix#1679
Change-Id: Iad2c57353d3a9e8c6391e206f41bfb6deb821a8a
2025-07-30 14:18:33 +02:00
Janneke Nieuwenhuizen
e6fec83135 gnu: libssh: Use -Wno-error= for Hurd cross-build.
* gnu/packages/ssh.scm (libssh)[arguments]: Insert "error=" in #:configure-flags.

Change-Id: Iaad6931cbd99c5224fc799f9f8b2c39ee8e4ae12
2025-07-18 20:17:15 +02:00
Arthur Rodrigues
ac88ea15c7 gnu: dropbear: Update to 2025.88.
* gnu/packages/ssh.scm (dropbear): Update to 2025.88.

Change-Id: I55faec63b0e89d39403534c31547a9b1c9ae9084
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-02 13:28:37 +02:00
Sergey Trofimov
eab097c682 gnu: openssh: Adapt for root-less guix store.
Fixes <https://issues.guix.gnu.org/78067>.

Previously sshd would use /gnu/store/…-openssh-…/var/empty as its
PRIVSEP_PATH.  However, when using the unprivileged daemon, that
directory would belong to guix-daemon:guix-daemon, leading to this
error:

  sshd[234]: fatal: /gnu/store/…-openssh-10.0p1/var/empty must be owned by root and not group or world-writable.

Fix that by switching to /var/empty.

* gnu/packages/patches/openssh-trust-guix-store-directory.patch
(openssh): Adjust to trust files in guix store owned by guix-daemon.
* gnu/packages/ssh.scm (openssh)[arguments]:  Remove ‘reset-/var/empty’
phase; change ‘install’ phase to not create PRIVSEP_PATH..  Append
ending slash when substituting STORE_DIRECTORY.

Change-Id: I3bd01f8b9d6406e3b886eea8f4b8c265a51cc72f
Reported-by: Zack Weinberg <zack@owlfolio.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-05-06 00:16:33 +02:00
Maxim Cournoyer
a6dde24bff gnu: libssh: Switch from libgcrypt to openssl.
libgcrypt support has been deprecated by the libssh maintainers (see:
https://gitlab.com/libssh/libssh-mirror/-/blob/master/CMakeLists.txt?ref_type=heads#L53).

* gnu/packages/ssh.scm (libssh) [configure-flags]: Remove -DWITH_GCRYPT=ON.
[inputs]: Replace libgcrypt with openssh.

Change-Id: I8d220ade1019847879e4df35dec833aebb0dabfe
2025-04-26 20:40:02 +09:00
Maxim Cournoyer
9acef235e1 gnu: libssh: Apply upstream patch and enable all tests.
* gnu/packages/patches/libssh-openssh-banner.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/ssh.scm (libssh) [source]: Apply it.
[arguments] <#:phase>: Remove disable-problematic-tests phase.  Add
patch-commands and prepare-for-tests phases.

Change-Id: Iaead28f77b81fdf42b77f15dd37e6450537cba30
2025-04-26 20:40:02 +09:00
Ludovic Courtès
93f61013db gnu: libssh: Restore support for cross-compilation.
Partly fixes <https://issues.guix.gnu.org/78029>.

Fixes a regression introduced in
b12d44dd5e where cross-compiling would no
longer work due to CMocka not being found.

* gnu/packages/ssh.scm (libssh)[arguments]: Pass “-DUNIT_TESTING=ON”
only when (%current-target-system) is #f.

Reported-by: Yelninei <yelninei@tutamail.com>
Change-Id: I9c7af784eabb2ae1d6022b134e0252a1e2952bd4
2025-04-24 10:38:42 +02:00
Ludovic Courtès
f88be0a5b3 gnu: libssh: Fix #:configure-flags for cross-compilation to 32-bit.
Partly fixes <https://issues.guix.gnu.org/78029>.

Fixes a build-side syntax error introduced in
b12d44dd5e.

* gnu/packages/ssh.scm (libssh)[arguments]: Fix syntax error
in #:configure-flags.

Reported-by: Yelninei <yelninei@tutamail.com>
Change-Id: Ic50731806be7f0106928a9f8a2ec4b09c496f44a
2025-04-24 10:38:37 +02:00
Maxim Cournoyer
b12d44dd5e gnu: libssh: Enable tests.
* gnu/packages/ssh.scm (libssh) [arguments]
<#:configure-flags>: Add "-DUNIT_TESTING=ON".
<#:phases>: New argument.
[native-inputs]: Add cmocka.

Change-Id: Ibe0f8f7b9bff969c9483dcd8c6b7635d91e62feb
2025-04-23 11:25:18 +09:00
Ashish SHUKLA
47a5cd9f9c gnu: openssh: Update to 10.0p1
* gnu/packages/ssh.scm (openssh): Update to 10.0p1.

Change-Id: Ic80ed3a2b1caf2fd87a2c0ea4354dcd3f6f782f2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-04-15 10:21:01 +02:00
Andreas Enge
3dc8026d58 gnu: openssh: Update to 9.9p2.
Fixes CVE-2025-26465 and CVE-2025-26466.

* gnu/packages/ssh.scm (openssh): Update to 9.9p2.

Change-Id: I0b6ab4ce55a4a16678d5a2c9dc99b81268078db2
2025-02-18 22:31:28 +01:00
Ludovic Courtès
6a045df575 gnu: libssh: Update to 0.11.1.
* gnu/packages/ssh.scm (libssh): Update to 0.11.1.

Change-Id: Idadd67dd80396714c4020261a4de6497e9f462c2
2024-12-24 16:09:49 +01:00
Efraim Flashner
93e1586116 gnu: libssh: Fix cross-compiling to 32-bit architectures.
* gnu/packages/ssh.scm (libssh)[arguments]: When cross-compiling to any
32-bit architecture add a configure-flag to only warn about incompatible
pointer types.

Change-Id: I3ae71d885bd30a6ba51886824f6dee688538f2f2
2024-12-10 09:09:31 +02:00
Sharlatan Hellseher
51ee3a7278 gnu: clustershell: Update to 1.9.2.
* gnu/packages/ssh.scm (clustershell): Update to 1.9.2.
[arguments]<tests?>: Explicitly disable them as non of them were picked
and when invoked with nosetest mostly fail.
<phases>: Remove 'record-opnssh-file-name, add 'fix-pathes.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I52ebe7f7ed5f2624ecd5182b915bdeaffc207420
2024-12-09 21:19:36 +00:00
Sharlatan Hellseher
e0500cd2ca gnu: clustershell: Improve package style.
* gnu/packages/ssh.scm (clustershell): Use G-expressions, re-order
fields.
[build-system]: Swap to pyproject-build-system.

Change-Id: I3a4983eef65d88f0b94577679ec8788fcb5b4d40
2024-12-09 20:24:49 +00:00
Sharlatan Hellseher
e6e4e88f45 gnu: webssh: Update to 1.6.2.
* gnu/packages/ssh.scm (webssh): Update to 1.6.2.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: Icaef06a86ac8c4c02a74a376d0501152675d2122
2024-12-09 20:19:18 +00:00
Roman Scherer
ec1a67d4ff gnu: python-asyncssh: Disable failing tests on aarch64.
* gnu/packages/ssh.scm (python-asyncssh): Disable failing tests on aarch64.

Change-Id: I9f3a746bdf820c1d357fd655f1ed1ff197327856
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-09 20:19:18 +00:00
Vagrant Cascadian
da3c8a963f gnu: guile-ssh: Update to 0.18.0.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.18.0.
[source]: Drop patch, fixed upstream.
* gnu/packages/patches/guile-ssh-rename-bool.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Update with removed patch.
2024-12-09 10:40:57 -08:00
Sharlatan Hellseher
c01730199d gnu: python-asyncssh: Update to 2.18.0.
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.18.0.

Change-Id: I03ac3759e90261219e2f90dcc668c7af019a957b
2024-12-08 12:32:06 +00:00
Sharlatan Hellseher
6fb8613286 gnu: python-asyncssh: Improve package style.
* gnu/packages/ssh.scm: Add pyproject-build-system.
(python-asyncssh): Use G-expressions and new package style.
[build-system]: Swap to pyrpoject-build-system.
[arguments]<test-flags>: Move skip test logic here.
<phases>: Remove 'disable-tests, add 'pre-check.
[native-inputs]: Apply list style and sort alphabetically. Add
python-setuptools, and python-wheel.
[propagated-inputs]: Apply list style and sort alphabetically.

Change-Id: I021361c3667f60b60fc137380800646f10f2cd05
2024-12-08 12:32:06 +00:00
Roman Scherer
f2ad73507b gnu: python-asyncssh: Disable flaky connection tests.
* gnu/packages/ssh.scm (python-asyncssh): Disable flaky connection tests.

Change-Id: If99cc686679fd2c731f3d66a85abe23eff6f1234
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-12-08 12:32:06 +00:00
Janneke Nieuwenhuizen
2d37f0e071 gnu: libssh: Fix [cross-]build with gcc-14 for 32bit.
* gnu/packages/ssh.scm (libssh)[arguments]: When cross-compiling to a
32bit host, add CFLAGS to #:configure-flags to disable a breaking warning.

Change-Id: Ibab7332af162aed38158a50e9b4fc288b4286922
2024-12-03 08:33:13 +01:00
Ashish SHUKLA
508bb5afc4 gnu: openssh: Update to 9.9p1.
* gnu/packages/ssh.scm (openssh): Update to 9.9p1.

Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-17 23:15:49 +01:00
Attila Lendvai
9821e967b0 gnu: dropbear: Update to 2024.86.
* gnu/packages/ssh.scm (dropbear): Update to 2024.86.

Change-Id: I1fe9bf0fcaaed3e55ed9a56697d51c5451f3a726
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-11-11 11:19:40 +02:00
Herman Rimm
36c794c0ed guile-ssh: Update to 0.17.0 and use patch.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.17.0 and apply patch.
* gnu/packages/patches/guile-ssh-rename-bool.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
Change-Id: Iafb5630430ba122861b7e2fe2c76c84739b4e00f
2024-10-13 10:45:19 +03:00
宋文武
52ad897f16 gnu: lsh: Add libxcrypt dependency.
* gnu/packages/ssh.scm (lsh)[inputs]: Add libxcrypt.

Change-Id: Ic67704e2a60d4e2fe7397204570efca4493c88fe
2024-08-31 10:45:08 +02:00
宋文武
c8d8f1e892 gnu: dropbear: Add libxcrypt dependency.
* gnu/packages/ssh.scm (dropbear)[inputs]: Add libxcrypt.

Change-Id: I951b01354e195c09d8ecf0b06ef8d88715f3023c
2024-08-31 10:45:06 +02:00
Maxime Devos
ec292f3895 gnu: mosh: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.

* gnu/packages/ssh.scm (mosh)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I2d03972a6acf31e63e2629356eb862445eecf1aa
2024-08-31 10:42:39 +02:00
Attila Lendvai
45f8f97147 gnu: dropbear: Update to 2024.85.
* gnu/packages/ssh.scm (dropbear): Update to 2024.85.

Change-Id: I6c729f22732244e6c44bc0d6a1866ab1663a537e
Signed-off-by: jgart <jgart@dismail.de>
2024-07-03 11:29:54 -05:00
Zheng Junjie
6522f93ed0 gnu: openssh: Update to 9.8p1 [security fixes].
Fixes a critical security bug allowing remote code execution as root:
https://www.openssh.com/txt/release-9.8

This may be CVE-2024-6387 (currently embargoed):
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6387

* gnu/packages/ssh.scm (openssh): Update to 9.8p1.

Change-Id: I32e1001ca4d7f9bfbdad58ddcba58670e151a8cb
2024-07-01 17:51:17 +08:00
Jack Hill
6844a31733 gnu: openssh: Update to 9.7p1.
* gnu/packages/ssh.scm (openssh): Update to 9.7p1
[source]: Remove openssh-gcc-13-ppc64le-fzero-call-used-regs.patch'.
* gnu/packages/patches/openssh-gcc-13-ppc64le-fzero-call-used-regs.patch:
Delete file.
* gnu/packages/local.mk (dist_patch_DATA): Remove it.

Change-Id: Ia13c32869afa6c964770243ecacf5a3ce473e5e2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Jack Hill
ef270f9d73 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>
2024-01-14 23:00:04 +01:00
Artyom V. Poptsov
80bec14a9e gnu: 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>
2024-01-14 23:00:04 +01:00
Jack Hill
04b63ea195 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>
2023-12-21 12:34:56 -05:00
Jack Hill
97e517a568 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>
2023-12-21 12:30:15 -05:00
Tobias Geerinckx-Rice
1408e7a304 gnu: openssh: Update to 9.5p1.
* gnu/packages/ssh.scm (openssh): Update to 9.5p1.

Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e
2023-11-19 01:00:00 +01:00
Tobias Geerinckx-Rice
f59bbf0a97 gnu: mosh: Prepare for cross-building.
Currently blocked by protobuf.

* gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE.
2023-10-15 02:00:00 +02:00
Tobias Geerinckx-Rice
063655dbad 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.
2023-10-15 02:00:00 +02:00
Tobias Geerinckx-Rice
72e2bbebf5 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.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
b56fe521de gnu: openssh: Use G-expressions.
* gnu/packages/ssh.scm (openssh)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
12971d26ef gnu: openssh: Remove input labels.
* gnu/packages/ssh.scm (openssh)[inputs]: Remove input labels.
(openssh-sans-x)[inputs]: Use MODIFY-INPUTS.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice
4372610731 gnu: openssh: Update to 9.3p2.
* gnu/packages/ssh.scm (openssh): Update to 9.3p2.
2023-07-16 02:00:08 +02:00
hako
063aa5b318 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>
2023-07-01 08:09:21 +01:00
Janneke Nieuwenhuizen
ff690faf66 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.
2023-06-17 14:38:32 +02:00
Andreas Enge
c919bfefd9 Merge remote-tracking branch 'origin/master' into core-updates 2023-04-25 15:19:29 +02:00
Lars-Dominik Braun
472706ae2f gnu: python-asyncssh: Update to 2.13.1.
Includes fix for python-cryptography>=39 disallowing SHA-1 signatures,
which caused the testsuite to fail.

* gnu/packages/ssh.scm (python-asyncssh): Update to 2.13.1.
2023-04-25 14:27:14 +02:00
Maxim Cournoyer
9df900341f gnu: python-typing-extensions: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-typing-extensions): Move to...
* gnu/packages/python-build.scm (python-typing-extensions): ... here.
2023-04-19 20:12:13 -04:00
Maxim Cournoyer
3bacd3c76a Merge branch 'master' into core-updates.
Conflicts:
	gnu/local.mk
	gnu/packages/build-tools.scm
	gnu/packages/certs.scm
	gnu/packages/check.scm
	gnu/packages/compression.scm
	gnu/packages/cups.scm
	gnu/packages/fontutils.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/guile.scm
	gnu/packages/ibus.scm
	gnu/packages/image-processing.scm
	gnu/packages/linux.scm
	gnu/packages/music.scm
	gnu/packages/nss.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/qt.scm
	gnu/packages/ruby.scm
	gnu/packages/shells.scm
	gnu/packages/tex.scm
	gnu/packages/video.scm
	gnu/packages/vulkan.scm
	gnu/packages/web.scm
	gnu/packages/webkit.scm
	gnu/packages/wm.scm
2023-04-14 17:15:08 -04:00