Date: Fri, 8 Mar 2019 22:25:58 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495083 - in head/dns/bind914: . files Message-ID: <201903082225.x28MPwYC070215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Mar 8 22:25:58 2019 New Revision: 495083 URL: https://svnweb.freebsd.org/changeset/ports/495083 Log: Update to 9.14.0rc2. Modified: head/dns/bind914/Makefile (contents, props changed) head/dns/bind914/distinfo (contents, props changed) head/dns/bind914/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind914/files/patch-configure (contents, props changed) head/dns/bind914/pkg-plist (contents, props changed) Modified: head/dns/bind914/Makefile ============================================================================== --- head/dns/bind914/Makefile Fri Mar 8 22:15:23 2019 (r495082) +++ head/dns/bind914/Makefile Fri Mar 8 22:25:58 2019 (r495083) @@ -33,7 +33,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= compiler:c11 cpe libedit ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.14.0rc1 +ISCVERSION= 9.14.0rc2 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind914/distinfo ============================================================================== --- head/dns/bind914/distinfo Fri Mar 8 22:15:23 2019 (r495082) +++ head/dns/bind914/distinfo Fri Mar 8 22:25:58 2019 (r495083) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551432933 -SHA256 (bind-9.14.0rc1.tar.gz) = 0fb08cc8361e8017246cc3b21d71e039ef8c962b07fdb8a14e17f8cd1807b458 -SIZE (bind-9.14.0rc1.tar.gz) = 6284489 +TIMESTAMP = 1552082879 +SHA256 (bind-9.14.0rc2.tar.gz) = 3127a7ae9bd046dbd1470850bdc0990ba1e694d728d18600edcf73f0826646d2 +SIZE (bind-9.14.0rc2.tar.gz) = 6289284 Modified: head/dns/bind914/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind914/files/extrapatch-bind-min-override-ttl Fri Mar 8 22:15:23 2019 (r495082) +++ head/dns/bind914/files/extrapatch-bind-min-override-ttl Fri Mar 8 22:25:58 2019 (r495083) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2019-02-06 23:44:09 UTC +--- bin/named/config.c.orig 2019-03-07 05:45:21 UTC +++ bin/named/config.c @@ -179,6 +179,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-02-06 23:44:09 UTC +--- bin/named/server.c.orig 2019-03-07 05:45:21 UTC +++ bin/named/server.c -@@ -4150,6 +4150,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4162,6 +4162,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-02-06 23:44:09 UTC +--- lib/dns/include/dns/view.h.orig 2019-03-07 05:45:21 UTC +++ lib/dns/include/dns/view.h @@ -153,6 +153,7 @@ struct dns_view { bool requestnsid; @@ -32,7 +32,7 @@ dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2019-02-06 23:44:09 UTC +--- lib/dns/resolver.c.orig 2019-03-07 05:45:21 UTC +++ lib/dns/resolver.c @@ -6008,6 +6008,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-02-06 23:44:09 UTC +--- lib/isccfg/namedconf.c.orig 2019-03-07 05:45:21 UTC +++ lib/isccfg/namedconf.c @@ -1899,6 +1899,7 @@ view_clauses[] = { #endif Modified: head/dns/bind914/files/patch-configure ============================================================================== --- head/dns/bind914/files/patch-configure Fri Mar 8 22:15:23 2019 (r495082) +++ head/dns/bind914/files/patch-configure Fri Mar 8 22:25:58 2019 (r495083) @@ -1,4 +1,4 @@ ---- configure.orig 2019-02-06 23:44:09 UTC +--- configure.orig 2019-03-07 05:45:21 UTC +++ configure @@ -16302,27 +16302,9 @@ done # problems start to show up. @@ -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 -@@ -20864,7 +20806,7 @@ $as_echo "" >&6; } +@@ -20912,7 +20854,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind914/pkg-plist ============================================================================== --- head/dns/bind914/pkg-plist Fri Mar 8 22:15:23 2019 (r495082) +++ head/dns/bind914/pkg-plist Fri Mar 8 22:25:58 2019 (r495083) @@ -270,7 +270,6 @@ include/pkcs11/eddsa.h include/pkcs11/pkcs11.h include/pkcs11/pkcs11f.h include/pkcs11/pkcs11t.h -lib/filter-aaaa.so lib/libbind9.a lib/libdns.a lib/libirs.a @@ -278,6 +277,7 @@ lib/libisc.a lib/libisccc.a lib/libisccfg.a lib/libns.a +lib/named/filter-aaaa.so man/man1/arpaname.1.gz man/man1/bind9-config.1.gz man/man1/delv.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903082225.x28MPwYC070215>