diff options
-rw-r--r-- | security/pkcs11-helper/Makefile | 12 | ||||
-rw-r--r-- | security/pkcs11-helper/distinfo | 5 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 18b773487734..1e8423536117 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pkcs11-helper -PORTVERSION= 1.11 -PORTREVISION= 3 +PORTVERSION= 1.25.1 CATEGORIES= security devel -MASTER_SITES= SF/opensc/pkcs11-helper/ +MASTER_SITES= https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${PORTVERSION}/ MAINTAINER= ale@FreeBSD.org COMMENT= Helper library for multiple PKCS\#11 providers @@ -16,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL -BROKEN_SSL= openssl-devel - GNU_CONFIGURE= yes USES= libtool:keepla pathfix pkgconfig tar:bzip2 ssl USE_LDCONFIG= yes @@ -26,7 +23,10 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" CONFIGURE_ARGS= --disable-crypto-engine-gnutls \ - --disable-crypto-engine-nss + --disable-crypto-engine-nss \ + --disable-crypto-engine-polarssl \ + --disable-crypto-engine-mbedtls \ + --disable-crypto-engine-cryptoapi OPTIONS_DEFINE= DOCS diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo index 6637711085ed..7904a47ca02b 100644 --- a/security/pkcs11-helper/distinfo +++ b/security/pkcs11-helper/distinfo @@ -1,2 +1,3 @@ -SHA256 (pkcs11-helper-1.11.tar.bz2) = 05a078efe1261247f26751fa616de732a64dbe1ed6c83e8ea5e6e85d8f70ff2f -SIZE (pkcs11-helper-1.11.tar.bz2) = 380697 +TIMESTAMP = 1539380995 +SHA256 (pkcs11-helper-1.25.1.tar.bz2) = 10dd8a1dbcf41ece051fdc3e9642b8c8111fe2c524cb966c0870ef3413c75a77 +SIZE (pkcs11-helper-1.25.1.tar.bz2) = 425719 |