unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
@ 2023-02-02 23:08 Jack Hill
  2023-02-03 11:22 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Jack Hill @ 2023-02-02 23:08 UTC (permalink / raw)
  To: 61242

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
  2023-02-02 23:08 [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1 Jack Hill
@ 2023-02-03 11:22 ` Leo Famulari
  2023-02-03 22:13   ` Jack Hill
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2023-02-03 11:22 UTC (permalink / raw)
  To: Jack Hill; +Cc: 61242

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
  2023-02-03 11:22 ` Leo Famulari
@ 2023-02-03 22:13   ` Jack Hill
  2023-02-04 11:13     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Jack Hill @ 2023-02-03 22:13 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 61242

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1
  2023-02-03 22:13   ` Jack Hill
@ 2023-02-04 11:13     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2023-02-04 11:13 UTC (permalink / raw)
  To: Jack Hill; +Cc: 61242-done, 61242

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-04 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 23:08 [bug#61242] [PATCH] gnu: openssh: Update to 9.2p1 Jack Hill
2023-02-03 11:22 ` Leo Famulari
2023-02-03 22:13   ` Jack Hill
2023-02-04 11:13     ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).