Add the ability to setup the nameserver via pkg.conf or env
modified libpkg/dns_utils.c
@@ -31,6 +31,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -132,3 +134,46 @@ dns_getsrvinfo(const char *zone)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified libpkg/pkg.h.in
@@ -314,6 +314,7 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -206,6 +206,11 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -559,6 +564,7 @@ pkg_init(const char *path)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -672,6 +678,11 @@ pkg_init(const char *path)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/utils.h
@@ -83,4 +83,6 @@ bool is_hardlink(struct hardlinks *hl, struct stat *st);
|
|
|
|
|
|
| + | |
| + | |
|