diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-03 17:15:04 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-03 17:15:04 +0100 |
commit | e2c303742798f4313017c76bef2b7be95f1e1e25 (patch) | |
tree | afd4be485f8ce3212d6639cce30cf4cc46dd0025 /gnu/packages/security-token.scm | |
parent | 484437bd438ccaf7efa673edc26aee80d2fc7bf0 (diff) | |
download | patches-e2c303742798f4313017c76bef2b7be95f1e1e25.tar patches-e2c303742798f4313017c76bef2b7be95f1e1e25.tar.gz |
gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r-- | gnu/packages/security-token.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index ab96b76bc8..e1b87adff9 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -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"))) |