rpms/bind/devel bind.spec,1.103,1.104

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 4 20:55:51 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19314

Modified Files:
	bind.spec 
Log Message:
- 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)



Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- bind.spec	3 Apr 2006 16:45:30 -0000	1.103
+++ bind.spec	4 Apr 2006 20:55:48 -0000	1.104
@@ -17,7 +17,7 @@
 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 @@
 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 @@
 # 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}
@@ -796,6 +800,11 @@
 :;
 
 %changelog
+* Tue Apr 04 2006 Jason Vas Dias <jvdias at 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 at redhat.com> - 30:9.3.2-18
 - fix bug 187529: make bind-chroot-admin deal with subdirectories properly
 




More information about the fedora-cvs-commits mailing list