pcsc-lite: update to 2.4.1
authorDaniel Golle <redacted>
Fri, 8 May 2026 17:46:09 +0000 (18:46 +0100)
committerDaniel Golle <redacted>
Tue, 12 May 2026 15:18:56 +0000 (16:18 +0100)
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 <redacted>
utils/pcsc-lite/Makefile

index 57ec73903faac885b4e559a21580bb3a454b2b51..98383f1da9921dc802b4300bf0c7026621a7a42e 100644 (file)
@@ -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 <daniel@makrotopia.org>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT