guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openssl: Update to 1.0.2l.


From: Leo Famulari
Subject: 01/01: gnu: openssl: Update to 1.0.2l.
Date: Thu, 25 May 2017 15:12:58 -0400 (EDT)

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

commit 811e10281fc11b514d5a1da2ba5a87e6eb19de5e
Author: Leo Famulari <address@hidden>
Date:   Thu May 25 14:33:00 2017 -0400

    gnu: openssl: Update to 1.0.2l.
    
    * gnu/packages/tls.scm (openssl): Update to 1.0.2l.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 9aa482a..544ab53 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -225,7 +225,7 @@ required structures.")
 (define-public openssl
   (package
    (name "openssl")
-   (version "1.0.2k")
+   (version "1.0.2l")
    (source (origin
              (method url-fetch)
              (uri (list (string-append "ftp://ftp.openssl.org/source/";
@@ -235,7 +235,7 @@ required structures.")
                                        "/" name "-" version ".tar.gz")))
              (sha256
               (base32
-               "1h6qi35w6hv6rd73p4cdgdzg732pdrfgpp37cgwz1v9a3z37ffbb"))
+               "037kvpisc6qh5dkppcwbm5bg2q800xh2hma3vghz8xcycmdij1yf"))
              (patches (search-patches "openssl-runpath.patch"
                                       "openssl-c-rehash-in.patch"))))
    (build-system gnu-build-system)



reply via email to

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