Mon Sep 7 19:16:21 2015 UTC ()
Update to .1.4.20.

1.4.20 - 5 August 2015, Ludovic Rousseau
    - Add support of
      . ACS ACR1251 Dual Reader
      . Access IS NFC Smart Module
      . BIFIT iToken
      . BLUTRONICS BLUDRIVE II CCID (idProduct: 0x1079)
      . Generic MultiCard Device
      . NXP Pegoda 2 N
      . SafeNet eToken 5100
      . SafeNet eToken 7300
      . Yubico Yubikey 4 CCID
      . Yubico Yubikey 4 OTP+CCID
      . Yubico Yubikey 4 OTP+U2F+CCID
      . Yubico Yubikey 4 U2F+CCID
    - Depends on libusb version 1.0.9 instead of 1.0.8
    - The O2 Micro Oz776 reader only supports 9600 bps
    - Change installation directory for Mac OS X El Capitan 10.11

1.4.19 - 13 May 2014, Ludovic Rousseau
    - Add support of
      . AK910 CKey (idProduct 0x0001)
      . AK910 CKey (idProduct 0x0011)
      . AK910 IDONE
      . Broadcom Corp 5880 (idProduct: 0x5804)
      . CASTLES EZCCID Smart Card Reader
      . Cherry KC 1000 SC
      . Cherry KC 1000 SC Z
      . Cherry KC 1000 SC/DI
      . Cherry KC 1000 SC/DI Z
      . Cherry TC 1300
      . Chicony USB Smart Card Keyboard
      . Elatec TWN4 SmartCard NFC
      . Feitian 502-CL
      . Feitian eJAVA Token
      . FujitsuTechnologySolutions GmbH Keyboard KB100 SCR
      . FujitsuTechnologySolutions GmbH Keyboard KB100 SCR eSIG
      . Hewlett-Packard HP lt4112 Gobi 4G Module
      . Identive SCT3522CC token
      . OMNIKEY AG 6121 USB mobile
      . PIVKey T800
      . REINER SCT tanJack Bluetooth
      . Watchdata USB Key
    - Add syslog(3) debug for Mac OS X Yosemite.
      Use: sudo syslog -c "com.apple.ifdreader PID" -d to change the logging level.
      See also "Change syslog logging level on Yosemite"
      http://ludovicrousseau.blogspot.com/2015/03/change-syslog-logging-level-on-yosemite.html
    - Remove ZLP patch for Gemalto IDBridge CT30 and K30. The patch was
      causing problems with the K50.  A new reader firmware (version F)
      solved the problem so the patch is no more needed.
    - Fix a memory leak in an error path
    - some minor bugs removed


(gdt)
diff -r1.20 -r1.21 pkgsrc/security/ccid/Makefile
diff -r1.12 -r1.13 pkgsrc/security/ccid/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/security/ccid/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ccid/Makefile 2015/06/12 10:51:01 1.20
+++ pkgsrc/security/ccid/Makefile 2015/09/07 19:16:21 1.21
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.20 2015/06/12 10:51:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2015/09/07 19:16:21 gdt Exp $
2# 2#
3 3
4DISTNAME= ccid-1.4.18 4DISTNAME= ccid-1.4.20
5PKGREVISION= 1 
6CATEGORIES= security 5CATEGORIES= security
7# Note that the MASTER_SITES URL is not stable with version changes, 6# Note that the MASTER_SITES URL is not stable with version changes,
8# and one can end up with an old version if DISTNAME is changed but 7# and one can end up with an old version if DISTNAME is changed but
9# not the magic number in MASTER_SITES. 8# not the magic number in MASTER_SITES.
10MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4111/ 9MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4140/
11EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
12 11
13MAINTAINER= gdt@NetBSD.org 12MAINTAINER= gdt@NetBSD.org
14HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html 13HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html
15COMMENT= Middleware to access a smart card using SCard API (PC/SC) 14COMMENT= Middleware to access a smart card using SCard API (PC/SC)
16LICENSE= gnu-lgpl-v2.1 15LICENSE= gnu-lgpl-v2.1
17 16
18.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
19 18
20BUILD_DEFS= VARBASE 19BUILD_DEFS= VARBASE
21 20
22GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
23USE_LIBTOOL= yes 22USE_LIBTOOL= yes

cvs diff -r1.12 -r1.13 pkgsrc/security/ccid/distinfo (expand / switch to unified diff)

--- pkgsrc/security/ccid/distinfo 2014/10/01 16:24:57 1.12
+++ pkgsrc/security/ccid/distinfo 2015/09/07 19:16:21 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2014/10/01 16:24:57 gdt Exp $ 1$NetBSD: distinfo,v 1.13 2015/09/07 19:16:21 gdt Exp $
2 2
3SHA1 (ccid-1.4.18.tar.bz2) = e739fe13c6d38f503d142dd1c4f0eadacc603284 3SHA1 (ccid-1.4.20.tar.bz2) = c77b98b1aa7fdac80ed993e0d87623daf3872ca1
4RMD160 (ccid-1.4.18.tar.bz2) = d350491fbe2292e7435fb110e99fef0037471a4b 4RMD160 (ccid-1.4.20.tar.bz2) = fe5d140a7d9a4dcd13f47f1a43b16a78cc51fb28
5Size (ccid-1.4.18.tar.bz2) = 492113 bytes 5Size (ccid-1.4.20.tar.bz2) = 567553 bytes