diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-22 00:31:04 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-22 00:31:04 +0000 |
commit | 3457576df59572489beedd0e280f9b4c1b3e324d (patch) | |
tree | 54e7e18d398e4de14d00d9dfc8dcdfc3e48d0b5a /security/pkcs11-helper | |
parent | ee1a4ba128d06b39022c57acf77b970cb30ee4ef (diff) | |
download | pkgsrc-3457576df59572489beedd0e280f9b4c1b3e324d.tar.gz |
Update to 1.10.
Change MASTER_SITE, and therefore fetch with curl.
Specify C99, after guessing that from warnings.
Enable extra warnings (reported upstream).
2012-02-29 - Version 1.10
* PolarSSL crypto engine by Adriaan de Jong
* build: --disable-crypto-engine-win32 renamed to --disable-crypto-engine-cryptoapi
* api: PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_WIN32 renamed to
PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_CRYPTOAPI.
* api: PKCS11H_ENGINE_CRYPTO_WIN32 renamed to
PKCS11H_ENGINE_CRYPTO_CRYPTOAPI
2011-08-16 - Version 1.09
* Do not retry if CKR_BUFFER_TOO_SMALL and none NULL target.
* Fixup OpenSSL engine's rsa_priv_enc to use RSA size output buffer.
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 13 | ||||
-rw-r--r-- | security/pkcs11-helper/distinfo | 8 |
2 files changed, 13 insertions, 8 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index fbe75cd8a9d..305a73719a6 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/11/21 23:32:35 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2012/11/22 00:31:04 gdt Exp $ -DISTNAME= pkcs11-helper-1.08 -PKGREVISION= 1 +DISTNAME= pkcs11-helper-1.10 CATEGORIES= security -MASTER_SITES= http://www.opensc-project.org/files/pkcs11-helper/ +MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@ir.bbn.com @@ -11,10 +10,16 @@ HOMEPAGE= http://www.opensc-project.org/opensc/wiki/pkcs11-helper COMMENT= Library that simplifies the interaction with PKCS\#11 LICENSE= modified-bsd OR gnu-gpl-v2 +FETCH_USING= curl +# Not documented, but relatively clear from warnings. +USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_TOOLS+= autoconf autoreconf gmake pkg-config GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-strict +CONFIGURE_ARGS+= --enable-pedantic + PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in pre-configure: diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo index f83429d7dce..d5be2307041 100644 --- a/security/pkcs11-helper/distinfo +++ b/security/pkcs11-helper/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2011/04/28 07:20:46 adam Exp $ +$NetBSD: distinfo,v 1.3 2012/11/22 00:31:04 gdt Exp $ -SHA1 (pkcs11-helper-1.08.tar.bz2) = 2a2d57850a780f7495ee0ff2afadfb3f019ddaed -RMD160 (pkcs11-helper-1.08.tar.bz2) = 04ac3b05c7621bd127e6262810f459c1de00f306 -Size (pkcs11-helper-1.08.tar.bz2) = 362352 bytes +SHA1 (pkcs11-helper-1.10.tar.bz2) = 8c1e6dde1f42e9bf59da429c5035950042b540f4 +RMD160 (pkcs11-helper-1.10.tar.bz2) = c1f8aed0ea956cc6ac84147223f4bf03db5e06eb +Size (pkcs11-helper-1.10.tar.bz2) = 375741 bytes SHA1 (patch-aa) = 05294e1f777717a54dc63425edd5cb8c13a70978 |