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.
This commit is contained in:
parent
88f6d3833a
commit
7626be6b1d
4 changed files with 10 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue