[knot/epel7] update to 1.6.0

jvcelak jvcelak at fedoraproject.org
Thu Oct 23 22:09:37 UTC 2014


commit 66d0026571ca8c5536fac6209cb0c317cc3bfc68
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Fri Oct 24 00:05:50 2014 +0200

    update to 1.6.0

 .gitignore |    1 +
 knot.spec  |   15 ++++++++++++---
 sources    |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0209c54..0fbcd24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /knot-*.tar.gz
+/knot-*.tar.xz
diff --git a/knot.spec b/knot.spec
index 67c3a03..31c2ee7 100644
--- a/knot.spec
+++ b/knot.spec
@@ -7,17 +7,17 @@
 
 Summary: An authoritative DNS daemon
 Name: knot
-Version: 1.5.3
+Version: 1.6.0
 Release: 1%{?dist}
 License: GPLv3
 Group: System Environment/Daemons
 URL: http://www.knot-dns.cz
-Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.gz
+Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz
 Source1: %{name}.service
 Source2: %{name}.conf
 Source3: %{name}.tmpfiles
 
-BuildRequires: flex bison openssl-devel userspace-rcu-devel libcap-ng-devel libidn-devel systemd-devel
+BuildRequires: flex bison openssl-devel userspace-rcu-devel libcap-ng-devel libidn-devel systemd-devel lmdb-devel
 BuildRequires: systemd-units
 # ragel is optional, required only if .rl source files are modified
 #BuildRequires: ragel
@@ -106,6 +106,15 @@ exit 0
 %{_mandir}/man8/*
 
 %changelog
+* Thu Oct 23 2014 Jan Vcelak <jvcelak at fedoraproject.org> 1.6.0-1
+- new upstream release:
+  + support for persistent zone timers (expire, refresh, and flush)
+  + DNSSEC: RFC-compliant processing of letter case in RDATA domain names
+  + EDNS: return minimal response for queries with unsupported version
+  + EDNS: fix interpretation of Extended RCODE
+  + transfers: fix forced zone retransfer
+  + timers: properly expire zone when transfer is being refused by master
+
 * Mon Sep 15 2014 Jan Vcelak <jvcelak at fedoraproject.org> 1.5.3-1
 - new upstream release:
   + fix crash on specific incoming IXFR message
diff --git a/sources b/sources
index 48b18bf..45c48ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bab73ec83ad7f1d64bb765bf0c72caae  knot-1.5.3.tar.gz
+63cd27658e05a7cd4f950b7e0b5c723a  knot-1.6.0.tar.xz


More information about the scm-commits mailing list