From 3e004dc5954093676e9e460030039e8d72fa55442cf6ab24d29f4d13f8194346 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 29 Jun 2016 01:14:06 +0000 Subject: [PATCH] - update to 4.1.10 - FEATURES: - ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option for Linux, binds to interfaces and addresses that are down. - NSD includes AAAA before A for queries over IPV6 (in delegations). And TC is set if no glue can be provided with a delegation because of packet size. - print notice that nsd is starting before taking off. - BUG FIXES: - Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl. - Fix #751: NSD fails to occlude names below a DNAME. - If set without nsd.db print "" as the default in the man pages. - Fix #755: NSD spins after a zone update and a lot of TCP queries. - Fix for NSEC3 with zone signed without exact match for empty nonterminals, the answer for that domain gets closest encloser. - #772 Document that recvmmsg has IPv6 problems on some linux kernels. OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=25 --- nsd-4.1.10.tar.gz | 3 +++ nsd-4.1.9.tar.gz | 3 --- nsd.changes | 26 ++++++++++++++++++++++++++ nsd.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 nsd-4.1.10.tar.gz delete mode 100644 nsd-4.1.9.tar.gz diff --git a/nsd-4.1.10.tar.gz b/nsd-4.1.10.tar.gz new file mode 100644 index 0000000..77763e7 --- /dev/null +++ b/nsd-4.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a757014046752a0b0b11c1a2e22a36bb796f89f6939147ed3226556b4298727 +size 1075892 diff --git a/nsd-4.1.9.tar.gz b/nsd-4.1.9.tar.gz deleted file mode 100644 index 56cfcd9..0000000 --- a/nsd-4.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b811224d635331de741f1723aefc41adda0a0a3a499ec310aa01dd3b4b95c8f2 -size 1073120 diff --git a/nsd.changes b/nsd.changes index a77da79..a4feb12 100644 --- a/nsd.changes +++ b/nsd.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jun 29 01:11:13 UTC 2016 - mrueckert@suse.de + +- update to 4.1.10 + - FEATURES: + - ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket + option for Linux, binds to interfaces and addresses that are + down. + - NSD includes AAAA before A for queries over IPV6 (in + delegations). And TC is set if no glue can be provided with + a delegation because of packet size. + - print notice that nsd is starting before taking off. + - BUG FIXES: + - Fix for openssl 1.1.0, HMAC_CTX size not exported from + openssl. + - Fix #751: NSD fails to occlude names below a DNAME. + - If set without nsd.db print "" as the default in the man + pages. + - Fix #755: NSD spins after a zone update and a lot of TCP + queries. + - Fix for NSEC3 with zone signed without exact match for empty + nonterminals, the answer for that domain gets closest + encloser. + - #772 Document that recvmmsg has IPv6 problems on some linux + kernels. + ------------------------------------------------------------------- Tue May 10 21:58:55 UTC 2016 - mrueckert@suse.de diff --git a/nsd.spec b/nsd.spec index 680294e..129fc26 100644 --- a/nsd.spec +++ b/nsd.spec @@ -20,7 +20,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d} Name: nsd -Version: 4.1.9 +Version: 4.1.10 Release: 0 # License: BSD-3-Clause