From: Daniel Golle Date: Thu, 20 Aug 2026 12:53:36 +0000 (+0100) Subject: ccid: update to 1.8.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0521bb56793387788798e4a69b84d96766ed54e2;p=openwrt-packages.git ccid: update to 1.8.2 1.8.1: - Correctly close the slots of a multi-slots reader - Fix 3 minor issues found by AISLE in partnership with Red Hat - Correctly report IFD_NO_SUCH_DEVICE in InterruptRead 1.8.2: - Fix initialisation of composite devices (like Yubico tokens) - Correctly close the slots of a multi-slots reader (serial) Signed-off-by: Daniel Golle --- diff --git a/utils/ccid/Makefile b/utils/ccid/Makefile index 966c6e35c..c62ad0e5f 100644 --- a/utils/ccid/Makefile +++ b/utils/ccid/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ccid -PKG_VERSION:=1.8.0 +PKG_VERSION:=1.8.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://ccid.apdu.fr/files/ -PKG_HASH:=531dc29e7c1b9e22e1918f0767b625d52ce8a98f266eb2144c5cf5dbd29c0f67 +PKG_HASH:=d74294e23d436546c3e719c95a4da180b17f5e7ffdd36efca53f75351cb0de75 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING