From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1562427-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 DD6B9158089
	for <garchives@archives.gentoo.org>; Fri, 13 Oct 2023 10:24:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B41E2BC013;
	Fri, 13 Oct 2023 10:24:15 +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 165E52BC013
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Oct 2023 10:24:15 +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 5F49E335C31
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Oct 2023 10:24:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C8CCED7
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Oct 2023 10:24:13 +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: <1697192648.0ccb5635f682ef2e6c4c3d8a6c5cafe2a0f78fe7.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: 0ccb5635f682ef2e6c4c3d8a6c5cafe2a0f78fe7
X-VCS-Branch: master
Date: Fri, 13 Oct 2023 10:24:13 +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: 886d6060-23fa-4639-88bf-4f8579fde252
X-Archives-Hash: 5e1a38a744f61829f34f21a158d83933

commit:     0ccb5635f682ef2e6c4c3d8a6c5cafe2a0f78fe7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 10:24:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 10:24:08 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0ccb5635

NEWS: update

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

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

diff --git a/NEWS b/NEWS
index 7e29b3a083..be60d83d57 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,20 @@ Bug fixes:
 * bintree: Add another API member (invalid_errors) to allow eclean-pkg to suppress
   errors when cleaning invalid binpkgs (bug #900224).
 
+* repos.conf: Fix default value of sync-rsync-verify-max-age for ::gentoo. It
+  was previously '24' which allowed far too much time with a stale mirror and
+  could lead to users missing important updates.
+
+* Miscellaneous determinism/reproducibility fixes for binpkgs / environment (bug #914441).
+
 * make.conf(5): Update MAKEOPTS guidance to reflect modern practice (bug #821529).
 
 * For locales that have UTF-8 filesystem encoding, use unicode strings rather
   than raw bytes for file paths in calls to python modules like os and shutil
   (bug #914722).
 
+  We recommend using a UTF-8 locale for both performance and correctness reasons.
+
 * Eliminate unnecessary package reinstalls (bug #915494).
 
 portage-3.0.52 (2023-10-03)