From: Daniel Golle Date: Tue, 9 Jun 2026 04:44:31 +0000 (+0100) Subject: pcsc-lite: update to version 2.5.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fcd9275750603817ecdee7d4534006a86ed879f0;p=openwrt-packages.git pcsc-lite: update to version 2.5.0 - 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 --- diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index 98383f1da..ca64542b4 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.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 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING