~ruther/guix-local

e2c303742798f4313017c76bef2b7be95f1e1e25 — Marius Bakke 9 years ago 484437b
gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].

* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/security-token.scm
M gnu/packages/security-token.scm => gnu/packages/security-token.scm +3 -3
@@ 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")))