diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind-tools/pkg-plist | 10 | ||||
-rw-r--r-- | dns/bind918/Makefile | 4 | ||||
-rw-r--r-- | dns/bind918/distinfo | 6 | ||||
-rw-r--r-- | dns/bind918/files/extrapatch-bind-min-override-ttl | 14 | ||||
-rw-r--r-- | dns/bind918/pkg-plist | 14 | ||||
-rw-r--r-- | dns/bind920/Makefile | 6 | ||||
-rw-r--r-- | dns/bind920/distinfo | 6 | ||||
-rw-r--r-- | dns/bind920/files/extrapatch-bind-min-override-ttl | 14 | ||||
-rw-r--r-- | dns/bind920/pkg-plist | 10 | ||||
-rw-r--r-- | dns/coredns/Makefile | 2 | ||||
-rw-r--r-- | dns/coredns/distinfo | 10 | ||||
-rw-r--r-- | dns/coredns/files/coredns.in | 3 | ||||
-rw-r--r-- | dns/coredns/pkg-plist | 2 | ||||
-rw-r--r-- | dns/dlint/Makefile | 18 | ||||
-rw-r--r-- | dns/dlint/distinfo | 6 |
15 files changed, 67 insertions, 58 deletions
diff --git a/dns/bind-tools/pkg-plist b/dns/bind-tools/pkg-plist index af8d024debf6..973d96c5405c 100644 --- a/dns/bind-tools/pkg-plist +++ b/dns/bind-tools/pkg-plist @@ -19,15 +19,15 @@ bin/nsec3hash bin/nslookup bin/nsupdate lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.20.10.so +lib/bind-tools/libdns-9.20.11.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.20.10.so +lib/bind-tools/libisc-9.20.11.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.20.10.so +lib/bind-tools/libisccc-9.20.11.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.20.10.so +lib/bind-tools/libisccfg-9.20.11.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.20.10.so +lib/bind-tools/libns-9.20.11.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 04f85e22be56..cc2f895c4b52 100644 --- a/dns/bind918/Makefile +++ b/dns/bind918/Makefile @@ -1,8 +1,8 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.18.37 -PORTREVISION= 2 +DISTVERSION= 9.18.38 +PORTREVISION= 0 CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} PKGNAMESUFFIX= 918 diff --git a/dns/bind918/distinfo b/dns/bind918/distinfo index bf584a1cfaa8..99584ea6783a 100644 --- a/dns/bind918/distinfo +++ b/dns/bind918/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747834565 -SHA256 (bind-9.18.37.tar.xz) = b322aaa4b0a98dba7507a18107b06283ec969af9af4797992e0a200fabace646 -SIZE (bind-9.18.37.tar.xz) = 5358128 +TIMESTAMP = 1752729485 +SHA256 (bind-9.18.38.tar.xz) = b11fce934773ec25dd6d7253caeaf9c5bbf073fd327acc29daffeca3987e31a1 +SIZE (bind-9.18.38.tar.xz) = 5362772 diff --git a/dns/bind918/files/extrapatch-bind-min-override-ttl b/dns/bind918/files/extrapatch-bind-min-override-ttl index 48b3f75c10f9..5fab4d9d5ef5 100644 --- a/dns/bind918/files/extrapatch-bind-min-override-ttl +++ b/dns/bind918/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2025-04-09 14:37:24 UTC +--- bin/named/config.c.orig 2025-07-04 09:46:41 UTC +++ bin/named/config.c @@ -186,6 +186,7 @@ options {\n\ notify-source *;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2025-04-09 14:37:24 UTC +--- bin/named/server.c.orig 2025-07-04 09:46:41 UTC +++ bin/named/server.c @@ -4755,6 +4755,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -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 2025-04-09 14:37:24 UTC +--- doc/arm/reference.rst.orig 2025-07-04 09:46:42 UTC +++ doc/arm/reference.rst -@@ -4388,6 +4388,10 @@ Tuning +@@ -4391,6 +4391,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 2025-04-09 14:37:24 UTC +--- lib/dns/include/dns/view.h.orig 2025-07-04 09:46:42 UTC +++ lib/dns/include/dns/view.h @@ -157,6 +157,7 @@ struct dns_view { bool requestnsid; @@ -47,7 +47,7 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2025-04-09 14:37:24 UTC +--- lib/dns/resolver.c.orig 2025-07-04 09:46:42 UTC +++ lib/dns/resolver.c @@ -6425,6 +6425,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 2025-04-09 14:37:25 UTC +--- lib/isccfg/namedconf.c.orig 2025-07-04 09:46:42 UTC +++ lib/isccfg/namedconf.c @@ -2105,6 +2105,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind918/pkg-plist b/dns/bind918/pkg-plist index 429310fceb20..d5899878e4fc 100644 --- a/dns/bind918/pkg-plist +++ b/dns/bind918/pkg-plist @@ -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.37.so +lib/libbind9-9.18.38.so lib/libdns.so -lib/libdns-9.18.37.so +lib/libdns-9.18.38.so lib/libirs.so -lib/libirs-9.18.37.so +lib/libirs-9.18.38.so lib/libisc.so -lib/libisc-9.18.37.so +lib/libisc-9.18.38.so lib/libisccc.so -lib/libisccc-9.18.37.so +lib/libisccc-9.18.38.so lib/libisccfg.so -lib/libisccfg-9.18.37.so +lib/libisccfg-9.18.38.so lib/libns.so -lib/libns-9.18.37.so +lib/libns-9.18.38.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz @comment share/man/man1/dig.1.gz diff --git a/dns/bind920/Makefile b/dns/bind920/Makefile index 530ad2ea268b..b60943aa0254 100644 --- a/dns/bind920/Makefile +++ b/dns/bind920/Makefile @@ -1,14 +1,14 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.20.10 +DISTVERSION= 9.20.11 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 1 +PORTREVISION= 0 .else # XXX: correct version # dns/bind920 here -PORTREVISION= 2 +PORTREVISION= 0 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} diff --git a/dns/bind920/distinfo b/dns/bind920/distinfo index f7b6fdb1e0a4..03c6a999f4c3 100644 --- a/dns/bind920/distinfo +++ b/dns/bind920/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750354633 -SHA256 (bind-9.20.10.tar.xz) = 0fb3ba2c337bb488ca68f5df296c435cd255058fb63d0822e91db0235c905716 -SIZE (bind-9.20.10.tar.xz) = 5677276 +TIMESTAMP = 1752729536 +SHA256 (bind-9.20.11.tar.xz) = 4da2d532e668bc21e883f6e6d9d3d81794d9ec60b181530385649a56f46ee17a +SIZE (bind-9.20.11.tar.xz) = 5674856 diff --git a/dns/bind920/files/extrapatch-bind-min-override-ttl b/dns/bind920/files/extrapatch-bind-min-override-ttl index f1e6b1625e17..6727512a8c68 100644 --- a/dns/bind920/files/extrapatch-bind-min-override-ttl +++ b/dns/bind920/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2025-06-06 10:29:25 UTC +--- bin/named/config.c.orig 2025-07-04 09:42:08 UTC +++ bin/named/config.c @@ -186,6 +186,7 @@ options {\n\ notify-source *;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2025-06-06 10:29:25 UTC +--- bin/named/server.c.orig 2025-07-04 09:42:08 UTC +++ bin/named/server.c @@ -4639,6 +4639,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -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 2025-06-06 10:29:26 UTC +--- doc/arm/reference.rst.orig 2025-07-04 09:42:08 UTC +++ doc/arm/reference.rst -@@ -4394,6 +4394,10 @@ Tuning +@@ -4397,6 +4397,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 2025-06-06 10:29:26 UTC +--- lib/dns/include/dns/view.h.orig 2025-07-04 09:42:08 UTC +++ lib/dns/include/dns/view.h @@ -151,6 +151,7 @@ struct dns_view { bool requestnsid; @@ -47,7 +47,7 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2025-06-06 10:29:26 UTC +--- lib/dns/resolver.c.orig 2025-07-04 09:42:08 UTC +++ lib/dns/resolver.c @@ -5967,6 +5967,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 2025-06-06 10:29:26 UTC +--- lib/isccfg/namedconf.c.orig 2025-07-04 09:42:08 UTC +++ lib/isccfg/namedconf.c @@ -2220,6 +2220,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind920/pkg-plist b/dns/bind920/pkg-plist index fda86e2b22e7..7ea15c9ea909 100644 --- a/dns/bind920/pkg-plist +++ b/dns/bind920/pkg-plist @@ -242,15 +242,15 @@ include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so -lib/libdns-9.20.10.so +lib/libdns-9.20.11.so lib/libdns.so -lib/libisc-9.20.10.so +lib/libisc-9.20.11.so lib/libisc.so -lib/libisccc-9.20.10.so +lib/libisccc-9.20.11.so lib/libisccc.so -lib/libisccfg-9.20.10.so +lib/libisccfg-9.20.11.so lib/libisccfg.so -lib/libns-9.20.10.so +lib/libns-9.20.11.so lib/libns.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz diff --git a/dns/coredns/Makefile b/dns/coredns/Makefile index b2fe49e4430e..5cf6341bf856 100644 --- a/dns/coredns/Makefile +++ b/dns/coredns/Makefile @@ -1,6 +1,6 @@ PORTNAME= coredns DISTVERSIONPREFIX= v -DISTVERSION= 1.12.1 +DISTVERSION= 1.12.2 PORTREVISION= 1 CATEGORIES= dns diff --git a/dns/coredns/distinfo b/dns/coredns/distinfo index 35c8f15ddbcc..14e797a6aedc 100644 --- a/dns/coredns/distinfo +++ b/dns/coredns/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1743489333 -SHA256 (go/dns_coredns/coredns-v1.12.1/v1.12.1.mod) = ce863e161a6a15293957151d86b1475bacd4b2778263b8fd32683672c56fb19a -SIZE (go/dns_coredns/coredns-v1.12.1/v1.12.1.mod) = 9409 -SHA256 (go/dns_coredns/coredns-v1.12.1/v1.12.1.zip) = c18af1c8b0b2ed1a87e04864bd95490bfeaec9dcb88b27e578caf40248f5339a -SIZE (go/dns_coredns/coredns-v1.12.1/v1.12.1.zip) = 1052380 +TIMESTAMP = 1749710603 +SHA256 (go/dns_coredns/coredns-v1.12.2/v1.12.2.mod) = c88c4c14c9b44901e709f466b4b1875798c48e329a82824832b5851df045578f +SIZE (go/dns_coredns/coredns-v1.12.2/v1.12.2.mod) = 9862 +SHA256 (go/dns_coredns/coredns-v1.12.2/v1.12.2.zip) = 0e8a5d5ecf3eca1215c12c3cf361b0ea028897e5574b466d4528cd5a970339d9 +SIZE (go/dns_coredns/coredns-v1.12.2/v1.12.2.zip) = 1099518 diff --git a/dns/coredns/files/coredns.in b/dns/coredns/files/coredns.in index fb5af7605464..b0a422fc3b5b 100644 --- a/dns/coredns/files/coredns.in +++ b/dns/coredns/files/coredns.in @@ -30,10 +30,11 @@ load_rc_config $name : ${coredns_listen_port:="53"} pidfile="/var/run/${name}.pid" +logfile="/var/log/${name}.log" command="/usr/sbin/daemon" procname="%%PREFIX%%/bin/${name}" coredns_args="-conf ${coredns_config} -dns.port ${coredns_listen_port}" -command_args="-S -m 3 -s "info" -l "daemon" -p ${pidfile} /usr/bin/env ${procname} ${coredns_args}" +command_args="-o ${logfile} -m 3 -s "info" -l "daemon" -p ${pidfile} /usr/bin/env ${procname} ${coredns_args}" coredns_precmd() { diff --git a/dns/coredns/pkg-plist b/dns/coredns/pkg-plist index 7ee6d4c0f61c..81f888121d10 100644 --- a/dns/coredns/pkg-plist +++ b/dns/coredns/pkg-plist @@ -36,8 +36,10 @@ share/man/man7/coredns-loop.7.gz share/man/man7/coredns-metadata.7.gz share/man/man7/coredns-metrics.7.gz share/man/man7/coredns-minimal.7.gz +share/man/man7/coredns-multisocket.7.gz share/man/man7/coredns-nsid.7.gz share/man/man7/coredns-pprof.7.gz +share/man/man7/coredns-quic.7.gz share/man/man7/coredns-ready.7.gz share/man/man7/coredns-reload.7.gz share/man/man7/coredns-rewrite.7.gz diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 8cf993ae2397..7a1e9c4888ba 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -1,17 +1,23 @@ PORTNAME= dlint -PORTVERSION= 1.4.1 +DISTVERSION= 1.4.3 CATEGORIES= dns -MASTER_SITES= https://BSDforge.com/projects/source/dns/dlint/ +MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= portmaster@BSDforge.com -COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) -WWW= https://BSDforge.com/projects/dns/dlint +COMMENT= Lint for DNS zones -- a Domain Name Server zone verification utility +WWW= https://codeberg.org/BSDforge/${PORTNAME}/ -USES= shebangfix tar:xz +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= dig:dns/bind-tools + +USES= perl5 shebangfix +SHEBANG_FILES= digparse NO_ARCH= yes NO_BUILD= yes -SHEBANG_FILES= digparse +WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS diff --git a/dns/dlint/distinfo b/dns/dlint/distinfo index 2f8d5ae1297e..bd8300d2c5be 100644 --- a/dns/dlint/distinfo +++ b/dns/dlint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467747663 -SHA256 (dlint-1.4.1.tar.xz) = f542b03a1eff2b7850d353f5227976e418f98305bf163ac1e184360cc8222197 -SIZE (dlint-1.4.1.tar.xz) = 22100 +TIMESTAMP = 1752259636 +SHA256 (dlint-1.4.3.tar.gz) = b32ad16abb8526c562d1a9a023059db4e163a053c33c7c4c3789cda1b06e25be +SIZE (dlint-1.4.3.tar.gz) = 23320 |