unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73375] [PATCH] gnu: openssh: Update to 9.9p1.
@ 2024-09-20  4:36 Ashish SHUKLA via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-20  4:36 UTC (permalink / raw)
  To: 73375; +Cc: Ashish SHUKLA

* gnu/packages/ssh.scm (openssh): Update to 9.9p1.

Change-Id: Iaa4fa38e92ecc7623c5eb4125eea569de3a05cc7
---
 gnu/packages/ssh.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 9d3fe1f40a..2d4cff39bb 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -200,7 +201,7 @@ (define-public libssh2
 (define-public openssh
   (package
    (name "openssh")
-   (version "9.8p1")
+   (version "9.9p1")
    (source
     (origin
       (method url-fetch)
@@ -208,7 +209,7 @@ (define-public openssh
                           "openssh-" version ".tar.gz"))
       (patches (search-patches "openssh-trust-guix-store-directory.patch"))
       (sha256
-       (base32 "1wrrb8zrfj9wa9nbpx310kl2k05gm4gxsl5hvycx9dbrlc1d12yx"))))
+       (base32 "00kcjs7vm1vha3xvgrkb0qv7v6pwskb1avkfk2qiazzqpz6znhxk"))))
    (build-system gnu-build-system)
    (arguments
     (list

base-commit: 6ea75bb9bcc52521f0bb3f121799745fdc17f1c9
-- 
2.46.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-20  4:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20  4:36 [bug#73375] [PATCH] gnu: openssh: Update to 9.9p1 Ashish SHUKLA via Guix-patches via

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).