aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-10 22:30:37 +0000
committerSam James <sam@gentoo.org>2023-12-10 22:31:38 +0000
commit975dd2e488ccd12522dd2415f07ab914777d9294 (patch)
tree2285605f82c9d9ac08f4febe35719c9c4e6ca9e6 /NEWS
parent_emerge: BinpkgVerifier: give better error message on stale binpkg index (diff)
downloadportage-975dd2e488ccd12522dd2415f07ab914777d9294.tar.gz
portage-975dd2e488ccd12522dd2415f07ab914777d9294.tar.bz2
portage-975dd2e488ccd12522dd2415f07ab914777d9294.zip
NEWS: update
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab512e94b..e0ae2dffb 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).