From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E715B158015 for ; Wed, 27 Dec 2023 21:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58A42BC020; Wed, 27 Dec 2023 21:24:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFF612BC020 for ; Wed, 27 Dec 2023 21:24:22 +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 A2F17340806 for ; Wed, 27 Dec 2023 21:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B99119 for ; Wed, 27 Dec 2023 21:24:20 +0000 (UTC) From: "Sam James" 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" Message-ID: <1703712200.dd319ae2f6e2d4841879e9f96128991d97c5e8b3.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: dd319ae2f6e2d4841879e9f96128991d97c5e8b3 X-VCS-Branch: master Date: Wed, 27 Dec 2023 21:24:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76f4b33e-5ec0-4503-9ca0-31809cb8796d X-Archives-Hash: 061fba5c9abd679c0efc49e828497122 commit: dd319ae2f6e2d4841879e9f96128991d97c5e8b3 Author: Sam James gentoo org> AuthorDate: Wed Dec 27 21:22:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 27 21:23:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dd319ae2 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 40fdfd9ea2..08acf52c78 100644 --- a/NEWS +++ b/NEWS @@ -7,12 +7,39 @@ Release notes take the form of the following optional categories: * Cleanups portage-3.0.59 (UNRELEASED) +-------------- Features: * emerge: depclean now returns with failure if no packages are matched - (bug #917120) + (bug #917120). + +* bintree: Support 'file://' scheme for binhost src-uri (bug #920537). Bug fixes: +* Scheduler: Handle aborted unpack more gracefully (bug #920258). + +* Scheduler: Handle SignatureException in _run_pkg_pretend to give a proper + error message if a signature could not be verified, rather than crashing out + (bug #920258). + +* ebuild: Improve 'command not found' regex for the dash shell (bug #822033). + +* ebuild: Do not skip 'command not found' QA warnings for configure (bug #245716). + +* emerge: Fix --binpkg-respect-use output optimization (was broken by refactoring + for ROOT support). + +* depgraph: Use strip_libc_deps in _eliminate_rebuilds (bug #915494). + +* depgraph: Handle IDEPEND circular dependencies for depclean (bug #916135). + +* bindbapi: Update Packages index when signed binpkgs are invalidated post-updates + (bug #920095). + +* _global_updates: Take a lock when performing updates (bug #587088, bug #920095). + +* make.conf(5): Fix note about binpkg extension for gpkg. + * addread, addwrite, adddeny, addpredict: Warn about passing a colon-separated list of paths as argument (bug #920654).