diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-08 07:02:36 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-08 07:02:36 +0000 |
commit | 885f168b04865a182bdc25e93b6ece212a63f88a (patch) | |
tree | ec1532a1ebb42c08b846cd620c8f464ef00fed5a /security | |
parent | b6a155904d8186dd86aff36136e86972b23d970e (diff) | |
download | pkgsrc-885f168b04865a182bdc25e93b6ece212a63f88a.tar.gz |
Update to 0.11.8. Fixes a security problem, for details see:
http://www.opensc-project.org/pipermail/opensc-announce/2009-May/000025.html
New in 0.11.8; 2009-05-07;
* Fix security problem in pkcs11-tool gen_keypair (PublicExponent 1)
* fix compiling without openssl.
* updated and improve entersafe driver. FTCOS/PK-01C cards are supported
now, compatible with cards writen by Feitian's software on windows.
Diffstat (limited to 'security')
-rw-r--r-- | security/opensc/Makefile.common | 4 | ||||
-rw-r--r-- | security/opensc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/opensc/Makefile.common b/security/opensc/Makefile.common index 511a230bfc8..a57151c4d2e 100644 --- a/security/opensc/Makefile.common +++ b/security/opensc/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2009/02/27 07:35:30 hasso Exp $ +# $NetBSD: Makefile.common,v 1.3 2009/05/08 07:02:36 hasso Exp $ # # used by security/opensc/Makefile # used by security/opensc-signer/Makefile -OPENSC_PKG_VERSION= 0.11.7 +OPENSC_PKG_VERSION= 0.11.8 DISTNAME= opensc-${OPENSC_PKG_VERSION} CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/opensc/ diff --git a/security/opensc/distinfo b/security/opensc/distinfo index d9d5c99f800..4fbd367241d 100644 --- a/security/opensc/distinfo +++ b/security/opensc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/02/27 07:35:30 hasso Exp $ +$NetBSD: distinfo,v 1.3 2009/05/08 07:02:36 hasso Exp $ -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 (opensc-0.11.8.tar.gz) = 4a320b0cc3bc3de5843ab6af677093d98d4cf318 +RMD160 (opensc-0.11.8.tar.gz) = e6dc1e9705b922bfbcb5e9804ad08cfa9e8605d8 +Size (opensc-0.11.8.tar.gz) = 1434051 bytes SHA1 (patch-aa) = 50d7f7a8320541d1d7286e4fd482d63eeb166e86 |