From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1578638-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 476FE158013 for <garchives@archives.gentoo.org>; Sun, 10 Dec 2023 22:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 835222BC013; Sun, 10 Dec 2023 22:24:55 +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 62FEA2BC013 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Dec 2023 22:24:55 +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 36D1F342FF8 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Dec 2023 22:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 688C1AC2 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Dec 2023 22:24:52 +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: <1702247087.3f2e02de64687b371fe6513fab771ddeb2a6151f.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: 3f2e02de64687b371fe6513fab771ddeb2a6151f X-VCS-Branch: master Date: Sun, 10 Dec 2023 22:24:52 +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: b60b8415-c068-4ee3-bc8f-4bc917d3f468 X-Archives-Hash: d6d105b8f56eaec4bfd42fbefc259fd6 commit: 3f2e02de64687b371fe6513fab771ddeb2a6151f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 22:24:47 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 22:24:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3f2e02de NEWS: update Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 1927600f15..6409f0bd83 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ Features: * emerge: Make --binpkg-changed-deps output far more concise (don't show packages missing from the merge list). +* ebuild: Inject implicit libc RDEPEND. This avoids "bricking" systems when + using binpkgs built against a newer glibc (bug #753500, bug #913628). + 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). @@ -20,6 +23,15 @@ Bug fixes: * Set SYSROOT appropriately for best_version and has_version so that they work when cross-compiling and IPC is disabled. +* bindbapi: Add missing SIZE key for binpkg-multi-instance (bug #906675, + bug #918597, bug #919668). + +* resolver: Weaken circular dependency handling for cross-root (bug #919174). + +* BuildLogger: Avoid hang with -ipc builds (bug #919072). + +* soname dependency support: Fix crash with --ignore-soname-deps=n (bug #919311). + * sets: VariableSet: Flatten dependencies so that e.g. www-client/firefox appears in @rust-rebuild.