Skip to content

Commit

Permalink
ccid: updated to 1.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adam committed Jul 4, 2024
1 parent c538511 commit f15cecb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions security/ccid/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.44 2024/03/20 13:30:24 adam Exp $
# $NetBSD: Makefile,v 1.45 2024/07/04 10:01:41 adam Exp $

DISTNAME= ccid-1.5.5
DISTNAME= ccid-1.6.0
CATEGORIES= security
MASTER_SITES= https://ccid.apdu.fr/files/
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz

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

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

pre-configure:
cd ${WRKSRC} && autoreconf -fi

.if ${OPSYS} == "Darwin"
.PHONY: fix-darwin-install-name
post-install: fix-darwin-install-name
Expand Down
8 changes: 4 additions & 4 deletions security/ccid/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.26 2024/01/06 13:48:35 gdt Exp $
$NetBSD: distinfo,v 1.27 2024/07/04 10:01:41 adam Exp $

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

0 comments on commit f15cecb

Please sign in to comment.