summaryrefslogtreecommitdiffstats
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
commit96a4d801a923afde77908d708e801cd256781f80 (patch)
tree7b32fbf258b9ee04e10dd953cfc2419b53d8a53a
parentd655546104d71f037fd302691ba42f9b6eef20d4 (diff)
- bind-9.5-random_ports.patch was removed because upstream doesn't like it.
query-source{,v6} options are sufficient (#391931) - bind-chroot-admin called restorecon on /proc filesystem (#405281)
-rw-r--r--bind-9.5-random_ports.patch19
-rw-r--r--bind-chroot-admin.in8
-rw-r--r--bind.spec11
3 files changed, 13 insertions, 25 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;
diff --git a/bind-chroot-admin.in b/bind-chroot-admin.in
index 66e71ce..3a431d4 100644
--- a/bind-chroot-admin.in
+++ b/bind-chroot-admin.in
@@ -264,11 +264,15 @@ function sync_files()
chmod 770 ${pfx}/var/named/{data/*/.,slaves/*/.,dynamic/*/.} >/dev/null 2>&1;
if [ -e $changed ]; then
if selinux_enabled && [ -x /sbin/restorecon ]; then
- /sbin/restorecon -R ${BIND_CHROOT_PREFIX} >/dev/null 2>&1;
+ /sbin/restorecon -R ${BIND_CHROOT_PREFIX}/{dev,etc,var} >/dev/null 2>&1;
/sbin/restorecon /etc/named.* >/dev/null 2>&1;
/sbin/restorecon /etc/rndc.key >/dev/null 2>&1;
/sbin/restorecon /etc/rndc.conf >/dev/null 2>&1;
- /sbin/restorecon -R /var/named >/dev/null 2>&1;
+ for all in `ls /var/named`; do
+ if [ "x$all" != "xchroot" ]; then
+ restorecon -R /var/named/"$all" > /dev/null 2>&1;
+ fi
+ done
fi;
/sbin/service named try-restart
rm -f $changed;
diff --git a/bind.spec b/bind.spec
index 125fb12..9d3540b 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 18.3.%{RELEASEVER}%{?dist}
+Release: 18.4.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,7 +62,6 @@ Patch63: bind-9.4.0-dnssec-directory.patch
Patch69: bind-9.5.0-generate-xml.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
-Patch83: bind-9.5-random_ports.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -255,7 +254,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch72 -p1 -b .64bit
%endif
%patch73 -p1 -b .libidn
-%patch83 -p1 -b .ports
:;
@@ -412,7 +410,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.231 2007/11/26 19:26:22 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.232 2007/12/04 13:44:21 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -665,6 +663,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Mon Dec 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.4.a7
+- bind-9.5-random_ports.patch was removed because upstream doesn't
+ like it. query-source{,v6} options are sufficient (#391931)
+- bind-chroot-admin called restorecon on /proc filesystem (#405281)
+
* Mon Nov 26 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.3.a7
- removed edns patch to keep compatibility with vanilla bind
(#275091, comment #20)