all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 69659@debbugs.gnu.org
Subject: [bug#69659] [PATCH] WIP: gnu: Update openssh to 9.7p1 pre-release.
Date: Fri,  8 Mar 2024 19:01:06 -0500	[thread overview]
Message-ID: <bc9ce4e876af64c67f5280614f256b80e51888d8.1709942466.git.jackhill@jackhill.us> (raw)
In-Reply-To: <e60787f1-8553-94da-2b61-a1a1e4441fd8@jackhill.us>

* gnu/packages/ssh.scm (openssh): Update to pre-release for 9.7p1.

Change-Id: Ia13c32869afa6c964770243ecacf5a3ce473e5e2
---
 gnu/packages/ssh.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index d53d8d59e7..cabe3237a4 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -198,18 +198,20 @@ (define-public libssh2
 (define-public openssh
   (package
    (name "openssh")
-   (version "9.6p1")
+   (version "9.7p1")
    (source
     (origin
       (method url-fetch)
-      (uri (string-append "mirror://openbsd/OpenSSH/portable/"
-                          "openssh-" version ".tar.gz"))
+      ;; (uri (string-append "mirror://openbsd/OpenSSH/portable/"
+      ;;                     "openssh-" version ".tar.gz"))
+      (uri "http://www.mindrot.org/openssh_snap/openssh-SNAP-20240309.tar.gz")
       (patches (search-patches "openssh-trust-guix-store-directory.patch"
                                ;; Can be removed with next openssh update
                                ;; https://issues.guix.gnu.org/67948#2
-                               "openssh-gcc-13-ppc64le-fzero-call-used-regs.patch"))
+                               ;"openssh-gcc-13-ppc64le-fzero-call-used-regs.patch"
+                               ))
       (sha256
-       (base32 "0z3pgam8b4z05lvdb78iv06p204qwl7b94a3cnnwba2mfb0120li"))))
+       (base32 "0fifdqagic75nb01p56pn5b3yjxrwcxvgx04jvr9zj6mmg5zwff0"))))
    (build-system gnu-build-system)
    (arguments
     (list

base-commit: 09346fd05f19da3846635e1a0f1c844050d59f26
-- 
2.41.0





  reply	other threads:[~2024-03-09  0:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 22:51 [bug#69659] [PATCH 0/1] Work In Progress: openssh 9.7p1 Jack Hill
2024-03-09  0:01 ` Jack Hill [this message]
2024-03-11 15:23 ` [bug#69659] [PATCH 0/1 v2] gnu: openssh: Update to 9.7p1 Jack Hill
2024-03-11 15:28   ` [bug#69659] [PATCH " Jack Hill
2024-04-05 16:20   ` bug#69659: " Ludovic Courtès

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc9ce4e876af64c67f5280614f256b80e51888d8.1709942466.git.jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=69659@debbugs.gnu.org \
    /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 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.