maint: require support for post-2038 timestamps

* bootstrap.conf (gnulib_modules): Replace year2038 with
year2038-required.
This commit is contained in:
Paul Eggert 2023-04-09 19:18:57 -07:00
parent 6f91c2eac3
commit ffd62ab92c
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -31,6 +31,11 @@ GNU coreutils NEWS -*- outline -*-
Previously it deduced the size of inputs while leaving the offset unchanged.
[bug introduced in coreutils-8.27]
Coreutils programs no longer fail for timestamps past the year 2038
on obsolete configurations with 32-bit signed time_t, because the
build procedure now rejects these configurations.
[This bug was present in "the beginning".]
** Changes in behavior
'cp -n' and 'mv -n' now issue an error diagnostic if skipping a file,

View File

@ -318,7 +318,7 @@ gnulib_modules="
xstrtol-error
xstrtold
xstrtoumax
year2038
year2038-required
yesno
"