gnu: OpenSC: Update to 0.19.0 [security fixes].

Fixes CVE-2018-{16391,16392,16393,16418,16419,16420,16421,16422,16423,16424,
16425,16426,16427}.

* gnu/packages/security-token.scm (opensc): Update to 0.19.0.
This commit is contained in:
Leo Famulari 2018-09-15 23:35:17 -04:00
parent 1d98b44ea6
commit 508d5c5fa8
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ website for more information about Yubico and the YubiKey.")
(define-public opensc
(package
(name "opensc")
(version "0.18.0")
(version "0.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -228,7 +228,7 @@ website for more information about Yubico and the YubiKey.")
version "/opensc-" version ".tar.gz"))
(sha256
(base32
"0mrpik6ifzh27ws7h0viv8nwgcdj3fp5whaldmj0zhfi1l1zzh4v"))))
"09jqzl18z5qfrf4vf2nvbpdm3mphpgfkl3ww1clkaxh2z56hwnic"))))
(build-system gnu-build-system)
(arguments
`(#:phases