Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2021 15:14:04 +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: r568968 - in head/dns: bind-tools bind9-devel bind9-devel/files
Message-ID:  <202103221514.12MFE4jU014608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar 22 15:14:04 2021
New Revision: 568968
URL: https://svnweb.freebsd.org/changeset/ports/568968

Log:
  Update to latest commit.

Modified:
  head/dns/bind-tools/pkg-plist-devel   (contents, props changed)
  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/pkg-plist   (contents, props changed)

Modified: head/dns/bind-tools/pkg-plist-devel
==============================================================================
--- head/dns/bind-tools/pkg-plist-devel	Mon Mar 22 15:13:59 2021	(r568967)
+++ head/dns/bind-tools/pkg-plist-devel	Mon Mar 22 15:14:04 2021	(r568968)
@@ -17,19 +17,19 @@ bin/nsec3hash
 bin/nslookup
 bin/nsupdate
 lib/bind-tools/libbind9.so
-lib/bind-tools/libbind9-9.17.10.so
+lib/bind-tools/libbind9-9.17.11.so
 lib/bind-tools/libdns.so
-lib/bind-tools/libdns-9.17.10.so
+lib/bind-tools/libdns-9.17.11.so
 lib/bind-tools/libirs.so
-lib/bind-tools/libirs-9.17.10.so
+lib/bind-tools/libirs-9.17.11.so
 lib/bind-tools/libisc.so
-lib/bind-tools/libisc-9.17.10.so
+lib/bind-tools/libisc-9.17.11.so
 lib/bind-tools/libisccc.so
-lib/bind-tools/libisccc-9.17.10.so
+lib/bind-tools/libisccc-9.17.11.so
 lib/bind-tools/libisccfg.so
-lib/bind-tools/libisccfg-9.17.10.so
+lib/bind-tools/libisccfg-9.17.11.so
 lib/bind-tools/libns.so
-lib/bind-tools/libns-9.17.10.so
+lib/bind-tools/libns-9.17.11.so
 man/man1/arpaname.1.gz
 man/man1/delv.1.gz
 man/man1/dig.1.gz
@@ -47,6 +47,7 @@ man/man1/host.1.gz
 man/man1/mdig.1.gz
 @comment man/man1/named-checkconf.1.gz
 @comment man/man1/named-checkzone.1.gz
+@comment man/man1/named-compilezone.1.gz
 @comment man/man1/named-journalprint.1.gz
 @comment man/man1/named-nzd2nzf.1.gz
 man/man1/named-rrchecker.1.gz
@@ -56,6 +57,7 @@ man/man1/nsupdate.1.gz
 @comment man/man5/named.conf.5.gz
 @comment man/man5/rndc.conf.5.gz
 @comment man/man8/ddns-confgen.8.gz
+@comment man/man8/filter-a.8.gz
 @comment man/man8/filter-aaaa.8.gz
 @comment man/man8/named.8.gz
 @comment man/man8/rndc-confgen.8.gz

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Mar 22 15:13:59 2021	(r568967)
+++ head/dns/bind9-devel/Makefile	Mon Mar 22 15:14:04 2021	(r568968)
@@ -50,13 +50,13 @@ RUN_DEPENDS=	bind-tools>0:dns/bind-tools
 # XXX: remove tar:bz2
 USES=		autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.17.10a0.2021.03.15
+ISCVERSION=	9.17.11a0.2021.03.22
 # XXX: Remove gitlab
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.isc.org
 GL_ACCOUNT=	isc-projects
 GL_PROJECT=	bind9
-GL_COMMIT=	a9339fe7fc68198a2b74b9623defca784308214c
+GL_COMMIT=	28923bc6952ff273b30c69dcbef0b9aeebf5a5c6
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Mar 22 15:13:59 2021	(r568967)
+++ head/dns/bind9-devel/distinfo	Mon Mar 22 15:14:04 2021	(r568968)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615811533
-SHA256 (isc-projects-bind9-a9339fe7fc68198a2b74b9623defca784308214c_GL0.tar.gz) = c5da134ab58524378310101a4e127797ea082ed35c2c6bcac2522cbb294312f0
-SIZE (isc-projects-bind9-a9339fe7fc68198a2b74b9623defca784308214c_GL0.tar.gz) = 6418081
+TIMESTAMP = 1616417566
+SHA256 (isc-projects-bind9-28923bc6952ff273b30c69dcbef0b9aeebf5a5c6_GL0.tar.gz) = 5e8bdfa8b3036b1726b99e7bed635935b4c3889f5963d5ef3b7c4fe95bae373f
+SIZE (isc-projects-bind9-28923bc6952ff273b30c69dcbef0b9aeebf5a5c6_GL0.tar.gz) = 6424596

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Mar 22 15:13:59 2021	(r568967)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Mar 22 15:14:04 2021	(r568968)
@@ -1,6 +1,6 @@
 Add the override-cache-ttl feature.
 
---- bin/named/config.c.orig	2021-02-19 12:30:50 UTC
+--- bin/named/config.c.orig	2021-03-22 10:06:45 UTC
 +++ bin/named/config.c
 @@ -181,6 +181,7 @@ options {\n\
  	notify-source *;\n\
@@ -10,9 +10,9 @@ Add the override-cache-ttl feature.
  	provide-ixfr true;\n\
  	qname-minimization relaxed;\n\
  	query-source address *;\n\
---- bin/named/server.c.orig	2021-02-19 12:30:50 UTC
+--- bin/named/server.c.orig	2021-03-22 10:06:45 UTC
 +++ bin/named/server.c
-@@ -4445,6 +4445,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
+@@ -4456,6 +4456,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
  
  	obj = NULL;
@@ -24,7 +24,7 @@ Add the override-cache-ttl feature.
  	result = named_config_get(maps, "max-cache-ttl", &obj);
  	INSIST(result == ISC_R_SUCCESS);
  	view->maxcachettl = cfg_obj_asduration(obj);
---- lib/dns/include/dns/view.h.orig	2021-02-19 12:30:50 UTC
+--- lib/dns/include/dns/view.h.orig	2021-03-22 10:06:45 UTC
 +++ lib/dns/include/dns/view.h
 @@ -154,6 +154,7 @@ struct dns_view {
  	bool		      requestnsid;
@@ -34,7 +34,7 @@ Add the override-cache-ttl feature.
  	dns_ttl_t	      maxncachettl;
  	dns_ttl_t	      mincachettl;
  	dns_ttl_t	      minncachettl;
---- lib/dns/resolver.c.orig	2021-02-19 12:30:50 UTC
+--- lib/dns/resolver.c.orig	2021-03-22 10:06:45 UTC
 +++ lib/dns/resolver.c
 @@ -6388,6 +6388,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes
  		}
@@ -49,7 +49,7 @@ Add the override-cache-ttl feature.
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2021-02-19 12:30:50 UTC
+--- lib/isccfg/namedconf.c.orig	2021-03-22 10:06:45 UTC
 +++ lib/isccfg/namedconf.c
 @@ -2024,6 +2024,7 @@ static cfg_clausedef_t view_clauses[] = {
  #endif /* ifdef HAVE_LMDB */

Modified: head/dns/bind9-devel/pkg-plist
==============================================================================
--- head/dns/bind9-devel/pkg-plist	Mon Mar 22 15:13:59 2021	(r568967)
+++ head/dns/bind9-devel/pkg-plist	Mon Mar 22 15:14:04 2021	(r568968)
@@ -263,22 +263,22 @@ include/pk11/pk11.h
 include/pk11/result.h
 include/pk11/site.h
 include/pkcs11/pkcs11.h
+lib/bind/filter-a.so
 lib/bind/filter-aaaa.so
 lib/libbind9.so
-lib/libbind9-9.17.10.so
+lib/libbind9-9.17.11.so
 lib/libdns.so
-lib/libdns-9.17.10.so
+lib/libdns-9.17.11.so
 lib/libirs.so
-lib/libirs-9.17.10.so
+lib/libirs-9.17.11.so
 lib/libisc.so
-lib/libisc-9.17.10.so
+lib/libisc-9.17.11.so
 lib/libisccc.so
-lib/libisccc-9.17.10.so
+lib/libisccc-9.17.11.so
 lib/libisccfg.so
-lib/libisccfg-9.17.10.so
+lib/libisccfg-9.17.11.so
 lib/libns.so
-lib/libns-9.17.10.so
-@comment lib/named/filter-aaaa.so
+lib/libns-9.17.11.so
 @comment man/man1/arpaname.1.gz
 @comment man/man1/delv.1.gz
 @comment man/man1/dig.1.gz
@@ -296,6 +296,7 @@ lib/libns-9.17.10.so
 @comment man/man1/mdig.1.gz
 %%MANPAGES%%man/man1/named-checkconf.1.gz
 %%MANPAGES%%man/man1/named-checkzone.1.gz
+%%MANPAGES%%man/man1/named-compilezone.1.gz
 %%MANPAGES%%man/man1/named-journalprint.1.gz
 %%MANPAGES%%%%LMDB%%man/man1/named-nzd2nzf.1.gz
 @comment man/man1/named-rrchecker.1.gz
@@ -309,6 +310,7 @@ lib/libns-9.17.10.so
 %%MANPAGES%%man/man5/named.conf.5.gz
 %%MANPAGES%%man/man5/rndc.conf.5.gz
 %%MANPAGES%%man/man8/ddns-confgen.8.gz
+%%MANPAGES%%man/man8/filter-a.8.gz
 %%MANPAGES%%man/man8/filter-aaaa.8.gz
 %%MANPAGES%%man/man8/named.8.gz
 %%MANPAGES%%man/man8/rndc-confgen.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103221514.12MFE4jU014608>