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 5AEA7158041 for ; Thu, 7 Mar 2024 20:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9476AE29AE; Thu, 7 Mar 2024 20:42:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 817F4E29AE for ; Thu, 7 Mar 2024 20:42:44 +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 C3CBB3408DD for ; Thu, 7 Mar 2024 20:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4219510B0 for ; Thu, 7 Mar 2024 20:42:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1709844136.3a1e39943ea43ec22b6cf7cfdf2673ed30f97d56.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3a1e39943ea43ec22b6cf7cfdf2673ed30f97d56 X-VCS-Branch: master Date: Thu, 7 Mar 2024 20:42:42 +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: 4e8d4d40-1cec-445c-bcbe-07df819c923c X-Archives-Hash: 60719933e2a048cd050bb8ee7d1fff89 commit: 3a1e39943ea43ec22b6cf7cfdf2673ed30f97d56 Author: Mike Gilbert gentoo org> AuthorDate: Thu Mar 7 20:42:16 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 7 20:42:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3a1e3994 Update NEWS Signed-off-by: Mike Gilbert gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 5da71f776e..ef59577f66 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ portage-3.0.64 (UNRELEASED) Bug fixes: * ctypes: Add workaround for loading libc on musl. +* util: set a timeout for urlopen calls (bug #926221). + portage-3.0.63 (2024-02-25) --------------