guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: OpenSC: Update to 0.20.0 [security fixes].


From: guix-commits
Subject: 03/12: gnu: OpenSC: Update to 0.20.0 [security fixes].
Date: Tue, 21 Jul 2020 17:57:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 94d8924728a736070dbfa1ed3c8aec4bf95eca6c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 21 21:48:04 2020 +0200

    gnu: OpenSC: Update to 0.20.0 [security fixes].
    
    This fixes CVE-2019-6502, CVE-2019-15946, CVE-2019-15945, CVE-2019-19480,
    CVE-2019-19481, and CVE-2019-19479.
    
    * gnu/packages/security-token.scm (opensc): Update to 0.20.0.
---
 gnu/packages/security-token.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index a2054ce..da8a58e 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -257,7 +257,7 @@ website for more information about Yubico and the YubiKey.")
 (define-public opensc
   (package
     (name "opensc")
-    (version "0.19.0")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -265,7 +265,7 @@ website for more information about Yubico and the YubiKey.")
                     version "/opensc-" version ".tar.gz"))
               (sha256
                (base32
-                "09jqzl18z5qfrf4vf2nvbpdm3mphpgfkl3ww1clkaxh2z56hwnic"))))
+                "0qs8pabkrpj1z52bkdsk59s2z6q5m0hfh9d5j1f68qs4lksb9x5v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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