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.8.


From: Leo Famulari
Subject: 02/03: gnu: libtasn1: Update to 4.8.
Date: Mon, 16 May 2016 19:01:02 +0000 (UTC)

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

commit dffded6211313e9ebe9fb853a502c60aa6ccd90c
Author: Leo Famulari <address@hidden>
Date:   Sun May 15 19:58:05 2016 -0400

    gnu: libtasn1: Update to 4.8.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.8.
    [replacement]: Remove field.
    (libtasn1/fixed): Remove variable.
---
 gnu/packages/tls.scm |   18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 92c1263..8ec8e60 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -47,7 +47,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.7")
+    (version "4.8")
     (source
      (origin
       (method url-fetch)
@@ -55,7 +55,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1j8iixynchziw1y39lnibyl5h81m4p78w3i4f28q2vgwjgf801x4"))))
+        "04y5m29pqmvkfdbppmsdifyx89v8xclxzklpfc7a1fkr9p4jz07s"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)))
     (home-page "http://www.gnu.org/software/libtasn1/";)
@@ -65,22 +65,8 @@
 for transmitting machine-neutral encodings of data objects in computer
 networking, allowing for formal validation of data according to some
 specifications.")
-    (replacement libtasn1/fixed)
     (license license:lgpl2.0+)))
 
-(define libtasn1/fixed                            ;for CVE-2016-4008
-  (package
-    (inherit libtasn1)
-    (source
-     (let ((version "4.8"))
-       (origin
-         (method url-fetch)
-         (uri (string-append "mirror://gnu/libtasn1/libtasn1-"
-                             version ".tar.gz"))
-         (sha256
-          (base32
-           "04y5m29pqmvkfdbppmsdifyx89v8xclxzklpfc7a1fkr9p4jz07s")))))))
-
 (define-public p11-kit
   (package
     (name "p11-kit")



reply via email to

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