From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1711226-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id C538315813A
	for <garchives@archives.gentoo.org>; Wed, 22 Jan 2025 00:22:53 +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 782F2340C53
	for <garchives@archives.gentoo.org>; Wed, 22 Jan 2025 00:22:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07178E01E4;
	Wed, 22 Jan 2025 00:22:51 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 E0A6AE01E4
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jan 2025 00:22:50 +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 1C702340C43
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jan 2025 00:22:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F61797F
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jan 2025 00:22:48 +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: <1737505364.acdf2966b6a6a096e6e68953d6560e0c07f8301c.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: acdf2966b6a6a096e6e68953d6560e0c07f8301c
X-VCS-Branch: master
Date: Wed, 22 Jan 2025 00:22:48 +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: 54d2978e-d6f5-42ed-9c4b-fb059808039b
X-Archives-Hash: 63676d81de92b52765cc20de13d45d1e

commit:     acdf2966b6a6a096e6e68953d6560e0c07f8301c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 00:22:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 00:22:44 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=acdf2966

NEWS: update

Signed-off-by: Sam James <sam <AT> gentoo.org>

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index c002c7a84e..5f50777d3a 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ Breaking changes:
 Security:
 * make.globals: disable FEATURES="sfperms" by default (bug #938164).
 
+* emerge-webrsync: Create /var/db/repos/gentoo with correct permissions to
+  facilitate FEATURES="usersync" (bug #707980).
+
 Features:
 * New 'home-dir-template-copy' FEATURE (bug #947822).
 
@@ -57,9 +60,13 @@ Bug fixes:
 
 * rust-rebuild: Update for recent changes in ::gentoo (bug #906044).
 
+* emerge-webrsync: Use variables PORTAGE_USERNAME and PORTAGE_GRPNAME (bug #707980).
+
 Cleanups:
 * eapi.sh: Remove support for unofficial 4-slot-abi EAPI.
 
+* locks: Drop comment regarding sleep() call.
+
 portage-3.0.66.1 (2024-09-18)
 --------------