fix bug 166227: host should not do MX and AAAA lookups with "-t a" option

This commit is contained in:
jvdias 2005-08-22 20:15:20 +00:00
parent 8263298deb
commit 296166a636

View File

@ -9,7 +9,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
Name: bind Name: bind
License: BSD-like License: BSD-like
Version: 9.3.1 Version: 9.3.1
Release: 10 Release: 11
Epoch: 24 Epoch: 24
Url: http://www.isc.org/products/BIND/ Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
@ -51,6 +51,7 @@ Patch20: bind-9.3.1-no_servfail_stops.patch
Patch21: bind-9.3.1-fix_sdb_pgsql.patch Patch21: bind-9.3.1-fix_sdb_pgsql.patch
Patch22: bind-9.3.1-sdb_dbus.patch Patch22: bind-9.3.1-sdb_dbus.patch
Patch23: bind-9.3.1-dbus_archdep_libdir.patch Patch23: bind-9.3.1-dbus_archdep_libdir.patch
Patch24: bind-9.3.1-t_no_default_lookups.patch
Requires(pre,preun): shadow-utils Requires(pre,preun): shadow-utils
Requires(post,preun): chkconfig Requires(post,preun): chkconfig
Requires(post): textutils, fileutils, sed, grep Requires(post): textutils, fileutils, sed, grep
@ -217,6 +218,7 @@ cp -fp bin/named/include/named/{dbus_mgr.h,dbus_service.h,globals.h,server.h,log
%endif %endif
%patch23 -p1 -b .dbus_archdep_libdir %patch23 -p1 -b .dbus_archdep_libdir
%endif %endif
%patch24 -p1 -b .-t_no_default_lookups
%build %build
libtoolize --copy --force; aclocal; autoconf libtoolize --copy --force; aclocal; autoconf
@ -690,6 +692,9 @@ fi;
:; :;
%changelog %changelog
* Mon Aug 22 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-11
- fix bug 166227: host: don't do default AAAA and MX lookups with '-t a' option
* Tue Aug 16 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-10 * Tue Aug 16 2005 Jason Vas Dias <jvdias@redhat.com> - 24:9.3.1-10
- Build with D-BUS patch by default; D-BUS support enabled with named -D option - Build with D-BUS patch by default; D-BUS support enabled with named -D option
- Enable D-BUS for named_sdb also - Enable D-BUS for named_sdb also