update hints for d-root
This commit is contained in:
parent
85f7e7683c
commit
f9b0d265e7
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2012/11/23 04:26:09 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2013/01/08 10:17:14 sthen Exp $
|
||||
|
||||
COMMENT= DNS debugger
|
||||
|
||||
PKGNAME= drill-${VERSION}
|
||||
REVISION= 0
|
||||
|
||||
WANTLIB= c crypto ldns>=5.0
|
||||
LIB_DEPENDS+= net/ldns/libldns>=1.6.16
|
||||
|
12
net/ldns/drill/patches/patch-drill_root_c
Normal file
12
net/ldns/drill/patches/patch-drill_root_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-drill_root_c,v 1.1 2013/01/08 10:17:14 sthen Exp $
|
||||
--- drill/root.c.orig Tue Jan 8 10:16:37 2013
|
||||
+++ drill/root.c Tue Jan 8 10:16:47 2013
|
||||
@@ -32,7 +32,7 @@ init_root(void)
|
||||
ldns_rr_list_push_rr(global_dns_root, r);
|
||||
(void)ldns_rr_new_frm_str(&r, "C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12", 0, NULL, NULL);
|
||||
ldns_rr_list_push_rr(global_dns_root, r);
|
||||
- (void)ldns_rr_new_frm_str(&r, "D.ROOT-SERVERS.NET. 3600000 A 128.8.10.90", 0, NULL, NULL);
|
||||
+ (void)ldns_rr_new_frm_str(&r, "D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13", 0, NULL, NULL);
|
||||
ldns_rr_list_push_rr(global_dns_root, r);
|
||||
(void)ldns_rr_new_frm_str(&r, "E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10", 0, NULL, NULL);
|
||||
ldns_rr_list_push_rr(global_dns_root, r);
|
Loading…
Reference in New Issue
Block a user