aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-19 15:45:24 +0100
committerSam James <sam@gentoo.org>2023-08-19 15:49:34 +0100
commitaa5e2afdb7a6d5d05cc36d6e18dd354f68a73c79 (patch)
tree1c3a2037b615487106ae62b20b047f8173c4fdae
parentsave-ebuild-env.sh, special_env_vars.py: add https_proxy (diff)
downloadportage-aa5e2afd.tar.gz
portage-aa5e2afd.tar.bz2
portage-aa5e2afd.zip
NEWS: update for proxy fixes
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7e092808..1f789c6f2 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).