svn commit: r467472 - in head/dns/bind9-devel: . files
Mathieu Arnold
mat at FreeBSD.org
Mon Apr 16 10:09:36 UTC 2018
Author: mat
Date: Mon Apr 16 10:09:35 2018
New Revision: 467472
URL: https://svnweb.freebsd.org/changeset/ports/467472
Log:
Update to latest commit.
Sponsored by: Absolight
Deleted:
head/dns/bind9-devel/files/patch-bin_named_server.c
Modified:
head/dns/bind9-devel/Makefile (contents, props changed)
head/dns/bind9-devel/distinfo (contents, props changed)
head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed)
head/dns/bind9-devel/files/patch-configure (contents, props changed)
Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile Mon Apr 16 10:09:27 2018 (r467471)
+++ head/dns/bind9-devel/Makefile Mon Apr 16 10:09:35 2018 (r467472)
@@ -34,13 +34,13 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.13.0a0.2018.04.06
+ISCVERSION= 9.13.0a0.2018.04.13
# XXX: Remove gitlab
USE_GITLAB= yes
GL_SITE= https://gitlab.isc.org
GL_ACCOUNT= isc-projects
GL_PROJECT= bind9
-GL_COMMIT= 76fa1c181c6fc5ea8e7b52186bfaab6edd6b49bb
+GL_COMMIT= 293d9132d736e2ed8abb4595a4a9cef178beaee9
# XXX: remove tar:bz2
USES= cpe libedit tar:bz2
Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo Mon Apr 16 10:09:27 2018 (r467471)
+++ head/dns/bind9-devel/distinfo Mon Apr 16 10:09:35 2018 (r467472)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523269093
-SHA256 (isc-projects-bind9-76fa1c181c6fc5ea8e7b52186bfaab6edd6b49bb_GL0.tar.gz) = bda5aa83818b285635fb503b1c347404f9dc8a446777afe0dc9f5b1c37658f9d
-SIZE (isc-projects-bind9-76fa1c181c6fc5ea8e7b52186bfaab6edd6b49bb_GL0.tar.gz) = 8966215
+TIMESTAMP = 1523871970
+SHA256 (isc-projects-bind9-293d9132d736e2ed8abb4595a4a9cef178beaee9_GL0.tar.gz) = 5a2d68bd76e69a870dd22d53e410bbb989333e81872b3548c5936ede367d94bf
+SIZE (isc-projects-bind9-293d9132d736e2ed8abb4595a4a9cef178beaee9_GL0.tar.gz) = 8962363
Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Apr 16 10:09:27 2018 (r467471)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Apr 16 10:09:35 2018 (r467472)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig 2018-04-06 06:10:50 UTC
+--- bin/named/config.c.orig 2018-04-13 19:02:44 UTC
+++ bin/named/config.c
@@ -179,12 +179,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 2018-04-06 06:10:50 UTC
+--- bin/named/server.c.orig 2018-04-13 19:02:44 UTC
+++ bin/named/server.c
-@@ -4077,6 +4077,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -4068,6 +4068,16 @@ configure_view(dns_view_t *view, dns_vie
}
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 2018-04-06 06:10:50 UTC
+--- lib/dns/include/dns/view.h.orig 2018-04-13 19:02:44 UTC
+++ lib/dns/include/dns/view.h
@@ -148,6 +148,8 @@ struct dns_view {
isc_boolean_t requestnsid;
@@ -45,9 +45,9 @@
dns_ttl_t maxncachettl;
isc_uint32_t nta_lifetime;
isc_uint32_t nta_recheck;
---- lib/dns/resolver.c.orig 2018-04-06 06:10:50 UTC
+--- lib/dns/resolver.c.orig 2018-04-13 19:02:44 UTC
+++ lib/dns/resolver.c
-@@ -5752,6 +5752,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
+@@ -5746,6 +5746,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
}
/*
@@ -66,14 +66,14 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2018-04-06 06:10:50 UTC
+--- lib/isccfg/namedconf.c.orig 2018-04-13 19:02:44 UTC
+++ lib/isccfg/namedconf.c
@@ -1916,6 +1916,8 @@ view_clauses[] = {
{ "max-acache-size", &cfg_type_sizenodefault,
CFG_CLAUSEFLAG_OBSOLETE },
{ "max-cache-size", &cfg_type_sizeorpercent, 0 },
-+ { "override-cache-ttl", &cfg_type_uint32, 0 },
-+ { "min-cache-ttl", &cfg_type_uint32, 0 },
- { "max-cache-ttl", &cfg_type_uint32, 0 },
++ { "override-cache-ttl", &cfg_type_ttlval, 0 },
++ { "min-cache-ttl", &cfg_type_ttlval, 0 },
+ { "max-cache-ttl", &cfg_type_ttlval, 0 },
{ "max-clients-per-query", &cfg_type_uint32, 0 },
- { "max-ncache-ttl", &cfg_type_uint32, 0 },
+ { "max-ncache-ttl", &cfg_type_ttlval, 0 },
Modified: head/dns/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure Mon Apr 16 10:09:27 2018 (r467471)
+++ head/dns/bind9-devel/files/patch-configure Mon Apr 16 10:09:35 2018 (r467472)
@@ -1,6 +1,6 @@
---- configure.orig 2018-04-06 06:10:50 UTC
+--- configure.orig 2018-04-13 19:02:44 UTC
+++ configure
-@@ -14764,27 +14764,9 @@ done
+@@ -14763,27 +14763,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
-@@ -14827,47 +14809,7 @@ $as_echo "no" >&6; } ;;
+@@ -14826,47 +14808,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
-@@ -23487,7 +23429,7 @@ $as_echo "" >&6; }
+@@ -23456,7 +23398,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).
More information about the svn-ports-all
mailing list