diff options
author | pettai <pettai@pkgsrc.org> | 2013-01-06 16:10:39 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-01-06 16:10:39 +0000 |
commit | cc61260294d2b7b0f830f50fae820b1aed33d125 (patch) | |
tree | 9dcdd0dcf0bcb00508b19b39b6140481cfa61928 /security | |
parent | 4312711265fea0f1eb9339899a89865900153eaf (diff) | |
download | pkgsrc-cc61260294d2b7b0f830f50fae820b1aed33d125.tar.gz |
1.4.8:
-Add support of
. SCR3310-NTTCom USB (was removed in version 1.4.6)
. Inside Secure VaultIC 420 Smart Object
. Inside Secure VaultIC 440 Smart Object
- Wait up to 3 seconds for reader start up
- Add support of new PC/SC V2 part 10 properties:
. dwMaxAPDUDataSize
. wIdVendor
. wIdProduct
- Use helper functions from libPCSCv2part10 to parse the PC/SC v2
part 10 features
1.4.7:
-Add support of
. ACS ACR101 ICC Reader
. ACS CryptoMate64
. Alcor Micro AU9522
. Bit4id CKey4
. Bit4id cryptokey
. Bit4id iAM
. Bit4id miniLector
. Bit4id miniLector-s
. CCB eSafeLD
. Gemalto Ezio Shield Branch
. KOBIL Systems IDToken
. NXP PR533
- KOBIL Systems IDToken special cases:
. Give more time (3 seconds instead of 2) to the reader to answer
. Hack for the Kobil IDToken and Geman eID card. The German eID
card is bogus and need to be powered off before a power on
. Add Reader-Info-Commands special APDU/command
- Manufacturer command
- Product name command
- Firmware version command
- Driver version command
- Use auto suspend for CCID devices only (Closes Alioth bug
[#313445] "Do not activate USB suspend for composite devices:
keyboard")
- Fix some error management in the T=1 TPDU state machine
- some minor bugs removed
- some minor improvements added
1.4.6:
-Add support of
. Avtor SC Reader 371
. Avtor SecureToken
. DIGIPASS KEY 202
. Fujitsu SmartCase KB SCR eSIG
. Giesecke & Devrient StarSign CUT
. Inside Secure VaultIC 460 Smart Object
. Macally NFC CCID eNetPad reader
. OmniKey 6321 USB
. SCM SDI 011
. Teridian TSC12xxF
. Vasco DIGIPASS KEY 101
- Remove support of readers without a USB CCID descriptor file
. 0x08E6:0x34C1:Gemalto Ezio Shield Secure Channel
. 0x08E6:0x34C4:Gemalto Ezio Generic
. 0x04E6:0x511A:SCM SCR 3310 NTTCom
. 0x0783:0x0008:C3PO LTC32 USBv2 with keyboard support
. 0x0783:0x9002:C3PO TLTC2USB
. 0x047B:0x020B:Silitek SK-3105
- Disable SPE for HP USB CCID Smartcard Keyboard. The reader is
bogus and unsafe.
- Convert "&" in a reader name into "&" to fix a problem on Mac OS X
- Fix a problem with ICCD type A devices. We now wait for device ready
- Secure PIN Verify and PIN Modify: set the minimum timeout to 90
seconds
- Add support of wIdVendor and wIdProduct properties
- Add support of dwMaxAPDUDataSize
- Add support of Gemalto firmware features
- some minor bugs removed
Diffstat (limited to 'security')
-rw-r--r-- | security/ccid/Makefile | 6 | ||||
-rw-r--r-- | security/ccid/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 6304ec399bf..32faedb2c04 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2012/12/15 00:29:31 pettai Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/06 16:10:39 pettai Exp $ # -DISTNAME= ccid-1.4.5 +DISTNAME= ccid-1.4.8 CATEGORIES= security -MASTER_SITES= http://alioth.debian.org/frs/download.php/3672/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3768/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org diff --git a/security/ccid/distinfo b/security/ccid/distinfo index 58ac0485b1e..daf6cbf3f54 100644 --- a/security/ccid/distinfo +++ b/security/ccid/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2012/12/15 00:29:31 pettai Exp $ +$NetBSD: distinfo,v 1.7 2013/01/06 16:10:39 pettai Exp $ -SHA1 (ccid-1.4.5.tar.bz2) = af75baeec32c68144b902b3a7961bd52ee954b3e -RMD160 (ccid-1.4.5.tar.bz2) = 12b38cf129623b3bbef0cd2683f4f0da536e55f0 -Size (ccid-1.4.5.tar.bz2) = 461820 bytes +SHA1 (ccid-1.4.8.tar.bz2) = 5506e3471e4893fe9b3fbb83d4d42fb77a641a7a +RMD160 (ccid-1.4.8.tar.bz2) = be7a797a4c9a766841716b81b6b7859d096bea00 +Size (ccid-1.4.8.tar.bz2) = 470158 bytes SHA1 (patch-ab) = 9f392ba99a9d3a9dfca01bf92abaff67b79c29da SHA1 (patch-ad) = 18d9d25c1e63bd1aeae885ac51116f7a81e58876 |