]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/gnulib: update to branch stable-202407
authorMichael Pratt <mcpratt@pm.me>
Tue, 6 May 2025 17:57:24 +0000 (13:57 -0400)
committerRobert Marko <robimarko@gmail.com>
Sat, 26 Jul 2025 12:38:07 +0000 (14:38 +0200)
commitb07b8c8b4331d4ffcdbb5112f007778451dfa3f5
treeb6a5f88bbd0aee9fd6766e32088318f413dfdd56
parent03b9b7e894ba889edd2e72ca41a12422598dc885
tools/gnulib: update to branch stable-202407

Bump to the next stable branch with the May 2025 update.

Add a patch to compensate for gnulib-tool being further split up
into independent shell and python implementations
by using a non-hidden version of the main.py file.

Add a patch for the python implementation of gnulib-tool
in order to ignore the required version of autoconf in configure.ac
being lower than the required version of autoconf for gnulib
if the version that is being run exceeds the required version for both,
and adjust existing autoconf version shell script patch to new filename.

Backport a patch for a change in function naming convention
for forward compatibility with tool releases after this stable branch.

Added:
 - 020-python-version.patch
 - 021-python-main.patch
 - 500-acl-function-name.patch

Manually Adjusted:
 - 010-autoconf-version.patch
 - 160-flag-reallocarray.patch

Existing patches are automatically refreshed.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/gnulib/Makefile
tools/gnulib/patches/000-bootstrap.patch
tools/gnulib/patches/010-autoconf-version.patch
tools/gnulib/patches/020-python-version.patch [new file with mode: 0644]
tools/gnulib/patches/021-python-main.patch [new file with mode: 0644]
tools/gnulib/patches/150-portable-tdestroy.patch
tools/gnulib/patches/160-flag-reallocarray.patch
tools/gnulib/patches/200-force-disable-after-configure.patch
tools/gnulib/patches/320-modules-fallocate-posix.patch
tools/gnulib/patches/500-acl-function-name.patch [new file with mode: 0644]