GNU bug report logs - #65257
[PATCH] gnu: pcsc-lite: Update to 2.0.0.

Previous Next

Package: guix-patches;

Reported by: Arjan Adriaanse <arjan <at> adriaan.se>

Date: Sat, 12 Aug 2023 23:56:01 UTC

Owned by: Christina O'Donnell <cdo <at> mutix.org>

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arjan Adriaanse <arjan <at> adriaan.se>
Subject: bug#65257: closed (Re: [bug#65257] [PATCH v2 1/1] gnu: pcsc-lite:
 Update to 2.1.0.)
Date: Mon, 06 May 2024 11:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65257: [PATCH] gnu: pcsc-lite: Update to 2.0.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 65257 <at> debbugs.gnu.org.

-- 
65257: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65257
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Christina O'Donnell <cdo <at> mutix.org>
Cc: 65257-done <at> debbugs.gnu.org, arjan <at> adriaan.se
Subject: Re: [bug#65257] [PATCH v2 1/1] gnu: pcsc-lite: Update to 2.1.0.
Date: Mon, 06 May 2024 13:54:27 +0200
Hello,

Christina O'Donnell <cdo <at> mutix.org> writes:

> From: Arjan Adriaanse <arjan <at> adriaan.se>
>
> * gnu/packages/security-token.scm (pcsc-lite): Update to 2.1.0.
>
> Reviewed-by: Christina O'Donnell <cdo <at> mutix.org>

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: Arjan Adriaanse <arjan <at> adriaan.se>
To: guix-patches <at> gnu.org
Cc: Arjan Adriaanse <arjan <at> adriaan.se>
Subject: [PATCH] gnu: pcsc-lite: Update to 2.0.0.
Date: Sun, 13 Aug 2023 01:57:21 +0200
* gnu/packages/security-token.scm (pcsc-lite): Update to 2.0.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 3a0ed245ad..1a4a433554 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -236,14 +236,14 @@ (define-public softhsm
 (define-public pcsc-lite
   (package
     (name "pcsc-lite")
-    (version "1.9.8")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pcsclite.apdu.fr/files/"
                                   "pcsc-lite-" version ".tar.bz2"))
               (sha256
                (base32
-                "12923c6l5qzga1xlcxvm0vzbqrxnxq1qgzlrxf2y5gpcaz2q0bah"))))
+                "0mlk32gpzmzjf5v8qn56lpyyba625jzzw8rkrmpyvr8h8nvf5hyn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers"

base-commit: eb25c2b3e204a36a97ec724defe8930757ab83c0
-- 
2.41.0




This bug report was last modified 1 year and 96 days ago.

Previous Next


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