thozza pushed to bind (master). "Don't use ISC's DLV by default (#1223365) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 22 17:10:09 UTC 2015


From c501776f3926ebe63fde4d6c5f6b3fc889057919 Mon Sep 17 00:00:00 2001
From: Tomas Hozza <thozza at redhat.com>
Date: Fri, 22 May 2015 17:45:37 +0200
Subject: Don't use ISC's DLV by default (#1223365)

Signed-off-by: Tomas Hozza <thozza at redhat.com>

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 at redhat.com> - 32:9.10.2-3
+- Don't use ISC's DLV by default (#1223365)
+
 * Thu May 21 2015 Tomas Hozza <thozza at 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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/bind.git/commit/?h=master&id=c501776f3926ebe63fde4d6c5f6b3fc889057919


More information about the scm-commits mailing list