svn commit: r386127 - head/security/softhsm2
Erwin Lansing
erwin at FreeBSD.org
Tue May 12 07:55:45 UTC 2015
Author: erwin
Date: Tue May 12 07:55:43 2015
New Revision: 386127
URL: https://svnweb.freebsd.org/changeset/ports/386127
Log:
Update to 2.0.0b3
SOFTHSM-113: Support for Botan 1.11.15
SOFTHSM-119: softhsm2-util: Support ECDSA key import
SUPPORT-139: Support deriving generic secrets, DES, DES2, DES3, and AES.
Using DH, ECDH or symmetric encryption.
Various Bug Fxes, see <https://www.opendnssec.org/2015/04/18/softhsm-2-0-0b3/> for details.
LibreSSL support, see also <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199008> for details.
PR: 200056
Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Modified:
head/security/softhsm2/Makefile
head/security/softhsm2/distinfo
head/security/softhsm2/pkg-plist
Modified: head/security/softhsm2/Makefile
==============================================================================
--- head/security/softhsm2/Makefile Tue May 12 07:33:19 2015 (r386126)
+++ head/security/softhsm2/Makefile Tue May 12 07:55:43 2015 (r386127)
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= softhsm
-PORTVERSION= 2.0.0.b1
+PORTVERSION= 2.0.0.b3
CATEGORIES= security
MASTER_SITES= http://dist.opendnssec.org/source/ \
http://dist.opendnssec.org/source/testing/
PKGNAMESUFFIX= 2
-DISTNAME= softhsm-2.0.0b1
+DISTNAME= softhsm-2.0.0b3
MAINTAINER= jaap at NLnetLabs.nl
COMMENT= Software implementation of a Hardware Security Module (HSM)
@@ -36,6 +36,10 @@ OPTIONS_DEFAULT= CRYP_OPEN
CRYP_BOTAN_CONFIGURE_WITH= crypto-backend=botan
+.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl
+CONFIGURE_ARGS+= --disable-gost
+.endif
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCRYP_BOTAN}
Modified: head/security/softhsm2/distinfo
==============================================================================
--- head/security/softhsm2/distinfo Tue May 12 07:33:19 2015 (r386126)
+++ head/security/softhsm2/distinfo Tue May 12 07:55:43 2015 (r386127)
@@ -1,2 +1,2 @@
-SHA256 (softhsm-2.0.0b1.tar.gz) = b72ffae3feadbc669eecb58f4da5dce7e5124e666173e816ae58f98824515ae6
-SIZE (softhsm-2.0.0b1.tar.gz) = 922134
+SHA256 (softhsm-2.0.0b3.tar.gz) = 390b81f88dd4fe1035b54b42188dfd5a8ba768649129ccc7a3634fbf9454a7e8
+SIZE (softhsm-2.0.0b3.tar.gz) = 945279
Modified: head/security/softhsm2/pkg-plist
==============================================================================
--- head/security/softhsm2/pkg-plist Tue May 12 07:33:19 2015 (r386126)
+++ head/security/softhsm2/pkg-plist Tue May 12 07:55:43 2015 (r386127)
@@ -5,7 +5,6 @@ bin/softhsm2-util
%%ETCDIR%%2.conf.sample
lib/softhsm/libsofthsm2.a
lib/softhsm/libsofthsm2.so
-man/man1/softhsm2-dump-db.1.gz
man/man1/softhsm2-dump-file.1.gz
man/man1/softhsm2-keyconv.1.gz
man/man1/softhsm2-util.1.gz
More information about the svn-ports-all
mailing list