diff options
| author | jvdias <jvdias@fedoraproject.org> | 2005-07-12 20:33:22 +0000 |
|---|---|---|
| committer | jvdias <jvdias@fedoraproject.org> | 2005-07-12 20:33:22 +0000 |
| commit | 4a7943f0d8a7b11ed2491ec8a09a93bd694d6b50 (patch) | |
| tree | a073192a255c3b5bfa8cf04f02f012deecc5506b | |
| parent | 3aa6d8718089e9985e65accc4f4460a172a9ce2c (diff) | |
| download | bind-4a7943f0d8a7b11ed2491ec8a09a93bd694d6b50.tar.gz bind-4a7943f0d8a7b11ed2491ec8a09a93bd694d6b50.tar.xz bind-4a7943f0d8a7b11ed2491ec8a09a93bd694d6b50.zip | |
fix bug 160914: resolver utilities should try next server on empty referral
| -rw-r--r-- | bind.spec | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -46,7 +46,7 @@ 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 -Patch19: bind-9.3.1-bind-9.3.1-next_server_on_referral.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 @@ -203,8 +203,7 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools %patch17 -p1 -b .fix_sdb_ldap %endif %patch18 -p1 -b .reject_resolv_conf_errors -# %patch19 -p1 -b .next_server_on_referral -# Apply this when patch for bug 162625 has been applied to glibc +%patch19 -p1 -b .next_server_on_referral %patch20 -p1 -b .no_servfail_stops %build @@ -672,7 +671,14 @@ fi; :; %changelog -* Tue May 31 2005 Jason Vas Dias <jvdias@redhat.com> - 24.9.3.1-6 +* Tue Jul 12 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-7 +- fix bug 160914: resolver utilities should try next server on empty referral + (now that glibc bug 162625 is fixed) + host and nslookup now by default try next server on SERVFAIL + (host now has '-s' option to disable, and nslookup given + '[no]fail' option similar to dig's [no]fail option). + +* 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). |
