update to 1.6.4
This commit is contained in:
parent
97df65a7ad
commit
6da57a911f
14
knot.spec
14
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 <jvcelak@fedoraproject.org> 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 <jvcelak@fedoraproject.org> 1.6.3-1
|
||||
- new upstream release:
|
||||
+ fix: performance drop for NSEC-signed zones
|
||||
|
Loading…
Reference in New Issue
Block a user