Skip to content

Commit f15cecb

Browse files
author
adam
committed
ccid: updated to 1.6.0
1.6.0 - Add support of - Aladdin R.D. JCR SecurBio - AvidCard CAC Smart Card Reader - FujitsuTechnologySolutions GmbH Dual Smartcard Reader D321 - Ledger Stax - NXP Pegoda 3 - authenton #1- CTAP2.1 - provide files for meson build tool (replaces autoconf/automake) - Add possibility to set/get NAD on T=1 for MEP - multi-slots readers - Better handling of reader removal - Use CLOCK_MONOTONIC for timeouts - Some other minor improvements
1 parent c538511 commit f15cecb

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

security/ccid/Makefile

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# $NetBSD: Makefile,v 1.44 2024/03/20 13:30:24 adam Exp $
1+
# $NetBSD: Makefile,v 1.45 2024/07/04 10:01:41 adam Exp $
22

3-
DISTNAME= ccid-1.5.5
3+
DISTNAME= ccid-1.6.0
44
CATEGORIES= security
55
MASTER_SITES= https://ccid.apdu.fr/files/
6-
EXTRACT_SUFX= .tar.bz2
6+
EXTRACT_SUFX= .tar.xz
77

88
MAINTAINER= [email protected]
99
HOMEPAGE= https://ccid.apdu.fr/
@@ -16,7 +16,7 @@ BUILD_DEFS+= VARBASE
1616

1717
USE_LANGUAGES= c c++
1818
USE_LIBTOOL= yes
19-
USE_TOOLS+= flex perl pkg-config
19+
USE_TOOLS+= autoconf automake autoreconf flex perl pkg-config
2020
GNU_CONFIGURE= yes
2121
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}
2222
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -40,6 +40,9 @@ REPLACE_PERL= src/convert_version.pl src/create_Info_plist.pl
4040
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
4141
INSTALLATION_DIRS+= sbin share/doc/ccid
4242

43+
pre-configure:
44+
cd ${WRKSRC} && autoreconf -fi
45+
4346
.if ${OPSYS} == "Darwin"
4447
.PHONY: fix-darwin-install-name
4548
post-install: fix-darwin-install-name

security/ccid/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.26 2024/01/06 13:48:35 gdt Exp $
1+
$NetBSD: distinfo,v 1.27 2024/07/04 10:01:41 adam Exp $
22

3-
BLAKE2s (ccid-1.5.5.tar.bz2) = a1fd6fc78b7120700d63839b4a451fb8d2edeaa1004c23acb3eb23bf70dd35f5
4-
SHA512 (ccid-1.5.5.tar.bz2) = 9d2aebe645a5880bfad7d420ddab96811d1fd989c79afa28f5471ae53f36b6d45ee5e13b32ac4afcf59fc762ae835db7e6312ad6642b263158c2d9a30c7651bd
5-
Size (ccid-1.5.5.tar.bz2) = 708374 bytes
3+
BLAKE2s (ccid-1.6.0.tar.xz) = e6fefa88833478e4d6c88fcc108010653547d92acceb207f134ff92345ab5486
4+
SHA512 (ccid-1.6.0.tar.xz) = e26a28531e8f2e82d49d0f5caa769ae1197d5d88d9fe6d79a4943f460be6c0e603e3f6f0dc224216d3d697df0749a5d9c83836d66f63999d9755c17539e96b2c
5+
Size (ccid-1.6.0.tar.xz) = 195708 bytes

0 commit comments

Comments
 (0)