@@ -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