Files
packages/utils
Wei-Ting Yang 3f2fbc888e coreutils: update to 9.9
Release notes:
https://lists.gnu.org/archive/html/coreutils-announce/2025-09/msg00000.html
https://lists.gnu.org/archive/html/coreutils-announce/2025-11/msg00000.html

- Drop chcon and runcon as they require SELinux support and cannot be built from
  coreutils 9.9 when configured with --without-selinux.
- Add libgmp dependency for coreutils-basenc to fix missing libgmp.so.10.
- Switch to -std=gnu17 to avoid build failure.
  ```
  lib/openat-die.c: In function 'openat_save_fail':
  lib/openat-die.c:37:3: error: format not a string literal and no format arguments [-Werror=format-security]
     37 |   error (exit_failure, errnum,
        |   ^~~~~
  lib/openat-die.c: In function 'openat_restore_fail':
  lib/openat-die.c:56:3: error: format not a string literal and no format arguments [-Werror=format-security]
     56 |   error (exit_failure, errnum,
        |   ^~~~~
  ```
- Refresh patch.

Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
2025-12-28 10:07:59 +02:00
..
2025-12-28 09:58:22 +02:00
2025-12-28 10:07:59 +02:00
2025-12-17 01:26:26 +02:00
2025-12-20 18:22:24 +02:00
2025-12-14 05:00:28 +02:00
2025-12-13 20:48:22 +01:00
2025-12-22 19:18:30 +01:00
2025-12-12 10:58:02 +08:00
2025-12-14 12:58:30 +01:00
2025-12-21 11:55:28 +01:00
2025-12-22 17:01:19 +02:00
2025-12-25 12:52:56 +02:00
2025-12-14 19:30:25 +08:00
2025-12-28 09:58:22 +02:00