From 9e2fca0dfe4e8f465ef7b75a46221b9c5476599b001e361772729a1bd51562e5 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 11 Mar 2015 01:35:46 +0000 Subject: [PATCH] - update to 4.1.1 - RFC 7344: CDS and CDNSKEY (read record types). - per zone statistics with --enable-zone-stats, config zone with zonestats: "name", zones configured with the same string are added. - Disabled use of SSLv3 in nsd-control. - nsd-checkconf -f prints out full name of pidfile (with dir). - Synthesize CNAMEs with same TTL as DNAME. - Fix that expired zones stay expired after a server restart. - Fix "xfrd_handle_ipc: bad mode" log errors when compiled with --disable-bind8-stats. - Fix #616: retry xfer for zones with no content after command. - Fix char used as array index warnings on NetBSD. - Fix that queries for noname CH TXT are REFUSED instead of nodata. - Fixes for wildcard addition and deletion, speedup for some cases. - Fix that failure to add tcp to tcp base does not leak the socket. - Patch nsd_munin_ from Philip Paeps to use type ABSOLUTE. - Fix spinning NSD with lots of failing transfers, due to pointer comparison using void pointer subtraction (from Otto Moerbeek). - Fix bug#637: fix that nsd.db grows limitlessly, an off by one on one megabyte free chunks, created during AXFRs of large zones, that caused the one megabyte chunk to be leaked. - Fix casts for ctype functions (from Todd Miller). - correct some hyphen-used-as-minus-sign (from Andreas Schulze) in man pages. - Fix zonesdir chroot error message. OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=19 --- nsd-4.1.0.tar.gz | 3 --- nsd-4.1.1.tar.gz | 3 +++ nsd.changes | 33 +++++++++++++++++++++++++++++++++ nsd.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 nsd-4.1.0.tar.gz create mode 100644 nsd-4.1.1.tar.gz diff --git a/nsd-4.1.0.tar.gz b/nsd-4.1.0.tar.gz deleted file mode 100644 index 86e7182..0000000 --- a/nsd-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec3f6902f6f26a6b9248dcd7e9f42472fa52755740b4ba6b9d3bd08910b39b62 -size 1056649 diff --git a/nsd-4.1.1.tar.gz b/nsd-4.1.1.tar.gz new file mode 100644 index 0000000..2bebcdc --- /dev/null +++ b/nsd-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c3fab40ac7a8b5ffca642bc9e1b424aa72aebd03adf13a1f24ab4874734640 +size 1063955 diff --git a/nsd.changes b/nsd.changes index 061bbf1..9e66c03 100644 --- a/nsd.changes +++ b/nsd.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Mar 11 01:33:27 UTC 2015 - mrueckert@suse.de + +- update to 4.1.1 + - RFC 7344: CDS and CDNSKEY (read record types). + - per zone statistics with --enable-zone-stats, config zone with + zonestats: "name", zones configured with the same string are + added. + - Disabled use of SSLv3 in nsd-control. + - nsd-checkconf -f prints out full name of pidfile (with dir). + - Synthesize CNAMEs with same TTL as DNAME. + - Fix that expired zones stay expired after a server restart. + - Fix "xfrd_handle_ipc: bad mode" log errors when compiled with + --disable-bind8-stats. + - Fix #616: retry xfer for zones with no content after command. + - Fix char used as array index warnings on NetBSD. + - Fix that queries for noname CH TXT are REFUSED instead of + nodata. + - Fixes for wildcard addition and deletion, speedup for some + cases. + - Fix that failure to add tcp to tcp base does not leak the + socket. + - Patch nsd_munin_ from Philip Paeps to use type ABSOLUTE. + - Fix spinning NSD with lots of failing transfers, due to pointer + comparison using void pointer subtraction (from Otto Moerbeek). + - Fix bug#637: fix that nsd.db grows limitlessly, an off by one + on one megabyte free chunks, created during AXFRs of large + zones, that caused the one megabyte chunk to be leaked. + - Fix casts for ctype functions (from Todd Miller). + - correct some hyphen-used-as-minus-sign (from Andreas Schulze) + in man pages. + - Fix zonesdir chroot error message. + ------------------------------------------------------------------- Mon Dec 15 12:29:05 UTC 2014 - mrueckert@suse.de diff --git a/nsd.spec b/nsd.spec index 97ea851..fc5ebe3 100644 --- a/nsd.spec +++ b/nsd.spec @@ -20,7 +20,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d} Name: nsd -Version: 4.1.0 +Version: 4.1.1 Release: 0 # License: BSD-3-Clause