commit: 45341379cdcdfb74ab44ffb0297564f12fb9beb5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 14:58:24 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 14:59:00 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=45341379
make.conf.5: mention https_proxy We support it as of recent (from today) commits. Bug: https://bugs.gentoo.org/587484 Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 2 ++ man/make.conf.5 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1f789c6f27..25417c99ef 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Bug fixes: * misc/emerge-delta-webrsync: Fix PGP logic which prevented syncing for this rarely-used tool (bug #911335). +* make.conf(5): Mention https_proxy. + portage-3.0.50 (2023-08-09) -------------- diff --git a/man/make.conf.5 b/man/make.conf.5 index 75206d5e75..a1a433b108 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -871,7 +871,7 @@ The user name used to drop root privileges during verification. Defaults to "nobody" .br .TP -\fBhttp_proxy ftp_proxy RSYNC_PROXY\fR = \fI[protocol://host:port]\fR +\fBhttp_proxy https_proxy ftp_proxy RSYNC_PROXY\fR = \fI[protocol://host:port]\fR These variables are used by network clients such as \fBwget\fR(1) and \fBrsync\fR(1). They are only required if you use a proxy server for internet access.
