summaryrefslogtreecommitdiff
path: root/security/ccid/Makefile
diff options
context:
space:
mode:
authorhasso <hasso>2009-03-16 14:10:47 +0000
committerhasso <hasso>2009-03-16 14:10:47 +0000
commit8ffadd0b2783bfc0ba0234c37d8ac2cef0c4cd29 (patch)
tree6be0896a1520012f91fababd904ca52d9bece5a2 /security/ccid/Makefile
parente62d49f59f5d49e2d59cf288bd0ba3903f507aa7 (diff)
downloadpkgsrc-8ffadd0b2783bfc0ba0234c37d8ac2cef0c4cd29.tar.gz
Update to version 1.3.10. Upstream changes:
1.3.10: - add support for MSI StarReader SMART, Noname reader (from Omnikey), Xiring Xi Sign PKI, Realtek 43 in 1 + Sim + Smart Card Reader, Atmel AT98SC032CT, Aktiv Rutoken Magistra, TianYu CCID SmartKey, Precise Biometrics 200 MC and 250 MC - add a patch to support the bogus OpenPGP card (on board key generation sometimes timed out) - disable support of the contactless part of SDI010 and SCR331DI (this code was reverse engineered and hard to maintain) - some minor bugs removed 1.3.9: - add support for Aladdin eToken PRO USB 72K Java, Cherry SmartTerminal ST-1200USB, Atmel AT91SO, SpringCard Prox'N'Roll, CSB6 Basic, EasyFinger Ultimate, CSB6 Ultimate, EasyFinger Standard, CrazyWriter, CSB6 Secure, KONA USB SmartCard, HP MFP Smart Card Reader, ACS ACR122U PICC, Gemalto PDT, VMware Virtual USB CCID - MacOSX/configure: do not overwrite PCSC_CFLAGS, PCSC_LIBS, LIBUSB_CFLAGS and LIBUSB_LIBS if already defined by the user - by default, link statically against libusb on Mac OS X - IFDHPowerICC(): use a very long timeout for PowerUp since the card can be very slow to send the full ATR (up to 30 seconds at 4 MHz) - SecurePINVerify(): correct a bug when using a Case 1 APDU and a SCM SPR532 reader - log the reader name instead of just the pcscd Lun - 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 107f6dbae01..c4cdfd87697 100644
--- a/security/ccid/Makefile
+++ b/security/ccid/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/08/10 12:38:39 shannonjr Exp $
+# $NetBSD: Makefile,v 1.5 2009/03/16 14:10:47 hasso Exp $
#
-DISTNAME= ccid-1.3.8
-PKGREVISION= 1
+DISTNAME= ccid-1.3.10
CATEGORIES= security
-MASTER_SITES= http://alioth.debian.org/frs/download.php/2482/
+MASTER_SITES= http://alioth.debian.org/frs/download.php/2924/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= shannonjr@NetBSD.org