pcsc-lite: update to version 2.5.0
authorDaniel Golle <redacted>
Tue, 9 Jun 2026 04:44:31 +0000 (05:44 +0100)
committerDaniel Golle <redacted>
Wed, 10 Jun 2026 20:28:44 +0000 (21:28 +0100)
- Do not limit to 16 readers only
- Remove support of autotools
- Fix a crash when rescanning serial configs
- Fix a memory leak in Polkit
- tokenparser: avoid a crash with corrupted Info.plist files

https://pcsclite.apdu.fr/
Signed-off-by: Daniel Golle <redacted>
utils/pcsc-lite/Makefile

index 98383f1da9921dc802b4300bf0c7026621a7a42e..ca64542b4859e7c9cb4782b90075efef9217dc60 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pcsc-lite
-PKG_VERSION:=2.4.1
+PKG_VERSION:=2.5.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/
-PKG_HASH:=afd3ba68c8000d2be048dc292df99a9812df9ad2efaf0a366eea22ac1faa19a7
+PKG_HASH:=59b3c4b5be4ab228698edeb5b3ef46ad54ea217e7dd0891372770bb92b55db92
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT