diff options
author | hasso <hasso@pkgsrc.org> | 2009-02-27 07:35:30 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-02-27 07:35:30 +0000 |
commit | 7626be6b1d3e5333cdf7a6021c1d662735d049dd (patch) | |
tree | b3d23a901ef6a4824aa720fa1e4825fa8063d382 | |
parent | 88f6d3833a081f5fa277045d435052b1985d5a9e (diff) | |
download | pkgsrc-7626be6b1d3e5333cdf7a6021c1d662735d049dd.tar.gz |
Update to 0.11.7. Changes from 0.11.6:
* hide_empty_slots now on by default.
* pinpad supported fixed for Mac OS X.
* ruToken driver was updated.
* openct virtual readers reduced to 2 by default.
* link with iconv on Mac OS X for i18n support.
* Security issue: Fix private data support. [CVE-2009-0368]
* Enable lock_login by default.
* Disable allow_soft_keygen by default.
-rw-r--r-- | security/opensc/Makefile | 3 | ||||
-rw-r--r-- | security/opensc/Makefile.common | 4 | ||||
-rw-r--r-- | security/opensc/PLIST | 5 | ||||
-rw-r--r-- | security/opensc/distinfo | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 8698613b81b..68305c0f660 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 10:50:05 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/27 07:35:30 hasso Exp $ -PKGREVISION= 2 COMMENT= Smart Card drivers and middleware .include "../../security/opensc/Makefile.common" diff --git a/security/opensc/Makefile.common b/security/opensc/Makefile.common index c5490d21934..511a230bfc8 100644 --- a/security/opensc/Makefile.common +++ b/security/opensc/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2009/02/26 10:50:05 hasso Exp $ +# $NetBSD: Makefile.common,v 1.2 2009/02/27 07:35:30 hasso Exp $ # # used by security/opensc/Makefile # used by security/opensc-signer/Makefile -OPENSC_PKG_VERSION= 0.11.6 +OPENSC_PKG_VERSION= 0.11.7 DISTNAME= opensc-${OPENSC_PKG_VERSION} CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/opensc/ diff --git a/security/opensc/PLIST b/security/opensc/PLIST index ea06bca913c..d4726d6d28b 100644 --- a/security/opensc/PLIST +++ b/security/opensc/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 10:50:05 hasso Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/02/27 07:35:30 hasso Exp $ bin/cardos-info +bin/cardos-tool bin/cryptoflex-tool bin/eidenv bin/netkey-tool @@ -38,7 +39,7 @@ lib/pkcs11/pkcs11-spy.so lib/pkgconfig/libopensc.pc lib/pkgconfig/libpkcs15init.pc lib/pkgconfig/libscconf.pc -man/man1/cardos-info.1 +man/man1/cardos-tool.1 man/man1/cryptoflex-tool.1 man/man1/netkey-tool.1 man/man1/opensc-config.1 diff --git a/security/opensc/distinfo b/security/opensc/distinfo index e533fd7bbfb..d9d5c99f800 100644 --- a/security/opensc/distinfo +++ b/security/opensc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/02/26 10:50:05 hasso Exp $ +$NetBSD: distinfo,v 1.2 2009/02/27 07:35:30 hasso Exp $ -SHA1 (opensc-0.11.6.tar.gz) = 0aa3b6a57a730f8e06f138537220c30ee709037f -RMD160 (opensc-0.11.6.tar.gz) = de838d827030f187ffa57028dbaf5013f6c82e68 -Size (opensc-0.11.6.tar.gz) = 1452763 bytes +SHA1 (opensc-0.11.7.tar.gz) = f91f66bb350d94c07fb01e427c936ce56f1c7d0d +RMD160 (opensc-0.11.7.tar.gz) = 29b221be2e7cfb8ffaeb8e848071e17e6f14cfeb +Size (opensc-0.11.7.tar.gz) = 1422696 bytes SHA1 (patch-aa) = 50d7f7a8320541d1d7286e4fd482d63eeb166e86 |