guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libtasn1: Update to 4.11.


From: Marius Bakke
Subject: 02/03: gnu: libtasn1: Update to 4.11.
Date: Sun, 28 May 2017 13:09:54 -0400 (EDT)

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

commit 6a09628cb1147481131e582c1711edeb0db81944
Author: Marius Bakke <address@hidden>
Date:   Sun May 28 15:30:00 2017 +0100

    gnu: libtasn1: Update to 4.11.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.11.
---
 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 1cd6a99..39cfd10 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -52,7 +52,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.10")
+    (version "4.11")
     (source
      (origin
       (method url-fetch)
@@ -61,7 +61,7 @@
       (patches (search-patches "libtasn1-CVE-2017-6891.patch"))
       (sha256
        (base32
-        "00jsix5hny0g768zv4hk78dib7w0qmk5fbizf4jj37r51nd4s6k8"))))
+        "0h929bdq6w699y1mdkdajp5a6da8whgg3ba5p4j8x1wy36rlcjll"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)))
     (home-page "https://www.gnu.org/software/libtasn1/";)



reply via email to

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