Page MenuHomeFreeBSD

Make pkg use environment variables specified in pkg.conf
ClosedPublic

Authored by moritz_schmi.tt on Apr 18 2021, 2:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 19, 6:50 PM
Unknown Object (File)
Tue, Aug 18, 4:18 PM
Unknown Object (File)
Tue, Aug 11, 10:04 AM
Unknown Object (File)
Tue, Aug 11, 10:02 AM
Unknown Object (File)
Wed, Aug 5, 9:25 AM
Unknown Object (File)
Wed, Aug 5, 5:34 AM
Unknown Object (File)
Tue, Aug 4, 6:55 AM
Unknown Object (File)
Jul 24 2026, 6:43 PM

Details

Summary

Modify /usr/sbin/pkg to use environment variables specified in pkg.conf.
This allows control over underlying libraries like fetch(3), which can
be configured by setting HTTP_PROXY.

Test Plan

On a freshly installed FreeBSD system that needs to use a proxy for
accessing the internet, set http_proxy as shown in the example in
pkg.conf(5). Without the patch bootstrapping full pkg does not work;
with the patch, everything works as expected.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable