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: Sat, 31 Dec 2022 14:25:16
Message-Id: 1672496709.54b0a13e32e040952d9439b603cbc8dfc9f87b02.sam@gentoo
1 commit: 54b0a13e32e040952d9439b603cbc8dfc9f87b02
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 14:24:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 14:25:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=54b0a13e
7
8 NEWS: update
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/NEWS b/NEWS
16 index 3dda33ea1..77fd317b7 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -5,13 +5,16 @@ Features:
20 * TODO
21
22 Bug fixes:
23 -* Rewrite Whirlpool implementation as a C extension to substantially improve
24 +* checksum: Rewrite Whirlpool implementation as a C extension to substantially improve
25 performance. This only takes effect with OpenSSL 3 and newer. See bug #885909.
26
27 Whirlpool is considered deprecated within Portage and we recommend that
28 repository maintainers remove it from `metadata/layout.conf`!
29
30 -* Fix "is shallow git repository" check.
31 +* sync: git: Fix "is shallow git repository" check.
32 +
33 +* bin/*: Rewrite signal handling which will now correctly rethrow SIGINT
34 + and not confuse shells. See bug #887817.
35
36 portage-3.0.42 (2022-12-26)
37 --------------