From 890e0a47a347cb854e6f81911f0cafb42ed13c56 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Sun, 20 Dec 2015 12:34:00 +0100 Subject: [PATCH] new pre-release (2.1.0-rc1) --- knot.spec | 32 +++++++++++++++++++++++++------- sources | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/knot.spec b/knot.spec index 6a30849..deaffc8 100644 --- a/knot.spec +++ b/knot.spec @@ -1,14 +1,16 @@ %global _hardened_build 1 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} +%global alphatag rc1 + Summary: High-performance authoritative DNS server Name: knot -Version: 2.0.2 -Release: 1%{?dist} +Version: 2.1.0 +Release: 0.1.%{alphatag}%{?dist} License: GPLv3 Group: System Environment/Daemons URL: http://www.knot-dns.cz -Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz +Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}-%{alphatag}.tar.xz Source1: %{name}.service Source2: %{name}.conf Source3: %{name}.tmpfiles @@ -61,12 +63,10 @@ Provides: bundled(jquery) The package contains documentation for the Knot DNS server. %prep -%setup -q +%setup -q -n %{name}-%{version}-%{alphatag} # make sure embedded LMDB library is not used -for file in lmdb.h lmdb.c midl.h midl.c; do - rm -fv "src/libknot/internal/$file" -done +rm -vr src/contrib/lmdb %build # disable debug code (causes unused warnings) @@ -188,6 +188,24 @@ exit 0 %{_pkgdocdir}/html %changelog +* Sun Dec 20 2015 Jan Vcelak 2.1.0-0.1.rc1 +- new upstream pre-release: + + feature: Per-thread UDP socket binding using SO_REUSEPORT + + feature: Support for dynamic configuration database + + feature: DNSSEC, Support for cryptographic tokens via PKCS #11 interface + + feature: DNSSEC, Experimental support for online signing + + improvement: Support for zone file name patterns + + improvement: Configurable location of zone timer database + + improvement: Non-blocking network operations and better timeout handling + + improvement: Caching of Critical configuration values for better performance + + improvement: Logging of ACL failures + + improvement: RRL: Add rate-limit-slip zero support to drop all responses + + improvement: RRL: Document behavior for different rate-limit-slip options + + improvement: kdig: Warning instead of error on TSIG validation failure + + improvement: Cleanup of support libraries interfaces (libknot, libzscanner, libdnssec) + + fix: synth-record module: Fix application of default configuration options + + fix: TSIG: Allow compressed TSIG name when forwarding DDNS updates + * Wed Nov 25 2015 Jan Vcelak 2.0.2-1 - new upstream release: + security fix: out-of-bound read in packet parser for malformed NAPTR record diff --git a/sources b/sources index cf399bd..d87e529 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -923837b1c58b7cfdd78785103696c322 knot-2.0.2.tar.xz +3989fc32a186abf8aed5e0c3030aedc2 knot-2.1.0-rc1.tar.xz