[PATCH] gnu: openssh: Update to 9.9p1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ashish SHUKLA
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal
A
A
Ashish SHUKLA wrote on 20 Sep 06:36 +0200
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
dea4ed34e61fa981df113843af6559381757d61a.1726807019.git.ashish.is@lostca.se
* gnu/packages/ssh.scm (openssh): Update to 9.9p1.

Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7
---
gnu/packages/ssh.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 9d3fe1f40a..2d4cff39bb 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -19,6 +19,7 @@
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -200,7 +201,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
- (version "9.8p1")
+ (version "9.9p1")
(source
(origin
(method url-fetch)
@@ -208,7 +209,7 @@ (define-public openssh
"openssh-" version ".tar.gz"))
(patches (search-patches "openssh-trust-guix-store-directory.patch"))
(sha256
- (base32 "1wrrb8zrfj9wa9nbpx310kl2k05gm4gxsl5hvycx9dbrlc1d12yx"))))
+ (base32 "00kcjs7vm1vha3xvgrkb0qv7v6pwskb1avkfk2qiazzqpz6znhxk"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 6ea75bb9bcc52521f0bb3f121799745fdc17f1c9
--
2.46.1
L
L
Ludovic Courtès wrote on 17 Nov 22:55 +0100
(name . Ashish SHUKLA)(address . ashish.is@lostca.se)(address . 73375-done@debbugs.gnu.org)
87ed39ikz1.fsf@gnu.org
Ashish SHUKLA <ashish.is@lostca.se> skribis:

Toggle quote (4 lines)
> * gnu/packages/ssh.scm (openssh): Update to 9.9p1.
>
> Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73375@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73375
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch