summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2005-05-31 19:47:40 +0000
committerjvdias <jvdias@fedoraproject.org>2005-05-31 19:47:40 +0000
commit5afcbdf40d1c0df698c16a18f3fd7ca59ca4b8a5 (patch)
treed28e77266de0eafe156be5b57bbe2de3ca732e91
parent8ee4d29dc5a282eb008ab66980f6997563542394 (diff)
downloadbind-5afcbdf40d1c0df698c16a18f3fd7ca59ca4b8a5.tar.gz
bind-5afcbdf40d1c0df698c16a18f3fd7ca59ca4b8a5.tar.xz
bind-5afcbdf40d1c0df698c16a18f3fd7ca59ca4b8a5.zip
fix bug 157950bind-9_3_1-6
-rw-r--r--bind.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index eeed3ff..f0f989b 100644
--- a/bind.spec
+++ b/bind.spec
@@ -9,7 +9,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
Name: bind
License: BSD-like
Version: 9.3.1
-Release: 4_FC4
+Release: 6
Epoch: 24
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -45,6 +45,7 @@ Patch14: libbind-9.3.1rc1-fix_h_errno.patch
Patch15: bind-9.3.1.dbus.patch
Patch16: bind-9.3.1-redhat_doc.patch
Patch17: bind-9.3.1-fix_sdb_ldap.patch
+Patch18: bind-9.3.1-reject_resolv_conf_errors.patch
Requires(pre,preun): shadow-utils
Requires(post,preun): chkconfig
Requires(post): textutils, fileutils, sed, grep
@@ -199,7 +200,7 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
%if %{SDB}
%patch17 -p1 -b .fix_sdb_ldap
%endif
-
+%patch18 -p1 -b .reject_resolv_conf_errors
%build
libtoolize --copy --force; aclocal; autoconf
cp -f /usr/share/libtool/config.{guess,sub} .
@@ -665,10 +666,15 @@ fi;
:;
%changelog
-* Mon May 23 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.2.1-4_FC4
+* Tue May 31 2005 Jason Vas Dias <jvdias@redhat.com> - 24.9.3.1-6
+- fix bug 157950: dig / host / nslookup should reject invalid resolv.conf
+ files and not use uninitialized garbage nameserver values
+ (ISC bug 14841 raised).
+
+* Mon May 23 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-4_FC4
- Fix SDB LDAP
-* Mon May 16 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.2.1-4
+* Mon May 16 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-4
- Fix bug 157601: give named.init a configtest function
- Fix bug 156797: named.init should check SELinux booleans.local before booleans
- Fix bug 154335: if no controls in named.conf, stop named with -TERM sig, not rndc