Commit Graph

13 Commits

Author SHA1 Message Date
Kamil Dudka baf6440388 new upstream release 9.0 2021-10-04 08:54:26 +02:00
Kamil Dudka d3d47dee12 fix implicit declaration warning in coreutils-getgrouplist.patch
Error: COMPILER_WARNING:
coreutils-8.30/lib/mgetgroups.c: scope_hint: In function 'mgetgroups'
coreutils-8.30/lib/mgetgroups.c:167:11: warning: implicit declaration of function 'xrealloc'; did you mean 'realloc'? [-Wimplicit-function-declaration]
     g = xrealloc (g, max_n_groups * sizeof (GETGROUPS_T));
         ^~~~~~~~
165|       {
166|         max_n_groups = ng;
167|->       g = xrealloc (g, max_n_groups * sizeof (GETGROUPS_T));
168|       }
169|       if (e == -1)
2018-11-07 15:54:23 +01:00
Kamil Dudka 7a7c1a231c new upstream release 8.27 2017-03-09 09:57:09 +01:00
Kamil Dudka d3849ced08 fix patches such that they apply without offset 2016-07-14 16:29:59 +02:00
Ondřej Vašík 59d9061232 new upstream release 8.14 2011-10-12 16:13:12 +02:00
Kamil Dudka 4bdb7ac780 coreutils-getgrouplist.patch: fix regression introduced in r1.7 2010-07-02 11:42:29 +00:00
Kamil Dudka 2fb3ab2d41 restore a part of coreutils-getgrouplist.patch which has been lost during
rediff
2010-05-14 12:36:48 +00:00
Ondrej Vasik c77f9b75dc new upstream release 8.1, rediffed patches, fix builds under koji 2009-11-27 13:24:09 +00:00
Ondrej Vasik 0e06139f50 Get rid off fuzz in patches 2008-07-16 14:22:18 +00:00
Ondrej Vasik 0363d66490 New upstream release 6.10, for more details see changelog 2008-01-25 17:48:11 +00:00
Tim Waugh d66c4db957 - 6.7. No longer need sort-compatibility, rename, newhashes, timestyle,
acl, df-cifs, afs or autoconf patches.
2007-01-09 19:29:30 +00:00
Tim Waugh c3e4c8460e - 5.92.
- No longer need afs, dircolors, utmp, gcc4, brokentest, dateseconds,
    chown, rmaccess, copy, stale-utmp, no-sign-extend, fchown patches.
- Updated acl, dateman, pam, langinfo, i18n, getgrouplist, selinux patches.
- Dropped printf-ll, allow_old_options, jday, zh_CN patches.
- NOTE: i18n patch not ported for sort(1) yet.
2005-10-27 15:05:08 +00:00
Tim Waugh 0b3fe5c767 - getgrouplist() patch from Ulrich Drepper. 2004-10-05 15:45:31 +00:00