pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/opendnssec OpenDNSSEC 1.4.6 - 2014-07-21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c03aff69095d
branches:  trunk
changeset: 639849:c03aff69095d
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Sat Sep 27 19:41:06 2014 +0000

description:
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:

 security/opendnssec/Makefile |  4 ++--
 security/opendnssec/PLIST    |  5 ++++-
 security/opendnssec/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r efc0e4d5f4ba -r c03aff69095d security/opendnssec/Makefile
--- a/security/opendnssec/Makefile      Sat Sep 27 19:35:14 2014 +0000
+++ b/security/opendnssec/Makefile      Sat Sep 27 19:41:06 2014 +0000
@@ -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 -r efc0e4d5f4ba -r c03aff69095d security/opendnssec/PLIST
--- a/security/opendnssec/PLIST Sat Sep 27 19:35:14 2014 +0000
+++ b/security/opendnssec/PLIST Sat Sep 27 19:41:06 2014 +0000
@@ -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/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/zonelist.rnc
 share/opendnssec/zonelist.rng
 @pkgdir lib/opendnssec/signer
+@pkgdir lib/opendnssec/kasp_auditor
 @pkgdir etc/opendnssec
diff -r efc0e4d5f4ba -r c03aff69095d security/opendnssec/distinfo
--- a/security/opendnssec/distinfo      Sat Sep 27 19:35:14 2014 +0000
+++ b/security/opendnssec/distinfo      Sat Sep 27 19:41:06 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index