emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54137: closed ([PATCH] gnu: OpenSSH: Update to 8.9p1.)


From: GNU bug Tracking System
Subject: bug#54137: closed ([PATCH] gnu: OpenSSH: Update to 8.9p1.)
Date: Sun, 27 Feb 2022 23:01:01 +0000

Your message dated Sun, 27 Feb 2022 18:00:34 -0500
with message-id <YhwCklsc3kyjHCS2@jasmine.lan>
and subject line Re: bug#54137: [PATCH] gnu: OpenSSH: Update to 8.9p1.
has caused the debbugs.gnu.org bug report #54137,
regarding [PATCH] gnu: OpenSSH: Update to 8.9p1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54137: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54137
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: OpenSSH: Update to 8.9p1. Date: Thu, 24 Feb 2022 01:25:39 -0500
* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
---
 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 8e29968ea7..7c8b09879f 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -184,7 +184,7 @@ (define-public libssh2
 (define-public openssh
   (package
    (name "openssh")
-   (version "8.8p1")
+   (version "8.9p1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -192,7 +192,7 @@ (define-public openssh
              (patches (search-patches "openssh-hurd.patch"))
              (sha256
               (base32
-               "1s8z6f7mi1pwsl79cqai8cr350m5lf2ifcxff57wx6mvm478k425"))))
+               "1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx"))))
    (build-system gnu-build-system)
    (native-inputs (list groff pkg-config))
    (inputs `(("libedit" ,libedit)
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54137: [PATCH] gnu: OpenSSH: Update to 8.9p1. Date: Sun, 27 Feb 2022 18:00:34 -0500
On Sat, Feb 26, 2022 at 12:29:22AM -0500, Maxim Cournoyer wrote:
> Haven't tried it, but I read the changelog and it LGTM.

It's working for me, so I pushed as
9b0171fe1ae499f57462c4b45e91ef68e076f57d


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]