Don't use ISC's DLV by default (#1223365)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
ca42323df8
commit
c501776f39
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@ bind-9.7.2b1.tar.gz
|
|||||||
/bind-9.10.2rc1.tar.gz
|
/bind-9.10.2rc1.tar.gz
|
||||||
/bind-9.10.2rc2.tar.gz
|
/bind-9.10.2rc2.tar.gz
|
||||||
/bind-9.10.2.tar.gz
|
/bind-9.10.2.tar.gz
|
||||||
|
/config-13.tar.bz2
|
||||||
|
@ -24,7 +24,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.10.2
|
Version: 9.10.2
|
||||||
Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -38,7 +38,7 @@ Source7: bind-9.3.1rc1-sdb_tools-Makefile.in
|
|||||||
Source8: dnszone.schema
|
Source8: dnszone.schema
|
||||||
Source12: README.sdb_pgsql
|
Source12: README.sdb_pgsql
|
||||||
Source25: named.conf.sample
|
Source25: named.conf.sample
|
||||||
Source28: config-12.tar.bz2
|
Source28: config-13.tar.bz2
|
||||||
Source30: ldap2zone.c
|
Source30: ldap2zone.c
|
||||||
Source31: ldap2zone.1
|
Source31: ldap2zone.1
|
||||||
Source32: named-sdb.8
|
Source32: named-sdb.8
|
||||||
@ -1006,6 +1006,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 22 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-3
|
||||||
|
- Don't use ISC's DLV by default (#1223365)
|
||||||
|
|
||||||
* Thu May 21 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-2
|
* Thu May 21 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-2
|
||||||
- enable tuning for large systems - increases hardcoded internal limits
|
- enable tuning for large systems - increases hardcoded internal limits
|
||||||
- enable GeoIP access control feature
|
- enable GeoIP access control feature
|
||||||
|
@ -68,9 +68,6 @@ options
|
|||||||
/* Enable DNSSEC validation on recursive servers */
|
/* Enable DNSSEC validation on recursive servers */
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
|
|
||||||
/* Enable DLV by default, use built-in ISC DLV key. */
|
|
||||||
dnssec-lookaside auto;
|
|
||||||
|
|
||||||
/* In Fedora we use /run/named instead of default /var/run/named
|
/* In Fedora we use /run/named instead of default /var/run/named
|
||||||
so we have to configure paths properly. */
|
so we have to configure paths properly. */
|
||||||
pid-file "/run/named/named.pid";
|
pid-file "/run/named/named.pid";
|
||||||
|
Loading…
Reference in New Issue
Block a user