rpms/bind/F-8 bind-9.5-random_ports.patch, NONE, 1.1 bind.spec, 1.228, 1.229

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Nov 21 11:50:43 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16819

Modified Files:
	bind.spec 
Added Files:
	bind-9.5-random_ports.patch 
Log Message:
- use system port selector instead ISC's (#391931)


bind-9.5-random_ports.patch:

--- NEW FILE bind-9.5-random_ports.patch ---
diff -up bind-9.5.0a7/lib/dns/resolver.c.ports bind-9.5.0a7/lib/dns/resolver.c
--- bind-9.5.0a7/lib/dns/resolver.c.ports	2007-11-20 15:33:38.000000000 +0100
+++ bind-9.5.0a7/lib/dns/resolver.c	2007-11-20 15:34:27.000000000 +0100
@@ -7382,7 +7382,6 @@ disppooltimer_update(isc_task_t *task, i
 
         attrs_base = 0;
         attrs_base |= DNS_DISPATCHATTR_UDP;
-        attrs_base |= DNS_DISPATCHATTR_RANDOMPORT;
 
         attrmask = 0;
         attrmask |= DNS_DISPATCHATTR_UDP;
@@ -7480,7 +7479,6 @@ dns_resolver_createdispatchpool(dns_reso
 
         attrs_base = 0;
         attrs_base |= DNS_DISPATCHATTR_UDP;
-        attrs_base |= DNS_DISPATCHATTR_RANDOMPORT;
 
         attrmask = 0;
         attrmask |= DNS_DISPATCHATTR_UDP;


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-8/bind.spec,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- bind.spec	19 Nov 2007 14:25:07 -0000	1.228
+++ bind.spec	21 Nov 2007 11:50:12 -0000	1.229
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	18.%{RELEASEVER}%{?dist}
+Release: 	18.2.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +63,7 @@
 Patch71:	bind-9.5-overflow.patch
 Patch72:	bind-9.5-dlz-64bit.patch
 Patch80:	bind-9.5-edns.patch
+Patch83:	bind-9.5-random_ports.patch
 
 # SDB patches
 Patch11: 	bind-9.3.2b2-sdbsrc.patch
@@ -256,6 +257,7 @@
 %endif
 %patch73 -p1 -b .libidn
 %patch80 -p1 -b .edns
+%patch83 -p1 -b .ports
 :;
 
 
@@ -663,6 +665,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Tue Nov 20 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.2.a7
+- use system port selector instead ISC's (#391931)
+
 * Mon Nov 19 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.a7
 - removed statement from initscript which passes -D to named
 




More information about the fedora-extras-commits mailing list