doc: v6.2.5 release bump - #316
Merged
Merged
Conversation
Propagate the v6.2.5 release to main, as release_process.rst requires right
after a tag (these drift silently otherwise):
- the Maintained versions table in README.md
- a CHANGELOG entry mirroring the GitHub Release notes
- the build-system pins: so3_/avz_ recipes renamed, their PV, and the
PREFERRED_VERSION_so3 / PREFERRED_VERSION_avz entries in local.conf
musl.libc.org is a single host with no mirror rotation. When it goes down - timeouts, then 'Unable to establish SSL connection', observed today on both CI platforms and from outside CI - musl-cross-make cannot fetch musl-1.2.5.tar.gz and the toolchain build dies after two minutes, on every branch, with no way to retry around it. Point MUSL_SITE at the MacPorts distfiles mirror, which carries the exact upstream tarball; the sha1 check musl-cross-make runs on every download is what keeps this honest (the mirrored tarball matches hashes/musl-1.2.5.tar.gz.sha1). Same treatment GNU_SITE already received for the same class of failure. (cherry picked from commit 1061a2d)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Propagates the
v6.2.5release tomain, asrelease_process.rstrequires right after a tag:README.mdCHANGELOGentry mirroring the release notesso3_/avz_recipes renamed to 6.2.5 with theirPV, and thePREFERRED_VERSION_so3/PREFERRED_VERSION_avzentries inlocal.confIt also carries the musl mirror fix (cherry-picked from the release branch) so
mainbuilds again:musl.libc.orgcurrently serves its web page but stalls on the tarball (a 256 KB range times out at 60 s; the MacPorts mirror delivers it in 0.13 s), which is what turned every CI build red today. musl-cross-make verifies each download againsthashes/<file>.sha1, and the mirrored tarball matches.