new pre-release (2.1.0-rc1)

This commit is contained in:
Jan Vcelak 2015-12-20 12:34:00 +01:00
parent 740a2c2601
commit 890e0a47a3
2 changed files with 26 additions and 8 deletions

View File

@ -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 <jvcelak@fedoraproject.org> 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 <jvcelak@fedoraproject.org> 2.0.2-1
- new upstream release:
+ security fix: out-of-bound read in packet parser for malformed NAPTR record

View File

@ -1 +1 @@
923837b1c58b7cfdd78785103696c322 knot-2.0.2.tar.xz
3989fc32a186abf8aed5e0c3030aedc2 knot-2.1.0-rc1.tar.xz