gnu: openssh: Upgrade to 6.5p1.
* gnu/packages/ssh.scm (openssh): Upgrade to 6.5p1.
This commit is contained in:
parent
18095a4ae0
commit
fc0a973d70
|
@ -120,14 +120,14 @@ a server that supports the SSH-2 protocol.")
|
||||||
(define-public openssh
|
(define-public openssh
|
||||||
(package
|
(package
|
||||||
(name "openssh")
|
(name "openssh")
|
||||||
(version "6.1p1")
|
(version "6.5p1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-"
|
"ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"04f4l4vx6f964v5qjm03nhyixdc3llc90z6cj70r0bl5q3v5ghfi"))))
|
"09wh7mi65aahyxd2xvq1makckhd5laid8c0pb8njaidrbpamw6d1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("groff" ,groff)
|
(inputs `(("groff" ,groff)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
|
@ -150,7 +150,7 @@ a server that supports the SSH-2 protocol.")
|
||||||
(let ((check (assoc-ref %standard-phases 'check)))
|
(let ((check (assoc-ref %standard-phases 'check)))
|
||||||
;; remove tests that require the user sshd
|
;; remove tests that require the user sshd
|
||||||
(substitute* "regress/Makefile"
|
(substitute* "regress/Makefile"
|
||||||
(("t9 t-exec") "t9"))
|
(("t10 t-exec") "t10"))
|
||||||
(apply check args)))
|
(apply check args)))
|
||||||
(alist-replace
|
(alist-replace
|
||||||
'install
|
'install
|
||||||
|
|
Loading…
Reference in New Issue