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 0E0AF158089 for ; Sun, 22 Oct 2023 22:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9482BC013; Sun, 22 Oct 2023 22:15:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2F01C2BC013 for ; Sun, 22 Oct 2023 22:15:25 +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 6036D335C52 for ; Sun, 22 Oct 2023 22:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF95D11E6 for ; Sun, 22 Oct 2023 22:15:22 +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: <1698012918.80678f553d0fdf7addc155026d5f61ff85104219.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: 80678f553d0fdf7addc155026d5f61ff85104219 X-VCS-Branch: master Date: Sun, 22 Oct 2023 22:15:22 +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: 9d09e39a-8e09-4ab2-8a8b-00302bb36d4c X-Archives-Hash: 075f67d5c2a2f338673b0d9525d94976 commit: 80678f553d0fdf7addc155026d5f61ff85104219 Author: Sam James gentoo org> AuthorDate: Sun Oct 22 22:15:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 22 22:15:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=80678f55 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index e54cdf435c..bdeeeaa4b4 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ Breaking changes: Features: * sync: git: Pass --verbose to git when emerge --sync --verbose. +* emerge: Make --binpkg-respect-use output far more concise (don't show + packages missing from the merge list and don't show packages w/ multiple + BUILD_IDs). + Bug fixes: * SpawnProcess, ForkProcess: Pass stdin via fd_pipes for non-background. This fixes e.g. emerge --sync --ask (bug #916116). @@ -24,6 +28,16 @@ Bug fixes: * sync: git: Handle when git is configured with 'log.showSignature'. +Cleanups: +* MergeProcess: Support QueryCommand with spawn start method (bug #916106) + +* vardbapi.unpack_contents: Support spawn start method (bug #916112) + +* vardbapi.unpack_metadata: Support spawn start method (bug #916108) + +* ForkProcess: Implement fd_pipes via send_handle for spawn start method (non-fork) + (bug #915896). + portage-3.0.53 (2023-10-20) --------------