diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-18 17:28:08 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-18 17:28:08 +0000 |
commit | db3be55a15b59f02c7024a58620bc7901fd7a64b (patch) | |
tree | 365a5f08ddad38a3dfdff9111da26155073b8635 /dns/dq/files | |
parent | f2758c13ed5319aabbfb0c64bbbf9601b6334f20 (diff) | |
download | ports-db3be55a15b59f02c7024a58620bc7901fd7a64b.tar.gz ports-db3be55a15b59f02c7024a58620bc7901fd7a64b.zip |
Notes
Diffstat (limited to 'dns/dq/files')
-rw-r--r-- | dns/dq/files/patch-dq_dqcache-start.c | 14 | ||||
-rw-r--r-- | dns/dq/files/patch-dq_strtoip.c | 10 | ||||
-rw-r--r-- | dns/dq/files/root-servers-list | 24 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dns/dq/files/patch-dq_dqcache-start.c b/dns/dq/files/patch-dq_dqcache-start.c new file mode 100644 index 000000000000..31f3b709a068 --- /dev/null +++ b/dns/dq/files/patch-dq_dqcache-start.c @@ -0,0 +1,14 @@ +--- dq/dqcache-start.c.orig 2016-12-07 17:33:44 UTC ++++ dq/dqcache-start.c +@@ -1,7 +1,11 @@ + #include <unistd.h> + #include <sys/types.h> + #include <pwd.h> ++/* ++workaround for *BSD + #include <stdlib.h> ++*/ ++extern int setenv(const char *, const char *, int); + #include "numtostr.h" + #include "strtonum.h" + #include "e.h" diff --git a/dns/dq/files/patch-dq_strtoip.c b/dns/dq/files/patch-dq_strtoip.c new file mode 100644 index 000000000000..ce3e24029d9b --- /dev/null +++ b/dns/dq/files/patch-dq_strtoip.c @@ -0,0 +1,10 @@ +--- dq/strtoip.c.orig 2016-11-27 15:38:55 UTC ++++ dq/strtoip.c +@@ -7,6 +7,7 @@ Public domain. + #include <arpa/inet.h> + #include "byte.h" + #include "strtoip.h" ++#include <sys/socket.h> + + /* taken from nacl-20110221, from curvecp/curvecpserver.c (public-domain) */ + int strtoip4(unsigned char *ip, const char *x) { diff --git a/dns/dq/files/root-servers-list b/dns/dq/files/root-servers-list new file mode 100644 index 000000000000..26a7ed6b0a40 --- /dev/null +++ b/dns/dq/files/root-servers-list @@ -0,0 +1,24 @@ +198.41.0.4 +2001:503:ba3e::2:30 +192.228.79.201 +2001:500:84::b +192.33.4.12 +2001:500:2::c +199.7.91.13 +2001:500:2d::d +192.203.230.10 +192.5.5.241 +2001:500:2f::f +192.112.36.4 +198.97.190.53 +2001:500:1::53 +192.36.148.17 +2001:7fe::53 +192.58.128.30 +2001:503:c27::2:30 +193.0.14.129 +2001:7fd::1 +199.7.83.42 +2001:500:9f::42 +202.12.27.33 +2001:dc3::35 |