diff options
author | gdt <gdt@pkgsrc.org> | 2014-02-25 17:16:35 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-02-25 17:16:35 +0000 |
commit | 1df06d91ac767fda89c2910a8f735b1b8c8d1a4c (patch) | |
tree | bfc614aa869096e8476d14ecf840f2b634adfb3e /security/ccid/Makefile | |
parent | a0d2deaf0c930297a39424c7c1ea30c2b2ce1101 (diff) | |
download | pkgsrc-1df06d91ac767fda89c2910a8f735b1b8c8d1a4c.tar.gz |
Update to 1.4.15 (from 1.4.12).
(This update was not tested, but built fine.)
http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-libccid-1415.html
1.4.15 - 14 February 2014, Ludovic Rousseau
- Add support of
. DUALi DRAGON NFC READER
. Feitian bR301
. Gemalto CR30 reader in serial communication
. Gemalto Ezio Shield Pro SC
. IIT E.Key Almaz-1C
- PIN_MODIFY_STRUCTURE & PIN_VERIFY_STRUCTURE: Fix calculation of
the command length after pcsc-lite 1.8.9 (October 2013) changed
the PCSC/reader.h header
- Add specific PIN min (0) & max (25) sizes for SmartTerminal
ST-2xxx
- Do not get the data rates if bNumDataRatesSupported = 0
- Support Gemalto features for pinpad readers MinimumPINSize,
MaximumPINSize and bEntryValidationCondition are fetched from the
reader firmware
- disable (broken) pinpad for Fujitsu SmartCase KB SCR eSIG
- examples/scardcontrol.c:
. Parse codes returned by a pinpad (as SW1/SW2)
Known codes for now are:
0x9000: Success
0x6400: Timeout
0x6401: Cancelled by user
0x6402: PIN mismatch
0x6403: Too short or too long PIN
. Retrieve min and max PIN sizes from the driver
. Retrieve bEntryValidationCondition from the driver
- be more strict for bInterfaceClass = 255 by also checking extra_length
- some minor bugs removed
http://ludovicrousseau.blogspot.fr/2013/11/new-version-of-libccid-1414.html
1.4.14 - 25 November 2013, Ludovic Rousseau
- Add support of
. Gemalto GemCore SIM Pro firmware 2.0 (using USB)
- report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
- Generalize the management of (old) readers with bDeviceClass = 0xFF
- some minor bugs removed
http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-libccid-1413.html
1.4.13 - 9 October 2013, Ludovic Rousseau
- Add support of
. Access IS ePassport Reader
. Planeta RC700-NFC CCID
- Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST
Windows uses 0x313520 for SCARD_CTL_CODE(3400) pcsc-lite uses
0x42000D48 for SCARD_CTL_CODE(3400)
RDP aplications (like rdesktop) will convert SCardControl()
commands from a Windows application (so using 0x313520) to
pcsc-lite.
- fix multi-slot support for card movement notification (introduced
in 1.4.12)
- Mac OS X: differentiate each libccid library by the dynamic linker
using --prefix=/fake/$BUNDLE_ID
- some minor bugs removed
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r-- | security/ccid/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 661416e347d..cd5143cc82a 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2013/10/05 14:12:57 pettai Exp $ +# $NetBSD: Makefile,v 1.14 2014/02/25 17:16:35 gdt Exp $ # -DISTNAME= ccid-1.4.12 +DISTNAME= ccid-1.4.15 CATEGORIES= security -MASTER_SITES= http://alioth.debian.org/frs/download.php/file/3937/ +# 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/3989/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |