From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1472432-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CCF5415800D
	for <garchives@archives.gentoo.org>; Thu, 29 Dec 2022 19:36:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BEF2BE07B3;
	Thu, 29 Dec 2022 19:36:51 +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 A64FDE07B3
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Dec 2022 19:36:51 +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 7538033BE0D
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Dec 2022 19:36:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 915927F4
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Dec 2022 19:36: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: <1672342589.cf6b3f9482248782ee2468ce4d550768e0f5d87f.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: cf6b3f9482248782ee2468ce4d550768e0f5d87f
X-VCS-Branch: master
Date: Thu, 29 Dec 2022 19:36: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: 8ee3504e-ef49-4ca4-8c1b-7e65bda5b37f
X-Archives-Hash: aaf0734912eb6e239ef1affc0b98c514

commit:     cf6b3f9482248782ee2468ce4d550768e0f5d87f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 19:36:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 19:36:29 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=cf6b3f94

NEWS: update for Whirlpool fixes

Bug: https://bugs.gentoo.org/885909
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/NEWS b/NEWS
index d536ab6a5..088ab5f15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+portage-3.0.43 (UNRELEASED)
+--------------
+
+Features:
+* TODO
+
+Bug fixes:
+* Rewrite Whirlpool implementation as a C extension to substantially improve
+  performance. This only takes effect with OpenSSL 3 and newer. See bug #885909.
+
+  Whirlpool is considered deprecated within Portage and we recommend that
+  repository maintainers remove it from `metadata/layout.conf`!
+
 portage-3.0.42 (2022-12-26)
 --------------