proj/portage:master commit in: /
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787076501.a4dfa425478c67da25253ff4ed93d8b9ab6f75a4.sam@gentoo> |
commit: a4dfa425478c67da25253ff4ed93d8b9ab6f75a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 18 17:53:49 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 18 18:08:21 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a4dfa425 NEWS: include entries from portage-3.0.81.3 (cherry picked from commit f160478f8c46f98f98780a3e400c8e69d7decb2a) Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/NEWS b/NEWS index 5f634c810..65f35fdab 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,38 @@ Cleanups: * Use os.scandir() to reduce the number of syscalls made. +portage-3.0.81.3 (2026-08-18) +---------------- + +[This release was done as a standalone tag.] + +This release fixes Portage upgrading itself and is needed for larger +Portage changes in the upcoming non-point release. + +Security: + +* ebuild.sh: inherit: strip any path components. + + This is a minor fix as the sandboxing added earlier should handle it, + but it makes some further possible work easier. + +Bug fixes: + +* doebuild: rebind loaded module paths for self update (bug #976616). + + This fixes crashes when upgrading Portage or rebuilding it for a different + Python implementation. + +* isolated-functions.sh: Don't call sed in die(). + + Followup to the global-scope sandboxing changes. + +* ebuild.sh: allow reading ourselves in die(). + + Followup to the global-scope sandboxing changes. + +* sync: git: don't print the key being used with --quiet. + portage-3.0.81.2 (2026-07-10) ----------------