summaryrefslogtreecommitdiff
path: root/security/ccid
AgeCommit message (Collapse)AuthorFilesLines
2009-08-03Update to 1.3.11. Changelog:hasso2-7/+7
1.3.11 - 28 July 2009, Ludovic Rousseau - add support of Raritan D2CIM-DVUSB VM/CCID, Feitian SCR301, Softforum XecureHSM, 2 Neowave Weneo tokens, Synnix STD200, Aktiv Rutoken ECP, Alcor Micro SCR001, ATMEL AT91SC192192CT-USB, Panasonic USB Smart Card Reader 7A-Smart, Gemalto GemProx DU and SU - remove support of Reiner-SCT cyberJack pinpad(a) on request of Reiner-SCT. You should user the Reiner-SCT driver instead - define CFBundleName to CCIDCLASSDRIVER so that non class drivers have a higher priority. Used by pcsc-lite 1.5.5 and up. Add a --disable-class configure option so that the Info.plist does not define a Class driver. Default is class driver. - do not power up a card with a voltage not supported by the reader - add support of PIN_PROPERTIES_STRUCTURE structure and FEATURE_IFD_PIN_PROPERTIES - adds support of FEATURE_MCT_READERDIRECT. Only the Kobil TriB@nk reader supports this feature for now. This is used for the Secoder functionality in connected mode. - add support of a composite device. No change needed with libhal. use --enable-composite-as-multislot on Mac OS X since libhal is not available on Mac OS X or with libusb on Linux - some minor bugs removed
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-16Update to version 1.3.10. Upstream changes:hasso3-21/+9
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
2008-08-10PLIST correction.shannonjr2-3/+4
2008-08-08Re: pkg/39314 (security/ccid update to 1.3.8)shannonjr5-44/+16
Update to 1.3.8
2008-06-20Add DESTDIR support.joerg1-2/+4
2008-04-30Re: pkg/38550 (Support for DragonFly to security/ccid)shannonjr2-5/+32
Synopsis: Support for DragonFly to security/ccid Incorporated fix submitted by Hasso Tepper.
2008-03-04Correct pathname pkgsrc/local to pkgsrc/security.shannonjr1-3/+3
2008-03-04This package provides a generic USB CCID (Chip/Smart Card Interfaceshannonjr9-0/+220
Devices) driver and ICCD (Integrated Circuit(s) Card Devices). See the USB CCID and ICCD specifications from the USB working group.