summaryrefslogtreecommitdiff
path: root/security/ccid/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2015-09-07 19:16:21 +0000
committergdt <gdt>2015-09-07 19:16:21 +0000
commit20dc1685261b716d21a516f7f9ef91c2b464cb8c (patch)
tree9053652ed79bc8aea2a888f0b95d2bb0a22919b2 /security/ccid/Makefile
parent982f460894a16a0170d8496bbe176a5fbb481609 (diff)
downloadpkgsrc-20dc1685261b716d21a516f7f9ef91c2b464cb8c.tar.gz
Update to .1.4.20.
1.4.20 - 5 August 2015, Ludovic Rousseau - Add support of . ACS ACR1251 Dual Reader . Access IS NFC Smart Module . BIFIT iToken . BLUTRONICS BLUDRIVE II CCID (idProduct: 0x1079) . Generic MultiCard Device . NXP Pegoda 2 N . SafeNet eToken 5100 . SafeNet eToken 7300 . Yubico Yubikey 4 CCID . Yubico Yubikey 4 OTP+CCID . Yubico Yubikey 4 OTP+U2F+CCID . Yubico Yubikey 4 U2F+CCID - Depends on libusb version 1.0.9 instead of 1.0.8 - The O2 Micro Oz776 reader only supports 9600 bps - Change installation directory for Mac OS X El Capitan 10.11 1.4.19 - 13 May 2014, Ludovic Rousseau - Add support of . AK910 CKey (idProduct 0x0001) . AK910 CKey (idProduct 0x0011) . AK910 IDONE . Broadcom Corp 5880 (idProduct: 0x5804) . CASTLES EZCCID Smart Card Reader . Cherry KC 1000 SC . Cherry KC 1000 SC Z . Cherry KC 1000 SC/DI . Cherry KC 1000 SC/DI Z . Cherry TC 1300 . Chicony USB Smart Card Keyboard . Elatec TWN4 SmartCard NFC . Feitian 502-CL . Feitian eJAVA Token . FujitsuTechnologySolutions GmbH Keyboard KB100 SCR . FujitsuTechnologySolutions GmbH Keyboard KB100 SCR eSIG . Hewlett-Packard HP lt4112 Gobi 4G Module . Identive SCT3522CC token . OMNIKEY AG 6121 USB mobile . PIVKey T800 . REINER SCT tanJack Bluetooth . Watchdata USB Key - Add syslog(3) debug for Mac OS X Yosemite. Use: sudo syslog -c "com.apple.ifdreader PID" -d to change the logging level. See also "Change syslog logging level on Yosemite" http://ludovicrousseau.blogspot.com/2015/03/change-syslog-logging-level-on-yosemite.html - Remove ZLP patch for Gemalto IDBridge CT30 and K30. The patch was causing problems with the K50. A new reader firmware (version F) solved the problem so the patch is no more needed. - Fix a memory leak in an error path - some minor bugs removed
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 e2448ad8971..4a6fb2af63a 100644
--- a/security/ccid/Makefile
+++ b/security/ccid/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.20 2015/06/12 10:51:01 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2015/09/07 19:16:21 gdt Exp $
#
-DISTNAME= ccid-1.4.18
-PKGREVISION= 1
+DISTNAME= ccid-1.4.20
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/4111/
+MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4140/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt@NetBSD.org