GNU bug report logs - #70563
[PATCH] gnu: Add pkcs11-helper.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 25 Apr 2024 09:24:10 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 70563 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70563; Package guix-patches. (Thu, 25 Apr 2024 09:24:12 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 25 Apr 2024 09:24:12 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: Add pkcs11-helper.
Date: Thu, 25 Apr 2024 02:22:35 -0700
* gnu/packages/security-token.scm (pkcs11-helper): New variable.

Change-Id: Ib17e0cf209a6fe797d0c797829ba91091b719028
---
 gnu/packages/security-token.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 00a7f97582..5e20424001 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -394,6 +394,30 @@ (define-public opensc
 #15 standard and the PKCS #11 API.")
     (license license:lgpl2.1+)))
 
+
+(define-public pkcs11-helper
+  (package
+    (name "pkcs11-helper")
+    (version "1.30.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-"
+             version "/pkcs11-helper-" version ".tar.bz2"))
+       (sha256
+        (base32 "1ac86jfj4qfwzbvsg6l9r4w4bbwxj2i9qi4dy1nz5aqcj6x1an2c"))))
+    (build-system gnu-build-system)
+    (inputs (list openssl-1.1 pcsc-lite))
+    (native-inputs (list pkg-config))
+    (home-page "https://github.com/OpenSC/pkcs11-helper")
+    (synopsis "Library that simplifies the interaction with PKCS#11 providers")
+    (description
+     "Pkcs11-helper is a library that simplifies the interaction with
+PKCS#11 providers for end-user applications")
+    (license (list license:gpl2 license:bsd-3))))
+
+
 (define-public yubico-piv-tool
   (package
     (name "yubico-piv-tool")

base-commit: 4514239971895fc7ad47c7752e30d98a0c44a154
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#70563; Package guix-patches. (Tue, 30 Apr 2024 19:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 70563 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70563 <at> debbugs.gnu.org
Subject: Re: bug#70563: Acknowledgement ([PATCH] gnu: Add pkcs11-helper.)
Date: Tue, 30 Apr 2024 12:21:49 -0700
patch passed QA
https://qa.guix.gnu.org/issue/70563




Information forwarded to guix-patches <at> gnu.org:
bug#70563; Package guix-patches. (Thu, 02 May 2024 21:23:02 GMT) Full text and rfc822 format available.

Message #11 received at 70563 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70563 <at> debbugs.gnu.org
Date: Thu, 2 May 2024 14:21:01 -0700
patch passed QA

https://qa.guix.gnu.org/issue/70563




This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.