guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].


From: Ludovic Courtès
Subject: 03/04: gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].
Date: Thu, 09 Apr 2015 19:11:22 +0000

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

commit afd40799e451ae7eeeacc97e30924c294e8b2c1e
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 9 19:04:02 2015 +0200

    gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].
    
    * gnu/packages/gnutls.scm (libtasn1): Update to 4.4.
---
 gnu/packages/gnutls.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm
index ec427e3..2a77243 100644
--- a/gnu/packages/gnutls.scm
+++ b/gnu/packages/gnutls.scm
@@ -38,7 +38,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.2")
+    (version "4.4")
     (source
      (origin
       (method url-fetch)
@@ -46,7 +46,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1fydwh5hlnmprdzmzn4kiqb939br59qv1001k7ah5b626v5l2fv9"))))
+        "0p8c5s1gm3z3nn4s9qc6gs18grbk45mx44byqw2l2qzynjqrsd7q"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
 



reply via email to

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