gnu: OpenSSL 1.1: Update to 1.1.1a [fixes CVE-2018-{0734,0735}].
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1a.
This commit is contained in:
parent
cb3854cd11
commit
6ec43b0d6b
1 changed files with 4 additions and 4 deletions
|
@ -394,7 +394,7 @@ required structures.")
|
||||||
(package
|
(package
|
||||||
(inherit openssl)
|
(inherit openssl)
|
||||||
(name "openssl")
|
(name "openssl")
|
||||||
(version "1.1.1")
|
(version "1.1.1a")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://www.openssl.org/source/openssl-"
|
(uri (list (string-append "https://www.openssl.org/source/openssl-"
|
||||||
|
@ -407,16 +407,16 @@ required structures.")
|
||||||
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
|
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gbab2fjgms1kx5xjvqx8bxhr98k4r8l2fa8vw7kvh491xd8fdi8"))))
|
"0hcz7znzznbibpy3iyyhvlqrq44y88plxwdj32wjzgbwic7i687w"))))
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc" ; 6.7 MiB of man3 pages and full HTML documentation
|
"doc" ; 6.8 MiB of man3 pages and full HTML documentation
|
||||||
"static")) ; 6.4 MiB of .a files
|
"static")) ; 6.4 MiB of .a files
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments openssl)
|
(substitute-keyword-arguments (package-arguments openssl)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(delete 'patch-tests) ; These two phases are not needed by
|
(delete 'patch-tests) ; These two phases are not needed by
|
||||||
(delete 'patch-Makefile.org) ; OpenSSL 1.1.0.
|
(delete 'patch-Makefile.org) ; OpenSSL 1.1.
|
||||||
|
|
||||||
;; Override configure phase since -rpath is now a configure option.
|
;; Override configure phase since -rpath is now a configure option.
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Reference in a new issue