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 8C73F158008 for ; Fri, 16 Jun 2023 03:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CC49E0977; Fri, 16 Jun 2023 03:34:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85238E0977 for ; Fri, 16 Jun 2023 03:34:57 +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 C6085340E39 for ; Fri, 16 Jun 2023 03:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF5BA97 for ; Fri, 16 Jun 2023 03:34:55 +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: <1686886486.c5fe39fa9bae5f77e50b8130fbf66b9865e9d1b0.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: c5fe39fa9bae5f77e50b8130fbf66b9865e9d1b0 X-VCS-Branch: master Date: Fri, 16 Jun 2023 03:34:55 +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: 07a1f2a9-42fe-48e7-bf9f-7a119f40d1b3 X-Archives-Hash: ba451700daf7de4e0d5cda9a97a40f87 commit: c5fe39fa9bae5f77e50b8130fbf66b9865e9d1b0 Author: Sam James gentoo org> AuthorDate: Fri Jun 16 03:15:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 16 03:34:46 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c5fe39fa NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f3afbc366..cb68579f4 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,23 @@ +portage-3.0.49 (UNRELEASED) +-------------- + Bug fixes: +* Adjust write tests for DISTDIR and PORTAGE_TMPDIR to work with automount + directories (bug #485100, bug #890812). + +* depgraph: Don't ignore downgrades as missed_updates (bug #622270). + +* depgraph: Do not allow slotted deps to be satisfied by wrong slots + (bug #463976, bug #592880, bug #596664, bug #631490, bug #764365, bug #793992). + + This is the notorious "Perl rebuild" bug where Perl modules would get rebuilt + _before_ a new dev-lang/perl and therefore be broken at runtime. + * dosym: Prevent globbing of argument in dosym_canonicalize(). * emerge-webrsync: Give a nicer error message if the requested key isn't on the filesystem (bug #905868). -* Adjust write tests for DISTDIR and PORTAGE_TMPDIR to work with automount - directories (bug #485100, bug #890812). - * glsa-check: appropriately handle more error cases with invalid GLSAs (bug #905660)