From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 67BDF15813A for ; Tue, 21 Jan 2025 03:20:26 +0000 (UTC) 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 (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 40C79342F8C for ; Tue, 21 Jan 2025 03:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73C69E01E4; Tue, 21 Jan 2025 03:20:23 +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 6BC0EE01E4 for ; Tue, 21 Jan 2025 03:20:20 +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 1C69A342F8C for ; Tue, 21 Jan 2025 03:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE3ADCF for ; Tue, 21 Jan 2025 03:20:17 +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: <1737429587.153a7e8876925576c176eba73a3088cdf09a0807.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: 153a7e8876925576c176eba73a3088cdf09a0807 X-VCS-Branch: master Date: Tue, 21 Jan 2025 03:20:17 +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: ca9b069e-a21c-40d3-89f9-b5c95d66adc4 X-Archives-Hash: dd14037ad643be15efcab2ee2319ad99 commit: 153a7e8876925576c176eba73a3088cdf09a0807 Author: Sam James gentoo org> AuthorDate: Tue Jan 21 03:19:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 21 03:19:47 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=153a7e88 NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 86aa331e16..c002c7a84e 100644 --- a/NEWS +++ b/NEWS @@ -6,9 +6,27 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups +portage-3.0.67 (UNRELEASED) +-------------- + +Breaking changes: +* eend: Missing argument is now an error (bug #703520). + +* ebuild.sh: A colon in sandbox function args is now an error (bug #920654). + Security: * make.globals: disable FEATURES="sfperms" by default (bug #938164). +Features: +* New 'home-dir-template-copy' FEATURE (bug #947822). + + If enabled, as part of the ebuild environment setup, copies the PORTAGE_USERNAME + home directory into the build environment HOME directory. Useful predominantly + for ebuilds that use the git-r3 eclass, to give a place to put SSH keys and user- + specific git configuration files used during the build. + +* Flush the merge-wait queue on SIGUSR2. + Bug fixes: * depgraph: Ignore blockers when computing virtual deps visibility (PR #1387). @@ -21,8 +39,6 @@ Bug fixes: * save-ebuild-env.sh: Add functions from newer EAPIs to filter list -* eend: Missing argument is now an error (bug #703520). - * Support cross-root package moves (bug #946326). * Process elog messages for emerge --config (bug #904702). @@ -35,11 +51,14 @@ Bug fixes: * ebuild.sh: Allow CC and CXX to be changed in profile.bashrc. -* eapi.sh: Remove support for unofficial 4-slot-abi EAPI. - * Preserve PORTAGE_BZIP2_COMMAND in environment.bz2 (bug #948067). -* Support for new home-dir-template-copy FEATURE (bug #947822). +* config: Initialize default PORTAGE_USERNAME and PORTAGE_GRPNAME (bug #941977). + +* rust-rebuild: Update for recent changes in ::gentoo (bug #906044). + +Cleanups: +* eapi.sh: Remove support for unofficial 4-slot-abi EAPI. portage-3.0.66.1 (2024-09-18) --------------