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:           Sun Sep 11 16:44:55 UTC 2022

Modified Files:
        pkgsrc/security/pcsc-lite: Makefile distinfo

Log Message:
security/pcsc-lite: Update to 1.9.9

These releases are all bugfixes and minor improvements relative to the
previous pkgsrc version 1.9.5.

1.9.9: Ludovic Rousseau
11 September 2022
- SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit
- Fix SCardReleaseContext() failure on orphan handles
- Fix SCardDisconnect() on orphan handle
- pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters
- Improve the log from pcscd: log the return code in text instead of hex
- Some other minor improvements

1.9.8: Ludovic Rousseau
11 June 2022
- Install install_spy.sh & uninstall_spy.sh scripts in docdir
- SCardTransmit(): do not fail if receive buffer is "too large"
- SCardControl(): do not fail if receive buffer is "too large"
- fix some memory leaks on shutdown
- use a better random number generator
- Some other minor improvements

1.9.7: Ludovic Rousseau
13 May 2022
- disable strict compilation by default
- fix 3 warnings

1.9.6: Ludovic Rousseau
11 May 2022
- do not fail reader removal in some specific cases (USB/Thunderbolt port)
- improve documentation regarding /etc/reader.conf.d/
- SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON
- configure:
  . add --disable-strict option
   By default the compiler arguments are now:
   -Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS}
  . fail if flex is not found
- fix different data races
- pcscdaemon: -v displays internal constants values:
  MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS
- Some other minor improvements


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/pcsc-lite/Makefile
cvs rdiff -u -r1.26 -r1.27 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.35 pkgsrc/security/pcsc-lite/Makefile:1.36
--- pkgsrc/security/pcsc-lite/Makefile:1.35     Mon Jan 10 16:11:52 2022
+++ pkgsrc/security/pcsc-lite/Makefile  Sun Sep 11 16:44:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/01/10 16:11:52 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/09/11 16:44:55 gdt Exp $
 
-DISTNAME=      pcsc-lite-1.9.5
+DISTNAME=      pcsc-lite-1.9.9
 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.26 pkgsrc/security/pcsc-lite/distinfo:1.27
--- pkgsrc/security/pcsc-lite/distinfo:1.26     Mon Jan 10 16:11:52 2022
+++ pkgsrc/security/pcsc-lite/distinfo  Sun Sep 11 16:44:55 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2022/01/10 16:11:52 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/09/11 16:44:55 gdt Exp $
 
-BLAKE2s (pcsc-lite-1.9.5.tar.bz2) = 039e209dc9162b633e9dc00a1f2eb6a32b765002d3aafd082391a6b37985d30e
-SHA512 (pcsc-lite-1.9.5.tar.bz2) = 0315c2cf97cc9da0f5faf115f24e523b5a1746cea250a4fe6c4d5d7b2fbfc7c3ea0f068611072ca84866c672eb679e8067101437573148ccd1ac5ad26b18cd78
-Size (pcsc-lite-1.9.5.tar.bz2) = 775736 bytes
+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
 SHA1 (patch-configure) = ff31450a3d94bd0d85ca8d94630583e5095124db
 SHA1 (patch-src_Makefile.in) = 796f51958a5a1d68f90cae045340a107220cfd18
 SHA1 (patch-src_libpcsclite.pc.in) = ba1c8ed98ce81f1fc40ecc8af1b44d0cff8537df



Home | Main Index | Thread Index | Old Index