all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64764] [PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408].
@ 2023-07-21 10:25 iyzsong--- via Guix-patches via
  2023-07-22  1:32 ` bug#64764: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-07-21 10:25 UTC (permalink / raw)
  To: 64764; +Cc: 宋文武

From: 宋文武 <iyzsong@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





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

* bug#64764: [PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408].
  2023-07-21 10:25 [bug#64764] [PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408] iyzsong--- via Guix-patches via
@ 2023-07-22  1:32 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-22  1:32 UTC (permalink / raw)
  To: 64764-done; +Cc: 宋文武


Closed by commit 43726107316849c258158ceb875d2e20dee35450.




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

end of thread, other threads:[~2023-07-22  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 10:25 [bug#64764] [PATCH] gnu: openssh: Update to 9.3p2 [fixes CVE-2023-38408] iyzsong--- via Guix-patches via
2023-07-22  1:32 ` bug#64764: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.