From 1b605fa810dd8236b91bf94423f467377af2ae3c1182a624cf6321b888aa06e6 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 29 Dec 2015 23:44:25 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=204.1.7=20=20=20-=20support=20c?= =?UTF-8?q?onfigure=20--with-dbfile=3D""=20for=20nodb=20mode=20by=20defaul?= =?UTF-8?q?t,=20=20=20=20=20where=20there=20is=20no=20binary=20database,?= =?UTF-8?q?=20but=20nsd=20reads=20and=20writes=20=20=20=20=20zonefiles.=20?= =?UTF-8?q?=20=20-=20reuseport:=20no=20is=20the=20default,=20because=20the?= =?UTF-8?q?=20feature=20is=20not=20=20=20=20=20troublefree.=20=20=20-=20co?= =?UTF-8?q?nfigure=20--enable-ratelimit-default-is-off=20with=20=20=20=20?= =?UTF-8?q?=20--enable-ratelimit=20to=20set=20the=20default=20ratelimit=20?= =?UTF-8?q?to=20disabled=20but=20=20=20=20=20available=20in=20nsd.conf.=20?= =?UTF-8?q?=20=20-=20version:=20"string"=20option=20to=20set=20chaos=20ver?= =?UTF-8?q?sion=20query=20reply=20=20=20=20=20string.=20=20=20-=20Fix=20zo?= =?UTF-8?q?nes=20updates=20from=20nsd=20parent=20event=20loop=20when=20the?= =?UTF-8?q?re=20are=20a=20=20=20=20=20lot=20of=20interfaces.=20=20=20-=20p?= =?UTF-8?q?ortability=20fixes.=20=20=20-=20patch=20from=20Doug=20Hogan=20f?= =?UTF-8?q?or=20SSL=5FOP=5FNO=5FSSLvx=20options,=20for=20the=20new=20=20?= =?UTF-8?q?=20=20=20defaults=20in=20the=20ssl=20libraries.=20=20=20-=20upd?= =?UTF-8?q?ated=20contrib/nsd.spec,=20from=20B=C3=A1lint=20Szigeti,=20with?= =?UTF-8?q?=20new=20=20=20=20=20configure=20options.=20=20=20-=20Allocate?= =?UTF-8?q?=20less=20memory=20for=20TSIG=20digest.=20=20=20-=20Fix=20#721:?= =?UTF-8?q?=20Fix=20wrong=20error=20code=20(FORMERR)=20returned=20for=20un?= =?UTF-8?q?known=20=20=20=20=20opcode.=20=20NOTIMP=20expected.=20=20=20-?= =?UTF-8?q?=20Fix=20zonec=20ttl=20mismatch=20printout=20to=20include=20mor?= =?UTF-8?q?e=20information.=20=20=20-=20Fix=20TCP=20responses=20when=20REU?= =?UTF-8?q?SEPORT=20is=20in=20use=20by=20turning=20it=20off.=20=20=20-=20D?= =?UTF-8?q?ocument=20default=20in=20manpage=20for=20rrl-slip,=20ip4=20and?= =?UTF-8?q?=206=20=20=20=20=20prefixlength.=20=20=20-=20Explain=20rrl-slip?= =?UTF-8?q?=20better=20in=20documentation.=20=20=20-=20Document=20that=20r?= =?UTF-8?q?atelimit=20qps=20and=20slip=20are=20updated=20in=20reconfig.=20?= =?UTF-8?q?=20=20-=20Fix=20up=20defaults=20in=20manpage.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=23 --- nsd-4.1.6.tar.gz | 3 --- nsd-4.1.7.tar.gz | 3 +++ nsd.changes | 32 ++++++++++++++++++++++++++++++++ nsd.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 nsd-4.1.6.tar.gz create mode 100644 nsd-4.1.7.tar.gz diff --git a/nsd-4.1.6.tar.gz b/nsd-4.1.6.tar.gz deleted file mode 100644 index 99d150b..0000000 --- a/nsd-4.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88f622055c95d38b9ef3723a240d1d0da35a28d09fe23b601015181a61d7775f -size 1072173 diff --git a/nsd-4.1.7.tar.gz b/nsd-4.1.7.tar.gz new file mode 100644 index 0000000..90a66db --- /dev/null +++ b/nsd-4.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba8beb29b495ab795e927d9aa82a5bb1b66296a78f61ed47d6ccfe59e9b1a8a +size 1072576 diff --git a/nsd.changes b/nsd.changes index 7081119..0f66775 100644 --- a/nsd.changes +++ b/nsd.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Dec 29 23:41:33 UTC 2015 - mrueckert@suse.de + +- update to 4.1.7 + - support configure --with-dbfile="" for nodb mode by default, + where there is no binary database, but nsd reads and writes + zonefiles. + - reuseport: no is the default, because the feature is not + troublefree. + - configure --enable-ratelimit-default-is-off with + --enable-ratelimit to set the default ratelimit to disabled but + available in nsd.conf. + - version: "string" option to set chaos version query reply + string. + - Fix zones updates from nsd parent event loop when there are a + lot of interfaces. + - portability fixes. + - patch from Doug Hogan for SSL_OP_NO_SSLvx options, for the new + defaults in the ssl libraries. + - updated contrib/nsd.spec, from Bálint Szigeti, with new + configure options. + - Allocate less memory for TSIG digest. + - Fix #721: Fix wrong error code (FORMERR) returned for unknown + opcode. NOTIMP expected. + - Fix zonec ttl mismatch printout to include more information. + - Fix TCP responses when REUSEPORT is in use by turning it off. + - Document default in manpage for rrl-slip, ip4 and 6 + prefixlength. + - Explain rrl-slip better in documentation. + - Document that ratelimit qps and slip are updated in reconfig. + - Fix up defaults in manpage. + ------------------------------------------------------------------- Thu Nov 26 00:03:05 UTC 2015 - mrueckert@suse.de diff --git a/nsd.spec b/nsd.spec index 809aad0..943f839 100644 --- a/nsd.spec +++ b/nsd.spec @@ -20,7 +20,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d} Name: nsd -Version: 4.1.6 +Version: 4.1.7 Release: 0 # License: BSD-3-Clause