Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 18:33:00 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513771 - in head/dns: opendnssec opendnssec2
Message-ID:  <201910041833.x94IX01Q049456@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Oct  4 18:33:00 2019
New Revision: 513771
URL: https://svnweb.freebsd.org/changeset/ports/513771

Log:
  dns/opendnsssec*: switch to openhsm2 to the HSM option.

Modified:
  head/dns/opendnssec/Makefile
  head/dns/opendnssec2/Makefile

Modified: head/dns/opendnssec/Makefile
==============================================================================
--- head/dns/opendnssec/Makefile	Fri Oct  4 18:27:06 2019	(r513770)
+++ head/dns/opendnssec/Makefile	Fri Oct  4 18:33:00 2019	(r513771)
@@ -63,8 +63,8 @@ SCRIPTDATA=	database_create.sqlite3 migrate_keyshare_s
 .endif
 
 .if ${PORT_OPTIONS:MSOFTHSM}
-CONFIGURE_ARGS+=	--with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm.so
-RUN_DEPENDS+=	softhsm>=1.2.0:security/softhsm
+CONFIGURE_ARGS+=	--with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm2.so
+RUN_DEPENDS+=	softhsm2>=2.5.0:security/softhsm2
 .endif
 
 SCRIPTDATA+=	convert_database.pl

Modified: head/dns/opendnssec2/Makefile
==============================================================================
--- head/dns/opendnssec2/Makefile	Fri Oct  4 18:27:06 2019	(r513770)
+++ head/dns/opendnssec2/Makefile	Fri Oct  4 18:33:00 2019	(r513771)
@@ -58,8 +58,8 @@ SQLITE_USES=		sqlite
 SQLITE_CONFIGURE_ON=	--with-enforcer-database=sqlite3
 SQLITE_BUILD_DEPENDS=	sqlite3>=3.3.9:databases/sqlite3
 
-SOFTHSM_CONFIGURE_ON=	--with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm.so
-SOFTHSM_RUN_DEPENDS=	softhsm>=1.2.0:security/softhsm
+SOFTHSM_CONFIGURE_ON=	--with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm2.so
+SOFTHSM_RUN_DEPENDS=	softhsm2>=2.5.0:security/softhsm2
 
 post-patch:
 	${REINPLACE_CMD} -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910041833.x94IX01Q049456>