guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: openssl: Remove graft for 1.0.2m.


From: Marius Bakke
Subject: 02/03: gnu: openssl: Remove graft for 1.0.2m.
Date: Thu, 2 Nov 2017 17:39:01 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit bdf0b6fcfff004bba0abf9584b870b53fa13f005
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 2 22:26:35 2017 +0100

    gnu: openssl: Remove graft for 1.0.2m.
    
    * gnu/packages/tls.scm (openssl): Update to 1.0.2m.
    [source]: Add HTTPS mirror.
    (openssl-1.0.2m): Remove variable.
---
 gnu/packages/tls.scm | 28 +++++-----------------------
 1 file changed, 5 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index fcd012d..98ea872 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -237,18 +237,19 @@ required structures.")
 (define-public openssl
   (package
    (name "openssl")
-   (version "1.0.2l")
-   (replacement openssl-1.0.2m)
+   (version "1.0.2m")
    (source (origin
              (method url-fetch)
-             (uri (list (string-append "ftp://ftp.openssl.org/source/";
+             (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
+                                       version ".tar.gz")
+                        (string-append "ftp://ftp.openssl.org/source/";
                                        name "-" version ".tar.gz")
                         (string-append "ftp://ftp.openssl.org/source/old/";
                                        (string-trim-right version 
char-set:letter)
                                        "/" name "-" version ".tar.gz")))
              (sha256
               (base32
-               "037kvpisc6qh5dkppcwbm5bg2q800xh2hma3vghz8xcycmdij1yf"))
+               "03vvlfnxx4lhxc83ikfdl6jqph4h52y7lb7li03va6dkqrgg2vwc"))
              (snippet
               '(begin
                  ;; Remove ELF files.  'substitute*' can't read them.
@@ -381,25 +382,6 @@ required structures.")
    (license license:openssl)
    (home-page "http://www.openssl.org/";)))
 
-;; Fixes CVE-2017-3735 and CVE-2017-3736.
-;; See <https://www.openssl.org/news/cl102.txt>.
-(define-public openssl-1.0.2m
-  (package
-    (inherit openssl)
-    (version "1.0.2m")
-    (source (origin
-              (inherit (package-source openssl))
-              (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")))
-              (sha256
-               (base32
-                "03vvlfnxx4lhxc83ikfdl6jqph4h52y7lb7li03va6dkqrgg2vwc"))))))
-
 (define-public openssl-next
   (package
     (inherit openssl)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]