summaryrefslogtreecommitdiff
path: root/security/pkcs11-helper/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-11-22 00:31:04 +0000
committergdt <gdt@pkgsrc.org>2012-11-22 00:31:04 +0000
commit3457576df59572489beedd0e280f9b4c1b3e324d (patch)
tree54e7e18d398e4de14d00d9dfc8dcdfc3e48d0b5a /security/pkcs11-helper/Makefile
parentee1a4ba128d06b39022c57acf77b970cb30ee4ef (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--security/pkcs11-helper/Makefile13
1 files changed, 9 insertions, 4 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: