rpms/bind/F-8 bind95-rh450995.patch,NONE,1.1 bind.spec,1.246,1.247

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Jun 18 11:38:39 UTC 2008


Author: atkac

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

Modified Files:
	bind.spec 
Added Files:
	bind95-rh450995.patch 
Log Message:
- parse inner acls correctly (#450995)


bind95-rh450995.patch:

--- NEW FILE bind95-rh450995.patch ---
diff -up bind-9.5.0/lib/isccfg/aclconf.c.450995 bind-9.5.0/lib/isccfg/aclconf.c
--- bind-9.5.0/lib/isccfg/aclconf.c.450995	2008-06-18 12:29:05.000000000 +0200
+++ bind-9.5.0/lib/isccfg/aclconf.c	2008-06-18 12:30:01.000000000 +0200
@@ -287,6 +287,7 @@ nested_acl:
 			} else {
 				dns_acl_merge(dacl, inneracl,
 					      ISC_TF(!neg));
+				de += inneracl->length;  /* elements added */
 				dns_acl_detach(&inneracl);
 				continue;
 			}


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-8/bind.spec,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- bind.spec	29 May 2008 17:58:54 -0000	1.246
+++ bind.spec	18 Jun 2008 11:37:44 -0000	1.247
@@ -18,7 +18,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	27.1%{?dist}
+Release: 	27.2%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -59,6 +59,7 @@
 Patch72:	bind-9.5-dlz-64bit.patch
 Patch80:	bind-9.5-edns.patch
 Patch88:	bind-9.5-recv-race.patch
+Patch89:	bind95-rh450995.patch
 
 # SDB patches
 Patch11: 	bind-9.3.2b2-sdbsrc.patch
@@ -247,6 +248,7 @@
 %patch83 -p1 -b .libidn2
 %patch85 -p1 -b .libidn3
 %patch88 -p1 -b .recv-race
+%patch89 -p1 -b .rh450995
 :;
 
 
@@ -662,6 +664,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Wed Jun 18 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.2
+- parse inner acls correctly (#450995)
+
 * Thu May 29 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.1
 - 9.5.0 final
 - bind-9.5-initialize.patch merged to upstream




More information about the fedora-extras-commits mailing list