Update sed-version to 4.10 from 4.9#18
Conversation
🤖 Augment PR SummarySummary: Bumps the GNU sed version used by this port from 4.9 to 4.10. 🤖 Was this summary useful? React with 👍 or 👎 |
| @@ -1,5 +1,5 @@ | |||
| # bump: sed-version /SED_VERSION="(.*)"/ https://ftp.gnu.org/gnu/sed/|re:/href="sed-([\d.]+).tar.gz"/$1/|semver:* | |||
| SED_VERSION="4.9" | |||
| SED_VERSION="4.10" | |||
There was a problem hiding this comment.
SED_VERSION is bumped to 4.10, but zopen_check_results() still includes a “Testsuite summary for GNU sed 4.9” block and expectedFailures:9, which now looks stale and could cause CI/result checks to be misleading for 4.10.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
| @@ -1,5 +1,5 @@ | |||
| # bump: sed-version /SED_VERSION="(.*)"/ https://ftp.gnu.org/gnu/sed/|re:/href="sed-([\d.]+).tar.gz"/$1/|semver:* | |||
| SED_VERSION="4.9" | |||
| SED_VERSION="4.10" | |||
There was a problem hiding this comment.
With the sed version bump, please double-check that stable-patches/xmalloc.c.patch (which references sed-4.9/... in its file headers) still applies cleanly against the 4.10 sources in your patch-application flow.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
No description provided.