gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].

* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
This commit is contained in:
Marius Bakke 2017-01-03 17:15:04 +01:00
parent 484437bd43
commit e2c3037427
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -93,15 +93,15 @@ the low-level development kit for the Yubico YubiKey authentication device.")
(define-public pcsc-lite
(package
(name "pcsc-lite")
(version "1.8.19")
(version "1.8.20")
(source (origin
(method url-fetch)
(uri (string-append
"https://alioth.debian.org/frs/download.php/file/4198/"
"https://alioth.debian.org/frs/download.php/file/4203/"
"pcsc-lite-" version ".tar.bz2"))
(sha256
(base32
"0h23gh1sfpwvd1975j4zqp2b34r9krj1mki4nj1qjcnidpn2apmn"))))
"1ckb0jf4n585a4j26va3jm2nrv3c1y38974514f8qy3c04a02zgc"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers")))