summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-12-18 22:37:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-12-18 22:37:37 +0000
commitfbc1991fd3211b7ca2472b73c8cb50123289050e (patch)
tree7e5e1fee28e32d77fc534cc5b19af34d542f3020 /dns
parentUpdate to 9.11.14. (diff)
Update to 9.14.9.
Changes: https://downloads.isc.org/isc/bind9/9.14.9/RELEASE-NOTES-bind-9.14.9.html
Notes
Notes: svn path=/head/; revision=520407
Diffstat (limited to 'dns')
-rw-r--r--dns/bind914/Makefile2
-rw-r--r--dns/bind914/distinfo6
-rw-r--r--dns/bind914/files/extrapatch-bind-min-override-ttl14
-rw-r--r--dns/bind914/files/patch-configure8
4 files changed, 15 insertions, 15 deletions
diff --git a/dns/bind914/Makefile b/dns/bind914/Makefile
index 37d89b49348f..e98052fe45f5 100644
--- a/dns/bind914/Makefile
+++ b/dns/bind914/Makefile
@@ -36,7 +36,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= compiler:c11 cpe libedit pkgconfig ssl
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.14.8
+ISCVERSION= 9.14.9
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind914/distinfo b/dns/bind914/distinfo
index 14fd79589f23..95c576ec11de 100644
--- a/dns/bind914/distinfo
+++ b/dns/bind914/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574271567
-SHA256 (bind-9.14.8.tar.gz) = e545aa75ced6695a9bf4b591606ef00260fb3c055c2865b299cfe0fe6eeea076
-SIZE (bind-9.14.8.tar.gz) = 6403140
+TIMESTAMP = 1576707812
+SHA256 (bind-9.14.9.tar.gz) = 29575ed58fa2324fb137936421f64f9aa048d67c78840dd18ade204ee180573c
+SIZE (bind-9.14.9.tar.gz) = 6296339
diff --git a/dns/bind914/files/extrapatch-bind-min-override-ttl b/dns/bind914/files/extrapatch-bind-min-override-ttl
index a632b70bf4b8..a300c98232d1 100644
--- a/dns/bind914/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind914/files/extrapatch-bind-min-override-ttl
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig 2019-11-06 21:29:49 UTC
+--- bin/named/config.c.orig 2019-12-12 06:12:17 UTC
+++ bin/named/config.c
@@ -181,6 +181,7 @@ options {\n\
notify-source *;\n\
@@ -8,9 +8,9 @@
provide-ixfr true;\n\
qname-minimization relaxed;\n\
query-source address *;\n\
---- bin/named/server.c.orig 2019-11-06 21:29:49 UTC
+--- bin/named/server.c.orig 2019-12-12 06:12:17 UTC
+++ bin/named/server.c
-@@ -4246,6 +4246,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
+@@ -4244,6 +4244,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
obj = NULL;
@@ -22,7 +22,7 @@
result = named_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-11-06 21:29:49 UTC
+--- lib/dns/include/dns/view.h.orig 2019-12-12 06:12:17 UTC
+++ lib/dns/include/dns/view.h
@@ -153,6 +153,7 @@ struct dns_view {
bool requestnsid;
@@ -32,9 +32,9 @@
dns_ttl_t maxncachettl;
dns_ttl_t mincachettl;
dns_ttl_t minncachettl;
---- lib/dns/resolver.c.orig 2019-11-06 21:29:49 UTC
+--- lib/dns/resolver.c.orig 2019-12-12 06:12:17 UTC
+++ lib/dns/resolver.c
-@@ -6083,6 +6083,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -6101,6 +6101,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
}
/*
@@ -47,7 +47,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2019-11-06 21:29:49 UTC
+--- lib/isccfg/namedconf.c.orig 2019-12-12 06:12:17 UTC
+++ lib/isccfg/namedconf.c
@@ -1901,6 +1901,7 @@ view_clauses[] = {
#endif
diff --git a/dns/bind914/files/patch-configure b/dns/bind914/files/patch-configure
index dcac37925eab..17737d55a36f 100644
--- a/dns/bind914/files/patch-configure
+++ b/dns/bind914/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2019-10-02 06:24:10 UTC
+--- configure.orig 2019-12-12 06:12:17 UTC
+++ configure
-@@ -16834,27 +16834,9 @@ done
+@@ -16854,27 +16854,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
-@@ -16897,47 +16879,7 @@ $as_echo "no" >&6; } ;;
+@@ -16917,47 +16899,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
-@@ -21355,7 +21297,7 @@ $as_echo "" >&6; }
+@@ -21375,7 +21317,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).