pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pcsc-lite security/pcsc-lite: Update to 1.9.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ccec709f882
branches:  trunk
changeset: 385179:6ccec709f882
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 11 16:44:55 2022 +0000

description:
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

diffstat:

 security/pcsc-lite/Makefile |  4 ++--
 security/pcsc-lite/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r fbd87c6fefc8 -r 6ccec709f882 security/pcsc-lite/Makefile
--- a/security/pcsc-lite/Makefile       Sun Sep 11 16:38:42 2022 +0000
+++ b/security/pcsc-lite/Makefile       Sun Sep 11 16:44:55 2022 +0000
@@ -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
diff -r fbd87c6fefc8 -r 6ccec709f882 security/pcsc-lite/distinfo
--- a/security/pcsc-lite/distinfo       Sun Sep 11 16:38:42 2022 +0000
+++ b/security/pcsc-lite/distinfo       Sun Sep 11 16:44:55 2022 +0000
@@ -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