GNU bug report logs -
#73375
[PATCH] gnu: openssh: Update to 9.9p1.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Fri, 20 Sep 2024 04:38:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73375: [PATCH] gnu: openssh: Update to 9.9p1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73375 <at> debbugs.gnu.org.
--
73375: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73375
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Ashish SHUKLA <ashish.is <at> lostca.se> skribis:
> * gnu/packages/ssh.scm (openssh): Update to 9.9p1.
>
> Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7
Applied, thanks!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/ssh.scm (openssh): Update to 9.9p1.
Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7
---
gnu/packages/ssh.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
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 <at> waegenei.re>
;;; Copyright © 2023 Simon Streit <simon <at> netpanic.org>
;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> 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
This bug report was last modified 188 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.