Update configuration to 9.16
Fixes warnings in default configuration file. Skip always enabled DNSSEC and use more recent trust anchor format.
This commit is contained in:
parent
1d9c1cf435
commit
aaa1cdaabf
@ -63,7 +63,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
Version: 9.16.2
|
Version: 9.16.2
|
||||||
Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
#
|
#
|
||||||
@ -1160,6 +1160,9 @@ fi;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 24 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.2-2
|
||||||
|
- Remove warnings in default configuration
|
||||||
|
|
||||||
* Thu Apr 16 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.2-1
|
* Thu Apr 16 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.2-1
|
||||||
- Update to 9.16.2
|
- Update to 9.16.2
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ options {
|
|||||||
*/
|
*/
|
||||||
recursion yes;
|
recursion yes;
|
||||||
|
|
||||||
dnssec-enable yes;
|
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
|
|
||||||
managed-keys-directory "/var/named/dynamic";
|
managed-keys-directory "/var/named/dynamic";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
managed-keys {
|
trusted-anchors {
|
||||||
# ROOT KEYS: See https://data.iana.org/root-anchors/root-anchors.xml
|
# ROOT KEYS: See https://data.iana.org/root-anchors/root-anchors.xml
|
||||||
# for current trust anchor information.
|
# for current trust anchor information.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user