summaryrefslogtreecommitdiff
path: root/security/ccid/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2014-04-02 19:47:12 +0000
committergdt <gdt>2014-04-02 19:47:12 +0000
commitee847d9bc4d822ee79568a20ccea7dc0ec276169 (patch)
tree80c1983f7f6253e5329005e8b28d6f02da2dc8e3 /security/ccid/Makefile
parent7f086ca688a6ff8a4de0d8b0cd05a3f7103f54a1 (diff)
downloadpkgsrc-ee847d9bc4d822ee79568a20ccea7dc0ec276169.tar.gz
Update to 1.4.16
1.4.16 - 23 March 2014, Ludovic Rousseau - Add support of . Crypto Stick Crypto Stick v1.4 . Hewlett Packard USB Smartcard CCID Keyboard . IID AT90S064 CCID READER . INSIDE Secure VaultIC 405 Smart Object . INSIDE Secure VaultIC 441 Smart Object . Microchip SEC1110 . Microchip SEC1210 . Watchdata W5181 - Add support of DRIVER_OPTION_DISABLE_PIN_RETRIES The Gemalto pinpad reader sends a VERIFY command with no PIN value in order to retreive the remaining retries from the card. Some cards (like the OpenPGP card) do not support this. It is now possible to disable this behavior from the Gemalto Pinpad and Covadis VĂ©ga Alpha. - Add support of WTX received before SW during Secure Pin Entry Verify The Swiss health care card sends a WTX request before returning the SW code. If the reader is in TPDU and the card is in T=1 the driver must manage the request itself.
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r--security/ccid/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile
index d1ac3d6aeec..007f76080d9 100644
--- a/security/ccid/Makefile
+++ b/security/ccid/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2014/02/26 01:16:56 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2014/04/02 19:47:12 gdt Exp $
#
-DISTNAME= ccid-1.4.15
-PKGREVISION= 1
+DISTNAME= ccid-1.4.16
CATEGORIES= security
# Note that the MASTER_SITES URL is not stable with version changes,
# and one can end up with an old version if DISTNAME is changed but
# not the magic number in MASTER_SITES.
-MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3989/
+MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4016/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt@NetBSD.org