diff options
author | pettai <pettai> | 2014-09-27 19:41:06 +0000 |
---|---|---|
committer | pettai <pettai> | 2014-09-27 19:41:06 +0000 |
commit | dd90ff09c77847e6de52a57a9afddfea2210a212 (patch) | |
tree | d3aa4315ace640ed378e46640889d44ee6951603 /security | |
parent | a2ae594c9fce599c001c5676be68de107e91ef59 (diff) | |
download | pkgsrc-dd90ff09c77847e6de52a57a9afddfea2210a212.tar.gz |
OpenDNSSEC 1.4.6 - 2014-07-21
* Signer Engine: Print secondary server address when logging notify reply
errors.
* Build: Fixed various OpenBSD compatibility issues.
* OPENDNSSEC-621: conf.xml: New options: <PidFile> for both enforcer and
signer, and <SocketFile> for the signer.
* New tool: ods-getconf: to retrieve a configuration value from conf.xml
given an expression.
Bugfixes:
* OPENDNSSEC-469: 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-617: Signer Engine: Fix DNS Input Adapter to not reject zone
the first time due to RFC 1982 serial arethmetic.
* OPENDNSSEC-619: memory leak when signer failed, solved it by add
ldns_rr_free(signature) in libhsm.c
* OPENDNSSEC-627: Signer Engine: Unable to update serial after restart
when the backup files has been removed.
* OPENDNSSEC-628: Signer Engine: Ingored notifies log level is changed
from debug to info.
* OPENDNSSEC-630: Signer Engine: Fix inbound zone transfer for root zone.
* libhsm: Fixed a few other memory leaks.
* simple-dnskey-mailer.sh: Fix syntax error.
Diffstat (limited to 'security')
-rw-r--r-- | security/opendnssec/Makefile | 4 | ||||
-rw-r--r-- | security/opendnssec/PLIST | 5 | ||||
-rw-r--r-- | security/opendnssec/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile index 20d79fd1307..7b5bf43494a 100644 --- a/security/opendnssec/Makefile +++ b/security/opendnssec/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2014/06/09 10:18:12 pettai Exp $ +# $NetBSD: Makefile,v 1.44 2014/09/27 19:41:06 pettai Exp $ # -DISTNAME= opendnssec-1.4.5 +DISTNAME= opendnssec-1.4.6 CATEGORIES= security net MASTER_SITES= http://www.opendnssec.org/files/source/ diff --git a/security/opendnssec/PLIST b/security/opendnssec/PLIST index 8fb8e34e1cb..432ad03395b 100644 --- a/security/opendnssec/PLIST +++ b/security/opendnssec/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2013/08/22 11:05:45 he Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/09/27 19:41:06 pettai Exp $ +bin/ods-getconf bin/ods-hsmspeed bin/ods-hsmutil bin/ods-kasp2html @@ -12,6 +13,7 @@ man/man5/ods-timing.5 man/man7/opendnssec.7 man/man8/ods-control.8 man/man8/ods-enforcerd.8 +man/man8/ods-getconf.8 man/man8/ods-signer.8 man/man8/ods-signerd.8 sbin/ods-control @@ -52,4 +54,5 @@ share/opendnssec/signconf.rng share/opendnssec/zonelist.rnc share/opendnssec/zonelist.rng @pkgdir lib/opendnssec/signer +@pkgdir lib/opendnssec/kasp_auditor @pkgdir etc/opendnssec diff --git a/security/opendnssec/distinfo b/security/opendnssec/distinfo index 41d55950548..44f29f51e51 100644 --- a/security/opendnssec/distinfo +++ b/security/opendnssec/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2014/06/09 10:18:12 pettai Exp $ +$NetBSD: distinfo,v 1.26 2014/09/27 19:41:06 pettai Exp $ -SHA1 (opendnssec-1.4.5.tar.gz) = da2d97669a7688321ea563e0a512531d932f19d6 -RMD160 (opendnssec-1.4.5.tar.gz) = 59982e781baa71f3a61be4c64c588668512e4da0 -Size (opendnssec-1.4.5.tar.gz) = 1009953 bytes +SHA1 (opendnssec-1.4.6.tar.gz) = 2318b31546d0d4118cd03b9591ba76d259e1b0b0 +RMD160 (opendnssec-1.4.6.tar.gz) = a7c3bbfa42edd64fffbb0680db6f9c372ded2c85 +Size (opendnssec-1.4.6.tar.gz) = 1014314 bytes SHA1 (patch-aa) = 104e077af6c368cbb5fc3034d58b2f2249fcf991 SHA1 (patch-enforcer_utils_Makefile.am) = bee7cb4f3cfe5aae96c5726a115eb8b6587288dd SHA1 (patch-enforcer_utils_Makefile.in) = da9fce97e631bb81607851f9758b206ea975b052 |