pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pcsc-lite
Module Name: pkgsrc
Committed By: gdt
Date: Fri Jun 9 19:51:38 UTC 2023
Modified Files:
pkgsrc/security/pcsc-lite: Makefile distinfo
Log Message:
security/pcsc-lite: Update to 2.0.0
Despite the version change from 1.9.9 to 2.0.0, this is simply a minor
update as upstream does not use .10 or higher as a component.
2.0.0: Ludovic Rousseau
9 June 2023
- Adjust USB drivers path at run-time via environment variable
PCSCLITE_HP_DROPDIR
- Add '--disable-polkit' option
- Reset eventCounter when a reader is removed
- Add "polkit" in "pcscd -v" output if enabled
- Doxygen: document SCARD_E_INVALID_VALUE for some functions
- use secure_getenv(3) if available
- Some other minor improvements
https://blog.apdu.fr/posts/2023/06/new-version-of-pcsc-lite-200/
https://pcsclite.apdu.fr/
https://github.com/LudovicRousseau/PCSC
https://salsa.debian.org/rousseau/PCSC
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/pcsc-lite/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/pcsc-lite/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pcsc-lite/Makefile
diff -u pkgsrc/security/pcsc-lite/Makefile:1.36 pkgsrc/security/pcsc-lite/Makefile:1.37
--- pkgsrc/security/pcsc-lite/Makefile:1.36 Sun Sep 11 16:44:55 2022
+++ pkgsrc/security/pcsc-lite/Makefile Fri Jun 9 19:51:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/09/11 16:44:55 gdt Exp $
+# $NetBSD: Makefile,v 1.37 2023/06/09 19:51:38 gdt Exp $
-DISTNAME= pcsc-lite-1.9.9
+DISTNAME= pcsc-lite-2.0.0
CATEGORIES= security
MASTER_SITES= https://pcsclite.apdu.fr/files/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/security/pcsc-lite/distinfo
diff -u pkgsrc/security/pcsc-lite/distinfo:1.27 pkgsrc/security/pcsc-lite/distinfo:1.28
--- pkgsrc/security/pcsc-lite/distinfo:1.27 Sun Sep 11 16:44:55 2022
+++ pkgsrc/security/pcsc-lite/distinfo Fri Jun 9 19:51:38 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2022/09/11 16:44:55 gdt Exp $
+$NetBSD: distinfo,v 1.28 2023/06/09 19:51:38 gdt Exp $
-BLAKE2s (pcsc-lite-1.9.9.tar.bz2) = dee977fceb58ca4360d086b4a7f7fb4c22b54627cf2c15b629ecf9ef6f11edf7
-SHA512 (pcsc-lite-1.9.9.tar.bz2) = 748ec3d82ff48af1a8dc5a581863e5d94adc47ab8f3158ceb838c2b521ece3a746b737c7b4bb2ba8b545be85ff18b9639443864e50b2e065cf2fbfdf79ef9700
-Size (pcsc-lite-1.9.9.tar.bz2) = 789914 bytes
+BLAKE2s (pcsc-lite-2.0.0.tar.bz2) = 3f31bd150c276e3c37741602004a757fc9e9e716a2750c0e312058a6aaac78ed
+SHA512 (pcsc-lite-2.0.0.tar.bz2) = 4b34628d3269ae1859f19d2ab7eb74a76a55f3d76fbc9e4e420a081a065b1d0d7b98680552c7208f3265c684bed844afc6be1c2e5f103ad916ce7f38b52ee68c
+Size (pcsc-lite-2.0.0.tar.bz2) = 799011 bytes
SHA1 (patch-configure) = ff31450a3d94bd0d85ca8d94630583e5095124db
SHA1 (patch-src_Makefile.in) = 796f51958a5a1d68f90cae045340a107220cfd18
SHA1 (patch-src_libpcsclite.pc.in) = ba1c8ed98ce81f1fc40ecc8af1b44d0cff8537df
Home |
Main Index |
Thread Index |
Old Index