From 46aef09d64655cdece6ca282c2a90ca8d291311e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Sat, 28 Feb 2026 11:10:57 +0000 Subject: [PATCH] build: update gnulib to latest * NEWS: Mention the more encompassing remoteness check for df. * po/POTFILES.in: Add new lib/cygpath.c dependency. --- NEWS | 3 +++ gnulib | 2 +- po/POTFILES.in | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7d46a5bce..7eb70b6d1 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ GNU coreutils NEWS -*- outline -*- ** Improvements + 'df --local' recognises more file system types as remote. + Specifically: autofs, ncpfs, smb, smb2, gfs, gfs2, userlandfs. + 'groups' and 'id' will now exit sooner after a write error, which is significant when listing information for many users. diff --git a/gnulib b/gnulib index 08e222ff7..0a12ab6c8 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 08e222ff788896d872ff6526d755d869786bbee7 +Subproject commit 0a12ab6c8564f4a2980c5fc3b6ab7cd1a6ff262c diff --git a/po/POTFILES.in b/po/POTFILES.in index 0c9dfe810..245a604e1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -8,6 +8,7 @@ lib/c-file-type.c lib/closein.c lib/closeout.c lib/copy-acl.c +lib/cygpath.c lib/error.c lib/gai_strerror.c lib/getopt.c