2.7.4-1: new upstream release
This commit is contained in:
parent
4ebdb38189
commit
89d11859c4
28
knot.spec
28
knot.spec
@ -2,7 +2,7 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}}
|
||||
|
||||
%define GPG_CHECK 1
|
||||
%define VERSION 2.7.3
|
||||
%define VERSION 2.7.4
|
||||
%define repodir %{_builddir}/%{name}-%{version}
|
||||
|
||||
Summary: High-performance authoritative DNS server
|
||||
@ -254,6 +254,32 @@ systemd-tmpfiles --create %{_tmpfilesdir}/knot.conf &>/dev/null || :
|
||||
%{_pkgdocdir}/html
|
||||
|
||||
%changelog
|
||||
* Tue Nov 13 2018 Tomas Krizek <tomas.krizek@nic.cz> - 2.7.4-1
|
||||
Knot DNS 2.7.4 (2018-11-13)
|
||||
===========================
|
||||
|
||||
Features:
|
||||
---------
|
||||
- Added SNI configuration for TLS in kdig (Thanks to Alexander Schultz)
|
||||
|
||||
Improvements:
|
||||
-------------
|
||||
- Added warning log when DNSSEC events not successfully scheduled
|
||||
- New semantic check on timer values in keymgr
|
||||
- DS query no longer asks other addresses if got a negative answer
|
||||
- Reintroduced 'rollover' configuration option for CDS/CDNSKEY publication
|
||||
- Extended logging for zone loading
|
||||
- Various documentation improvements
|
||||
|
||||
Bugfixes:
|
||||
---------
|
||||
- Failed to import module configuration #613
|
||||
- Improper Cflags value in libknot.pc if built with embedded LMDB #615
|
||||
- IXFR doesn't fall back to AXFR if malformed reply
|
||||
- DNSSEC events not correctly scheduled for empty zone updates
|
||||
- During algorithm rollover old keys get removed before DS TTL expires #617
|
||||
- Maximum zone's RRSIG TTL not considered during algorithm rollover #620
|
||||
|
||||
* Fri Oct 12 2018 Tomas Krizek <tomas.krizek@nic.cz> - 2.7.3-1
|
||||
Knot DNS 2.7.3 (2018-10-11)
|
||||
===========================
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (knot-2.7.3.tar.xz) = ba735eb06d99f8cb41619f44413f6450178ab249ef9ff282bae36e8e965cb421f082852bbf0ae5814e3e3148f27431fc1f2b4ed30e21bfd0cbea1be189bdadfd
|
||||
SHA512 (knot-2.7.3.tar.xz.asc) = 4b1c6909f2ea914a560baafebb37d66242d66a3d47de00a1dc3e76066afe5527f31cf0e885f749386eb98553ee9aaeaaf9e811ea11898459981ba7496faede4d
|
||||
SHA512 (knot-2.7.4.tar.xz) = e5f60a23817503468b18eaea517c5936945b901f568c56cb1ca67a208cc6206ff103e9ca03f1bf05018d13a688f54580ae816a5d70510f28a98ae31116a3f674
|
||||
SHA512 (knot-2.7.4.tar.xz.asc) = 16cd46916d5fbcef28f0f89ad2914edf7d968880002dceb5b83eceb7f7fba2d42b4fde0c5282b04ac68ab069c7537e384a311242018860e36a8f7c4168ff806b
|
||||
|
Loading…
Reference in New Issue
Block a user