svn commit: r513771 - in head/dns: opendnssec opendnssec2

Rene Ladan rene at FreeBSD.org
Fri Oct 4 18:33:01 UTC 2019


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" \


More information about the svn-ports-head mailing list