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.3.4 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: libressl: Update to 2.3.4 [security fixes].
Date: Thu, 05 May 2016 06:24:16 +0000

lfam pushed a commit to branch master
in repository guix.

commit 1a957c21c693283f6c34cbf78b447d62a047e7b7
Author: Leo Famulari <address@hidden>
Date:   Thu May 5 02:16:17 2016 -0400

    gnu: libressl: Update to 2.3.4 [security fixes].
    
    Fixes CVE-2016-{2105, 2106, 2107, 2108, 2109}.
    
    * gnu/packages/tls.scm (libressl): Update to 2.3.4.
---
 gnu/packages/tls.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 6685ee0..885552b 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -321,15 +321,16 @@ required structures.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "2.3.3")
+    (version "2.3.4")
     (source
      (origin
       (method url-fetch)
       (uri (string-append
              "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-";
              version ".tar.gz"))
-      (sha256 (base32
-               "1a8anm8nsfyxds03csk738m2cmzjbsb867my1rz5ij3w31k32wvn"))))
+      (sha256
+       (base32
+        "1ag65pbvdikqj5y1w780jicl3ngi9ld2332ki6794y0gcar3a4bs"))))
     (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]