2.7.3-1: new upstream release
This commit is contained in:
parent
241e73e564
commit
4ebdb38189
33
knot.spec
33
knot.spec
@ -2,7 +2,7 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}}
|
||||
|
||||
%define GPG_CHECK 1
|
||||
%define VERSION 2.7.2
|
||||
%define VERSION 2.7.3
|
||||
%define repodir %{_builddir}/%{name}-%{version}
|
||||
|
||||
Summary: High-performance authoritative DNS server
|
||||
@ -11,11 +11,11 @@ Version: %{VERSION}
|
||||
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.xz
|
||||
URL: https://www.knot-dns.cz
|
||||
Source0: https://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz
|
||||
|
||||
%if 0%{GPG_CHECK}
|
||||
Source1: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz.asc
|
||||
Source1: https://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz.asc
|
||||
# PGP keys used to sign upstream releases
|
||||
# Export with --armor using command from https://fedoraproject.org/wiki/PackagingDrafts:GPGSignatures
|
||||
# Don't forget to update %%prep section when adding/removing keys
|
||||
@ -254,6 +254,31 @@ systemd-tmpfiles --create %{_tmpfilesdir}/knot.conf &>/dev/null || :
|
||||
%{_pkgdocdir}/html
|
||||
|
||||
%changelog
|
||||
* Fri Oct 12 2018 Tomas Krizek <tomas.krizek@nic.cz> - 2.7.3-1
|
||||
Knot DNS 2.7.3 (2018-10-11)
|
||||
===========================
|
||||
|
||||
Features:
|
||||
---------
|
||||
- New queryacl module for query access control
|
||||
- Configurable answer rrset rotation #612
|
||||
- Configurable NSEC bitmap in online signing
|
||||
|
||||
Improvements:
|
||||
-------------
|
||||
- Better error logging for KASP DB operations #601
|
||||
- Some documentation improvements
|
||||
|
||||
Bugfixes:
|
||||
---------
|
||||
- Keymgr "list" output doesn't show key size for ECDSA algorithms #602
|
||||
- Failed to link statically with embedded LMDB
|
||||
- Configuration commit causes zone reload for all zones
|
||||
- The statistics module overlooks TSIG record in a request
|
||||
- Improper processing of an AXFR-style-IXFR response consisting of one-record messages
|
||||
- Race condition in online signing during key rollover #600
|
||||
- Server can crash if geoip module is enabled in the geo mode
|
||||
|
||||
* Wed Aug 29 2018 Tomas Krizek <tomas.krizek@nic.cz> - 2.7.2-1
|
||||
Knot DNS 2.7.2 (2018-08-29)
|
||||
===========================
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (knot-2.7.2.tar.xz) = e09f8a38e975ff4f90db59db9ae8a6baaca9b0cbc9c2ecd37225febfe718b7c2038ae45481ed830dc66f2b70d8312266e2dc7cb54a0aa0fdc02c87ca42bac96d
|
||||
SHA512 (knot-2.7.2.tar.xz.asc) = 9219d7fbcc7420a729d1a43de2e53722e15944b61824d76f07cbaafcad1488bb00ffcfbc704f848ca6c9065dba9cff4167cd41f168cfd413d371f312c78b5961
|
||||
SHA512 (knot-2.7.3.tar.xz) = ba735eb06d99f8cb41619f44413f6450178ab249ef9ff282bae36e8e965cb421f082852bbf0ae5814e3e3148f27431fc1f2b4ed30e21bfd0cbea1be189bdadfd
|
||||
SHA512 (knot-2.7.3.tar.xz.asc) = 4b1c6909f2ea914a560baafebb37d66242d66a3d47de00a1dc3e76066afe5527f31cf0e885f749386eb98553ee9aaeaaf9e811ea11898459981ba7496faede4d
|
||||
|
Loading…
Reference in New Issue
Block a user