1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Update to 9.12.4.

This commit is contained in:
Mathieu Arnold 2019-03-01 10:03:04 +00:00
parent a2785d69cf
commit a9ad9cfd53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494251
4 changed files with 15 additions and 15 deletions

View File

@ -32,7 +32,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2
USES= compiler:c11 cpe libedit
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.12.3-P4
ISCVERSION= 9.12.4
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550649173
SHA256 (bind-9.12.3-P4.tar.gz) = d1014453c62623e42323fd83fc89444c12ae6b707fd586466959a052fe21f206
SIZE (bind-9.12.3-P4.tar.gz) = 8627833
TIMESTAMP = 1551432826
SHA256 (bind-9.12.4.tar.gz) = 81bf24b2b86f7288ccf727aff59f1d752cc3e9de30a7480d24d67736256a0d53
SIZE (bind-9.12.4.tar.gz) = 7936647

View File

@ -1,4 +1,4 @@
--- bin/named/config.c.orig 2019-02-05 00:00:59 UTC
--- bin/named/config.c.orig 2019-02-27 23:42:04 UTC
+++ bin/named/config.c
@@ -183,12 +183,14 @@ options {\n\
max-recursion-queries 75;\n\
@ -15,9 +15,9 @@
provide-ixfr true;\n\
query-source address *;\n\
query-source-v6 address *;\n\
--- bin/named/server.c.orig 2019-02-05 00:00:59 UTC
--- bin/named/server.c.orig 2019-02-27 23:42:04 UTC
+++ bin/named/server.c
@@ -4075,6 +4075,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
@@ -4098,6 +4098,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
obj = NULL;
@ -34,7 +34,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-02-05 00:00:59 UTC
--- lib/dns/include/dns/view.h.orig 2019-02-27 23:42:04 UTC
+++ lib/dns/include/dns/view.h
@@ -151,6 +151,8 @@ struct dns_view {
bool requestnsid;
@ -45,9 +45,9 @@
dns_ttl_t maxncachettl;
uint32_t nta_lifetime;
uint32_t nta_recheck;
--- lib/dns/resolver.c.orig 2019-02-05 00:00:59 UTC
--- lib/dns/resolver.c.orig 2019-02-27 23:42:04 UTC
+++ lib/dns/resolver.c
@@ -5757,6 +5757,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
@@ -5797,6 +5797,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
}
/*
@ -66,7 +66,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
--- lib/isccfg/namedconf.c.orig 2019-02-05 00:00:59 UTC
--- lib/isccfg/namedconf.c.orig 2019-02-27 23:42:04 UTC
+++ lib/isccfg/namedconf.c
@@ -1917,6 +1917,8 @@ view_clauses[] = {
{ "max-acache-size", &cfg_type_sizenodefault,

View File

@ -1,6 +1,6 @@
--- configure.orig 2018-10-06 05:51:22 UTC
--- configure.orig 2019-02-27 23:42:04 UTC
+++ configure
@@ -15085,27 +15085,9 @@ done
@@ -15138,27 +15138,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
@@ -15148,47 +15130,7 @@ $as_echo "no" >&6; } ;;
@@ -15201,47 +15183,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
@@ -23886,7 +23828,7 @@ $as_echo "" >&6; }
@@ -24225,7 +24167,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).