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 2D39C158083 for ; Tue, 10 Sep 2024 10:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14190E2A04; Tue, 10 Sep 2024 10:29:28 +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 EE618E29FD for ; Tue, 10 Sep 2024 10:29:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1317A342F92 for ; Tue, 10 Sep 2024 10:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6B191F41 for ; Tue, 10 Sep 2024 10:29:25 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1725964151.58eefee486b40872135589bb07c8bf2018d31004.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 58eefee486b40872135589bb07c8bf2018d31004 X-VCS-Branch: master Date: Tue, 10 Sep 2024 10:29:25 +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: e6e96f59-3847-4408-bc21-ed4d8c5ee694 X-Archives-Hash: 2a162a9db521323e7c0cef9d0c368b5f commit: 58eefee486b40872135589bb07c8bf2018d31004 Author: Ulrich Müller gentoo org> AuthorDate: Mon Sep 9 15:32:56 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Sep 10 10:29:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=58eefee4 NEWS: Announce unpack changes Signed-off-by: Ulrich Müller gentoo.org> NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 58dd83bf17..b21cd406a3 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,9 @@ Bug fixes: * emerge: Fix parallel-fetch to properly terminate FETCHCOMMAND processes when needed, using a SIGTERM handler (bug #936273). +* unpack: Don't display "Unpacking ..." message for skipped files. + Match file extensions case-sensitively in old EAPIs, fixes PMS compliance. + portage-3.0.65 (2024-06-04) --------------