rpms/bind/FC-4 bind.spec,1.63,1.64

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 28 18:41:33 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/bind/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv1785

Modified Files:
	bind.spec 
Log Message:
fix bug 160914 now that glibc-2.3.5-10.2 fixes bug 162625


Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/FC-4/bind.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- bind.spec	19 Jul 2005 15:46:33 -0000	1.63
+++ bind.spec	28 Jul 2005 18:41:29 -0000	1.64
@@ -9,7 +9,7 @@
 Name: bind
 License: BSD-like
 Version: 9.3.1
-Release: 8.FC4
+Release: 9.FC4
 Epoch:   24
 Url: http://www.isc.org/products/BIND/
 Buildroot: %{_tmppath}/%{name}-root
@@ -46,6 +46,8 @@
 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
+Patch19: bind-9.3.1-next_server_on_referral.patch
+Patch20: bind-9.3.1-no_servfail_stops.patch
 Requires(pre,preun): shadow-utils
 Requires(post,preun): chkconfig
 Requires(post): textutils, fileutils, sed, grep
@@ -201,6 +203,9 @@
 %patch17 -p1 -b .fix_sdb_ldap
 %endif
 %patch18 -p1 -b .reject_resolv_conf_errors
+# Fix resolver bug 160914 now that glibc bug 162625 is fixed (glibc-2.3.5-10.2):
+%patch19 -p1 -b .next_server_on_referral
+%patch20 -p1 -b .no_servfail_stops
 
 %build
 libtoolize --copy --force; aclocal; autoconf
@@ -667,7 +672,15 @@
 :;
 
 %changelog
-* Tue Jul 19 2005 Jason Vas Dias <jvdias at redhat.com> - 24:9.3.1-8
+* Thu Jul 28 2005 Jason Vas Dias <jvdias at redhat.com> - 24:9.3.1-9.FC4
+- fix bug 160914: resolver utilities should try next server on empty referral
+                  (now that glibc bug 162625 is fixed with glibc-2.3.5-10.2)
+		  host and nslookup now by default try next server on SERVFAIL
+		  or empty 'referral' query responses
+		  (host now has '-s' option to disable, and nslookup given
+                   '[no]fail' option similar to dig's [no]fail option).
+
+* Tue Jul 19 2005 Jason Vas Dias <jvdias at redhat.com> - 24:9.3.1-8.FC4
 - fix named.init script bugs 163598, 163409, 151852(addendum)
 
 * Tue May 31 2005 Jason Vas Dias <jvdias at redhat.com> - 24:9.3.1-6.FC4




More information about the fedora-cvs-commits mailing list