diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2022-04-22 15:08:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2022-04-22 15:55:52 +0000 |
commit | 7a9f416ffa1347d643f753b9c7fe183cdd77ce34 (patch) | |
tree | 6f1a5e13d9f95c47d65a3bfde4bfbf8f3339e9d5 | |
parent | 279801056eb46b74ce3828a77a7b679225817a2d (diff) | |
download | ports-7a9f416ffa1347d643f753b9c7fe183cdd77ce34.tar.gz ports-7a9f416ffa1347d643f753b9c7fe183cdd77ce34.zip |
dns/bind9-devel: upgrade to latest commit
-rw-r--r-- | dns/bind-tools/pkg-plist-devel | 14 | ||||
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 12 | ||||
-rw-r--r-- | dns/bind9-devel/pkg-plist | 14 |
5 files changed, 25 insertions, 25 deletions
diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index 490023d60049..6e7dd58b62f0 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.22.so +lib/bind-tools/libbind9-9.19.1-dev.so lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.17.22.so +lib/bind-tools/libdns-9.19.1-dev.so lib/bind-tools/libirs.so -lib/bind-tools/libirs-9.17.22.so +lib/bind-tools/libirs-9.19.1-dev.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.17.22.so +lib/bind-tools/libisc-9.19.1-dev.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.17.22.so +lib/bind-tools/libisccc-9.19.1-dev.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.17.22.so +lib/bind-tools/libisccfg-9.19.1-dev.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.17.22.so +lib/bind-tools/libns-9.19.1-dev.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 7e7953d76ab9..082cf342abf8 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.22a0.2022.04.08 +ISCVERSION= 9.19.1.2022.04.22 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 6cdc4114cb205b44be4f1cfdf752368e64757a4a +GL_COMMIT= 4d216e68ab6829a249e84247a65d298d32adc034 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index d2f09d1fea5e..57da13265334 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649660475 -SHA256 (isc-projects-bind9-6cdc4114cb205b44be4f1cfdf752368e64757a4a_GL0.tar.gz) = 08697d3416406dc82fa922cc147af63c4210685ba71399e09f55ad8fa92b6752 -SIZE (isc-projects-bind9-6cdc4114cb205b44be4f1cfdf752368e64757a4a_GL0.tar.gz) = 6203915 +TIMESTAMP = 1650639943 +SHA256 (isc-projects-bind9-4d216e68ab6829a249e84247a65d298d32adc034_GL0.tar.gz) = c9861670dddd5ab35aeaaf3c4e29a42ca972a1dbc1a9e3f0701f3ed3c994d1b5 +SIZE (isc-projects-bind9-4d216e68ab6829a249e84247a65d298d32adc034_GL0.tar.gz) = 6187253 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index cc78d545b34d..d36105468e9f 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 2022-04-08 10:15:26 UTC +--- bin/named/config.c.orig 2022-04-22 13:42:53 UTC +++ bin/named/config.c @@ -181,6 +181,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 2022-04-08 10:15:26 UTC +--- bin/named/server.c.orig 2022-04-22 13:42:53 UTC +++ bin/named/server.c -@@ -4488,6 +4488,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4505,6 +4505,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 2022-04-08 10:15:26 UTC +--- lib/dns/include/dns/view.h.orig 2022-04-22 13:42:53 UTC +++ lib/dns/include/dns/view.h @@ -155,6 +155,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 2022-04-08 10:15:26 UTC +--- lib/dns/resolver.c.orig 2022-04-22 13:42:53 UTC +++ lib/dns/resolver.c @@ -6113,6 +6113,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 2022-04-08 10:15:26 UTC +--- lib/isccfg/namedconf.c.orig 2022-04-22 13:42:53 UTC +++ lib/isccfg/namedconf.c @@ -2093,6 +2093,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 bc4c4652e39b..e8233a72e2ff 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -241,19 +241,19 @@ include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/libbind9.so -lib/libbind9-9.17.22.so +lib/libbind9-9.19.1-dev.so lib/libdns.so -lib/libdns-9.17.22.so +lib/libdns-9.19.1-dev.so lib/libirs.so -lib/libirs-9.17.22.so +lib/libirs-9.19.1-dev.so lib/libisc.so -lib/libisc-9.17.22.so +lib/libisc-9.19.1-dev.so lib/libisccc.so -lib/libisccc-9.17.22.so +lib/libisccc-9.19.1-dev.so lib/libisccfg.so -lib/libisccfg-9.17.22.so +lib/libisccfg-9.19.1-dev.so lib/libns.so -lib/libns-9.17.22.so +lib/libns-9.19.1-dev.so @comment man/man1/arpaname.1.gz @comment man/man1/delv.1.gz @comment man/man1/dig.1.gz |