summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2006-04-04 20:55:48 +0000
committerjvdias <jvdias@fedoraproject.org>2006-04-04 20:55:48 +0000
commit41d052462a8cf981db057a29aaf758e82d193a69 (patch)
treecc04e30249f1804d752f674b2252221625ccc697 /bind.spec
parentfb143c82d01bbb754bc4cf63b13adcaaf1a68064 (diff)
- fix resolver.c ncache_adderesult segfault reported in addenda to bug
173961 (upstream bugs #15642, #15528 ?) - allow named ability to generate core dumps after setuid (upstream bug #15753)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 9e6bab9..23265dc 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.2
-Release: 18.FC6
+Release: 20.FC6
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -87,6 +87,8 @@ Patch27: bind-9.3.1-dbus_restart.patch
Patch28: bind-9.3.2rc1-dbus-0.6.patch
Patch29: bind-9.3.2-bz177854.patch
Patch30: bind-9.3.2-bz187286_fix_host_cname.patch
+Patch31: bind-9.3.2-bz173961.patch
+Patch32: bind-9.3.2-prctl_set_dumpable.patch
#
Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2
Requires(post): bash, coreutils, sed, grep, chkconfig >= 1.3.26
@@ -313,6 +315,8 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
# this patch no longer required (kernel now fixed):
# %patch29 -p1 -b .bz177854
%patch30 -p1 -b .bz187286_fix_host_cname
+%patch31 -p1 -b .bz173961
+%patch32 -p1 -b .prctl_set_dumpable
#
# this must follow all dbus patches:
%if %{SDB}
@@ -477,7 +481,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.103 2006/04/03 16:45:30 jvdias 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.104 2006/04/04 20:55:48 jvdias 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:
@@ -796,6 +800,11 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Tue Apr 04 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-20
+- fix resolver.c ncache_adderesult segfault reported in addenda to bug 173961
+ (upstream bugs #15642, #15528 ?)
+- allow named ability to generate core dumps after setuid (upstream bug #15753)
+
* Mon Apr 03 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-18
- fix bug 187529: make bind-chroot-admin deal with subdirectories properly