GNU bug report logs - #64764
[PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408].

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Fri, 21 Jul 2023 10:28:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#64764: closed (Re: bug#64764: [PATCH] gnu: openssh: Update to
 9.3p2 [fixes CVE-2023-38408].)
Date: Sat, 22 Jul 2023 01:34:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64764: [PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408].

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64764 <at> debbugs.gnu.org.

-- 
64764: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64764
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: 64764-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: Re: bug#64764: [PATCH] gnu: openssh: Update to 9.3p2 [fixes
 CVE-2023-38408].
Date: Sat, 22 Jul 2023 09:32:53 +0800
Closed by commit 43726107316849c258158ceb875d2e20dee35450.

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408].
Date: Fri, 21 Jul 2023 18:25:56 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

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

base-commit: 182be30fb1a8b847c30492462ec22c08ec7a9849
-- 
2.40.1




This bug report was last modified 1 year and 364 days ago.

Previous Next


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