pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ccid
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 4 10:01:41 UTC 2024
Modified Files:
pkgsrc/security/ccid: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/ccid/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/ccid/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.44 pkgsrc/security/ccid/Makefile:1.45
--- pkgsrc/security/ccid/Makefile:1.44 Wed Mar 20 13:30:24 2024
+++ pkgsrc/security/ccid/Makefile Thu Jul 4 10:01:41 2024
@@ -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= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ccid.apdu.fr/
@@ -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}
@@ -40,6 +40,9 @@ REPLACE_PERL= src/convert_version.pl sr
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
Index: pkgsrc/security/ccid/distinfo
diff -u pkgsrc/security/ccid/distinfo:1.26 pkgsrc/security/ccid/distinfo:1.27
--- pkgsrc/security/ccid/distinfo:1.26 Sat Jan 6 13:48:35 2024
+++ pkgsrc/security/ccid/distinfo Thu Jul 4 10:01:41 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index