svn commit: r362634 - head/dns/opendnssec13
Erwin Lansing
erwin at FreeBSD.org
Wed Jul 23 08:05:34 UTC 2014
Author: erwin
Date: Wed Jul 23 08:05:33 2014
New Revision: 362634
URL: http://svnweb.freebsd.org/changeset/ports/362634
QAT: https://qat.redports.org/buildarchive/r362634/
Log:
- Fix location of libsofthsm.so [1]
-Update to 1.3.18 [2]
Updates:
OPENDNSSEC-620: conf.xml: New options: <PidFile> for both enforcer and signer, and <SocketFile> for the signer.
Build: Fixed various OpenBSD compatibility issues found by Patrik Lundin <patrik.lundin.swe () gmail.com>.
New tool: ods-getconf: to retrieve a configuration value from conf.xml given an expression.
Bugfixes:
OPENDNSSEC-632: ods-ksmutil: 'zone add' command when zonelist.xml.backup can't be written zone is still added to database, solved it by checking the zonelist.xml.backup is writable before adding zones, and add error message when add zone failed.
OPENDNSSEC-624: memory leak when signer failed, solved it by add ldns_rr_free(signature) in libhsm.c
simple-dnskey-mailer.sh: Fix syntax error. (by Patrik Lundin https://github.com/eest)
libhsm: Fixed a few other memory leaks.
PR: 191272 [1], 192022 [2]
Submitted by: Andrew Fyfe <andrew at neptune-one.net> [1],
Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer) [2]
Modified:
head/dns/opendnssec13/Makefile
head/dns/opendnssec13/distinfo
head/dns/opendnssec13/pkg-plist
Modified: head/dns/opendnssec13/Makefile
==============================================================================
--- head/dns/opendnssec13/Makefile Wed Jul 23 08:04:20 2014 (r362633)
+++ head/dns/opendnssec13/Makefile Wed Jul 23 08:05:33 2014 (r362634)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= opendnssec
-PORTVERSION= 1.3.17
-PORTREVISION= 1
+PORTVERSION= 1.3.18
CATEGORIES= dns
-MASTER_SITES= http://dist.opendnssec.org/source/
+MASTER_SITES= http://dist.opendnssec.org/source/ \
+ http://dist.opendnssec.org/source/testing/
PKGNAMESUFFIX= 13
MAINTAINER= jaap at NLnetLabs.nl
@@ -65,7 +65,7 @@ PLIST_SUB+= AUDITOR="@comment "
.if ${PORT_OPTIONS:MSOFTHSM}
CONFIGURE_ARGS+= --with-softhsm
-CONFIGURE_ARGS+= --with-pkcs11-softhsm=${LOCALBASE}/lib/libsofthsm.so
+CONFIGURE_ARGS+= --with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm.so
RUN_DEPENDS+= softhsm>=1.2.0:${PORTSDIR}/security/softhsm
.endif
Modified: head/dns/opendnssec13/distinfo
==============================================================================
--- head/dns/opendnssec13/distinfo Wed Jul 23 08:04:20 2014 (r362633)
+++ head/dns/opendnssec13/distinfo Wed Jul 23 08:05:33 2014 (r362634)
@@ -1,2 +1,2 @@
-SHA256 (opendnssec-1.3.17.tar.gz) = 9f0dcfb53a3e10255b2d85e6a30663548eca1ec2e900b7cd5db9329f1710e323
-SIZE (opendnssec-1.3.17.tar.gz) = 1140751
+SHA256 (opendnssec-1.3.18.tar.gz) = e61d23ae0cc57b6e09d408bade6872fe5241896c61a03e8bc5ceeb65df13a676
+SIZE (opendnssec-1.3.18.tar.gz) = 1143889
Modified: head/dns/opendnssec13/pkg-plist
==============================================================================
--- head/dns/opendnssec13/pkg-plist Wed Jul 23 08:04:20 2014 (r362633)
+++ head/dns/opendnssec13/pkg-plist Wed Jul 23 08:05:33 2014 (r362634)
@@ -1,4 +1,5 @@
%%AUDITOR%%bin/ods-auditor
+bin/ods-getconf
bin/ods-hsmspeed
bin/ods-hsmutil
bin/ods-ksmutil
@@ -28,6 +29,7 @@ man/man5/ods-timing.5.gz
man/man7/opendnssec.7.gz
man/man8/ods-control.8.gz
man/man8/ods-enforcerd.8.gz
+man/man8/ods-getconf.8.gz
man/man8/ods-signer.8.gz
man/man8/ods-signerd.8.gz
sbin/ods-control
More information about the svn-ports-all
mailing list