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
Leo Famulari
91f92f32d5
gnu: OpenSSH: Update to 9.3p1 [security fixes].
...
The release announcement contains more information about the security
vulnerabilities fixed in this update:
https://www.openssh.com/txt/release-9.3
* gnu/packages/ssh.scm (openssh): Update to 9.3p1.
2023-03-22 11:49:04 -04:00
Christopher Baines
7df09ee0ab
Merge remote-tracking branch 'savannah/master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/autotools.scm
gnu/packages/cmake.scm
gnu/packages/gnuzilla.scm
gnu/packages/haskell.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/samba.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/wxwidgets.scm
2023-03-02 10:55:08 +00:00
Ludovic Courtès
3f81ec18e4
gnu: libssh: Fix compilation on GNU/Hurd.
...
* gnu/packages/ssh.scm (libssh)[source]: Add snippet.
2023-02-27 01:16:32 +01:00
Vagrant Cascadian
128a55ad9f
gnu: libssh: Update to 0.10.4.
...
* gnu/packages/ssh.scm (libssh): Update to 0.10.4.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-02-26 08:52:58 +01:00
Simon Streit
be1d2fb2f7
gnu: Add x11-ssh-askpass.
...
* gnu/packages/ssh.scm (x11-ssh-askpass): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:43 +01:00
Nicolas Goaziou
c599d309c4
gnu: sshpass: Update to 1.10.
...
* gnu/packages/ssh.scm (sshpass): Update to 1.10.
2023-02-20 14:00:39 +01:00
Jack Hill
36b8624dab
gnu: openssh: Update to 9.2p1 [security fixes].
...
Here is more information about the security issues fixed in this release:
https://www.openssh.com/txt/release-9.2
* gnu/packages/ssh.scm (openssh): Update to 9.2p1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-04 12:12:52 +01:00
Efraim Flashner
4cf1acc7f3
Merge remote-tracking branch 'origin/master' into core-updates
...
Conflicts:
doc/guix.texi
gnu/local.mk
gnu/packages/admin.scm
gnu/packages/base.scm
gnu/packages/chromium.scm
gnu/packages/compression.scm
gnu/packages/databases.scm
gnu/packages/diffoscope.scm
gnu/packages/freedesktop.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/guile.scm
gnu/packages/inkscape.scm
gnu/packages/llvm.scm
gnu/packages/openldap.scm
gnu/packages/pciutils.scm
gnu/packages/ruby.scm
gnu/packages/samba.scm
gnu/packages/sqlite.scm
gnu/packages/statistics.scm
gnu/packages/syndication.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/copy.scm
guix/scripts/home.scm
2023-01-30 12:39:40 +02:00
Ludovic Courtès
e6f557dd23
gnu: guile-ssh: Update to 0.16.3.
...
Fixes <https://issues.guix.gnu.org/58290 >.
Reported by Aleksandr Vityazev <avityazev@posteo.org>,
and Andrew Tropin <andrew@trop.in>.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.3.
2023-01-30 23:49:06 +01:00
Artyom V. Poptsov
3012dad9eb
gnu: guile-ssh: Update to 0.16.2.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-01-08 16:08:50 +01:00
Vagrant Cascadian
0744540d09
gnu: guile-ssh: Update to 0.16.0.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.0.
2022-12-21 22:15:15 -08:00
Hilton Chain
32c72dd99c
gnu: mosh: Update to 1.4.0.
...
* gnu/packages/ssh.scm (mosh): Update to 1.4.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-17 22:27:39 +01:00
Tobias Geerinckx-Rice
f2bfc31f17
gnu: dropbear: Update to 2022.83.
...
* gnu/packages/ssh.scm (dropbear): Update to 2022.83.
[arguments]: Remove obsolete part of 'enable-x11-forwarding phase.
2022-11-13 01:00:00 +01:00
Vagrant Cascadian
a2e4e3489b
gnu: Various typo fixes.
...
* gnu/packages/emacs-xyz.scm (emacs-popup-kill-ring)[description]: Fix very
sneaky "This packages" variant. Thanks to nckhexen!
* gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix use of
"allows to".
* gnu/packages/check.scm (python-pytest-freezegun)[description]: Ditto.
* gnu/packages/linux.scm (tp-smapi-module)[description]: Ditto.
* gnu/packages/mail.scm (procmail): Ditto.
* gnu/packages/maths.scm (maxima): Ditto.
* gnu/packages/samba.scm (wsdd)[description]: Ditto.
* gnu/packages/ssh.scm (openssh): Ditto.
2022-10-24 17:35:19 -07:00
Tobias Geerinckx-Rice
5651a6d0aa
gnu: openssh: Update to 9.1p1.
...
* gnu/packages/ssh.scm (openssh): Update to 9.1p1.
2022-10-16 02:00:01 +02:00
Marius Bakke
9a94370c21
gnu: libssh2: Omit static library.
...
* gnu/packages/ssh.scm (libssh2)[arguments]: Add "--disable-static" in
#:configure-flags.
2022-06-26 12:06:31 +02:00
Marius Bakke
09a3f7c6fc
gnu: libssh2: Update to 1.10.0.
...
* gnu/packages/ssh.scm (libssh2): Update to 1.10.0.
[source](patches): Remove.
* gnu/packages/patches/libssh2-CVE-2019-17498.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 12:06:31 +02:00
Maxim Cournoyer
6fc33d91ba
gnu: dropbear: Build with X11 forwarding support.
...
* gnu/packages/ssh.scm (dropbear)[phases]
{enable-x11-forwarding}: New phase.
2022-06-16 21:52:49 -04:00
Maxim Cournoyer
bf9c98b11d
gnu: dropbear: Update to 2022.82.
...
* gnu/packages/ssh.scm (dropbear): Update to 2022.82.
[source]: Delete origin snippet's trailing #t.
[arguments]: Use gexps.
[tests?]: Update comment.
2022-06-16 21:52:49 -04:00
Lars-Dominik Braun
97ebfc8f5c
gnu: python-asyncssh: Update to 2.11.0.
...
* gnu/packages/ssh.scm (python-asyncssh)[version]: Update to 2.11.0.
[propagated-inputs]: Add python-typing-extensions.
[native-inputs]: Add python-fido2, python-aiofiles, netcat and
python-pytest.
[arguments]: Disable netcat autodetection. Replace 'check with call
to pytest.
2022-06-13 12:30:17 +02:00
Tobias Geerinckx-Rice
b25e18407b
gnu: hss: Use G-expressions.
...
* gnu/packages/ssh.scm (hss)[arguments]:
Rewrite as G-expressions.
2022-05-22 02:00:07 +02:00
Tobias Geerinckx-Rice
b8d5cbb767
gnu: hss: Update to 1.9.
...
* gnu/packages/ssh.scm (hss): Update to 1.9.
[arguments]: Don't explicitly return #t from phases.
2022-05-22 02:00:07 +02:00
Alexey Abramov
4d3c142e0b
gnu: openssh: Trust Guix store directory
...
* gnu/local.mk (dist_patch_DATA): Add the patch
* gnu/packages/patches/openssh-trust-guix-store-directory.patch: Patch it
* gnu/packages/ssh.scm (openssh[source]): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 00:33:53 +02:00
Ludovic Courtès
3ac1366648
gnu: guile-ssh: Support cross-compilation.
...
Cross-compilation broke with the update to 0.15.1 in
eabc6af9b8
. 'guile-snarf' would invoke
cpp instead of TRIPLET-cpp, which would thus fail to find libssh
headers.
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add
'support-cross-compilation' phase.
2022-03-07 00:26:51 +01:00
Ludovic Courtès
eabc6af9b8
gnu: guile-ssh: Update to 0.15.1.
...
* gnu/packages/patches/guile-ssh-fix-test-suite.patch,
gnu/packages/patches/guile-ssh-read-error.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.15.1, and remove those
patches.
(guile2.2-ssh)[source]: Remove.
(guile2.0-ssh): Remove.
Co-authored-by: poptsov.artyom@gmail.com (Artyom V. Poptsov)
2022-03-01 12:33:07 +01:00
Leo Famulari
9b0171fe1a
gnu: OpenSSH: Update to 8.9p1.
...
* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
2022-02-27 17:57:59 -05:00
Ludovic Courtès
33ce3f1c86
gnu: lsh: Build with optimizations.
...
This is a followup to 1cdd6b09c8
, which
inadvertently turned off optimizations.
* gnu/packages/ssh.scm (lsh)[arguments]: Add "-O2 -g" next to "-fcommon".
2022-02-18 14:14:40 +01:00
Tobias Geerinckx-Rice
1cdd6b09c8
gnu: lsh: Fix build with GCC 10.
...
* gnu/packages/ssh.scm (lsh)[arguments]: Add "CFLAGS=-fcommon"
to #:configure-flags. Don't explicitly return #t from phases.
[source]: Don't explicitly return #t from snippet.
2022-02-13 01:00:00 +01:00
Efraim Flashner
22010dd48c
gnu: openssh: Add release-monitoring-url.
...
* gnu/packages/ssh.scm (openssh)[properties]: New field.
2022-01-14 11:41:24 +02:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Mathieu Othacehe
32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates
2021-12-10 21:49:25 +01:00
Ludovic Courtès
9478a25250
gnu: openssh: Remove libfido2 dependency on GNU/Hurd.
...
* gnu/packages/ssh.scm (openssh)[inputs]: Remove LIBFIDO2 when
'hurd-target?'.
[arguments]: Likewise for "--with-security-key-builtin".
2021-12-06 10:56:01 +01:00