Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 29 Dec 2022 19:36:52
Message-Id: 1672342589.cf6b3f9482248782ee2468ce4d550768e0f5d87f.sam@gentoo
1 commit: cf6b3f9482248782ee2468ce4d550768e0f5d87f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 19:36:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 19:36:29 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cf6b3f94
7
8 NEWS: update for Whirlpool fixes
9
10 Bug: https://bugs.gentoo.org/885909
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 NEWS | 13 +++++++++++++
14 1 file changed, 13 insertions(+)
15
16 diff --git a/NEWS b/NEWS
17 index d536ab6a5..088ab5f15 100644
18 --- a/NEWS
19 +++ b/NEWS
20 @@ -1,3 +1,16 @@
21 +portage-3.0.43 (UNRELEASED)
22 +--------------
23 +
24 +Features:
25 +* TODO
26 +
27 +Bug fixes:
28 +* Rewrite Whirlpool implementation as a C extension to substantially improve
29 + performance. This only takes effect with OpenSSL 3 and newer. See bug #885909.
30 +
31 + Whirlpool is considered deprecated within Portage and we recommend that
32 + repository maintainers remove it from `metadata/layout.conf`!
33 +
34 portage-3.0.42 (2022-12-26)
35 --------------