From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 73375@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#73375] [PATCH] gnu: openssh: Update to 9.9p1.
Date: Fri, 20 Sep 2024 04:36:59 +0000 [thread overview]
Message-ID: <dea4ed34e61fa981df113843af6559381757d61a.1726807019.git.ashish.is@lostca.se> (raw)
* 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
reply other threads:[~2024-09-20 4:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dea4ed34e61fa981df113843af6559381757d61a.1726807019.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=73375@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).