gnu: openssh: Update to 9.6p1 [security-fixes].
Fixes CVE-2023-48795. * gnu/packages/ssh.scm (openssh): Update to 9.6p1. [arguments]<#:parallel-tests?>: Disable. Change-Id: I8b7707894d904ec8bcccb943908fff2e69a1a027 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
97e517a568
commit
04b63ea195
@ -198,7 +198,7 @@ a server that supports the SSH-2 protocol.")
|
|||||||
(define-public openssh
|
(define-public openssh
|
||||||
(package
|
(package
|
||||||
(name "openssh")
|
(name "openssh")
|
||||||
(version "9.5p1")
|
(version "9.6p1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -206,11 +206,14 @@ a server that supports the SSH-2 protocol.")
|
|||||||
"openssh-" version ".tar.gz"))
|
"openssh-" version ".tar.gz"))
|
||||||
(patches (search-patches "openssh-trust-guix-store-directory.patch"))
|
(patches (search-patches "openssh-trust-guix-store-directory.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sq8hqk6f0x6djgvqawjbwwxpwd8r1nzjahqfl7m9yx7kfvyf9ph"))))
|
(base32 "0z3pgam8b4z05lvdb78iv06p204qwl7b94a3cnnwba2mfb0120li"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-target "tests"
|
#:test-target "tests"
|
||||||
|
;; Not all of the tests can be run in parallel, see
|
||||||
|
;; <https://marc.info/?l=openssh-unix-dev&m=170313565518842>.
|
||||||
|
#:parallel-tests? #f
|
||||||
;; Otherwise, the test scripts try to use a nonexistent directory and fail.
|
;; Otherwise, the test scripts try to use a nonexistent directory and fail.
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list "REGRESSTMP=\"$${BUILDDIR}/regress\"")
|
#~(list "REGRESSTMP=\"$${BUILDDIR}/regress\"")
|
||||||
|
Loading…
Reference in New Issue
Block a user