diff options
Diffstat (limited to 'dns')
76 files changed, 382 insertions, 326 deletions
diff --git a/dns/acme-dns/Makefile b/dns/acme-dns/Makefile index ffcbd1474f23..b18a9a03ae3a 100644 --- a/dns/acme-dns/Makefile +++ b/dns/acme-dns/Makefile @@ -1,7 +1,7 @@ PORTNAME= acme-dns DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 23 +PORTREVISION= 24 PORTEPOCH= 1 CATEGORIES= dns diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 5a50560d7bd5..4cbb30f81982 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,7 +1,7 @@ PORTNAME= amass DISTVERSIONPREFIX= v DISTVERSION= 4.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org 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/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index c49c630b825c..1362469e19c8 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -14,19 +14,23 @@ bin/dnssec-verify %%DNSTAP%%bin/dnstap-read bin/host bin/mdig -bin/named-rrchecker bin/nsec3hash bin/nslookup bin/nsupdate -lib/bind-tools/libdns-9.21.9.so +lib/bind-tools/libdns.so.9.21.10 +lib/bind-tools/libdns.so.9.21 lib/bind-tools/libdns.so -lib/bind-tools/libisc-9.21.9.so +lib/bind-tools/libisc.so.9.21.10 +lib/bind-tools/libisc.so.9.21 lib/bind-tools/libisc.so -lib/bind-tools/libisccc-9.21.9.so +lib/bind-tools/libisccc.so.9.21.10 +lib/bind-tools/libisccc.so.9.21 lib/bind-tools/libisccc.so -lib/bind-tools/libisccfg-9.21.9.so +lib/bind-tools/libisccfg.so.9.21.10 +lib/bind-tools/libisccfg.so.9.21 lib/bind-tools/libisccfg.so -lib/bind-tools/libns-9.21.9.so +lib/bind-tools/libns.so.9.21.10 +lib/bind-tools/libns.so.9.21 lib/bind-tools/libns.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz @@ -48,7 +52,7 @@ share/man/man1/mdig.1.gz @comment share/man/man1/named-checkzone.1.gz @comment share/man/man1/named-compilezone.1.gz @comment share/man/man1/named-journalprint.1.gz -share/man/man1/named-rrchecker.1.gz +@comment share/man/man1/named-rrchecker.1.gz share/man/man1/nsec3hash.1.gz share/man/man1/nslookup.1.gz share/man/man1/nsupdate.1.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 590f11be4ec2..5f2ffdbc3007 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -1,14 +1,14 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.21.9 +DISTVERSION= 9.21.10 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} @@ -43,8 +43,8 @@ LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \ RUN_DEPENDS= bind-tools>0:dns/bind-tools .endif -USES= autoreconf compiler:c11 cpe gnome libedit libtool pkgconfig ssl \ - tar:xz +USES= compiler:c11 cpe gnome libedit libtool meson perl5 pkgconfig \ + ssl tar:xz CPE_VENDOR= isc CPE_VERSION= ${DISTVERSION:C/-.*//} @@ -52,15 +52,17 @@ CPE_VERSION= ${DISTVERSION:C/-.*//} CPE_UPDATE= ${DISTVERSION:C/.*-//:tl} .endif +USE_PERL5= build + .if !defined(BIND_TOOLS_SLAVE) USE_RC_SUBR= named .endif # !BIND_TOOLS_SLAVE -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --localstatedir=/var \ +MESON_ARGS= --localstatedir=/var \ --sysconfdir=${ETCDIR} \ - --with-openssl=${OPENSSLBASE} + -Dcap=disabled \ + -Ddoh=enabled \ + -Djemalloc=disabled MAKE_JOBS_UNSAFE= yes @@ -72,23 +74,22 @@ CONFLICTS= bind9[0-9][0-9] ETCDIR= ${PREFIX}/etc/namedb # FIXME: figure out why build fails if enabled -CONFIGURE_ARGS+= --disable-tracing +MESON_ARGS+= -Dtracing=disabled .if defined(BIND_TOOLS_SLAVE) -EXTRA_PATCHES= ${PATCHDIR}/extrapatch-bind-tools -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/bind-tools +MESON_ARGS+= -Dbind-tools=enabled \ + -Dlibdir=${PREFIX}/lib/bind-tools .else +MESON_ARGS+= -Dbind-tools=disabled # XXX: remove the big warning about it being a development version from pkg-message -SUB_FILES= named.conf pkg-message -EXTRA_PATCHES= ${PATCHDIR}/extrapatch-no-bind-tools +SUB_FILES= named.conf pkg-message PORTDOCS= * .endif # BIND_TOOLS_SLAVE -OPTIONS_DEFINE= DNSTAP DOCS GEOIP IDN LARGE_FILE LMDB OVERRIDECACHE \ - QUERYTRACE START_LATE TCP_FASTOPEN -OPTIONS_DEFAULT= DNSTAP GSSAPI_NONE IDN LMDB STATS_JSON STATS_XML \ - TCP_FASTOPEN +OPTIONS_DEFINE= DNSTAP DOCS GEOIP IDN LMDB OVERRIDECACHE QUERYTRACE \ + START_LATE +OPTIONS_DEFAULT= DNSTAP GSSAPI_NONE IDN LMDB STATS_JSON STATS_XML OPTIONS_GROUP= STATS OPTIONS_GROUP_STATS= STATS_JSON STATS_XML @@ -98,7 +99,7 @@ OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE .if defined(BIND_TOOLS_SLAVE) OPTIONS_EXCLUDE= DOCS GEOIP LMDB OVERRIDECACHE QUERYTRACE START_LATE \ - STATS_JSON STATS_XML TCP_FASTOPEN + STATS_JSON STATS_XML .endif # BIND_TOOLS_SLAVE OPTIONS_SUB= yes @@ -108,7 +109,6 @@ GSSAPI_BASE_DESC= Using Heimdal in base (nsupdate is broken) GSSAPI_HEIMDAL_DESC= Using security/heimdal (nsupdate is broken) GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable -LARGE_FILE_DESC= 64-bit file support LMDB_DESC= Use LMDB for zone management OVERRIDECACHE_DESC= Use the override-cache patch QUERYTRACE_DESC= Enable the very verbose query tracelogging @@ -116,49 +116,47 @@ START_LATE_DESC= Start BIND late in the boot process (see help) STATS_DESC= Statistics channels STATS_JSON_DESC= Enable JSON statistics channel STATS_XML_DESC= Enable XML statistics channel -TCP_FASTOPEN_DESC= RFC 7413 support -DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ - libprotobuf-c.so:devel/protobuf-c -DNSTAP_CONFIGURE_ENABLE= dnstap +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c +DNSTAP_MESON_ENABLED= dnstap DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ sphinx-build:textproc/py-sphinx -DOCS_USES= gmake python:env -DOCS_ALL_TARGET= all html +DOCS_USES= python:env +DOCS_MESON_ENABLED= doc +DOCS_ALL_TARGET= all arm GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -GEOIP_CONFIGURE_ENABLE= geoip -GEOIP_CONFIGURE_WITH= maxminddb +GEOIP_MESON_ENABLED= geoip GSSAPI_BASE_USES= gssapi -GSSAPI_BASE_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ - --with-gssapi="${KRB5CONFIG}" +GSSAPI_BASE_CONFIGURE_ENV= ${GSSAPI_CONFIGURE_ARGS} \ + KRB5_CONFIG="${KRB5CONFIG}" +GSSAPI_BASE_MESON_ON= -Dgssapi=enabled GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_HEIMDAL_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ - --with-gssapi="${KRB5CONFIG}" +GSSAPI_HEIMDAL_CONFIGURE_ENV= ${GSSAPI_CONFIGURE_ARGS} \ + KRB5_CONFIG="${KRB5CONFIG}" +GSSAPI_HEIMDAL_MESON_ON= -Dgssapi=enabled GSSAPI_MIT_USES= gssapi:mit -GSSAPI_MIT_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ - --with-gssapi="${KRB5CONFIG}" +GSSAPI_MIT_CONFIGURE_ENV= ${GSSAPI_CONFIGURE_ARGS} \ + KRB5_CONFIG="${KRB5CONFIG}" +GSSAPI_MIT_MESON_ON= -Dgssapi=enabled -GSSAPI_NONE_CONFIGURE_ON= --without-gssapi +GSSAPI_NONE_MESON_ON= -Dgssapi=disabled IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 IDN_USES= iconv -IDN_CONFIGURE_ON= ${ICONV_CONFIGURE_BASE} \ - --with-libidn2=${LOCALBASE} -IDN_CONFIGURE_OFF= --without-libidn2 - -LARGE_FILE_CONFIGURE_ENABLE= largefile +IDN_MESON_ENABLED= idn LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} +LMDB_MESON_ENABLED= lmdb OVERRIDECACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl -QUERYTRACE_CONFIGURE_ENABLE= querytrace +QUERYTRACE_MESON_ON= -Dtrace-logging=query START_LATE_SUB_LIST= NAMED_BEFORE="LOGIN" \ NAMED_REQUIRE="SERVERS cleanvar" @@ -166,25 +164,20 @@ START_LATE_SUB_LIST_OFF= NAMED_BEFORE="SERVERS" \ NAMED_REQUIRE="NETWORKING ldconfig syslogd" STATS_JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -STATS_JSON_CONFIGURE_WITH= json-c +STATS_JSON_MESON_ENABLED= stats-json STATS_JSON_LDFLAGS= -L${LOCALBASE}/lib -ljson-c STATS_XML_USE= GNOME=libxml2 -STATS_XML_CONFIGURE_WITH= libxml2 - -TCP_FASTOPEN_CONFIGURE_ENABLE= tcp-fastopen +STATS_XML_MESON_ENABLED= stats-xml .include <bsd.port.options.mk> .if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-developer -USES+= perl5 -USE_PERL5= build -BUILD_DEPENDS+= cmocka>0:sysutils/cmocka -.endif - -.if !${PORT_OPTIONS:MDOCS} -CONFIGURE_ENV+= ac_cv_path_SPHINX_BUILD= +MESON_ARGS+= -Ddeveloper=enabled +BUILD_DEPENDS+= cmocka>0:sysutils/cmocka +.else +MESON_ARGS+= -Dcmocka=disabled \ + -Ddeveloper=disabled .endif .include <bsd.port.pre.mk> @@ -195,15 +188,6 @@ SUB_LIST+= ENGINES=/usr/lib/engines SUB_LIST+= ENGINES=${LOCALBASE}/lib/engines .endif -post-patch: -.for FILE in check/named-checkconf.rst named/named.rst nsupdate/nsupdate.rst \ - rndc/rndc.rst - @${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \ - -e 's#/etc/rndc.conf#${ETCDIR}/rndc.conf#g' \ - -e "s#/var\/run\/named\/named.pid#/var/run/named/pid#" \ - ${WRKSRC}/bin/${FILE} -.endfor - .if !defined(BIND_TOOLS_SLAVE) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree @@ -219,18 +203,14 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample + (for dir in ${WRKSRC}/lib/*/include; do \ + cd $$dir && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include '-name *.h'; \ + done) + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc/arm/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/arm -.else - -do-install: - for dir in bin lib doc/man; do \ - (cd ${INSTALL_WRKSRC}/$$dir && ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) ; \ - done - @${RM} -r ${STAGEDIR}${PREFIX}/include - + cd ${WRKSRC}/_build/arm && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/arm .endif # BIND_TOOLS_SLAVE .include <bsd.port.post.mk> diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index a0c73ca647d4..f7c1f8770c43 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750354542 -SHA256 (bind-9.21.9.tar.xz) = 1218c0f78a6fab3a7bd42844c839ef79159c6dfc13cf60f0571405f3f78aeb03 -SIZE (bind-9.21.9.tar.xz) = 5583264 +TIMESTAMP = 1752909925 +SHA256 (bind-9.21.10.tar.xz) = bb1ea8d74d9b4f597f6d4622e8238f6f76a2e101fe17a5f2c64fc18f530da113 +SIZE (bind-9.21.10.tar.xz) = 5197276 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 19b831342b94..a8654eeaa0a9 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-06-06 09:09:52 UTC +--- bin/named/config.c.orig 2025-07-04 09:34:56 UTC +++ bin/named/config.c -@@ -184,6 +184,7 @@ options {\n\ +@@ -187,6 +187,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-06-06 09:09:52 UTC +--- bin/named/server.c.orig 2025-07-04 09:34:56 UTC +++ bin/named/server.c -@@ -4183,6 +4183,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4236,6 +4236,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-06-06 09:09:53 UTC +--- doc/arm/reference.rst.orig 2025-07-04 09:34:56 UTC +++ doc/arm/reference.rst -@@ -4184,6 +4184,10 @@ Tuning +@@ -4187,6 +4187,10 @@ Tuning cannot exceed 7 days and is silently truncated to 7 days if set to a greater value. @@ -37,7 +37,17 @@ 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 09:09:53 UTC +--- doc/misc/options.orig 2025-07-04 09:34:56 UTC ++++ doc/misc/options +@@ -171,6 +171,7 @@ options { + masterfile-style ( full | relative ); + match-mapped-addresses <boolean>; + max-cache-size ( default | unlimited | <sizeval> | <percentage> ); ++ override-cache-ttl <duration>; + max-cache-ttl <duration>; + max-clients-per-query <integer>; + max-ixfr-ratio ( unlimited | <percentage> ); +--- lib/dns/include/dns/view.h.orig 2025-07-04 09:34:56 UTC +++ lib/dns/include/dns/view.h @@ -148,6 +148,7 @@ struct dns_view { bool requestzoneversion; @@ -47,7 +57,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 09:09:53 UTC +--- lib/dns/resolver.c.orig 2025-07-04 09:34:56 UTC +++ lib/dns/resolver.c @@ -5918,6 +5918,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } @@ -62,7 +72,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 09:09:53 UTC +--- lib/isccfg/namedconf.c.orig 2025-07-04 09:34:56 UTC +++ lib/isccfg/namedconf.c @@ -2084,6 +2084,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind9-devel/files/extrapatch-bind-tools b/dns/bind9-devel/files/extrapatch-bind-tools deleted file mode 100644 index 0416f8b80b37..000000000000 --- a/dns/bind9-devel/files/extrapatch-bind-tools +++ /dev/null @@ -1,27 +0,0 @@ -Only select the "tools" part of bind for building. - ---- Makefile.am.orig 2023-12-02 10:13:03 UTC -+++ Makefile.am -@@ -17,7 +17,6 @@ bind.keys.h: bind.keys Makefile - .PHONY: doc - - EXTRA_DIST = \ -- bind.keys \ - util/bindkeys.pl \ - util/dtrace.sh \ - contrib \ ---- bin/Makefile.am.orig 2023-12-01 14:21:34 UTC -+++ bin/Makefile.am -@@ -1 +1 @@ --SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins -+SUBDIRS = dig delv dnssec tools nsupdate ---- bin/tools/Makefile.am.orig 2023-12-01 14:21:34 UTC -+++ bin/tools/Makefile.am -@@ -11,7 +11,6 @@ LDADD += \ - bin_PROGRAMS = \ - arpaname \ - mdig \ -- named-journalprint \ - named-rrchecker \ - nsec3hash - diff --git a/dns/bind9-devel/files/extrapatch-no-bind-tools b/dns/bind9-devel/files/extrapatch-no-bind-tools deleted file mode 100644 index 9a168202eb50..000000000000 --- a/dns/bind9-devel/files/extrapatch-no-bind-tools +++ /dev/null @@ -1,40 +0,0 @@ -Exclude the "tools" from building and installing. - ---- bin/Makefile.am.orig 2024-05-03 07:23:28 UTC -+++ bin/Makefile.am -@@ -1 +1 @@ --SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins -+SUBDIRS = named rndc tools check confgen tests plugins ---- bin/tools/Makefile.am.orig 2024-05-03 07:23:29 UTC -+++ bin/tools/Makefile.am -@@ -9,29 +9,10 @@ LDADD += \ - $(LIBISC_LIBS) - - bin_PROGRAMS = \ -- arpaname \ -- mdig \ -- named-journalprint \ -- named-rrchecker \ -- nsec3hash -+ named-journalprint - - arpaname_LDADD = \ - $(LIBISC_LIBS) -- --if HAVE_DNSTAP --bin_PROGRAMS += \ -- dnstap-read -- --dnstap_read_CPPFLAGS = \ -- $(AM_CPPFLAGS) \ -- $(DNSTAP_CFLAGS) \ -- -I$(top_builddir)/lib/dns -- --dnstap_read_LDADD = \ -- $(LIBDNS_LIBS) \ -- $(LIBISC_LIBS) \ -- $(DNSTAP_LIBS) --endif - - if HAVE_LMDB - bin_PROGRAMS += \ diff --git a/dns/bind9-devel/files/patch-configure.ac b/dns/bind9-devel/files/patch-configure.ac deleted file mode 100644 index ecb07886e570..000000000000 --- a/dns/bind9-devel/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ -automake has warnings, it is ok here. - ---- configure.ac.orig 2022-02-09 16:40:14 UTC -+++ configure.ac -@@ -48,7 +48,7 @@ AC_CANONICAL_HOST - AC_CANONICAL_TARGET - - AC_CONFIG_SRCDIR([bin/named/main.c]) --AM_INIT_AUTOMAKE([1.14 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall -Werror]) -+AM_INIT_AUTOMAKE([1.14 tar-pax foreign subdir-objects dist-xz no-dist-gzip -Wall]) - AM_SILENT_RULES([yes]) - AM_EXTRA_RECURSIVE_TARGETS([test unit doc]) - diff --git a/dns/bind9-devel/files/patch-meson.build b/dns/bind9-devel/files/patch-meson.build new file mode 100644 index 000000000000..ff19913b1a32 --- /dev/null +++ b/dns/bind9-devel/files/patch-meson.build @@ -0,0 +1,125 @@ +--- meson.build.orig 2025-07-04 09:34:56 UTC ++++ meson.build +@@ -69,6 +69,8 @@ zlib_opt = get_option('zlib') + tracing_opt = get_option('tracing') + zlib_opt = get_option('zlib') + ++bind_tools = get_option('bind-tools').enabled() ++ + if meson.version().version_compare('>=1.1.0') + build_options = meson.build_options() + if build_options == '' +@@ -956,9 +958,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, +@@ -986,6 +994,8 @@ libdns = library( + libdns = library( + 'dns', + dns_srcconf.sources(), ++ version: project_version, ++ soversion: soversion, + include_directories: dns_inc, + install: true, + install_rpath: libdir, +@@ -1020,6 +1030,8 @@ libns = library( + libns = library( + 'ns', + ns_srcconf.sources(), ++ version: project_version, ++ soversion: soversion, + objects: ns_probe_objects, + install: true, + install_rpath: libdir, +@@ -1046,6 +1058,8 @@ libisccc = library( + libisccc = library( + 'isccc', + isccc_srcconf.sources(), ++ version: project_version, ++ soversion: soversion, + implicit_include_directories: false, + include_directories: isccc_inc, + install: true, +@@ -1067,6 +1081,8 @@ libisccfg = library( + libisccfg = library( + 'isccfg', + isccfg_srcconf.sources(), ++ version: project_version, ++ soversion: soversion, + implicit_include_directories: false, + include_directories: isccfg_inc, + install: true, +@@ -1087,6 +1103,7 @@ named_srcconf = named_srcset.apply(config, strict: fal + + named_srcconf = named_srcset.apply(config, strict: false) + ++if bind_tools + executable( + 'arpaname', + arpaname_src, +@@ -1315,7 +1332,9 @@ executable( + libisc_dep, + ], + ) ++endif + ++if not bind_tools + executable( + 'named-checkconf', + named_checkconf_src, +@@ -1438,7 +1457,9 @@ executable( + named_srcconf.dependencies(), + ], + ) ++endif + ++if bind_tools + executable( + 'nsec3hash', + nsec3hash_src, +@@ -1486,7 +1507,9 @@ executable( + edit_dep, + ], + ) ++endif + ++if not bind_tools + executable( + 'rndc-confgen', + rndc_confgen_src, +@@ -1572,6 +1595,7 @@ shared_library( + libns_dep, + ], + ) ++endif + + subdir('doc') + subdir('tests') +@@ -1632,7 +1656,6 @@ alias_target('doc-misc', doc_misc_targets) + + alias_target('doc-misc', doc_misc_targets) + +-if doc_opt.allowed() + man_srcconf = man_srcset.apply(config, strict: false) + foreach man : man_srcconf.sources() + man_pages += configure_file( +@@ -1647,6 +1670,7 @@ if doc_opt.allowed() + + install_man(man_pages) + ++if doc_opt.allowed() + if sphinx_build.found() + meson.add_dist_script( + 'util' / 'meson-dist-package.sh', diff --git a/dns/bind9-devel/files/patch-meson__options.txt b/dns/bind9-devel/files/patch-meson__options.txt new file mode 100644 index 000000000000..de50de448714 --- /dev/null +++ b/dns/bind9-devel/files/patch-meson__options.txt @@ -0,0 +1,8 @@ +--- meson_options.txt.orig 2025-07-19 11:32:37 UTC ++++ meson_options.txt +@@ -188,3 +188,5 @@ option( + value: 'disabled', + description: 'enable the memory leak detection in external libraries (libxml2, libuv, OpenSSL)', + ) ++ ++option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only') diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 57d15551dd46..0231f563dd78 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -2,7 +2,9 @@ bin/named-checkconf bin/named-checkzone bin/named-compilezone bin/named-journalprint +bin/named-makejournal %%LMDB%%bin/named-nzd2nzf +bin/named-rrchecker @sample etc/mtree/BIND.chroot.dist.sample @sample etc/mtree/BIND.chroot.local.dist.sample @sample %%ETCDIR%%/named.conf.sample @@ -37,8 +39,6 @@ include/dns/dyndb.h include/dns/ecs.h include/dns/ede.h include/dns/edns.h -include/dns/enumclass.h -include/dns/enumtype.h include/dns/fixedname.h include/dns/forward.h include/dns/geoip.h @@ -74,7 +74,6 @@ include/dns/rdatalist.h include/dns/rdataset.h include/dns/rdatasetiter.h include/dns/rdataslab.h -include/dns/rdatastruct.h include/dns/rdatatype.h include/dns/remote.h include/dns/request.h @@ -235,15 +234,20 @@ include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so -lib/libdns-9.21.9.so +lib/libdns.so.9.21.10 +lib/libdns.so.9.21 lib/libdns.so -lib/libisc-9.21.9.so +lib/libisc.so.9.21.10 +lib/libisc.so.9.21 lib/libisc.so -lib/libisccc-9.21.9.so +lib/libisccc.so.9.21.10 +lib/libisccc.so.9.21 lib/libisccc.so -lib/libisccfg-9.21.9.so +lib/libisccfg.so.9.21.10 +lib/libisccfg.so.9.21 lib/libisccfg.so -lib/libns-9.21.9.so +lib/libns.so.9.21.10 +lib/libns.so.9.21 lib/libns.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz diff --git a/dns/bind918/Makefile b/dns/bind918/Makefile index 05db381e20b3..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= 1 +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 31d46408eaeb..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= 0 .else # XXX: correct version # dns/bind920 here -PORTREVISION= 1 +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/blocky/Makefile b/dns/blocky/Makefile index 36cd8ca2bef7..91d8e0c6ab7a 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,7 +1,7 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.26.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= eduardo@FreeBSD.org 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 diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index 37acb11cb8dc..c5f0e78edef8 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,7 +1,6 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v -DISTVERSION= 4.21.0 -PORTREVISION= 1 +DISTVERSION= 4.22.0 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org diff --git a/dns/dnscontrol/distinfo b/dns/dnscontrol/distinfo index c1a4c7133163..723c5a31a00f 100644 --- a/dns/dnscontrol/distinfo +++ b/dns/dnscontrol/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749062204 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.21.0/v4.21.0.mod) = 4d31b4453c08fca325fc5befbd0d1709ff94b62afbbe6dbd04ea0f4087fc7153 -SIZE (go/dns_dnscontrol/dnscontrol-v4.21.0/v4.21.0.mod) = 8027 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.21.0/v4.21.0.zip) = 9fdbe38be722738e126049fb0927e54e9976582a2119867ad06b8cb8fd7dc405 -SIZE (go/dns_dnscontrol/dnscontrol-v4.21.0/v4.21.0.zip) = 5556514 +TIMESTAMP = 1752994939 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.22.0/v4.22.0.mod) = d016e01c03ac3dc38ebe9b9282596a56bbabeed625cccc305dfca0aadedc3ade +SIZE (go/dns_dnscontrol/dnscontrol-v4.22.0/v4.22.0.mod) = 7399 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.22.0/v4.22.0.zip) = 91452c68e8a6f13612a6ea76738cf533eda78370513e0fe37602b122adbd8737 +SIZE (go/dns_dnscontrol/dnscontrol-v4.22.0/v4.22.0.zip) = 5532324 diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile index fe4346b37ad6..3fdc55b9c11b 100644 --- a/dns/dnscrypt-proxy2/Makefile +++ b/dns/dnscrypt-proxy2/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 2.1.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= dns security PKGNAMESUFFIX= 2 diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 19937d5c6420..6a6b878b4494 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnsdist DISTVERSION= 1.9.10 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ diff --git a/dns/dnsjit/Makefile b/dns/dnsjit/Makefile index 7fdf3c9f0271..34891e6d14dd 100644 --- a/dns/dnsjit/Makefile +++ b/dns/dnsjit/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnsjit DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://www.dns-oarc.net/files/${PORTNAME}/ diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 79e3d4a4d0a0..5149a1289c7e 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.92test14 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.92test16 # remember to bump PORTEPOCH when going from test to rc! # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 6 diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index bf9c91d33cbb..cab9ea6d5df9 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750716872 -SHA256 (dnsmasq-2.92test14.tar.xz) = cacd60d76b11ead7eacc1bbf3e7ed48cd667989af49b48f1fe4872946dbad51b -SIZE (dnsmasq-2.92test14.tar.xz) = 583132 +TIMESTAMP = 1752012471 +SHA256 (dnsmasq-2.92test16.tar.xz) = 38b69341f2a582ea2bb9379170a974743d758c641120dd4cd5c11f0e477e7828 +SIZE (dnsmasq-2.92test16.tar.xz) = 583244 diff --git a/dns/dnsrecon/Makefile b/dns/dnsrecon/Makefile index 58d49367aed5..1384a4850f54 100644 --- a/dns/dnsrecon/Makefile +++ b/dns/dnsrecon/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnsrecon DISTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= rihaz.jerrin@gmail.com @@ -10,7 +10,7 @@ WWW= https://github.com/darkoperator/dnsrecon LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index 618e343f6d8b..c29372e50560 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,7 +1,7 @@ PORTNAME= doggo DISTVERSIONPREFIX= v DISTVERSION= 1.0.5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= dns diff --git a/dns/godns/Makefile b/dns/godns/Makefile index 26706a374b05..acd111ca0fa7 100644 --- a/dns/godns/Makefile +++ b/dns/godns/Makefile @@ -1,7 +1,7 @@ PORTNAME= godns DISTVERSIONPREFIX= v DISTVERSION= 3.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= https://raw.githubusercontent.com/TimothyYe/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/dns/kf6-kdnssd/distinfo b/dns/kf6-kdnssd/distinfo index 8b72ef83a820..8bb365827c86 100644 --- a/dns/kf6-kdnssd/distinfo +++ b/dns/kf6-kdnssd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749476623 -SHA256 (KDE/frameworks/6.15/kdnssd-6.15.0.tar.xz) = 192164a395ce9f0667184cae78f369a7c0b8acab0e0d073cdedb2a54bc7c4d5a -SIZE (KDE/frameworks/6.15/kdnssd-6.15.0.tar.xz) = 2246100 +TIMESTAMP = 1752529508 +SHA256 (KDE/frameworks/6.16/kdnssd-6.16.0.tar.xz) = b08bdf05c7d98e31366995a2087ac7471a8993c49917d3cd79c0ba1d2f69a8e0 +SIZE (KDE/frameworks/6.16/kdnssd-6.16.0.tar.xz) = 2245840 diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index 9808488e9eee..5882e8190f7f 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -1,5 +1,6 @@ PORTNAME= knot-resolver DISTVERSION= 5.7.5 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index 18fbd0e13dab..56bff20d0635 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -1,5 +1,6 @@ PORTNAME= knot DISTVERSION= ${KNOT_VERSION} +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ diff --git a/dns/nextdns/Makefile b/dns/nextdns/Makefile index 5f8741449279..631434540ac2 100644 --- a/dns/nextdns/Makefile +++ b/dns/nextdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextdns PORTVERSION= 1.42.0 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns security MAINTAINER= rs@nextdns.io diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 5ba04a8fb1c0..7343d5946c01 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -1,5 +1,6 @@ PORTNAME= nsd DISTVERSION= 4.12.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/nsd/ diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 7953f04e7ca9..924704f55ac4 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= 11 +PORTREVISION= 12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 057a4df5334f..b0e7864439c4 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -1,5 +1,5 @@ PORTNAME= Net-DNS -PORTVERSION= 1.50 +PORTVERSION= 1.51 PORTEPOCH= 1 CATEGORIES= dns net perl5 MASTER_SITES= CPAN diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 450a103c1e87..e34c21251171 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836076 -SHA256 (Net-DNS-1.50.tar.gz) = c660500b9d96e5aa2b16d9f4260b6f9f05b5602d3c4bea0ca39b45bcd02ba993 -SIZE (Net-DNS-1.50.tar.gz) = 263266 +TIMESTAMP = 1752266040 +SHA256 (Net-DNS-1.51.tar.gz) = 40eec0b2866c67b86505a1c79cbb4b131c98c0bb59f305aa48959c89093d4503 +SIZE (Net-DNS-1.51.tar.gz) = 265193 diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index c6000ee89a75..329c1aad2713 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -1,5 +1,5 @@ PORTNAME= Net_DNS2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.3 DISTVERSIONPREFIX= v CATEGORIES= dns net pear diff --git a/dns/pear-Net_DNS2/distinfo b/dns/pear-Net_DNS2/distinfo index aaa38efa3ddd..ec28c5e949bf 100644 --- a/dns/pear-Net_DNS2/distinfo +++ b/dns/pear-Net_DNS2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188046 -SHA256 (mikepultz-netdns2-v2.0.1_GH0.tar.gz) = 68c945769eecf19ce04527827cd20839b2f593d2112866feaebcecb05f80fbf4 -SIZE (mikepultz-netdns2-v2.0.1_GH0.tar.gz) = 98619 +TIMESTAMP = 1752566678 +SHA256 (mikepultz-netdns2-v2.0.3_GH0.tar.gz) = 6a70562fd427a9145cf53c501e62fdaec4c2fc76b9c4fb3d993d84d8796d5367 +SIZE (mikepultz-netdns2-v2.0.3_GH0.tar.gz) = 100574 diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index fab4f26f26a8..9d1c4520267d 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,6 @@ PORTNAME= recursor DISTVERSION= 5.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index b9005c0ea599..ff5f338e36b3 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,6 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.9.5 -PORTREVISION= 1 +DISTVERSION= 4.9.7 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index aaac51f76db1..02b1a2b4065d 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746738482 -SHA256 (pdns-4.9.5.tar.bz2) = 669bb7b99823b32c3901337d69b38c9f8073f2fc02e8764933b8c5c0974e2724 -SIZE (pdns-4.9.5.tar.bz2) = 1380263 +TIMESTAMP = 1751978691 +SHA256 (pdns-4.9.7.tar.bz2) = 782875d210de20cee9f22f33ffc59ef1cdc6693c30efcb21f3ce8bf528fb09d4 +SIZE (pdns-4.9.7.tar.bz2) = 1371363 diff --git a/dns/prometheus-dnssec-exporter/Makefile b/dns/prometheus-dnssec-exporter/Makefile index 6b8cf6d58a50..ff38c3d58166 100644 --- a/dns/prometheus-dnssec-exporter/Makefile +++ b/dns/prometheus-dnssec-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= prometheus-dnssec-exporter DISTVERSION= g20220925 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= dns MAINTAINER= philip@FreeBSD.org diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index e834fbb0fb61..2b52e20dde0c 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,5 +1,5 @@ PORTNAME= public_suffix_list -PORTVERSION= 20250612 +PORTVERSION= 20250626 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= a01fe52 +GH_TAGNAME= 9ae5519 do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 209fb9d6ef52..225ad42ee033 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813012 -SHA256 (publicsuffix-list-20250612-a01fe52_GH0.tar.gz) = 71f06ed4130805b8b775c425d6d064b0af6ba5a9e2bbb017fb02a2bfe1011aa1 -SIZE (publicsuffix-list-20250612-a01fe52_GH0.tar.gz) = 298343 +TIMESTAMP = 1751375027 +SHA256 (publicsuffix-list-20250626-9ae5519_GH0.tar.gz) = d0dd2f2d337db778279a3c32b2963e2bacac3b8b3dba43a6a3539c06ea2c45fd +SIZE (publicsuffix-list-20250626-9ae5519_GH0.tar.gz) = 298490 diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index 62f4135a94ff..b6b2a579431d 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.9+ -USE_PYTHON= autoplist concurrent cython pep517 +USES= python +USE_PYTHON= autoplist concurrent cython pep517 pytest BINARY_ALIAS= git=false NO_ARCH= yes @@ -40,12 +40,6 @@ DOQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioquic>=1.0.0:www/py-aioquic@${PY_FLAVO 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} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3900 -IGNORE= requires Python 3.9 or later -.endif - post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} @@ -53,4 +47,4 @@ post-install-EXAMPLES-on: do-test: cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} utest.py -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index 13d35aa8d345..60d31cac65d7 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 90 +PORTREVISION= 91 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 7b0cb53b2cf8..4870990af2e1 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 64 +PORTREVISION= 65 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index eb6e05a50321..5d8b099d629a 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20250627 +PORTVERSION= 1.0.2.20250710 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index d958757cfc28..371b27f413ae 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208168 -SHA256 (publicsuffixlist-1.0.2.20250627.tar.gz) = 0302e18d3a2338430be2f53fc66bfdf4cdd38ed6172405f501c8c266ebb9f03b -SIZE (publicsuffixlist-1.0.2.20250627.tar.gz) = 105569 +TIMESTAMP = 1752266146 +SHA256 (publicsuffixlist-1.0.2.20250710.tar.gz) = dcf92f627ca6ed619c221e09f3114251b641e42d5f9a290ad0975d9df62acd55 +SIZE (publicsuffixlist-1.0.2.20250710.tar.gz) = 105576 diff --git a/dns/q-dns/Makefile b/dns/q-dns/Makefile index 16a86b610d13..38a0f763c9a4 100644 --- a/dns/q-dns/Makefile +++ b/dns/q-dns/Makefile @@ -1,7 +1,6 @@ PORTNAME= q-dns DISTVERSIONPREFIX= v -DISTVERSION= 0.19.2 -PORTREVISION= 5 +DISTVERSION= 0.19.5 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://github.com/natesales/q LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.21,modules +USES= go:1.24,modules GO_MODULE= github.com/natesales/q diff --git a/dns/q-dns/distinfo b/dns/q-dns/distinfo index 9cdc9a3df81b..38d8181aba58 100644 --- a/dns/q-dns/distinfo +++ b/dns/q-dns/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713938727 -SHA256 (go/dns_q-dns/q-dns-v0.19.2/v0.19.2.mod) = da438df62be9301a7fb3bd4c9426f58f5e4e3b070896a9dd045696b78eded08e -SIZE (go/dns_q-dns/q-dns-v0.19.2/v0.19.2.mod) = 1846 -SHA256 (go/dns_q-dns/q-dns-v0.19.2/v0.19.2.zip) = 5b3900282f3b76505d0a0a56b59511b5867cfdae38da33e534c1ee5c4a14cf49 -SIZE (go/dns_q-dns/q-dns-v0.19.2/v0.19.2.zip) = 403599 +TIMESTAMP = 1752164888 +SHA256 (go/dns_q-dns/q-dns-v0.19.5/v0.19.5.mod) = 352caa0dfc0fde96f475ad1d54856691e8a112cf2dc06b152a670225660e30be +SIZE (go/dns_q-dns/q-dns-v0.19.5/v0.19.5.mod) = 1712 +SHA256 (go/dns_q-dns/q-dns-v0.19.5/v0.19.5.zip) = a262c285ee670a60118e1950200d6ad3a0345d8ccde7ff5de60d0583d7d95508 +SIZE (go/dns_q-dns/q-dns-v0.19.5/v0.19.5.zip) = 7783748 diff --git a/dns/rdap/Makefile b/dns/rdap/Makefile index 4b280560d47e..b65f441884c4 100644 --- a/dns/rdap/Makefile +++ b/dns/rdap/Makefile @@ -1,7 +1,7 @@ PORTNAME= rdap DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= dns MAINTAINER= pi@FreeBSD.org diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 2e7e275b188a..ff1d136a0279 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= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index f70937228877..639bc0b7c610 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= 101 +PORTREVISION= 102 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-resolv/Makefile b/dns/rubygem-resolv/Makefile index 3c859b425ed2..23b46bd2f0be 100644 --- a/dns/rubygem-resolv/Makefile +++ b/dns/rubygem-resolv/Makefile @@ -1,5 +1,5 @@ PORTNAME= resolv -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-resolv/distinfo b/dns/rubygem-resolv/distinfo index a300f75a67ac..889ad81078c3 100644 --- a/dns/rubygem-resolv/distinfo +++ b/dns/rubygem-resolv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954414 -SHA256 (rubygem/resolv-0.6.1.gem) = 8191fe6996d69a78aa5288f30a4eeff095c22f35b51e25da6f8d1e164c3c2f39 -SIZE (rubygem/resolv-0.6.1.gem) = 30720 +TIMESTAMP = 1752266244 +SHA256 (rubygem/resolv-0.6.2.gem) = 61efe545cedddeb1b14f77e51f85c85ca66af5098fdbf567fadf32c34590fb14 +SIZE (rubygem/resolv-0.6.2.gem) = 30720 diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index 03508e8dd607..1124462eb019 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMEPREFIX= samba- DISTNAME= bind-${ISCVERSION} -MAINTAINER= timur@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= nsupdate utility with the GSS-TSIG support WWW= https://www.isc.org/software/bind diff --git a/dns/subfinder/Makefile b/dns/subfinder/Makefile index a13951201bc0..5cf0669a8788 100644 --- a/dns/subfinder/Makefile +++ b/dns/subfinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= subfinder DISTVERSIONPREFIX= v DISTVERSION= 2.6.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile index bd896dfc7453..afcabbae2ae6 100644 --- a/dns/tldx/Makefile +++ b/dns/tldx/Makefile @@ -1,6 +1,6 @@ PORTNAME= tldx DISTVERSIONPREFIX= v -DISTVERSION= 1.2.4 +DISTVERSION= 1.3.0 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com @@ -10,7 +10,7 @@ WWW= https://github.com/brandonyoungdev/tldx LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/brandonyoungdev/tldx GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/brandonyoungdev/tldx/cmd.Version=${DISTVERSIONFULL}" diff --git a/dns/tldx/distinfo b/dns/tldx/distinfo index cda71d91e14a..2ce0b12d9da4 100644 --- a/dns/tldx/distinfo +++ b/dns/tldx/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750623987 -SHA256 (go/dns_tldx/tldx-v1.2.4/v1.2.4.mod) = d7cf1cc97c791779e7a4ba19bd81f7225f5728678db5b5febec8c89fb85003ee -SIZE (go/dns_tldx/tldx-v1.2.4/v1.2.4.mod) = 1377 -SHA256 (go/dns_tldx/tldx-v1.2.4/v1.2.4.zip) = 2cacc5a744b414e660fd74d374a2a0c6b04784eed24bf1398428e1968faa942a -SIZE (go/dns_tldx/tldx-v1.2.4/v1.2.4.zip) = 6350620 +TIMESTAMP = 1752915727 +SHA256 (go/dns_tldx/tldx-v1.3.0/v1.3.0.mod) = 880b0e4484b83f1fdcc038675e5712787c7b7befb3ad47e5911ad1ecd6235d8f +SIZE (go/dns_tldx/tldx-v1.3.0/v1.3.0.mod) = 1548 +SHA256 (go/dns_tldx/tldx-v1.3.0/v1.3.0.zip) = 7fde67f4b1df778aab7ea4d11db1066c280b9204bb8a9f66aab9c45ce0921af9 +SIZE (go/dns_tldx/tldx-v1.3.0/v1.3.0.zip) = 6357703 diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index cd392a486bf9..70cc789ec7ae 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -1,5 +1,5 @@ PORTNAME= unbound -DISTVERSION= 1.23.0 +DISTVERSION= 1.23.1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index ee9557eebe64..867118a7be0a 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745482472 -SHA256 (unbound-1.23.0.tar.gz) = 959bd5f3875316d7b3f67ee237a56de5565f5b35fc9b5fc3cea6cfe735a03bb8 -SIZE (unbound-1.23.0.tar.gz) = 6770860 +TIMESTAMP = 1752659202 +SHA256 (unbound-1.23.1.tar.gz) = 6a6b117c799d8de3868643397e0fd71591f6d42f4473f598bdb22609ff362590 +SIZE (unbound-1.23.1.tar.gz) = 6771025 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 24a2e2e01825..8bbff0cf32c9 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -5,7 +5,7 @@ libdata/pkgconfig/libunbound.pc lib/libunbound.a lib/libunbound.so lib/libunbound.so.8 -lib/libunbound.so.8.1.31 +lib/libunbound.so.8.1.32 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py diff --git a/dns/yandex-ddns/Makefile b/dns/yandex-ddns/Makefile index 2f8c7358cac6..93cee289bf53 100644 --- a/dns/yandex-ddns/Makefile +++ b/dns/yandex-ddns/Makefile @@ -1,6 +1,6 @@ PORTNAME= yandex-ddns DISTVERSION= g20200613 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= dns MAINTAINER= ports@FreeBSD.org diff --git a/dns/zdns/Makefile b/dns/zdns/Makefile index 1f01d08462c8..14ab112d733d 100644 --- a/dns/zdns/Makefile +++ b/dns/zdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zdns DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/zns/Makefile b/dns/zns/Makefile index 48df8998443c..14edec34b31c 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zns DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com |