summaryrefslogtreecommitdiffstats
path: root/bind-9.5-random_ports.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-12-04 13:44:21 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-12-04 13:44:21 +0000
commitbb5d895564f52874a006adff83cd31c625b03470 (patch)
tree9daa6d2ac27520259fb7661ad000b34fd4a904e7 /bind-9.5-random_ports.patch
parent27efb4347e88da39f6bb91db3ab031b8ac334ea8 (diff)
downloadbind-bb5d895564f52874a006adff83cd31c625b03470.tar.gz
bind-bb5d895564f52874a006adff83cd31c625b03470.tar.xz
bind-bb5d895564f52874a006adff83cd31c625b03470.zip
- bind-9.5-random_ports.patch was removed because upstream doesn't like it.bind-9_5_0-18_4_a7_fc9
query-source{,v6} options are sufficient (#391931) - bind-chroot-admin called restorecon on /proc filesystem (#405281)
Diffstat (limited to 'bind-9.5-random_ports.patch')
-rw-r--r--bind-9.5-random_ports.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/bind-9.5-random_ports.patch b/bind-9.5-random_ports.patch
deleted file mode 100644
index bb83a55..0000000
--- a/bind-9.5-random_ports.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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;