aboutsummaryrefslogtreecommitdiff
path: root/dns/bind911
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-22 17:09:19 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-22 17:09:19 +0000
commit4165ba7de899a748b7b50eacbd10903da7b4d61d (patch)
tree403d28814f5a8dbb84404dfe7e2fa02f4d49d024 /dns/bind911
parentce6d38accdff165dedad477c03f008bce87c287f (diff)
Notes
Diffstat (limited to 'dns/bind911')
-rw-r--r--dns/bind911/Makefile2
-rw-r--r--dns/bind911/distinfo6
-rw-r--r--dns/bind911/files/extrapatch-bind-min-override-ttl14
-rw-r--r--dns/bind911/files/patch-configure8
-rw-r--r--dns/bind911/pkg-plist2
5 files changed, 17 insertions, 15 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index 9d31540528ec..c51f6e69c0fd 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= cpe libedit
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.9
+ISCVERSION= 9.11.10
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo
index 071720d54559..028422c8061b 100644
--- a/dns/bind911/distinfo
+++ b/dns/bind911/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563465103
-SHA256 (bind-9.11.9.tar.gz) = 963bf048354795b85b8f3dbe3ff5ba524d3f5b14b86a4cc733fcf971b43ac50e
-SIZE (bind-9.11.9.tar.gz) = 8159746
+TIMESTAMP = 1566490119
+SHA256 (bind-9.11.10.tar.gz) = b2bb840cda20e6771ae8c054007b4ec12e1bb6aa6bfe79102890eb94956a70c3
+SIZE (bind-9.11.10.tar.gz) = 8174257
diff --git a/dns/bind911/files/extrapatch-bind-min-override-ttl b/dns/bind911/files/extrapatch-bind-min-override-ttl
index a333852624c1..aa59370c7cde 100644
--- a/dns/bind911/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind911/files/extrapatch-bind-min-override-ttl
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig 2019-07-09 12:22:41 UTC
+--- bin/named/config.c.orig 2019-08-13 12:48:15 UTC
+++ bin/named/config.c
@@ -182,6 +182,8 @@ options {\n\
" max-acache-size 16M;\n\
@@ -9,9 +9,9 @@
max-clients-per-query 100;\n\
max-ncache-ttl 10800; /* 3 hours */\n\
max-recursion-depth 7;\n\
---- bin/named/server.c.orig 2019-07-09 12:22:41 UTC
+--- bin/named/server.c.orig 2019-08-13 12:48:15 UTC
+++ bin/named/server.c
-@@ -3718,6 +3718,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
+@@ -3719,6 +3719,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
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 2019-07-09 12:22:41 UTC
+--- lib/dns/include/dns/view.h.orig 2019-08-13 12:48:15 UTC
+++ lib/dns/include/dns/view.h
@@ -152,6 +152,8 @@ struct dns_view {
bool requestnsid;
@@ -39,9 +39,9 @@
dns_ttl_t maxncachettl;
uint32_t nta_lifetime;
uint32_t nta_recheck;
---- lib/dns/resolver.c.orig 2019-07-09 12:22:41 UTC
+--- lib/dns/resolver.c.orig 2019-08-13 12:48:15 UTC
+++ lib/dns/resolver.c
-@@ -5525,6 +5525,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -5490,6 +5490,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
}
/*
@@ -60,7 +60,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2019-07-09 12:22:41 UTC
+--- lib/isccfg/namedconf.c.orig 2019-08-13 12:48:15 UTC
+++ lib/isccfg/namedconf.c
@@ -1773,6 +1773,8 @@ view_clauses[] = {
#endif
diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure
index 06d921607eeb..23862c8d9cb0 100644
--- a/dns/bind911/files/patch-configure
+++ b/dns/bind911/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2019-07-09 12:22:41 UTC
+--- configure.orig 2019-08-13 12:48:15 UTC
+++ configure
-@@ -15629,27 +15629,9 @@ done
+@@ -15628,27 +15628,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
-@@ -15692,47 +15674,7 @@ $as_echo "no" >&6; } ;;
+@@ -15691,47 +15673,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
-@@ -24791,7 +24733,7 @@ $as_echo "" >&6; }
+@@ -24716,7 +24658,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
diff --git a/dns/bind911/pkg-plist b/dns/bind911/pkg-plist
index 2c667bbbe063..93278617384d 100644
--- a/dns/bind911/pkg-plist
+++ b/dns/bind911/pkg-plist
@@ -138,6 +138,7 @@ include/isc/counter.h
include/isc/crc64.h
include/isc/deprecated.h
include/isc/dir.h
+include/isc/endian.h
include/isc/entropy.h
include/isc/errno.h
include/isc/error.h
@@ -202,6 +203,7 @@ include/isc/safe.h
include/isc/serial.h
include/isc/sha1.h
include/isc/sha2.h
+include/isc/siphash.h
include/isc/sockaddr.h
include/isc/socket.h
include/isc/stat.h