diff options
Diffstat (limited to 'dns')
34 files changed, 121 insertions, 193 deletions
diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 1165768d02d8..aa76e1659394 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,7 +1,6 @@ PORTNAME= amass DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0 -PORTREVISION= 1 +DISTVERSION= 5.0.1 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/amass/distinfo b/dns/amass/distinfo index 72dd7833c740..1983af89c4da 100644 --- a/dns/amass/distinfo +++ b/dns/amass/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756087281 -SHA256 (go/dns_amass/amass-v5.0.0/v5.0.0.mod) = 78c946e3b3e7228ff2c9af8a68b28c0cf1727c0ebf4c303fa766370bed0296a2 -SIZE (go/dns_amass/amass-v5.0.0/v5.0.0.mod) = 4935 -SHA256 (go/dns_amass/amass-v5.0.0/v5.0.0.zip) = b4410134d2a5a779923fb812f7874d460c99f916abcc9beebe7b88e10f134979 -SIZE (go/dns_amass/amass-v5.0.0/v5.0.0.zip) = 430738 +TIMESTAMP = 1757057821 +SHA256 (go/dns_amass/amass-v5.0.1/v5.0.1.mod) = 9754d732e871f8f1071d161f72a05622a4cd83ad61262e57e1500af2878978b8 +SIZE (go/dns_amass/amass-v5.0.1/v5.0.1.mod) = 5046 +SHA256 (go/dns_amass/amass-v5.0.1/v5.0.1.zip) = a53635de92a8f49501004bffdfd12cccd51d5699568edce64ae84878aadd2241 +SIZE (go/dns_amass/amass-v5.0.1/v5.0.1.zip) = 431180 diff --git a/dns/bind-tools/pkg-plist b/dns/bind-tools/pkg-plist index 7b57ff5ad7aa..c8a657e19e91 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.12.so +lib/bind-tools/libdns-9.20.13.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.20.12.so +lib/bind-tools/libisc-9.20.13.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.20.12.so +lib/bind-tools/libisccc-9.20.13.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.20.12.so +lib/bind-tools/libisccfg-9.20.13.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.20.12.so +lib/bind-tools/libns-9.20.13.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index 5d111aa132b6..f669818a7c03 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -18,21 +18,11 @@ bin/named-rrchecker bin/nsec3hash bin/nslookup bin/nsupdate -lib/bind-tools/libdns.so.9.21.11 -lib/bind-tools/libdns.so.9.21 -lib/bind-tools/libdns.so -lib/bind-tools/libisc.so.9.21.11 -lib/bind-tools/libisc.so.9.21 -lib/bind-tools/libisc.so -lib/bind-tools/libisccc.so.9.21.11 -lib/bind-tools/libisccc.so.9.21 -lib/bind-tools/libisccc.so -lib/bind-tools/libisccfg.so.9.21.11 -lib/bind-tools/libisccfg.so.9.21 -lib/bind-tools/libisccfg.so -lib/bind-tools/libns.so.9.21.11 -lib/bind-tools/libns.so.9.21 -lib/bind-tools/libns.so +lib/bind-tools/libdns-9.21.12.so +lib/bind-tools/libisc-9.21.12.so +lib/bind-tools/libisccc-9.21.12.so +lib/bind-tools/libisccfg-9.21.12.so +lib/bind-tools/libns-9.21.12.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index cded8d4f852e..b6e69c17a82c 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -1,7 +1,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.21.11 +DISTVERSION= 9.21.12 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 2da0ae351602..4fb49af27c49 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756270638 -SHA256 (bind-9.21.11.tar.xz) = b2262ed7d691767e59cdf53e9f6e914fe116ff180295a2fe43a36d77143efcee -SIZE (bind-9.21.11.tar.xz) = 5217656 +TIMESTAMP = 1757530153 +SHA256 (bind-9.21.12.tar.xz) = b32a53d0ce5dc0e00d200cabc4c46974c635ea435bd88a195f9981e15c25e1e7 +SIZE (bind-9.21.12.tar.xz) = 5231764 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index d07b689fc121..0cf1e4292643 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2025-08-13 17:10:38 UTC +--- bin/named/config.c.orig 2025-09-04 15:54:02 UTC +++ bin/named/config.c -@@ -187,6 +187,7 @@ options {\n\ +@@ -186,6 +186,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 2025-08-13 17:10:38 UTC +--- bin/named/server.c.orig 2025-09-04 15:54:02 UTC +++ bin/named/server.c -@@ -4233,6 +4233,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4275,6 +4275,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 2025-08-13 17:10:38 UTC +--- doc/arm/reference.rst.orig 2025-09-04 15:54:02 UTC +++ doc/arm/reference.rst -@@ -4187,6 +4187,10 @@ Tuning +@@ -4173,6 +4173,10 @@ Tuning cannot exceed 7 days and is silently truncated to 7 days if set to a greater value. @@ -37,9 +37,9 @@ 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. ---- doc/misc/options.orig 2025-08-13 17:10:38 UTC +--- doc/misc/options.orig 2025-09-04 15:54:02 UTC +++ doc/misc/options -@@ -171,6 +171,7 @@ options { +@@ -172,6 +172,7 @@ options { masterfile-style ( full | relative ); match-mapped-addresses <boolean>; max-cache-size ( default | unlimited | <sizeval> | <percentage> ); @@ -47,7 +47,7 @@ Add the override-cache-ttl feature. max-cache-ttl <duration>; max-clients-per-query <integer>; max-ixfr-ratio ( unlimited | <percentage> ); ---- lib/dns/include/dns/view.h.orig 2025-08-13 17:10:38 UTC +--- lib/dns/include/dns/view.h.orig 2025-09-04 15:54:02 UTC +++ lib/dns/include/dns/view.h @@ -148,6 +148,7 @@ struct dns_view { bool requestzoneversion; @@ -57,9 +57,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2025-08-13 17:10:38 UTC +--- lib/dns/resolver.c.orig 2025-09-04 15:54:02 UTC +++ lib/dns/resolver.c -@@ -5766,6 +5766,12 @@ fixttls(dns_view_t *view, dns_rdataset_t *rdataset, +@@ -5776,6 +5776,12 @@ fixttls(dns_view_t *view, dns_rdataset_t *rdataset, fixttls(dns_view_t *view, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) { /* @@ -72,9 +72,9 @@ Add the override-cache-ttl feature. * Enforce the configured maximum and minimum cache TTL. */ if (rdataset->ttl > view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2025-08-13 17:10:38 UTC +--- lib/isccfg/namedconf.c.orig 2025-09-04 15:54:02 UTC +++ lib/isccfg/namedconf.c -@@ -2084,6 +2084,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2086,6 +2086,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 }, diff --git a/dns/bind9-devel/files/patch-meson.build b/dns/bind9-devel/files/patch-meson.build index d0e04c456b02..69f07446f567 100644 --- a/dns/bind9-devel/files/patch-meson.build +++ b/dns/bind9-devel/files/patch-meson.build @@ -1,6 +1,6 @@ Use bind-tools option to ease the server/tools package split ---- meson.build.orig 2025-08-13 17:10:38 UTC +--- meson.build.orig 2025-09-04 15:54:02 UTC +++ meson.build @@ -69,6 +69,8 @@ zlib_opt = get_option('zlib') tracing_opt = get_option('tracing') @@ -11,59 +11,7 @@ Use bind-tools option to ease the server/tools package split if meson.version().version_compare('>=1.1.0') build_options = meson.build_options() if build_options == '' -@@ -976,9 +978,15 @@ isc_srcconf = isc_srcset.apply(config, strict: false) - - isc_srcconf = isc_srcset.apply(config, strict: false) - -+project_version = meson.project_version() -+soversion_parts = project_version.split('.') # ['1', '2', '3'] -+soversion = '@0@.@1@'.format(soversion_parts[0], soversion_parts[1]) -+ - libisc = library( - 'isc', - isc_srcconf.sources(), -+ version: project_version, -+ soversion: soversion, - objects: isc_probe_objects, - install: true, - install_rpath: libdir, -@@ -1006,6 +1014,8 @@ libdns = library( - libdns = library( - 'dns', - dns_srcconf.sources(), -+ version: project_version, -+ soversion: soversion, - include_directories: dns_inc, - install: true, - install_rpath: libdir, -@@ -1040,6 +1050,8 @@ libns = library( - libns = library( - 'ns', - ns_srcconf.sources(), -+ version: project_version, -+ soversion: soversion, - objects: ns_probe_objects, - install: true, - install_rpath: libdir, -@@ -1066,6 +1078,8 @@ libisccc = library( - libisccc = library( - 'isccc', - isccc_srcconf.sources(), -+ version: project_version, -+ soversion: soversion, - implicit_include_directories: false, - include_directories: isccc_inc, - install: true, -@@ -1087,6 +1101,8 @@ libisccfg = library( - libisccfg = library( - 'isccfg', - isccfg_srcconf.sources(), -+ version: project_version, -+ soversion: soversion, - implicit_include_directories: false, - include_directories: isccfg_inc, - install: true, -@@ -1107,6 +1123,7 @@ named_srcconf = named_srcset.apply(config, strict: fal +@@ -1159,6 +1175,7 @@ named_srcconf = named_srcset.apply(config, strict: fal named_srcconf = named_srcset.apply(config, strict: false) @@ -71,7 +19,7 @@ Use bind-tools option to ease the server/tools package split executable( 'arpaname', arpaname_src, -@@ -1335,7 +1352,9 @@ executable( +@@ -1371,7 +1388,9 @@ executable( libisc_dep, ], ) @@ -81,7 +29,7 @@ Use bind-tools option to ease the server/tools package split executable( 'named-checkconf', named_checkconf_src, -@@ -1413,7 +1432,9 @@ endif +@@ -1444,7 +1463,9 @@ endif ], ) endif @@ -91,7 +39,7 @@ Use bind-tools option to ease the server/tools package split executable( 'named-rrchecker', named_rrchecker_src, -@@ -1427,7 +1448,9 @@ executable( +@@ -1457,7 +1478,9 @@ executable( ], ) @@ -101,7 +49,7 @@ Use bind-tools option to ease the server/tools package split executable( 'named', named_srcconf.sources(), -@@ -1458,7 +1481,9 @@ executable( +@@ -1487,7 +1510,9 @@ executable( named_srcconf.dependencies(), ], ) @@ -111,7 +59,7 @@ Use bind-tools option to ease the server/tools package split executable( 'nsec3hash', nsec3hash_src, -@@ -1506,7 +1531,9 @@ executable( +@@ -1532,7 +1557,9 @@ executable( edit_dep, ], ) @@ -121,7 +69,7 @@ Use bind-tools option to ease the server/tools package split executable( 'rndc-confgen', rndc_confgen_src, -@@ -1592,6 +1619,7 @@ shared_library( +@@ -1613,6 +1640,7 @@ shared_library( libns_dep, ], ) @@ -129,7 +77,7 @@ Use bind-tools option to ease the server/tools package split subdir('doc') subdir('tests') -@@ -1659,7 +1687,6 @@ print(release_date, end="") +@@ -1680,7 +1708,6 @@ print(release_date, end="") print(release_date, end="") ''' @@ -137,7 +85,7 @@ Use bind-tools option to ease the server/tools package split release_date = '' if python.found() release_date = run_command(python, ['-c', get_release_date], check: true).stdout() -@@ -1680,6 +1707,7 @@ if doc_opt.allowed() +@@ -1701,6 +1728,7 @@ if doc_opt.allowed() install_man(man_pages) diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 236e8d0a7722..4ab574014273 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -117,6 +117,7 @@ include/isc/backtrace.h include/isc/barrier.h include/isc/base32.h include/isc/base64.h +include/isc/bit.h include/isc/buffer.h include/isc/commandline.h include/isc/counter.h @@ -234,21 +235,11 @@ include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so -lib/libdns.so.9.21.11 -lib/libdns.so.9.21 -lib/libdns.so -lib/libisc.so.9.21.11 -lib/libisc.so.9.21 -lib/libisc.so -lib/libisccc.so.9.21.11 -lib/libisccc.so.9.21 -lib/libisccc.so -lib/libisccfg.so.9.21.11 -lib/libisccfg.so.9.21 -lib/libisccfg.so -lib/libns.so.9.21.11 -lib/libns.so.9.21 -lib/libns.so +lib/libdns-9.21.12.so +lib/libisc-9.21.12.so +lib/libisccc-9.21.12.so +lib/libisccfg-9.21.12.so +lib/libns-9.21.12.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 d3ff68396546..76f623019bad 100644 --- a/dns/bind920/Makefile +++ b/dns/bind920/Makefile @@ -1,7 +1,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.20.12 +DISTVERSION= 9.20.13 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 diff --git a/dns/bind920/distinfo b/dns/bind920/distinfo index ec97ab3ce744..430bb7b803c1 100644 --- a/dns/bind920/distinfo +++ b/dns/bind920/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756270416 -SHA256 (bind-9.20.12.tar.xz) = dd32d6eb67504e8a430aaf70b4ef894f3d0226b44c7e02370c9b0d377f1c7999 -SIZE (bind-9.20.12.tar.xz) = 5700944 +TIMESTAMP = 1757529705 +SHA256 (bind-9.20.13.tar.xz) = 151f9376ead317e646a5d0c9f01c060386d891118d7437a7f829bb9727c7b34c +SIZE (bind-9.20.13.tar.xz) = 5762540 diff --git a/dns/bind920/files/extrapatch-bind-min-override-ttl b/dns/bind920/files/extrapatch-bind-min-override-ttl index 085a03ec7098..c8c8fd0d7f1f 100644 --- a/dns/bind920/files/extrapatch-bind-min-override-ttl +++ b/dns/bind920/files/extrapatch-bind-min-override-ttl @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2025-08-13 17:20:02 UTC +--- bin/named/config.c.orig 2025-09-04 16:14:02 UTC +++ bin/named/config.c -@@ -186,6 +186,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 2025-08-13 17:20:02 UTC +--- bin/named/server.c.orig 2025-09-04 16:14:02 UTC +++ bin/named/server.c -@@ -4640,6 +4640,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4698,6 +4698,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 2025-08-13 17:20:02 UTC +--- doc/arm/reference.rst.orig 2025-09-04 16:14:03 UTC +++ doc/arm/reference.rst -@@ -4397,6 +4397,10 @@ Tuning +@@ -4383,6 +4383,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-08-13 17:20:02 UTC +--- lib/dns/include/dns/view.h.orig 2025-09-04 16:14:03 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-08-13 17:20:02 UTC +--- lib/dns/resolver.c.orig 2025-09-04 16:14:03 UTC +++ lib/dns/resolver.c @@ -5985,6 +5985,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } @@ -62,9 +62,9 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2025-08-13 17:20:02 UTC +--- lib/isccfg/namedconf.c.orig 2025-09-04 16:14:03 UTC +++ lib/isccfg/namedconf.c -@@ -2220,6 +2220,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2222,6 +2222,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 }, diff --git a/dns/bind920/pkg-plist b/dns/bind920/pkg-plist index 35f6975b47f9..ac17cb88178d 100644 --- a/dns/bind920/pkg-plist +++ b/dns/bind920/pkg-plist @@ -243,15 +243,15 @@ include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so -lib/libdns-9.20.12.so +lib/libdns-9.20.13.so lib/libdns.so -lib/libisc-9.20.12.so +lib/libisc-9.20.13.so lib/libisc.so -lib/libisccc-9.20.12.so +lib/libisccc-9.20.13.so lib/libisccc.so -lib/libisccfg-9.20.12.so +lib/libisccfg-9.20.13.so lib/libisccfg.so -lib/libns-9.20.12.so +lib/libns-9.20.13.so lib/libns.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index e2ca8ec3e23d..c27e199dcb4f 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,7 +1,6 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v -DISTVERSION= 4.23.0 -PORTREVISION= 1 +DISTVERSION= 4.24.0 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org diff --git a/dns/dnscontrol/distinfo b/dns/dnscontrol/distinfo index 06ab1a6ad6ce..56ba9bc798d8 100644 --- a/dns/dnscontrol/distinfo +++ b/dns/dnscontrol/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1755411314 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.mod) = 7ecba866f7c6790165189e2d3f2ad5c3af8a031b966e17f23c265586a3900b92 -SIZE (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.mod) = 7537 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.zip) = ef7d267b993bcedd5af46d5ba3980c11c0e65ecdbada6391b279f03f13be2c7e -SIZE (go/dns_dnscontrol/dnscontrol-v4.23.0/v4.23.0.zip) = 5552104 +TIMESTAMP = 1757064759 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.mod) = 1584a90fa4a12902da38c6e9fe178a451967d7576cea641c92dd113837d7d2d7 +SIZE (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.mod) = 7535 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.zip) = 3aaed3970d90027b861f8760aa1ebce18527652b5d94376676b2718feec69da3 +SIZE (go/dns_dnscontrol/dnscontrol-v4.24.0/v4.24.0.zip) = 5560788 diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index fea62fca0462..f7a21ba05071 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -1,7 +1,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.7 DISTVERSIONPREFIX= v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index a37a569ab628..a67e9f7bb13d 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.9.8 +DISTVERSION= 5.0.0 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index 29ad512c09c1..1fcc8a85a098 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754983765 -SHA256 (pdns-4.9.8.tar.bz2) = 180b66ae332d3166968e013bff7cbf6f0c72869d6be697db74a02df3ac6e8a91 -SIZE (pdns-4.9.8.tar.bz2) = 1363358 +TIMESTAMP = 1755867970 +SHA256 (pdns-5.0.0.tar.bz2) = 0dcce355d97a99acefc1d45d63c117d952149867dc7983236f7efc9e041b0a30 +SIZE (pdns-5.0.0.tar.bz2) = 1432702 diff --git a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 index 6bd1ed29d7ef..93d52cf80054 100644 --- a/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 +++ b/dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 @@ -1,4 +1,4 @@ ---- m4/pdns_check_libcrypto.m4.orig 2023-06-01 06:54:16 UTC +--- m4/pdns_check_libcrypto.m4.orig 2025-08-22 07:51:37 UTC +++ m4/pdns_check_libcrypto.m4 @@ -75,8 +75,10 @@ AC_DEFUN([PDNS_CHECK_LIBCRYPTO], [ for ssldir in $ssldirs; do @@ -12,3 +12,4 @@ + fi LIBCRYPTO_LIBS="-lcrypto" found=true + AC_MSG_RESULT([yes]) diff --git a/dns/powerdns/files/patch-m4_pdns__with__lua.m4 b/dns/powerdns/files/patch-m4_pdns__with__lua.m4 index ca71a8619a53..bafc55a676d8 100644 --- a/dns/powerdns/files/patch-m4_pdns__with__lua.m4 +++ b/dns/powerdns/files/patch-m4_pdns__with__lua.m4 @@ -1,11 +1,11 @@ ---- m4/pdns_with_lua.m4.orig 2020-09-30 10:42:53 UTC +--- m4/pdns_with_lua.m4.orig 2025-09-05 09:28:15 UTC +++ m4/pdns_with_lua.m4 -@@ -41,7 +41,7 @@ AC_DEFUN([PDNS_WITH_LUA],[ - ], [ : ]) - AS_IF([test -z "$LUAPC"], [ - found_lua=n -- m4_foreach_w([luapc], [lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ -+ m4_foreach_w([luapc], [lua5.4 lua-5.4 lua54 lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ - AS_IF([test "$found_lua" != "y"], [ - PKG_CHECK_MODULES([LUA], [luapc >= ${lua_min_version}], [ - AC_DEFINE([HAVE_LUA], [1], [Define to 1 if you have lua]) +@@ -40,7 +40,7 @@ AC_DEFUN([PDNS_WITH_LUA],[ + ], [ : ]) + AS_IF([test -z "$LUAPC"], [ + found_lua=n +- m4_foreach_w([luapc], [lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ ++ m4_foreach_w([luapc], [lua5.4 lua5.3 lua-5.4 lua-5.3 lua54 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua], [ + AS_IF([test "$found_lua" != "y"], [ + PKG_CHECK_MODULES([LUA], [luapc >= ${lua_min_version}], [ + AC_DEFINE([HAVE_LUA], [1], [Define to 1 if you have lua]) diff --git a/dns/powerdns/files/patch-pdns_auth-main.cc b/dns/powerdns/files/patch-pdns_auth-main.cc index 38c715a46e17..e3b3fe86fe2a 100644 --- a/dns/powerdns/files/patch-pdns_auth-main.cc +++ b/dns/powerdns/files/patch-pdns_auth-main.cc @@ -1,6 +1,6 @@ ---- pdns/auth-main.cc.orig 2023-06-01 06:54:16 UTC +--- pdns/auth-main.cc.orig 2025-08-22 07:51:37 UTC +++ pdns/auth-main.cc -@@ -278,8 +278,8 @@ static void declareArguments() +@@ -282,8 +282,8 @@ static void declareArguments() ::arg().setSwitch("no-shuffle", "Set this to prevent random shuffling of answers - for regression testing") = "off"; diff --git a/dns/powerdns/files/pdns.in b/dns/powerdns/files/pdns.in index 1326371c92dc..f3865623b017 100644 --- a/dns/powerdns/files/pdns.in +++ b/dns/powerdns/files/pdns.in @@ -26,7 +26,7 @@ pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"} required_files=${pdns_conf} -pidfile=/var/run/pdns/${name}.pid +pidfile=/var/run/${name}/${name}.pid command=%%PREFIX%%/sbin/pdns_server command_args="${pdns_flags} --daemon --guardian" diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index 085f3e8e3163..fce094478a75 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,5 +1,5 @@ PORTNAME= public_suffix_list -PORTVERSION= 20250812 +PORTVERSION= 20250828 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ SLAVEDIRS= dns/p5-Mozilla-PublicSuffix dns/py-publicsuffix dns/py-publicsuffix2 USE_GITHUB= yes GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 0dc563d +GH_TAGNAME= 4103956 do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 88b638a7f36a..b6f750034a1b 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755062454 -SHA256 (publicsuffix-list-20250812-0dc563d_GH0.tar.gz) = 3b585c0fc60aed64bf51d53f19d0b223ff0fad224ee370cb4d8f7aad6a8ff6e8 -SIZE (publicsuffix-list-20250812-0dc563d_GH0.tar.gz) = 299017 +TIMESTAMP = 1757120508 +SHA256 (publicsuffix-list-20250828-4103956_GH0.tar.gz) = 2f7bb3c6355090ebd63e383cc4e3f116ecac0e40900bd64ff7ca4aad0f7290e9 +SIZE (publicsuffix-list-20250828-4103956_GH0.tar.gz) = 299060 diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index b6b2a579431d..4f8abb6b2c82 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnspython -DISTVERSION= 2.7.0 +DISTVERSION= 2.8.0 PORTEPOCH= 1 CATEGORIES= dns python MASTER_SITES= PYPI @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent cython pep517 pytest BINARY_ALIAS= git=false @@ -34,11 +34,11 @@ TRIO_DESC= Concurrent async IO library support with TRIO backend DNSSEC_USE= PYTHON=cryptography DOH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=4.1.0:www/py-h2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httpcore>=0.17.3:www/py-httpcore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.1:www/py-httpx@${PY_FLAVOR} -DOQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioquic>=1.0.0:www/py-aioquic@${PY_FLAVOR} -IDNA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR} -TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.14:net/py-trio@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}httpcore>=1.0.0:www/py-httpcore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.0:www/py-httpx@${PY_FLAVOR} +DOQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioquic>=1.2.0:www/py-aioquic@${PY_FLAVOR} +IDNA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=3.10:dns/py-idna@${PY_FLAVOR} +TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.30:net/py-trio@${PY_FLAVOR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/dns/py-dnspython/distinfo b/dns/py-dnspython/distinfo index 1f0d91726964..7e0a184a468f 100644 --- a/dns/py-dnspython/distinfo +++ b/dns/py-dnspython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728278129 -SHA256 (dnspython-2.7.0.tar.gz) = ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1 -SIZE (dnspython-2.7.0.tar.gz) = 345197 +TIMESTAMP = 1757405167 +SHA256 (dnspython-2.8.0.tar.gz) = 181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f +SIZE (dnspython-2.8.0.tar.gz) = 368251 diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index adb3f44035eb..a842ab9eaaff 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 92 +PORTREVISION= 93 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 066629b0a127..0d2cb22d4b57 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 66 +PORTREVISION= 67 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index df70e8c5c0ab..973b83457d84 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20250812 +PORTVERSION= 1.0.2.20250830 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index 3395f764cabc..49acbab8549a 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755062568 -SHA256 (publicsuffixlist-1.0.2.20250812.tar.gz) = cbc0b92e0e747a991c191df09d21e18ab70ac06798e777dca269ad12e2df5143 -SIZE (publicsuffixlist-1.0.2.20250812.tar.gz) = 105934 +TIMESTAMP = 1757120772 +SHA256 (publicsuffixlist-1.0.2.20250830.tar.gz) = 8b34dfae6db49b865046ec4e86c8d84e9cd129af2f7a1a5d97017862bb8add8f +SIZE (publicsuffixlist-1.0.2.20250830.tar.gz) = 106024 diff --git a/dns/rubygem-google-apis-dns_v1-gitlab/Makefile b/dns/rubygem-google-apis-dns_v1-gitlab/Makefile index b7d92b8159fa..bbc0a2389def 100644 --- a/dns/rubygem-google-apis-dns_v1-gitlab/Makefile +++ b/dns/rubygem-google-apis-dns_v1-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-dns_v1 -PORTVERSION= 0.44.0 +PORTVERSION= 0.49.0 CATEGORIES= dns rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab diff --git a/dns/rubygem-google-apis-dns_v1-gitlab/distinfo b/dns/rubygem-google-apis-dns_v1-gitlab/distinfo index f16e2e066c71..7dbe67ff07f3 100644 --- a/dns/rubygem-google-apis-dns_v1-gitlab/distinfo +++ b/dns/rubygem-google-apis-dns_v1-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722249156 -SHA256 (rubygem/google-apis-dns_v1-0.44.0.gem) = 0d36a6e0dbf64ee85e80a00b834f90fa3f500b40b6f9db5ae9116da86a36dc03 -SIZE (rubygem/google-apis-dns_v1-0.44.0.gem) = 38400 +TIMESTAMP = 1757307996 +SHA256 (rubygem/google-apis-dns_v1-0.49.0.gem) = 4ffec461dfdbf2650470f3a0f44a9d9f7af34c672f079e740f366c36efec70ea +SIZE (rubygem/google-apis-dns_v1-0.49.0.gem) = 38912 diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index f07d7931accd..33fc13fedffc 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= public_suffix PORTVERSION= 6.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 51dd9f16f8e8..0f3f6fce6a7b 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -1,6 +1,6 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 103 +PORTREVISION= 104 CATEGORIES= dns rubygems MASTER_SITES= RG |