summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2015-05-22 17:45:37 +0200
committerTomas Hozza <thozza@redhat.com>2015-05-22 17:45:37 +0200
commitc501776f3926ebe63fde4d6c5f6b3fc889057919 (patch)
tree1737819030a6947e39a8319f328966f4666cb8f4
parentca42323df8f2b859e5c27dd94775c6b0048f91bf (diff)
downloadbind-c501776f3926ebe63fde4d6c5f6b3fc889057919.tar.gz
bind-c501776f3926ebe63fde4d6c5f6b3fc889057919.tar.xz
bind-c501776f3926ebe63fde4d6c5f6b3fc889057919.zip
Don't use ISC's DLV by default (#1223365)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--.gitignore1
-rw-r--r--bind.spec7
-rw-r--r--named.conf.sample3
-rw-r--r--sources2
4 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 0ea13b3..496dd2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ bind-9.7.2b1.tar.gz
/bind-9.10.2rc1.tar.gz
/bind-9.10.2rc2.tar.gz
/bind-9.10.2.tar.gz
+/config-13.tar.bz2
diff --git a/bind.spec b/bind.spec
index 10f4fc1..8f9543b 100644
--- a/bind.spec
+++ b/bind.spec
@@ -24,7 +24,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.10.2
-Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
+Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
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
Source12: README.sdb_pgsql
Source25: named.conf.sample
-Source28: config-12.tar.bz2
+Source28: config-13.tar.bz2
Source30: ldap2zone.c
Source31: ldap2zone.1
Source32: named-sdb.8
@@ -1006,6 +1006,9 @@ rm -rf ${RPM_BUILD_ROOT}
%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
- enable tuning for large systems - increases hardcoded internal limits
- enable GeoIP access control feature
diff --git a/named.conf.sample b/named.conf.sample
index 03df07e..c0563cf 100644
--- a/named.conf.sample
+++ b/named.conf.sample
@@ -68,9 +68,6 @@ options
/* Enable DNSSEC validation on recursive servers */
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
so we have to configure paths properly. */
pid-file "/run/named/named.pid";
diff --git a/sources b/sources
index b8259bd..fa1986e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e4315fdea56983570d3a33702e925088 config-12.tar.bz2
dca7a9967947bffa98547fca6130fc04 bind-9.10.2.tar.gz
+f187d60dd6e0ac1854bf18a70df0b4a0 config-13.tar.bz2