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 5C8BB15ACFC for ; Sat, 29 Apr 2023 04:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73062E088B; Sat, 29 Apr 2023 04:47:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 588B2E088B for ; Sat, 29 Apr 2023 04:47:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C1AB340F83 for ; Sat, 29 Apr 2023 04:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1475CA36 for ; Sat, 29 Apr 2023 04:47:04 +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: <1682743597.82851b3c55c8d08c66eda628edf270feaea48a08.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: 82851b3c55c8d08c66eda628edf270feaea48a08 X-VCS-Branch: master Date: Sat, 29 Apr 2023 04:47:04 +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: 424d6efa-e3d4-4443-a099-c74b098bbcaf X-Archives-Hash: 9248069b812324223861fe4fe1c59c32 commit: 82851b3c55c8d08c66eda628edf270feaea48a08 Author: Sam James gentoo org> AuthorDate: Sat Apr 29 04:46:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 29 04:46:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=82851b3c NEWS: mention dispatch-conf fix See 4cc3e2d39a39b422074de49e88261cdf717292d5. Bug: https://bugs.gentoo.org/903973 Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index fe22e30ae..5c52d8c46 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ Security: bug #597800. Note that 'sync-type = webrsync' in repos.conf already handled PGP verification when configured to do so (and it is by default). +* dispatch-conf: Avoid race when accessing log file (bug #903973). + Features: * install-qa-check.d: 90gcc-warnings: Add additional code quality warnings: - -Wrestrict