diff options
author | mat <mat@FreeBSD.org> | 2016-03-28 20:05:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-28 20:05:07 +0800 |
commit | deb804a9fb11ce7fc7732fcd4b62e9a475e2afb6 (patch) | |
tree | 7ed3bc22c38fb4e83f0b5564a016764bf50d92ff /dns | |
parent | f09c58f65cda0b700dcb4fa9cc9f19ccb54d5e2a (diff) | |
download | freebsd-ports-gnome-deb804a9fb11ce7fc7732fcd4b62e9a475e2afb6.tar.gz freebsd-ports-gnome-deb804a9fb11ce7fc7732fcd4b62e9a475e2afb6.tar.zst freebsd-ports-gnome-deb804a9fb11ce7fc7732fcd4b62e9a475e2afb6.zip |
Update to latest snapshot.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 4 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 8 | ||||
-rw-r--r-- | dns/bind9-devel/pkg-plist | 4 |
4 files changed, 11 insertions, 9 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 304458061c14..04d877e6124f 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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.a20160321 -HASH= 0993cd5 +ISCVERSION= 9.11.0.a20160327 +HASH= dd185fb MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 4aad411dfca8..b307d342d0e0 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (bind9-0993cd5.tar.gz) = 190eaf201c0df021f81bf0d1d7de843e04214993deb0e7751dec222c65615229 -SIZE (bind9-0993cd5.tar.gz) = 11692327 +SHA256 (bind9-dd185fb.tar.gz) = 44d24a44415e09cfad13abbdfdab6e58b8cd2733db72eabfe6085a6872d04f78 +SIZE (bind9-dd185fb.tar.gz) = 11693475 diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 0e90987fd423..cfc5242eda31 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2016-03-09 04:02:43 UTC +--- configure.orig 2016-03-26 21:25:44 UTC +++ configure -@@ -14151,27 +14151,9 @@ done +@@ -14152,27 +14152,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 -@@ -14214,47 +14196,7 @@ $as_echo "no" >&6; } ;; +@@ -14215,47 +14197,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 -@@ -21949,7 +21891,7 @@ $as_echo "" >&6; } +@@ -22061,7 +22003,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 91518f9cd6e5..11995775900e 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -3,6 +3,7 @@ bin/delv bin/dig bin/host bin/isc-config.sh +bin/mdig bin/nslookup bin/nsupdate include/bind9/check.h @@ -58,6 +59,7 @@ include/dns/name.h include/dns/ncache.h include/dns/nsec.h include/dns/nsec3.h +include/dns/nta.h include/dns/opcode.h include/dns/order.h include/dns/peer.h @@ -157,6 +159,7 @@ include/isc/log.h include/isc/magic.h include/isc/md5.h include/isc/mem.h +include/isc/meminfo.h include/isc/msgcat.h include/isc/msgs.h include/isc/mutex.h @@ -401,7 +404,6 @@ sbin/dnssec-verify sbin/genrandom sbin/isc-hmac-fixup sbin/lwresd -sbin/mdig sbin/named sbin/named-checkconf sbin/named-checkzone |