GNU bug report logs -
#77737
[PATCH] gnu: openssh: Update to 10.0p1
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Fri, 11 Apr 2025 12:32:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77737 in the body.
You can then email your comments to 77737 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77737
; Package
guix-patches
.
(Fri, 11 Apr 2025 12:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 11 Apr 2025 12:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ssh.scm (openssh): Update to 10.0p1.
Change-Id: Ic80ed3a2b1caf2fd87a2c0ea4354dcd3f6f782f2
---
Hi,
Attached patch updates OpenSSH to 10.0p1, even though ssh -V, and the announcement[0] reads OpenSSH 10.0p2, but distfile is named 10.0p1, and not 10.0p2.
References:
[0] https://www.openssh.com/releasenotes.html#10.0p1
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index fecb3a2559..877d129e91 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -209,7 +209,7 @@ (define-public libssh2
(define-public openssh
(package
(name "openssh")
- (version "9.9p2")
+ (version "10.0p1")
(source
(origin
(method url-fetch)
@@ -217,7 +217,7 @@ (define-public openssh
"openssh-" version ".tar.gz"))
(patches (search-patches "openssh-trust-guix-store-directory.patch"))
(sha256
- (base32 "0wsn44g75qa1bfp6qkcr9nlmyn02klcy2rgrvmg2ik087rhdpali"))))
+ (base32 "0p6qp47gkkjrxlqaignsvn81lh80wnlxasr5n5845pqfk9q2w6h2"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 172e9a1aa1ee2ef3e557cf46a11e451aa7982983
--
2.49.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 15 Apr 2025 08:25:07 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Tue, 15 Apr 2025 08:25:07 GMT)
Full text and
rfc822 format available.
Message #10 received at 77737-done <at> debbugs.gnu.org (full text, mbox):
Ashish SHUKLA <ashish.is <at> lostca.se> writes:
> * gnu/packages/ssh.scm (openssh): Update to 10.0p1.
>
> Change-Id: Ic80ed3a2b1caf2fd87a2c0ea4354dcd3f6f782f2
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 13 May 2025 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.