diff options
author | mat <mat@FreeBSD.org> | 2016-08-30 18:55:56 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-30 18:55:56 +0800 |
commit | c4152765b6c05aa851d904a5ed08db8a1c56d605 (patch) | |
tree | 849ac6de4f43accb4bbd2e27e7da17e4d5c11864 /dns | |
parent | 4978b2cd31e70843a04a9c45bf3a9aee5f2840ad (diff) | |
download | freebsd-ports-gnome-c4152765b6c05aa851d904a5ed08db8a1c56d605.tar.gz freebsd-ports-gnome-c4152765b6c05aa851d904a5ed08db8a1c56d605.tar.zst freebsd-ports-gnome-c4152765b6c05aa851d904a5ed08db8a1c56d605.zip |
Update to latest commit.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 12 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 8 |
4 files changed, 15 insertions, 15 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index b3ab933bd039..e3818d278c04 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.08.29 -HASH= 5336fee +ISCVERSION= 9.12.0a.2016.08.30 +HASH= 9d11e46 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 19edeb03147f..d192aaf09007 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472473013 -SHA256 (bind9-5336fee.tar.gz) = b973801908c979541c28bc3152845344b5b7dcf0ea0c1e71d33aff73606658a6 -SIZE (bind9-5336fee.tar.gz) = 11795230 +TIMESTAMP = 1472552259 +SHA256 (bind9-9d11e46.tar.gz) = a131e7c2cfb36f3aad21fabe6cf6a18d23e872f6a2da162782a6167e9955e940 +SIZE (bind9-9d11e46.tar.gz) = 11795893 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 3ef99063536e..810290c6e8b7 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2016-08-19 12:54:07 UTC +--- bin/named/config.c.orig 2016-08-30 04:25:41 UTC +++ bin/named/config.c @@ -154,6 +154,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2016-08-19 12:54:07 UTC +--- bin/named/server.c.orig 2016-08-30 04:25:41 UTC +++ bin/named/server.c -@@ -3636,6 +3636,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3637,6 +3637,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2016-08-19 12:54:07 UTC +--- lib/dns/include/dns/view.h.orig 2016-08-30 04:25:41 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2016-08-19 12:54:07 UTC +--- lib/dns/resolver.c.orig 2016-08-30 04:25:41 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -60,7 +60,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-08-19 12:54:07 UTC +--- lib/isccfg/namedconf.c.orig 2016-08-30 04:25:41 UTC +++ lib/isccfg/namedconf.c @@ -1735,6 +1735,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 318a883260bc..92765d154fab 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2016-08-19 12:54:07 UTC +--- configure.orig 2016-08-30 04:25:41 UTC +++ configure -@@ -14340,27 +14340,9 @@ done +@@ -14341,27 +14341,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 -@@ -14403,47 +14385,7 @@ $as_echo "no" >&6; } ;; +@@ -14404,47 +14386,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 -@@ -22522,7 +22464,7 @@ $as_echo "" >&6; } +@@ -22563,7 +22505,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |