Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 14:31:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 237356] [feature request] ports-mgmt/pkg: allow 'http_proxy' in repository context
Message-ID:  <bug-237356-32340-RM7IgdCt3J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237356-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237356-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237356

Emanuel Haupt <ehaupt@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |FIXED

--- Comment #1 from Emanuel Haupt <ehaupt@FreeBSD.org> ---
For the record, Bapt notified me via IRC that this is now possible with the
following syntax:

# /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD:
{=20=20=20=20=20=20=20
        url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
        env: { "http_proxy": "http://someuser:secret@myproxy:3128" }
}

# /usr/local/etc/pkg/repos/someotherrepo.conf
someotherrepo:
{=20=20=20=20=20=20=20
        url: "pkg+http://somewhereelse.internal.tld/",
        env: { "http_proxy": "http://somewhereelse-proxy.internal.tld:3128"=
 }
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237356-32340-RM7IgdCt3J>