1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to latest snapshot.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-05-09 10:12:32 +00:00
parent aa634391bb
commit 5c29fa2165
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414834
4 changed files with 16 additions and 16 deletions

View File

@ -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.a20160430
HASH= 9e6e088
ISCVERSION= 9.11.0.a20160509
HASH= 97e9fc9
MAKE_JOBS_UNSAFE= yes

View File

@ -1,2 +1,2 @@
SHA256 (bind9-9e6e088.tar.gz) = 39dfc17633e01bc7d28c6f3975c464c5702192267991c27ca8f8be8f92a78a46
SIZE (bind9-9e6e088.tar.gz) = 11725304
SHA256 (bind9-97e9fc9.tar.gz) = d569fc2735ab4ad4ab475479cc2b02a7421dac7cfe94dfae364c652d260fec81
SIZE (bind9-97e9fc9.tar.gz) = 11735414

View File

@ -1,4 +1,4 @@
--- bin/named/config.c.orig 2016-03-09 04:02:43 UTC
--- bin/named/config.c.orig 2016-05-09 05:42:57 UTC
+++ bin/named/config.c
@@ -159,6 +159,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-03-09 04:02:43 UTC
--- bin/named/server.c.orig 2016-05-09 05:42:57 UTC
+++ bin/named/server.c
@@ -3022,6 +3022,16 @@ configure_view(dns_view_t *view, dns_vie
@@ -3030,6 +3030,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-03-09 04:02:43 UTC
--- lib/dns/include/dns/view.h.orig 2016-05-09 05:42:57 UTC
+++ lib/dns/include/dns/view.h
@@ -152,6 +152,8 @@ struct dns_view {
isc_boolean_t requestnsid;
@ -39,9 +39,9 @@
dns_ttl_t maxncachettl;
isc_uint32_t nta_lifetime;
isc_uint32_t nta_recheck;
--- lib/dns/resolver.c.orig 2016-03-09 04:02:43 UTC
--- lib/dns/resolver.c.orig 2016-05-09 05:42:57 UTC
+++ lib/dns/resolver.c
@@ -5419,6 +5419,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
@@ -5440,6 +5440,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
}
/*
@ -60,9 +60,9 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl)
--- lib/isccfg/namedconf.c.orig 2016-03-09 04:02:43 UTC
--- lib/isccfg/namedconf.c.orig 2016-05-09 05:42:57 UTC
+++ lib/isccfg/namedconf.c
@@ -1677,6 +1677,8 @@ view_clauses[] = {
@@ -1678,6 +1678,8 @@ view_clauses[] = {
{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
{ "max-acache-size", &cfg_type_sizenodefault, 0 },
{ "max-cache-size", &cfg_type_sizeorpercent, 0 },

View File

@ -1,6 +1,6 @@
--- configure.orig 2016-04-29 05:30:53 UTC
--- configure.orig 2016-05-09 05:42:57 UTC
+++ configure
@@ -14186,27 +14186,9 @@ done
@@ -14204,27 +14204,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
@@ -14249,47 +14231,7 @@ $as_echo "no" >&6; } ;;
@@ -14267,47 +14249,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
@@ -22095,7 +22037,7 @@ $as_echo "" >&6; }
@@ -22141,7 +22083,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).