Skip to content

Commit 14bed0f

Browse files
committed
ccid: update to version 1.5.4
Add new build dependency on zlib as package no longer builds without it being present. 1.5.4 - 29 October 2023, Ludovic Rousseau - fix a regression introduced in 1.5.3 1.5.3 - 25 October 2023, Ludovic Rousseau - Add support of - ACS ACR1552 1S CL Reader - ACS ACR1552 CL Reader - ACS ACR1581 - ACS ACR40T ICC Reader - ACS ACR40U ICC Reader - ACS WalletMate 1S CL Reader - Aktiv Rutoken SCR 3101 NFC Reader - CIRIGHT ONE PASS U2F - Dexon Tecnologias Digitais LTDA eSmartDX - Excelsecu Card reader - GHI NC001 - Identiv uTrust Token Flex - SpringCard M519 with idProduct: 0x6212 - SpringCard M519 with idProduct: 0x621A - WCMi SD5931 - parse: create output.bin file - udev: Disable USB-persist for CCID devices - configure: fail if flex is not found - Some other minor improvements 1.5.2 - 31 January 2023, Ludovic Rousseau - Add support of - KAPELSE KAP-LINK - LDU LANDI - Sensyl SSC-HV Reader - TOKEN2 MFA NFC Reader - TOKEN2 Molto2 - Thales RF Reader - Alcor Micro AU9560: Remove high speeds since they are not supported - Hack for AlcorMicro AU9560 and Acos-ID card - configure.ac: disable the use of --disable-usbdropdir Signed-off-by: Daniel Golle <[email protected]>
1 parent cbdd619 commit 14bed0f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

utils/ccid/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=ccid
11-
PKG_VERSION:=1.5.1
11+
PKG_VERSION:=1.5.4
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
1515
PKG_SOURCE_URL:=https://ccid.apdu.fr/files/
16-
PKG_HASH:=e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377
16+
PKG_HASH:=6e832adc172ecdcfdee2b56f33144684882cbe972daff1938e7a9c73a64f88bf
1717
PKG_MAINTAINER:=Daniel Golle <[email protected]>
1818
PKG_LICENSE:=LGPL-2.1-or-later
1919
PKG_LICENSE_FILES:=COPYING
2020

2121
PKG_FIXUP:=libtool
2222
PKG_INSTALL:=1
23+
PKG_BUILD_DEPENDS:=zlib
2324

2425
include $(INCLUDE_DIR)/package.mk
2526

utils/ccid/patches/010-macos.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/configure.ac
22
+++ b/configure.ac
3-
@@ -79,7 +79,7 @@ AC_CHECK_FUNCS(select strerror strncpy m
3+
@@ -83,7 +83,7 @@ AC_CHECK_FUNCS(select strerror strncpy m
44
# Select OS specific versions of source files.
55
AC_SUBST(BUNDLE_HOST)
66
AC_SUBST(DYN_LIB_EXT)

0 commit comments

Comments
 (0)