summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2016-01-26 21:39:39 +0100
committerAndreas Enge <andreas@enge.fr>2016-01-26 21:40:35 +0100
commitbb2120cd1dcdc405696f0aeb12c65fdabd653d5e (patch)
tree04e605ec5dd5d3bcc9bc0581e07735f5afd2828c /gnu
parent7432386adb0d239270afd5004e4a08d92cdcaa6d (diff)
downloadguix-bb2120cd1dcdc405696f0aeb12c65fdabd653d5e.tar.gz
gnu: libressl: Update to 2.2.5.
* gnu/packages/tls.scm (libressl): Update to 2.2.5.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 67d2a1ee81..f77a246912 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