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 E7EBC159C9B for ; Sun, 4 Aug 2024 05:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FFD6E2A7C; Sun, 4 Aug 2024 05:10:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0106CE2A7C for ; Sun, 4 Aug 2024 05:10:18 +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 C8E8133BEA5 for ; Sun, 4 Aug 2024 05:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A56F1E5D for ; Sun, 4 Aug 2024 05:10:16 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1722748173.5f0bc595e6cd49b36fc5462ae494276d3bfbbd29.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5f0bc595e6cd49b36fc5462ae494276d3bfbbd29 X-VCS-Branch: master Date: Sun, 4 Aug 2024 05:10:16 +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: 7bebc630-3648-48ff-8c33-e6d2e54a943b X-Archives-Hash: 24583585858e0957c9fcb15de4263fc6 commit: 5f0bc595e6cd49b36fc5462ae494276d3bfbbd29 Author: Zac Medico gentoo org> AuthorDate: Sun Aug 4 05:07:59 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Aug 4 05:09:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5f0bc595 NEWS: Fix FETCHCOMMAND spelling Signed-off-by: Zac Medico gentoo.org> NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3b71349508..58dd83bf17 100644 --- a/NEWS +++ b/NEWS @@ -28,7 +28,7 @@ Bug fixes: * repository: config: Allow a repository to be configured using one of its aliases rather than its primary name (bug #935830). -* emerge: Fix parallel-fetch to properly terminate FETCOMMAND processes when +* emerge: Fix parallel-fetch to properly terminate FETCHCOMMAND processes when needed, using a SIGTERM handler (bug #936273). portage-3.0.65 (2024-06-04)