From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1452736-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AC2B158020 for <garchives@archives.gentoo.org>; Wed, 2 Nov 2022 23:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA048E09F4; Wed, 2 Nov 2022 23:06:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E3F4E09F4 for <gentoo-commits@lists.gentoo.org>; Wed, 2 Nov 2022 23:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 882A3340C6C for <gentoo-commits@lists.gentoo.org>; Wed, 2 Nov 2022 23:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 580EC627 for <gentoo-commits@lists.gentoo.org>; Wed, 2 Nov 2022 23:06:47 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1667430400.db5350ad130c2cca0669dd8f58c1a0f95d195389.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db5350ad130c2cca0669dd8f58c1a0f95d195389 X-VCS-Branch: master Date: Wed, 2 Nov 2022 23:06:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0deb5f60-2e6c-4a81-be42-8d2a4407790b X-Archives-Hash: b595944ca9eb367e9033fc1746eeea1b 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"