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 /security/opensc/Makefile.common | |
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.
Diffstat (limited to 'security/opensc/Makefile.common')
-rw-r--r-- | security/opensc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |