rpms/acl/devel acl-2.2.39-path_max.patch, 1.1, 1.2 acl.spec, 1.43, 1.44

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Thu Sep 20 13:53:37 UTC 2007


Author: jmoskovc

Update of /cvs/extras/rpms/acl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2600

Modified Files:
	acl-2.2.39-path_max.patch acl.spec 
Log Message:
Rewritten path_max patch to support long UTF8 names


acl-2.2.39-path_max.patch:

Index: acl-2.2.39-path_max.patch
===================================================================
RCS file: /cvs/extras/rpms/acl/devel/acl-2.2.39-path_max.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acl-2.2.39-path_max.patch	5 Jul 2006 19:32:12 -0000	1.1
+++ acl-2.2.39-path_max.patch	20 Sep 2007 13:53:35 -0000	1.2
@@ -18,7 +18,7 @@
 +	  bytes for "#file:". Not a good solution but for now it is the 
 +	  best I can do without too much impact on the code. [tw]
 +	*/
-+	char linebuf[PATH_MAX+6];
++	char linebuf[(4*PATH_MAX)+6];
  	char *cp;
  	char *p;
  	int comments_read = 0;


Index: acl.spec
===================================================================
RCS file: /cvs/extras/rpms/acl/devel/acl.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- acl.spec	31 Aug 2007 18:33:41 -0000	1.43
+++ acl.spec	20 Sep 2007 13:53:35 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: Access control list utilities
 Name: acl
 Version: 2.2.39
-Release: 9%{?dist}
+Release: 10%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libattr-devel >= 2.4.1
 BuildRequires: autoconf, libtool >= 1.5, gettext, gawk
@@ -107,6 +107,10 @@
 /%{_lib}/libacl.so.*
 
 %changelog
+* Thu Sep 20 2007 Jiri Moskovcak <jmoskovc at redhat.com> 2.2.39-10
+- Rewriten path_max patch to support long UTF8 names
+- Resolves #287701, #183181
+
 * Fri Aug 31 2007 Steve Dickson <steved at redhat.com> - 2.2.39-9
 - Removed NFS4 ACL patch since it was rejected by upstream.
 




More information about the scm-commits mailing list