[knot/f19] update to 1.3.4

jvcelak jvcelak at fedoraproject.org
Fri Dec 13 20:37:26 UTC 2013


commit 7b448b538b4bb494c3b4dc900784a5c0f73250aa
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Fri Dec 13 21:36:36 2013 +0100

    update to 1.3.4

 0001-update-wire-read-write-tests.patch |  126 -------------------------------
 knot.spec                               |   19 ++++-
 sources                                 |    2 +-
 3 files changed, 15 insertions(+), 132 deletions(-)
---
diff --git a/knot.spec b/knot.spec
index af6f510..a519538 100644
--- a/knot.spec
+++ b/knot.spec
@@ -3,8 +3,8 @@
 
 Summary: An authoritative DNS daemon
 Name: knot
-Version: 1.3.2
-Release: 2%{?dist}
+Version: 1.3.4
+Release: 1%{?dist}
 License: GPLv3
 Group: System Environment/Daemons
 URL: http://www.knot-dns.cz
@@ -13,8 +13,6 @@ Source1: %{name}.service
 Source2: %{name}.conf
 Source3: %{name}.tmpfiles
 
-Patch1: 0001-update-wire-read-write-tests.patch
-
 BuildRequires: flex bison ragel openssl-devel userspace-rcu-devel libcap-ng-devel
 BuildRequires: texinfo
 BuildRequires: systemd-units
@@ -28,7 +26,6 @@ Knot DNS is a high-performance authoritative DNS server implementation.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 # disable debug code (causes unused warnings)
@@ -96,6 +93,18 @@ fi
 %doc %{_infodir}/%{name}.info.gz
 
 %changelog
+* Fri Dec 13 2013 Jan Vcelak <jvcelak at fedoraproject.org> 1.3.4-1
+- update to 1.3.4
+  + improved zone loading error messages
+  + correct control socket permissions
+  + improved log syntax documentation
+  + fixed wrong assertions in DDNS prerequisites checking
+  + fixed processing of some malformed DNS packets
+  + fixed notify messages being ignored in some cases
+  + fix crash in particular additionals processing
+  + race condition in event cancelation
+  + journal corruption after failed transactions
+
 * Tue Oct 08 2013 Jan Vcelak <jvcelak at fedoraproject.org> 1.3.2-2
 - fix failing wire reading/writing tests on big endian (#1015976)
 
diff --git a/sources b/sources
index aada82e..6d59643 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c49d0ab18b975132c138db6e4cf9f66  knot-1.3.2.tar.gz
+4b0012d0aeca38b5b4823a8b4c23511b  knot-1.3.4.tar.gz


More information about the scm-commits mailing list