Bug 286027 - sysutils/coreutils: Update to 9.7
Summary: sysutils/coreutils: Update to 9.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-11 05:02 UTC by Collin Funk
Modified: 2025-04-20 02:48 UTC (History)
2 users (show)

See Also:
jharris: maintainer-feedback+


Attachments
git format-patch -1 (1.20 KB, patch)
2025-04-11 05:02 UTC, Collin Funk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Collin Funk 2025-04-11 05:02:16 UTC
Created attachment 259458 [details]
git format-patch -1

GNU Coreutils 9.7 was released a few days ago [1]. Here is a patch updating the port.

It fixes an unfortunate bug in 9.6:

$ gls -Z
Segmentation fault (core dumped)

Among others.

[1] https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00006.html
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-11 10:38:28 UTC
Awaiting approval from maintainer.
Build fine in poudriere and on live system 14.2 amd64.
Comment 2 jharris 2025-04-20 02:29:19 UTC
Comment on attachment 259458 [details]
git format-patch -1

Approved, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-04-20 02:48:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d18ca0330eea8ef30ac7c1f4b438cd397823a58a

commit d18ca0330eea8ef30ac7c1f4b438cd397823a58a
Author:     Collin Funk <collin.funk1@gmail.com>
AuthorDate: 2025-04-20 02:43:22 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-04-20 02:47:46 +0000

    sysutils/coreutils: Update 9.6 => 9.7

    Changelog:
    https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00006.html

    PR:             286027
    Approved by:    jharris@widomaker.com (maintainer)

 sysutils/coreutils/Makefile | 2 +-
 sysutils/coreutils/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-20 02:48:51 UTC
Thanks.