diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-16 14:10:47 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-16 14:10:47 +0000 |
commit | fc8b59be3f9f8ea2b5fb50f5fd5a2a241d378d87 (patch) | |
tree | 6be0896a1520012f91fababd904ca52d9bece5a2 /security/ccid | |
parent | 1a55d75c128924e0f47ff55ef80cfcdbc5b565af (diff) | |
download | pkgsrc-fc8b59be3f9f8ea2b5fb50f5fd5a2a241d378d87.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')
-rw-r--r-- | security/ccid/Makefile | 7 | ||||
-rw-r--r-- | security/ccid/distinfo | 10 | ||||
-rw-r--r-- | security/ccid/patches/patch-aa | 13 |
3 files changed, 9 insertions, 21 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 diff --git a/security/ccid/distinfo b/security/ccid/distinfo index 7841e9f38d4..782a0c08564 100644 --- a/security/ccid/distinfo +++ b/security/ccid/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2008/08/08 21:27:24 shannonjr Exp $ +$NetBSD: distinfo,v 1.4 2009/03/16 14:10:47 hasso Exp $ -SHA1 (ccid-1.3.8.tar.bz2) = ee8a1e328d2ff286a953877f6da8c063b8438f04 -RMD160 (ccid-1.3.8.tar.bz2) = d616cf788e0d71358998ecd5c08e3f363a83d97b -Size (ccid-1.3.8.tar.bz2) = 436222 bytes -SHA1 (patch-aa) = 288ff7c1547de172995dd68c818528eb117aaa75 +SHA1 (ccid-1.3.10.tar.bz2) = 8674c5043623d2757b80e7e61c695cf8c6d62d30 +RMD160 (ccid-1.3.10.tar.bz2) = d70e06b2330d648955d2d25f9b513344a299f076 +Size (ccid-1.3.10.tar.bz2) = 395627 bytes +SHA1 (patch-aa) = a9103835d13c8a860efb8a1b92aeacc8bd72fd23 SHA1 (patch-ab) = 13db7c54d6c45aa1cb61489a7f2b38f4155793cd SHA1 (patch-ad) = 1eaae5649357cafbb7b612d45d4522bce7148f55 diff --git a/security/ccid/patches/patch-aa b/security/ccid/patches/patch-aa index ad995ec84bb..b7554831861 100644 --- a/security/ccid/patches/patch-aa +++ b/security/ccid/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2008/08/08 21:27:25 shannonjr Exp $ +$NetBSD: patch-aa,v 1.4 2009/03/16 14:10:47 hasso Exp $ --- configure.in.orig 2008-06-27 03:47:16.000000000 -0600 +++ configure.in @@ -13,14 +13,3 @@ $NetBSD: patch-aa,v 1.3 2008/08/08 21:27:25 shannonjr Exp $ *-*-openbsd*) BUNDLE_HOST="OpenBSD" DYN_LIB_EXT="so.0.0" -@@ -106,6 +110,10 @@ case "$host" in - BUNDLE_HOST="DragonFly" - DYN_LIB_EXT="so" - ;; -+*-*-dragonfly*) -+ BUNDLE_HOST="DragonFly" -+ DYN_LIB_EXT="so" -+ ;; - *) - BUNDLE_HOST="Linux" - DYN_LIB_EXT="so" |