commit: db5350ad130c2cca0669dd8f58c1a0f95d195389
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 23:06:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 23:06:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=db5350ad
NEWS: update for binpkg/gpkg fixes
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/NEWS b/NEWS
index 7256ba724..ac21358b2 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,21 @@ Features:
.Z, .bz2, .lzma, .lz, .xz, .zst (bug #757525).
Bug fixes:
+* binpkg: Deprecate BINPKG_FORMAT in the binpkg manifest ('Packages') because
+ it can become out-of-sync with reality and shouldn't be relied upon anyway
+ (bug #877419).
+
+* binpkg: Add various asserts / integrity checks to detect structure mismatches
+ and detect problems earlier (bug #877357, bug #877271, bug #877419).
+
+* binpkg: gpkg: Try to correct mismatched structures (old/new gpkg structure)
+ (bug #877271).
+
+* binpkg: gpkg: Handle package renames ('updates') where the same category was
+ used but with a new package name (bug #877357).
+
+* binpkg: gpkg: Don't silence compressor stderr to ease debugging (bug
#877215).
+
* Manifest: Fix Manifest.addFile() calls and add tests (bug #875860).
* ecompress, etc: Pass --quiet to xz to reduce noise from "reducing threads"