GNU bug report logs - #61242
[PATCH] gnu: openssh: Update to 9.2p1

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Thu, 2 Feb 2023 23:09:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 61242 in the body.
You can then email your comments to 61242 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61242; Package guix-patches. (Thu, 02 Feb 2023 23:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 02 Feb 2023 23:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: openssh: Update to 9.2p1
Date: Thu,  2 Feb 2023 18:08:32 -0500
* gnu/packages/ssh.scm (openssh): Update to 9.2p1.
---

This release has some security fixes [0]. I did a test build on x86-64
linux and didn't see anything unusual in the build log.

[0] https://www.openssh.com/txt/release-9.2

 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 35b3b378a9..685b5b039a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -186,7 +186,7 @@ (define-public libssh2
 (define-public openssh
   (package
    (name "openssh")
-   (version "9.1p1")
+   (version "9.2p1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -195,7 +195,7 @@ (define-public openssh
                                       "openssh-trust-guix-store-directory.patch"))
              (sha256
               (base32
-               "126jzn5pxkf1dgzcb3lzpzab8airg0avnvr3y23kgqp3qw4m1y0r"))))
+               "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
    (build-system gnu-build-system)
    (native-inputs (list groff pkg-config))
    (inputs `(("libedit" ,libedit)
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61242; Package guix-patches. (Fri, 03 Feb 2023 11:23:02 GMT) Full text and rfc822 format available.

Message #8 received at 61242 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 61242 <at> debbugs.gnu.org
Subject: Re: [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
Date: Fri, 3 Feb 2023 12:22:43 +0100
[Message part 1 (text/plain, inline)]
On Thu, Feb 02, 2023 at 06:08:32PM -0500, Jack Hill wrote:
> * gnu/packages/ssh.scm (openssh): Update to 9.2p1.

Thanks!

It works for me on the client side. Has anyone checked that their SSH
server (sshd) still works with this update?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#61242; Package guix-patches. (Fri, 03 Feb 2023 22:14:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: Leo Famulari <leo <at> famulari.name>
Cc: 61242 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
Date: Fri, 3 Feb 2023 17:13:27 -0500 (EST)
On Fri, 3 Feb 2023, Leo Famulari wrote:

> On Thu, Feb 02, 2023 at 06:08:32PM -0500, Jack Hill wrote:
>> * gnu/packages/ssh.scm (openssh): Update to 9.2p1.
>
> Thanks!
>
> It works for me on the client side. Has anyone checked that their SSH
> server (sshd) still works with this update?

I had a chance today to reconfigure a host with the new ssh server. After 
reconfigure, I ran `sudo herd restart ssh-daemon` just to be sure.

I was able to connect over IPv6 with both the old and new client. The only 
authentication method tested was ssh-keys of type ed25519. All x86-64. No 
other fancy ssh features other than getting a shell were tested.

Best,
Jack




Information forwarded to guix-patches <at> gnu.org:
bug#61242; Package guix-patches. (Fri, 03 Feb 2023 22:14:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#61242; Package guix-patches. (Sat, 04 Feb 2023 11:14:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 61242-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
Date: Sat, 4 Feb 2023 12:13:33 +0100
On Fri, Feb 03, 2023 at 05:13:27PM -0500, Jack Hill wrote:
> I had a chance today to reconfigure a host with the new ssh server. After
> reconfigure, I ran `sudo herd restart ssh-daemon` just to be sure.
> 
> I was able to connect over IPv6 with both the old and new client. The only
> authentication method tested was ssh-keys of type ed25519. All x86-64. No
> other fancy ssh features other than getting a shell were tested.

Thanks for testing!

Pushed as 36b8624dab8f881b65becee4a1603f9fbfd8094f




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sat, 04 Feb 2023 11:14:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Sat, 04 Feb 2023 11:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Mar 2023 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.