guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: yubico-piv-tool: Update to 1.6.0 [fixes CVE-2018-14779, CVE-


From: Marius Bakke
Subject: 03/04: gnu: yubico-piv-tool: Update to 1.6.0 [fixes CVE-2018-14779, CVE-2018-14780].
Date: Wed, 15 Aug 2018 09:31:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit aa3ad4b11981013ed6a73481f5829f20561d84e6
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 15 14:52:58 2018 +0200

    gnu: yubico-piv-tool: Update to 1.6.0 [fixes CVE-2018-14779, 
CVE-2018-14780].
    
    * gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.0.
    [inputs]: Add GENGETOPT.
    [native-inputs]: Add HELP2MAN.
---
 gnu/packages/security-token.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 4369a83..d4e0437 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -45,6 +45,7 @@
   #:use-module (gnu packages man)
   #:use-module (gnu packages networking)
   #:use-module (gnu packages cyrus-sasl)
+  #:use-module (gnu packages popt)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages tex)
@@ -273,7 +274,7 @@ authentication, encryption and digital signatures.  OpenSC 
implements the PKCS
 (define-public yubico-piv-tool
   (package
     (name "yubico-piv-tool")
-    (version "1.5.0")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -281,15 +282,17 @@ authentication, encryption and digital signatures.  
OpenSC implements the PKCS
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1axa0lnky5gsc8yack6mpfbjh49z0czr1cv52gbgjnx2kcbpb0y1"))))
+                "1p0df35qfm2xch64hc1x6k4gpgfl4hiqph5ai30bq8w7yxa3lvfc"))))
     (build-system gnu-build-system)
     (inputs
-     `(("perl" ,perl)
+     `(("gengetopt" ,gengetopt)
+       ("perl" ,perl)
        ("pcsc-lite" ,pcsc-lite)
        ("openssl" ,openssl)))
     (native-inputs
      `(("doxygen" ,doxygen)
        ("graphviz" ,graphviz)
+       ("help2man" ,help2man)
        ("check" ,check)
        ("texlive-bin" ,texlive-bin)
        ("pkg-config" ,pkg-config)))



reply via email to

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