From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AB02F15800D for ; Sat, 31 Dec 2022 14:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5904E0837; Sat, 31 Dec 2022 14:25:15 +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 96B03E0837 for ; Sat, 31 Dec 2022 14:25: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74A4233BEBB for ; Sat, 31 Dec 2022 14:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EFD16F2 for ; Sat, 31 Dec 2022 14:25:12 +0000 (UTC) From: "Sam James" 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" Message-ID: <1672496709.54b0a13e32e040952d9439b603cbc8dfc9f87b02.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: 54b0a13e32e040952d9439b603cbc8dfc9f87b02 X-VCS-Branch: master Date: Sat, 31 Dec 2022 14:25:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26352f98-ac74-4daf-b27b-f49f288ea0f2 X-Archives-Hash: bfc7bcab8dddb3d272b73189fe23e983 commit: 54b0a13e32e040952d9439b603cbc8dfc9f87b02 Author: Sam James gentoo org> AuthorDate: Sat Dec 31 14:24:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 31 14:25:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=54b0a13e NEWS: update Signed-off-by: Sam James gentoo.org> NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3dda33ea1..77fd317b7 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,16 @@ Features: * TODO Bug fixes: -* Rewrite Whirlpool implementation as a C extension to substantially improve +* checksum: 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`! -* Fix "is shallow git repository" check. +* sync: git: Fix "is shallow git repository" check. + +* bin/*: Rewrite signal handling which will now correctly rethrow SIGINT + and not confuse shells. See bug #887817. portage-3.0.42 (2022-12-26) --------------