- 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@neptune-one.net> [1], Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [2]
This commit is contained in:
parent
556d9fdb70
commit
cfe88cb1ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362634
3 changed files with 8 additions and 6 deletions
|
@ -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@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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue