dns/bind918: Update to 9.18.29
Changes: https://downloads.isc.org/isc/bind9/9.18.29/doc/arm/html/notes.html#notes-for-bind-9-18-29
This commit is contained in:
@@ -18,19 +18,19 @@ bin/nsec3hash
|
||||
bin/nslookup
|
||||
bin/nsupdate
|
||||
lib/bind-tools/libbind9.so
|
||||
lib/bind-tools/libbind9-9.18.28.so
|
||||
lib/bind-tools/libbind9-9.18.29.so
|
||||
lib/bind-tools/libdns.so
|
||||
lib/bind-tools/libdns-9.18.28.so
|
||||
lib/bind-tools/libdns-9.18.29.so
|
||||
lib/bind-tools/libirs.so
|
||||
lib/bind-tools/libirs-9.18.28.so
|
||||
lib/bind-tools/libirs-9.18.29.so
|
||||
lib/bind-tools/libisc.so
|
||||
lib/bind-tools/libisc-9.18.28.so
|
||||
lib/bind-tools/libisc-9.18.29.so
|
||||
lib/bind-tools/libisccc.so
|
||||
lib/bind-tools/libisccc-9.18.28.so
|
||||
lib/bind-tools/libisccc-9.18.29.so
|
||||
lib/bind-tools/libisccfg.so
|
||||
lib/bind-tools/libisccfg-9.18.28.so
|
||||
lib/bind-tools/libisccfg-9.18.29.so
|
||||
lib/bind-tools/libns.so
|
||||
lib/bind-tools/libns-9.18.28.so
|
||||
lib/bind-tools/libns-9.18.29.so
|
||||
share/man/man1/arpaname.1.gz
|
||||
share/man/man1/delv.1.gz
|
||||
share/man/man1/dig.1.gz
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pkg-help formatted with fmt 59 63
|
||||
|
||||
PORTNAME= bind
|
||||
DISTVERSION= 9.18.28
|
||||
DISTVERSION= 9.18.29
|
||||
.if defined(BIND_TOOLS_SLAVE)
|
||||
# dns/bind-tools here
|
||||
PORTREVISION= 0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1721754794
|
||||
SHA256 (bind-9.18.28.tar.xz) = e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7
|
||||
SIZE (bind-9.18.28.tar.xz) = 5533340
|
||||
TIMESTAMP = 1724255323
|
||||
SHA256 (bind-9.18.29.tar.xz) = c39ce5d09a8cb10108116fa533445de9f7fdfe0063e8d7c4c46ba1fd20d7bf6d
|
||||
SIZE (bind-9.18.29.tar.xz) = 5562720
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Add the override-cache-ttl feature.
|
||||
|
||||
--- bin/named/config.c.orig 2024-07-08 15:20:32 UTC
|
||||
--- bin/named/config.c.orig 2024-08-13 14:20:17 UTC
|
||||
+++ bin/named/config.c
|
||||
@@ -184,6 +184,7 @@ options {\n\
|
||||
@@ -185,6 +185,7 @@ options {\n\
|
||||
notify-source *;\n\
|
||||
notify-source-v6 *;\n\
|
||||
nsec3-test-zone no;\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 2024-07-08 15:20:32 UTC
|
||||
--- bin/named/server.c.orig 2024-08-13 14:20:17 UTC
|
||||
+++ bin/named/server.c
|
||||
@@ -4574,6 +4574,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
|
||||
@@ -4664,6 +4664,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
|
||||
}
|
||||
|
||||
obj = NULL;
|
||||
@@ -24,9 +24,9 @@ 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);
|
||||
--- doc/arm/reference.rst.orig 2024-07-08 15:20:32 UTC
|
||||
--- doc/arm/reference.rst.orig 2024-08-13 14:20:18 UTC
|
||||
+++ doc/arm/reference.rst
|
||||
@@ -4386,6 +4386,10 @@ Tuning
|
||||
@@ -4388,6 +4388,10 @@ Tuning
|
||||
cannot exceed 7 days and is silently truncated to 7 days if set to a
|
||||
greater value.
|
||||
|
||||
@@ -37,7 +37,7 @@ Add the override-cache-ttl feature.
|
||||
.. namedconf:statement:: max-cache-ttl
|
||||
:tags: server
|
||||
:short: Specifies the maximum time (in seconds) that the server caches ordinary (positive) answers.
|
||||
--- lib/dns/include/dns/view.h.orig 2024-07-08 15:20:32 UTC
|
||||
--- lib/dns/include/dns/view.h.orig 2024-08-13 14:20:18 UTC
|
||||
+++ lib/dns/include/dns/view.h
|
||||
@@ -157,6 +157,7 @@ struct dns_view {
|
||||
bool requestnsid;
|
||||
@@ -47,9 +47,9 @@ Add the override-cache-ttl feature.
|
||||
dns_ttl_t maxncachettl;
|
||||
dns_ttl_t mincachettl;
|
||||
dns_ttl_t minncachettl;
|
||||
--- lib/dns/resolver.c.orig 2024-07-08 15:20:32 UTC
|
||||
--- lib/dns/resolver.c.orig 2024-08-13 14:20:18 UTC
|
||||
+++ lib/dns/resolver.c
|
||||
@@ -6258,6 +6258,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes
|
||||
@@ -6297,6 +6297,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -62,7 +62,7 @@ Add the override-cache-ttl feature.
|
||||
* Enforce the configure maximum cache TTL.
|
||||
*/
|
||||
if (rdataset->ttl > res->view->maxcachettl) {
|
||||
--- lib/isccfg/namedconf.c.orig 2024-07-08 15:20:32 UTC
|
||||
--- lib/isccfg/namedconf.c.orig 2024-08-13 14:20:18 UTC
|
||||
+++ lib/isccfg/namedconf.c
|
||||
@@ -2100,6 +2100,7 @@ static cfg_clausedef_t view_clauses[] = {
|
||||
#endif /* ifdef HAVE_LMDB */
|
||||
|
||||
@@ -240,19 +240,19 @@ include/ns/xfrout.h
|
||||
lib/bind/filter-a.so
|
||||
lib/bind/filter-aaaa.so
|
||||
lib/libbind9.so
|
||||
lib/libbind9-9.18.28.so
|
||||
lib/libbind9-9.18.29.so
|
||||
lib/libdns.so
|
||||
lib/libdns-9.18.28.so
|
||||
lib/libdns-9.18.29.so
|
||||
lib/libirs.so
|
||||
lib/libirs-9.18.28.so
|
||||
lib/libirs-9.18.29.so
|
||||
lib/libisc.so
|
||||
lib/libisc-9.18.28.so
|
||||
lib/libisc-9.18.29.so
|
||||
lib/libisccc.so
|
||||
lib/libisccc-9.18.28.so
|
||||
lib/libisccc-9.18.29.so
|
||||
lib/libisccfg.so
|
||||
lib/libisccfg-9.18.28.so
|
||||
lib/libisccfg-9.18.29.so
|
||||
lib/libns.so
|
||||
lib/libns-9.18.28.so
|
||||
lib/libns-9.18.29.so
|
||||
@comment share/man/man1/arpaname.1.gz
|
||||
@comment share/man/man1/delv.1.gz
|
||||
@comment share/man/man1/dig.1.gz
|
||||
|
||||
Reference in New Issue
Block a user