diff options
author | hasso <hasso> | 2009-08-03 18:45:31 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-08-03 18:45:31 +0000 |
commit | cc2abb7ff1a725d30f6b05c5b07f5893042c5841 (patch) | |
tree | 742072db93a2106ae8f41330f54f17139ec1a6d9 | |
parent | baa8d16953a1e7b01de35005767dbb548a846ae7 (diff) | |
download | pkgsrc-cc2abb7ff1a725d30f6b05c5b07f5893042c5841.tar.gz |
Update to 0.11.9.
New in OpenSC 0.11.9; 2009-07-29; Andreas Jellinghaus
* New rutoken_ecp driver by Aktiv Co. / Aleksey Samsonov
* Allow more keys/certificates/files etc. with entersafe tokens
* Updates pkcs11.h from scute fixing warnings
* Small fixes in rutoken driver
* Major update for piv driver with increased compatibility
-rw-r--r-- | security/opensc/Makefile.common | 4 | ||||
-rw-r--r-- | security/opensc/PLIST | 3 | ||||
-rw-r--r-- | security/opensc/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/opensc/Makefile.common b/security/opensc/Makefile.common index a57151c4d2e..39b2e99deec 100644 --- a/security/opensc/Makefile.common +++ b/security/opensc/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2009/05/08 07:02:36 hasso Exp $ +# $NetBSD: Makefile.common,v 1.4 2009/08/03 18:45:31 hasso Exp $ # # used by security/opensc/Makefile # used by security/opensc-signer/Makefile -OPENSC_PKG_VERSION= 0.11.8 +OPENSC_PKG_VERSION= 0.11.9 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 2cb526068ed..f8c369e945f 100644 --- a/security/opensc/PLIST +++ b/security/opensc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:34 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/08/03 18:45:31 hasso Exp $ bin/cardos-info bin/cardos-tool bin/cryptoflex-tool @@ -124,5 +124,6 @@ share/opensc/muscle.profile share/opensc/oberthur.profile share/opensc/pkcs15.profile share/opensc/rutoken.profile +share/opensc/rutoken_ecp.profile share/opensc/setcos.profile share/opensc/starcos.profile diff --git a/security/opensc/distinfo b/security/opensc/distinfo index 4fbd367241d..90906627356 100644 --- a/security/opensc/distinfo +++ b/security/opensc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/05/08 07:02:36 hasso Exp $ +$NetBSD: distinfo,v 1.4 2009/08/03 18:45:31 hasso Exp $ -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 (opensc-0.11.9.tar.gz) = 8e047d8bd02ad3c48de11be85e8a1349d36b4bfb +RMD160 (opensc-0.11.9.tar.gz) = c2e9099b79106da447a4613bfdd19a5cd9fbae49 +Size (opensc-0.11.9.tar.gz) = 1448948 bytes SHA1 (patch-aa) = 50d7f7a8320541d1d7286e4fd482d63eeb166e86 |