From 6da57a911f30758f7b69e9514e9f3142a9f53eef Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Thu, 18 Jun 2015 17:01:59 +0200 Subject: [PATCH] update to 1.6.4 --- knot.spec | 14 +++++++++++++- sources | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/knot.spec b/knot.spec index 1fe8c1d..9e08b80 100644 --- a/knot.spec +++ b/knot.spec @@ -7,7 +7,7 @@ Summary: An authoritative DNS daemon Name: knot -Version: 1.6.3 +Version: 1.6.4 Release: 1%{?dist} License: GPLv3 Group: System Environment/Daemons @@ -18,6 +18,7 @@ Source2: %{name}.conf Source3: %{name}.tmpfiles BuildRequires: flex bison openssl-devel userspace-rcu-devel libcap-ng-devel libidn-devel systemd-devel lmdb-devel +BuildRequires: protobuf-c-devel fstrm-devel BuildRequires: systemd-units # ragel is optional, required only if .rl source files are modified #BuildRequires: ragel @@ -106,6 +107,17 @@ exit 0 %{_mandir}/man8/* %changelog +* Thu Jun 18 2015 Jan Vcelak 1.6.4-1 +- new upstream release: + + fix: lost NOTIFY message if received during zone transfer + + fix: kdig, record correct dnstap SocketProtocol when retrying over TCP + + fix: kdig, hide TSIG section with +noall + + fix: do not set AA flag for AXFR/IXFR queries + + feature: zone scanner, split long TXT/SPF strings into multiple strings + + feature: kdig, add +generic dump style option + + feature: try all servers on failure in multi-master environment + + improvement: zone dump, do not print class for SOA record for consistency + * Wed Apr 08 2015 Jan Vcelak 1.6.3-1 - new upstream release: + fix: performance drop for NSEC-signed zones diff --git a/sources b/sources index dfa7b1f..ed66010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe64a85f9d7965e9f78445a59019365a knot-1.6.3.tar.xz +a8ac2be2dc7d22c6df1aa5387ae4096b knot-1.6.4.tar.xz