Archived
1
0
Fork 0

gnu: libtasn1: Update to 4.8.

* gnu/packages/tls.scm (libtasn1): Update to 4.8.
[replacement]: Remove field.
(libtasn1/fixed): Remove variable.
This commit is contained in:
Leo Famulari 2016-05-15 19:58:05 -04:00
parent 1d30d554b5
commit dffded6211
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -47,7 +47,7 @@
(define-public libtasn1 (define-public libtasn1
(package (package
(name "libtasn1") (name "libtasn1")
(version "4.7") (version "4.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -55,7 +55,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1j8iixynchziw1y39lnibyl5h81m4p78w3i4f28q2vgwjgf801x4")))) "04y5m29pqmvkfdbppmsdifyx89v8xclxzklpfc7a1fkr9p4jz07s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(home-page "http://www.gnu.org/software/libtasn1/") (home-page "http://www.gnu.org/software/libtasn1/")
@ -65,22 +65,8 @@
for transmitting machine-neutral encodings of data objects in computer for transmitting machine-neutral encodings of data objects in computer
networking, allowing for formal validation of data according to some networking, allowing for formal validation of data according to some
specifications.") specifications.")
(replacement libtasn1/fixed)
(license license:lgpl2.0+))) (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 (define-public p11-kit
(package (package
(name "p11-kit") (name "p11-kit")