gnu: OpenSSL@1.0: Update to 1.0.2r.
* gnu/packages/tls.scm (openssl): Update to 1.0.2r. [replacement]: Remove. (openssl/fixed): Remove variable.
This commit is contained in:
parent
f5e563e50a
commit
0e5f328260
1 changed files with 2 additions and 12 deletions
|
@ -262,8 +262,7 @@ required structures.")
|
||||||
(define-public openssl
|
(define-public openssl
|
||||||
(package
|
(package
|
||||||
(name "openssl")
|
(name "openssl")
|
||||||
(replacement openssl/fixed)
|
(version "1.0.2r")
|
||||||
(version "1.0.2q")
|
|
||||||
(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-"
|
||||||
|
@ -275,7 +274,7 @@ required structures.")
|
||||||
"/openssl-" version ".tar.gz")))
|
"/openssl-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"115nisqy7kazbg6br2wrcra9nphyph1l4dgp563b9cf2rv5wyi2p"))
|
"1mnh27zf6r1bhm5d9fxqq9slv2gz0d9z2ij9i679b0wapa5x0ldf"))
|
||||||
(patches (search-patches "openssl-runpath.patch"
|
(patches (search-patches "openssl-runpath.patch"
|
||||||
"openssl-c-rehash-in.patch"))))
|
"openssl-c-rehash-in.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
@ -381,15 +380,6 @@ required structures.")
|
||||||
(license license:openssl)
|
(license license:openssl)
|
||||||
(home-page "https://www.openssl.org/")))
|
(home-page "https://www.openssl.org/")))
|
||||||
|
|
||||||
(define-public openssl/fixed
|
|
||||||
(hidden-package
|
|
||||||
(package
|
|
||||||
(inherit openssl)
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source openssl))
|
|
||||||
(patches (append (origin-patches (package-source openssl))
|
|
||||||
(search-patches "openssl-CVE-2019-1559.patch"))))))))
|
|
||||||
|
|
||||||
(define-public openssl-next
|
(define-public openssl-next
|
||||||
(package
|
(package
|
||||||
(inherit openssl)
|
(inherit openssl)
|
||||||
|
|
Reference in a new issue