guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libressl: Update to 2.2.5.


From: Andreas Enge
Subject: 01/01: gnu: libressl: Update to 2.2.5.
Date: Tue, 26 Jan 2016 20:40:39 +0000

andreas pushed a commit to branch master
in repository guix.

commit bb2120cd1dcdc405696f0aeb12c65fdabd653d5e
Author: Andreas Enge <address@hidden>
Date:   Tue Jan 26 21:39:39 2016 +0100

    gnu: libressl: Update to 2.2.5.
    
    * gnu/packages/tls.scm (libressl): Update to 2.2.5.
---
 gnu/packages/tls.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 67d2a1e..f77a246 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -315,7 +315,7 @@ required structures.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "2.2.0")
+    (version "2.2.5")
     (source
      (origin
       (method url-fetch)
@@ -323,7 +323,7 @@ required structures.")
              "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-";
              version ".tar.gz"))
       (sha256 (base32
-               "0h1haqb4y39p1zihwvnr1ib0zfq5bcqfnbj5jm9l4j2xibrxi44n"))))
+               "0jwidi7fafcdh5qml72dx0ad0kfsk94qxzm29i7wd3cx8v8dxjp3"))))
     (build-system gnu-build-system)
     (native-search-paths
       ;; FIXME: These two variables must designate a single file or directory



reply via email to

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