diff options
author | gdt <gdt@pkgsrc.org> | 2014-10-01 16:24:57 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-10-01 16:24:57 +0000 |
commit | 2a1a67e208ac21f18ca189ef947f0b3ef9e7d73e (patch) | |
tree | 6aa2de964fd809551958448bc33beb9518c5cce9 /security/ccid/Makefile | |
parent | a84b464ac66b3ca7f90c22031379e4fe3f78f0d5 (diff) | |
download | pkgsrc-2a1a67e208ac21f18ca189ef947f0b3ef9e7d73e.tar.gz |
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
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r-- | security/ccid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 21e23f2d7be..bfdb07d432b 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2014/06/11 14:05:31 gdt Exp $ +# $NetBSD: Makefile,v 1.19 2014/10/01 16:24:57 gdt Exp $ # -DISTNAME= ccid-1.4.17 +DISTNAME= ccid-1.4.18 CATEGORIES= security # 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/4091/ +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4111/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@NetBSD.org |