aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-29 19:36:29 +0000
committerSam James <sam@gentoo.org>2022-12-29 19:36:29 +0000
commitcf6b3f9482248782ee2468ce4d550768e0f5d87f (patch)
tree4115630d06ad18c97bbaa3aec1ce8d2ac9d71260
parentportage.util: Add C implementation of Whirlpool hash (diff)
downloadportage-cf6b3f94.tar.gz
portage-cf6b3f94.tar.bz2
portage-cf6b3f94.zip
NEWS: update for Whirlpool fixes
Bug: https://bugs.gentoo.org/885909 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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)
--------------