diff options
author | pettai <pettai> | 2013-10-05 14:12:57 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-10-05 14:12:57 +0000 |
commit | 9820cb8e29fcbec50a033b56fb4097da6a8b5c83 (patch) | |
tree | f666b47429e901c2e64bcd65d1478374d4fddb7b | |
parent | ec12d64be7abb592a1cc07f282dbbc41e116adb9 (diff) | |
download | pkgsrc-9820cb8e29fcbec50a033b56fb4097da6a8b5c83.tar.gz |
1.4.12 - 12 August 2013, Ludovic Rousseau
- Add support of
. HID OMNIKEY 5127 CK
. HID OMNIKEY 5326 DFR
. HID OMNIKEY 5427 CK
. Ingenico WITEO USB Smart Card Reader (Base and Badge)
. SecuTech SecuTech Token
- Add support of card movement notifications for multi-slot readers
- Check libusb is at least at version 1.0.8
- Get the serialconfdir value from pcsc-lite pkg config instead of
using $(DESTDIR)/$(sysconfdir)/reader.conf.d/
- Disable class driver on Mac OS X
- Update the bundle name template to include the vendor name
- some minor bugs removed
1.4.11 - 12 June 2013, Ludovic Rousseau
- Add support of
. Gemalto IDBridge CT30
. Gemalto IDBridge K30
. SCM Microsystems Inc. SCL010 Contactless Reader
. SCM Microsystems Inc. SDI011 Contactless Reader
. THRC reader
- Better management of time extension requests
- parse: better support of devices with bInterfaceClass = 0xFF
- udev rule file: Remove setting group to pcscd, remove support of
Linux kernel < 2.6.35 for auto power up management
- some minor bugs removed
1.4.10 - 16 April 2013, Ludovic Rousseau
- Add support of
. ACS APG8201 USB Reader with PID 0x8202
. GIS Ltd SmartMouse USB
. Gemalto IDBridge K3000
. Identive CLOUD 2700 F Smart Card Reader
. Identive CLOUD 2700 R Smart Card Reader
. Identive CLOUD 4500 F Dual Interface Reader
. Identive CLOUD 4510 F Contactless + SAM Reader
. Identive CLOUD 4700 F Dual Interface Reader
. Identive CLOUD 4710 F Contactless + SAM Reader
. Inside Secure AT90SCR050
. Inside Secure AT90SCR100
. Inside Secure AT90SCR200
. SCR3310-NTTCom USB SmartCard Reader
. SafeTech SafeTouch
. SpringCard H512 Series
. SpringCard H663 Series
. SpringCard NFC'Roll
. Yubico Yubikey NEO CCID
. Yubico Yubikey NEO OTP+CCID
- Add support of time extension for Escape commands
1.4.9 - 16 January 2013, Ludovic Rousseau
- Add support of
. Aktiv Rutoken PINPad In
. Aktiv Rutoken PINPad Ex
. REINER SCT cyberJack go
- Info.plist: Correctly handle reader names containing &
-rw-r--r-- | security/ccid/Makefile | 7 | ||||
-rw-r--r-- | security/ccid/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 93f6cd9b2f0..661416e347d 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2013/05/31 12:41:50 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/10/05 14:12:57 pettai Exp $ # -DISTNAME= ccid-1.4.8 -PKGREVISION= 1 +DISTNAME= ccid-1.4.12 CATEGORIES= security -MASTER_SITES= http://alioth.debian.org/frs/download.php/3768/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/file/3937/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/ccid/distinfo b/security/ccid/distinfo index daf6cbf3f54..36c80c50b40 100644 --- a/security/ccid/distinfo +++ b/security/ccid/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2013/01/06 16:10:39 pettai Exp $ +$NetBSD: distinfo,v 1.8 2013/10/05 14:12:57 pettai Exp $ -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 (ccid-1.4.12.tar.bz2) = a14a99ff6575d311dad083a066b80e4e0b6b8731 +RMD160 (ccid-1.4.12.tar.bz2) = eb3d9de2178966d647e7ba3c8cb21fca717f10a4 +Size (ccid-1.4.12.tar.bz2) = 479751 bytes SHA1 (patch-ab) = 9f392ba99a9d3a9dfca01bf92abaff67b79c29da SHA1 (patch-ad) = 18d9d25c1e63bd1aeae885ac51116f7a81e58876 |