From: Daniel Golle Date: Fri, 8 May 2026 17:46:09 +0000 (+0100) Subject: pcsc-lite: update to 2.4.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=676d56b1000e5a465214c5f9a331b0d7cd7d76df;p=openwrt-packages.git pcsc-lite: update to 2.4.1 2.4.1 (1 January 2026): - Add backward version support on the client side - Add backward version support on the server side - hotplug libudev: rescan the USB bus with "pcscd --hotplug" - fix a value in pcscd.service systemd file - meson: install systemd files even if libsystemd is not used 2.4.0 (19 October 2025): - Run pcscd under a pcscd user instead of root when using systemd - Set PIDFile in systemd service file - Protect contextMapList modifications using a mutex - meson: fix libpcsclite.pc, respect default_library option Link: https://pcsclite.apdu.fr/files/ChangeLog Signed-off-by: Daniel Golle --- diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index 57ec73903..98383f1da 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:=2.3.3 +PKG_VERSION:=2.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/ -PKG_HASH:=cdff7d7153a0b37aa74e26dfec89ec7dc5c5286aa21b91b903e38739d227e8e7 +PKG_HASH:=afd3ba68c8000d2be048dc292df99a9812df9ad2efaf0a366eea22ac1faa19a7 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING