]> git.99rst.org Git - openwrt-packages.git/commitdiff
ccid: update to 1.8.2
authorDaniel Golle <redacted>
Thu, 20 Aug 2026 12:53:36 +0000 (13:53 +0100)
committerDaniel Golle <redacted>
Sat, 22 Aug 2026 14:59:59 +0000 (15:59 +0100)
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 <redacted>
utils/ccid/Makefile

index 966c6e35c260d5bbdcab35bfe56777482ef93fe5..c62ad0e5fb78f13eeea36d0a8490fa93bb6fe72a 100644 (file)
@@ -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 <daniel@makrotopia.org>
 PKG_LICENSE:=LGPL-2.1-or-later
 PKG_LICENSE_FILES:=COPYING
git clone https://git.99rst.org/PROJECT