Rewritten path_max patch to support long UTF8 names

This commit is contained in:
Jiří Moskovčák 2007-09-20 13:53:35 +00:00
parent 79867e8595
commit 5c574b5b13
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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 @@ rm -rf $RPM_BUILD_ROOT
/%{_lib}/libacl.so.*
%changelog
* Thu Sep 20 2007 Jiri Moskovcak <jmoskovc@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@redhat.com> - 2.2.39-9
- Removed NFS4 ACL patch since it was rejected by upstream.