aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-05-25 07:35:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-05-25 07:46:47 +0000
commit2fa1ab34a6ccb472954522bd38b95df6e5790f4c (patch)
tree33dbc05fcc77064c419b704c48af88b89ea35e99
parent0081349c714f145e61ae2e5b5eb35b5c7306a7b1 (diff)
downloadports-2fa1ab34a6ccb472954522bd38b95df6e5790f4c.tar.gz
ports-2fa1ab34a6ccb472954522bd38b95df6e5790f4c.zip
dns/bind9-devel: Update to latest commit.
-rw-r--r--dns/bind-tools/pkg-plist-devel14
-rw-r--r--dns/bind9-devel/Makefile4
-rw-r--r--dns/bind9-devel/distinfo6
-rw-r--r--dns/bind9-devel/files/extrapatch-bind-min-override-ttl12
-rw-r--r--dns/bind9-devel/pkg-plist14
5 files changed, 25 insertions, 25 deletions
diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel
index dadd3b83fd2b..c99548656e3d 100644
--- a/dns/bind-tools/pkg-plist-devel
+++ b/dns/bind-tools/pkg-plist-devel
@@ -17,19 +17,19 @@ bin/nsec3hash
bin/nslookup
bin/nsupdate
lib/bind-tools/libbind9.so
-lib/bind-tools/libbind9-9.17.12.so
+lib/bind-tools/libbind9-9.17.13.so
lib/bind-tools/libdns.so
-lib/bind-tools/libdns-9.17.12.so
+lib/bind-tools/libdns-9.17.13.so
lib/bind-tools/libirs.so
-lib/bind-tools/libirs-9.17.12.so
+lib/bind-tools/libirs-9.17.13.so
lib/bind-tools/libisc.so
-lib/bind-tools/libisc-9.17.12.so
+lib/bind-tools/libisc-9.17.13.so
lib/bind-tools/libisccc.so
-lib/bind-tools/libisccc-9.17.12.so
+lib/bind-tools/libisccc-9.17.13.so
lib/bind-tools/libisccfg.so
-lib/bind-tools/libisccfg-9.17.12.so
+lib/bind-tools/libisccfg-9.17.13.so
lib/bind-tools/libns.so
-lib/bind-tools/libns-9.17.12.so
+lib/bind-tools/libns-9.17.13.so
man/man1/arpaname.1.gz
man/man1/delv.1.gz
man/man1/dig.1.gz
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index bad4940661ed..5cf4af1c5b33 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -49,13 +49,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.12a0.2021.05.17
+ISCVERSION= 9.17.13a0.2021.05.25
# XXX: Remove gitlab
USE_GITLAB= yes
GL_SITE= https://gitlab.isc.org
GL_ACCOUNT= isc-projects
GL_PROJECT= bind9
-GL_COMMIT= d34672796cd8506a0c7f996619c5c38cd417c499
+GL_COMMIT= 9359e1a8c0151edbd123245049c89e5856e43a35
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo
index 1281333bee44..0f1c99c00f9d 100644
--- a/dns/bind9-devel/distinfo
+++ b/dns/bind9-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621239390
-SHA256 (isc-projects-bind9-d34672796cd8506a0c7f996619c5c38cd417c499_GL0.tar.gz) = f8bc76fac46590c9410184a396695b1d67a85f3bc1df109df9f5b09f442a7f08
-SIZE (isc-projects-bind9-d34672796cd8506a0c7f996619c5c38cd417c499_GL0.tar.gz) = 6430469
+TIMESTAMP = 1621926546
+SHA256 (isc-projects-bind9-9359e1a8c0151edbd123245049c89e5856e43a35_GL0.tar.gz) = b038ae3c8b566a10432c4df2d41e9936f26726f210e423e4ecdc8a4aec0e5573
+SIZE (isc-projects-bind9-9359e1a8c0151edbd123245049c89e5856e43a35_GL0.tar.gz) = 6434366
diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
index 78fa470b3b18..61636a10725a 100644
--- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
@@ -1,6 +1,6 @@
Add the override-cache-ttl feature.
---- bin/named/config.c.orig 2021-05-17 07:42:37 UTC
+--- bin/named/config.c.orig 2021-05-25 05:27:59 UTC
+++ bin/named/config.c
@@ -185,6 +185,7 @@ options {\n\
notify-source *;\n\
@@ -10,7 +10,7 @@ Add the override-cache-ttl feature.
provide-ixfr true;\n\
qname-minimization relaxed;\n\
query-source address *;\n\
---- bin/named/server.c.orig 2021-05-17 07:42:37 UTC
+--- bin/named/server.c.orig 2021-05-25 05:27:59 UTC
+++ bin/named/server.c
@@ -4456,6 +4456,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
@@ -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-05-17 07:42:37 UTC
+--- lib/dns/include/dns/view.h.orig 2021-05-25 05:27:59 UTC
+++ lib/dns/include/dns/view.h
@@ -154,6 +154,7 @@ struct dns_view {
bool requestnsid;
@@ -34,9 +34,9 @@ Add the override-cache-ttl feature.
dns_ttl_t maxncachettl;
dns_ttl_t mincachettl;
dns_ttl_t minncachettl;
---- lib/dns/resolver.c.orig 2021-05-17 07:42:37 UTC
+--- lib/dns/resolver.c.orig 2021-05-25 05:27:59 UTC
+++ lib/dns/resolver.c
-@@ -6388,6 +6388,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes
+@@ -6387,6 +6387,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-05-17 07:42:37 UTC
+--- lib/isccfg/namedconf.c.orig 2021-05-25 05:27:59 UTC
+++ lib/isccfg/namedconf.c
@@ -2028,6 +2028,7 @@ static cfg_clausedef_t view_clauses[] = {
#endif /* ifdef HAVE_LMDB */
diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist
index 8c5c926526c8..7011b70a3ebe 100644
--- a/dns/bind9-devel/pkg-plist
+++ b/dns/bind9-devel/pkg-plist
@@ -268,19 +268,19 @@ include/pkcs11/pkcs11.h
lib/bind/filter-a.so
lib/bind/filter-aaaa.so
lib/libbind9.so
-lib/libbind9-9.17.12.so
+lib/libbind9-9.17.13.so
lib/libdns.so
-lib/libdns-9.17.12.so
+lib/libdns-9.17.13.so
lib/libirs.so
-lib/libirs-9.17.12.so
+lib/libirs-9.17.13.so
lib/libisc.so
-lib/libisc-9.17.12.so
+lib/libisc-9.17.13.so
lib/libisccc.so
-lib/libisccc-9.17.12.so
+lib/libisccc-9.17.13.so
lib/libisccfg.so
-lib/libisccfg-9.17.12.so
+lib/libisccfg-9.17.13.so
lib/libns.so
-lib/libns-9.17.12.so
+lib/libns-9.17.13.so
@comment man/man1/arpaname.1.gz
@comment man/man1/delv.1.gz
@comment man/man1/dig.1.gz