gnu: openssh: Update to 6.7p1.

* gnu/packages/ssh.scm (openssh): Update to 6.7p1.
This commit is contained in:
Mark H Weaver 2014-10-11 02:56:42 -04:00
parent 58d08c369b
commit d8b85b7d42
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ a server that supports the SSH-2 protocol.")
(define-public openssh (define-public openssh
(package (package
(name "openssh") (name "openssh")
(version "6.6p1") (version "6.7p1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (let ((tail (string-append name "-" version ".tar.gz"))) (uri (let ((tail (string-append name "-" version ".tar.gz")))
@ -121,7 +121,7 @@ a server that supports the SSH-2 protocol.")
(string-append "ftp://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/" (string-append "ftp://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
tail)))) tail))))
(sha256 (base32 (sha256 (base32
"1fq3w86q05y5nn6z878wm312k0svaprw8k007188fd259dkg1ha8")))) "01smf9pvn2sk5qs80gkmc9acj07ckawi1b3xxyysp3c5mr73ky5j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("groff" ,groff) (inputs `(("groff" ,groff)
("openssl" ,openssl) ("openssl" ,openssl)