Run 'make update-gnulib-to-latest'; there have been 450 commits on gnulib
since the last update.

This pulls in the new FTS_MOUNT flag needed for the upcoming changes
to -mount vs. -xdev mandated by POSIX Issue 8 (IEEE Std 1003.1-2024),
thanks to Lukáš Zaoral <[email protected]>:
> fts: Introduce the FTS_MOUNT flag.

* gnulib: Update to latest.
* bootstrap-funclib.sh: Likewise.
---
 bootstrap-funclib.sh | 4 ++--
 gnulib               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bootstrap-funclib.sh b/bootstrap-funclib.sh
index e4f42103..0ed5be46 100644
--- a/bootstrap-funclib.sh
+++ b/bootstrap-funclib.sh
@@ -1,6 +1,6 @@
 # A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
 
-scriptlibversion=2025-06-10.02; # UTC
+scriptlibversion=2025-09-07.23; # UTC
 
 # Copyright (C) 2003-2025 Free Software Foundation, Inc.
 #
@@ -35,7 +35,7 @@ export LC_ALL
 # Honor $PERL, but work even if there is none.
 PERL="${PERL-perl}"
 
-default_gnulib_url=https://git.savannah.gnu.org/git/gnulib.git
+default_gnulib_url=https://https.git.savannah.gnu.org/git/gnulib.git
 
 # Copyright year, for the --version output.
 copyright_year=`echo "$scriptlibversion" | sed -e 's/[^0-9].*//'`
diff --git a/gnulib b/gnulib
index 6164b4cb..dba11055 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 6164b4cb0887b5331a4e64449107decd37d32735
+Subproject commit dba110550c98af5a7843714e49ee36a7ebb206f1
-- 
2.51.1


Reply via email to