mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Update to latest commit:
This commit is contained in:
parent
fedda1ccc7
commit
7ac64f7466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566304
@ -17,19 +17,19 @@ bin/nsec3hash
|
||||
bin/nslookup
|
||||
bin/nsupdate
|
||||
lib/bind-tools/libbind9.so
|
||||
lib/bind-tools/libbind9-9.17.9.so
|
||||
lib/bind-tools/libbind9-9.17.10.so
|
||||
lib/bind-tools/libdns.so
|
||||
lib/bind-tools/libdns-9.17.9.so
|
||||
lib/bind-tools/libdns-9.17.10.so
|
||||
lib/bind-tools/libirs.so
|
||||
lib/bind-tools/libirs-9.17.9.so
|
||||
lib/bind-tools/libirs-9.17.10.so
|
||||
lib/bind-tools/libisc.so
|
||||
lib/bind-tools/libisc-9.17.9.so
|
||||
lib/bind-tools/libisc-9.17.10.so
|
||||
lib/bind-tools/libisccc.so
|
||||
lib/bind-tools/libisccc-9.17.9.so
|
||||
lib/bind-tools/libisccc-9.17.10.so
|
||||
lib/bind-tools/libisccfg.so
|
||||
lib/bind-tools/libisccfg-9.17.9.so
|
||||
lib/bind-tools/libisccfg-9.17.10.so
|
||||
lib/bind-tools/libns.so
|
||||
lib/bind-tools/libns-9.17.9.so
|
||||
lib/bind-tools/libns-9.17.10.so
|
||||
man/man1/arpaname.1.gz
|
||||
man/man1/delv.1.gz
|
||||
man/man1/dig.1.gz
|
||||
|
@ -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.9a0.2021.02.14
|
||||
ISCVERSION= 9.17.10a0.2021.02.19
|
||||
# XXX: Remove gitlab
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.isc.org
|
||||
GL_ACCOUNT= isc-projects
|
||||
GL_PROJECT= bind9
|
||||
GL_COMMIT= 8c1df63312a02d2352312b07f292d8e84672fec2
|
||||
GL_COMMIT= bb124d6056e5e8bc2a960ea9de914744803378bc
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1613380526
|
||||
SHA256 (isc-projects-bind9-8c1df63312a02d2352312b07f292d8e84672fec2_GL0.tar.gz) = d405e2bea2569222646260b87cb1e7661a572c356342fc44fa52acca823f2abc
|
||||
SIZE (isc-projects-bind9-8c1df63312a02d2352312b07f292d8e84672fec2_GL0.tar.gz) = 6393007
|
||||
TIMESTAMP = 1614000873
|
||||
SHA256 (isc-projects-bind9-bb124d6056e5e8bc2a960ea9de914744803378bc_GL0.tar.gz) = 6f08411e601c56847f203d3b78d2239801c512a2ed6165cc980a975b0342b0c5
|
||||
SIZE (isc-projects-bind9-bb124d6056e5e8bc2a960ea9de914744803378bc_GL0.tar.gz) = 6396003
|
||||
|
@ -1,6 +1,6 @@
|
||||
Add the override-cache-ttl feature.
|
||||
|
||||
--- bin/named/config.c.orig 2021-02-14 23:02:44 UTC
|
||||
--- bin/named/config.c.orig 2021-02-19 12:30:50 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-14 23:02:44 UTC
|
||||
--- bin/named/server.c.orig 2021-02-19 12:30:50 UTC
|
||||
+++ bin/named/server.c
|
||||
@@ -4441,6 +4441,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
|
||||
@@ -4445,6 +4445,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-14 23:02:44 UTC
|
||||
--- lib/dns/include/dns/view.h.orig 2021-02-19 12:30:50 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-14 23:02:44 UTC
|
||||
--- lib/dns/resolver.c.orig 2021-02-19 12:30:50 UTC
|
||||
+++ lib/dns/resolver.c
|
||||
@@ -6388,6 +6388,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes
|
||||
}
|
||||
@ -49,9 +49,9 @@ 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-14 23:02:44 UTC
|
||||
--- lib/isccfg/namedconf.c.orig 2021-02-19 12:30:50 UTC
|
||||
+++ lib/isccfg/namedconf.c
|
||||
@@ -2007,6 +2007,7 @@ static cfg_clausedef_t view_clauses[] = {
|
||||
@@ -2024,6 +2024,7 @@ static cfg_clausedef_t view_clauses[] = {
|
||||
#endif /* ifdef HAVE_LMDB */
|
||||
{ "max-acache-size", NULL, CFG_CLAUSEFLAG_ANCIENT },
|
||||
{ "max-cache-size", &cfg_type_sizeorpercent, 0 },
|
||||
|
@ -193,7 +193,6 @@ include/isc/quota.h
|
||||
include/isc/radix.h
|
||||
include/isc/random.h
|
||||
include/isc/ratelimiter.h
|
||||
include/isc/readline.h
|
||||
include/isc/refcount.h
|
||||
include/isc/regex.h
|
||||
include/isc/region.h
|
||||
@ -266,19 +265,19 @@ include/pk11/site.h
|
||||
include/pkcs11/pkcs11.h
|
||||
lib/bind/filter-aaaa.so
|
||||
lib/libbind9.so
|
||||
lib/libbind9-9.17.9.so
|
||||
lib/libbind9-9.17.10.so
|
||||
lib/libdns.so
|
||||
lib/libdns-9.17.9.so
|
||||
lib/libdns-9.17.10.so
|
||||
lib/libirs.so
|
||||
lib/libirs-9.17.9.so
|
||||
lib/libirs-9.17.10.so
|
||||
lib/libisc.so
|
||||
lib/libisc-9.17.9.so
|
||||
lib/libisc-9.17.10.so
|
||||
lib/libisccc.so
|
||||
lib/libisccc-9.17.9.so
|
||||
lib/libisccc-9.17.10.so
|
||||
lib/libisccfg.so
|
||||
lib/libisccfg-9.17.9.so
|
||||
lib/libisccfg-9.17.10.so
|
||||
lib/libns.so
|
||||
lib/libns-9.17.9.so
|
||||
lib/libns-9.17.10.so
|
||||
@comment lib/named/filter-aaaa.so
|
||||
@comment man/man1/arpaname.1.gz
|
||||
@comment man/man1/delv.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user