aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-04-21 07:40:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2024-04-21 07:41:16 +0000
commit0661168a933b257829de2c7fb6f25250bc936ae4 (patch)
treeda9ee48680caa3c15ed2135fb87f8a28b01cc2c5
parentc392b136785e44d496fb7dc744ee616a9374197e (diff)
downloadports-0661168a933b257829de2c7fb6f25250bc936ae4.tar.gz
ports-0661168a933b257829de2c7fb6f25250bc936ae4.zip
dns/bind916: update to 9.16.50
(cherry picked from commit 0b3c6bf6757290071b654677791e68cf8b62f63e)
-rw-r--r--dns/bind916/Makefile2
-rw-r--r--dns/bind916/distinfo6
-rw-r--r--dns/bind916/files/extrapatch-bind-min-override-ttl12
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile
index e28e8ceb4326..89e72f532b6b 100644
--- a/dns/bind916/Makefile
+++ b/dns/bind916/Makefile
@@ -1,7 +1,7 @@
# pkg-help formatted with fmt 59 63
PORTNAME= bind
-DISTVERSION= 9.16.48
+DISTVERSION= 9.16.50
PORTREVISION= 1
CATEGORIES= dns net
MASTER_SITES= ISC/bind9/${DISTVERSION}
diff --git a/dns/bind916/distinfo b/dns/bind916/distinfo
index 5e82c81ef162..fa4268e146f3 100644
--- a/dns/bind916/distinfo
+++ b/dns/bind916/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707897466
-SHA256 (bind-9.16.48.tar.xz) = 8d3814582348f90dead1ad410b1019094cd399d3d83930abebb2b3b1eb0b2bbb
-SIZE (bind-9.16.48.tar.xz) = 5131176
+TIMESTAMP = 1713682578
+SHA256 (bind-9.16.50.tar.xz) = 816dbaa3c115019f30fcebd9e8ef8f7637f4adde91c79daa099b035255a15795
+SIZE (bind-9.16.50.tar.xz) = 5134620
diff --git a/dns/bind916/files/extrapatch-bind-min-override-ttl b/dns/bind916/files/extrapatch-bind-min-override-ttl
index 97f7ef724f35..f6f2dc707250 100644
--- a/dns/bind916/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind916/files/extrapatch-bind-min-override-ttl
@@ -1,6 +1,6 @@
Add the override-cache-ttl feature.
---- bin/named/config.c.orig 2023-03-06 13:03:49 UTC
+--- bin/named/config.c.orig 2024-04-03 12:48:29 UTC
+++ bin/named/config.c
@@ -177,6 +177,7 @@ options {\n\
notify-source *;\n\
@@ -10,9 +10,9 @@ Add the override-cache-ttl feature.
parental-source *;\n\
parental-source-v6 *;\n\
provide-ixfr true;\n\
---- bin/named/server.c.orig 2023-03-06 13:03:49 UTC
+--- bin/named/server.c.orig 2024-04-03 12:48:29 UTC
+++ bin/named/server.c
-@@ -4446,6 +4446,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
+@@ -4449,6 +4449,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 2023-03-06 13:03:49 UTC
+--- lib/dns/include/dns/view.h.orig 2024-04-03 12:48:29 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 2023-03-06 13:03:49 UTC
+--- lib/dns/resolver.c.orig 2024-04-03 12:48:29 UTC
+++ lib/dns/resolver.c
@@ -6494,6 +6494,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 2023-03-06 13:03:49 UTC
+--- lib/isccfg/namedconf.c.orig 2024-04-03 12:48:29 UTC
+++ lib/isccfg/namedconf.c
@@ -2054,6 +2054,7 @@ static cfg_clausedef_t view_clauses[] = {
#endif /* ifdef HAVE_LMDB */