1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: openssl: Upgrade to 1.0.1g (CVE-2014-0160).

* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1g (for
  CVE-2014-0160, <http://www.openssl.org/news/secadv_20140407.txt>.)
This commit is contained in:
Ludovic Courtès
2014-04-08 10:05:18 +02:00
parent a4b42825a1
commit 5d2933aecc

View File

@@ -27,13 +27,14 @@
(define-public openssl
(package
(name "openssl")
(version "1.0.1f")
(version "1.0.1g")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.openssl.org/source/openssl-" version
".tar.gz"))
(sha256 (base32
"0nnbr70dg67raqsqvlypzxa1v5xsv9gp91f9pavyckfn2w5sihkc"))))
(sha256
(base32
"0a70qdqccg16nw4bbawa6pjvzn05vfp5wkwg6jl0grch7f683jsk"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(arguments