diff options
author | mat <mat@FreeBSD.org> | 2016-04-29 18:05:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-29 18:05:18 +0800 |
commit | 0ede20a3f7f034fdded8cd76e2ac62b50d7b226e (patch) | |
tree | ca8a1305cc78b8db13e848773621cb371b279cf0 /dns/bind9-devel | |
parent | 9b720e20c79c789e970e352ce45f58566c273f65 (diff) | |
download | freebsd-ports-gnome-0ede20a3f7f034fdded8cd76e2ac62b50d7b226e.tar.gz freebsd-ports-gnome-0ede20a3f7f034fdded8cd76e2ac62b50d7b226e.tar.zst freebsd-ports-gnome-0ede20a3f7f034fdded8cd76e2ac62b50d7b226e.zip |
Update to latest snapshot.
While there, update the root hints file.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 6 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 4 | ||||
-rw-r--r-- | dns/bind9-devel/files/named.root | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index f09451dc9924..ab5d707c403a 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -2,7 +2,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -PORTVERSION= ${ISCVERSION:S/-P/P/} +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20160408 -HASH= 7f79448 +ISCVERSION= 9.11.0.a20160428 +HASH= a27dc50 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 4c6a9c198e99..0363dcd801d4 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind9-7f79448.tar.gz) = 18f73fb104947963e135a60d247389b0db74b4bef046be8e914007a6c8b2104b -SIZE (bind9-7f79448.tar.gz) = 11693960 +SHA256 (bind9-a27dc50.tar.gz) = f5c2ee82b3a3c6de086df3cfc4c1a2ca2729e60c2563d65247dc36a82f783c01 +SIZE (bind9-a27dc50.tar.gz) = 11721171 diff --git a/dns/bind9-devel/files/named.root b/dns/bind9-devel/files/named.root index 159213fc33e6..21ec7ca71f9b 100644 --- a/dns/bind9-devel/files/named.root +++ b/dns/bind9-devel/files/named.root @@ -13,8 +13,8 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: December 01, 2015 -; related version of root zone: 2015120100 +; last update: March 23, 2016 +; related version of root zone: 2016032301 ; ; formerly NS.INTERNIC.NET ; @@ -84,7 +84,7 @@ K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1 ; . 3600000 NS L.ROOT-SERVERS.NET. L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42 -L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:3::42 +L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:9f::42 ; ; OPERATED BY WIDE ; diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index cfc5242eda31..34d7b5d51adc 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2016-03-26 21:25:44 UTC +--- configure.orig 2016-04-29 05:30:53 UTC +++ configure -@@ -14152,27 +14152,9 @@ done +@@ -14186,27 +14186,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14215,47 +14197,7 @@ $as_echo "no" >&6; } ;; +@@ -14249,47 +14231,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22061,7 +22003,7 @@ $as_echo "" >&6; } +@@ -22095,7 +22037,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |