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

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

bug#62266: closed ([PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes


From: GNU bug Tracking System
Subject: bug#62266: closed ([PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes].)
Date: Wed, 22 Mar 2023 15:59:02 +0000

Your message dated Wed, 22 Mar 2023 11:58:31 -0400
with message-id <ZBslp8TqWKoVB4eY@jasmine.lan>
and subject line Re: [bug#62266] [PATCH] gnu: OpenSSH: Update to 9.3p1 
[security fixes].
has caused the debbugs.gnu.org bug report #62266,
regarding [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes].
to be marked as done.

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


-- 
62266: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62266
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes]. Date: Sat, 18 Mar 2023 17:31:11 -0400
The release announcement contains more information about the security
vulnerabilities fixed in this update:

https://www.openssh.com/txt/release-9.3

* gnu/packages/ssh.scm (openssh): Update to 9.3p1.
---
 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 886cb74070..b91e70aaed 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -197,7 +197,7 @@ (define-public libssh2
 (define-public openssh
   (package
    (name "openssh")
-   (version "9.2p1")
+   (version "9.3p1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -206,7 +206,7 @@ (define-public openssh
                                       
"openssh-trust-guix-store-directory.patch"))
              (sha256
               (base32
-               "0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
+               "1a7qia3c255igny5kf00m5zxkp69lf1w6qjsv3rm2sm705vvmfp9"))))
    (build-system gnu-build-system)
    (native-inputs (list groff pkg-config))
    (inputs `(("libedit" ,libedit)
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62266] [PATCH] gnu: OpenSSH: Update to 9.3p1 [security fixes]. Date: Wed, 22 Mar 2023 11:58:31 -0400
On Wed, Mar 22, 2023 at 10:29:25AM +0200, Efraim Flashner wrote:
> LGTM!

Thanks, Efraim! Pushed as 91f92f32d5a9317dd333d570b54c2ba34c9c14a9

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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