guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marius Bakke
Subject: 01/01: gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].
Date: Tue, 3 Jan 2017 16:16:27 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit e2c303742798f4313017c76bef2b7be95f1e1e25
Author: Marius Bakke <address@hidden>
Date:   Tue Jan 3 17:15:04 2017 +0100

    gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].
    
    * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20.
---
 gnu/packages/security-token.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index ab96b76..e1b87ad 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]