mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: OpenSSH: Update to 9.3p1 [security fixes].
The release announcement contains more information about the security vulnerabilities fixed in this update: https://www.openssh.com/txt/release-9.3 * gnu/packages/ssh.scm (openssh): Update to 9.3p1.
This commit is contained in:
parent
4f8a13b9fb
commit
91f92f32d5
1 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ (define-public libssh2
|
||||||
(define-public openssh
|
(define-public openssh
|
||||||
(package
|
(package
|
||||||
(name "openssh")
|
(name "openssh")
|
||||||
(version "9.2p1")
|
(version "9.3p1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
||||||
|
@ -206,7 +206,7 @@ (define-public openssh
|
||||||
"openssh-trust-guix-store-directory.patch"))
|
"openssh-trust-guix-store-directory.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ingf6fxzg2fcf6k68bvh0lc460jn0macvf5w585zd2zcpqxnriz"))))
|
"1a7qia3c255igny5kf00m5zxkp69lf1w6qjsv3rm2sm705vvmfp9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list groff pkg-config))
|
(native-inputs (list groff pkg-config))
|
||||||
(inputs `(("libedit" ,libedit)
|
(inputs `(("libedit" ,libedit)
|
||||||
|
|
Loading…
Reference in a new issue