From 63e359c3dbb08d4f12b52cc85a2dc5a2f3fdf619 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 18 Mar 2022 18:36:16 +0000 Subject: [PATCH] pcsc-lite: update to version 1.9.8 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 1.9.5: Ludovic Rousseau 4 December 2021 - pcscd: autoexit even if no client connects - Fix variable substitution in systemd units - fix potential race conditions with powerState handling - Add and use tag TAG_IFD_DEVICE_REMOVED - UnitaryTests: port code to Python 3 Signed-off-by: Daniel Golle (cherry picked from commit 5c22f4917557bccb51a57e1b6cc0cab1d093581f) (cherry picked from commit db667b5b0ff51a2c74f61b166f1e5700e7161090) pcsc-lite: update to verion 1.9.9 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 Signed-off-by: Daniel Golle (cherry picked from commit a8698d5ede0e00b73f95592d63be212483224ce1) --- utils/pcsc-lite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index 77af7b18cf..62aefa757d 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-lite -PKG_VERSION:=1.9.4 +PKG_VERSION:=1.9.9 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/ -PKG_HASH:=8a8caac227e0a266015298dda663e81576a0d11d698685101e6aa6c9fdb51c4b +PKG_HASH:=cbcc3b34c61f53291cecc0d831423c94d437b188eb2b97b7febc08de1c914e8a PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING