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 8698C15800A for ; Sat, 19 Aug 2023 14:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 977392BC020; Sat, 19 Aug 2023 14:49:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80DB42BC020 for ; Sat, 19 Aug 2023 14:49:50 +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 95E7C341039 for ; Sat, 19 Aug 2023 14:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C38FD5 for ; Sat, 19 Aug 2023 14:49:47 +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: <1692456574.aa5e2afdb7a6d5d05cc36d6e18dd354f68a73c79.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: aa5e2afdb7a6d5d05cc36d6e18dd354f68a73c79 X-VCS-Branch: master Date: Sat, 19 Aug 2023 14:49:47 +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: 303278b7-dd6d-4004-b66c-c33c2d792237 X-Archives-Hash: a9832243584f3bd754d4124a284d1886 commit: aa5e2afdb7a6d5d05cc36d6e18dd354f68a73c79 Author: Sam James gentoo org> AuthorDate: Sat Aug 19 14:45:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 19 14:49:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=aa5e2afd NEWS: update for proxy fixes Signed-off-by: Sam James gentoo.org> NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index f7e092808a..1f789c6f27 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,12 @@ Features: especially useful for debugging hangs during the 'Refreshing keys' stage. Bug fixes: +* sync (inc. emerge-webrsync): Handle https_proxy to help users who only have it set + - the expectation is to have http_proxy set (bug #691434, bug #835927, bug #911629) + +* emerge-webrsync: Explicitly pass http_proxy or https_proxy into gemato + via --proxy (bug #911629). + * misc/emerge-delta-webrsync: Fix PGP logic which prevented syncing for this rarely-used tool (bug #911335).