Allow users to define the proxies via pkg.conf
modified libpkg/pkg.h.in
@@ -312,6 +312,8 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -196,6 +196,16 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -548,6 +558,7 @@ pkg_init(const char *path)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -652,6 +663,15 @@ pkg_init(const char *path)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|