[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/217: gnu: openssl: Absorb 1.1.1l graft.
From: |
guix-commits |
Subject: |
119/217: gnu: openssl: Absorb 1.1.1l graft. |
Date: |
Sun, 14 Nov 2021 19:20:59 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit f490c56dd39610fabae7ff589e7ee0b9fb397f2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 00:38:40 2021 -0400
gnu: openssl: Absorb 1.1.1l graft.
* gnu/packages/tls.scm (openssl)[replacement]: Remove.
[source]: Update to 1.1.1l. Fix indentation.
* gnu/packages/tls.scm (openssl-1.1.1l): Delete variable.
---
gnu/packages/tls.scm | 44 ++++++++++++--------------------------------
1 file changed, 12 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 908858f..be8f7a4 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -385,8 +385,7 @@ OpenSSL for TARGET."
(define-public openssl
(package
(name "openssl")
- (version "1.1.1k")
- (replacement openssl-1.1.1l)
+ (version "1.1.1l")
(source (origin
(method url-fetch)
(uri (list (string-append
"https://www.openssl.org/source/openssl-"
@@ -399,11 +398,11 @@ OpenSSL for TARGET."
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
- "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9"))))
+ "1lbblxps2fhmz7bqh058iywh5wxfignbfx1s1kz2fj63b5g3wyhb"))))
(build-system gnu-build-system)
(outputs '("out"
- "doc" ;6.8 MiB of man3 pages and full HTML documentation
- "static")) ;6.4 MiB of .a files
+ "doc" ;6.8 MiB of man3 pages and full HTML documentation
+ "static")) ;6.4 MiB of .a files
(native-inputs `(("perl" ,perl)))
(arguments
`(#:parallel-tests? #f
@@ -428,11 +427,11 @@ OpenSSL for TARGET."
;; https://github.com/openssl/openssl/issues/12242
#$@(if (or (target-arm?)
(target-riscv64?))
- #~((replace 'check
- (lambda* (#:key tests? test-target #:allow-other-keys)
- (when tests?
- (invoke "make" "TESTS=-test_afalg" test-target)))))
- #~())
+ #~((replace 'check
+ (lambda* (#:key tests? test-target #:allow-other-keys)
+ (when tests?
+ (invoke "make" "TESTS=-test_afalg" test-target)))))
+ #~())
(replace 'configure
(lambda* (#:key configure-flags #:allow-other-keys)
(let* ((out #$output)
@@ -446,7 +445,7 @@ OpenSSL for TARGET."
invoke #$@(if (%current-target-system)
#~("./Configure")
#~("./config"))
- "shared" ;build shared libraries
+ "shared" ;build shared libraries
"--libdir=lib"
;; The default for this catch-all directory is
@@ -499,12 +498,12 @@ OpenSSL for TARGET."
(native-search-paths
(list (search-path-specification
(variable "SSL_CERT_DIR")
- (separator #f) ;single entry
+ (separator #f) ;single entry
(files '("etc/ssl/certs")))
(search-path-specification
(variable "SSL_CERT_FILE")
(file-type 'regular)
- (separator #f) ;single entry
+ (separator #f) ;single entry
(files '("etc/ssl/certs/ca-certificates.crt")))))
(synopsis "SSL/TLS implementation")
(description
@@ -512,25 +511,6 @@ OpenSSL for TARGET."
(license license:openssl)
(home-page "https://www.openssl.org/")))
-;; Replacement package to fix multiple CVEs.
-(define openssl-1.1.1l
- (package
- (inherit openssl)
- (version "1.1.1l")
- (source (origin
- (method url-fetch)
- (uri (list (string-append
"https://www.openssl.org/source/openssl-"
- version ".tar.gz")
- (string-append "ftp://ftp.openssl.org/source/"
- "openssl-" version ".tar.gz")
- (string-append "ftp://ftp.openssl.org/source/old/"
- (string-trim-right version
char-set:letter)
- "/openssl-" version ".tar.gz")))
- (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
- (sha256
- (base32
- "1lbblxps2fhmz7bqh058iywh5wxfignbfx1s1kz2fj63b5g3wyhb"))))))
-
;; We will not add any new uses of this package. If you add new code that uses
;; this package, your change will be reverted!
;;
- 175/217: gnu: xorgproto: Update to 2021.5., (continued)
- 175/217: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/14
- 184/217: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/14
- 205/217: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/14
- 206/217: gnu: Add python-pypika-tortoise., guix-commits, 2021/11/14
- 204/217: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/14
- 209/217: gnu: Add python-asyncmy., guix-commits, 2021/11/14
- 212/217: gnu: python-pymodbus: Update to 2.5.3., guix-commits, 2021/11/14
- 105/217: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/11/14
- 114/217: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/14
- 115/217: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/14
- 119/217: gnu: openssl: Absorb 1.1.1l graft.,
guix-commits <=
- 122/217: gnu: heimdal: Fix build., guix-commits, 2021/11/14
- 123/217: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/14
- 34/217: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/14
- 39/217: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/14
- 56/217: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/14
- 51/217: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/14
- 47/217: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/14
- 71/217: gnu: dbus-c++: Fix build., guix-commits, 2021/11/14
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/14
- 63/217: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/14