dns/bind9-devel: Update to latest commit.
This commit is contained in:
parent
0081349c71
commit
2fa1ab34a6
@ -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
|
||||
|
@ -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/-.*//}
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user