From ed75f30e7a0d7efbedea53278b4f43af6c14e0c3 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Sat, 7 Mar 2026 09:33:33 +0900 Subject: [PATCH] CHANGELOG: add original PR references to backports When going through the changelog for v1.5.0-rc.1, these PRs were merged but not referenced by their original PR number in the changelog, making it harder to figure out which patches since v1.4.0-rc.1 are in v1.5.0-rc.1 or v1.4.0. Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a2e3058..8b1998524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,9 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - libct: fix mips compilation. (#4962, #4967) - When configuring a `tmpfs` mount, only set the `mode=` argument if the target path already existed. This fixes a regression introduced in our - [CVE-2025-52881][] mitigation patches. (#4971, #4976) + [CVE-2025-52881][] mitigation patches. (#4971, #4973, #4976) - Fix various file descriptor leaks and add additional tests to detect them as - comprehensively as possible. (#5007, #5021, #5034) + comprehensively as possible. (#5007, #5021, #5026, #5034) - The "hallucination" helpers added as part of the [CVE-2025-52881][] mitigation have been made more generic and now apply to all of our `pathrs` helper functions, which should ensure we will not regress dangling symlink @@ -113,9 +113,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * libct: fix mips compilation. (#4962, #4966) * When configuring a `tmpfs` mount, only set the `mode=` argument if the target path already existed. This fixes a regression introduced in our - [CVE-2025-52881][] mitigation patches. (#4971, #4976) + [CVE-2025-52881][] mitigation patches. (#4971, #4973, #4976) * Fix various file descriptor leaks and add additional tests to detect them as - comprehensively as possible. (#5007, #5021, #5034) + comprehensively as possible. (#5007, #5021, #5026, #5034) ### Changed * Downgrade `github.com/cyphar/filepath-securejoin` dependency to `v0.5.2`, @@ -134,7 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 target path already existed. This fixes a regression introduced in our [CVE-2025-52881][] mitigation patches. (#4971, #4974) * Fix various file descriptor leaks and add additional tests to detect them as - comprehensively as possible. (#5007, #5021, #5027) + comprehensively as possible. (#5007, #5021, #5026, #5027) ### Changed * Downgrade `github.com/cyphar/filepath-securejoin` dependency to `v0.5.2`,