commit: 975dd2e488ccd12522dd2415f07ab914777d9294 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 22:30:37 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 22:31:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=975dd2e4
NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ab512e94be..e0ae2dffb5 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,10 @@ Features: * ebuild: Inject implicit libc RDEPEND. This avoids "bricking" systems when using binpkgs built against a newer glibc (bug #753500, bug #913628). +* BinpkgVerifier: Improve error message on stale binpkg index. This became + more common with the portage-3.0.52 default change to FEATURES="pkgdir-index-trusted" + (bug #915474). + Bug fixes: * Fix package moves for signed binary packages by deleting the old binpkg if it cannot be re-signed, rather than crashing (bug #919419).
