Wed Oct 1 16:24:57 2014 UTC ()
1.4.18 - 13 September 2014, Ludovic Rousseau
    - Add support of
      . Cherry Cherry TC 1100
      . Cherry Smart Card Reader USB
      . Cherry Smartcard Keyboard G87-1xx44
      . FujitsuTechnologySolutions GmbH Keyboard KB SCR2
      . Lenovo Lenovo USB Smartcard Keyboard
      . Yubico Yubikey NEO OTP+U2F+CCID
      . Yubico Yubikey NEO U2F+CCID
      . eID_R6 001 X8
    - fix support of Omnikey CardMan 3121
    - reduce memory consumed when configured with --enable-embedded
    - prepare the port to UEFI

http://ludovicrousseau.blogspot.fr/2014/09/new-version-of-libccid-1418.html


(gdt)
diff -r1.18 -r1.19 pkgsrc/security/ccid/Makefile
diff -r1.11 -r1.12 pkgsrc/security/ccid/distinfo

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

--- pkgsrc/security/ccid/Makefile 2014/06/11 14:05:31 1.18
+++ pkgsrc/security/ccid/Makefile 2014/10/01 16:24:57 1.19
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.18 2014/06/11 14:05:31 gdt Exp $ 1# $NetBSD: Makefile,v 1.19 2014/10/01 16:24:57 gdt Exp $
2# 2#
3 3
4DISTNAME= ccid-1.4.17 4DISTNAME= ccid-1.4.18
5CATEGORIES= security 5CATEGORIES= security
6# 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,
7# 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
8# not the magic number in MASTER_SITES. 8# not the magic number in MASTER_SITES.
9MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4091/ 9MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4111/
10EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
11 11
12MAINTAINER= gdt@NetBSD.org 12MAINTAINER= gdt@NetBSD.org
13HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html 13HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html
14COMMENT= Middleware to access a smart card using SCard API (PC/SC) 14COMMENT= Middleware to access a smart card using SCard API (PC/SC)
15LICENSE= gnu-lgpl-v2.1 15LICENSE= gnu-lgpl-v2.1
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18 18
19BUILD_DEFS= VARBASE 19BUILD_DEFS= VARBASE
20 20
21GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
22USE_LIBTOOL= yes 22USE_LIBTOOL= yes

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

--- pkgsrc/security/ccid/distinfo 2014/06/11 14:05:31 1.11
+++ pkgsrc/security/ccid/distinfo 2014/10/01 16:24:57 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2014/06/11 14:05:31 gdt Exp $ 1$NetBSD: distinfo,v 1.12 2014/10/01 16:24:57 gdt Exp $
2 2
3SHA1 (ccid-1.4.17.tar.bz2) = 98494df414830018861313663a376b18d283e00c 3SHA1 (ccid-1.4.18.tar.bz2) = e739fe13c6d38f503d142dd1c4f0eadacc603284
4RMD160 (ccid-1.4.17.tar.bz2) = c31266e303fa5708b0887f4b225e6fdaaf3bf921 4RMD160 (ccid-1.4.18.tar.bz2) = d350491fbe2292e7435fb110e99fef0037471a4b
5Size (ccid-1.4.17.tar.bz2) = 491972 bytes 5Size (ccid-1.4.18.tar.bz2) = 492113 bytes