diff options
1051 files changed, 8251 insertions, 6472 deletions
@@ -4800,3 +4800,11 @@ net-p2p/tremotesf@qt5||2025-10-08|Upstream removed Qt 5 support net-p2p/tremotesf@qt6|net-p2p/tremotesf|2025-10-08|Qt 6 is the only supported version, de-flavorize sysutils/moor|textproc/moor|2025-10-10|Moved to a more appropriate category net/p5-URI-ws|net/p5-URI|2025-10-12|URI-ws was folded into URI +science/py-cirq-rigetti||2025-10-13|Deprecated by the upstream, see https://github.com/quantumlib/Cirq/issues/7058 +games/xqf||2025-10-14|Has expired: Fails to build +games/galaxyhack||2025-10-14|Has expired: Fails to build with boost-1.85+ +x11-fm/fsv2||2025-10-14|Has expired: does not configure: No fonts installed on the system +deskutils/gnome-shell-extension-openweather||2025-10-14|Has expired: Superseded by deskutils/gnome-shell-extension-simple-weather +math/vtk8|math/vtk9|2025-10-14|Last user switched to math/vtk9 +security/iddawc||2025-10-14|Has expired: Upstream repo archived on Nov 11, 2024 +editors/quilter||2025-10-15|Deprecated upstream diff --git a/Mk/Uses/display.mk b/Mk/Uses/display.mk index 886d65b01ad7..e46fb10d1bba 100644 --- a/Mk/Uses/display.mk +++ b/Mk/Uses/display.mk @@ -21,7 +21,9 @@ BUILD_DEPENDS+= Xvfb:x11-servers/xorg-server@xvfb \ xkbcomp:x11/xkbcomp XVFBPORT!= port=0; while test -S /tmp/.X11-unix/X$${port} ; do port=$$(( port + 1 )) ; done ; ${ECHO_CMD} $$port +PREV_XVFBPORT!= ${ECHO_CMD} $$(( ${XVFBPORT} - 1)) XVFBPIDFILE= /tmp/.xvfb-${XVFBPORT}.pid +PREV_XVFBPIDFILE= /tmp/.xvfb-${PREV_XVFBPORT}.pid MAKE_ENV+= DISPLAY=":${XVFBPORT}" _USES_${display_ARGS}+= 290:start-display 860:stop-display @@ -29,7 +31,7 @@ start-display: daemon -p ${XVFBPIDFILE} Xvfb :${XVFBPORT} stop-display: - pkill -15 -F ${XVFBPIDFILE} + pkill -15 -F ${PREV_XVFBPIDFILE} . endif .endif diff --git a/accessibility/darkman/Makefile b/accessibility/darkman/Makefile index 214f4cad3d14..4ea79635171c 100644 --- a/accessibility/darkman/Makefile +++ b/accessibility/darkman/Makefile @@ -1,7 +1,7 @@ PORTNAME= darkman DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= accessibility wayland MAINTAINER= ports@FreeBSD.org diff --git a/archivers/Makefile b/archivers/Makefile index 7c3a5750d7d7..2ef4495d6efb 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -100,6 +100,7 @@ SUBDIR += nwreckdum SUBDIR += ocaml-bz2 SUBDIR += ocaml-zip + SUBDIR += openzl SUBDIR += opkg-openwrt SUBDIR += ouch SUBDIR += p5-Archive-Any diff --git a/archivers/nfpm/Makefile b/archivers/nfpm/Makefile index ac8a5a5289fd..40872f71a00c 100644 --- a/archivers/nfpm/Makefile +++ b/archivers/nfpm/Makefile @@ -1,7 +1,7 @@ PORTNAME= nfpm DISTVERSIONPREFIX= v DISTVERSION= 2.41.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/openzl/Makefile b/archivers/openzl/Makefile new file mode 100644 index 000000000000..2d726da962ae --- /dev/null +++ b/archivers/openzl/Makefile @@ -0,0 +1,61 @@ +PORTNAME= openzl +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 +CATEGORIES= archivers +MASTER_SITES= https://github.com/google/googletest/releases/download/v${GOOGLETEST_VER}/:googletest +DISTFILES= ${DISTFILE_GOOGLETEST}:googletest +EXTRACT_ONLY= ${DISTFILE_DEFAULT} \ + ${DISTFILE_zstd} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Novel data compression framework +WWW= https://openzl.org/ + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_i386= fails to build: error: static assertion failed due to requirement 'sizeof(HeapMeta) == 16': sizeof(HeapMeta) must be 16 to guarantee alignment + +BUILD_DEPENDS= gmd5sum:sysutils/coreutils +LIB_DEPENDS= libzstd.so:archivers/zstd + +USES= cmake:indirect gmake + +USE_GITHUB= yes +GH_ACCOUNT= facebook +GH_TUPLE= facebook:zstd:v${ZSTD_VER}:zstd/deps/zstd + +USE_LDCONFIG= yes + +MAKE_ARGS= ZL_JOBS=${MAKE_JOBS_NUMBER} + +CFLAGS_i386= -msse2 +LDFLAGS+= -pthread + +PORTDOCS= CHANGELOG CONTRIBUTING.md README.md + +OPTIONS_DEFINE= DOCS + +GOOGLETEST_VER= 1.17.0 +ZSTD_VER= 1.5.7 +DISTFILE_GOOGLETEST= googletest-${GOOGLETEST_VER}${EXTRACT_SUFX} + +post-extract: + @${CP} ${DISTDIR}/${DISTFILE_GOOGLETEST} \ + ${WRKSRC}/deps/googletest${EXTRACT_SUFX} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/zli ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include + cd ${WRKSRC}/cpp/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/libopenzl.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libopenzl.so ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ./gtests + +.include <bsd.port.mk> diff --git a/archivers/openzl/distinfo b/archivers/openzl/distinfo new file mode 100644 index 000000000000..e64ebee57f02 --- /dev/null +++ b/archivers/openzl/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1760386552 +SHA256 (googletest-1.17.0.tar.gz) = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c +SIZE (googletest-1.17.0.tar.gz) = 885595 +SHA256 (facebook-openzl-v0.1.0_GH0.tar.gz) = 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e +SIZE (facebook-openzl-v0.1.0_GH0.tar.gz) = 14437924 +SHA256 (facebook-zstd-v1.5.7_GH0.tar.gz) = 37d7284556b20954e56e1ca85b80226768902e2edabd3b649e9e72c0c9012ee3 +SIZE (facebook-zstd-v1.5.7_GH0.tar.gz) = 2451884 diff --git a/archivers/openzl/files/patch-Makefile b/archivers/openzl/files/patch-Makefile new file mode 100644 index 000000000000..58b2d35aa8f0 --- /dev/null +++ b/archivers/openzl/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2025-10-08 09:05:16 UTC ++++ Makefile +@@ -92,8 +92,8 @@ SDDL_COMPILER_CXXOBJS := $(filter-out %main.o, $(call + TRAINING_TEST_CXXOBJS := $(call cxx_objs,$(TRAINING_TEST_DIRS)) + SDDL_COMPILER_CXXOBJS := $(filter-out %main.o, $(call cxx_objs,$(SDDL_COMPILER_DIR))) + +-zli: CFLAGS += -O3 +-zli: CXXFLAGS += -O3 ++zli: CFLAGS += ++zli: CXXFLAGS += + $(eval $(call cxx_program,zli, \ + cli/zli.o \ + $(CLI_CXXOBJS) \ diff --git a/archivers/openzl/files/patch-build_make_zldefs.make b/archivers/openzl/files/patch-build_make_zldefs.make new file mode 100644 index 000000000000..3ad45b9ce3c2 --- /dev/null +++ b/archivers/openzl/files/patch-build_make_zldefs.make @@ -0,0 +1,13 @@ +--- build/make/zldefs.make.orig 2025-10-08 08:51:15 UTC ++++ build/make/zldefs.make +@@ -21,8 +21,8 @@ CPPFLAGS += -I. -Iinclude -Isrc -Icpp/include -Icpp/sr + + # base compilation flags + CPPFLAGS += -I. -Iinclude -Isrc -Icpp/include -Icpp/src +-CFLAGS += -O1 -std=c11 # code must be compliant with C11 +-CXXFLAGS += -O1 -std=c++1z # for gtests ++CFLAGS += -std=c11 # code must be compliant with C11 ++CXXFLAGS += -std=c++1z # for gtests + DEBUGFLAGS ?= -g \ + -Wall -Wcast-qual -Wcast-align -Wshadow \ + -Wstrict-aliasing=1 -Wundef -Wpointer-arith -Wvla -Wformat=2 \ diff --git a/archivers/openzl/files/patch-src_openzl_shared_portability.h b/archivers/openzl/files/patch-src_openzl_shared_portability.h new file mode 100644 index 000000000000..d15f9c837dde --- /dev/null +++ b/archivers/openzl/files/patch-src_openzl_shared_portability.h @@ -0,0 +1,15 @@ +--- src/openzl/shared/portability.h.orig 2025-10-08 09:01:34 UTC ++++ src/openzl/shared/portability.h +@@ -211,10 +211,11 @@ ZL_BEGIN_C_DECLS + // Detect IEEE 754 floating point support. + // Apple doesn't define __STDC_IEC_559__, but supports IEEE 754. + // MinGW doesn't define __STDC_IEC_559__, but supports IEEE 754. ++// FreeBSD doesn't define __STDC_IEC_559__, but supports IEEE 754. + #if (defined(__STDC_IEC_559__) && __STDC_IEC_559__) \ + || (defined(__STDC_IEC_60559_BFP__) \ + && __STDC_IEC_60559_BFP__ >= 202311L) \ +- || defined(__APPLE__) || defined(__MINGW32__) ++ || defined(__APPLE__) || defined(__MINGW32__) || defined(__FreeBSD__) + # define ZL_HAS_IEEE_754 1 + #else + # define ZL_HAS_IEEE_754 0 diff --git a/archivers/openzl/pkg-descr b/archivers/openzl/pkg-descr new file mode 100644 index 000000000000..a71f04afa07a --- /dev/null +++ b/archivers/openzl/pkg-descr @@ -0,0 +1,11 @@ +OpenZL delivers high compression ratios while preserving high speed, a +level of performance that is out of reach for generic compressors. + +OpenZL takes a description of your data and builds from it a +specialized compressor optimized for your specific format. + +OpenZL consists of a core library and tools to generate specialized +compressors - all compatible with a single universal decompressor. It +is designed for engineers that deal with large quantities of +specialized datasets (like AI workloads for example) and require high +speed for their processing pipelines. diff --git a/archivers/openzl/pkg-plist b/archivers/openzl/pkg-plist new file mode 100644 index 000000000000..1ba27f928d89 --- /dev/null +++ b/archivers/openzl/pkg-plist @@ -0,0 +1,146 @@ +bin/zli +include/openzl/codecs/zl_ace.h +include/openzl/codecs/zl_bitpack.h +include/openzl/codecs/zl_bitpack_manual.md +include/openzl/codecs/zl_bitunpack.h +include/openzl/codecs/zl_brute_force_selector.h +include/openzl/codecs/zl_clustering.h +include/openzl/codecs/zl_concat.h +include/openzl/codecs/zl_concat_manual.md +include/openzl/codecs/zl_constant.h +include/openzl/codecs/zl_constant_manual.md +include/openzl/codecs/zl_conversion.h +include/openzl/codecs/zl_conversion_manual.md +include/openzl/codecs/zl_dedup.h +include/openzl/codecs/zl_delta.h +include/openzl/codecs/zl_delta_manual.md +include/openzl/codecs/zl_dispatch.h +include/openzl/codecs/zl_dispatch_string_manual.md +include/openzl/codecs/zl_divide_by.h +include/openzl/codecs/zl_entropy.h +include/openzl/codecs/zl_entropy_manual.md +include/openzl/codecs/zl_field_lz.h +include/openzl/codecs/zl_flatpack.h +include/openzl/codecs/zl_float_deconstruct.h +include/openzl/codecs/zl_float_deconstruct_manual.md +include/openzl/codecs/zl_generic.h +include/openzl/codecs/zl_illegal.h +include/openzl/codecs/zl_interleave.h +include/openzl/codecs/zl_interleave_manual.md +include/openzl/codecs/zl_merge_sorted.h +include/openzl/codecs/zl_parse_int.h +include/openzl/codecs/zl_parse_int_manual.md +include/openzl/codecs/zl_prefix.h +include/openzl/codecs/zl_prefix.md +include/openzl/codecs/zl_quantize.h +include/openzl/codecs/zl_range_pack.h +include/openzl/codecs/zl_range_pack.md +include/openzl/codecs/zl_sddl.h +include/openzl/codecs/zl_sddl.md +include/openzl/codecs/zl_split.h +include/openzl/codecs/zl_split_by_struct.h +include/openzl/codecs/zl_store.h +include/openzl/codecs/zl_tokenize.h +include/openzl/codecs/zl_transpose.h +include/openzl/codecs/zl_zigzag.h +include/openzl/codecs/zl_zstd.h +include/openzl/cpp/CCtx.hpp +include/openzl/cpp/CParam.hpp +include/openzl/cpp/Codecs.hpp +include/openzl/cpp/CompressIntrospectionHooks.hpp +include/openzl/cpp/Compressor.hpp +include/openzl/cpp/Config.hpp +include/openzl/cpp/CustomCodecDescription.hpp +include/openzl/cpp/CustomDecoder.hpp +include/openzl/cpp/CustomEncoder.hpp +include/openzl/cpp/DCtx.hpp +include/openzl/cpp/Exception.hpp +include/openzl/cpp/FrameInfo.hpp +include/openzl/cpp/FunctionGraph.hpp +include/openzl/cpp/Input.hpp +include/openzl/cpp/LocalParams.hpp +include/openzl/cpp/Output.hpp +include/openzl/cpp/Selector.hpp +include/openzl/cpp/Type.hpp +include/openzl/cpp/codecs/ACE.hpp +include/openzl/cpp/codecs/Bitpack.hpp +include/openzl/cpp/codecs/Bitunpack.hpp +include/openzl/cpp/codecs/BruteForce.hpp +include/openzl/cpp/codecs/Compress.hpp +include/openzl/cpp/codecs/Concat.hpp +include/openzl/cpp/codecs/Constant.hpp +include/openzl/cpp/codecs/Conversion.hpp +include/openzl/cpp/codecs/Dedup.hpp +include/openzl/cpp/codecs/Delta.hpp +include/openzl/cpp/codecs/Dispatch.hpp +include/openzl/cpp/codecs/DivideBy.hpp +include/openzl/cpp/codecs/Entropy.hpp +include/openzl/cpp/codecs/FieldLz.hpp +include/openzl/cpp/codecs/Flatpack.hpp +include/openzl/cpp/codecs/FloatDeconstruct.hpp +include/openzl/cpp/codecs/Graph.hpp +include/openzl/cpp/codecs/Illegal.hpp +include/openzl/cpp/codecs/MergeSorted.hpp +include/openzl/cpp/codecs/Metadata.hpp +include/openzl/cpp/codecs/Node.hpp +include/openzl/cpp/codecs/ParseInt.hpp +include/openzl/cpp/codecs/Prefix.hpp +include/openzl/cpp/codecs/Quantize.hpp +include/openzl/cpp/codecs/RangePack.hpp +include/openzl/cpp/codecs/SDDL.hpp +include/openzl/cpp/codecs/Split.hpp +include/openzl/cpp/codecs/SplitByStruct.hpp +include/openzl/cpp/codecs/Store.hpp +include/openzl/cpp/codecs/Tokenize.hpp +include/openzl/cpp/codecs/Transpose.hpp +include/openzl/cpp/codecs/Zigzag.hpp +include/openzl/cpp/codecs/Zstd.hpp +include/openzl/cpp/detail/NonNullUniqueCPtr.hpp +include/openzl/cpp/detail/Portability.hpp +include/openzl/cpp/poly/Byte.hpp +include/openzl/cpp/poly/Iterator.hpp +include/openzl/cpp/poly/Optional.hpp +include/openzl/cpp/poly/SourceLocation.hpp +include/openzl/cpp/poly/Span.hpp +include/openzl/cpp/poly/StringView.hpp +include/openzl/cpp/poly/TypeTraits.hpp +include/openzl/detail/zl_error_context.h +include/openzl/detail/zl_errors_detail.h +include/openzl/openzl.h +include/openzl/openzl.hpp +include/openzl/zl_buffer.h +include/openzl/zl_cgraph.h +include/openzl/zl_common_types.h +include/openzl/zl_compress.h +include/openzl/zl_compressor.h +include/openzl/zl_compressor_serialization.h +include/openzl/zl_config.h +include/openzl/zl_ctransform.h +include/openzl/zl_ctransform_legacy.h +include/openzl/zl_data.h +include/openzl/zl_decompress.h +include/openzl/zl_dtransform.h +include/openzl/zl_dtransform_legacy.h +include/openzl/zl_dyngraph.h +include/openzl/zl_errors.h +include/openzl/zl_errors_types.h +include/openzl/zl_graph_api.h +include/openzl/zl_graphs.h +include/openzl/zl_input.h +include/openzl/zl_introspection.h +include/openzl/zl_localParams.h +include/openzl/zl_macro_helpers.h +include/openzl/zl_nodes.h +include/openzl/zl_opaque_types.h +include/openzl/zl_output.h +include/openzl/zl_portability.h +include/openzl/zl_public_nodes.h +include/openzl/zl_reflection.h +include/openzl/zl_segmenter.h +include/openzl/zl_selector.h +include/openzl/zl_selector_declare_helper.h +include/openzl/zl_selector_declare_helper_macro_utils.h +include/openzl/zl_stream.h +include/openzl/zl_version.h +lib/libopenzl.a +lib/libopenzl.so diff --git a/archivers/unpackerr/Makefile b/archivers/unpackerr/Makefile index 57577be92c79..9b67d90bac5d 100644 --- a/archivers/unpackerr/Makefile +++ b/archivers/unpackerr/Makefile @@ -1,7 +1,7 @@ PORTNAME= unpackerr DISTVERSIONPREFIX= v DISTVERSION= 0.14.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MAINTAINER= mdw@FreeBSD.org diff --git a/audio/emms/Makefile b/audio/emms/Makefile index e5bb5c634f33..36a2cfc373d4 100644 --- a/audio/emms/Makefile +++ b/audio/emms/Makefile @@ -1,6 +1,5 @@ PORTNAME= emms -DISTVERSION= 23 -PORTREVISION= 1 +DISTVERSION= 24 CATEGORIES= audio elisp MASTER_SITES= https://elpa.gnu.org/packages/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/audio/emms/distinfo b/audio/emms/distinfo index 4d163c96671a..44a57e6452c2 100644 --- a/audio/emms/distinfo +++ b/audio/emms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753558753 -SHA256 (emms-23.tar) = 2d4d1572aaeac83a42f3062aef3418614be58e71ed6ee73acb1adc3431234023 -SIZE (emms-23.tar) = 1484800 +TIMESTAMP = 1760308810 +SHA256 (emms-24.tar) = 6f35b0b3919b8b367b2b5d1944204780db3f7617e5fd26dec0dde723b62881da +SIZE (emms-24.tar) = 1484800 diff --git a/audio/go-librespot/Makefile b/audio/go-librespot/Makefile index 4388105dde14..c03a4c482ba9 100644 --- a/audio/go-librespot/Makefile +++ b/audio/go-librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-librespot DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= ale@biancalanas.net diff --git a/audio/gonic/Makefile b/audio/gonic/Makefile index 0a6ad1d6b34c..9d31aa792ad0 100644 --- a/audio/gonic/Makefile +++ b/audio/gonic/Makefile @@ -1,6 +1,6 @@ PORTNAME= gonic DISTVERSIONPREFIX= v -DISTVERSION= 0.18.0 +DISTVERSION= 0.19.0 PORTREVISION= 1 CATEGORIES= audio net @@ -11,11 +11,10 @@ WWW= https://github.com/sentriz/gonic LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libtag.so:audio/taglib RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ mpv:multimedia/mpv -USES= go:1.25,modules pkgconfig sqlite +USES= go:1.25,modules USE_RC_SUBR= ${PORTNAME} diff --git a/audio/gonic/distinfo b/audio/gonic/distinfo index 438d658eb8c4..5a98857aeab2 100644 --- a/audio/gonic/distinfo +++ b/audio/gonic/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1758591774 -SHA256 (go/audio_gonic/gonic-v0.18.0/v0.18.0.mod) = e656b0b3dbd56412cc6759d8cd3218e80259fefb27318350056f5f9a7bb9dd19 -SIZE (go/audio_gonic/gonic-v0.18.0/v0.18.0.mod) = 2720 -SHA256 (go/audio_gonic/gonic-v0.18.0/v0.18.0.zip) = 2a5e4f142c868cb4afff859b1a8e081482056d803a2e5659f5ef3c4b0883cf0b -SIZE (go/audio_gonic/gonic-v0.18.0/v0.18.0.zip) = 2071202 +TIMESTAMP = 1760338422 +SHA256 (go/audio_gonic/gonic-v0.19.0/v0.19.0.mod) = 7d193a72639f4874cfcbf00b5ed7c204138976a74e34b2899218563bc567585e +SIZE (go/audio_gonic/gonic-v0.19.0/v0.19.0.mod) = 2887 +SHA256 (go/audio_gonic/gonic-v0.19.0/v0.19.0.zip) = bef4170e3514b132c72e35f48977aec7a9bf5a7cf93b07e88da4a1563a104ab9 +SIZE (go/audio_gonic/gonic-v0.19.0/v0.19.0.zip) = 2074307 diff --git a/audio/murmur-cli/Makefile b/audio/murmur-cli/Makefile index 849989c6e249..e238c78c656b 100644 --- a/audio/murmur-cli/Makefile +++ b/audio/murmur-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= murmur-cli PORTVERSION= 0.0.0.20200528 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/unflac/Makefile b/audio/unflac/Makefile index f632e3566e0d..a89ec1651b91 100644 --- a/audio/unflac/Makefile +++ b/audio/unflac/Makefile @@ -1,6 +1,6 @@ PORTNAME= unflac DISTVERSION= 1.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MAINTAINER= bsd@abinet.ru diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index bfa7e2581c61..ae975019f173 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= visp-go DISTVERSION= g20210723 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/benchmarks/ali/Makefile b/benchmarks/ali/Makefile index f4638328a40a..9aa14327516a 100644 --- a/benchmarks/ali/Makefile +++ b/benchmarks/ali/Makefile @@ -1,7 +1,7 @@ PORTNAME= ali PORTVERSION= 0.7.5 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= benchmarks MAINTAINER= olgeni@FreeBSD.org diff --git a/benchmarks/bombardier/Makefile b/benchmarks/bombardier/Makefile index e4be7ddc37fe..0ad3dea30442 100644 --- a/benchmarks/bombardier/Makefile +++ b/benchmarks/bombardier/Makefile @@ -1,7 +1,7 @@ PORTNAME= bombardier PORTVERSION= 1.2.6 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= benchmarks MAINTAINER= danilo@FreeBSD.org diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index bca037784912..4aecfa487dfd 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddosify DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= benchmarks MAINTAINER= grembo@FreeBSD.org diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile index b08f8eeca93d..4755551bbf8c 100644 --- a/benchmarks/hey/Makefile +++ b/benchmarks/hey/Makefile @@ -1,7 +1,7 @@ PORTNAME= hey PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= benchmarks MAINTAINER= adamw@FreeBSD.org diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index 8b6e0ee5944a..bf76e188d4e4 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,7 +1,7 @@ PORTNAME= plow DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= benchmarks MAINTAINER= dutra@FreeBSD.org diff --git a/benchmarks/vegeta/Makefile b/benchmarks/vegeta/Makefile index 97c3964f6058..ed6527f81806 100644 --- a/benchmarks/vegeta/Makefile +++ b/benchmarks/vegeta/Makefile @@ -1,7 +1,7 @@ PORTNAME= vegeta DISTVERSIONPREFIX= v DISTVERSION= 12.11.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= benchmarks www MAINTAINER= egypcio@FreeBSD.org diff --git a/biology/kmcp/Makefile b/biology/kmcp/Makefile index 3e4e393d6d7d..7e0b494e287f 100644 --- a/biology/kmcp/Makefile +++ b/biology/kmcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= kmcp DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index e089949aa6ad..082180569f99 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -1,6 +1,7 @@ PORTNAME= ncbi-cxx-toolkit DISTVERSIONPREFIX= release/ -DISTVERSION= 29.0.1 +DISTVERSION= 29.6.0 +PORTREVISION= 1 CATEGORIES= biology science devel MAINTAINER= yuri@FreeBSD.org @@ -11,13 +12,9 @@ WWW= https://ncbi.github.io/cxx-toolkit/ \ LICENSE= PD LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE -BROKEN_FreeBSD_15= compilation fails with clang-15, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/13 -BROKEN_armv6= platform not defined for FreeBSD arm, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/2 -BROKEN_armv7= link fails due to a missing function, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/8 BROKEN_i386= compilation fails: Only 64-bit Intel and ARM architectures are supported (in src/util/compress/zlib_cloudflare/deflate.c:149) -LIB_DEPENDS= libbz2.so:archivers/bzip2 \ - libcdd.so:math/cddlib \ +LIB_DEPENDS= libcdd.so:math/cddlib \ liblmdb.so:databases/lmdb \ libpcre.so:devel/pcre \ libunwind.so:devel/libunwind \ diff --git a/biology/ncbi-cxx-toolkit/distinfo b/biology/ncbi-cxx-toolkit/distinfo index 20c439054b22..c43d2e9b7e9a 100644 --- a/biology/ncbi-cxx-toolkit/distinfo +++ b/biology/ncbi-cxx-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741237344 -SHA256 (ncbi-ncbi-cxx-toolkit-public-release-29.0.1_GH0.tar.gz) = 504ac38917bc9d3a51d17ef504655c017e8353e0e7da145ae6c08a825cb5b77d -SIZE (ncbi-ncbi-cxx-toolkit-public-release-29.0.1_GH0.tar.gz) = 59674657 +TIMESTAMP = 1760339359 +SHA256 (ncbi-ncbi-cxx-toolkit-public-release-29.6.0_GH0.tar.gz) = c370ede357471dfb8872c13b128ea9c16040511ad90d6bce700880a463351792 +SIZE (ncbi-ncbi-cxx-toolkit-public-release-29.6.0_GH0.tar.gz) = 61210476 diff --git a/biology/ncbi-entrez-direct/Makefile b/biology/ncbi-entrez-direct/Makefile index 29b571ea86c4..c7eb68295653 100644 --- a/biology/ncbi-entrez-direct/Makefile +++ b/biology/ncbi-entrez-direct/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncbi-entrez-direct DISTVERSION= 14.9.20210423 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= biology perl5 MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/versions/${PORTVERSION}/ DISTFILES= edirect.tar.gz diff --git a/biology/seqkit/Makefile b/biology/seqkit/Makefile index a79a93af0685..c6085556d076 100644 --- a/biology/seqkit/Makefile +++ b/biology/seqkit/Makefile @@ -1,7 +1,7 @@ PORTNAME= seqkit DISTVERSIONPREFIX= v DISTVERSION= 2.10.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/taxonkit/Makefile b/biology/taxonkit/Makefile index 55e6a8c10b05..b45e88e0da01 100644 --- a/biology/taxonkit/Makefile +++ b/biology/taxonkit/Makefile @@ -1,7 +1,7 @@ PORTNAME= taxonkit DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/unikmer/Makefile b/biology/unikmer/Makefile index bc494df6d906..755999f07913 100644 --- a/biology/unikmer/Makefile +++ b/biology/unikmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= unikmer DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 179b49e1fde4..952ee0dc23a3 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -1,5 +1,5 @@ PORTNAME= magic -DISTVERSION= 8.3.526 +DISTVERSION= 8.3.561 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/magic/archive/ @@ -14,15 +14,17 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS= bash:shells/bash -USES= gmake gnome gl localbase:ldflags python:build shebangfix tar:tgz tk:tea xorg +USES= gl gmake gnome localbase:ldflags python:build shebangfix \ + tar:tgz tk:tea xorg USE_GL= gl glu USE_GNOME= cairo USE_XORG= ice sm x11 xext xi xmu -SHEBANG_FILES= scripts/preproc.py tcltk/magic.sh.in tcltk/ext2sim.sh.in tcltk/ext2spice.sh.in +SHEBANG_FILES= scripts/preproc.py tcltk/ext2sim.sh.in tcltk/ext2spice.sh.in \ + tcltk/magic.sh.in -CONFIGURE_ARGS= --with-opengl \ - --enable-modular # --enable-modular should fix build on 15, when failures were due to missing symbols defined in *.sym but not in code +CONFIGURE_ARGS= --enable-modular \ + --with-opengl # --enable-modular should fix build on 15, when failures were due to missing symbols defined in *.sym but not in code ALL_TARGET= tcllibrary @@ -56,10 +58,12 @@ post-patch: 's|^#!.*|#!${WISH}|' ${WRKSRC}/tcltk/tkshell.tcl pre-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} database/database.h + @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ + ${MAKE_ARGS} database/database.h post-install: - @cd ${STAGEDIR}${PREFIX}/lib/magic/tcl && ${STRIP_CMD} magicexec magicdnull tclmagic.so + @cd ${STAGEDIR}${PREFIX}/lib/magic/tcl && \ + ${STRIP_CMD} magicexec magicdnull tclmagic.so .include <bsd.port.post.mk> diff --git a/cad/magic/distinfo b/cad/magic/distinfo index 43e9118f969f..be22909ace53 100644 --- a/cad/magic/distinfo +++ b/cad/magic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744651958 -SHA256 (magic-8.3.526.tgz) = bba67f35fae5ce7e891436cf2cfae9699a11fe7506b44d47d6ba0cea48667b54 -SIZE (magic-8.3.526.tgz) = 4243637 +TIMESTAMP = 1760303907 +SHA256 (magic-8.3.561.tgz) = 4c42447696adbe2f8f624bdffab5ee3a01bada0b7e3bdcdd031e7efd8262e498 +SIZE (magic-8.3.561.tgz) = 4276101 diff --git a/cad/magic/files/patch-commands__Makefile b/cad/magic/files/patch-commands__Makefile index 249bf5d8ca65..f2b2c442d7e9 100644 --- a/cad/magic/files/patch-commands__Makefile +++ b/cad/magic/files/patch-commands__Makefile @@ -1,15 +1,14 @@ ---- commands/Makefile.orig 2020-04-08 15:45:13 UTC +--- commands/Makefile.orig 2025-07-30 06:00:02 UTC +++ commands/Makefile -@@ -10,12 +10,7 @@ SRCS = CmdSubrs.c CmdAB.c CmdCD.c CmdE.c CmdFI.c +@@ -10,11 +10,7 @@ SRCS = CmdSubrs.c CmdAB.c CmdCD.c CmdE.c CmdFI.c # Force the module to regenerate the symbolic link in the readline # directory, as it may be needed by CmdFI.c (in the non-Tcl compile) -module: ${MAGICDIR}/readline/readline lib${MODULE}.o - +-# Delegate this task to the readline/Makefile -${MAGICDIR}/readline/readline: -- @if ( ! test -f ${MAGICDIR}/readline/readline ) ; then \ -- (cd ${MAGICDIR}/readline; ln -s `ls | grep readline` readline) ; \ -- fi +- ${MAKE} -C ${MAGICDIR}/readline readline-create-symlinks +module: lib${MODULE}.o include ${MAGICDIR}/defs.mak diff --git a/cad/magic/files/patch-rules.mak b/cad/magic/files/patch-rules.mak new file mode 100644 index 000000000000..f2e87cb6a61b --- /dev/null +++ b/cad/magic/files/patch-rules.mak @@ -0,0 +1,12 @@ +Use BSD instead of GNU sed(1) convention +--- rules.mak.orig 2025-07-30 06:00:02 UTC ++++ rules.mak +@@ -17,7 +17,7 @@ ${DEPEND_FILE}: ${DEPSRCS} + # it indicates a missing dependency somewhere in a upstream/parent Makefile. + ${DEPEND_FILE}: ${DEPSRCS} + ${CC} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} ${DEPEND_FLAG} ${DEPSRCS} > ${DEPEND_FILE}$$PPID.tmp +- ${SED} -e "/#/D" -e "/ \//s/ \/.*\.h//" -e "/ \\\/D" -i ${DEPEND_FILE}$$PPID.tmp ++ ${SED} -e "/#/D" -e "/ \//s/ \/.*\.h//" -e "/ \\\/D" -i '' ${DEPEND_FILE}$$PPID.tmp + ${MV} -f ${DEPEND_FILE}$$PPID.tmp ${DEPEND_FILE} + + # Original Depend file generating line: diff --git a/cad/magic/files/patch-scripts_configure b/cad/magic/files/patch-scripts_configure index 717527be8e9f..572bed2e0a97 100644 --- a/cad/magic/files/patch-scripts_configure +++ b/cad/magic/files/patch-scripts_configure @@ -1,6 +1,6 @@ ---- scripts/configure.orig 2025-01-11 07:00:02 UTC +--- scripts/configure.orig 2025-07-30 06:00:02 UTC +++ scripts/configure -@@ -8208,7 +8208,7 @@ fi +@@ -9187,7 +9187,7 @@ fi esac fi if test "$with_gnu_ld" = "yes" ; then diff --git a/cad/magic/files/patch-textio__textioInt.h b/cad/magic/files/patch-textio__textioInt.h index e7745fdfc40b..9c35955bf95d 100644 --- a/cad/magic/files/patch-textio__textioInt.h +++ b/cad/magic/files/patch-textio__textioInt.h @@ -1,4 +1,4 @@ ---- textio/textioInt.h.orig 2025-02-24 07:00:02 UTC +--- textio/textioInt.h.orig 2025-07-30 06:00:02 UTC +++ textio/textioInt.h @@ -43,7 +43,7 @@ typedef struct { #define TX_CMD_PROMPT ":" @@ -6,6 +6,6 @@ /* all of the state associated with a tty terminal */ -#if !defined(SYSV) && !defined(CYGWIN) && !defined(__OpenBSD__) && !defined(EMSCRIPTEN) +#if !defined(SYSV) && !defined(CYGWIN) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(EMSCRIPTEN) - typedef struct { - struct sgttyb tx_i_sgtty; - struct tchars tx_i_tchars; + #if defined(HAVE_SYS_IOCTL_COMPAT_H) || defined(HAVE_SGTTY_H) + #if defined(HAVE_SYS_IOCTL_COMPAT_H) + #include <sys/ioctl_compat.h> /* replaced sgtty.h */ diff --git a/cad/magic/files/patch-utils_path.c b/cad/magic/files/patch-utils_path.c deleted file mode 100644 index 7623443cd798..000000000000 --- a/cad/magic/files/patch-utils_path.c +++ /dev/null @@ -1,10 +0,0 @@ ---- utils/path.c.orig 2025-03-17 19:16:36 UTC -+++ utils/path.c -@@ -29,6 +29,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Heade - #include <sys/param.h> - #include <sys/stat.h> - #include <fcntl.h> -+#include <unistd.h> - - #ifdef HAVE_ZLIB - #include <zlib.h> diff --git a/cad/magic/pkg-plist b/cad/magic/pkg-plist index 262ee6e39233..7f92c0b18511 100644 --- a/cad/magic/pkg-plist +++ b/cad/magic/pkg-plist @@ -1,13 +1,13 @@ bin/ext2sim bin/ext2spice bin/magic -@comment bin/spice2sim lib/magic/doc/addendum6_5.ps lib/magic/doc/copyright.ps lib/magic/doc/html/Makefile lib/magic/doc/html/addcommandentry.html lib/magic/doc/html/addpath.html lib/magic/doc/html/antennacheck.html +lib/magic/doc/html/archive.html lib/magic/doc/html/array.html lib/magic/doc/html/box.html lib/magic/doc/html/calma.html @@ -54,8 +54,6 @@ lib/magic/doc/html/ext2sim.html lib/magic/doc/html/ext2spice.html lib/magic/doc/html/extract.html lib/magic/doc/html/extresist.html -lib/magic/doc/html/exttosim.html -lib/magic/doc/html/exttospice.html lib/magic/doc/html/feedback.html lib/magic/doc/html/fill.html lib/magic/doc/html/findbox.html @@ -282,8 +280,6 @@ lib/magic/tcl/bsitools.tcl lib/magic/tcl/cellmgr.tcl lib/magic/tcl/console.tcl lib/magic/tcl/drcmgr.tcl -@comment lib/magic/tcl/exttosim.so -@comment lib/magic/tcl/exttospice.so lib/magic/tcl/libmgr.tcl lib/magic/tcl/magic.tcl lib/magic/tcl/magicdnull diff --git a/cad/qflow/Makefile b/cad/qflow/Makefile index 862809933486..740bc2a7f8b2 100644 --- a/cad/qflow/Makefile +++ b/cad/qflow/Makefile @@ -1,6 +1,6 @@ PORTNAME= qflow DISTVERSION= 1.4.104 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/converters/dos2ansi/Makefile b/converters/dos2ansi/Makefile index ad77c7640a03..1c8c8fec77c9 100644 --- a/converters/dos2ansi/Makefile +++ b/converters/dos2ansi/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.0 CATEGORIES= converters MASTER_SITES= ${WWW}/releases/download/v${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= grembo@FreeBSD.org COMMENT= Converter for old MS-DOS/ANSI.SYS text files WWW= https://github.com/Zirias/dos2ansi diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index 38a12451f532..83dd5d45c4fc 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,5 +1,5 @@ PORTNAME= dos2unix -DISTVERSION= 7.5.2 +DISTVERSION= 7.5.3 CATEGORIES= converters MASTER_SITES= SF \ https://waterlan.home.xs4all.nl/dos2unix/ diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo index 276c7e3a733e..978b2ee7ff5f 100644 --- a/converters/dos2unix/distinfo +++ b/converters/dos2unix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707150448 -SHA256 (dos2unix-7.5.2.tar.gz) = 264742446608442eb48f96c20af6da303cb3a92b364e72cb7e24f88239c4bf3a -SIZE (dos2unix-7.5.2.tar.gz) = 991485 +TIMESTAMP = 1760514676 +SHA256 (dos2unix-7.5.3.tar.gz) = 28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2 +SIZE (dos2unix-7.5.3.tar.gz) = 955879 diff --git a/converters/yj/Makefile b/converters/yj/Makefile index 2fb65d997526..299952a02ffe 100644 --- a/converters/yj/Makefile +++ b/converters/yj/Makefile @@ -1,7 +1,7 @@ PORTNAME= yj PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= converters DIST_SUBDIR= yj diff --git a/databases/Makefile b/databases/Makefile index a9b48e6dbc45..9e2eaa683ef9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -813,6 +813,7 @@ SUBDIR += py-pony SUBDIR += py-postgresql SUBDIR += py-powa-collector + SUBDIR += py-prisma SUBDIR += py-psycogreen SUBDIR += py-psycopg SUBDIR += py-psycopg-c @@ -840,6 +841,7 @@ SUBDIR += py-redis SUBDIR += py-redis2 SUBDIR += py-redis5 + SUBDIR += py-redisvl SUBDIR += py-rrdtool SUBDIR += py-schemachange SUBDIR += py-sispy diff --git a/databases/cayley/Makefile b/databases/cayley/Makefile index 7de1b055c510..ef99f70d06a4 100644 --- a/databases/cayley/Makefile +++ b/databases/cayley/Makefile @@ -1,7 +1,7 @@ PORTNAME= cayley DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/closql/Makefile b/databases/closql/Makefile index c9009f917ba9..3c9b6d7293ac 100644 --- a/databases/closql/Makefile +++ b/databases/closql/Makefile @@ -1,6 +1,6 @@ PORTNAME= closql DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 +DISTVERSION= 2.3.1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/closql/distinfo b/databases/closql/distinfo index 871ea24c9762..466137d0f92f 100644 --- a/databases/closql/distinfo +++ b/databases/closql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756809473 -SHA256 (magit-closql-v2.3.0_GH0.tar.gz) = 1336e0a6e9bd8170033dfb1b1f710b9565e5012a6f67c8d0cffbf5296d119c52 -SIZE (magit-closql-v2.3.0_GH0.tar.gz) = 21947 +TIMESTAMP = 1760345069 +SHA256 (magit-closql-v2.3.1_GH0.tar.gz) = 1e6b68fd5f65325c3b77655419999f575a5a8576ff07c9c786052178cf142c44 +SIZE (magit-closql-v2.3.1_GH0.tar.gz) = 21951 diff --git a/databases/cockroach/Makefile b/databases/cockroach/Makefile index 35f555b7c58f..16312323e24f 100644 --- a/databases/cockroach/Makefile +++ b/databases/cockroach/Makefile @@ -1,7 +1,7 @@ PORTNAME= cockroach DISTVERSIONPREFIX= v DISTVERSION= 19.1.11 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz diff --git a/databases/go-carbon/Makefile b/databases/go-carbon/Makefile index 7174aa9d2ac1..2187bd26b95d 100644 --- a/databases/go-carbon/Makefile +++ b/databases/go-carbon/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-carbon DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com diff --git a/databases/go-pgweb/Makefile b/databases/go-pgweb/Makefile index 6f6f3ae663f2..0937b9f4b82e 100644 --- a/databases/go-pgweb/Makefile +++ b/databases/go-pgweb/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgweb DISTVERSIONPREFIX= v DISTVERSION= 0.11.7 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= databases www PKGNAMEPREFIX= go- diff --git a/databases/goose/Makefile b/databases/goose/Makefile index 539ecce68072..1a3cfdb397be 100644 --- a/databases/goose/Makefile +++ b/databases/goose/Makefile @@ -1,7 +1,7 @@ PORTNAME= goose DISTVERSIONPREFIX= v DISTVERSION= 3.22.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= databases PKGNAMESUFFIX= -db-migration-tool diff --git a/databases/immudb/Makefile b/databases/immudb/Makefile index 7cc750430bf9..a28fad02752a 100644 --- a/databases/immudb/Makefile +++ b/databases/immudb/Makefile @@ -1,7 +1,7 @@ PORTNAME= immudb DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/imposm3/Makefile b/databases/imposm3/Makefile index 1a28bb0f5b23..2cea77c9add3 100644 --- a/databases/imposm3/Makefile +++ b/databases/imposm3/Makefile @@ -1,7 +1,7 @@ PORTNAME= imposm3 DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= databases geography MAINTAINER= darcy@dbitech.ca diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index 7f5eec759271..55453993e41b 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= influxdb DISTVERSIONPREFIX= v DISTVERSION= 1.8.10 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/databases/influxdb2-cli/Makefile b/databases/influxdb2-cli/Makefile index 6f09a590394d..b69ec4ba698c 100644 --- a/databases/influxdb2-cli/Makefile +++ b/databases/influxdb2-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= influxdb2-cli DISTVERSIONPREFIX= v DISTVERSION= 2.7.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index 22206f408a7d..224092beb83b 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -131,6 +131,7 @@ MOZJS_WRKSRC= ${WRKSRC}/src/third_party/mozjs .if ${FLAVOR:U} == armv80a OPTIONS_SET+= ARMV80A +MAKE_JOBS_UNSAFE= yes .endif .include <bsd.port.pre.mk> diff --git a/databases/octosql/Makefile b/databases/octosql/Makefile index ada53fc0dd9d..2fbfccf6dbcd 100644 --- a/databases/octosql/Makefile +++ b/databases/octosql/Makefile @@ -1,7 +1,7 @@ PORTNAME= octosql DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/percona-orchestrator/Makefile b/databases/percona-orchestrator/Makefile index 777468d03fcf..33a6de749e90 100644 --- a/databases/percona-orchestrator/Makefile +++ b/databases/percona-orchestrator/Makefile @@ -1,7 +1,7 @@ PORTNAME= orchestrator DISTVERSIONPREFIX= v DISTVERSION= 3.2.6-16 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases PKGNAMEPREFIX= percona- diff --git a/databases/pgmetrics/Makefile b/databases/pgmetrics/Makefile index eb69ee341115..1b450a3c5997 100644 --- a/databases/pgmetrics/Makefile +++ b/databases/pgmetrics/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgmetrics PORTVERSION= 1.18.0 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org diff --git a/databases/pgschema/Makefile b/databases/pgschema/Makefile index 3f1f72cef345..b805961dea75 100644 --- a/databases/pgschema/Makefile +++ b/databases/pgschema/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgschema DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org diff --git a/databases/prometheus-postgres-exporter/Makefile b/databases/prometheus-postgres-exporter/Makefile index a9b24af5459f..4fea7f72e1b2 100644 --- a/databases/prometheus-postgres-exporter/Makefile +++ b/databases/prometheus-postgres-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus-postgres-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= ivy@FreeBSD.org diff --git a/databases/prometheus-postgresql-adapter/Makefile b/databases/prometheus-postgresql-adapter/Makefile index 4fa979cb11d0..51538817bd0a 100644 --- a/databases/prometheus-postgresql-adapter/Makefile +++ b/databases/prometheus-postgresql-adapter/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus-postgresql-adapter DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= databases MAINTAINER= felix@userspace.com.au diff --git a/databases/py-berkeleydb/Makefile b/databases/py-berkeleydb/Makefile index 26e974ab7b22..896b2190f4ea 100644 --- a/databases/py-berkeleydb/Makefile +++ b/databases/py-berkeleydb/Makefile @@ -1,5 +1,5 @@ PORTNAME= berkeleydb -DISTVERSION= 18.1.14 +DISTVERSION= 18.1.15 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-berkeleydb/distinfo b/databases/py-berkeleydb/distinfo index 06b87e1ad6f1..5611e5960460 100644 --- a/databases/py-berkeleydb/distinfo +++ b/databases/py-berkeleydb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742808980 -SHA256 (berkeleydb-18.1.14.tar.gz) = 8c260282f57ebd5b9c3ce53da0eb75be5957addb303e3190935b716448f32f7d -SIZE (berkeleydb-18.1.14.tar.gz) = 320796 +TIMESTAMP = 1760456031 +SHA256 (berkeleydb-18.1.15.tar.gz) = 7afa53143d754c6bb2c85656c1325ebae518adcfcd1b59e13cc2abb88ddf758e +SIZE (berkeleydb-18.1.15.tar.gz) = 188446 diff --git a/databases/py-berkeleydb/files/patch-setup3.py b/databases/py-berkeleydb/files/patch-setup3.py index bececbbdb5fa..8f3d0f7ce118 100644 --- a/databases/py-berkeleydb/files/patch-setup3.py +++ b/databases/py-berkeleydb/files/patch-setup3.py @@ -1,15 +1,15 @@ ---- setup3.py.orig 2024-10-31 03:59:08 UTC +--- setup3.py.orig 2025-10-12 02:12:47 UTC +++ setup3.py -@@ -41,7 +41,7 @@ os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local' - # See https://setuptools.readthedocs.io/en/latest/deprecated/\ - # distutils-legacy.html - os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local' +@@ -39,7 +39,7 @@ import platform + import platform + + -from setuptools import setup, Extension +from distutils.core import setup, Extension import distutils.ccompiler # read the module version number out of the .c file -@@ -260,8 +260,8 @@ if os.name == 'posix': +@@ -282,8 +282,8 @@ if os.name == 'posix': incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -20,7 +20,16 @@ else: if debug: print("LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'") -@@ -270,7 +270,7 @@ if os.name == 'posix': +@@ -292,7 +292,7 @@ if os.name == 'posix': + + # read db.h to figure out what version of Oracle Berkeley DB this is + ver = None +- with open(os.path.join(incdir, 'db.h'), 'r') as f : ++ with open('%%BDB_INCLUDE_DIR%%/db.h', 'r') as f : + db_h_lines = f.readlines() + db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') +@@ -338,7 +338,7 @@ elif os.name == 'nt': # read db.h to figure out what version of Oracle Berkeley DB this is ver = None diff --git a/databases/py-prisma/Makefile b/databases/py-prisma/Makefile new file mode 100644 index 000000000000..bf28253912b3 --- /dev/null +++ b/databases/py-prisma/Makefile @@ -0,0 +1,37 @@ +PORTNAME= prisma +DISTVERSION= 0.15.0 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Type-safe database access for Python +WWW= https://github.com/RobertCraigie/prisma-client-py + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.19.0:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.2:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=1.11.0<3:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.12.0:www/py-python-dotenv@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomlkit>0:textproc/py-tomlkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nodeenv>0:devel/py-nodeenv@${PY_FLAVOR} + +USES= python + +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/databases/py-prisma/distinfo b/databases/py-prisma/distinfo new file mode 100644 index 000000000000..5113fccab7d7 --- /dev/null +++ b/databases/py-prisma/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760497728 +SHA256 (prisma-0.15.0.tar.gz) = 5cd6402aa8322625db3fc1152040404e7fc471fe7f8fa3a314fa8a99529ca107 +SIZE (prisma-0.15.0.tar.gz) = 154975 diff --git a/databases/py-prisma/pkg-descr b/databases/py-prisma/pkg-descr new file mode 100644 index 000000000000..c23e882d4afa --- /dev/null +++ b/databases/py-prisma/pkg-descr @@ -0,0 +1,11 @@ +Prisma Client Python is a next-generation ORM built on top of Prisma +that has been designed from the ground up for ease of use and +correctness. + +Prisma is a TypeScript ORM with zero-cost type safety for your +database, although don't worry, Prisma Client Python interfaces with +Prisma using Rust, you don't need Node or TypeScript. + +Prisma Client Python can be used in any Python backend +application. This can be a REST API, a GraphQL API or anything else +that needs a database. diff --git a/databases/py-redisvl/Makefile b/databases/py-redisvl/Makefile new file mode 100644 index 000000000000..8dc2d6eda00a --- /dev/null +++ b/databases/py-redisvl/Makefile @@ -0,0 +1,38 @@ +PORTNAME= redisvl +DISTVERSION= 0.9.1 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Python client library and CLI for using Redis as a vector database +WWW= https://github.com/redis/redis-vl-python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.4<7.0:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}redis>=5.0<7.0:databases/py-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2<3:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tenacity>=8.2.2:devel/py-tenacity@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.4.0<1.0.0:math/py-ml-dtypes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-ulid>=3.0.0:textproc/py-python-ulid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonpath-ng>=1.5.0:devel/py-jsonpath-ng@${PY_FLAVOR} + +USES= python + +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +PORTDOCS= CONTRIBUTING.md README.md + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/databases/py-redisvl/distinfo b/databases/py-redisvl/distinfo new file mode 100644 index 000000000000..b92a628c3925 --- /dev/null +++ b/databases/py-redisvl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760507103 +SHA256 (redisvl-0.9.1.tar.gz) = a735ecf3238e804800b54a513b85a8cf4300fe6d111fb055bd75528f77dd5419 +SIZE (redisvl-0.9.1.tar.gz) = 606980 diff --git a/databases/py-redisvl/pkg-descr b/databases/py-redisvl/pkg-descr new file mode 100644 index 000000000000..e06569dd1329 --- /dev/null +++ b/databases/py-redisvl/pkg-descr @@ -0,0 +1,9 @@ +Redis Vector Library (RedisVL) is the production-ready Python client +for AI applications built on Redis. Lightning-fast vector search meets +enterprise-grade reliability. + +Built for Modern AI Workloads: +- RAG Pipelines -> Real-time retrieval with hybrid search capabilities +- AI Agents -> Short term & long term memory and semantic routing for + intent-based decisions +- Recommendation Systems -> Fast retrieval and reranking diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile index 287e5460bb1b..822b4dd6f38d 100644 --- a/databases/redis_exporter/Makefile +++ b/databases/redis_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= redis_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.75.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= arcade@b1t.name diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index abfa19b5b331..6630f42e2965 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -1,7 +1,7 @@ PORTNAME= rqlite DISTVERSIONPREFIX= v DISTVERSION= 9.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/sq/Makefile b/databases/sq/Makefile index 1889831ab2a5..74847dd8dcb0 100644 --- a/databases/sq/Makefile +++ b/databases/sq/Makefile @@ -1,7 +1,7 @@ PORTNAME= sq DISTVERSIONPREFIX= v DISTVERSION= 0.48.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org diff --git a/databases/tile38/Makefile b/databases/tile38/Makefile index a65a3be7a39d..b453f5b040b6 100644 --- a/databases/tile38/Makefile +++ b/databases/tile38/Makefile @@ -1,6 +1,6 @@ PORTNAME= tile38 DISTVERSION= 1.12.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com diff --git a/databases/timescaledb-backup/Makefile b/databases/timescaledb-backup/Makefile index bc816bb4af28..5d7ebaf51041 100644 --- a/databases/timescaledb-backup/Makefile +++ b/databases/timescaledb-backup/Makefile @@ -1,6 +1,6 @@ PORTNAME= timescaledb-backup DISTVERSION= 0.1.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb-tune/Makefile b/databases/timescaledb-tune/Makefile index f942ee111b98..31cbffba9ff9 100644 --- a/databases/timescaledb-tune/Makefile +++ b/databases/timescaledb-tune/Makefile @@ -1,7 +1,7 @@ PORTNAME= timescaledb-tune DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile index 12c325f1e714..863a8f1f6aae 100644 --- a/databases/weaviate/Makefile +++ b/databases/weaviate/Makefile @@ -1,7 +1,7 @@ PORTNAME= weaviate DISTVERSIONPREFIX= v DISTVERSION= 1.30.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases # artificial-intelligence MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/Makefile b/deskutils/Makefile index 96929e26e1ff..85cbfc165fc3 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -91,7 +91,6 @@ SUBDIR += gnome-shell-extension-lockkeys SUBDIR += gnome-shell-extension-manager SUBDIR += gnome-shell-extension-mediaplayer - SUBDIR += gnome-shell-extension-openweather SUBDIR += gnome-shell-extension-panel-osd SUBDIR += gnome-shell-extension-recent-items SUBDIR += gnome-shell-extension-simple-weather diff --git a/deskutils/chart/Makefile b/deskutils/chart/Makefile index 00da501236ef..23e5f1808e48 100644 --- a/deskutils/chart/Makefile +++ b/deskutils/chart/Makefile @@ -1,7 +1,7 @@ PORTNAME= chart DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= deskutils MAINTAINER= mail@dbalan.in diff --git a/deskutils/dstask/Makefile b/deskutils/dstask/Makefile index f25c407bf880..3780a8092d78 100644 --- a/deskutils/dstask/Makefile +++ b/deskutils/dstask/Makefile @@ -1,7 +1,7 @@ PORTNAME= dstask DISTVERSIONPREFIX= v DISTVERSION= 0.26 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= deskutils MAINTAINER= ashish@FreeBSD.org diff --git a/deskutils/gnome-shell-extension-openweather/Makefile b/deskutils/gnome-shell-extension-openweather/Makefile deleted file mode 100644 index 7730e74d58fb..000000000000 --- a/deskutils/gnome-shell-extension-openweather/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -PORTNAME= gnome-shell-extension-openweather -DISTVERSION= 139 -DISTVERSIONPREFIX= v -PORTREVISION= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= https://github.com/penguin-teal/gnome-openweather/releases/download/${DISTVERSIONFULL}/ -DISTNAME= ${PORTNAME}refined-${DISTVERSIONFULL} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= OpenWeather extension for the GNOME Shell -WWW= https://github.com/penguin-teal/gnome-openweather - -LICENSE= GPLv3 - -DEPRECATED= Superseded by deskutils/gnome-shell-extension-simple-weather -EXPIRATION_DATE= 2025-10-13 - -RUN_DEPENDS= gnome-shell>=47.0:x11/gnome-shell \ - gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas - -USES= gnome -USE_GNOME= glib20 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_ARCH= yes - -UUID_EXTENSION= openweather-extension@penguin-teal.github.io - -SUB_FILES= pkg-message -SUB_LIST= UUID=${UUID_EXTENSION} - -GLIB_SCHEMAS= org.gnome.shell.extensions.openweatherrefined.gschema.xml - -pre-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas - ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale - ${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/schemas/*.gschema.xml \ - ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ - ${RM} -Rf ${WRKSRC}/schemas/ - cd ${WRKSRC} && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION} - -.include <bsd.port.mk> diff --git a/deskutils/gnome-shell-extension-openweather/distinfo b/deskutils/gnome-shell-extension-openweather/distinfo deleted file mode 100644 index ba9d668a8361..000000000000 --- a/deskutils/gnome-shell-extension-openweather/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1746367633 -SHA256 (gnome-shell-extension-openweatherrefined-v139.tar.gz) = 35af944a3a9dc4ebe13982a16d310cb6dc607715acd48fad4ca0146803940143 -SIZE (gnome-shell-extension-openweatherrefined-v139.tar.gz) = 169303 diff --git a/deskutils/gnome-shell-extension-openweather/files/pkg-message.in b/deskutils/gnome-shell-extension-openweather/files/pkg-message.in deleted file mode 100644 index f3426c1d308c..000000000000 --- a/deskutils/gnome-shell-extension-openweather/files/pkg-message.in +++ /dev/null @@ -1,18 +0,0 @@ -[ -{ type: install - message: <<EOM -To enable this extension: -gsettings set org.gnome.shell enabled-extensions "['%%UUID%%']" - -The gnome-shell must be restarted, press Alt+F2 and type 'r' (X11 only). - -To configure or disable an extension, after restarting the shell, -you have to launch 'gnome-extensions-app'. - -To disable this extension (before remove): -gdbus call --session --dest org.gnome.Shell.Extensions \ ---object-path /org/gnome/Shell/Extensions \ ---method org.gnome.Shell.Extensions.DisableExtension %%UUID%% -EOM -} -] diff --git a/deskutils/gnome-shell-extension-openweather/pkg-descr b/deskutils/gnome-shell-extension-openweather/pkg-descr deleted file mode 100644 index 01fd433df2d4..000000000000 --- a/deskutils/gnome-shell-extension-openweather/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -OpenWeather Refined is a simple extension for displaying weather conditions -and forecasts for any location on Earth in the GNOME Shell. diff --git a/deskutils/gnome-shell-extension-openweather/pkg-plist b/deskutils/gnome-shell-extension-openweather/pkg-plist deleted file mode 100644 index b7eb4b9474f0..000000000000 --- a/deskutils/gnome-shell-extension-openweather/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/AUTHORS -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/COPYING -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/constants.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/extension.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/getweather.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/ar/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/be/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/bg/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/ca/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/cs/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/da/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/de/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/el/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/en/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/es/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/eu/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/fi/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/fr/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/he/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/hu/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/id/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/it/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/ja/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/lt/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/nb/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/nl/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/pl/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/pt/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/pt_BR/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/ro/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/ru/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/sk/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/sr/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/sr@latin/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/sv/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/tr/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/uk/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/vi/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/zh_CN/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locale/zh_TW/LC_MESSAGES/gnome-shell-extension-openweatherrefined.mo -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/locs.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/openweather-icon.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/daytime-sunrise-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/daytime-sunset-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/internet-web-browser-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-clear-night-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-clear-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-few-clouds-night-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-few-clouds-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-fog-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-freezing-rain-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-overcast-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-severe-alert-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-showers-scattered-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-showers-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-snow-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-storm-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-tornado-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/media/status/weather-windy-symbolic.svg -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/metadata.json -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/migration.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/myloc.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/openweathermap.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/preferences/aboutPage.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/preferences/generalPage.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/preferences/layoutPage.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/preferences/locationsPage.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/preferences/searchResultsWindow.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/prefs.js -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/stylesheet.css -share/gnome-shell/extensions/openweather-extension@penguin-teal.github.io/weathericons.js diff --git a/deskutils/gnome-shell-extra-extensions/Makefile b/deskutils/gnome-shell-extra-extensions/Makefile index bd499c39722d..1bc1db91ca24 100644 --- a/deskutils/gnome-shell-extra-extensions/Makefile +++ b/deskutils/gnome-shell-extra-extensions/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-shell-extra-extensions PORTVERSION= 3.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MAINTAINER= gnome@FreeBSD.org @@ -9,7 +9,6 @@ COMMENT= Gnome shell extra extensions metaport USES= metaport RUN_DEPENDS= gnome-shell-extension-weather>=0:deskutils/gnome-shell-extension-weather \ - gnome-shell-extension-openweather>=0:deskutils/gnome-shell-extension-openweather \ gnome-shell-extension-panel-osd>=0:deskutils/gnome-shell-extension-panel-osd \ gnome-shell-extension-mediaplayer>=0:deskutils/gnome-shell-extension-mediaplayer \ gnome-shell-extension-coverflow>=0:deskutils/gnome-shell-extension-coverflow \ diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile index fabe5c04c531..d20fa244a2c3 100644 --- a/deskutils/hebcal/Makefile +++ b/deskutils/hebcal/Makefile @@ -1,7 +1,7 @@ PORTNAME= hebcal DISTVERSIONPREFIX= v DISTVERSION= 5.9.2.20250725 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= rtd24@columbia.edu diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index 14dac21c4b9f..b5222a2d217c 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -1,6 +1,6 @@ PORTNAME= noti DISTVERSION= 3.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index 31017a848f71..8041ec6adbab 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,5 +1,5 @@ PORTNAME= remind -DISTVERSION= 06.01.03 +DISTVERSION= 06.01.05 CATEGORIES= deskutils # upstream moves distfiles to OLD once a new release appears MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \ diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index c8c15db33464..03934f8c08b8 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759331016 -SHA256 (remind-06.01.03.tar.gz) = f7a5b6262970e3cd815a78dda22563470ff435099b8ec2d2a336186d7c236141 -SIZE (remind-06.01.03.tar.gz) = 9004015 +TIMESTAMP = 1760057551 +SHA256 (remind-06.01.05.tar.gz) = 2faded4b8bb60d32fd8bb600bc86b293bdaaa14724b3791fe1fa6a8d801c7fca +SIZE (remind-06.01.05.tar.gz) = 9021183 diff --git a/deskutils/ultralist/Makefile b/deskutils/ultralist/Makefile index 97fc0edc2ff0..e64bb6a3a517 100644 --- a/deskutils/ultralist/Makefile +++ b/deskutils/ultralist/Makefile @@ -1,6 +1,6 @@ PORTNAME= ultralist DISTVERSION= 1.7.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= deskutils MAINTAINER= lcook@FreeBSD.org diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index e860e8eb1613..6b088aef6a29 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -1,6 +1,5 @@ PORTNAME= tumbler -PORTVERSION= 4.20.0 -PORTREVISION= 4 +PORTVERSION= 4.20.1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- diff --git a/deskutils/xfce4-tumbler/distinfo b/deskutils/xfce4-tumbler/distinfo index aa994f442c6d..14aca3ffff2b 100644 --- a/deskutils/xfce4-tumbler/distinfo +++ b/deskutils/xfce4-tumbler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734285510 -SHA256 (xfce4/tumbler-4.20.0.tar.bz2) = 74b1647d55926547e98bfac70838ff63c5a84299a5e10c81c38d1fab90e25880 -SIZE (xfce4/tumbler-4.20.0.tar.bz2) = 706804 +TIMESTAMP = 1760341010 +SHA256 (xfce4/tumbler-4.20.1.tar.bz2) = 87b90df8f30144a292d70889e710c8619d8b8803f0e1db3280a4293367a42eae +SIZE (xfce4/tumbler-4.20.1.tar.bz2) = 710914 diff --git a/deskutils/zk/Makefile b/deskutils/zk/Makefile index 3731e4089ae9..49b46d25f59f 100644 --- a/deskutils/zk/Makefile +++ b/deskutils/zk/Makefile @@ -1,7 +1,7 @@ PORTNAME= zk DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= pat@patmaddox.com diff --git a/devel/Makefile b/devel/Makefile index 4d81b38b6cb5..a56fabd6c81c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8253,6 +8253,7 @@ SUBDIR += sedsed SUBDIR += seer-gdb SUBDIR += selene + SUBDIR += semver SUBDIR += sentry-cli SUBDIR += serd SUBDIR += serdisplib diff --git a/devel/addlicense/Makefile b/devel/addlicense/Makefile index fe1d138fd7bb..c55e2d3a02a9 100644 --- a/devel/addlicense/Makefile +++ b/devel/addlicense/Makefile @@ -1,7 +1,7 @@ PORTNAME= addlicense DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= nxjoseph@protonmail.com diff --git a/devel/air-go/Makefile b/devel/air-go/Makefile index c420143dff8d..b1cb40894eb9 100644 --- a/devel/air-go/Makefile +++ b/devel/air-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= air DISTVERSIONPREFIX= v DISTVERSION= 1.63.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= -go diff --git a/devel/android-tools/Makefile b/devel/android-tools/Makefile index 98e5622595a6..4cd1323daa97 100644 --- a/devel/android-tools/Makefile +++ b/devel/android-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= android-tools PORTVERSION= 31.0.3p2.0 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= devel MASTER_SITES= GH diff --git a/devel/api-linter/Makefile b/devel/api-linter/Makefile index d4d403c2e06e..90deddfac3fe 100644 --- a/devel/api-linter/Makefile +++ b/devel/api-linter/Makefile @@ -1,7 +1,7 @@ PORTNAME= api-linter DISTVERSIONPREFIX= v DISTVERSION= 1.71.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/app-builder-devel/Makefile b/devel/app-builder-devel/Makefile index 456d1a3293b5..77d54705c9b4 100644 --- a/devel/app-builder-devel/Makefile +++ b/devel/app-builder-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= app-builder DISTVERSIONPREFIX= v DISTVERSION= 5.0.0-alpha.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel PKGNAMESUFFIX= -devel diff --git a/devel/app-builder/Makefile b/devel/app-builder/Makefile index c9b55c8eb727..bc00103571e8 100644 --- a/devel/app-builder/Makefile +++ b/devel/app-builder/Makefile @@ -1,7 +1,7 @@ PORTNAME= app-builder DISTVERSIONPREFIX= v DISTVERSION= 3.4.2 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/arduino-builder/Makefile b/devel/arduino-builder/Makefile index 4efa2fcbd305..49c60637376b 100644 --- a/devel/arduino-builder/Makefile +++ b/devel/arduino-builder/Makefile @@ -1,6 +1,6 @@ PORTNAME= arduino-builder PORTVERSION= 1.3.25 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel MAINTAINER= kevans@FreeBSD.org diff --git a/devel/arduinoOTA/Makefile b/devel/arduinoOTA/Makefile index a9d07629ca59..065f46904ed1 100644 --- a/devel/arduinoOTA/Makefile +++ b/devel/arduinoOTA/Makefile @@ -1,6 +1,6 @@ PORTNAME= arduinoOTA PORTVERSION= 1.2.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= kevans@FreeBSD.org diff --git a/devel/athens/Makefile b/devel/athens/Makefile index ec42ee0d84b8..75939deb156d 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,7 +1,7 @@ PORTNAME= athens DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/awesome-cli/Makefile b/devel/awesome-cli/Makefile index ffd5e3351234..537d9750c684 100644 --- a/devel/awesome-cli/Makefile +++ b/devel/awesome-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= awesome-cli DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org diff --git a/devel/aws-sdk-php/Makefile b/devel/aws-sdk-php/Makefile index 1e14bad8d00e..a20f4e5e6220 100644 --- a/devel/aws-sdk-php/Makefile +++ b/devel/aws-sdk-php/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk -PORTVERSION= 3.273.3 +PORTVERSION= 3.356.38 CATEGORIES= devel MASTER_SITES= https://github.com/aws/${PORTNAME}-php/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/devel/aws-sdk-php/distinfo b/devel/aws-sdk-php/distinfo index e32d45473246..b05008154ae4 100644 --- a/devel/aws-sdk-php/distinfo +++ b/devel/aws-sdk-php/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687265025 -SHA256 (aws-sdk-php-3.273.3/aws.zip) = 0ae01cd3181ea39e07eee7643552fd8ccb3f239c869d26513372edf736bb3429 -SIZE (aws-sdk-php-3.273.3/aws.zip) = 5383320 +TIMESTAMP = 1760460664 +SHA256 (aws-sdk-php-3.356.38/aws.zip) = d7e393149f646b1a96304b000b249f5a7abe46604bbd0b1a96af39bbdd2de03f +SIZE (aws-sdk-php-3.356.38/aws.zip) = 6774376 diff --git a/devel/aws-sdk-php/pkg-plist b/devel/aws-sdk-php/pkg-plist index 659c687775a9..b80358097ef2 100644 --- a/devel/aws-sdk-php/pkg-plist +++ b/devel/aws-sdk-php/pkg-plist @@ -1,5 +1,9 @@ %%WWWDIR%%/Aws/ACMPCA/ACMPCAClient.php %%WWWDIR%%/Aws/ACMPCA/Exception/ACMPCAException.php +%%WWWDIR%%/Aws/AIOps/AIOpsClient.php +%%WWWDIR%%/Aws/AIOps/Exception/AIOpsException.php +%%WWWDIR%%/Aws/ARCRegionSwitch/ARCRegionSwitchClient.php +%%WWWDIR%%/Aws/ARCRegionSwitch/Exception/ARCRegionSwitchException.php %%WWWDIR%%/Aws/ARCZonalShift/ARCZonalShiftClient.php %%WWWDIR%%/Aws/ARCZonalShift/Exception/ARCZonalShiftException.php %%WWWDIR%%/Aws/AbstractConfigurationProvider.php @@ -9,8 +13,6 @@ %%WWWDIR%%/Aws/Account/Exception/AccountException.php %%WWWDIR%%/Aws/Acm/AcmClient.php %%WWWDIR%%/Aws/Acm/Exception/AcmException.php -%%WWWDIR%%/Aws/AlexaForBusiness/AlexaForBusinessClient.php -%%WWWDIR%%/Aws/AlexaForBusiness/Exception/AlexaForBusinessException.php %%WWWDIR%%/Aws/Amplify/AmplifyClient.php %%WWWDIR%%/Aws/Amplify/Exception/AmplifyException.php %%WWWDIR%%/Aws/AmplifyBackend/AmplifyBackendClient.php @@ -38,6 +40,7 @@ %%WWWDIR%%/Aws/Api/Parser/JsonParser.php %%WWWDIR%%/Aws/Api/Parser/JsonRpcParser.php %%WWWDIR%%/Aws/Api/Parser/MetadataParserTrait.php +%%WWWDIR%%/Aws/Api/Parser/NonSeekableStreamDecodingEventStreamIterator.php %%WWWDIR%%/Aws/Api/Parser/PayloadParserTrait.php %%WWWDIR%%/Aws/Api/Parser/QueryParser.php %%WWWDIR%%/Aws/Api/Parser/RestJsonParser.php @@ -56,6 +59,7 @@ %%WWWDIR%%/Aws/Api/Shape.php %%WWWDIR%%/Aws/Api/ShapeMap.php %%WWWDIR%%/Aws/Api/StructureShape.php +%%WWWDIR%%/Aws/Api/SupportedProtocols.php %%WWWDIR%%/Aws/Api/TimestampShape.php %%WWWDIR%%/Aws/Api/Validator.php %%WWWDIR%%/Aws/ApiGateway/ApiGatewayClient.php @@ -68,6 +72,8 @@ %%WWWDIR%%/Aws/AppConfig/Exception/AppConfigException.php %%WWWDIR%%/Aws/AppConfigData/AppConfigDataClient.php %%WWWDIR%%/Aws/AppConfigData/Exception/AppConfigDataException.php +%%WWWDIR%%/Aws/AppFabric/AppFabricClient.php +%%WWWDIR%%/Aws/AppFabric/Exception/AppFabricException.php %%WWWDIR%%/Aws/AppIntegrationsService/AppIntegrationsServiceClient.php %%WWWDIR%%/Aws/AppIntegrationsService/Exception/AppIntegrationsServiceException.php %%WWWDIR%%/Aws/AppMesh/AppMeshClient.php @@ -78,6 +84,8 @@ %%WWWDIR%%/Aws/AppRunner/Exception/AppRunnerException.php %%WWWDIR%%/Aws/AppSync/AppSyncClient.php %%WWWDIR%%/Aws/AppSync/Exception/AppSyncException.php +%%WWWDIR%%/Aws/AppTest/AppTestClient.php +%%WWWDIR%%/Aws/AppTest/Exception/AppTestException.php %%WWWDIR%%/Aws/Appflow/AppflowClient.php %%WWWDIR%%/Aws/Appflow/Exception/AppflowException.php %%WWWDIR%%/Aws/ApplicationAutoScaling/ApplicationAutoScalingClient.php @@ -88,6 +96,8 @@ %%WWWDIR%%/Aws/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php %%WWWDIR%%/Aws/ApplicationInsights/ApplicationInsightsClient.php %%WWWDIR%%/Aws/ApplicationInsights/Exception/ApplicationInsightsException.php +%%WWWDIR%%/Aws/ApplicationSignals/ApplicationSignalsClient.php +%%WWWDIR%%/Aws/ApplicationSignals/Exception/ApplicationSignalsException.php %%WWWDIR%%/Aws/Appstream/AppstreamClient.php %%WWWDIR%%/Aws/Appstream/Exception/AppstreamException.php %%WWWDIR%%/Aws/Arn/AccessPointArn.php @@ -104,12 +114,18 @@ %%WWWDIR%%/Aws/Arn/S3/OutpostsAccessPointArn.php %%WWWDIR%%/Aws/Arn/S3/OutpostsArnInterface.php %%WWWDIR%%/Aws/Arn/S3/OutpostsBucketArn.php +%%WWWDIR%%/Aws/Artifact/ArtifactClient.php +%%WWWDIR%%/Aws/Artifact/Exception/ArtifactException.php %%WWWDIR%%/Aws/Athena/AthenaClient.php %%WWWDIR%%/Aws/Athena/Exception/AthenaException.php %%WWWDIR%%/Aws/AuditManager/AuditManagerClient.php %%WWWDIR%%/Aws/AuditManager/Exception/AuditManagerException.php %%WWWDIR%%/Aws/AugmentedAIRuntime/AugmentedAIRuntimeClient.php %%WWWDIR%%/Aws/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php +%%WWWDIR%%/Aws/Auth/AuthSchemeResolver.php +%%WWWDIR%%/Aws/Auth/AuthSchemeResolverInterface.php +%%WWWDIR%%/Aws/Auth/AuthSelectionMiddleware.php +%%WWWDIR%%/Aws/Auth/Exception/UnresolvedAuthSchemeException.php %%WWWDIR%%/Aws/AutoScaling/AutoScalingClient.php %%WWWDIR%%/Aws/AutoScaling/Exception/AutoScalingException.php %%WWWDIR%%/Aws/AutoScalingPlans/AutoScalingPlansClient.php @@ -117,14 +133,42 @@ %%WWWDIR%%/Aws/AwsClient.php %%WWWDIR%%/Aws/AwsClientInterface.php %%WWWDIR%%/Aws/AwsClientTrait.php +%%WWWDIR%%/Aws/B2bi/B2biClient.php +%%WWWDIR%%/Aws/B2bi/Exception/B2biException.php +%%WWWDIR%%/Aws/BCMDashboards/BCMDashboardsClient.php +%%WWWDIR%%/Aws/BCMDashboards/Exception/BCMDashboardsException.php +%%WWWDIR%%/Aws/BCMDataExports/BCMDataExportsClient.php +%%WWWDIR%%/Aws/BCMDataExports/Exception/BCMDataExportsException.php +%%WWWDIR%%/Aws/BCMPricingCalculator/BCMPricingCalculatorClient.php +%%WWWDIR%%/Aws/BCMPricingCalculator/Exception/BCMPricingCalculatorException.php +%%WWWDIR%%/Aws/BCMRecommendedActions/BCMRecommendedActionsClient.php +%%WWWDIR%%/Aws/BCMRecommendedActions/Exception/BCMRecommendedActionsException.php %%WWWDIR%%/Aws/Backup/BackupClient.php %%WWWDIR%%/Aws/Backup/Exception/BackupException.php %%WWWDIR%%/Aws/BackupGateway/BackupGatewayClient.php %%WWWDIR%%/Aws/BackupGateway/Exception/BackupGatewayException.php -%%WWWDIR%%/Aws/BackupStorage/BackupStorageClient.php -%%WWWDIR%%/Aws/BackupStorage/Exception/BackupStorageException.php +%%WWWDIR%%/Aws/BackupSearch/BackupSearchClient.php +%%WWWDIR%%/Aws/BackupSearch/Exception/BackupSearchException.php %%WWWDIR%%/Aws/Batch/BatchClient.php %%WWWDIR%%/Aws/Batch/Exception/BatchException.php +%%WWWDIR%%/Aws/Bedrock/BedrockClient.php +%%WWWDIR%%/Aws/Bedrock/Exception/BedrockException.php +%%WWWDIR%%/Aws/BedrockAgent/BedrockAgentClient.php +%%WWWDIR%%/Aws/BedrockAgent/Exception/BedrockAgentException.php +%%WWWDIR%%/Aws/BedrockAgentCore/BedrockAgentCoreClient.php +%%WWWDIR%%/Aws/BedrockAgentCore/Exception/BedrockAgentCoreException.php +%%WWWDIR%%/Aws/BedrockAgentCoreControl/BedrockAgentCoreControlClient.php +%%WWWDIR%%/Aws/BedrockAgentCoreControl/Exception/BedrockAgentCoreControlException.php +%%WWWDIR%%/Aws/BedrockAgentRuntime/BedrockAgentRuntimeClient.php +%%WWWDIR%%/Aws/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php +%%WWWDIR%%/Aws/BedrockDataAutomation/BedrockDataAutomationClient.php +%%WWWDIR%%/Aws/BedrockDataAutomation/Exception/BedrockDataAutomationException.php +%%WWWDIR%%/Aws/BedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.php +%%WWWDIR%%/Aws/BedrockDataAutomationRuntime/Exception/BedrockDataAutomationRuntimeException.php +%%WWWDIR%%/Aws/BedrockRuntime/BedrockRuntimeClient.php +%%WWWDIR%%/Aws/BedrockRuntime/Exception/BedrockRuntimeException.php +%%WWWDIR%%/Aws/Billing/BillingClient.php +%%WWWDIR%%/Aws/Billing/Exception/BillingException.php %%WWWDIR%%/Aws/BillingConductor/BillingConductorClient.php %%WWWDIR%%/Aws/BillingConductor/Exception/BillingConductorException.php %%WWWDIR%%/Aws/Braket/BraketClient.php @@ -132,6 +176,8 @@ %%WWWDIR%%/Aws/Budgets/BudgetsClient.php %%WWWDIR%%/Aws/Budgets/Exception/BudgetsException.php %%WWWDIR%%/Aws/CacheInterface.php +%%WWWDIR%%/Aws/Chatbot/ChatbotClient.php +%%WWWDIR%%/Aws/Chatbot/Exception/ChatbotException.php %%WWWDIR%%/Aws/Chime/ChimeClient.php %%WWWDIR%%/Aws/Chime/Exception/ChimeException.php %%WWWDIR%%/Aws/ChimeSDKIdentity/ChimeSDKIdentityClient.php @@ -146,6 +192,8 @@ %%WWWDIR%%/Aws/ChimeSDKVoice/Exception/ChimeSDKVoiceException.php %%WWWDIR%%/Aws/CleanRooms/CleanRoomsClient.php %%WWWDIR%%/Aws/CleanRooms/Exception/CleanRoomsException.php +%%WWWDIR%%/Aws/CleanRoomsML/CleanRoomsMLClient.php +%%WWWDIR%%/Aws/CleanRoomsML/Exception/CleanRoomsMLException.php %%WWWDIR%%/Aws/ClientResolver.php %%WWWDIR%%/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php %%WWWDIR%%/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php @@ -168,6 +216,8 @@ %%WWWDIR%%/Aws/CloudFront/Exception/CloudFrontException.php %%WWWDIR%%/Aws/CloudFront/Signer.php %%WWWDIR%%/Aws/CloudFront/UrlSigner.php +%%WWWDIR%%/Aws/CloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.php +%%WWWDIR%%/Aws/CloudFrontKeyValueStore/Exception/CloudFrontKeyValueStoreException.php %%WWWDIR%%/Aws/CloudHSMV2/CloudHSMV2Client.php %%WWWDIR%%/Aws/CloudHSMV2/Exception/CloudHSMV2Exception.php %%WWWDIR%%/Aws/CloudHsm/CloudHsmClient.php @@ -201,6 +251,8 @@ %%WWWDIR%%/Aws/CodeCatalyst/Exception/CodeCatalystException.php %%WWWDIR%%/Aws/CodeCommit/CodeCommitClient.php %%WWWDIR%%/Aws/CodeCommit/Exception/CodeCommitException.php +%%WWWDIR%%/Aws/CodeConnections/CodeConnectionsClient.php +%%WWWDIR%%/Aws/CodeConnections/Exception/CodeConnectionsException.php %%WWWDIR%%/Aws/CodeDeploy/CodeDeployClient.php %%WWWDIR%%/Aws/CodeDeploy/Exception/CodeDeployException.php %%WWWDIR%%/Aws/CodeGuruProfiler/CodeGuruProfilerClient.php @@ -211,8 +263,6 @@ %%WWWDIR%%/Aws/CodeGuruSecurity/Exception/CodeGuruSecurityException.php %%WWWDIR%%/Aws/CodePipeline/CodePipelineClient.php %%WWWDIR%%/Aws/CodePipeline/Exception/CodePipelineException.php -%%WWWDIR%%/Aws/CodeStar/CodeStarClient.php -%%WWWDIR%%/Aws/CodeStar/Exception/CodeStarException.php %%WWWDIR%%/Aws/CodeStarNotifications/CodeStarNotificationsClient.php %%WWWDIR%%/Aws/CodeStarNotifications/Exception/CodeStarNotificationsException.php %%WWWDIR%%/Aws/CodeStarconnections/CodeStarconnectionsClient.php @@ -235,11 +285,14 @@ %%WWWDIR%%/Aws/ComputeOptimizer/Exception/ComputeOptimizerException.php %%WWWDIR%%/Aws/ConfigService/ConfigServiceClient.php %%WWWDIR%%/Aws/ConfigService/Exception/ConfigServiceException.php +%%WWWDIR%%/Aws/Configuration/ConfigurationResolver.php %%WWWDIR%%/Aws/ConfigurationProviderInterface.php %%WWWDIR%%/Aws/Connect/ConnectClient.php %%WWWDIR%%/Aws/Connect/Exception/ConnectException.php %%WWWDIR%%/Aws/ConnectCampaignService/ConnectCampaignServiceClient.php %%WWWDIR%%/Aws/ConnectCampaignService/Exception/ConnectCampaignServiceException.php +%%WWWDIR%%/Aws/ConnectCampaignsV2/ConnectCampaignsV2Client.php +%%WWWDIR%%/Aws/ConnectCampaignsV2/Exception/ConnectCampaignsV2Exception.php %%WWWDIR%%/Aws/ConnectCases/ConnectCasesClient.php %%WWWDIR%%/Aws/ConnectCases/Exception/ConnectCasesException.php %%WWWDIR%%/Aws/ConnectContactLens/ConnectContactLensClient.php @@ -248,17 +301,23 @@ %%WWWDIR%%/Aws/ConnectParticipant/Exception/ConnectParticipantException.php %%WWWDIR%%/Aws/ConnectWisdomService/ConnectWisdomServiceClient.php %%WWWDIR%%/Aws/ConnectWisdomService/Exception/ConnectWisdomServiceException.php +%%WWWDIR%%/Aws/ControlCatalog/ControlCatalogClient.php +%%WWWDIR%%/Aws/ControlCatalog/Exception/ControlCatalogException.php %%WWWDIR%%/Aws/ControlTower/ControlTowerClient.php %%WWWDIR%%/Aws/ControlTower/Exception/ControlTowerException.php %%WWWDIR%%/Aws/CostExplorer/CostExplorerClient.php %%WWWDIR%%/Aws/CostExplorer/Exception/CostExplorerException.php +%%WWWDIR%%/Aws/CostOptimizationHub/CostOptimizationHubClient.php +%%WWWDIR%%/Aws/CostOptimizationHub/Exception/CostOptimizationHubException.php %%WWWDIR%%/Aws/CostandUsageReportService/CostandUsageReportServiceClient.php %%WWWDIR%%/Aws/CostandUsageReportService/Exception/CostandUsageReportServiceException.php %%WWWDIR%%/Aws/Credentials/AssumeRoleCredentialProvider.php %%WWWDIR%%/Aws/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php %%WWWDIR%%/Aws/Credentials/CredentialProvider.php +%%WWWDIR%%/Aws/Credentials/CredentialSources.php %%WWWDIR%%/Aws/Credentials/Credentials.php %%WWWDIR%%/Aws/Credentials/CredentialsInterface.php +%%WWWDIR%%/Aws/Credentials/CredentialsUtils.php %%WWWDIR%%/Aws/Credentials/EcsCredentialProvider.php %%WWWDIR%%/Aws/Credentials/InstanceProfileProvider.php %%WWWDIR%%/Aws/Crypto/AbstractCryptoClient.php @@ -284,25 +343,27 @@ %%WWWDIR%%/Aws/Crypto/MaterialsProviderV2.php %%WWWDIR%%/Aws/Crypto/MetadataEnvelope.php %%WWWDIR%%/Aws/Crypto/MetadataStrategyInterface.php -%%WWWDIR%%/Aws/Crypto/Polyfill/AesGcm.php -%%WWWDIR%%/Aws/Crypto/Polyfill/ByteArray.php -%%WWWDIR%%/Aws/Crypto/Polyfill/Gmac.php -%%WWWDIR%%/Aws/Crypto/Polyfill/Key.php -%%WWWDIR%%/Aws/Crypto/Polyfill/NeedsTrait.php %%WWWDIR%%/Aws/CustomerProfiles/CustomerProfilesClient.php %%WWWDIR%%/Aws/CustomerProfiles/Exception/CustomerProfilesException.php %%WWWDIR%%/Aws/DAX/DAXClient.php %%WWWDIR%%/Aws/DAX/Exception/DAXException.php %%WWWDIR%%/Aws/DLM/DLMClient.php %%WWWDIR%%/Aws/DLM/Exception/DLMException.php +%%WWWDIR%%/Aws/DSQL/AuthTokenGenerator.php +%%WWWDIR%%/Aws/DSQL/DSQLClient.php +%%WWWDIR%%/Aws/DSQL/Exception/DSQLException.php %%WWWDIR%%/Aws/DataExchange/DataExchangeClient.php %%WWWDIR%%/Aws/DataExchange/Exception/DataExchangeException.php %%WWWDIR%%/Aws/DataPipeline/DataPipelineClient.php %%WWWDIR%%/Aws/DataPipeline/Exception/DataPipelineException.php %%WWWDIR%%/Aws/DataSync/DataSyncClient.php %%WWWDIR%%/Aws/DataSync/Exception/DataSyncException.php +%%WWWDIR%%/Aws/DataZone/DataZoneClient.php +%%WWWDIR%%/Aws/DataZone/Exception/DataZoneException.php %%WWWDIR%%/Aws/DatabaseMigrationService/DatabaseMigrationServiceClient.php %%WWWDIR%%/Aws/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php +%%WWWDIR%%/Aws/Deadline/DeadlineClient.php +%%WWWDIR%%/Aws/Deadline/Exception/DeadlineException.php %%WWWDIR%%/Aws/DefaultsMode/Configuration.php %%WWWDIR%%/Aws/DefaultsMode/ConfigurationInterface.php %%WWWDIR%%/Aws/DefaultsMode/ConfigurationProvider.php @@ -317,6 +378,8 @@ %%WWWDIR%%/Aws/DirectConnect/Exception/DirectConnectException.php %%WWWDIR%%/Aws/DirectoryService/DirectoryServiceClient.php %%WWWDIR%%/Aws/DirectoryService/Exception/DirectoryServiceException.php +%%WWWDIR%%/Aws/DirectoryServiceData/DirectoryServiceDataClient.php +%%WWWDIR%%/Aws/DirectoryServiceData/Exception/DirectoryServiceDataException.php %%WWWDIR%%/Aws/DocDB/DocDBClient.php %%WWWDIR%%/Aws/DocDB/Exception/DocDBException.php %%WWWDIR%%/Aws/DocDBElastic/DocDBElasticClient.php @@ -344,6 +407,8 @@ %%WWWDIR%%/Aws/ECRPublic/Exception/ECRPublicException.php %%WWWDIR%%/Aws/EKS/EKSClient.php %%WWWDIR%%/Aws/EKS/Exception/EKSException.php +%%WWWDIR%%/Aws/EKSAuth/EKSAuthClient.php +%%WWWDIR%%/Aws/EKSAuth/Exception/EKSAuthException.php %%WWWDIR%%/Aws/EMRContainers/EMRContainersClient.php %%WWWDIR%%/Aws/EMRContainers/Exception/EMRContainersException.php %%WWWDIR%%/Aws/EMRServerless/EMRServerlessClient.php @@ -360,8 +425,6 @@ %%WWWDIR%%/Aws/ElastiCache/Exception/ElastiCacheException.php %%WWWDIR%%/Aws/ElasticBeanstalk/ElasticBeanstalkClient.php %%WWWDIR%%/Aws/ElasticBeanstalk/Exception/ElasticBeanstalkException.php -%%WWWDIR%%/Aws/ElasticInference/ElasticInferenceClient.php -%%WWWDIR%%/Aws/ElasticInference/Exception/ElasticInferenceException.php %%WWWDIR%%/Aws/ElasticLoadBalancing/ElasticLoadBalancingClient.php %%WWWDIR%%/Aws/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php %%WWWDIR%%/Aws/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php @@ -394,6 +457,7 @@ %%WWWDIR%%/Aws/EndpointParameterMiddleware.php %%WWWDIR%%/Aws/EndpointV2/EndpointDefinitionProvider.php %%WWWDIR%%/Aws/EndpointV2/EndpointProviderV2.php +%%WWWDIR%%/Aws/EndpointV2/EndpointV2Middleware.php %%WWWDIR%%/Aws/EndpointV2/EndpointV2SerializerTrait.php %%WWWDIR%%/Aws/EndpointV2/Rule/AbstractRule.php %%WWWDIR%%/Aws/EndpointV2/Rule/EndpointRule.php @@ -404,9 +468,13 @@ %%WWWDIR%%/Aws/EndpointV2/Ruleset/RulesetEndpoint.php %%WWWDIR%%/Aws/EndpointV2/Ruleset/RulesetParameter.php %%WWWDIR%%/Aws/EndpointV2/Ruleset/RulesetStandardLibrary.php +%%WWWDIR%%/Aws/EntityResolution/EntityResolutionClient.php +%%WWWDIR%%/Aws/EntityResolution/Exception/EntityResolutionException.php %%WWWDIR%%/Aws/EventBridge/EventBridgeClient.php %%WWWDIR%%/Aws/EventBridge/EventBridgeEndpointMiddleware.php %%WWWDIR%%/Aws/EventBridge/Exception/EventBridgeException.php +%%WWWDIR%%/Aws/Evs/EvsClient.php +%%WWWDIR%%/Aws/Evs/Exception/EvsException.php %%WWWDIR%%/Aws/Exception/AwsException.php %%WWWDIR%%/Aws/Exception/CommonRuntimeException.php %%WWWDIR%%/Aws/Exception/CouldNotCreateChecksumException.php @@ -438,10 +506,18 @@ %%WWWDIR%%/Aws/ForecastService/ForecastServiceClient.php %%WWWDIR%%/Aws/FraudDetector/Exception/FraudDetectorException.php %%WWWDIR%%/Aws/FraudDetector/FraudDetectorClient.php +%%WWWDIR%%/Aws/FreeTier/Exception/FreeTierException.php +%%WWWDIR%%/Aws/FreeTier/FreeTierClient.php %%WWWDIR%%/Aws/GameLift/Exception/GameLiftException.php %%WWWDIR%%/Aws/GameLift/GameLiftClient.php -%%WWWDIR%%/Aws/GameSparks/Exception/GameSparksException.php -%%WWWDIR%%/Aws/GameSparks/GameSparksClient.php +%%WWWDIR%%/Aws/GameLiftStreams/Exception/GameLiftStreamsException.php +%%WWWDIR%%/Aws/GameLiftStreams/GameLiftStreamsClient.php +%%WWWDIR%%/Aws/GeoMaps/Exception/GeoMapsException.php +%%WWWDIR%%/Aws/GeoMaps/GeoMapsClient.php +%%WWWDIR%%/Aws/GeoPlaces/Exception/GeoPlacesException.php +%%WWWDIR%%/Aws/GeoPlaces/GeoPlacesClient.php +%%WWWDIR%%/Aws/GeoRoutes/Exception/GeoRoutesException.php +%%WWWDIR%%/Aws/GeoRoutes/GeoRoutesClient.php %%WWWDIR%%/Aws/Glacier/Exception/GlacierException.php %%WWWDIR%%/Aws/Glacier/GlacierClient.php %%WWWDIR%%/Aws/Glacier/MultipartUploader.php @@ -460,9 +536,7 @@ %%WWWDIR%%/Aws/GroundStation/GroundStationClient.php %%WWWDIR%%/Aws/GuardDuty/Exception/GuardDutyException.php %%WWWDIR%%/Aws/GuardDuty/GuardDutyClient.php -%%WWWDIR%%/Aws/Handler/GuzzleV5/GuzzleHandler.php -%%WWWDIR%%/Aws/Handler/GuzzleV5/GuzzleStream.php -%%WWWDIR%%/Aws/Handler/GuzzleV5/PsrStream.php +%%WWWDIR%%/Aws/Handler/Guzzle/GuzzleHandler.php %%WWWDIR%%/Aws/Handler/GuzzleV6/GuzzleHandler.php %%WWWDIR%%/Aws/HandlerList.php %%WWWDIR%%/Aws/HasDataTrait.php @@ -474,8 +548,6 @@ %%WWWDIR%%/Aws/HealthLake/Exception/HealthLakeException.php %%WWWDIR%%/Aws/HealthLake/HealthLakeClient.php %%WWWDIR%%/Aws/History.php -%%WWWDIR%%/Aws/Honeycode/Exception/HoneycodeException.php -%%WWWDIR%%/Aws/Honeycode/HoneycodeClient.php %%WWWDIR%%/Aws/IVS/Exception/IVSException.php %%WWWDIR%%/Aws/IVS/IVSClient.php %%WWWDIR%%/Aws/IVSRealTime/Exception/IVSRealTimeException.php @@ -483,6 +555,11 @@ %%WWWDIR%%/Aws/Iam/Exception/IamException.php %%WWWDIR%%/Aws/Iam/IamClient.php %%WWWDIR%%/Aws/IdempotencyTokenMiddleware.php +%%WWWDIR%%/Aws/Identity/AwsCredentialIdentity.php +%%WWWDIR%%/Aws/Identity/BearerTokenIdentity.php +%%WWWDIR%%/Aws/Identity/IdentityInterface.php +%%WWWDIR%%/Aws/Identity/S3/S3ExpressIdentity.php +%%WWWDIR%%/Aws/Identity/S3/S3ExpressIdentityProvider.php %%WWWDIR%%/Aws/IdentityStore/Exception/IdentityStoreException.php %%WWWDIR%%/Aws/IdentityStore/IdentityStoreClient.php %%WWWDIR%%/Aws/ImportExport/Exception/ImportExportException.php @@ -492,12 +569,12 @@ %%WWWDIR%%/Aws/Inspector/InspectorClient.php %%WWWDIR%%/Aws/Inspector2/Exception/Inspector2Exception.php %%WWWDIR%%/Aws/Inspector2/Inspector2Client.php +%%WWWDIR%%/Aws/InspectorScan/Exception/InspectorScanException.php +%%WWWDIR%%/Aws/InspectorScan/InspectorScanClient.php %%WWWDIR%%/Aws/InternetMonitor/Exception/InternetMonitorException.php %%WWWDIR%%/Aws/InternetMonitor/InternetMonitorClient.php -%%WWWDIR%%/Aws/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php -%%WWWDIR%%/Aws/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php -%%WWWDIR%%/Aws/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php -%%WWWDIR%%/Aws/IoT1ClickProjects/IoT1ClickProjectsClient.php +%%WWWDIR%%/Aws/Invoicing/Exception/InvoicingException.php +%%WWWDIR%%/Aws/Invoicing/InvoicingClient.php %%WWWDIR%%/Aws/IoTAnalytics/Exception/IoTAnalyticsException.php %%WWWDIR%%/Aws/IoTAnalytics/IoTAnalyticsClient.php %%WWWDIR%%/Aws/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php @@ -512,8 +589,8 @@ %%WWWDIR%%/Aws/IoTFleetWise/IoTFleetWiseClient.php %%WWWDIR%%/Aws/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php %%WWWDIR%%/Aws/IoTJobsDataPlane/IoTJobsDataPlaneClient.php -%%WWWDIR%%/Aws/IoTRoboRunner/Exception/IoTRoboRunnerException.php -%%WWWDIR%%/Aws/IoTRoboRunner/IoTRoboRunnerClient.php +%%WWWDIR%%/Aws/IoTManagedIntegrations/Exception/IoTManagedIntegrationsException.php +%%WWWDIR%%/Aws/IoTManagedIntegrations/IoTManagedIntegrationsClient.php %%WWWDIR%%/Aws/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php %%WWWDIR%%/Aws/IoTSecureTunneling/IoTSecureTunnelingClient.php %%WWWDIR%%/Aws/IoTSiteWise/Exception/IoTSiteWiseException.php @@ -537,6 +614,8 @@ %%WWWDIR%%/Aws/KendraRanking/KendraRankingClient.php %%WWWDIR%%/Aws/Keyspaces/Exception/KeyspacesException.php %%WWWDIR%%/Aws/Keyspaces/KeyspacesClient.php +%%WWWDIR%%/Aws/KeyspacesStreams/Exception/KeyspacesStreamsException.php +%%WWWDIR%%/Aws/KeyspacesStreams/KeyspacesStreamsClient.php %%WWWDIR%%/Aws/Kinesis/Exception/KinesisException.php %%WWWDIR%%/Aws/Kinesis/KinesisClient.php %%WWWDIR%%/Aws/KinesisAnalytics/Exception/KinesisAnalyticsException.php @@ -559,6 +638,8 @@ %%WWWDIR%%/Aws/LakeFormation/LakeFormationClient.php %%WWWDIR%%/Aws/Lambda/Exception/LambdaException.php %%WWWDIR%%/Aws/Lambda/LambdaClient.php +%%WWWDIR%%/Aws/LaunchWizard/Exception/LaunchWizardException.php +%%WWWDIR%%/Aws/LaunchWizard/LaunchWizardClient.php %%WWWDIR%%/Aws/LexModelBuildingService/Exception/LexModelBuildingServiceException.php %%WWWDIR%%/Aws/LexModelBuildingService/LexModelBuildingServiceClient.php %%WWWDIR%%/Aws/LexModelsV2/Exception/LexModelsV2Exception.php @@ -584,6 +665,8 @@ %%WWWDIR%%/Aws/LookoutforVision/Exception/LookoutforVisionException.php %%WWWDIR%%/Aws/LookoutforVision/LookoutforVisionClient.php %%WWWDIR%%/Aws/LruArrayCache.php +%%WWWDIR%%/Aws/MPA/Exception/MPAException.php +%%WWWDIR%%/Aws/MPA/MPAClient.php %%WWWDIR%%/Aws/MQ/Exception/MQException.php %%WWWDIR%%/Aws/MQ/MQClient.php %%WWWDIR%%/Aws/MTurk/Exception/MTurkException.php @@ -592,24 +675,32 @@ %%WWWDIR%%/Aws/MWAA/MWAAClient.php %%WWWDIR%%/Aws/MachineLearning/Exception/MachineLearningException.php %%WWWDIR%%/Aws/MachineLearning/MachineLearningClient.php -%%WWWDIR%%/Aws/Macie/Exception/MacieException.php -%%WWWDIR%%/Aws/Macie/MacieClient.php %%WWWDIR%%/Aws/Macie2/Exception/Macie2Exception.php %%WWWDIR%%/Aws/Macie2/Macie2Client.php +%%WWWDIR%%/Aws/MailManager/Exception/MailManagerException.php +%%WWWDIR%%/Aws/MailManager/MailManagerClient.php %%WWWDIR%%/Aws/MainframeModernization/Exception/MainframeModernizationException.php %%WWWDIR%%/Aws/MainframeModernization/MainframeModernizationClient.php %%WWWDIR%%/Aws/ManagedBlockchain/Exception/ManagedBlockchainException.php %%WWWDIR%%/Aws/ManagedBlockchain/ManagedBlockchainClient.php +%%WWWDIR%%/Aws/ManagedBlockchainQuery/Exception/ManagedBlockchainQueryException.php +%%WWWDIR%%/Aws/ManagedBlockchainQuery/ManagedBlockchainQueryClient.php %%WWWDIR%%/Aws/ManagedGrafana/Exception/ManagedGrafanaException.php %%WWWDIR%%/Aws/ManagedGrafana/ManagedGrafanaClient.php +%%WWWDIR%%/Aws/MarketplaceAgreement/Exception/MarketplaceAgreementException.php +%%WWWDIR%%/Aws/MarketplaceAgreement/MarketplaceAgreementClient.php %%WWWDIR%%/Aws/MarketplaceCatalog/Exception/MarketplaceCatalogException.php %%WWWDIR%%/Aws/MarketplaceCatalog/MarketplaceCatalogClient.php %%WWWDIR%%/Aws/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php %%WWWDIR%%/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php +%%WWWDIR%%/Aws/MarketplaceDeployment/Exception/MarketplaceDeploymentException.php +%%WWWDIR%%/Aws/MarketplaceDeployment/MarketplaceDeploymentClient.php %%WWWDIR%%/Aws/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php %%WWWDIR%%/Aws/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php %%WWWDIR%%/Aws/MarketplaceMetering/Exception/MarketplaceMeteringException.php %%WWWDIR%%/Aws/MarketplaceMetering/MarketplaceMeteringClient.php +%%WWWDIR%%/Aws/MarketplaceReporting/Exception/MarketplaceReportingException.php +%%WWWDIR%%/Aws/MarketplaceReporting/MarketplaceReportingClient.php %%WWWDIR%%/Aws/MediaConnect/Exception/MediaConnectException.php %%WWWDIR%%/Aws/MediaConnect/MediaConnectClient.php %%WWWDIR%%/Aws/MediaConvert/Exception/MediaConvertException.php @@ -628,8 +719,11 @@ %%WWWDIR%%/Aws/MediaStoreData/MediaStoreDataClient.php %%WWWDIR%%/Aws/MediaTailor/Exception/MediaTailorException.php %%WWWDIR%%/Aws/MediaTailor/MediaTailorClient.php +%%WWWDIR%%/Aws/MedicalImaging/Exception/MedicalImagingException.php +%%WWWDIR%%/Aws/MedicalImaging/MedicalImagingClient.php %%WWWDIR%%/Aws/MemoryDB/Exception/MemoryDBException.php %%WWWDIR%%/Aws/MemoryDB/MemoryDBClient.php +%%WWWDIR%%/Aws/MetricsBuilder.php %%WWWDIR%%/Aws/Middleware.php %%WWWDIR%%/Aws/MigrationHub/Exception/MigrationHubException.php %%WWWDIR%%/Aws/MigrationHub/MigrationHubClient.php @@ -641,8 +735,6 @@ %%WWWDIR%%/Aws/MigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.php %%WWWDIR%%/Aws/MigrationHubStrategyRecommendations/Exception/MigrationHubStrategyRecommendationsException.php %%WWWDIR%%/Aws/MigrationHubStrategyRecommendations/MigrationHubStrategyRecommendationsClient.php -%%WWWDIR%%/Aws/Mobile/Exception/MobileException.php -%%WWWDIR%%/Aws/Mobile/MobileClient.php %%WWWDIR%%/Aws/MockHandler.php %%WWWDIR%%/Aws/MonitoringEventsInterface.php %%WWWDIR%%/Aws/MultiRegionClient.php @@ -651,38 +743,56 @@ %%WWWDIR%%/Aws/Multipart/UploadState.php %%WWWDIR%%/Aws/Neptune/Exception/NeptuneException.php %%WWWDIR%%/Aws/Neptune/NeptuneClient.php +%%WWWDIR%%/Aws/NeptuneGraph/Exception/NeptuneGraphException.php +%%WWWDIR%%/Aws/NeptuneGraph/NeptuneGraphClient.php +%%WWWDIR%%/Aws/Neptunedata/Exception/NeptunedataException.php +%%WWWDIR%%/Aws/Neptunedata/NeptunedataClient.php %%WWWDIR%%/Aws/NetworkFirewall/Exception/NetworkFirewallException.php %%WWWDIR%%/Aws/NetworkFirewall/NetworkFirewallClient.php +%%WWWDIR%%/Aws/NetworkFlowMonitor/Exception/NetworkFlowMonitorException.php +%%WWWDIR%%/Aws/NetworkFlowMonitor/NetworkFlowMonitorClient.php %%WWWDIR%%/Aws/NetworkManager/Exception/NetworkManagerException.php %%WWWDIR%%/Aws/NetworkManager/NetworkManagerClient.php -%%WWWDIR%%/Aws/NimbleStudio/Exception/NimbleStudioException.php -%%WWWDIR%%/Aws/NimbleStudio/NimbleStudioClient.php +%%WWWDIR%%/Aws/NetworkMonitor/Exception/NetworkMonitorException.php +%%WWWDIR%%/Aws/NetworkMonitor/NetworkMonitorClient.php +%%WWWDIR%%/Aws/Notifications/Exception/NotificationsException.php +%%WWWDIR%%/Aws/Notifications/NotificationsClient.php +%%WWWDIR%%/Aws/NotificationsContacts/Exception/NotificationsContactsException.php +%%WWWDIR%%/Aws/NotificationsContacts/NotificationsContactsClient.php %%WWWDIR%%/Aws/OAM/Exception/OAMException.php %%WWWDIR%%/Aws/OAM/OAMClient.php %%WWWDIR%%/Aws/OSIS/Exception/OSISException.php %%WWWDIR%%/Aws/OSIS/OSISClient.php +%%WWWDIR%%/Aws/ObservabilityAdmin/Exception/ObservabilityAdminException.php +%%WWWDIR%%/Aws/ObservabilityAdmin/ObservabilityAdminClient.php +%%WWWDIR%%/Aws/Odb/Exception/OdbException.php +%%WWWDIR%%/Aws/Odb/OdbClient.php %%WWWDIR%%/Aws/Omics/Exception/OmicsException.php %%WWWDIR%%/Aws/Omics/OmicsClient.php %%WWWDIR%%/Aws/OpenSearchServerless/Exception/OpenSearchServerlessException.php %%WWWDIR%%/Aws/OpenSearchServerless/OpenSearchServerlessClient.php %%WWWDIR%%/Aws/OpenSearchService/Exception/OpenSearchServiceException.php %%WWWDIR%%/Aws/OpenSearchService/OpenSearchServiceClient.php -%%WWWDIR%%/Aws/OpsWorks/Exception/OpsWorksException.php -%%WWWDIR%%/Aws/OpsWorks/OpsWorksClient.php -%%WWWDIR%%/Aws/OpsWorksCM/Exception/OpsWorksCMException.php -%%WWWDIR%%/Aws/OpsWorksCM/OpsWorksCMClient.php %%WWWDIR%%/Aws/Organizations/Exception/OrganizationsException.php %%WWWDIR%%/Aws/Organizations/OrganizationsClient.php %%WWWDIR%%/Aws/Outposts/Exception/OutpostsException.php %%WWWDIR%%/Aws/Outposts/OutpostsClient.php +%%WWWDIR%%/Aws/PCS/Exception/PCSException.php +%%WWWDIR%%/Aws/PCS/PCSClient.php %%WWWDIR%%/Aws/PI/Exception/PIException.php %%WWWDIR%%/Aws/PI/PIClient.php %%WWWDIR%%/Aws/Panorama/Exception/PanoramaException.php %%WWWDIR%%/Aws/Panorama/PanoramaClient.php +%%WWWDIR%%/Aws/PartnerCentralSelling/Exception/PartnerCentralSellingException.php +%%WWWDIR%%/Aws/PartnerCentralSelling/PartnerCentralSellingClient.php %%WWWDIR%%/Aws/PaymentCryptography/Exception/PaymentCryptographyException.php %%WWWDIR%%/Aws/PaymentCryptography/PaymentCryptographyClient.php %%WWWDIR%%/Aws/PaymentCryptographyData/Exception/PaymentCryptographyDataException.php %%WWWDIR%%/Aws/PaymentCryptographyData/PaymentCryptographyDataClient.php +%%WWWDIR%%/Aws/PcaConnectorAd/Exception/PcaConnectorAdException.php +%%WWWDIR%%/Aws/PcaConnectorAd/PcaConnectorAdClient.php +%%WWWDIR%%/Aws/PcaConnectorScep/Exception/PcaConnectorScepException.php +%%WWWDIR%%/Aws/PcaConnectorScep/PcaConnectorScepClient.php %%WWWDIR%%/Aws/Personalize/Exception/PersonalizeException.php %%WWWDIR%%/Aws/Personalize/PersonalizeClient.php %%WWWDIR%%/Aws/PersonalizeEvents/Exception/PersonalizeEventsException.php @@ -705,18 +815,23 @@ %%WWWDIR%%/Aws/PresignUrlMiddleware.php %%WWWDIR%%/Aws/Pricing/Exception/PricingException.php %%WWWDIR%%/Aws/Pricing/PricingClient.php -%%WWWDIR%%/Aws/PrivateNetworks/Exception/PrivateNetworksException.php -%%WWWDIR%%/Aws/PrivateNetworks/PrivateNetworksClient.php %%WWWDIR%%/Aws/PrometheusService/Exception/PrometheusServiceException.php %%WWWDIR%%/Aws/PrometheusService/PrometheusServiceClient.php %%WWWDIR%%/Aws/Proton/Exception/ProtonException.php %%WWWDIR%%/Aws/Proton/ProtonClient.php %%WWWDIR%%/Aws/Psr16CacheAdapter.php %%WWWDIR%%/Aws/PsrCacheAdapter.php +%%WWWDIR%%/Aws/QApps/Exception/QAppsException.php +%%WWWDIR%%/Aws/QApps/QAppsClient.php +%%WWWDIR%%/Aws/QBusiness/Exception/QBusinessException.php +%%WWWDIR%%/Aws/QBusiness/QBusinessClient.php +%%WWWDIR%%/Aws/QConnect/Exception/QConnectException.php +%%WWWDIR%%/Aws/QConnect/QConnectClient.php %%WWWDIR%%/Aws/QLDB/Exception/QLDBException.php %%WWWDIR%%/Aws/QLDB/QLDBClient.php %%WWWDIR%%/Aws/QLDBSession/Exception/QLDBSessionException.php %%WWWDIR%%/Aws/QLDBSession/QLDBSessionClient.php +%%WWWDIR%%/Aws/QueryCompatibleInputMiddleware.php %%WWWDIR%%/Aws/QuickSight/Exception/QuickSightException.php %%WWWDIR%%/Aws/QuickSight/QuickSightClient.php %%WWWDIR%%/Aws/RAM/Exception/RAMException.php @@ -736,6 +851,9 @@ %%WWWDIR%%/Aws/RedshiftServerless/RedshiftServerlessClient.php %%WWWDIR%%/Aws/Rekognition/Exception/RekognitionException.php %%WWWDIR%%/Aws/Rekognition/RekognitionClient.php +%%WWWDIR%%/Aws/Repostspace/Exception/RepostspaceException.php +%%WWWDIR%%/Aws/Repostspace/RepostspaceClient.php +%%WWWDIR%%/Aws/RequestCompressionMiddleware.php %%WWWDIR%%/Aws/ResilienceHub/Exception/ResilienceHubException.php %%WWWDIR%%/Aws/ResilienceHub/ResilienceHubClient.php %%WWWDIR%%/Aws/ResourceExplorer2/Exception/ResourceExplorer2Exception.php @@ -765,6 +883,8 @@ %%WWWDIR%%/Aws/Route53/Route53Client.php %%WWWDIR%%/Aws/Route53Domains/Exception/Route53DomainsException.php %%WWWDIR%%/Aws/Route53Domains/Route53DomainsClient.php +%%WWWDIR%%/Aws/Route53Profiles/Exception/Route53ProfilesException.php +%%WWWDIR%%/Aws/Route53Profiles/Route53ProfilesClient.php %%WWWDIR%%/Aws/Route53RecoveryCluster/Exception/Route53RecoveryClusterException.php %%WWWDIR%%/Aws/Route53RecoveryCluster/Route53RecoveryClusterClient.php %%WWWDIR%%/Aws/Route53RecoveryControlConfig/Exception/Route53RecoveryControlConfigException.php @@ -793,12 +913,17 @@ %%WWWDIR%%/Aws/S3/Exception/PermanentRedirectException.php %%WWWDIR%%/Aws/S3/Exception/S3Exception.php %%WWWDIR%%/Aws/S3/Exception/S3MultipartUploadException.php +%%WWWDIR%%/Aws/S3/ExpiresParsingMiddleware.php %%WWWDIR%%/Aws/S3/GetBucketLocationParser.php %%WWWDIR%%/Aws/S3/MultipartCopy.php %%WWWDIR%%/Aws/S3/MultipartUploader.php %%WWWDIR%%/Aws/S3/MultipartUploadingTrait.php %%WWWDIR%%/Aws/S3/ObjectCopier.php %%WWWDIR%%/Aws/S3/ObjectUploader.php +%%WWWDIR%%/Aws/S3/Parser/GetBucketLocationResultMutator.php +%%WWWDIR%%/Aws/S3/Parser/S3Parser.php +%%WWWDIR%%/Aws/S3/Parser/S3ResultMutator.php +%%WWWDIR%%/Aws/S3/Parser/ValidateResponseChecksumResultMutator.php %%WWWDIR%%/Aws/S3/PermanentRedirectMiddleware.php %%WWWDIR%%/Aws/S3/PostObject.php %%WWWDIR%%/Aws/S3/PostObjectV4.php @@ -827,10 +952,18 @@ %%WWWDIR%%/Aws/S3Control/S3ControlClient.php %%WWWDIR%%/Aws/S3Outposts/Exception/S3OutpostsException.php %%WWWDIR%%/Aws/S3Outposts/S3OutpostsClient.php +%%WWWDIR%%/Aws/S3Tables/Exception/S3TablesException.php +%%WWWDIR%%/Aws/S3Tables/S3TablesClient.php +%%WWWDIR%%/Aws/S3Vectors/Exception/S3VectorsException.php +%%WWWDIR%%/Aws/S3Vectors/S3VectorsClient.php %%WWWDIR%%/Aws/SSMContacts/Exception/SSMContactsException.php %%WWWDIR%%/Aws/SSMContacts/SSMContactsClient.php +%%WWWDIR%%/Aws/SSMGuiConnect/Exception/SSMGuiConnectException.php +%%WWWDIR%%/Aws/SSMGuiConnect/SSMGuiConnectClient.php %%WWWDIR%%/Aws/SSMIncidents/Exception/SSMIncidentsException.php %%WWWDIR%%/Aws/SSMIncidents/SSMIncidentsClient.php +%%WWWDIR%%/Aws/SSMQuickSetup/Exception/SSMQuickSetupException.php +%%WWWDIR%%/Aws/SSMQuickSetup/SSMQuickSetupClient.php %%WWWDIR%%/Aws/SSO/Exception/SSOException.php %%WWWDIR%%/Aws/SSO/SSOClient.php %%WWWDIR%%/Aws/SSOAdmin/Exception/SSOAdminException.php @@ -861,6 +994,8 @@ %%WWWDIR%%/Aws/SecretsManager/SecretsManagerClient.php %%WWWDIR%%/Aws/SecurityHub/Exception/SecurityHubException.php %%WWWDIR%%/Aws/SecurityHub/SecurityHubClient.php +%%WWWDIR%%/Aws/SecurityIR/Exception/SecurityIRException.php +%%WWWDIR%%/Aws/SecurityIR/SecurityIRClient.php %%WWWDIR%%/Aws/SecurityLake/Exception/SecurityLakeException.php %%WWWDIR%%/Aws/SecurityLake/SecurityLakeClient.php %%WWWDIR%%/Aws/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php @@ -880,6 +1015,7 @@ %%WWWDIR%%/Aws/Shield/Exception/ShieldException.php %%WWWDIR%%/Aws/Shield/ShieldClient.php %%WWWDIR%%/Aws/Signature/AnonymousSignature.php +%%WWWDIR%%/Aws/Signature/S3ExpressSignature.php %%WWWDIR%%/Aws/Signature/S3SignatureV4.php %%WWWDIR%%/Aws/Signature/SignatureInterface.php %%WWWDIR%%/Aws/Signature/SignatureProvider.php @@ -887,8 +1023,6 @@ %%WWWDIR%%/Aws/Signature/SignatureV4.php %%WWWDIR%%/Aws/SimSpaceWeaver/Exception/SimSpaceWeaverException.php %%WWWDIR%%/Aws/SimSpaceWeaver/SimSpaceWeaverClient.php -%%WWWDIR%%/Aws/Sms/Exception/SmsException.php -%%WWWDIR%%/Aws/Sms/SmsClient.php %%WWWDIR%%/Aws/SnowBall/Exception/SnowBallException.php %%WWWDIR%%/Aws/SnowBall/SnowBallClient.php %%WWWDIR%%/Aws/SnowDeviceManagement/Exception/SnowDeviceManagementException.php @@ -898,6 +1032,8 @@ %%WWWDIR%%/Aws/Sns/Message.php %%WWWDIR%%/Aws/Sns/MessageValidator.php %%WWWDIR%%/Aws/Sns/SnsClient.php +%%WWWDIR%%/Aws/SocialMessaging/Exception/SocialMessagingException.php +%%WWWDIR%%/Aws/SocialMessaging/SocialMessagingClient.php %%WWWDIR%%/Aws/Sqs/Exception/SqsException.php %%WWWDIR%%/Aws/Sqs/SqsClient.php %%WWWDIR%%/Aws/Ssm/Exception/SsmException.php @@ -913,6 +1049,8 @@ %%WWWDIR%%/Aws/Sts/RegionalEndpoints/ConfigurationProvider.php %%WWWDIR%%/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php %%WWWDIR%%/Aws/Sts/StsClient.php +%%WWWDIR%%/Aws/SupplyChain/Exception/SupplyChainException.php +%%WWWDIR%%/Aws/SupplyChain/SupplyChainClient.php %%WWWDIR%%/Aws/Support/Exception/SupportException.php %%WWWDIR%%/Aws/Support/SupportClient.php %%WWWDIR%%/Aws/SupportApp/Exception/SupportAppException.php @@ -921,8 +1059,12 @@ %%WWWDIR%%/Aws/Swf/SwfClient.php %%WWWDIR%%/Aws/Synthetics/Exception/SyntheticsException.php %%WWWDIR%%/Aws/Synthetics/SyntheticsClient.php +%%WWWDIR%%/Aws/TaxSettings/Exception/TaxSettingsException.php +%%WWWDIR%%/Aws/TaxSettings/TaxSettingsClient.php %%WWWDIR%%/Aws/Textract/Exception/TextractException.php %%WWWDIR%%/Aws/Textract/TextractClient.php +%%WWWDIR%%/Aws/TimestreamInfluxDB/Exception/TimestreamInfluxDBException.php +%%WWWDIR%%/Aws/TimestreamInfluxDB/TimestreamInfluxDBClient.php %%WWWDIR%%/Aws/TimestreamQuery/Exception/TimestreamQueryException.php %%WWWDIR%%/Aws/TimestreamQuery/TimestreamQueryClient.php %%WWWDIR%%/Aws/TimestreamWrite/Exception/TimestreamWriteException.php @@ -930,6 +1072,7 @@ %%WWWDIR%%/Aws/Tnb/Exception/TnbException.php %%WWWDIR%%/Aws/Tnb/TnbClient.php %%WWWDIR%%/Aws/Token/BearerTokenAuthorization.php +%%WWWDIR%%/Aws/Token/BedrockTokenProvider.php %%WWWDIR%%/Aws/Token/ParsesIniTrait.php %%WWWDIR%%/Aws/Token/RefreshableTokenProviderInterface.php %%WWWDIR%%/Aws/Token/SsoToken.php @@ -938,6 +1081,7 @@ %%WWWDIR%%/Aws/Token/TokenAuthorization.php %%WWWDIR%%/Aws/Token/TokenInterface.php %%WWWDIR%%/Aws/Token/TokenProvider.php +%%WWWDIR%%/Aws/Token/TokenSource.php %%WWWDIR%%/Aws/TraceMiddleware.php %%WWWDIR%%/Aws/TranscribeService/Exception/TranscribeServiceException.php %%WWWDIR%%/Aws/TranscribeService/TranscribeServiceClient.php @@ -945,6 +1089,9 @@ %%WWWDIR%%/Aws/Transfer/TransferClient.php %%WWWDIR%%/Aws/Translate/Exception/TranslateException.php %%WWWDIR%%/Aws/Translate/TranslateClient.php +%%WWWDIR%%/Aws/TrustedAdvisor/Exception/TrustedAdvisorException.php +%%WWWDIR%%/Aws/TrustedAdvisor/TrustedAdvisorClient.php +%%WWWDIR%%/Aws/UserAgentMiddleware.php %%WWWDIR%%/Aws/VPCLattice/Exception/VPCLatticeException.php %%WWWDIR%%/Aws/VPCLattice/VPCLatticeClient.php %%WWWDIR%%/Aws/VerifiedPermissions/Exception/VerifiedPermissionsException.php @@ -962,16 +1109,18 @@ %%WWWDIR%%/Aws/WellArchitected/WellArchitectedClient.php %%WWWDIR%%/Aws/WorkDocs/Exception/WorkDocsException.php %%WWWDIR%%/Aws/WorkDocs/WorkDocsClient.php -%%WWWDIR%%/Aws/WorkLink/Exception/WorkLinkException.php -%%WWWDIR%%/Aws/WorkLink/WorkLinkClient.php %%WWWDIR%%/Aws/WorkMail/Exception/WorkMailException.php %%WWWDIR%%/Aws/WorkMail/WorkMailClient.php %%WWWDIR%%/Aws/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php %%WWWDIR%%/Aws/WorkMailMessageFlow/WorkMailMessageFlowClient.php %%WWWDIR%%/Aws/WorkSpaces/Exception/WorkSpacesException.php %%WWWDIR%%/Aws/WorkSpaces/WorkSpacesClient.php +%%WWWDIR%%/Aws/WorkSpacesThinClient/Exception/WorkSpacesThinClientException.php +%%WWWDIR%%/Aws/WorkSpacesThinClient/WorkSpacesThinClientClient.php %%WWWDIR%%/Aws/WorkSpacesWeb/Exception/WorkSpacesWebException.php %%WWWDIR%%/Aws/WorkSpacesWeb/WorkSpacesWebClient.php +%%WWWDIR%%/Aws/WorkspacesInstances/Exception/WorkspacesInstancesException.php +%%WWWDIR%%/Aws/WorkspacesInstances/WorkspacesInstancesClient.php %%WWWDIR%%/Aws/WrappedHttpHandler.php %%WWWDIR%%/Aws/XRay/Exception/XRayException.php %%WWWDIR%%/Aws/XRay/XRayClient.php @@ -995,15 +1144,18 @@ %%WWWDIR%%/Aws/data/acm/2015-12-08/paginators-1.json.php %%WWWDIR%%/Aws/data/acm/2015-12-08/smoke.json.php %%WWWDIR%%/Aws/data/acm/2015-12-08/waiters-2.json.php -%%WWWDIR%%/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php -%%WWWDIR%%/Aws/data/alexaforbusiness/2017-11-09/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/alexaforbusiness/2017-11-09/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/alexaforbusiness/2017-11-09/paginators-1.json.php +%%WWWDIR%%/Aws/data/aiops/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/aiops/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/aiops/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/aiops/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/aiops/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/aiops/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/aliases.json.php %%WWWDIR%%/Aws/data/amp/2020-08-01/api-2.json.php %%WWWDIR%%/Aws/data/amp/2020-08-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/amp/2020-08-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/amp/2020-08-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/amp/2020-08-01/smoke.json.php %%WWWDIR%%/Aws/data/amp/2020-08-01/waiters-2.json.php %%WWWDIR%%/Aws/data/amplify/2017-07-25/api-2.json.php %%WWWDIR%%/Aws/data/amplify/2017-07-25/endpoint-rule-set-1.json.php @@ -1036,10 +1188,17 @@ %%WWWDIR%%/Aws/data/appconfig/2019-10-09/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/appconfig/2019-10-09/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/appconfig/2019-10-09/paginators-1.json.php +%%WWWDIR%%/Aws/data/appconfig/2019-10-09/waiters-2.json.php %%WWWDIR%%/Aws/data/appconfigdata/2021-11-11/api-2.json.php %%WWWDIR%%/Aws/data/appconfigdata/2021-11-11/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/appconfigdata/2021-11-11/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/appconfigdata/2021-11-11/paginators-1.json.php +%%WWWDIR%%/Aws/data/appfabric/2023-05-19/api-2.json.php +%%WWWDIR%%/Aws/data/appfabric/2023-05-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/appfabric/2023-05-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/appfabric/2023-05-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/appfabric/2023-05-19/smoke.json.php +%%WWWDIR%%/Aws/data/appfabric/2023-05-19/waiters-2.json.php %%WWWDIR%%/Aws/data/appflow/2020-08-23/api-2.json.php %%WWWDIR%%/Aws/data/appflow/2020-08-23/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/appflow/2020-08-23/endpoint-tests-1.json.php @@ -1057,6 +1216,10 @@ %%WWWDIR%%/Aws/data/application-insights/2018-11-25/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/application-insights/2018-11-25/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/application-insights/2018-11-25/paginators-1.json.php +%%WWWDIR%%/Aws/data/application-signals/2024-04-15/api-2.json.php +%%WWWDIR%%/Aws/data/application-signals/2024-04-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/application-signals/2024-04-15/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/application-signals/2024-04-15/paginators-1.json.php %%WWWDIR%%/Aws/data/applicationcostprofiler/2020-09-10/api-2.json.php %%WWWDIR%%/Aws/data/applicationcostprofiler/2020-09-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/applicationcostprofiler/2020-09-10/endpoint-tests-1.json.php @@ -1083,10 +1246,30 @@ %%WWWDIR%%/Aws/data/appsync/2017-07-25/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/appsync/2017-07-25/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/appsync/2017-07-25/paginators-1.json.php +%%WWWDIR%%/Aws/data/apptest/2022-12-06/api-2.json.php +%%WWWDIR%%/Aws/data/apptest/2022-12-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/apptest/2022-12-06/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/apptest/2022-12-06/paginators-1.json.php +%%WWWDIR%%/Aws/data/apptest/2022-12-06/smoke.json.php +%%WWWDIR%%/Aws/data/apptest/2022-12-06/waiters-2.json.php +%%WWWDIR%%/Aws/data/arc-region-switch/2022-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/arc-region-switch/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/arc-region-switch/2022-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/arc-region-switch/2022-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/arc-region-switch/2022-07-26/smoke.json.php +%%WWWDIR%%/Aws/data/arc-region-switch/2022-07-26/waiters-2.json.php %%WWWDIR%%/Aws/data/arc-zonal-shift/2022-10-30/api-2.json.php %%WWWDIR%%/Aws/data/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/arc-zonal-shift/2022-10-30/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/arc-zonal-shift/2022-10-30/paginators-1.json.php +%%WWWDIR%%/Aws/data/arc-zonal-shift/2022-10-30/smoke.json.php +%%WWWDIR%%/Aws/data/arc-zonal-shift/2022-10-30/waiters-2.json.php +%%WWWDIR%%/Aws/data/artifact/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/artifact/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/artifact/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/artifact/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/artifact/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/artifact/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/athena/2017-05-18/api-2.json.php %%WWWDIR%%/Aws/data/athena/2017-05-18/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/athena/2017-05-18/endpoint-tests-1.json.php @@ -1106,6 +1289,11 @@ %%WWWDIR%%/Aws/data/autoscaling/2011-01-01/paginators-1.json.php %%WWWDIR%%/Aws/data/autoscaling/2011-01-01/smoke.json.php %%WWWDIR%%/Aws/data/autoscaling/2011-01-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/b2bi/2022-06-23/api-2.json.php +%%WWWDIR%%/Aws/data/b2bi/2022-06-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/b2bi/2022-06-23/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/b2bi/2022-06-23/paginators-1.json.php +%%WWWDIR%%/Aws/data/b2bi/2022-06-23/waiters-2.json.php %%WWWDIR%%/Aws/data/backup-gateway/2021-01-01/api-2.json.php %%WWWDIR%%/Aws/data/backup-gateway/2021-01-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/backup-gateway/2021-01-01/endpoint-tests-1.json.php @@ -1114,15 +1302,89 @@ %%WWWDIR%%/Aws/data/backup/2018-11-15/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/backup/2018-11-15/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/backup/2018-11-15/paginators-1.json.php -%%WWWDIR%%/Aws/data/backupstorage/2018-04-10/api-2.json.php -%%WWWDIR%%/Aws/data/backupstorage/2018-04-10/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/backupstorage/2018-04-10/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/backupstorage/2018-04-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/backupsearch/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/backupsearch/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/backupsearch/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/backupsearch/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/backupsearch/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/backupsearch/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/batch/2016-08-10/api-2.json.php %%WWWDIR%%/Aws/data/batch/2016-08-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/batch/2016-08-10/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/batch/2016-08-10/paginators-1.json.php %%WWWDIR%%/Aws/data/batch/2016-08-10/smoke.json.php +%%WWWDIR%%/Aws/data/bcm-dashboards/2025-08-18/api-2.json.php +%%WWWDIR%%/Aws/data/bcm-dashboards/2025-08-18/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bcm-dashboards/2025-08-18/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bcm-dashboards/2025-08-18/paginators-1.json.php +%%WWWDIR%%/Aws/data/bcm-dashboards/2025-08-18/smoke.json.php +%%WWWDIR%%/Aws/data/bcm-dashboards/2025-08-18/waiters-2.json.php +%%WWWDIR%%/Aws/data/bcm-data-exports/2023-11-26/api-2.json.php +%%WWWDIR%%/Aws/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bcm-data-exports/2023-11-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bcm-data-exports/2023-11-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/bcm-pricing-calculator/2024-06-19/api-2.json.php +%%WWWDIR%%/Aws/data/bcm-pricing-calculator/2024-06-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bcm-pricing-calculator/2024-06-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bcm-pricing-calculator/2024-06-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/bcm-pricing-calculator/2024-06-19/smoke.json.php +%%WWWDIR%%/Aws/data/bcm-pricing-calculator/2024-06-19/waiters-2.json.php +%%WWWDIR%%/Aws/data/bcm-recommended-actions/2024-11-14/api-2.json.php +%%WWWDIR%%/Aws/data/bcm-recommended-actions/2024-11-14/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bcm-recommended-actions/2024-11-14/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bcm-recommended-actions/2024-11-14/paginators-1.json.php +%%WWWDIR%%/Aws/data/bcm-recommended-actions/2024-11-14/smoke.json.php +%%WWWDIR%%/Aws/data/bcm-recommended-actions/2024-11-14/waiters-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agent-runtime/2023-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agent-runtime/2023-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agent-runtime/2023-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agent-runtime/2023-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agent-runtime/2023-07-26/smoke.json.php +%%WWWDIR%%/Aws/data/bedrock-agent-runtime/2023-07-26/waiters-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agent/2023-06-05/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agent/2023-06-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agent/2023-06-05/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agent/2023-06-05/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agent/2023-06-05/smoke.json.php +%%WWWDIR%%/Aws/data/bedrock-agent/2023-06-05/waiters-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore-control/2023-06-05/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore-control/2023-06-05/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore-control/2023-06-05/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore-control/2023-06-05/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore-control/2023-06-05/smoke.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore-control/2023-06-05/waiters-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore/2024-02-28/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore/2024-02-28/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore/2024-02-28/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore/2024-02-28/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore/2024-02-28/smoke.json.php +%%WWWDIR%%/Aws/data/bedrock-agentcore/2024-02-28/waiters-2.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation-runtime/2024-06-13/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation-runtime/2024-06-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation-runtime/2024-06-13/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation-runtime/2024-06-13/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation/2023-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation/2023-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation/2023-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-data-automation/2023-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-runtime/2023-09-30/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock-runtime/2023-09-30/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock-runtime/2023-09-30/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock-runtime/2023-09-30/smoke.json.php +%%WWWDIR%%/Aws/data/bedrock-runtime/2023-09-30/waiters-2.json.php +%%WWWDIR%%/Aws/data/bedrock/2023-04-20/api-2.json.php +%%WWWDIR%%/Aws/data/bedrock/2023-04-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/bedrock/2023-04-20/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/bedrock/2023-04-20/paginators-1.json.php +%%WWWDIR%%/Aws/data/bedrock/2023-04-20/smoke.json.php +%%WWWDIR%%/Aws/data/bedrock/2023-04-20/waiters-2.json.php +%%WWWDIR%%/Aws/data/billing/2023-09-07/api-2.json.php +%%WWWDIR%%/Aws/data/billing/2023-09-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/billing/2023-09-07/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/billing/2023-09-07/paginators-1.json.php +%%WWWDIR%%/Aws/data/billing/2023-09-07/smoke.json.php +%%WWWDIR%%/Aws/data/billing/2023-09-07/waiters-2.json.php %%WWWDIR%%/Aws/data/billingconductor/2021-07-30/api-2.json.php %%WWWDIR%%/Aws/data/billingconductor/2021-07-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/billingconductor/2021-07-30/endpoint-tests-1.json.php @@ -1141,6 +1403,10 @@ %%WWWDIR%%/Aws/data/ce/2017-10-25/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ce/2017-10-25/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/ce/2017-10-25/paginators-1.json.php +%%WWWDIR%%/Aws/data/chatbot/2017-10-11/api-2.json.php +%%WWWDIR%%/Aws/data/chatbot/2017-10-11/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/chatbot/2017-10-11/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/chatbot/2017-10-11/paginators-1.json.php %%WWWDIR%%/Aws/data/chime-sdk-identity/2021-04-20/api-2.json.php %%WWWDIR%%/Aws/data/chime-sdk-identity/2021-04-20/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/chime-sdk-identity/2021-04-20/endpoint-tests-1.json.php @@ -1171,6 +1437,12 @@ %%WWWDIR%%/Aws/data/cleanrooms/2022-02-17/paginators-1.json.php %%WWWDIR%%/Aws/data/cleanrooms/2022-02-17/smoke.json.php %%WWWDIR%%/Aws/data/cleanrooms/2022-02-17/waiters-2.json.php +%%WWWDIR%%/Aws/data/cleanroomsml/2023-09-06/api-2.json.php +%%WWWDIR%%/Aws/data/cleanroomsml/2023-09-06/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/cleanroomsml/2023-09-06/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/cleanroomsml/2023-09-06/paginators-1.json.php +%%WWWDIR%%/Aws/data/cleanroomsml/2023-09-06/smoke.json.php +%%WWWDIR%%/Aws/data/cleanroomsml/2023-09-06/waiters-2.json.php %%WWWDIR%%/Aws/data/cloud9/2017-09-23/api-2.json.php %%WWWDIR%%/Aws/data/cloud9/2017-09-23/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/cloud9/2017-09-23/endpoint-tests-1.json.php @@ -1195,6 +1467,10 @@ %%WWWDIR%%/Aws/data/cloudformation/2010-05-15/paginators-1.json.php %%WWWDIR%%/Aws/data/cloudformation/2010-05-15/smoke.json.php %%WWWDIR%%/Aws/data/cloudformation/2010-05-15/waiters-2.json.php +%%WWWDIR%%/Aws/data/cloudfront-keyvaluestore/2022-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/cloudfront-keyvaluestore/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/cloudfront-keyvaluestore/2022-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/cloudfront-keyvaluestore/2022-07-26/paginators-1.json.php %%WWWDIR%%/Aws/data/cloudfront/2015-07-27/api-2.json.php %%WWWDIR%%/Aws/data/cloudfront/2015-07-27/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/cloudfront/2015-07-27/endpoint-tests-1.json.php @@ -1291,6 +1567,7 @@ %%WWWDIR%%/Aws/data/cloudsearchdomain/2013-01-01/api-2.json.php %%WWWDIR%%/Aws/data/cloudsearchdomain/2013-01-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/cloudsearchdomain/2013-01-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/cloudsearchdomain/2013-01-01/paginators-1.json.php %%WWWDIR%%/Aws/data/cloudtrail-data/2021-08-11/api-2.json.php %%WWWDIR%%/Aws/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/cloudtrail-data/2021-08-11/endpoint-tests-1.json.php @@ -1320,6 +1597,10 @@ %%WWWDIR%%/Aws/data/codecommit/2015-04-13/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/codecommit/2015-04-13/paginators-1.json.php %%WWWDIR%%/Aws/data/codecommit/2015-04-13/smoke.json.php +%%WWWDIR%%/Aws/data/codeconnections/2023-12-01/api-2.json.php +%%WWWDIR%%/Aws/data/codeconnections/2023-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/codeconnections/2023-12-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/codeconnections/2023-12-01/paginators-1.json.php %%WWWDIR%%/Aws/data/codedeploy/2014-10-06/api-2.json.php %%WWWDIR%%/Aws/data/codedeploy/2014-10-06/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/codedeploy/2014-10-06/endpoint-tests-1.json.php @@ -1336,6 +1617,8 @@ %%WWWDIR%%/Aws/data/codeguru-security/2018-05-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/codeguru-security/2018-05-10/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/codeguru-security/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/codeguru-security/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/codeguru-security/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php %%WWWDIR%%/Aws/data/codeguruprofiler/2019-07-18/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/codeguruprofiler/2019-07-18/endpoint-tests-1.json.php @@ -1353,11 +1636,6 @@ %%WWWDIR%%/Aws/data/codestar-notifications/2019-10-15/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/codestar-notifications/2019-10-15/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/codestar-notifications/2019-10-15/paginators-1.json.php -%%WWWDIR%%/Aws/data/codestar/2017-04-19/api-2.json.php -%%WWWDIR%%/Aws/data/codestar/2017-04-19/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/codestar/2017-04-19/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/codestar/2017-04-19/paginators-1.json.php -%%WWWDIR%%/Aws/data/codestar/2017-04-19/smoke.json.php %%WWWDIR%%/Aws/data/cognito-identity/2014-06-30/api-2.json.php %%WWWDIR%%/Aws/data/cognito-identity/2014-06-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/cognito-identity/2014-06-30/endpoint-tests-1.json.php @@ -1402,18 +1680,36 @@ %%WWWDIR%%/Aws/data/connectcampaigns/2021-01-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/connectcampaigns/2021-01-30/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/connectcampaigns/2021-01-30/paginators-1.json.php +%%WWWDIR%%/Aws/data/connectcampaignsv2/2024-04-23/api-2.json.php +%%WWWDIR%%/Aws/data/connectcampaignsv2/2024-04-23/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/connectcampaignsv2/2024-04-23/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/connectcampaignsv2/2024-04-23/paginators-1.json.php %%WWWDIR%%/Aws/data/connectcases/2022-10-03/api-2.json.php %%WWWDIR%%/Aws/data/connectcases/2022-10-03/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/connectcases/2022-10-03/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/connectcases/2022-10-03/paginators-1.json.php +%%WWWDIR%%/Aws/data/connectcases/2022-10-03/smoke.json.php +%%WWWDIR%%/Aws/data/connectcases/2022-10-03/waiters-2.json.php %%WWWDIR%%/Aws/data/connectparticipant/2018-09-07/api-2.json.php %%WWWDIR%%/Aws/data/connectparticipant/2018-09-07/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/connectparticipant/2018-09-07/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/connectparticipant/2018-09-07/paginators-1.json.php +%%WWWDIR%%/Aws/data/controlcatalog/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/controlcatalog/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/controlcatalog/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/controlcatalog/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/controlcatalog/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/controlcatalog/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/controltower/2018-05-10/api-2.json.php %%WWWDIR%%/Aws/data/controltower/2018-05-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/controltower/2018-05-10/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/controltower/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/cost-optimization-hub/2022-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/cost-optimization-hub/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/cost-optimization-hub/2022-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/cost-optimization-hub/2022-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/cost-optimization-hub/2022-07-26/smoke.json.php +%%WWWDIR%%/Aws/data/cost-optimization-hub/2022-07-26/waiters-2.json.php %%WWWDIR%%/Aws/data/cur/2017-01-06/api-2.json.php %%WWWDIR%%/Aws/data/cur/2017-01-06/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/cur/2017-01-06/endpoint-tests-1.json.php @@ -1446,10 +1742,19 @@ %%WWWDIR%%/Aws/data/datasync/2018-11-09/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/datasync/2018-11-09/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/datasync/2018-11-09/paginators-1.json.php +%%WWWDIR%%/Aws/data/datazone/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/datazone/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/datazone/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/datazone/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/dax/2017-04-19/api-2.json.php %%WWWDIR%%/Aws/data/dax/2017-04-19/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/dax/2017-04-19/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/dax/2017-04-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/deadline/2023-10-12/api-2.json.php +%%WWWDIR%%/Aws/data/deadline/2023-10-12/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/deadline/2023-10-12/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/deadline/2023-10-12/paginators-1.json.php +%%WWWDIR%%/Aws/data/deadline/2023-10-12/waiters-2.json.php %%WWWDIR%%/Aws/data/detective/2018-10-26/api-2.json.php %%WWWDIR%%/Aws/data/detective/2018-10-26/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/detective/2018-10-26/endpoint-tests-1.json.php @@ -1468,6 +1773,10 @@ %%WWWDIR%%/Aws/data/directconnect/2012-10-25/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/directconnect/2012-10-25/paginators-1.json.php %%WWWDIR%%/Aws/data/directconnect/2012-10-25/smoke.json.php +%%WWWDIR%%/Aws/data/directory-service-data/2023-05-31/api-2.json.php +%%WWWDIR%%/Aws/data/directory-service-data/2023-05-31/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/directory-service-data/2023-05-31/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/directory-service-data/2023-05-31/paginators-1.json.php %%WWWDIR%%/Aws/data/discovery/2015-11-01/api-2.json.php %%WWWDIR%%/Aws/data/discovery/2015-11-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/discovery/2015-11-01/endpoint-tests-1.json.php @@ -1502,6 +1811,12 @@ %%WWWDIR%%/Aws/data/ds/2015-04-16/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/ds/2015-04-16/paginators-1.json.php %%WWWDIR%%/Aws/data/ds/2015-04-16/smoke.json.php +%%WWWDIR%%/Aws/data/ds/2015-04-16/waiters-2.json.php +%%WWWDIR%%/Aws/data/dsql/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/dsql/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/dsql/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/dsql/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/dsql/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/dynamodb/2011-12-05/api-2.json.php %%WWWDIR%%/Aws/data/dynamodb/2011-12-05/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/dynamodb/2011-12-05/endpoint-tests-1.json.php @@ -1564,15 +1879,17 @@ %%WWWDIR%%/Aws/data/ecs/2014-11-13/paginators-1.json.php %%WWWDIR%%/Aws/data/ecs/2014-11-13/smoke.json.php %%WWWDIR%%/Aws/data/ecs/2014-11-13/waiters-2.json.php +%%WWWDIR%%/Aws/data/eks-auth/2023-11-26/api-2.json.php +%%WWWDIR%%/Aws/data/eks-auth/2023-11-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/eks-auth/2023-11-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/eks-auth/2023-11-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/eks-auth/2023-11-26/smoke.json.php +%%WWWDIR%%/Aws/data/eks-auth/2023-11-26/waiters-2.json.php %%WWWDIR%%/Aws/data/eks/2017-11-01/api-2.json.php %%WWWDIR%%/Aws/data/eks/2017-11-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/eks/2017-11-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/eks/2017-11-01/paginators-1.json.php %%WWWDIR%%/Aws/data/eks/2017-11-01/waiters-2.json.php -%%WWWDIR%%/Aws/data/elastic-inference/2017-07-25/api-2.json.php -%%WWWDIR%%/Aws/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/elastic-inference/2017-07-25/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php %%WWWDIR%%/Aws/data/elasticache/2015-02-02/api-2.json.php %%WWWDIR%%/Aws/data/elasticache/2015-02-02/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/elasticache/2015-02-02/endpoint-tests-1.json.php @@ -1636,6 +1953,10 @@ %%WWWDIR%%/Aws/data/entitlement.marketplace/2017-01-11/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/entitlement.marketplace/2017-01-11/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/entitlement.marketplace/2017-01-11/paginators-1.json.php +%%WWWDIR%%/Aws/data/entityresolution/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/entityresolution/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/entityresolution/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/entityresolution/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/es/2015-01-01/api-2.json.php %%WWWDIR%%/Aws/data/es/2015-01-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/es/2015-01-01/endpoint-tests-1.json.php @@ -1655,6 +1976,12 @@ %%WWWDIR%%/Aws/data/evidently/2021-02-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/evidently/2021-02-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/evidently/2021-02-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/evs/2023-07-27/api-2.json.php +%%WWWDIR%%/Aws/data/evs/2023-07-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/evs/2023-07-27/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/evs/2023-07-27/paginators-1.json.php +%%WWWDIR%%/Aws/data/evs/2023-07-27/smoke.json.php +%%WWWDIR%%/Aws/data/evs/2023-07-27/waiters-2.json.php %%WWWDIR%%/Aws/data/finspace-data/2020-07-13/api-2.json.php %%WWWDIR%%/Aws/data/finspace-data/2020-07-13/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/finspace-data/2020-07-13/endpoint-tests-1.json.php @@ -1688,6 +2015,12 @@ %%WWWDIR%%/Aws/data/frauddetector/2019-11-15/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/frauddetector/2019-11-15/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/frauddetector/2019-11-15/paginators-1.json.php +%%WWWDIR%%/Aws/data/freetier/2023-09-07/api-2.json.php +%%WWWDIR%%/Aws/data/freetier/2023-09-07/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/freetier/2023-09-07/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/freetier/2023-09-07/paginators-1.json.php +%%WWWDIR%%/Aws/data/freetier/2023-09-07/smoke.json.php +%%WWWDIR%%/Aws/data/freetier/2023-09-07/waiters-2.json.php %%WWWDIR%%/Aws/data/fsx/2018-03-01/api-2.json.php %%WWWDIR%%/Aws/data/fsx/2018-03-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/fsx/2018-03-01/endpoint-tests-1.json.php @@ -1697,10 +2030,24 @@ %%WWWDIR%%/Aws/data/gamelift/2015-10-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/gamelift/2015-10-01/paginators-1.json.php %%WWWDIR%%/Aws/data/gamelift/2015-10-01/smoke.json.php -%%WWWDIR%%/Aws/data/gamesparks/2021-08-17/api-2.json.php -%%WWWDIR%%/Aws/data/gamesparks/2021-08-17/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/gamesparks/2021-08-17/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/gamesparks/2021-08-17/paginators-1.json.php +%%WWWDIR%%/Aws/data/gameliftstreams/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/gameliftstreams/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/gameliftstreams/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/gameliftstreams/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/gameliftstreams/2018-05-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/geo-maps/2020-11-19/api-2.json.php +%%WWWDIR%%/Aws/data/geo-maps/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/geo-maps/2020-11-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/geo-maps/2020-11-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/geo-places/2020-11-19/api-2.json.php +%%WWWDIR%%/Aws/data/geo-places/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/geo-places/2020-11-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/geo-places/2020-11-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/geo-routes/2020-11-19/api-2.json.php +%%WWWDIR%%/Aws/data/geo-routes/2020-11-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/geo-routes/2020-11-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/geo-routes/2020-11-19/paginators-1.json.php %%WWWDIR%%/Aws/data/glacier/2012-06-01/api-2.json.php %%WWWDIR%%/Aws/data/glacier/2012-06-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/glacier/2012-06-01/endpoint-tests-1.json.php @@ -1747,10 +2094,7 @@ %%WWWDIR%%/Aws/data/healthlake/2017-07-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/healthlake/2017-07-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/healthlake/2017-07-01/paginators-1.json.php -%%WWWDIR%%/Aws/data/honeycode/2020-03-01/api-2.json.php -%%WWWDIR%%/Aws/data/honeycode/2020-03-01/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/honeycode/2020-03-01/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/honeycode/2020-03-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/healthlake/2017-07-01/waiters-2.json.php %%WWWDIR%%/Aws/data/iam/2010-05-08/api-2.json.php %%WWWDIR%%/Aws/data/iam/2010-05-08/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/iam/2010-05-08/endpoint-tests-1.json.php @@ -1769,6 +2113,10 @@ %%WWWDIR%%/Aws/data/importexport/2010-06-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/importexport/2010-06-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/importexport/2010-06-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/inspector-scan/2023-08-08/api-2.json.php +%%WWWDIR%%/Aws/data/inspector-scan/2023-08-08/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/inspector-scan/2023-08-08/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/inspector-scan/2023-08-08/paginators-1.json.php %%WWWDIR%%/Aws/data/inspector/2016-02-16/api-2.json.php %%WWWDIR%%/Aws/data/inspector/2016-02-16/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/inspector/2016-02-16/endpoint-tests-1.json.php @@ -1784,26 +2132,25 @@ %%WWWDIR%%/Aws/data/internetmonitor/2021-06-03/paginators-1.json.php %%WWWDIR%%/Aws/data/internetmonitor/2021-06-03/smoke.json.php %%WWWDIR%%/Aws/data/internetmonitor/2021-06-03/waiters-2.json.php +%%WWWDIR%%/Aws/data/invoicing/2024-12-01/api-2.json.php +%%WWWDIR%%/Aws/data/invoicing/2024-12-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/invoicing/2024-12-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/invoicing/2024-12-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/invoicing/2024-12-01/smoke.json.php +%%WWWDIR%%/Aws/data/invoicing/2024-12-01/waiters-2.json.php %%WWWDIR%%/Aws/data/iot-jobs-data/2017-09-29/api-2.json.php %%WWWDIR%%/Aws/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/iot-jobs-data/2017-09-29/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/iot-jobs-data/2017-09-29/paginators-1.json.php -%%WWWDIR%%/Aws/data/iot-roborunner/2018-05-10/api-2.json.php -%%WWWDIR%%/Aws/data/iot-roborunner/2018-05-10/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/iot-roborunner/2018-05-10/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/iot-roborunner/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/iot-managed-integrations/2025-03-03/api-2.json.php +%%WWWDIR%%/Aws/data/iot-managed-integrations/2025-03-03/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/iot-managed-integrations/2025-03-03/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/iot-managed-integrations/2025-03-03/paginators-1.json.php %%WWWDIR%%/Aws/data/iot/2015-05-28/api-2.json.php %%WWWDIR%%/Aws/data/iot/2015-05-28/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/iot/2015-05-28/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/iot/2015-05-28/paginators-1.json.php %%WWWDIR%%/Aws/data/iot/2015-05-28/smoke.json.php -%%WWWDIR%%/Aws/data/iot1click-devices/2018-05-14/api-2.json.php -%%WWWDIR%%/Aws/data/iot1click-devices/2018-05-14/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/iot1click-devices/2018-05-14/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/iot1click-projects/2018-05-14/api-2.json.php -%%WWWDIR%%/Aws/data/iot1click-projects/2018-05-14/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/iot1click-projects/2018-05-14/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/iot1click-projects/2018-05-14/paginators-1.json.php %%WWWDIR%%/Aws/data/iotanalytics/2017-11-27/api-2.json.php %%WWWDIR%%/Aws/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/iotanalytics/2017-11-27/endpoint-tests-1.json.php @@ -1857,6 +2204,8 @@ %%WWWDIR%%/Aws/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ivs-realtime/2020-07-14/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/ivs-realtime/2020-07-14/paginators-1.json.php +%%WWWDIR%%/Aws/data/ivs-realtime/2020-07-14/smoke.json.php +%%WWWDIR%%/Aws/data/ivs-realtime/2020-07-14/waiters-2.json.php %%WWWDIR%%/Aws/data/ivs/2020-07-14/api-2.json.php %%WWWDIR%%/Aws/data/ivs/2020-07-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ivs/2020-07-14/endpoint-tests-1.json.php @@ -1865,6 +2214,8 @@ %%WWWDIR%%/Aws/data/ivschat/2020-07-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ivschat/2020-07-14/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/ivschat/2020-07-14/paginators-1.json.php +%%WWWDIR%%/Aws/data/ivschat/2020-07-14/smoke.json.php +%%WWWDIR%%/Aws/data/ivschat/2020-07-14/waiters-2.json.php %%WWWDIR%%/Aws/data/kafka/2018-11-14/api-2.json.php %%WWWDIR%%/Aws/data/kafka/2018-11-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/kafka/2018-11-14/endpoint-tests-1.json.php @@ -1873,6 +2224,8 @@ %%WWWDIR%%/Aws/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/kafkaconnect/2021-09-14/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/kafkaconnect/2021-09-14/paginators-1.json.php +%%WWWDIR%%/Aws/data/kafkaconnect/2021-09-14/smoke.json.php +%%WWWDIR%%/Aws/data/kafkaconnect/2021-09-14/waiters-2.json.php %%WWWDIR%%/Aws/data/kendra-ranking/2022-10-19/api-2.json.php %%WWWDIR%%/Aws/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/kendra-ranking/2022-10-19/endpoint-tests-1.json.php @@ -1887,6 +2240,11 @@ %%WWWDIR%%/Aws/data/keyspaces/2022-02-10/paginators-1.json.php %%WWWDIR%%/Aws/data/keyspaces/2022-02-10/smoke.json.php %%WWWDIR%%/Aws/data/keyspaces/2022-02-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/keyspacesstreams/2024-09-09/api-2.json.php +%%WWWDIR%%/Aws/data/keyspacesstreams/2024-09-09/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/keyspacesstreams/2024-09-09/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/keyspacesstreams/2024-09-09/paginators-1.json.php +%%WWWDIR%%/Aws/data/keyspacesstreams/2024-09-09/smoke.json.php %%WWWDIR%%/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php %%WWWDIR%%/Aws/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/kinesis-video-archived-media/2017-09-30/endpoint-tests-1.json.php @@ -1936,6 +2294,10 @@ %%WWWDIR%%/Aws/data/lambda/2015-03-31/paginators-1.json.php %%WWWDIR%%/Aws/data/lambda/2015-03-31/smoke.json.php %%WWWDIR%%/Aws/data/lambda/2015-03-31/waiters-2.json.php +%%WWWDIR%%/Aws/data/launch-wizard/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/launch-wizard/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/launch-wizard/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/launch-wizard/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/lex-models/2017-04-19/api-2.json.php %%WWWDIR%%/Aws/data/lex-models/2017-04-19/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/lex-models/2017-04-19/endpoint-tests-1.json.php @@ -1948,6 +2310,8 @@ %%WWWDIR%%/Aws/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/license-manager-user-subscriptions/2018-05-10/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/license-manager-user-subscriptions/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/license-manager-user-subscriptions/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/license-manager/2018-08-01/api-2.json.php %%WWWDIR%%/Aws/data/license-manager/2018-08-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/license-manager/2018-08-01/endpoint-tests-1.json.php @@ -1987,24 +2351,46 @@ %%WWWDIR%%/Aws/data/machinelearning/2014-12-12/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/machinelearning/2014-12-12/paginators-1.json.php %%WWWDIR%%/Aws/data/machinelearning/2014-12-12/waiters-2.json.php -%%WWWDIR%%/Aws/data/macie/2017-12-19/api-2.json.php -%%WWWDIR%%/Aws/data/macie/2017-12-19/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/macie/2017-12-19/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/macie/2017-12-19/paginators-1.json.php %%WWWDIR%%/Aws/data/macie2/2020-01-01/api-2.json.php %%WWWDIR%%/Aws/data/macie2/2020-01-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/macie2/2020-01-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/macie2/2020-01-01/paginators-1.json.php %%WWWDIR%%/Aws/data/macie2/2020-01-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/mailmanager/2023-10-17/api-2.json.php +%%WWWDIR%%/Aws/data/mailmanager/2023-10-17/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/mailmanager/2023-10-17/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/mailmanager/2023-10-17/paginators-1.json.php +%%WWWDIR%%/Aws/data/mailmanager/2023-10-17/smoke.json.php +%%WWWDIR%%/Aws/data/mailmanager/2023-10-17/waiters-2.json.php +%%WWWDIR%%/Aws/data/managedblockchain-query/2023-05-04/api-2.json.php +%%WWWDIR%%/Aws/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/managedblockchain-query/2023-05-04/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/managedblockchain-query/2023-05-04/paginators-1.json.php +%%WWWDIR%%/Aws/data/managedblockchain-query/2023-05-04/smoke.json.php +%%WWWDIR%%/Aws/data/managedblockchain-query/2023-05-04/waiters-2.json.php %%WWWDIR%%/Aws/data/managedblockchain/2018-09-24/api-2.json.php %%WWWDIR%%/Aws/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/managedblockchain/2018-09-24/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/managedblockchain/2018-09-24/paginators-1.json.php %%WWWDIR%%/Aws/data/manifest.json.php +%%WWWDIR%%/Aws/data/marketplace-agreement/2020-03-01/api-2.json.php +%%WWWDIR%%/Aws/data/marketplace-agreement/2020-03-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/marketplace-agreement/2020-03-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/marketplace-agreement/2020-03-01/paginators-1.json.php %%WWWDIR%%/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php %%WWWDIR%%/Aws/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/marketplace-catalog/2018-09-17/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/marketplace-catalog/2018-09-17/paginators-1.json.php +%%WWWDIR%%/Aws/data/marketplace-deployment/2023-01-25/api-2.json.php +%%WWWDIR%%/Aws/data/marketplace-deployment/2023-01-25/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/marketplace-deployment/2023-01-25/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/marketplace-deployment/2023-01-25/paginators-1.json.php +%%WWWDIR%%/Aws/data/marketplace-reporting/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/marketplace-reporting/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/marketplace-reporting/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/marketplace-reporting/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/marketplace-reporting/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/marketplace-reporting/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php %%WWWDIR%%/Aws/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/marketplacecommerceanalytics/2015-07-01/endpoint-tests-1.json.php @@ -2014,6 +2400,7 @@ %%WWWDIR%%/Aws/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/mediaconnect/2018-11-14/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/mediaconnect/2018-11-14/paginators-1.json.php +%%WWWDIR%%/Aws/data/mediaconnect/2018-11-14/smoke.json.php %%WWWDIR%%/Aws/data/mediaconnect/2018-11-14/waiters-2.json.php %%WWWDIR%%/Aws/data/mediaconvert/2017-08-29/api-2.json.php %%WWWDIR%%/Aws/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json.php @@ -2050,6 +2437,12 @@ %%WWWDIR%%/Aws/data/mediatailor/2018-04-23/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/mediatailor/2018-04-23/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/mediatailor/2018-04-23/paginators-1.json.php +%%WWWDIR%%/Aws/data/medical-imaging/2023-07-19/api-2.json.php +%%WWWDIR%%/Aws/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/medical-imaging/2023-07-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/medical-imaging/2023-07-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/medical-imaging/2023-07-19/smoke.json.php +%%WWWDIR%%/Aws/data/medical-imaging/2023-07-19/waiters-2.json.php %%WWWDIR%%/Aws/data/memorydb/2021-01-01/api-2.json.php %%WWWDIR%%/Aws/data/memorydb/2021-01-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/memorydb/2021-01-01/endpoint-tests-1.json.php @@ -2084,10 +2477,6 @@ %%WWWDIR%%/Aws/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/migrationhubstrategy/2020-02-19/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/migrationhubstrategy/2020-02-19/paginators-1.json.php -%%WWWDIR%%/Aws/data/mobile/2017-07-01/api-2.json.php -%%WWWDIR%%/Aws/data/mobile/2017-07-01/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/mobile/2017-07-01/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/mobile/2017-07-01/paginators-1.json.php %%WWWDIR%%/Aws/data/models.lex.v2/2020-08-07/api-2.json.php %%WWWDIR%%/Aws/data/models.lex.v2/2020-08-07/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/models.lex.v2/2020-08-07/endpoint-tests-1.json.php @@ -2099,6 +2488,12 @@ %%WWWDIR%%/Aws/data/monitoring/2010-08-01/paginators-1.json.php %%WWWDIR%%/Aws/data/monitoring/2010-08-01/smoke.json.php %%WWWDIR%%/Aws/data/monitoring/2010-08-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/mpa/2022-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/mpa/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/mpa/2022-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/mpa/2022-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/mpa/2022-07-26/smoke.json.php +%%WWWDIR%%/Aws/data/mpa/2022-07-26/waiters-2.json.php %%WWWDIR%%/Aws/data/mq/2017-11-27/api-2.json.php %%WWWDIR%%/Aws/data/mq/2017-11-27/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/mq/2017-11-27/endpoint-tests-1.json.php @@ -2112,29 +2507,69 @@ %%WWWDIR%%/Aws/data/mwaa/2020-07-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/mwaa/2020-07-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/mwaa/2020-07-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/neptune-graph/2023-11-29/api-2.json.php +%%WWWDIR%%/Aws/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/neptune-graph/2023-11-29/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/neptune-graph/2023-11-29/paginators-1.json.php +%%WWWDIR%%/Aws/data/neptune-graph/2023-11-29/waiters-2.json.php %%WWWDIR%%/Aws/data/neptune/2014-10-31/api-2.json.php %%WWWDIR%%/Aws/data/neptune/2014-10-31/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/neptune/2014-10-31/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/neptune/2014-10-31/paginators-1.json.php %%WWWDIR%%/Aws/data/neptune/2014-10-31/smoke.json.php %%WWWDIR%%/Aws/data/neptune/2014-10-31/waiters-2.json.php +%%WWWDIR%%/Aws/data/neptunedata/2023-08-01/api-2.json.php +%%WWWDIR%%/Aws/data/neptunedata/2023-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/neptunedata/2023-08-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/neptunedata/2023-08-01/paginators-1.json.php %%WWWDIR%%/Aws/data/network-firewall/2020-11-12/api-2.json.php %%WWWDIR%%/Aws/data/network-firewall/2020-11-12/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/network-firewall/2020-11-12/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/network-firewall/2020-11-12/paginators-1.json.php +%%WWWDIR%%/Aws/data/networkflowmonitor/2023-04-19/api-2.json.php +%%WWWDIR%%/Aws/data/networkflowmonitor/2023-04-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/networkflowmonitor/2023-04-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/networkflowmonitor/2023-04-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/networkflowmonitor/2023-04-19/smoke.json.php +%%WWWDIR%%/Aws/data/networkflowmonitor/2023-04-19/waiters-2.json.php %%WWWDIR%%/Aws/data/networkmanager/2019-07-05/api-2.json.php %%WWWDIR%%/Aws/data/networkmanager/2019-07-05/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/networkmanager/2019-07-05/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/networkmanager/2019-07-05/paginators-1.json.php -%%WWWDIR%%/Aws/data/nimble/2020-08-01/api-2.json.php -%%WWWDIR%%/Aws/data/nimble/2020-08-01/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/nimble/2020-08-01/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/nimble/2020-08-01/paginators-1.json.php -%%WWWDIR%%/Aws/data/nimble/2020-08-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/networkmonitor/2023-08-01/api-2.json.php +%%WWWDIR%%/Aws/data/networkmonitor/2023-08-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/networkmonitor/2023-08-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/networkmonitor/2023-08-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/networkmonitor/2023-08-01/smoke.json.php +%%WWWDIR%%/Aws/data/networkmonitor/2023-08-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/notifications/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/notifications/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/notifications/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/notifications/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/notifications/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/notifications/2018-05-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/notificationscontacts/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/notificationscontacts/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/notificationscontacts/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/notificationscontacts/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/notificationscontacts/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/notificationscontacts/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/oam/2022-06-10/api-2.json.php %%WWWDIR%%/Aws/data/oam/2022-06-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/oam/2022-06-10/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/oam/2022-06-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/observabilityadmin/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/observabilityadmin/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/observabilityadmin/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/observabilityadmin/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/observabilityadmin/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/observabilityadmin/2018-05-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/odb/2024-08-20/api-2.json.php +%%WWWDIR%%/Aws/data/odb/2024-08-20/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/odb/2024-08-20/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/odb/2024-08-20/paginators-1.json.php +%%WWWDIR%%/Aws/data/odb/2024-08-20/smoke.json.php +%%WWWDIR%%/Aws/data/odb/2024-08-20/waiters-2.json.php %%WWWDIR%%/Aws/data/omics/2022-11-28/api-2.json.php %%WWWDIR%%/Aws/data/omics/2022-11-28/defaults-1.json.php %%WWWDIR%%/Aws/data/omics/2022-11-28/endpoint-rule-set-1.json.php @@ -2151,17 +2586,8 @@ %%WWWDIR%%/Aws/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/opensearchserverless/2021-11-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/opensearchserverless/2021-11-01/paginators-1.json.php -%%WWWDIR%%/Aws/data/opsworks/2013-02-18/api-2.json.php -%%WWWDIR%%/Aws/data/opsworks/2013-02-18/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/opsworks/2013-02-18/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/opsworks/2013-02-18/paginators-1.json.php -%%WWWDIR%%/Aws/data/opsworks/2013-02-18/smoke.json.php -%%WWWDIR%%/Aws/data/opsworks/2013-02-18/waiters-2.json.php -%%WWWDIR%%/Aws/data/opsworkscm/2016-11-01/api-2.json.php -%%WWWDIR%%/Aws/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/opsworkscm/2016-11-01/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php -%%WWWDIR%%/Aws/data/opsworkscm/2016-11-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/opensearchserverless/2021-11-01/smoke.json.php +%%WWWDIR%%/Aws/data/opensearchserverless/2021-11-01/waiters-2.json.php %%WWWDIR%%/Aws/data/organizations/2016-11-28/api-2.json.php %%WWWDIR%%/Aws/data/organizations/2016-11-28/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/organizations/2016-11-28/endpoint-tests-1.json.php @@ -2179,14 +2605,40 @@ %%WWWDIR%%/Aws/data/panorama/2019-07-24/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/panorama/2019-07-24/paginators-1.json.php %%WWWDIR%%/Aws/data/partitions.json.php +%%WWWDIR%%/Aws/data/partnercentral-selling/2022-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/partnercentral-selling/2022-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/partnercentral-selling/2022-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/partnercentral-selling/2022-07-26/smoke.json.php +%%WWWDIR%%/Aws/data/partnercentral-selling/2022-07-26/waiters-2.json.php %%WWWDIR%%/Aws/data/payment-cryptography-data/2022-02-03/api-2.json.php %%WWWDIR%%/Aws/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/payment-cryptography-data/2022-02-03/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/payment-cryptography-data/2022-02-03/paginators-1.json.php +%%WWWDIR%%/Aws/data/payment-cryptography-data/2022-02-03/smoke.json.php +%%WWWDIR%%/Aws/data/payment-cryptography-data/2022-02-03/waiters-2.json.php %%WWWDIR%%/Aws/data/payment-cryptography/2021-09-14/api-2.json.php %%WWWDIR%%/Aws/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/payment-cryptography/2021-09-14/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/payment-cryptography/2021-09-14/paginators-1.json.php +%%WWWDIR%%/Aws/data/payment-cryptography/2021-09-14/smoke.json.php +%%WWWDIR%%/Aws/data/payment-cryptography/2021-09-14/waiters-2.json.php +%%WWWDIR%%/Aws/data/pca-connector-ad/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/pca-connector-ad/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/pca-connector-ad/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/pca-connector-scep/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/pca-connector-scep/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/pca-connector-scep/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/pca-connector-scep/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/pca-connector-scep/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/pca-connector-scep/2018-05-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/pcs/2023-02-10/api-2.json.php +%%WWWDIR%%/Aws/data/pcs/2023-02-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/pcs/2023-02-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/pcs/2023-02-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/pcs/2023-02-10/smoke.json.php +%%WWWDIR%%/Aws/data/pcs/2023-02-10/waiters-2.json.php %%WWWDIR%%/Aws/data/personalize-events/2018-03-22/api-2.json.php %%WWWDIR%%/Aws/data/personalize-events/2018-03-22/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/personalize-events/2018-03-22/endpoint-tests-1.json.php @@ -2220,6 +2672,8 @@ %%WWWDIR%%/Aws/data/pipes/2015-10-07/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/pipes/2015-10-07/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/pipes/2015-10-07/paginators-1.json.php +%%WWWDIR%%/Aws/data/pipes/2015-10-07/smoke.json.php +%%WWWDIR%%/Aws/data/pipes/2015-10-07/waiters-2.json.php %%WWWDIR%%/Aws/data/polly/2016-06-10/api-2.json.php %%WWWDIR%%/Aws/data/polly/2016-06-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/polly/2016-06-10/endpoint-tests-1.json.php @@ -2231,16 +2685,29 @@ %%WWWDIR%%/Aws/data/pricing/2017-10-15/paginators-1.json.php %%WWWDIR%%/Aws/data/pricing/2017-10-15/smoke.json.php %%WWWDIR%%/Aws/data/pricing/2017-10-15/waiters-2.json.php -%%WWWDIR%%/Aws/data/privatenetworks/2021-12-03/api-2.json.php -%%WWWDIR%%/Aws/data/privatenetworks/2021-12-03/defaults-1.json.php -%%WWWDIR%%/Aws/data/privatenetworks/2021-12-03/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/privatenetworks/2021-12-03/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/privatenetworks/2021-12-03/paginators-1.json.php %%WWWDIR%%/Aws/data/proton/2020-07-20/api-2.json.php %%WWWDIR%%/Aws/data/proton/2020-07-20/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/proton/2020-07-20/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/proton/2020-07-20/paginators-1.json.php %%WWWDIR%%/Aws/data/proton/2020-07-20/waiters-2.json.php +%%WWWDIR%%/Aws/data/qapps/2023-11-27/api-2.json.php +%%WWWDIR%%/Aws/data/qapps/2023-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/qapps/2023-11-27/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/qapps/2023-11-27/paginators-1.json.php +%%WWWDIR%%/Aws/data/qapps/2023-11-27/smoke.json.php +%%WWWDIR%%/Aws/data/qapps/2023-11-27/waiters-2.json.php +%%WWWDIR%%/Aws/data/qbusiness/2023-11-27/api-2.json.php +%%WWWDIR%%/Aws/data/qbusiness/2023-11-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/qbusiness/2023-11-27/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/qbusiness/2023-11-27/paginators-1.json.php +%%WWWDIR%%/Aws/data/qbusiness/2023-11-27/smoke.json.php +%%WWWDIR%%/Aws/data/qbusiness/2023-11-27/waiters-2.json.php +%%WWWDIR%%/Aws/data/qconnect/2020-10-19/api-2.json.php +%%WWWDIR%%/Aws/data/qconnect/2020-10-19/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/qconnect/2020-10-19/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/qconnect/2020-10-19/paginators-1.json.php +%%WWWDIR%%/Aws/data/qconnect/2020-10-19/smoke.json.php +%%WWWDIR%%/Aws/data/qconnect/2020-10-19/waiters-2.json.php %%WWWDIR%%/Aws/data/qldb-session/2019-07-11/api-2.json.php %%WWWDIR%%/Aws/data/qldb-session/2019-07-11/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/qldb-session/2019-07-11/endpoint-tests-1.json.php @@ -2298,6 +2765,12 @@ %%WWWDIR%%/Aws/data/rekognition/2016-06-27/paginators-1.json.php %%WWWDIR%%/Aws/data/rekognition/2016-06-27/smoke.json.php %%WWWDIR%%/Aws/data/rekognition/2016-06-27/waiters-2.json.php +%%WWWDIR%%/Aws/data/repostspace/2022-05-13/api-2.json.php +%%WWWDIR%%/Aws/data/repostspace/2022-05-13/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/repostspace/2022-05-13/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/repostspace/2022-05-13/paginators-1.json.php +%%WWWDIR%%/Aws/data/repostspace/2022-05-13/smoke.json.php +%%WWWDIR%%/Aws/data/repostspace/2022-05-13/waiters-2.json.php %%WWWDIR%%/Aws/data/resiliencehub/2020-04-30/api-2.json.php %%WWWDIR%%/Aws/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/resiliencehub/2020-04-30/endpoint-tests-1.json.php @@ -2306,6 +2779,8 @@ %%WWWDIR%%/Aws/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/resource-explorer-2/2022-07-28/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/resource-explorer-2/2022-07-28/paginators-1.json.php +%%WWWDIR%%/Aws/data/resource-explorer-2/2022-07-28/smoke.json.php +%%WWWDIR%%/Aws/data/resource-explorer-2/2022-07-28/waiters-2.json.php %%WWWDIR%%/Aws/data/resource-groups/2017-11-27/api-2.json.php %%WWWDIR%%/Aws/data/resource-groups/2017-11-27/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/resource-groups/2017-11-27/endpoint-tests-1.json.php @@ -2346,6 +2821,10 @@ %%WWWDIR%%/Aws/data/route53domains/2014-05-15/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/route53domains/2014-05-15/paginators-1.json.php %%WWWDIR%%/Aws/data/route53domains/2014-05-15/smoke.json.php +%%WWWDIR%%/Aws/data/route53profiles/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/route53profiles/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/route53profiles/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/route53profiles/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/route53resolver/2018-04-01/api-2.json.php %%WWWDIR%%/Aws/data/route53resolver/2018-04-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/route53resolver/2018-04-01/endpoint-tests-1.json.php @@ -2382,6 +2861,18 @@ %%WWWDIR%%/Aws/data/s3outposts/2017-07-25/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/s3outposts/2017-07-25/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/s3outposts/2017-07-25/paginators-1.json.php +%%WWWDIR%%/Aws/data/s3tables/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/s3tables/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/s3tables/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/s3tables/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/s3tables/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/s3tables/2018-05-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/s3vectors/2025-07-15/api-2.json.php +%%WWWDIR%%/Aws/data/s3vectors/2025-07-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/s3vectors/2025-07-15/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/s3vectors/2025-07-15/paginators-1.json.php +%%WWWDIR%%/Aws/data/s3vectors/2025-07-15/smoke.json.php +%%WWWDIR%%/Aws/data/s3vectors/2025-07-15/waiters-2.json.php %%WWWDIR%%/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php %%WWWDIR%%/Aws/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/sagemaker-a2i-runtime/2019-11-07/endpoint-tests-1.json.php @@ -2426,6 +2917,12 @@ %%WWWDIR%%/Aws/data/secretsmanager/2017-10-17/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/secretsmanager/2017-10-17/paginators-1.json.php %%WWWDIR%%/Aws/data/secretsmanager/2017-10-17/smoke.json.php +%%WWWDIR%%/Aws/data/security-ir/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/security-ir/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/security-ir/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/security-ir/2018-05-10/paginators-1.json.php +%%WWWDIR%%/Aws/data/security-ir/2018-05-10/smoke.json.php +%%WWWDIR%%/Aws/data/security-ir/2018-05-10/waiters-2.json.php %%WWWDIR%%/Aws/data/securityhub/2018-10-26/api-2.json.php %%WWWDIR%%/Aws/data/securityhub/2018-10-26/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/securityhub/2018-10-26/endpoint-tests-1.json.php @@ -2476,11 +2973,6 @@ %%WWWDIR%%/Aws/data/sms-voice/2018-09-05/api-2.json.php %%WWWDIR%%/Aws/data/sms-voice/2018-09-05/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/sms-voice/2018-09-05/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/sms/2016-10-24/api-2.json.php -%%WWWDIR%%/Aws/data/sms/2016-10-24/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/sms/2016-10-24/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/sms/2016-10-24/paginators-1.json.php -%%WWWDIR%%/Aws/data/sms/2016-10-24/smoke.json.php %%WWWDIR%%/Aws/data/snow-device-management/2021-08-04/api-2.json.php %%WWWDIR%%/Aws/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/snow-device-management/2021-08-04/endpoint-tests-1.json.php @@ -2495,6 +2987,10 @@ %%WWWDIR%%/Aws/data/sns/2010-03-31/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/sns/2010-03-31/paginators-1.json.php %%WWWDIR%%/Aws/data/sns/2010-03-31/smoke.json.php +%%WWWDIR%%/Aws/data/socialmessaging/2024-01-01/api-2.json.php +%%WWWDIR%%/Aws/data/socialmessaging/2024-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/socialmessaging/2024-01-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/socialmessaging/2024-01-01/paginators-1.json.php %%WWWDIR%%/Aws/data/sqs/2012-11-05/api-2.json.php %%WWWDIR%%/Aws/data/sqs/2012-11-05/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/sqs/2012-11-05/endpoint-tests-1.json.php @@ -2505,11 +3001,19 @@ %%WWWDIR%%/Aws/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ssm-contacts/2021-05-03/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/ssm-contacts/2021-05-03/paginators-1.json.php +%%WWWDIR%%/Aws/data/ssm-guiconnect/2021-05-01/api-2.json.php +%%WWWDIR%%/Aws/data/ssm-guiconnect/2021-05-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/ssm-guiconnect/2021-05-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/ssm-guiconnect/2021-05-01/paginators-1.json.php %%WWWDIR%%/Aws/data/ssm-incidents/2018-05-10/api-2.json.php %%WWWDIR%%/Aws/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ssm-incidents/2018-05-10/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/ssm-incidents/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/ssm-incidents/2018-05-10/waiters-2.json.php +%%WWWDIR%%/Aws/data/ssm-quicksetup/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/ssm-quicksetup/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/ssm-quicksetup/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/ssm-quicksetup/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/ssm-sap/2018-05-10/api-2.json.php %%WWWDIR%%/Aws/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/ssm-sap/2018-05-10/endpoint-tests-1.json.php @@ -2524,6 +3028,8 @@ %%WWWDIR%%/Aws/data/sso-admin/2020-07-20/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/sso-admin/2020-07-20/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/sso-admin/2020-07-20/paginators-1.json.php +%%WWWDIR%%/Aws/data/sso-admin/2020-07-20/smoke.json.php +%%WWWDIR%%/Aws/data/sso-admin/2020-07-20/waiters-2.json.php %%WWWDIR%%/Aws/data/sso-oidc/2019-06-10/api-2.json.php %%WWWDIR%%/Aws/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/sso-oidc/2019-06-10/endpoint-tests-1.json.php @@ -2550,6 +3056,10 @@ %%WWWDIR%%/Aws/data/sts/2011-06-15/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/sts/2011-06-15/paginators-1.json.php %%WWWDIR%%/Aws/data/sts/2011-06-15/smoke.json.php +%%WWWDIR%%/Aws/data/supplychain/2024-01-01/api-2.json.php +%%WWWDIR%%/Aws/data/supplychain/2024-01-01/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/supplychain/2024-01-01/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/supplychain/2024-01-01/paginators-1.json.php %%WWWDIR%%/Aws/data/support-app/2021-08-20/api-2.json.php %%WWWDIR%%/Aws/data/support-app/2021-08-20/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/support-app/2021-08-20/endpoint-tests-1.json.php @@ -2568,10 +3078,18 @@ %%WWWDIR%%/Aws/data/synthetics/2017-10-11/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/synthetics/2017-10-11/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/synthetics/2017-10-11/paginators-1.json.php +%%WWWDIR%%/Aws/data/taxsettings/2018-05-10/api-2.json.php +%%WWWDIR%%/Aws/data/taxsettings/2018-05-10/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/taxsettings/2018-05-10/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/taxsettings/2018-05-10/paginators-1.json.php %%WWWDIR%%/Aws/data/textract/2018-06-27/api-2.json.php %%WWWDIR%%/Aws/data/textract/2018-06-27/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/textract/2018-06-27/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/textract/2018-06-27/paginators-1.json.php +%%WWWDIR%%/Aws/data/timestream-influxdb/2023-01-27/api-2.json.php +%%WWWDIR%%/Aws/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/timestream-influxdb/2023-01-27/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/timestream-influxdb/2023-01-27/paginators-1.json.php %%WWWDIR%%/Aws/data/timestream-query/2018-11-01/api-2.json.php %%WWWDIR%%/Aws/data/timestream-query/2018-11-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/timestream-query/2018-11-01/endpoint-tests-1.json.php @@ -2598,6 +3116,10 @@ %%WWWDIR%%/Aws/data/translate/2017-07-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/translate/2017-07-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/translate/2017-07-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/trustedadvisor/2022-09-15/api-2.json.php +%%WWWDIR%%/Aws/data/trustedadvisor/2022-09-15/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/trustedadvisor/2022-09-15/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/trustedadvisor/2022-09-15/paginators-1.json.php %%WWWDIR%%/Aws/data/verifiedpermissions/2021-12-01/api-2.json.php %%WWWDIR%%/Aws/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/verifiedpermissions/2021-12-01/endpoint-tests-1.json.php @@ -2612,6 +3134,8 @@ %%WWWDIR%%/Aws/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/vpc-lattice/2022-11-30/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/vpc-lattice/2022-11-30/paginators-1.json.php +%%WWWDIR%%/Aws/data/vpc-lattice/2022-11-30/smoke.json.php +%%WWWDIR%%/Aws/data/vpc-lattice/2022-11-30/waiters-2.json.php %%WWWDIR%%/Aws/data/waf-regional/2016-11-28/api-2.json.php %%WWWDIR%%/Aws/data/waf-regional/2016-11-28/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/waf-regional/2016-11-28/endpoint-tests-1.json.php @@ -2639,10 +3163,6 @@ %%WWWDIR%%/Aws/data/workdocs/2016-05-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/workdocs/2016-05-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/workdocs/2016-05-01/paginators-1.json.php -%%WWWDIR%%/Aws/data/worklink/2018-09-25/api-2.json.php -%%WWWDIR%%/Aws/data/worklink/2018-09-25/endpoint-rule-set-1.json.php -%%WWWDIR%%/Aws/data/worklink/2018-09-25/endpoint-tests-1.json.php -%%WWWDIR%%/Aws/data/worklink/2018-09-25/paginators-1.json.php %%WWWDIR%%/Aws/data/workmail/2017-10-01/api-2.json.php %%WWWDIR%%/Aws/data/workmail/2017-10-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/workmail/2017-10-01/endpoint-tests-1.json.php @@ -2651,10 +3171,22 @@ %%WWWDIR%%/Aws/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/workmailmessageflow/2019-05-01/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/workmailmessageflow/2019-05-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/workspaces-instances/2022-07-26/api-2.json.php +%%WWWDIR%%/Aws/data/workspaces-instances/2022-07-26/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/workspaces-instances/2022-07-26/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/workspaces-instances/2022-07-26/paginators-1.json.php +%%WWWDIR%%/Aws/data/workspaces-instances/2022-07-26/smoke.json.php +%%WWWDIR%%/Aws/data/workspaces-instances/2022-07-26/waiters-2.json.php +%%WWWDIR%%/Aws/data/workspaces-thin-client/2023-08-22/api-2.json.php +%%WWWDIR%%/Aws/data/workspaces-thin-client/2023-08-22/endpoint-rule-set-1.json.php +%%WWWDIR%%/Aws/data/workspaces-thin-client/2023-08-22/endpoint-tests-1.json.php +%%WWWDIR%%/Aws/data/workspaces-thin-client/2023-08-22/paginators-1.json.php %%WWWDIR%%/Aws/data/workspaces-web/2020-07-08/api-2.json.php %%WWWDIR%%/Aws/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/workspaces-web/2020-07-08/endpoint-tests-1.json.php %%WWWDIR%%/Aws/data/workspaces-web/2020-07-08/paginators-1.json.php +%%WWWDIR%%/Aws/data/workspaces-web/2020-07-08/smoke.json.php +%%WWWDIR%%/Aws/data/workspaces-web/2020-07-08/waiters-2.json.php %%WWWDIR%%/Aws/data/workspaces/2015-04-08/api-2.json.php %%WWWDIR%%/Aws/data/workspaces/2015-04-08/endpoint-rule-set-1.json.php %%WWWDIR%%/Aws/data/workspaces/2015-04-08/endpoint-tests-1.json.php @@ -2680,8 +3212,11 @@ %%WWWDIR%%/Aws/signer/Exception/signerException.php %%WWWDIR%%/Aws/signer/signerClient.php %%WWWDIR%%/CHANGELOG.md +%%WWWDIR%%/GuzzleHttp/BodySummarizer.php +%%WWWDIR%%/GuzzleHttp/BodySummarizerInterface.php %%WWWDIR%%/GuzzleHttp/Client.php %%WWWDIR%%/GuzzleHttp/ClientInterface.php +%%WWWDIR%%/GuzzleHttp/ClientTrait.php %%WWWDIR%%/GuzzleHttp/Cookie/CookieJar.php %%WWWDIR%%/GuzzleHttp/Cookie/CookieJarInterface.php %%WWWDIR%%/GuzzleHttp/Cookie/FileCookieJar.php @@ -2693,7 +3228,6 @@ %%WWWDIR%%/GuzzleHttp/Exception/GuzzleException.php %%WWWDIR%%/GuzzleHttp/Exception/InvalidArgumentException.php %%WWWDIR%%/GuzzleHttp/Exception/RequestException.php -%%WWWDIR%%/GuzzleHttp/Exception/SeekException.php %%WWWDIR%%/GuzzleHttp/Exception/ServerException.php %%WWWDIR%%/GuzzleHttp/Exception/TooManyRedirectsException.php %%WWWDIR%%/GuzzleHttp/Exception/TransferException.php @@ -2702,11 +3236,13 @@ %%WWWDIR%%/GuzzleHttp/Handler/CurlHandler.php %%WWWDIR%%/GuzzleHttp/Handler/CurlMultiHandler.php %%WWWDIR%%/GuzzleHttp/Handler/EasyHandle.php +%%WWWDIR%%/GuzzleHttp/Handler/HeaderProcessor.php %%WWWDIR%%/GuzzleHttp/Handler/MockHandler.php %%WWWDIR%%/GuzzleHttp/Handler/Proxy.php %%WWWDIR%%/GuzzleHttp/Handler/StreamHandler.php %%WWWDIR%%/GuzzleHttp/HandlerStack.php %%WWWDIR%%/GuzzleHttp/MessageFormatter.php +%%WWWDIR%%/GuzzleHttp/MessageFormatterInterface.php %%WWWDIR%%/GuzzleHttp/Middleware.php %%WWWDIR%%/GuzzleHttp/Pool.php %%WWWDIR%%/GuzzleHttp/PrepareBodyMiddleware.php @@ -2726,14 +3262,14 @@ %%WWWDIR%%/GuzzleHttp/Promise/TaskQueue.php %%WWWDIR%%/GuzzleHttp/Promise/TaskQueueInterface.php %%WWWDIR%%/GuzzleHttp/Promise/Utils.php -%%WWWDIR%%/GuzzleHttp/Promise/functions.php -%%WWWDIR%%/GuzzleHttp/Promise/functions_include.php %%WWWDIR%%/GuzzleHttp/Psr7/AppendStream.php %%WWWDIR%%/GuzzleHttp/Psr7/BufferStream.php %%WWWDIR%%/GuzzleHttp/Psr7/CachingStream.php %%WWWDIR%%/GuzzleHttp/Psr7/DroppingStream.php +%%WWWDIR%%/GuzzleHttp/Psr7/Exception/MalformedUriException.php %%WWWDIR%%/GuzzleHttp/Psr7/FnStream.php %%WWWDIR%%/GuzzleHttp/Psr7/Header.php +%%WWWDIR%%/GuzzleHttp/Psr7/HttpFactory.php %%WWWDIR%%/GuzzleHttp/Psr7/InflateStream.php %%WWWDIR%%/GuzzleHttp/Psr7/LazyOpenStream.php %%WWWDIR%%/GuzzleHttp/Psr7/LimitStream.php @@ -2757,13 +3293,10 @@ %%WWWDIR%%/GuzzleHttp/Psr7/UriNormalizer.php %%WWWDIR%%/GuzzleHttp/Psr7/UriResolver.php %%WWWDIR%%/GuzzleHttp/Psr7/Utils.php -%%WWWDIR%%/GuzzleHttp/Psr7/functions.php -%%WWWDIR%%/GuzzleHttp/Psr7/functions_include.php %%WWWDIR%%/GuzzleHttp/RedirectMiddleware.php %%WWWDIR%%/GuzzleHttp/RequestOptions.php %%WWWDIR%%/GuzzleHttp/RetryMiddleware.php %%WWWDIR%%/GuzzleHttp/TransferStats.php -%%WWWDIR%%/GuzzleHttp/UriTemplate.php %%WWWDIR%%/GuzzleHttp/Utils.php %%WWWDIR%%/GuzzleHttp/functions.php %%WWWDIR%%/GuzzleHttp/functions_include.php @@ -2781,6 +3314,10 @@ %%WWWDIR%%/JmesPath/Utils.php %%WWWDIR%%/LICENSE %%WWWDIR%%/NOTICE +%%WWWDIR%%/Psr/Http/Client/ClientExceptionInterface.php +%%WWWDIR%%/Psr/Http/Client/ClientInterface.php +%%WWWDIR%%/Psr/Http/Client/NetworkExceptionInterface.php +%%WWWDIR%%/Psr/Http/Client/RequestExceptionInterface.php %%WWWDIR%%/Psr/Http/Message/MessageInterface.php %%WWWDIR%%/Psr/Http/Message/RequestInterface.php %%WWWDIR%%/Psr/Http/Message/ResponseInterface.php @@ -2789,17 +3326,4 @@ %%WWWDIR%%/Psr/Http/Message/UploadedFileInterface.php %%WWWDIR%%/Psr/Http/Message/UriInterface.php %%WWWDIR%%/README.md -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Idn.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Info.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/LICENSE -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/DisallowedRanges.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/Regex.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/deviation.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/disallowed.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/disallowed_STD3_mapped.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/disallowed_STD3_valid.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/ignored.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/mapped.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/Resources/unidata/virama.php -%%WWWDIR%%/Symfony/Polyfill/Intl/Idn/bootstrap.php %%WWWDIR%%/aws-autoloader.php diff --git a/devel/bazel-buildtools/Makefile b/devel/bazel-buildtools/Makefile index 751672bcbcb6..ba9e68fa9035 100644 --- a/devel/bazel-buildtools/Makefile +++ b/devel/bazel-buildtools/Makefile @@ -1,6 +1,6 @@ PORTNAME= bazel-buildtools DISTVERSION= 3.2.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/buf/Makefile b/devel/buf/Makefile index 1a844eaf37c5..c6317148d3ba 100644 --- a/devel/buf/Makefile +++ b/devel/buf/Makefile @@ -1,7 +1,7 @@ PORTNAME= buf DISTVERSIONPREFIX= v DISTVERSION= 1.32.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/buildkite-agent/Makefile b/devel/buildkite-agent/Makefile index c07427a88735..8095975dd61d 100644 --- a/devel/buildkite-agent/Makefile +++ b/devel/buildkite-agent/Makefile @@ -1,7 +1,7 @@ PORTNAME= buildkite-agent DISTVERSIONPREFIX= v DISTVERSION= 3.103.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel sysutils MAINTAINER= dch@FreeBSD.org diff --git a/devel/buildkite-cli/Makefile b/devel/buildkite-cli/Makefile index 62ef0e7058d9..6807ad39ef10 100644 --- a/devel/buildkite-cli/Makefile +++ b/devel/buildkite-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= buildkite-cli DISTVERSIONPREFIX= v DISTVERSION= 3.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel sysutils MAINTAINER= dch@FreeBSD.org diff --git a/devel/chroma/Makefile b/devel/chroma/Makefile index ef00f0a3148d..289c793f7118 100644 --- a/devel/chroma/Makefile +++ b/devel/chroma/Makefile @@ -1,7 +1,7 @@ PORTNAME= chroma DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= devel PKGNAMESUFFIX= -syntax-highlighter diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 1713aa279988..1fc063009445 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v DISTVERSION= 0.155.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/delve/Makefile b/devel/delve/Makefile index 28d12b286894..b4f4905fcd86 100644 --- a/devel/delve/Makefile +++ b/devel/delve/Makefile @@ -1,6 +1,7 @@ PORTNAME= delve DISTVERSIONPREFIX= v DISTVERSION= 1.25.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= dmitry.wagin@ya.ru diff --git a/devel/dupl/Makefile b/devel/dupl/Makefile index d91d568e3c6c..95c09cb509c0 100644 --- a/devel/dupl/Makefile +++ b/devel/dupl/Makefile @@ -2,7 +2,7 @@ PORTNAME= dupl DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-11 DISTVERSIONSUFFIX= -g28d787e -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dwarf2json/Makefile b/devel/dwarf2json/Makefile index a3b5fd82545e..ea857ebfcf7e 100644 --- a/devel/dwarf2json/Makefile +++ b/devel/dwarf2json/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwarf2json DISTVERSION= g20220807 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= devel MAINTAINER= antoine@FreeBSD.org diff --git a/devel/esbuild/Makefile b/devel/esbuild/Makefile index 2f9225028d35..a3fbf04ff1cc 100644 --- a/devel/esbuild/Makefile +++ b/devel/esbuild/Makefile @@ -1,7 +1,7 @@ PORTNAME= esbuild DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel www # also bump & test ESBUILD_VERSION in net-im/signal-desktop diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile index 93bfd18c31c2..48ddf0dbf62f 100644 --- a/devel/etcd/Makefile +++ b/devel/etcd/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel PKGNAMEPREFIX= coreos- diff --git a/devel/forgejo-runner/Makefile b/devel/forgejo-runner/Makefile index 4201bc2c0741..bf2a6bede3e2 100644 --- a/devel/forgejo-runner/Makefile +++ b/devel/forgejo-runner/Makefile @@ -1,7 +1,7 @@ PORTNAME= act_runner DISTVERSIONPREFIX= v DISTVERSION= 9.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= forgejo- diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 72cf19381b73..709963f0f0eb 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,6 +1,6 @@ PORTNAME= fossil DISTVERSIONPREFIX= src- -DISTVERSION= 2.26 +DISTVERSION= 2.27 PORTEPOCH= 2 CATEGORIES= devel www MASTER_SITES= https://fossil-scm.org/home/tarball/version-${DISTVERSION}/ @@ -18,24 +18,20 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${DISTVERSION} CPE_VENDOR= fossil-scm HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --with-openssl=${OPENSSLBASE} +CONFIGURE_ARGS= --prefix=${PREFIX} --with-openssl=${OPENSSLBASE} \ + --with-th1-hooks --with-th1-docs USE_RC_SUBR= fossil MAKE_JOBS_UNSAFE=yes PLIST_FILES= bin/fossil share/man/man1/fossil.1.gz -OPTIONS_DEFINE= JSON FUSE STATIC TH1HOOKS TCL -OPTIONS_DEFAULT=JSON -JSON_DESC= JSON API support +OPTIONS_DEFINE= FUSE STATIC TCL FUSE_DESC= Enable fossil fusefs command -TH1HOOKS_DESC= Enable TH1 command and web page hooks TCL_DESC= Enable Tcl integration -JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static STATIC_LDFLAGS= -pthread FUSE_CONFIGURE_OFF= --disable-fusefs -TH1HOOKS_CONFIGURE_ON= --with-th1-hooks TCL_CONFIGURE_ON= --with-tcl-stubs --with-tcl=${TCL_LIBDIR} TCL_USES= tcl TCL_CFLAGS= -DTCL_LIBRARY_NAME=\\\"libtcl${TCL_SHLIB_VER}.so\\\" \ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 83c32444e08a..f977c7969dd2 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746186194 -SHA256 (fossil-src-2.26.tar.gz) = a9be104c8055ada40985a158392d73f3c84829accb5b5d404e361fea360774c2 -SIZE (fossil-src-2.26.tar.gz) = 7149081 +TIMESTAMP = 1760341835 +SHA256 (fossil-src-2.27.tar.gz) = 0405a96ba4d286b46fb5c3217d6c13391a2c637da90c51a927ee0c31c58f9064 +SIZE (fossil-src-2.27.tar.gz) = 7181357 diff --git a/devel/gh/Makefile b/devel/gh/Makefile index f7d1229a3ee1..83a45f0acafc 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -1,7 +1,7 @@ PORTNAME= gh DISTVERSIONPREFIX= v DISTVERSION= 2.79.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/ghq/Makefile b/devel/ghq/Makefile index a046268cc71f..bd8398f98d2a 100644 --- a/devel/ghq/Makefile +++ b/devel/ghq/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghq DISTVERSIONPREFIX= v DISTVERSION= 1.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= driesm@FreeBSD.org diff --git a/devel/git-bug/Makefile b/devel/git-bug/Makefile index 407af960398a..7875349e1b5c 100644 --- a/devel/git-bug/Makefile +++ b/devel/git-bug/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-bug DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/git-codereview/Makefile b/devel/git-codereview/Makefile index 75314eb6c14d..5cce30bc484c 100644 --- a/devel/git-codereview/Makefile +++ b/devel/git-codereview/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-codereview DISTVERSIONPREFIX= v DISTVERSION= 1.17.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile index 4968c520c37b..a9ad838752c1 100644 --- a/devel/git-lfs/Makefile +++ b/devel/git-lfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-lfs DISTVERSIONPREFIX= v DISTVERSION= 3.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/devel/git-who/Makefile b/devel/git-who/Makefile index 639a790d00a9..1dc4bfc39bd6 100644 --- a/devel/git-who/Makefile +++ b/devel/git-who/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-who DISTVERSIONPREFIX= v DISTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= nxjoseph@protonmail.com diff --git a/devel/gitea-act_runner/Makefile b/devel/gitea-act_runner/Makefile index a8610b70efdc..7fdf95d4dadb 100644 --- a/devel/gitea-act_runner/Makefile +++ b/devel/gitea-act_runner/Makefile @@ -1,7 +1,7 @@ PORTNAME= act_runner DISTVERSIONPREFIX= v DISTVERSION= 0.2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel PKGNAMEPREFIX= gitea- diff --git a/devel/gitid/Makefile b/devel/gitid/Makefile index 3e64998dadb2..69e7be46f8d3 100644 --- a/devel/gitid/Makefile +++ b/devel/gitid/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitid DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index 0a14051a7fd2..3f04524d8840 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v DISTVERSION= 18.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index 23a5ae07d220..36a7f6c88218 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-shell PORTVERSION= 14.45.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/gitleaks/Makefile b/devel/gitleaks/Makefile index 004d33c506d6..046615afa9c3 100644 --- a/devel/gitleaks/Makefile +++ b/devel/gitleaks/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitleaks DISTVERSIONPREFIX= v DISTVERSION= 8.28.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitmux/Makefile b/devel/gitmux/Makefile index 8acc47dc0169..761ce5fa8293 100644 --- a/devel/gitmux/Makefile +++ b/devel/gitmux/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitmux PORTVERSION= 0.11.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/gitty/Makefile b/devel/gitty/Makefile index 970ecc8fcb18..60ac6e815fec 100644 --- a/devel/gitty/Makefile +++ b/devel/gitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitty DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org diff --git a/devel/glab/Makefile b/devel/glab/Makefile index eb93bddd6bd2..fd3f7cc616e0 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,6 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.73.1 +DISTVERSION= 1.74.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/glab/distinfo b/devel/glab/distinfo index fb2af53a4a46..f9697e1e984f 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760252925 -SHA256 (go/devel_glab/glab-v1.73.1/v1.73.1.mod) = 6c38c677d14fc3d35aa06017b339ef57be98de0f2142523635d63b5eeb9ac600 -SIZE (go/devel_glab/glab-v1.73.1/v1.73.1.mod) = 8140 -SHA256 (go/devel_glab/glab-v1.73.1/v1.73.1.zip) = a698c8ef0d0ba94ee8be4b398ccfa7fa963cb5f16c507119a53bd5da0174559c -SIZE (go/devel_glab/glab-v1.73.1/v1.73.1.zip) = 17506729 +TIMESTAMP = 1760504467 +SHA256 (go/devel_glab/glab-v1.74.0/v1.74.0.mod) = 6c38c677d14fc3d35aa06017b339ef57be98de0f2142523635d63b5eeb9ac600 +SIZE (go/devel_glab/glab-v1.74.0/v1.74.0.mod) = 8140 +SHA256 (go/devel_glab/glab-v1.74.0/v1.74.0.zip) = d3f21f1223a444f52144fb0a89df395b0b610f65deec03271fa4425269fe53f8 +SIZE (go/devel_glab/glab-v1.74.0/v1.74.0.zip) = 17486124 diff --git a/devel/glab/pkg-plist b/devel/glab/pkg-plist index 7f6273740199..f6dbfbd47ee9 100644 --- a/devel/glab/pkg-plist +++ b/devel/glab/pkg-plist @@ -53,9 +53,6 @@ %%MANPAGES%%share/man/man1/glab-deploy-key.1.gz %%MANPAGES%%share/man/man1/glab-duo-ask.1.gz %%MANPAGES%%share/man/man1/glab-duo.1.gz -%%MANPAGES%%share/man/man1/glab-duo-claude-token.1.gz -%%MANPAGES%%share/man/man1/glab-duo-claude.1.gz -%%MANPAGES%%share/man/man1/glab-duo-codex.1.gz %%MANPAGES%%share/man/man1/glab-incident-close.1.gz %%MANPAGES%%share/man/man1/glab-incident-list.1.gz %%MANPAGES%%share/man/man1/glab-incident-note.1.gz diff --git a/devel/gllvm/Makefile b/devel/gllvm/Makefile index 954c7a95600a..d15b1eb57a29 100644 --- a/devel/gllvm/Makefile +++ b/devel/gllvm/Makefile @@ -1,7 +1,7 @@ PORTNAME= gllvm DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= devel MAINTAINER= arrowd@FreeBSD.org diff --git a/devel/go-bindata-assetfs/Makefile b/devel/go-bindata-assetfs/Makefile index 20df26ff0a1b..be965917c07e 100644 --- a/devel/go-bindata-assetfs/Makefile +++ b/devel/go-bindata-assetfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-bindata-assetfs DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel www MAINTAINER= egypcio@FreeBSD.org diff --git a/devel/go-bindata/Makefile b/devel/go-bindata/Makefile index 4413bfe30a1e..cc3a4271ff43 100644 --- a/devel/go-bindata/Makefile +++ b/devel/go-bindata/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-bindata PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/go-git/Makefile b/devel/go-git/Makefile index ec5b42910c34..8e2cfa7a3c61 100644 --- a/devel/go-git/Makefile +++ b/devel/go-git/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-git DISTVERSIONPREFIX= v DISTVERSION= 5.10.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/go-perf/Makefile b/devel/go-perf/Makefile index 275082aa907e..b4bf84faa5bc 100644 --- a/devel/go-perf/Makefile +++ b/devel/go-perf/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-perf PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index ac03bfa987d7..f0233469edb0 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= tools DISTVERSIONPREFIX= v DISTVERSION= 0.37.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/go-wire/Makefile b/devel/go-wire/Makefile index 5fc01dc87c93..b6d181f3ca8a 100644 --- a/devel/go-wire/Makefile +++ b/devel/go-wire/Makefile @@ -1,7 +1,7 @@ PORTNAME= wire DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/gocheese/Makefile b/devel/gocheese/Makefile index 0cfdc196e4eb..8c84ca48a05a 100644 --- a/devel/gocheese/Makefile +++ b/devel/gocheese/Makefile @@ -1,6 +1,6 @@ PORTNAME= gocheese DISTVERSION= 4.2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel python MASTER_SITES= http://www.gocheese.cypherpunks.ru/download/ diff --git a/devel/gocritic/Makefile b/devel/gocritic/Makefile index 495b5e81d634..7bf6ff0344cb 100644 --- a/devel/gocritic/Makefile +++ b/devel/gocritic/Makefile @@ -1,7 +1,7 @@ PORTNAME= gocritic DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/gogs/Makefile b/devel/gogs/Makefile index 2ad0176043af..61c884d50651 100644 --- a/devel/gogs/Makefile +++ b/devel/gogs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gogs DISTVERSIONPREFIX= v DISTVERSION= 0.13.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel www MAINTAINER= me@svmhdvn.name diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 9d73d8eb40b3..604805b6e2a0 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,7 +1,7 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v DISTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/golint/Makefile b/devel/golint/Makefile index d34c51139c13..d657fdfbb915 100644 --- a/devel/golint/Makefile +++ b/devel/golint/Makefile @@ -1,6 +1,6 @@ PORTNAME= golint PORTVERSION= g20190409 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index 71bc1cc0e537..94c9fce09f64 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,7 +1,7 @@ PORTNAME= gopls DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/goprotobuf/Makefile b/devel/goprotobuf/Makefile index 179f26b12407..07ce5a7b292c 100644 --- a/devel/goprotobuf/Makefile +++ b/devel/goprotobuf/Makefile @@ -1,7 +1,7 @@ PORTNAME= goprotobuf DISTVERSIONPREFIX= v DISTVERSION= 1.5.4 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index 1a280e8f94a7..1399d91606dc 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,6 +1,6 @@ PORTNAME= goredo DISTVERSION= 2.6.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.su/download/ diff --git a/devel/goreleaser/Makefile b/devel/goreleaser/Makefile index 1734799d91a0..ca931b9a8f9b 100644 --- a/devel/goreleaser/Makefile +++ b/devel/goreleaser/Makefile @@ -1,7 +1,7 @@ PORTNAME= goreleaser DISTVERSIONPREFIX= v DISTVERSION= 2.12.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/goswagger/Makefile b/devel/goswagger/Makefile index 8c9c27e3c197..4a6860fbfd1b 100644 --- a/devel/goswagger/Makefile +++ b/devel/goswagger/Makefile @@ -1,6 +1,7 @@ PORTNAME= goswagger DISTVERSIONPREFIX= v DISTVERSION= 0.33.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= atanubiswas484@gmail.com diff --git a/devel/gotestsum/Makefile b/devel/gotestsum/Makefile index d407ac2e50ba..0853011bf15d 100644 --- a/devel/gotestsum/Makefile +++ b/devel/gotestsum/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotestsum DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/grpc-gateway/Makefile b/devel/grpc-gateway/Makefile index a03d4e326340..62f27b377b90 100644 --- a/devel/grpc-gateway/Makefile +++ b/devel/grpc-gateway/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpc-gateway DISTVERSIONPREFIX= v DISTVERSION= 2.27.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/gum/Makefile b/devel/gum/Makefile index e00f7bf099a1..489a5a86a89f 100644 --- a/devel/gum/Makefile +++ b/devel/gum/Makefile @@ -1,7 +1,7 @@ PORTNAME= gum DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= dave@bitboss.ca diff --git a/devel/hub/Makefile b/devel/hub/Makefile index 7936769f9512..18b8428f8d49 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -1,7 +1,7 @@ PORTNAME= hub PORTVERSION= 2.14.2 DISTVERSIONPREFIX= v -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= devel sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/devel/influx-pkg-config/Makefile b/devel/influx-pkg-config/Makefile index 3895101d634c..9b925919ef50 100644 --- a/devel/influx-pkg-config/Makefile +++ b/devel/influx-pkg-config/Makefile @@ -1,7 +1,7 @@ PORTNAME= pkg-config DISTVERSIONPREFIX= v DISTVERSION= 0.2.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel PKGNAMEPREFIX= influx diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 32b351935c4f..dff2fcdb8b38 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.531 +PORTVERSION= 2.532 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 89c17315aa04..7ed0b28a2209 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760217877 -SHA256 (jenkins/2.531/jenkins.war) = ccaa59b34ff7b13bdc442d57b39eee130f7ee582792269fde262fb18b9212f41 -SIZE (jenkins/2.531/jenkins.war) = 94643876 +TIMESTAMP = 1760466660 +SHA256 (jenkins/2.532/jenkins.war) = 50e9b91184005736a6399dfdd26fece06ff26f9a720091c1406017c1d3f65b4f +SIZE (jenkins/2.532/jenkins.war) = 94658312 diff --git a/devel/jiri/Makefile b/devel/jiri/Makefile index 33b021d07711..a1bc3a97440d 100644 --- a/devel/jiri/Makefile +++ b/devel/jiri/Makefile @@ -1,6 +1,6 @@ PORTNAME= jiri PORTVERSION= g${TIMESTAMP:S/-/./g:C/T.*//g} -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MASTER_SITES= LOCAL/swills DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} diff --git a/devel/jjui/Makefile b/devel/jjui/Makefile index 48d49f13f6a1..38fdd44e3a1c 100644 --- a/devel/jjui/Makefile +++ b/devel/jjui/Makefile @@ -1,7 +1,7 @@ PORTNAME= jjui DISTVERSIONPREFIX= v DISTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= hoanga@gmail.com diff --git a/devel/lab/Makefile b/devel/lab/Makefile index 0a50c4d2ea02..fb16ae770a32 100644 --- a/devel/lab/Makefile +++ b/devel/lab/Makefile @@ -1,7 +1,7 @@ PORTNAME= lab PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile index 0ea5172db19f..39d156ec8a55 100644 --- a/devel/lazygit/Makefile +++ b/devel/lazygit/Makefile @@ -1,6 +1,7 @@ PORTNAME= lazygit DISTVERSIONPREFIX= v DISTVERSION= 0.55.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= meta@FreeBSD.org diff --git a/devel/lets/Makefile b/devel/lets/Makefile index c4429abb4a2d..da5df1f346bd 100644 --- a/devel/lets/Makefile +++ b/devel/lets/Makefile @@ -1,7 +1,7 @@ PORTNAME= lets DISTVERSIONPREFIX= v DISTVERSION= 0.0.54 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile index 0562ae76371c..31e57b37ca21 100644 --- a/devel/libunistring/Makefile +++ b/devel/libunistring/Makefile @@ -1,5 +1,5 @@ PORTNAME= libunistring -DISTVERSION= 1.4 +DISTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= GNU diff --git a/devel/libunistring/distinfo b/devel/libunistring/distinfo index 94f212c4e22e..f1e1ece21432 100644 --- a/devel/libunistring/distinfo +++ b/devel/libunistring/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759127969 -SHA256 (libunistring-1.4.tar.xz) = 708571fce9965e805fee08b410aa8e886d391a492c387f75abb7be0e195337f5 -SIZE (libunistring-1.4.tar.xz) = 2768428 +TIMESTAMP = 1760404489 +SHA256 (libunistring-1.4.1.tar.xz) = 67d88430892527861903788868c77802a217b0959990f7449f2976126a307763 +SIZE (libunistring-1.4.1.tar.xz) = 2769164 diff --git a/devel/liteide/Makefile b/devel/liteide/Makefile index 9916d77ba28f..ed75c98a51ee 100644 --- a/devel/liteide/Makefile +++ b/devel/liteide/Makefile @@ -1,7 +1,7 @@ PORTNAME= liteide DISTVERSIONPREFIX= x DISTVERSION= 38.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel editors .ifmake makesum MASTER_SITES= https://go.googlesource.com/sync/+archive/refs/tags/:errgroup diff --git a/devel/loccount/Makefile b/devel/loccount/Makefile index 6c23f37013bb..b0cd422aa888 100644 --- a/devel/loccount/Makefile +++ b/devel/loccount/Makefile @@ -1,6 +1,6 @@ PORTNAME= loccount DISTVERSION= 2.16 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MASTER_SITES= http://www.catb.org/~esr/loccount/ diff --git a/devel/mage/Makefile b/devel/mage/Makefile index e24d611574de..0bae29a9bd9b 100644 --- a/devel/mage/Makefile +++ b/devel/mage/Makefile @@ -1,7 +1,7 @@ PORTNAME= mage DISTVERSIONPREFIX= v DISTVERSION= 1.15.0 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/modd/Makefile b/devel/modd/Makefile index 09e4cc2f34e9..607bf27bb445 100644 --- a/devel/modd/Makefile +++ b/devel/modd/Makefile @@ -1,7 +1,7 @@ PORTNAME= modd DISTVERSIONPREFIX= v DISTVERSION= 0.8 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/devel/mutagen/Makefile b/devel/mutagen/Makefile index 628f6429d47f..ab8819f7df4b 100644 --- a/devel/mutagen/Makefile +++ b/devel/mutagen/Makefile @@ -1,7 +1,7 @@ PORTNAME= mutagen DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org diff --git a/devel/openapi/Makefile b/devel/openapi/Makefile index 8a2b6c0bd780..3e851ae0e0b4 100644 --- a/devel/openapi/Makefile +++ b/devel/openapi/Makefile @@ -1,6 +1,7 @@ PORTNAME= openapi PORTVERSION= 1.7.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/oq/Makefile b/devel/oq/Makefile index ca451458c1c0..1ced5f55bb2f 100644 --- a/devel/oq/Makefile +++ b/devel/oq/Makefile @@ -1,6 +1,7 @@ PORTNAME= oq DISTVERSIONPREFIX= v DISTVERSION= 0.0.20 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= hoanga@gmail.com diff --git a/devel/packr/Makefile b/devel/packr/Makefile index 1b7812b6d9ac..a5c5fe226f34 100644 --- a/devel/packr/Makefile +++ b/devel/packr/Makefile @@ -1,7 +1,7 @@ PORTNAME= packr DISTVERSIONPREFIX= v DISTVERSION= 2.8.3 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/please/Makefile b/devel/please/Makefile index d200b10a7f85..6a9388f40d4c 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,6 +1,7 @@ PORTNAME= please DISTVERSIONPREFIX= v DISTVERSION= 17.21.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod diff --git a/devel/poser/Makefile b/devel/poser/Makefile index 4b54a24a14bb..234f70c209d0 100644 --- a/devel/poser/Makefile +++ b/devel/poser/Makefile @@ -11,6 +11,9 @@ WWW= https://zirias.github.io/poser/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Unmaintained port +EXPIRATION_DATE=2025-12-31 + USES= compiler:c11 gmake pkgconfig tar:xz USE_LDCONFIG= yes diff --git a/devel/protobuf-go/Makefile b/devel/protobuf-go/Makefile index 489392516e34..e889cea79844 100644 --- a/devel/protobuf-go/Makefile +++ b/devel/protobuf-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= protobuf-go DISTVERSIONPREFIX= v DISTVERSION= 1.36.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/protoc-gen-go-grpc/Makefile b/devel/protoc-gen-go-grpc/Makefile index 2927eeaa0906..700452b723a0 100644 --- a/devel/protoc-gen-go-grpc/Makefile +++ b/devel/protoc-gen-go-grpc/Makefile @@ -1,6 +1,7 @@ PORTNAME= protoc-gen-go-grpc DISTVERSIONPREFIX= v DISTVERSION= 1.76.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/prototool/Makefile b/devel/prototool/Makefile index 0b5ae88db055..d3868c72292e 100644 --- a/devel/prototool/Makefile +++ b/devel/prototool/Makefile @@ -1,7 +1,7 @@ PORTNAME= prototool DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/py-aiortc/Makefile b/devel/py-aiortc/Makefile index cf861bf2f3d0..3466f3ea69a1 100644 --- a/devel/py-aiortc/Makefile +++ b/devel/py-aiortc/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiortc -DISTVERSION= 1.13.0 +DISTVERSION= 1.14.0 CATEGORIES= devel multimedia python www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-aiortc/distinfo b/devel/py-aiortc/distinfo index adca35be9aa9..368affc20006 100644 --- a/devel/py-aiortc/distinfo +++ b/devel/py-aiortc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748523149 -SHA256 (aiortc-1.13.0.tar.gz) = 5d209975c22d0910fb5a0f0e2caa828f2da966c53580f7c7170ac3a16a871620 -SIZE (aiortc-1.13.0.tar.gz) = 1179894 +TIMESTAMP = 1760457231 +SHA256 (aiortc-1.14.0.tar.gz) = adc8a67ace10a085721e588e06a00358ed8eaf5f6b62f0a95358ff45628dd762 +SIZE (aiortc-1.14.0.tar.gz) = 1180864 diff --git a/devel/py-babi_grammars/Makefile b/devel/py-babi_grammars/Makefile index 74779c127a89..cc30ce3ee628 100644 --- a/devel/py-babi_grammars/Makefile +++ b/devel/py-babi_grammars/Makefile @@ -1,5 +1,5 @@ PORTNAME= babi_grammars -DISTVERSION= 0.0.63 +DISTVERSION= 0.0.64 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-babi_grammars/distinfo b/devel/py-babi_grammars/distinfo index 0ac74f18ec60..cc834e000d74 100644 --- a/devel/py-babi_grammars/distinfo +++ b/devel/py-babi_grammars/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757404785 -SHA256 (babi_grammars-0.0.63.tar.gz) = 5529af4cf0e942bfb9f90ea66e5fe17a2926878b90c3e1f0a95e20251356b88d -SIZE (babi_grammars-0.0.63.tar.gz) = 465155 +TIMESTAMP = 1760457295 +SHA256 (babi_grammars-0.0.64.tar.gz) = 1b39c34c58441d91fbe86d0ee0659f0222db7d88e5d2e2c713905551d2e37e24 +SIZE (babi_grammars-0.0.64.tar.gz) = 466917 diff --git a/devel/py-frozenlist/Makefile b/devel/py-frozenlist/Makefile index 3e077dfb2eb8..1294b01f83ad 100644 --- a/devel/py-frozenlist/Makefile +++ b/devel/py-frozenlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= frozenlist -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-frozenlist/distinfo b/devel/py-frozenlist/distinfo index b4e11f3342a4..5aece9481785 100644 --- a/devel/py-frozenlist/distinfo +++ b/devel/py-frozenlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188266 -SHA256 (frozenlist-1.7.0.tar.gz) = 2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f -SIZE (frozenlist-1.7.0.tar.gz) = 45078 +TIMESTAMP = 1760339832 +SHA256 (frozenlist-1.8.0.tar.gz) = 3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad +SIZE (frozenlist-1.8.0.tar.gz) = 45875 diff --git a/devel/py-openstacksdk/Makefile b/devel/py-openstacksdk/Makefile index 1073e742a943..9724ed9b89e3 100644 --- a/devel/py-openstacksdk/Makefile +++ b/devel/py-openstacksdk/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=4.4.1:devel/py-decorator@${PY_FLA ${PYTHON_PKGNAMEPREFIX}jmespath>=0.9.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>=1.16:devel/py-jsonpatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=5.10.0:devel/py-keystoneauth1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}os-service-types>=1.8.0:devel/py-os-service-types@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}os-service-types>0:devel/py-os-service-types@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=3:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.2:sysutils/py-psutil@${PY_FLAVOR} \ diff --git a/devel/py-pybind11/Makefile b/devel/py-pybind11/Makefile index 582cee5f3caf..a13d77c50b1a 100644 --- a/devel/py-pybind11/Makefile +++ b/devel/py-pybind11/Makefile @@ -1,5 +1,5 @@ PORTNAME= pybind11 -DISTVERSION= 2.13.6 +DISTVERSION= 3.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,11 @@ WWW= https://pybind11.readthedocs.io/en/stable/ \ LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python -USE_PYTHON= pep517 concurrent autoplist +USES= cmake:indirect python +USE_PYTHON= pep517 concurrent autoplist pytest NO_ARCH= yes diff --git a/devel/py-pybind11/distinfo b/devel/py-pybind11/distinfo index 3a02704480e4..dc2251267414 100644 --- a/devel/py-pybind11/distinfo +++ b/devel/py-pybind11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726298011 -SHA256 (pybind11-2.13.6.tar.gz) = ba6af10348c12b24e92fa086b39cfba0eff619b61ac77c406167d813b096d39a -SIZE (pybind11-2.13.6.tar.gz) = 218403 +TIMESTAMP = 1760505164 +SHA256 (pybind11-3.0.1.tar.gz) = 9c0f40056a016da59bab516efb523089139fcc6f2ba7e4930854c61efb932051 +SIZE (pybind11-3.0.1.tar.gz) = 546914 diff --git a/devel/py-scikit-build-core/Makefile b/devel/py-scikit-build-core/Makefile index 0c4739f0f45b..aa2108dde3b5 100644 --- a/devel/py-scikit-build-core/Makefile +++ b/devel/py-scikit-build-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= scikit-build-core -DISTVERSION= 0.11.1 +DISTVERSION= 0.11.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -46,6 +46,6 @@ TEST_ENV= ${MAKE_ENV} \ NO_ARCH= yes -# tests as of 0.11.1: 1 failed, 415 passed, 5 skipped, 3 xfailed, 1 warning in 603.00s (0:10:03), see https://github.com/scikit-build/scikit-build-core/issues/1057 +# tests as of 0.11.6: 2 failed, 460 passed, 5 skipped, 4 xfailed, 1 warning in 1152.80s (0:19:12), see https://github.com/scikit-build/scikit-build-core/issues/1159 .include <bsd.port.mk> diff --git a/devel/py-scikit-build-core/distinfo b/devel/py-scikit-build-core/distinfo index 256a11ba316d..0d39780bddbf 100644 --- a/devel/py-scikit-build-core/distinfo +++ b/devel/py-scikit-build-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745646968 -SHA256 (scikit_build_core-0.11.1.tar.gz) = 4e5988df5cd33f0bdb9967b72663ca99f50383c9bc21d8b24fa40c0661ae72b7 -SIZE (scikit_build_core-0.11.1.tar.gz) = 273807 +TIMESTAMP = 1760505206 +SHA256 (scikit_build_core-0.11.6.tar.gz) = 5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b +SIZE (scikit_build_core-0.11.6.tar.gz) = 286006 diff --git a/devel/pybind11/Makefile b/devel/pybind11/Makefile index 1b6be96a204b..e0a989feae80 100644 --- a/devel/pybind11/Makefile +++ b/devel/pybind11/Makefile @@ -1,6 +1,6 @@ PORTNAME= pybind11 DISTVERSIONPREFIX= v -DISTVERSION= 2.13.6 +DISTVERSION= 3.0.1 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org @@ -23,4 +23,6 @@ CMAKE_TESTING_TARGET= pytest NO_ARCH= yes +# tests of 3.0.1: 5 failed, 1253 passed, 20 skipped, 2 xfailed, 1 xpassed in 53.99s + .include <bsd.port.mk> diff --git a/devel/pybind11/distinfo b/devel/pybind11/distinfo index d899221bd476..6153f18eacf0 100644 --- a/devel/pybind11/distinfo +++ b/devel/pybind11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726298147 -SHA256 (pybind-pybind11-v2.13.6_GH0.tar.gz) = e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20 -SIZE (pybind-pybind11-v2.13.6_GH0.tar.gz) = 800804 +TIMESTAMP = 1760503125 +SHA256 (pybind-pybind11-v3.0.1_GH0.tar.gz) = 741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca +SIZE (pybind-pybind11-v3.0.1_GH0.tar.gz) = 918227 diff --git a/devel/pybind11/pkg-plist b/devel/pybind11/pkg-plist index 1dff2e13bd8d..f7f1c9dfdb14 100644 --- a/devel/pybind11/pkg-plist +++ b/devel/pybind11/pkg-plist @@ -4,15 +4,26 @@ include/pybind11/cast.h include/pybind11/chrono.h include/pybind11/common.h include/pybind11/complex.h +include/pybind11/conduit/README.txt +include/pybind11/conduit/pybind11_conduit_v1.h +include/pybind11/conduit/pybind11_platform_abi_id.h +include/pybind11/conduit/wrap_include_python_h.h +include/pybind11/critical_section.h include/pybind11/detail/class.h include/pybind11/detail/common.h include/pybind11/detail/cpp_conduit.h include/pybind11/detail/descr.h +include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h include/pybind11/detail/exception_translation.h +include/pybind11/detail/function_record_pyobject.h include/pybind11/detail/init.h include/pybind11/detail/internals.h +include/pybind11/detail/native_enum_data.h +include/pybind11/detail/pybind11_namespace_macros.h +include/pybind11/detail/struct_smart_holder.h include/pybind11/detail/type_caster_base.h include/pybind11/detail/typeid.h +include/pybind11/detail/using_smart_holder.h include/pybind11/detail/value_and_holder.h include/pybind11/eigen.h include/pybind11/eigen/common.h @@ -23,7 +34,9 @@ include/pybind11/eval.h include/pybind11/functional.h include/pybind11/gil.h include/pybind11/gil_safe_call_once.h +include/pybind11/gil_simple.h include/pybind11/iostream.h +include/pybind11/native_enum.h include/pybind11/numpy.h include/pybind11/operators.h include/pybind11/options.h @@ -32,8 +45,11 @@ include/pybind11/pytypes.h include/pybind11/stl.h include/pybind11/stl/filesystem.h include/pybind11/stl_bind.h +include/pybind11/subinterpreter.h +include/pybind11/trampoline_self_life_support.h include/pybind11/type_caster_pyobject_ptr.h include/pybind11/typing.h +include/pybind11/warnings.h share/cmake/pybind11/FindPythonLibsNew.cmake share/cmake/pybind11/pybind11Common.cmake share/cmake/pybind11/pybind11Config.cmake diff --git a/devel/rubygem-opentelemetry-helpers-sql-processor/distinfo b/devel/rubygem-opentelemetry-helpers-sql-processor/distinfo index a2cfa2ae6127..379229a2ef01 100644 --- a/devel/rubygem-opentelemetry-helpers-sql-processor/distinfo +++ b/devel/rubygem-opentelemetry-helpers-sql-processor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760245948 -SHA256 (rubygem/opentelemetry-helpers-sql-obfuscation-0.4.0.gem) = 7252199f13df8dabb0a44f6b856c0ed3393585b9ad055371da4227a88a2c2341 -SIZE (rubygem/opentelemetry-helpers-sql-obfuscation-0.4.0.gem) = 12288 +TIMESTAMP = 1760436896 +SHA256 (rubygem/opentelemetry-helpers-sql-processor-0.1.0.gem) = 940aaf18ea184ec3efaae9ac30768be1990374a089fac41788ba0ec54f7f021c +SIZE (rubygem/opentelemetry-helpers-sql-processor-0.1.0.gem) = 11776 diff --git a/devel/scc/Makefile b/devel/scc/Makefile index 7315f1801884..f9b7880364b8 100644 --- a/devel/scc/Makefile +++ b/devel/scc/Makefile @@ -1,7 +1,7 @@ PORTNAME= scc DISTVERSIONPREFIX= v DISTVERSION= 3.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/semver/Makefile b/devel/semver/Makefile new file mode 100644 index 000000000000..38a9c89ffd53 --- /dev/null +++ b/devel/semver/Makefile @@ -0,0 +1,28 @@ +PORTNAME= semver +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0-rc +CATEGORIES= devel + +MAINTAINER= bsdcode@disroot.org +COMMENT= Semantic Versioning for modern C++ +WWW= https://github.com/Neargye/semver + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:testing +USE_GITHUB= yes +GH_ACCOUNT= Neargye + +CMAKE_OFF= SEMVER_OPT_BUILD_EXAMPLES \ + SEMVER_OPT_BUILD_TESTS +CMAKE_TESTING_ON= SEMVER_OPT_BUILD_TESTS + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= include/semver.hpp \ + lib/cmake/semver/semverConfig.cmake \ + lib/cmake/semver/semverConfigVersion.cmake + +.include <bsd.port.mk> diff --git a/devel/semver/distinfo b/devel/semver/distinfo new file mode 100644 index 000000000000..7cc9845a394d --- /dev/null +++ b/devel/semver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760363768 +SHA256 (Neargye-semver-v1.0.0-rc_GH0.tar.gz) = 343a667ecf619ead05ba75ccd6bc500e7a809a450b2a79fe3ee92238f2ecf814 +SIZE (Neargye-semver-v1.0.0-rc_GH0.tar.gz) = 142723 diff --git a/devel/semver/pkg-descr b/devel/semver/pkg-descr new file mode 100644 index 000000000000..5beb4099d15b --- /dev/null +++ b/devel/semver/pkg-descr @@ -0,0 +1,3 @@ +semver is a header-only semantic versioning library for modern C++. It allows to +compare and manipulate versions complying with the Semantic Versioning 2.0.0 +specification. It is licensed under the MIT License. diff --git a/devel/shfmt/Makefile b/devel/shfmt/Makefile index 72d8daaa194a..30ad269ca62a 100644 --- a/devel/shfmt/Makefile +++ b/devel/shfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= shfmt DISTVERSIONPREFIX= v DISTVERSION= 3.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/soft-serve/Makefile b/devel/soft-serve/Makefile index 790c7986daa3..3aabf851b207 100644 --- a/devel/soft-serve/Makefile +++ b/devel/soft-serve/Makefile @@ -1,7 +1,7 @@ PORTNAME= soft-serve DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/statik/Makefile b/devel/statik/Makefile index 09a75074b434..44b50e47b699 100644 --- a/devel/statik/Makefile +++ b/devel/statik/Makefile @@ -1,7 +1,7 @@ PORTNAME= statik DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 31 +PORTREVISION= 32 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/stuffbin/Makefile b/devel/stuffbin/Makefile index 102bd35946a0..a8cb743b0ce2 100644 --- a/devel/stuffbin/Makefile +++ b/devel/stuffbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= stuffbin DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/task/Makefile b/devel/task/Makefile index 0453adace522..0025a0c7ca87 100644 --- a/devel/task/Makefile +++ b/devel/task/Makefile @@ -1,7 +1,7 @@ PORTNAME= task DISTVERSIONPREFIX= v DISTVERSION= 3.45.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org diff --git a/devel/taskctl/Makefile b/devel/taskctl/Makefile index 1bc4de7c83b2..437f3ad9a961 100644 --- a/devel/taskctl/Makefile +++ b/devel/taskctl/Makefile @@ -1,6 +1,6 @@ PORTNAME= taskctl PORTVERSION= 1.4.2 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/terraform-ls/Makefile b/devel/terraform-ls/Makefile index bb29b265d877..62f4e1fda033 100644 --- a/devel/terraform-ls/Makefile +++ b/devel/terraform-ls/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-ls DISTVERSIONPREFIX= v DISTVERSION= 0.37.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile index 005fab1eed95..795e2e8083e3 100644 --- a/devel/tinygo/Makefile +++ b/devel/tinygo/Makefile @@ -1,7 +1,7 @@ PORTNAME= tinygo DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/unordered-dense/Makefile b/devel/unordered-dense/Makefile index 4cc7be2824d5..d7589ce20ab2 100644 --- a/devel/unordered-dense/Makefile +++ b/devel/unordered-dense/Makefile @@ -1,6 +1,6 @@ PORTNAME= unordered-dense DISTVERSIONPREFIX= v -DISTVERSION= 4.5.0 +DISTVERSION= 4.7.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/unordered-dense/distinfo b/devel/unordered-dense/distinfo index c0a230f10c36..2364ece383a9 100644 --- a/devel/unordered-dense/distinfo +++ b/devel/unordered-dense/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733298529 -SHA256 (martinus-unordered_dense-v4.5.0_GH0.tar.gz) = 2364ce4bc4c23bd02549bbb3a7572d881684cd46057f3737fd53be53669743aa -SIZE (martinus-unordered_dense-v4.5.0_GH0.tar.gz) = 901624 +TIMESTAMP = 1760339920 +SHA256 (martinus-unordered_dense-v4.7.0_GH0.tar.gz) = 73ce8ec4784619be4d6e54f2c4cb95d4d8dbc1fbbf24b5cf1e93b157bfa1043d +SIZE (martinus-unordered_dense-v4.7.0_GH0.tar.gz) = 913582 diff --git a/devel/venom/Makefile b/devel/venom/Makefile index 4098a8ed88b0..3ba00c1cd014 100644 --- a/devel/venom/Makefile +++ b/devel/venom/Makefile @@ -1,7 +1,7 @@ PORTNAME= venom DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MAINTAINER= bapt@FreeBSD.org diff --git a/devel/xdg-user-dirs/Makefile b/devel/xdg-user-dirs/Makefile index a0078c18eaff..306e0a23511b 100644 --- a/devel/xdg-user-dirs/Makefile +++ b/devel/xdg-user-dirs/Makefile @@ -1,5 +1,6 @@ PORTNAME= xdg-user-dirs DISTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://user-dirs.freedesktop.org/releases/ @@ -17,4 +18,9 @@ USES= gettext gnome iconv localbase:ldflags meson tar:xz USE_GNOME= libxslt:build LDFLAGS+= ${ICONV_LIB} +post-patch: + ${REINPLACE_CMD} -e "s|get_option('sysconfdir')|'${PREFIX}/etc'|g" \ + -e "s|get_option('localedir')|'${PREFIX}/share/locale'|g" \ + ${WRKSRC}/meson.build + .include <bsd.port.mk> diff --git a/devel/xtl-quant-stack/Makefile b/devel/xtl-quant-stack/Makefile index cf506fcef6da..7a73fd50bad2 100644 --- a/devel/xtl-quant-stack/Makefile +++ b/devel/xtl-quant-stack/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtl -DISTVERSION= 0.7.6 +DISTVERSION= 0.8.1 CATEGORIES= devel PKGNAMESUFFIX= -quant-stack @@ -23,10 +23,15 @@ GH_ACCOUNT= xtensor-stack NO_BUILD= yes NO_ARCH= yes -do-test: # tests fail to compile: https://github.com/xtensor-stack/xtl/issues/255 +do-test: @cd ${WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Dxtl_DIR:STRING=${STAGEDIR}${PREFIX}/lib/cmake/xtl -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=OFF && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest +# tests as of 0.8.1: +# doctest] test cases: 224 | 224 passed | 0 failed | 0 skipped +# [doctest] assertions: 1214 | 1214 passed | 0 failed | +# [doctest] Status: SUCCESS! + .include <bsd.port.mk> diff --git a/devel/xtl-quant-stack/distinfo b/devel/xtl-quant-stack/distinfo index 828f722fbfdf..dc2310f12c84 100644 --- a/devel/xtl-quant-stack/distinfo +++ b/devel/xtl-quant-stack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702442875 -SHA256 (xtensor-stack-xtl-0.7.6_GH0.tar.gz) = dda442dc81f390f77561913062471c39b6ef19ffc6f64d3cd12b5c4b4607c957 -SIZE (xtensor-stack-xtl-0.7.6_GH0.tar.gz) = 159729 +TIMESTAMP = 1760416610 +SHA256 (xtensor-stack-xtl-0.8.1_GH0.tar.gz) = e69a696068ccffd2b435539d583665981b6c6abed596a72832bffbe3e13e1f49 +SIZE (xtensor-stack-xtl-0.8.1_GH0.tar.gz) = 138497 diff --git a/devel/xtl-quant-stack/pkg-plist b/devel/xtl-quant-stack/pkg-plist index c3237e325f3e..4b2854c9fa43 100644 --- a/devel/xtl-quant-stack/pkg-plist +++ b/devel/xtl-quant-stack/pkg-plist @@ -1,4 +1,3 @@ -include/xtl/xany.hpp include/xtl/xbase64.hpp include/xtl/xbasic_fixed_string.hpp include/xtl/xclosure.hpp @@ -28,8 +27,6 @@ include/xtl/xspan_impl.hpp include/xtl/xsystem.hpp include/xtl/xtl_config.hpp include/xtl/xtype_traits.hpp -include/xtl/xvariant.hpp -include/xtl/xvariant_impl.hpp include/xtl/xvisitor.hpp share/cmake/xtl/xtlConfig.cmake share/cmake/xtl/xtlConfigVersion.cmake diff --git a/devel/yaegi/Makefile b/devel/yaegi/Makefile index 4edc3b78750d..2058f770e99c 100644 --- a/devel/yaegi/Makefile +++ b/devel/yaegi/Makefile @@ -1,7 +1,7 @@ PORTNAME= yaegi DISTVERSION= 0.16.1 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org diff --git a/dns/acme-dns/Makefile b/dns/acme-dns/Makefile index 6c586971182c..cb26468138fc 100644 --- a/dns/acme-dns/Makefile +++ b/dns/acme-dns/Makefile @@ -1,7 +1,7 @@ PORTNAME= acme-dns DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 27 +PORTREVISION= 28 PORTEPOCH= 1 CATEGORIES= dns diff --git a/dns/amass/Makefile b/dns/amass/Makefile index f5fb168553c7..370198b233c1 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,7 +1,7 @@ PORTNAME= amass DISTVERSIONPREFIX= v DISTVERSION= 5.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 22e484571660..1eab5c087a33 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,6 +1,7 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= eduardo@FreeBSD.org diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index 16637f3100c0..ef48e458178e 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,7 +1,7 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v DISTVERSION= 4.25.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile index 2f3e6e074c8e..3fac8917cca7 100644 --- a/dns/dnscrypt-proxy2/Makefile +++ b/dns/dnscrypt-proxy2/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 2.1.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= dns security PKGNAMESUFFIX= 2 diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index c2b12c31d02f..597246083a9a 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,7 +1,7 @@ PORTNAME= doggo DISTVERSIONPREFIX= v DISTVERSION= 1.0.5 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= dns diff --git a/dns/godns/Makefile b/dns/godns/Makefile index b5b8a987f174..a47037729b7f 100644 --- a/dns/godns/Makefile +++ b/dns/godns/Makefile @@ -1,7 +1,7 @@ PORTNAME= godns DISTVERSIONPREFIX= v DISTVERSION= 3.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= https://raw.githubusercontent.com/TimothyYe/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/dns/nextdns/Makefile b/dns/nextdns/Makefile index a3de60389895..32d1078abd2a 100644 --- a/dns/nextdns/Makefile +++ b/dns/nextdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextdns PORTVERSION= 1.42.0 DISTVERSIONPREFIX= v -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= dns security MAINTAINER= rs@nextdns.io diff --git a/dns/prometheus-dnssec-exporter/Makefile b/dns/prometheus-dnssec-exporter/Makefile index 65c65a4cbf62..22c970772c0f 100644 --- a/dns/prometheus-dnssec-exporter/Makefile +++ b/dns/prometheus-dnssec-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= prometheus-dnssec-exporter DISTVERSION= g20220925 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= dns MAINTAINER= philip@FreeBSD.org diff --git a/dns/q-dns/Makefile b/dns/q-dns/Makefile index 1e7f58a19927..c13b502ed16f 100644 --- a/dns/q-dns/Makefile +++ b/dns/q-dns/Makefile @@ -1,7 +1,7 @@ PORTNAME= q-dns DISTVERSIONPREFIX= v DISTVERSION= 0.19.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/rdap/Makefile b/dns/rdap/Makefile index 85ca39dc476c..c5728e180a4c 100644 --- a/dns/rdap/Makefile +++ b/dns/rdap/Makefile @@ -1,7 +1,7 @@ PORTNAME= rdap DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= dns MAINTAINER= pi@FreeBSD.org diff --git a/dns/subfinder/Makefile b/dns/subfinder/Makefile index fd7297e432ce..7db3b9df3f9d 100644 --- a/dns/subfinder/Makefile +++ b/dns/subfinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= subfinder DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile index a6be4d9c45ac..a73ba19dbfbe 100644 --- a/dns/tldx/Makefile +++ b/dns/tldx/Makefile @@ -1,7 +1,7 @@ PORTNAME= tldx DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com diff --git a/dns/yandex-ddns/Makefile b/dns/yandex-ddns/Makefile index c3291e213921..19783b76237a 100644 --- a/dns/yandex-ddns/Makefile +++ b/dns/yandex-ddns/Makefile @@ -1,6 +1,6 @@ PORTNAME= yandex-ddns DISTVERSION= g20200613 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= dns MAINTAINER= ports@FreeBSD.org diff --git a/dns/zdns/Makefile b/dns/zdns/Makefile index a5f62205dfcb..74baa3c9ab04 100644 --- a/dns/zdns/Makefile +++ b/dns/zdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zdns DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/zns/Makefile b/dns/zns/Makefile index 0c39795fedd6..ed41f23a89f1 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zns DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com diff --git a/editors/Makefile b/editors/Makefile index 3656e873007d..2315d902a115 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -243,7 +243,6 @@ SUBDIR += py-editorconfig SUBDIR += py-pynvim SUBDIR += py-vim-bridge - SUBDIR += quilter SUBDIR += rehex SUBDIR += retext SUBDIR += rubygem-neovim diff --git a/editors/gomate/Makefile b/editors/gomate/Makefile index c24b9df6539c..36816d3a0a72 100644 --- a/editors/gomate/Makefile +++ b/editors/gomate/Makefile @@ -1,6 +1,6 @@ PORTNAME= gomate DISTVERSION= g20170711 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= editors MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 070e0bb6beb4..5744c75fec58 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,7 +1,7 @@ PORTNAME= micro DISTVERSIONPREFIX= v DISTVERSION= 2.0.14 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile deleted file mode 100644 index 6b4ee8810203..000000000000 --- a/editors/quilter/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= quilter -DISTVERSION= 3.3.4 -PORTREVISION= 2 -CATEGORIES= editors - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Editor allowing you to focus on your writing -WWW= https://github.com/lainsce/quilter - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= discount>0:textproc/discount -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgranite.so:x11-toolkits/granite \ - libgtkspell3-3.so:textproc/gtkspell3 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ - libhandy-1.so:x11-toolkits/libhandy - -USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build -USE_GITHUB= yes -GH_ACCOUNT= lainsce -USE_GNOME= glib20 gtk30 gtksourceview4 - -LDFLAGS+= ${LOCALBASE}/lib/libmarkdown.a - -BINARY_ALIAS= python3=${PYTHON_CMD} - -.include <bsd.port.mk> diff --git a/editors/quilter/distinfo b/editors/quilter/distinfo deleted file mode 100644 index a0954b75eb94..000000000000 --- a/editors/quilter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1728746280 -SHA256 (lainsce-quilter-3.3.4_GH0.tar.gz) = ea43d9e44de1232cf145b7644460430dd44d960781bd1d86ee61a14ff4b6c940 -SIZE (lainsce-quilter-3.3.4_GH0.tar.gz) = 1461457 diff --git a/editors/quilter/files/patch-meson.build b/editors/quilter/files/patch-meson.build deleted file mode 100644 index 3f937b587c87..000000000000 --- a/editors/quilter/files/patch-meson.build +++ /dev/null @@ -1,20 +0,0 @@ ---- meson.build.orig 2024-10-12 15:19:01 UTC -+++ meson.build -@@ -76,7 +76,7 @@ cc = meson.get_compiler('c') - ) - - cc = meson.get_compiler('c') --libmarkdown = cc.find_library('markdown', required: true) -+#libmarkdown = cc.find_library('markdown', required: true) - dependencies = [ - dependency('gio-2.0'), - dependency('gtk+-3.0'), -@@ -88,7 +88,7 @@ dependencies = [ - dependency('webkit2gtk-4.0'), - dependency('gtkspell3-3.0'), - dependency('libhandy-1'), -- libmarkdown, -+ #libmarkdown, - cc.find_library('m', required: true) - ] - diff --git a/editors/quilter/pkg-descr b/editors/quilter/pkg-descr deleted file mode 100644 index 845bd62efdf3..000000000000 --- a/editors/quilter/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Focus on your writing and write beautiful solid stories with the Focus Mode in -tow in this Markdown editor. diff --git a/editors/quilter/pkg-plist b/editors/quilter/pkg-plist deleted file mode 100644 index d9d99cc871bd..000000000000 --- a/editors/quilter/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/io.github.lainsce.Quilter -share/applications/io.github.lainsce.Quilter.desktop -share/fonts/truetype/quilt/QuiltMono.ttf -share/fonts/truetype/quilt/QuiltVier.ttf -share/fonts/truetype/quilt/QuiltZwei.ttf -share/glib-2.0/schemas/io.github.lainsce.Quilter.gschema.xml -share/gtksourceview-4/styles/io.github.lainsce.Quilter-dark.xml -share/gtksourceview-4/styles/io.github.lainsce.Quilter-sepia.xml -share/gtksourceview-4/styles/io.github.lainsce.Quilter.xml -share/icons/hicolor/scalable/apps/io.github.lainsce.Quilter.svg -share/icons/hicolor/scalable/apps/io.github.lainsce.QuilterDevel.svg -share/icons/hicolor/symbolic/apps/io.github.lainsce.Quilter-symbolic.svg -share/io.github.lainsce.Quilter/center_headers/cheaders.css -share/io.github.lainsce.Quilter/font/mono.css -share/io.github.lainsce.Quilter/font/sans.css -share/io.github.lainsce.Quilter/font/serif.css -share/io.github.lainsce.Quilter/highlight.js/lib/highlight.min.js -share/io.github.lainsce.Quilter/highlight.js/styles/dark.min.css -share/io.github.lainsce.Quilter/highlight.js/styles/default.min.css -share/io.github.lainsce.Quilter/highlight.js/styles/sepia.min.css -share/io.github.lainsce.Quilter/katex/katex.css -share/io.github.lainsce.Quilter/katex/katex.js -share/io.github.lainsce.Quilter/katex/render.js -share/io.github.lainsce.Quilter/mermaid/mermaid.js -share/io.github.lainsce.Quilter/wordlist/adjective.txt -share/io.github.lainsce.Quilter/wordlist/adverb.txt -share/io.github.lainsce.Quilter/wordlist/conjunction.txt -share/io.github.lainsce.Quilter/wordlist/verb.txt -share/locale/ca/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/da/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/de/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/eo/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/es/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/fr/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/it/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/ja/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/lt/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/nl/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/pl/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/pt_BR/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/locale/ru/LC_MESSAGES/io.github.lainsce.Quilter.mo -share/metainfo/io.github.lainsce.Quilter.appdata.xml diff --git a/emulators/Ymir/Makefile b/emulators/Ymir/Makefile index aaf5d4ed0a8c..ba5381637c76 100644 --- a/emulators/Ymir/Makefile +++ b/emulators/Ymir/Makefile @@ -1,6 +1,6 @@ PORTNAME= Ymir DISTVERSIONPREFIX= v -DISTVERSION= 0.1.8 +DISTVERSION= 0.2.0 CATEGORIES= emulators MAINTAINER= bsdcode@disroot.org @@ -16,17 +16,23 @@ ONLY_FOR_ARCHS_REASON= upstream only supports aarch64 and amd64 BUILD_DEPENDS= cereal>0:devel/cereal \ concurrentqueue>0:devel/concurrentqueue \ cxxopts>0:devel/cxxopts \ + date>0:devel/date \ glslangValidator:graphics/glslang \ glslc:graphics/shaderc \ + libnghttp3>0:www/libnghttp3 \ + libngtcp2>0:net/libngtcp2 \ + nlohmann-json>0:devel/nlohmann-json \ + semver>0:devel/semver \ stb>0:devel/stb \ - tomlplusplus>0:devel/tomlplusplus \ vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libchdr.so:devel/libchdr \ + libcurl.so:ftp/curl \ libfmt.so:devel/libfmt \ libglfw.so:graphics/glfw \ libimgui.so:x11-toolkits/imgui \ liblz4.so:archivers/liblz4 \ librtmidi.so:audio/rtmidi \ + libtomlplusplus.so:devel/tomlplusplus \ libvulkan.so:graphics/vulkan-loader \ libxxhash.so:devel/xxhash @@ -39,11 +45,11 @@ ${FLAVOR}_BUILD_DEPENDS= ${_${FLAVOR}_BR_DEPENDS} ${FLAVOR}_RUN_DEPENDS= ${_${FLAVOR}_BR_DEPENDS} USES= cmake compiler:c++20-lang desktop-file-utils gl \ - llvm${_LLVM_${ARCH}} pkgconfig sdl xorg + llvm${_LLVM_${ARCH}} localbase pkgconfig sdl xorg _LLVM_aarch64= :min=21 USE_GITHUB= yes GH_ACCOUNT= StrikerX3 -GH_TUPLE= StrikerX3:mio:c9dbe3a6f74b2c2c4a6c9621005c3df213a33eaa:mio/vendor/mio +GH_TUPLE= StrikerX3:mio:4e4cdc711d73d9dc96c0cb9475e6951f476218e6:mio/vendor/mio USE_GL= glut USE_SDL= sdl3 USE_XORG= xi xmu @@ -52,8 +58,7 @@ CMAKE_OFF= Ymir_DEV_BUILD \ Ymir_ENABLE_IMGUI_DEMO \ Ymir_ENABLE_SANDBOX \ Ymir_ENABLE_TESTS \ - Ymir_INCLUDE_PACKAGING \ - Ymir_SHARED_LIBS + Ymir_INCLUDE_PACKAGING CFLAGS+= -I${LOCALBASE}/include/concurrentqueue/moodycamel \ -I${LOCALBASE}/include/stb \ @@ -80,7 +85,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/apps/ymir-sdl3/res/io.github.strikerx3.ymir.desktop \ ${STAGEDIR}${DESKTOPDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps \ - ${STAGEDIR}${PREFIX}/share/metainfo + ${STAGEDIR}${PREFIX}/share/metainfo ${INSTALL_DATA} ${WRKSRC}/apps/ymir-sdl3/res/ymir.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps ${INSTALL_DATA} ${WRKSRC}/apps/ymir-sdl3/res/io.github.strikerx3.ymir.xml \ diff --git a/emulators/Ymir/distinfo b/emulators/Ymir/distinfo index ea0e78976f0f..26b0995b0a76 100644 --- a/emulators/Ymir/distinfo +++ b/emulators/Ymir/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757486628 -SHA256 (StrikerX3-Ymir-v0.1.8_GH0.tar.gz) = 6a5951c25a4a1796c0643aacdced3f31099014e4f89412c5eb11bb385c0218d3 -SIZE (StrikerX3-Ymir-v0.1.8_GH0.tar.gz) = 5477804 -SHA256 (StrikerX3-mio-c9dbe3a6f74b2c2c4a6c9621005c3df213a33eaa_GH0.tar.gz) = 384d3a3ee249ebda0766fa5dc9f8bc5a871c8b2e3d3eedf46f330e6350058738 -SIZE (StrikerX3-mio-c9dbe3a6f74b2c2c4a6c9621005c3df213a33eaa_GH0.tar.gz) = 34871 +TIMESTAMP = 1760363610 +SHA256 (StrikerX3-Ymir-v0.2.0_GH0.tar.gz) = 82270cd8cb0694d7575e1437e9a378e925d85c02cdb2c7eb7557eb8870fd5894 +SIZE (StrikerX3-Ymir-v0.2.0_GH0.tar.gz) = 6306947 +SHA256 (StrikerX3-mio-4e4cdc711d73d9dc96c0cb9475e6951f476218e6_GH0.tar.gz) = 5da72ba39d70edab8cc42075c40895758c4a4ad905f9254ed5fd216757331773 +SIZE (StrikerX3-mio-4e4cdc711d73d9dc96c0cb9475e6951f476218e6_GH0.tar.gz) = 34878 diff --git a/emulators/Ymir/files/patch-apps_ymir-sdl3_CMakeLists.txt b/emulators/Ymir/files/patch-apps_ymir-sdl3_CMakeLists.txt index e18e7f768ee3..8ba4d51260aa 100644 --- a/emulators/Ymir/files/patch-apps_ymir-sdl3_CMakeLists.txt +++ b/emulators/Ymir/files/patch-apps_ymir-sdl3_CMakeLists.txt @@ -1,11 +1,18 @@ ---- apps/ymir-sdl3/CMakeLists.txt.orig 2025-07-20 22:35:27 UTC +--- apps/ymir-sdl3/CMakeLists.txt.orig 2025-10-12 17:41:59 UTC +++ apps/ymir-sdl3/CMakeLists.txt -@@ -256,7 +256,7 @@ target_link_libraries(ymir-sdl3 PRIVATE - fmt - cxxopts - imgui::imgui -- tomlplusplus::tomlplusplus -+# tomlplusplus::tomlplusplus - cereal::cereal - lz4::lz4 - stb::stb +@@ -352,12 +352,12 @@ find_package(date CONFIG REQUIRED) + find_package(cereal CONFIG REQUIRED) + find_package(cxxopts CONFIG REQUIRED) + find_package(date CONFIG REQUIRED) +-find_package(OpenSSL CONFIG REQUIRED) + find_package(CURL REQUIRED) ++add_library(CURL::libcurl_static ALIAS CURL::libcurl) + find_package(fmt CONFIG REQUIRED) +-find_package(rtmidi CONFIG REQUIRED) ++pkg_check_modules(rtmidi REQUIRED IMPORTED_TARGET rtmidi) ++add_library(RtMidi::rtmidi ALIAS PkgConfig::rtmidi) + find_package(SDL3 CONFIG REQUIRED) +-find_package(Stb REQUIRED) + find_package(tomlplusplus CONFIG REQUIRED) + + target_include_directories(ymir-sdl3 diff --git a/emulators/Ymir/files/patch-apps_ymir-sdl3_src_app_ui_views_settings_cdblock__settings__view.cpp b/emulators/Ymir/files/patch-apps_ymir-sdl3_src_app_ui_views_settings_cdblock__settings__view.cpp new file mode 100644 index 000000000000..b9ecadb667d6 --- /dev/null +++ b/emulators/Ymir/files/patch-apps_ymir-sdl3_src_app_ui_views_settings_cdblock__settings__view.cpp @@ -0,0 +1,11 @@ +--- apps/ymir-sdl3/src/app/ui/views/settings/cdblock_settings_view.cpp.orig 2025-10-13 11:40:42 UTC ++++ apps/ymir-sdl3/src/app/ui/views/settings/cdblock_settings_view.cpp +@@ -6,7 +6,7 @@ + + #include <util/sdl_file_dialog.hpp> + +-#include <misc/cpp/imgui_stdlib.h> ++#include <imgui_stdlib.h> + + #include <SDL3/SDL_misc.h> + diff --git a/emulators/Ymir/files/patch-apps_ymir-sdl3_src_app_ui_windows_about__window.cpp b/emulators/Ymir/files/patch-apps_ymir-sdl3_src_app_ui_windows_about__window.cpp new file mode 100644 index 000000000000..a42fe54d23b6 --- /dev/null +++ b/emulators/Ymir/files/patch-apps_ymir-sdl3_src_app_ui_windows_about__window.cpp @@ -0,0 +1,14 @@ +--- apps/ymir-sdl3/src/app/ui/windows/about_window.cpp.orig 2025-10-14 17:56:52 UTC ++++ apps/ymir-sdl3/src/app/ui/windows/about_window.cpp +@@ -48,6 +48,11 @@ + #define ZLIB_VERSION "1.3.1" // Private dependency of libchdr + #define ZSTD_VERSION "1.5.6" // Private dependency of libchdr + ++// Needed on 13.5, openssl in base is too old ++#ifndef OPENSSL_FULL_VERSION_STR ++#define OPENSSL_FULL_VERSION_STR OPENSSL_VERSION_TEXT ++#endif ++ + static const std::string fmtVersion = std::to_string(FMT_VERSION / 10000) + "." + + std::to_string(FMT_VERSION / 100 % 100) + "." + std::to_string(FMT_VERSION % 100); + diff --git a/emulators/Ymir/files/patch-libs_ymir-core_CMakeLists.txt b/emulators/Ymir/files/patch-libs_ymir-core_CMakeLists.txt index 2c971a407b7a..607ae6341003 100644 --- a/emulators/Ymir/files/patch-libs_ymir-core_CMakeLists.txt +++ b/emulators/Ymir/files/patch-libs_ymir-core_CMakeLists.txt @@ -1,13 +1,15 @@ ---- libs/ymir-core/CMakeLists.txt.orig 2025-07-20 22:35:27 UTC +--- libs/ymir-core/CMakeLists.txt.orig 2025-10-13 12:04:15 UTC +++ libs/ymir-core/CMakeLists.txt -@@ -239,7 +239,10 @@ target_compile_features(ymir-core PUBLIC cxx_std_20) +@@ -289,10 +289,12 @@ target_compile_features(ymir-core PUBLIC cxx_std_20) + ) target_compile_features(ymir-core PUBLIC cxx_std_20) - ## Add dependencies +find_package(Threads REQUIRED) -+ + find_package(fmt CONFIG REQUIRED) + + ## Add dependencies target_link_libraries(ymir-core PUBLIC + Threads::Threads - fmt + fmt::fmt mio concurrentqueue diff --git a/emulators/Ymir/files/patch-vendor_CMakeLists.txt b/emulators/Ymir/files/patch-vendor_CMakeLists.txt index c6c095066435..7b6c480df4a9 100644 --- a/emulators/Ymir/files/patch-vendor_CMakeLists.txt +++ b/emulators/Ymir/files/patch-vendor_CMakeLists.txt @@ -1,100 +1,40 @@ ---- vendor/CMakeLists.txt.orig 2025-07-20 22:35:27 UTC +--- vendor/CMakeLists.txt.orig 2025-10-12 17:41:59 UTC +++ vendor/CMakeLists.txt -@@ -22,9 +22,12 @@ message(STATUS "Adding vendored libraries") - - message(STATUS "Adding vendored libraries") - -+find_package(PkgConfig REQUIRED) -+ - # {fmt} - https://github.com/fmtlib/fmt - message(STATUS "==> {fmt}") --add_subdirectory(fmt EXCLUDE_FROM_ALL) -+pkg_check_modules(fmt REQUIRED IMPORTED_TARGET GLOBAL fmt) -+add_library(fmt ALIAS PkgConfig::fmt) - - # mio - https://github.com/vimpunk/mio - # Notes: -@@ -36,65 +39,55 @@ message(STATUS "==> SDL") - - # SDL - https://github.com/libsdl-org/SDL - message(STATUS "==> SDL") --set(SDL_DISABLE_UNINSTALL ON) --set(SDL_TEST_LIBRARY OFF) --set(SDL_TESTS OFF) --set(SDL_EXAMPLES OFF) --if (BUILD_SHARED_LIBS) -- set(SDL_SHARED ON) -- set(SDL_STATIC OFF) --else () -- set(SDL_SHARED OFF) -- set(SDL_STATIC ON) --endif () --add_subdirectory_quiet(SDL EXCLUDE_FROM_ALL) -+find_package(SDL3 REQUIRED GLOBAL) - - # cxxopts - https://github.com/jarro2783/cxxopts - message(STATUS "==> cxxopts") --add_subdirectory(cxxopts EXCLUDE_FROM_ALL) -+find_package(cxxopts REQUIRED GLOBAL) -+add_library(cxxopts ALIAS cxxopts::cxxopts) - +@@ -36,28 +36,31 @@ message(STATUS "==> concurrentqueue") # concurrentqueue - https://github.com/cameron314/concurrentqueue + # - Not available as a vcpkg port message(STATUS "==> concurrentqueue") -add_subdirectory(concurrentqueue EXCLUDE_FROM_ALL) +find_package(concurrentqueue REQUIRED GLOBAL) +add_library(concurrentqueue ALIAS concurrentqueue::concurrentqueue) # dear ImGui - https://github.com/ocornut/imgui - # docking branch + # - Using the docking branch message(STATUS "==> dear ImGui") -add_subdirectory(imgui EXCLUDE_FROM_ALL) +find_package(imgui REQUIRED GLOBAL) - # toml++ - https://github.com/marzer/tomlplusplus - message(STATUS "==> toml++") --add_subdirectory(tomlplusplus EXCLUDE_FROM_ALL) -+find_package(tomlplusplus REQUIRED GLOBAL) - # xxHash - https://github.com/Cyan4973/xxHash + # - Unable to configure AVX2 support message(STATUS "==> xxHash") -add_subdirectory(xxHash EXCLUDE_FROM_ALL) +pkg_check_modules(libxxhash REQUIRED IMPORTED_TARGET GLOBAL libxxhash) +add_library(xxHash::xxHash ALIAS PkgConfig::libxxhash) # lz4 - https://github.com/lz4/lz4 + # - Unable to configure AVX2 support message(STATUS "==> lz4") -add_subdirectory(lz4 EXCLUDE_FROM_ALL) +pkg_check_modules(liblz4 REQUIRED IMPORTED_TARGET GLOBAL liblz4) +add_library(lz4::lz4 ALIAS PkgConfig::liblz4) - # cereal - https://github.com/USCiLab/cereal - message(STATUS "==> cereal") --set(BUILD_DOC OFF) --set(BUILD_SANDBOX OFF) --set(JUST_INSTALL_CEREAL ON) --add_subdirectory(cereal EXCLUDE_FROM_ALL) -+find_package(cereal REQUIRED GLOBAL) - - # stb - https://github.com/nothings/stb - message(STATUS "==> stb") --add_subdirectory(stb) -+add_library(stb INTERFACE) -+add_library(stb::stb ALIAS stb) - # libchdr - https://github.com/rtissera/libchdr + # - Not available as a vcpkg port message(STATUS "==> libchdr") -set(BUILD_FUZZER OFF) -add_subdirectory(libchdr) +pkg_check_modules(libchdr REQUIRED IMPORTED_TARGET GLOBAL libchdr) +add_library(chdr-static ALIAS PkgConfig::libchdr) - # rtmidi - https://github.com/thestk/rtmidi - message(STATUS "==> rtmidi") --set(RTMIDI_BUILD_STATIC_LIBS ON) --set(RTMIDI_BUILD_TESTING OFF) --add_subdirectory(rtmidi) -+pkg_check_modules(rtmidi REQUIRED IMPORTED_TARGET GLOBAL rtmidi) -+add_library(rtmidi ALIAS PkgConfig::rtmidi) - - # -------------------------------------------------------------------------------------------------- - # Test dependencies + # Place vendored library projects under a Vendored folder in Visual Studio solutions + if (MSVC) diff --git a/emulators/Ymir/files/patch-vendor_mio_include_mio_detail_mmap.ipp b/emulators/Ymir/files/patch-vendor_mio_include_mio_detail_mmap.ipp deleted file mode 100644 index cf610729c0d1..000000000000 --- a/emulators/Ymir/files/patch-vendor_mio_include_mio_detail_mmap.ipp +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/vimpunk/mio/issues/110 - ---- vendor/mio/include/mio/detail/mmap.ipp.orig 2025-02-12 00:14:41 UTC -+++ vendor/mio/include/mio/detail/mmap.ipp -@@ -208,7 +208,7 @@ inline mmap_context memory_map(const file_handle_type - char* mapping_start = static_cast<char*>(::mmap( - 0, // Don't give hint as to where to map. - length_to_map, -- mode == access_mode::read ? PROT_READ : PROT_WRITE, -+ mode == access_mode::read ? PROT_READ : PROT_READ | PROT_WRITE, - mode == access_mode::copy_on_write ? MAP_PRIVATE : MAP_SHARED, - file_handle, - aligned_offset)); diff --git a/emulators/Ymir/pkg-descr b/emulators/Ymir/pkg-descr index 2eae362fc391..907adbc7aaba 100644 --- a/emulators/Ymir/pkg-descr +++ b/emulators/Ymir/pkg-descr @@ -3,14 +3,16 @@ Ymir is a Sega Saturn emulator with the following features: - Load games from MAME CHD, BIN+CUE, IMG+CCD, MDF+MDS or ISO files - Automatic IPL (BIOS) ROM detection - Automatic region switching -- Up to two players with standard Control Pads or 3D Control Pads on both ports +- Up to two players with a variety of controllers on both ports - Fully customizable keybindings -- Backup RAM, DRAM and ROM cartridges +- Backup RAM, DRAM and ROM cartridges (more to come) - Integrated backup memory manager to import and export saves, and transfer between internal and cartridge RAM -- Save states +- Forwards-compatible save states - Rewinding (up to one minute at 60 fps), turbo speed, frame step (forwards and backwards) - Full screen mode with VRR support and low input lag -- Optional deinterlaced/progressive rendering of high resolution modes +- Graphics enhancements such as optional deinterlaced/progressive rendering of + high resolution modes and transparent mesh polygon rendering +- Optional low level CD block emulation - A feature-rich debugger diff --git a/emulators/magia/Makefile b/emulators/magia/Makefile index 7bd0194d25b8..f66c823fde6c 100644 --- a/emulators/magia/Makefile +++ b/emulators/magia/Makefile @@ -1,7 +1,7 @@ PORTNAME= magia DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org diff --git a/filesystems/Makefile b/filesystems/Makefile index 4f7065513f9a..67ebb926d71f 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -76,6 +76,7 @@ SUBDIR += mp3fs SUBDIR += mtools SUBDIR += mtpfs + SUBDIR += nbd-client-kmod SUBDIR += nbt SUBDIR += ntfs SUBDIR += ntfs-compression diff --git a/filesystems/kio-fuse/Makefile b/filesystems/kio-fuse/Makefile index fb88e9b94aa3..05127f8f3963 100644 --- a/filesystems/kio-fuse/Makefile +++ b/filesystems/kio-fuse/Makefile @@ -1,6 +1,5 @@ PORTNAME= kio-fuse -DISTVERSION= 5.1.0 -PORTREVISION= 2 +DISTVERSION= 5.1.1 CATEGORIES= filesystems sysutils kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -11,10 +10,10 @@ WWW= https://invent.kde.org/system/kio-fuse LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++11-lang fuse:3 kde:6 pkgconfig qt:6 tar:xz +USES= cmake compiler:c++17-lang fuse:3 kde:6 pkgconfig qt:6 tar:xz USE_KDE= coreaddons kio \ ecm:build -USE_QT= base +USE_QT= base declarative PLIST_FILES= lib/libexec/kio-fuse \ share/dbus-1/services/org.kde.KIOFuse.service diff --git a/filesystems/kio-fuse/distinfo b/filesystems/kio-fuse/distinfo index b839419dae7d..138202994112 100644 --- a/filesystems/kio-fuse/distinfo +++ b/filesystems/kio-fuse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705202711 -SHA256 (kio-fuse-5.1.0.tar.xz) = 7d104581227d5a19b424b33f4168d181556b1015d6df2218e01a88d64449e94b -SIZE (kio-fuse-5.1.0.tar.xz) = 48820 +TIMESTAMP = 1760473515 +SHA256 (kio-fuse-5.1.1.tar.xz) = adf6aa7ce055c0987e716a93ac01f3c0a97c1280421443cd6b21e0e71d763d14 +SIZE (kio-fuse-5.1.1.tar.xz) = 49404 diff --git a/filesystems/kio-fuse/files/patch-CMakeLists.txt b/filesystems/kio-fuse/files/patch-data_CMakeLists.txt index f6a3612f75c0..f7db38656eb3 100644 --- a/filesystems/kio-fuse/files/patch-CMakeLists.txt +++ b/filesystems/kio-fuse/files/patch-data_CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2024-01-14 03:25:35 UTC -+++ CMakeLists.txt -@@ -72,10 +72,12 @@ ecm_generate_dbus_service_file( +--- data/CMakeLists.txt.orig 2025-10-13 17:56:58 UTC ++++ data/CMakeLists.txt +@@ -11,8 +11,10 @@ ecm_generate_dbus_service_file( DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR} ) @@ -15,5 +15,3 @@ + ecm_install_configured_files(INPUT kio-fuse.service.in DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR}) + endif() endif() - - feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/filesystems/nbd-client-kmod/Makefile b/filesystems/nbd-client-kmod/Makefile new file mode 100644 index 000000000000..27d78925a28d --- /dev/null +++ b/filesystems/nbd-client-kmod/Makefile @@ -0,0 +1,31 @@ +PORTNAME= nbd-client +DISTVERSION= g20250928 +CATEGORIES= filesystems +PKGNAMESUFFIX= -kmod + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Kernel NBD client for FreeBSD GEOM framework +WWW= https://github.com/ryan-moeller/kernel-nbd-client + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= kmod ssl uidfix +USE_GITHUB= yes +GH_ACCOUNT= ryan-moeller +GH_PROJECT= kernel-nbd-client +GH_TAGNAME= df0528162deffaabaae4365394b4b6e75ff3fcaf + +MAKE_ENV= GEOM_CLASS_DIR="${PREFIX}/lib/geom" \ + MANDIR="${PREFIX}/share/man/man" + +SUB_FILES= gnbd + +pre-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/geom + +post-install: + ${INSTALL_SCRIPT} ${WRKDIR}/gnbd ${STAGEDIR}${PREFIX}/sbin/gnbd + ${INSTALL_DATA} ${WRKSRC}/devd.conf.sample ${STAGEDIR}${PREFIX}/etc/devd/${PORTNAME}.conf.sample + +.include <bsd.port.mk> diff --git a/filesystems/nbd-client-kmod/distinfo b/filesystems/nbd-client-kmod/distinfo new file mode 100644 index 000000000000..8d781e318f51 --- /dev/null +++ b/filesystems/nbd-client-kmod/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760457302 +SHA256 (ryan-moeller-kernel-nbd-client-g20250928-df0528162deffaabaae4365394b4b6e75ff3fcaf_GH0.tar.gz) = 9e6b66d41ae86c5eb52f9cb835b7517775d2a58a0523d7617ff55d91384f792f +SIZE (ryan-moeller-kernel-nbd-client-g20250928-df0528162deffaabaae4365394b4b6e75ff3fcaf_GH0.tar.gz) = 39296 diff --git a/filesystems/nbd-client-kmod/files/gnbd.in b/filesystems/nbd-client-kmod/files/gnbd.in new file mode 100644 index 000000000000..94d021b26b05 --- /dev/null +++ b/filesystems/nbd-client-kmod/files/gnbd.in @@ -0,0 +1,3 @@ +#!/bin/sh + +exec env GEOM_LIBRARY_PATH="%%LOCALBASE%%/lib/geom" /sbin/geom nbd "$@" diff --git a/filesystems/nbd-client-kmod/files/patch-lib_Makefile b/filesystems/nbd-client-kmod/files/patch-lib_Makefile new file mode 100644 index 000000000000..72ec380c46c4 --- /dev/null +++ b/filesystems/nbd-client-kmod/files/patch-lib_Makefile @@ -0,0 +1,12 @@ +--- lib/Makefile.orig 2025-10-14 17:24:26 UTC ++++ lib/Makefile +@@ -21,9 +21,6 @@ LDADD+= -lssl -lcrypto + LDADD+= -lssl -lcrypto + #.endif + +-# Not needed when in tree +-LINKS= /sbin/geom /sbin/gnbd +- + .PATH: ${SRCTOP}/sbin/geom/misc + + .include <bsd.lib.mk> diff --git a/filesystems/nbd-client-kmod/pkg-descr b/filesystems/nbd-client-kmod/pkg-descr new file mode 100644 index 000000000000..199e3750eea1 --- /dev/null +++ b/filesystems/nbd-client-kmod/pkg-descr @@ -0,0 +1,5 @@ +FreeBSD Geom NBD Client is a Network Block Device (NBD) client for +the FreeBSD kernel GEOM framework. + +The project consists of a kernel driver for the NBD GEOM class in +mod/ and a user library for the geom(8) control utility in lib/. diff --git a/filesystems/nbd-client-kmod/pkg-plist b/filesystems/nbd-client-kmod/pkg-plist new file mode 100644 index 000000000000..6467c9b1e620 --- /dev/null +++ b/filesystems/nbd-client-kmod/pkg-plist @@ -0,0 +1,5 @@ +/%%KMODDIR%%/geom_nbd.ko +lib/geom/geom_nbd.so +share/man/man8/gnbd.8.gz +sbin/gnbd +@sample etc/devd/nbd-client.conf.sample diff --git a/filesystems/webdavfs/Makefile b/filesystems/webdavfs/Makefile index 47928042f4f6..8668ee06c88c 100644 --- a/filesystems/webdavfs/Makefile +++ b/filesystems/webdavfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= filesystems MAINTAINER= eugen@FreeBSD.org diff --git a/filesystems/zfs-snap-diff/Makefile b/filesystems/zfs-snap-diff/Makefile index 0f7fa0256d5d..bb8a89e9491f 100644 --- a/filesystems/zfs-snap-diff/Makefile +++ b/filesystems/zfs-snap-diff/Makefile @@ -1,7 +1,7 @@ PORTNAME= zfs-snap-diff PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= filesystems sysutils MAINTAINER= ports@FreeBSD.org diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index 6ccfa0a81ada..3ba4c47c3f3b 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems sysutils PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index f8844c4541fc..103e38f11a54 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index eb6bb7de912d..36779856a43e 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -1,7 +1,7 @@ PORTNAME= fixc PORTVERSION= 1.2 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= finance MAINTAINER= blttll@gmail.com diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 9d26430ea7fe..eae4fae86f62 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,7 +1,7 @@ PORTNAME= homebox DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} diff --git a/finance/lnd/Makefile b/finance/lnd/Makefile index d949213a4370..d83a5f913122 100644 --- a/finance/lnd/Makefile +++ b/finance/lnd/Makefile @@ -1,7 +1,7 @@ PORTNAME= lnd DISTVERSIONPREFIX= v DISTVERSION= 0.17.3-beta -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org diff --git a/finance/nextcloud-cospend/Makefile b/finance/nextcloud-cospend/Makefile index 50b511e1c381..12b3036d3457 100644 --- a/finance/nextcloud-cospend/Makefile +++ b/finance/nextcloud-cospend/Makefile @@ -1,5 +1,5 @@ PORTNAME= cospend -PORTVERSION= 3.1.5 +PORTVERSION= 3.1.6 CATEGORIES= finance www editors MASTER_SITES= https://github.com/julien-nc/${PORTNAME}-nc/releases/download/v${PORTVERSION}/ diff --git a/finance/nextcloud-cospend/distinfo b/finance/nextcloud-cospend/distinfo index f1dff3dcb07e..634234e36db8 100644 --- a/finance/nextcloud-cospend/distinfo +++ b/finance/nextcloud-cospend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760277446 -SHA256 (nextcloud/cospend-3.1.5.tar.gz) = d098bd6096a29094bb18c7f1e37aede009b43afe7651d5855b2de7a736aa903d -SIZE (nextcloud/cospend-3.1.5.tar.gz) = 5029972 +TIMESTAMP = 1760430012 +SHA256 (nextcloud/cospend-3.1.6.tar.gz) = 283da5eaa6a41203eb9e880970b3597cefbf394627548ec99fc36d58ec1e5877 +SIZE (nextcloud/cospend-3.1.6.tar.gz) = 5031897 diff --git a/finance/ticker/Makefile b/finance/ticker/Makefile index 280f8795db62..5a0888d169ba 100644 --- a/finance/ticker/Makefile +++ b/finance/ticker/Makefile @@ -1,6 +1,6 @@ PORTNAME= ticker DISTVERSIONPREFIX= v -DISTVERSION= 5.0.6 +DISTVERSION= 5.0.7 PORTREVISION= 1 CATEGORIES= finance @@ -12,7 +12,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.24,modules -GH_ACCOUNT= achannarasappa GO_BUILDFLAGS= -ldflags="-X github.com/achannarasappa/ticker/v4/cmd.Version=${DISTVERSIONPREFIX}${PKGVERSION}" GO_MODULE= github.com/achannarasappa/ticker/v5 diff --git a/finance/ticker/distinfo b/finance/ticker/distinfo index 45e600d2ff1c..aa0ea3e7b06d 100644 --- a/finance/ticker/distinfo +++ b/finance/ticker/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757410706 -SHA256 (go/finance_ticker/ticker-v5.0.6/v5.0.6.mod) = 8dbac1083855a53eb0671a0289fdc1cd66ddc51258957eef6130c5d3b015ef2f -SIZE (go/finance_ticker/ticker-v5.0.6/v5.0.6.mod) = 2587 -SHA256 (go/finance_ticker/ticker-v5.0.6/v5.0.6.zip) = 84e82731ceed245c83f6672e2e25ea48b0585752f455a1e3b3e9bb872d9a4961 -SIZE (go/finance_ticker/ticker-v5.0.6/v5.0.6.zip) = 1673591 +TIMESTAMP = 1759933646 +SHA256 (go/finance_ticker/ticker-v5.0.7/v5.0.7.mod) = 8dbac1083855a53eb0671a0289fdc1cd66ddc51258957eef6130c5d3b015ef2f +SIZE (go/finance_ticker/ticker-v5.0.7/v5.0.7.mod) = 2587 +SHA256 (go/finance_ticker/ticker-v5.0.7/v5.0.7.zip) = 59f0d8c48f494a26b3ab0699ca812fa3d1dca44541b95a70f699411d2c2b0d95 +SIZE (go/finance_ticker/ticker-v5.0.7/v5.0.7.zip) = 1673683 diff --git a/ftp/curlie/Makefile b/ftp/curlie/Makefile index 2bf3dc273bed..4ee0d737e29a 100644 --- a/ftp/curlie/Makefile +++ b/ftp/curlie/Makefile @@ -1,7 +1,7 @@ PORTNAME= curlie DISTVERSIONPREFIX= v DISTVERSION= 1.6.7 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= ftp net www MAINTAINER= 0mp@FreeBSD.org diff --git a/ftp/pget/Makefile b/ftp/pget/Makefile index efe78a1ce3c0..3c51cd33f060 100644 --- a/ftp/pget/Makefile +++ b/ftp/pget/Makefile @@ -1,7 +1,7 @@ PORTNAME= pget DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= ftp net www MAINTAINER= yuri@FreeBSD.org diff --git a/games/Makefile b/games/Makefile index fef48266dbba..b40fdef8c6a5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -309,7 +309,6 @@ SUBDIR += fs2open SUBDIR += funnyboat SUBDIR += galaxis - SUBDIR += galaxyhack SUBDIR += garden-of-coloured-lights SUBDIR += gargoyle SUBDIR += gbrainy @@ -1137,7 +1136,6 @@ SUBDIR += xpired SUBDIR += xpuzzletama SUBDIR += xpyraminx - SUBDIR += xqf SUBDIR += xrally SUBDIR += xray-16 SUBDIR += xray_re-tools diff --git a/games/automuteus/Makefile b/games/automuteus/Makefile index 166aeea3ba3d..f1625ea9f3ba 100644 --- a/games/automuteus/Makefile +++ b/games/automuteus/Makefile @@ -1,6 +1,6 @@ PORTNAME= automuteus DISTVERSION= 8.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= seafork@disroot.org diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile deleted file mode 100644 index 512e7ae98896..000000000000 --- a/games/galaxyhack/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -PORTNAME= galaxyhack -PORTVERSION= 1.74 -PORTREVISION= 43 -CATEGORIES= games -MASTER_SITES= SF \ - SF/${PORTNAME}/Fleet%20packages/020906:fleets -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= AI script based strategy game -WWW= https://galaxyhack.sourceforge.net/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= fails to build with boost-1.85+ -EXPIRATION_DATE=2025-10-13 - -BUILD_DEPENDS= winicontoppm:graphics/netpbm -LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ - libfreetype.so:print/freetype2 - -OPTIONS_DEFINE= FLEETS OPTIMIZED_CFLAGS -OPTIONS_DEFAULT= OPTIMIZED_CFLAGS -OPTIONS_SUB= yes -FLEETS_DESC= Additional fleets - -WRKSRC= ${WRKDIR}/${PORTNAME}/src - -USES= compiler:c++11-lang dos2unix gmake sdl tar:bzip2 -USE_SDL= gfx image mixer sdl -ALL_TARGET= ${PORTNAME} - -CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} -CXXFLAGS_clang= -Wno-c++11-narrowing - -SUB_FILES= ${PORTNAME}-sh - -PLIST_FILES= bin/galaxyhack \ - libexec/galaxyhack \ - share/pixmaps/galaxyhack.png -PORTDATA= * - -DESKTOP_ENTRIES="GalaxyHack" "" "${PREFIX}/share/pixmaps/galaxyhack.png" \ - "${PORTNAME}" "" "" - -FLEETS_DISTFILES= gh_fleets_020906.zip:fleets -FLEETS_EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip -OPTIMIZED_CFLAGS_MAKE_ENV= OPTIMIZED_CFLAGS=YES - -post-build: - @(winicontoppm ${WRKSRC}/../GalaxyHack.ico | pnmtopng \ - > ${WRKDIR}/galaxyhack.png) - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec/ - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/../settings.dat ${STAGEDIR}${DATADIR} -.for d in fleets gamedata graphics music standardpictures - @(cd ${WRKSRC}/.. && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) -.endfor - @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKDIR}/galaxyhack.png ${STAGEDIR}/${PREFIX}/share/pixmaps - -do-install-FLEETS-on: - @${MKDIR} ${STAGEDIR}${DATADIR} - @${UNZIP_CMD} -o ${DISTDIR}/${FLEETS_DISTFILES:S/:fleets//} \ - -x "*/CVS/*" "*/.svn/*" -d ${STAGEDIR}${DATADIR} - @cd ${STAGEDIR}${PREFIX} && ${FIND} -d ${DATADIR_REL} -type d -empty -exec \ - ${ECHO_CMD} @dir {} \; >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/games/galaxyhack/distinfo b/games/galaxyhack/distinfo deleted file mode 100644 index 92850ced4655..000000000000 --- a/games/galaxyhack/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (galaxyhack-1.74.tar.bz2) = ae6529008fe5be76607ce78833ef3b5d55e10f60a998b5747255b0854037880a -SIZE (galaxyhack-1.74.tar.bz2) = 9948336 -SHA256 (gh_fleets_020906.zip) = d159de55d36c5699f76102403ada9541cf875c49d13f42b764b2ad389ce4250b -SIZE (gh_fleets_020906.zip) = 7451243 diff --git a/games/galaxyhack/files/galaxyhack-sh.in b/games/galaxyhack/files/galaxyhack-sh.in deleted file mode 100644 index 930b2551a4ab..000000000000 --- a/games/galaxyhack/files/galaxyhack-sh.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# The executable needs to be run from its data directory, and needs to store -# configuration in it. We therefore mirror the data directory hierarchy in -# ~/.galaxyhack, and create symlinks to the data files, but the configuration -# file is copied, and write permission for the user is added to it. - -if [ -d ~/.galaxyhack ] -then - echo "Using existing ~/.galaxyhack directory." -else - echo "Creating ~/.galaxyhack directory." - cd %%DATADIR%% || exit 1 - find * -type d -exec mkdir -p ~/.galaxyhack/{} \; - cp settings.dat ~/.galaxyhack && chmod u+w ~/.galaxyhack/settings.dat - find * -type f -exec ln -s %%DATADIR%%/{} ~/.galaxyhack/{} \; 2>/dev/null -fi - -cd ~/.galaxyhack || exit 1 -exec %%PREFIX%%/libexec/galaxyhack "$@" diff --git a/games/galaxyhack/files/patch-JSDL.cpp b/games/galaxyhack/files/patch-JSDL.cpp deleted file mode 100644 index bacd8c758b04..000000000000 --- a/games/galaxyhack/files/patch-JSDL.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- JSDL.cpp.orig 2015-09-20 01:08:54 UTC -+++ JSDL.cpp -@@ -18,6 +18,7 @@ - #include <SDL_mixer.h> - - #include <cstdlib> -+#include <cstring> - #include <fstream> - #include <stdexcept> - diff --git a/games/galaxyhack/files/patch-Makefile b/games/galaxyhack/files/patch-Makefile deleted file mode 100644 index ef26385d8848..000000000000 --- a/games/galaxyhack/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Wed Oct 4 22:32:43 2006 -+++ Makefile Wed Oct 4 22:34:18 2006 -@@ -9,9 +9,13 @@ - INSTALL_DIR=/usr/local/share - INSTALL_BIN_DIR=/usr/local/bin - --CXX = g++ --CXXFLAGS = $(shell sdl-config --cflags) -O3 --LDFLAGS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem -+CXX ?= g++ -+CXXFLAGS += $(shell $(SDL_CONFIG) --cflags) -+LDFLAGS += $(shell $(SDL_CONFIG) --libs) -lSDL_image -lSDL_mixer -lboost_filesystem -lboost_system -+ -+ifdef OPTIMIZED_CFLAGS -+CXXFLAGS += -O3 -+endif - - OBJS = AIInterpreter.o AutoFireUnit.o BCCompiler.o DerivedGroups.o DragWindow.o \ - ForceSelect.o ForceSelectWin.o GenWindow.o GenWindow_Base.o GFX.o Globals.o \ diff --git a/games/galaxyhack/files/patch-SetupBattle.cpp b/games/galaxyhack/files/patch-SetupBattle.cpp deleted file mode 100644 index 355a2c7bc048..000000000000 --- a/games/galaxyhack/files/patch-SetupBattle.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- SetupBattle.cpp.orig Fri Jul 6 01:44:52 2007 -+++ SetupBattle.cpp Fri Jul 6 01:52:29 2007 -@@ -18,7 +18,7 @@ - #include "PreBattle.h" - - #include <sstream> --#include <boost/filesystem/exception.hpp> -+#include <boost/filesystem.hpp> - - using std::stringstream; - using std::getline; diff --git a/games/galaxyhack/files/patch-boost-1.52 b/games/galaxyhack/files/patch-boost-1.52 deleted file mode 100644 index ac824e4efbcf..000000000000 --- a/games/galaxyhack/files/patch-boost-1.52 +++ /dev/null @@ -1,77 +0,0 @@ ---- ForceSelectWin.cpp.orig 2012-08-20 17:35:01.000000000 +0200 -+++ ForceSelectWin.cpp 2012-08-20 17:47:19.000000000 +0200 -@@ -1596,15 +1596,15 @@ - fs::directory_iterator directoryEnd; // default construction yields past-the-end - for (fs::directory_iterator iter(sourcePath); iter != directoryEnd; ++iter) { - if (is_directory(*iter)) { -- fs::create_directory(destPath.string() + "/" + iter->leaf()); -- DoCopy(sourcePath.string() + "/" + iter->leaf(), destPath.string() + "/" + iter->leaf()); -+ fs::create_directory(destPath.string() + "/" + iter->path().filename().string()); -+ DoCopy(sourcePath.string() + "/" + iter->path().filename().string(), destPath.string() + "/" + iter->path().filename().string()); - continue; - } - string destFile; -- if (iter->leaf() == sideName + ".dat") -+ if (iter->path().filename() == sideName + ".dat") - destFile = theInput + ".dat"; - else -- destFile = iter->leaf(); -+ destFile = iter->path().filename().string(); - - fs::copy_file(*iter, destPath.string() + "/" + destFile); - } ---- Main.cpp.orig 2012-08-20 17:48:13.000000000 +0200 -+++ Main.cpp 2012-08-20 17:50:51.000000000 +0200 -@@ -339,12 +339,6 @@ - - void GameInit(char* argv[]) { - namespace fs = boost::filesystem; -- //boost is really quite stupid -- #ifndef WIN32 -- fs::path::default_name_check(fs::windows_name); -- #else -- fs::path::default_name_check(fs::native); -- #endif - - FindHomePath(); - LoadSettings(argv); ---- Menu_Base.cpp.orig 2012-08-20 17:51:05.000000000 +0200 -+++ Menu_Base.cpp 2012-08-20 17:52:15.000000000 +0200 -@@ -206,7 +206,7 @@ - - fs::directory_iterator directoryEnd; // default construction yields past-the-end - for (fs::directory_iterator iter(directory); iter != directoryEnd; ++iter) { -- string filename = iter->leaf(); -+ string filename = iter->path().filename().string(); - - if (filename.find('.') == filename.npos) - continue; -@@ -237,7 +237,7 @@ - fs::directory_iterator directoryEnd; // default construction yields past-the-end - for (fs::directory_iterator iter(globalSettings.bdp + "fleets/"); iter != directoryEnd; ++iter) { - if (fs::is_directory(*iter)) { -- string fleetName = iter->leaf(); -+ string fleetName = iter->path().filename().string(); - - if (CheckFleetExists(fleetName)) { - tempItem.desc = fleetName; -@@ -261,7 +261,7 @@ - fs::path iterPath(GetFleetDir(whichSide)); - fs::directory_iterator directoryEnd; // default construction yields past-the-end - for (fs::directory_iterator iter(iterPath); iter != directoryEnd; ++iter) { -- string filename = iter->leaf(); -+ string filename = iter->path().filename().string(); - - if (filename.find('.') == filename.npos) - continue; ---- Stuff.cpp.orig 2012-08-20 17:52:36.000000000 +0200 -+++ Stuff.cpp 2012-08-20 17:53:11.000000000 +0200 -@@ -657,7 +657,7 @@ - fs::directory_iterator directoryEnd; // default construction yields past-the-end - for (fs::directory_iterator iter(tempPath); iter != directoryEnd; ++iter) { - if (fs::is_directory(*iter) && !fs::is_empty(*iter)) -- RemoveDirectory(iter->string()); -+ RemoveDirectory(iter->path().string()); - else - fs::remove(*iter); - } diff --git a/games/galaxyhack/pkg-descr b/games/galaxyhack/pkg-descr deleted file mode 100644 index 210f8f34966a..000000000000 --- a/games/galaxyhack/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -GalaxyHack allows you to design a fleet of spaceships which can then be tested -in AI script based battles against fleets designed by other players. Though -battles take place in real time, the strategy comes before hand, both in -writing short AI scripts in a simple scripting language, and also in the set -up and selection of your fleet. You don't actually have any control over your -units at all mid-battle, but rather use the time to see where the set up of -your fleets is working, where your fleets' weaknesses lie and changes are -needed, and perhaps also to learn from the strategy of your opponent. - -The game revolves around very large capital ships, from which smaller ships -are launched. To win a battle you must destroy of all of your opponent's -capital ships before they destroy yours. - -There can be hundreds of units in any one battle, but there is no harvesting, -resource management or base building. diff --git a/games/luanti/Makefile b/games/luanti/Makefile index 7f413eb3029b..fc080726fdad 100644 --- a/games/luanti/Makefile +++ b/games/luanti/Makefile @@ -1,5 +1,5 @@ PORTNAME= luanti -DISTVERSION= 5.13.0 +DISTVERSION= 5.14.0 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/luanti/distinfo b/games/luanti/distinfo index 486e9945b3fc..5f09a2a3a58f 100644 --- a/games/luanti/distinfo +++ b/games/luanti/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754054118 -SHA256 (luanti-org-luanti-5.13.0_GH0.tar.gz) = 9a69725ecd15b793a8fa0094166a9081368b8fc9ccd6ce84d3985833c8284ea0 -SIZE (luanti-org-luanti-5.13.0_GH0.tar.gz) = 12276771 +TIMESTAMP = 1759752907 +SHA256 (luanti-org-luanti-5.14.0_GH0.tar.gz) = b9f561fa37db3c7ea1b8ba15cfede8282b7a79b9e939b0357269c8b037cf5aea +SIZE (luanti-org-luanti-5.14.0_GH0.tar.gz) = 12421600 diff --git a/games/luanti/pkg-plist b/games/luanti/pkg-plist index 47f18b2251ae..9ddba76939dc 100644 --- a/games/luanti/pkg-plist +++ b/games/luanti/pkg-plist @@ -6,6 +6,7 @@ share/applications/org.luanti.luanti.desktop share/icons/hicolor/128x128/apps/luanti.png share/icons/hicolor/scalable/apps/luanti.svg +%%CLIENT%%%%NLS%%share/locale/az/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/bar/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/be/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/bg/LC_MESSAGES/luanti.mo @@ -29,6 +30,7 @@ share/icons/hicolor/scalable/apps/luanti.svg %%CLIENT%%%%NLS%%share/locale/gd/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/gl/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/hu/LC_MESSAGES/luanti.mo +%%CLIENT%%%%NLS%%share/locale/hy/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/id/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/it/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/ja/LC_MESSAGES/luanti.mo @@ -36,6 +38,7 @@ share/icons/hicolor/scalable/apps/luanti.svg %%CLIENT%%%%NLS%%share/locale/jv/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/kab/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/kk/LC_MESSAGES/luanti.mo +%%CLIENT%%%%NLS%%share/locale/kmr/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/ko/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/kv/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/ky/LC_MESSAGES/luanti.mo @@ -63,6 +66,7 @@ share/icons/hicolor/scalable/apps/luanti.svg %%CLIENT%%%%NLS%%share/locale/sv/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/sw/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/ta/LC_MESSAGES/luanti.mo +%%CLIENT%%%%NLS%%share/locale/tl/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/tok/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/tr/LC_MESSAGES/luanti.mo %%CLIENT%%%%NLS%%share/locale/tt/LC_MESSAGES/luanti.mo diff --git a/games/neo-cowsay/Makefile b/games/neo-cowsay/Makefile index 727fb70f5604..2d3d14ed389a 100644 --- a/games/neo-cowsay/Makefile +++ b/games/neo-cowsay/Makefile @@ -1,7 +1,7 @@ PORTNAME= neo-cowsay DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org diff --git a/games/typtea/Makefile b/games/typtea/Makefile index 54f0cc5bca1f..8aca63351aed 100644 --- a/games/typtea/Makefile +++ b/games/typtea/Makefile @@ -1,7 +1,7 @@ PORTNAME= typtea DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= nxjoseph@protonmail.com diff --git a/games/xqf/Makefile b/games/xqf/Makefile deleted file mode 100644 index 874ce8235b5a..000000000000 --- a/games/xqf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= xqf -PORTVERSION= 1.0.6.2 -PORTREVISION= 3 -DISTVERSIONPREFIX= ${PORTNAME}- -CATEGORIES= games - -MAINTAINER= ports@FreeBSD.org -COMMENT= Server browser for many popular 3D action games -WWW= http://www.linuxgames.com/xqf/ - -BROKEN= Fails to build, ld: error: non-exported symbol 'environ' in '/usr/lib/crt1.o' is referenced by DSO '/lib/libc.so.7' -EXPIRATION_DATE=2025-10-13 - -RUN_DEPENDS= qstat:games/qstat - -USES= autoreconf gettext gmake gnome pkgconfig xorg -USE_GNOME= intlhack gdkpixbuf gdkpixbuf2xlib -USE_XORG= x11 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -USE_GITHUB= yes -GH_ACCOUNT= XQF - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lX11 - -PORTDATA= * -PORTDOCS= * - -OPTIONS_DEFINE= GTK2 BZIP2 DOCS -OPTIONS_DEFAULT=GTK2 BZIP2 - -GTK2_USE= GNOME=gtk20 -GTK2_CONFIGURE_ENABLE= gtk2 - -BZIP2_CONFIGURE_ENABLE= bzip2 - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/games/xqf/distinfo b/games/xqf/distinfo deleted file mode 100644 index 0642f555fa71..000000000000 --- a/games/xqf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615661122 -SHA256 (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = bcfb87c9a452993b13bd1019b0c61459a37cbc37b13b951b73f2a93b2b1c83ad -SIZE (XQF-xqf-xqf-1.0.6.2_GH0.tar.gz) = 595096 diff --git a/games/xqf/files/patch-src__country-filter.h b/games/xqf/files/patch-src__country-filter.h deleted file mode 100644 index 828dd7db4cd5..000000000000 --- a/games/xqf/files/patch-src__country-filter.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/country-filter.h.orig 2014-11-02 00:43:18 UTC -+++ src/country-filter.h -@@ -22,6 +22,9 @@ - - #include <glib.h> - #include "pixmaps.h" -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - - extern unsigned MaxCountries; diff --git a/games/xqf/files/patch-src__trayicon.c b/games/xqf/files/patch-src__trayicon.c deleted file mode 100644 index 040703fa3c6c..000000000000 --- a/games/xqf/files/patch-src__trayicon.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/trayicon.c.orig 2014-11-02 00:43:18 UTC -+++ src/trayicon.c -@@ -726,6 +726,7 @@ static void egg_tray_icon_update_manager_window (EggTr - icon->ready=TRUE; - } - } else { -+ GdkWindow *gdkwin; - - icon->box=gtk_event_box_new (); - gtk_container_add(GTK_CONTAINER(icon), icon->box); -@@ -736,8 +737,6 @@ static void egg_tray_icon_update_manager_window (EggTr - - gtk_widget_show (icon->image); - gtk_widget_show(icon->box); -- -- GdkWindow *gdkwin; - - gdkwin = gdk_window_lookup (icon->manager_window); - gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon); diff --git a/games/xqf/files/patch-src_filter.c b/games/xqf/files/patch-src_filter.c deleted file mode 100644 index 81fd064ce7b9..000000000000 --- a/games/xqf/files/patch-src_filter.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filter.c.orig 2014-11-02 00:43:18 UTC -+++ src/filter.c -@@ -142,6 +142,7 @@ static unsigned filter_current_time = 1; - - unsigned server_filter_dialog_current_filter = 0; - -+unsigned current_server_filter; - - static GtkWidget *filter_option_menu; - static GtkWidget *filter_retries_spinner; diff --git a/games/xqf/files/patch-src_filter.h b/games/xqf/files/patch-src_filter.h deleted file mode 100644 index 98c28df52651..000000000000 --- a/games/xqf/files/patch-src_filter.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filter.h.orig 2014-11-02 00:43:18 UTC -+++ src/filter.h -@@ -89,7 +89,6 @@ extern unsigned char cur_filter; - - extern GArray* server_filters; - --unsigned int current_server_filter; - extern unsigned int current_server_filter; - - diff --git a/games/xqf/pkg-descr b/games/xqf/pkg-descr deleted file mode 100644 index 7d2d050cd126..000000000000 --- a/games/xqf/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -XQF is a game server browser and launcher for Unix/X11 for many popular games -such as the Quake series, Unreal Tournament series, Half-Life etc. XQF is a -front-end to QStat, a program by Steve Jankowski and uses the GTK+ toolkit. diff --git a/games/xqf/pkg-plist b/games/xqf/pkg-plist deleted file mode 100644 index 96cc3f83137f..000000000000 --- a/games/xqf/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/xqf -share/man/man6/xqf.6.gz -share/locale/ca/LC_MESSAGES/xqf.mo -share/locale/da/LC_MESSAGES/xqf.mo -share/locale/de/LC_MESSAGES/xqf.mo -share/locale/es/LC_MESSAGES/xqf.mo -share/locale/fi/LC_MESSAGES/xqf.mo -share/locale/fr/LC_MESSAGES/xqf.mo -share/locale/pl/LC_MESSAGES/xqf.mo -share/locale/ru/LC_MESSAGES/xqf.mo -share/applications/xqf.desktop -share/pixmaps/xqf.png -share/pixmaps/xqf.svg -share/pixmaps/xqf.xpm -share/pixmaps/xqf_22x22.png -share/pixmaps/xqf_32x32.png -share/pixmaps/xqf_48x48.png -share/pixmaps/xqf_48x48_2.png -@dir libexec/xqf diff --git a/graphics/Makefile b/graphics/Makefile index f47942ee1b54..2bccf42a9ba8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -17,6 +17,7 @@ SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs SUBDIR += R-cran-farver + SUBDIR += R-cran-ggforce SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-ggrepel SUBDIR += R-cran-gridBase @@ -32,6 +33,7 @@ SUBDIR += R-cran-qcc SUBDIR += R-cran-qpdf SUBDIR += R-cran-ragg + SUBDIR += R-cran-rgl SUBDIR += R-cran-s2 SUBDIR += R-cran-scales SUBDIR += R-cran-shape diff --git a/graphics/R-cran-ggforce/Makefile b/graphics/R-cran-ggforce/Makefile new file mode 100644 index 000000000000..b6a7ce8fbd1f --- /dev/null +++ b/graphics/R-cran-ggforce/Makefile @@ -0,0 +1,36 @@ +PORTNAME= ggforce +DISTVERSION= 0.5.0 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Accelerating ggplot2 +WWW= https://cran.r-project.org/package=${PORTNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-ggplot2>=3.5.0:graphics/R-cran-ggplot2 \ + R-cran-gtable>0:math/R-cran-gtable \ + R-cran-lifecycle>0:devel/R-cran-lifecycle \ + R-cran-polyclip>0:math/R-cran-polyclip \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-scales>0:graphics/R-cran-scales \ + R-cran-systemfonts>0:devel/R-cran-systemfonts \ + R-cran-tidyselect>0:devel/R-cran-tidyselect \ + R-cran-tweenr>=0.1.5:graphics/R-cran-tweenr \ + R-cran-vctrs>0:devel/R-cran-vctrs \ + R-cran-withr>0:devel/R-cran-withr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-deldir>0:math/R-cran-deldir \ + R-cran-reshape2>0:devel/R-cran-reshape2 \ + R-cran-sessioninfo>0:devel/R-cran-sessioninfo \ + R-cran-units>=0.8.0:math/R-cran-units + +USES= compiler:c++17-lang cran:auto-plist,compiles +USE_GCC= yes + +.include <bsd.port.mk> diff --git a/graphics/R-cran-ggforce/distinfo b/graphics/R-cran-ggforce/distinfo new file mode 100644 index 000000000000..1a2b33eabe81 --- /dev/null +++ b/graphics/R-cran-ggforce/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760349622 +SHA256 (ggforce_0.5.0.tar.gz) = 41b3ea33dc4da774a0047a446676e7c4d6c41592ad9cdb21db8d4efebcfb5d53 +SIZE (ggforce_0.5.0.tar.gz) = 906529 diff --git a/graphics/R-cran-ggforce/files/patch-src_robust__predicate_expansion_mp__basic.hpp b/graphics/R-cran-ggforce/files/patch-src_robust__predicate_expansion_mp__basic.hpp new file mode 100644 index 000000000000..7e9e0ec67447 --- /dev/null +++ b/graphics/R-cran-ggforce/files/patch-src_robust__predicate_expansion_mp__basic.hpp @@ -0,0 +1,14 @@ +--- src/robust_predicate/expansion/mp_basic.hpp.orig 2025-10-13 12:47:59 UTC ++++ src/robust_predicate/expansion/mp_basic.hpp +@@ -69,6 +69,11 @@ + -------------------------------------------------------- + */ + ++#ifndef SINGLE_DEFINED ++using single = float; ++#define SINGLE_DEFINED ++#endif ++ + # pragma once + + # ifndef __MP_BASIC__ diff --git a/graphics/R-cran-ggforce/pkg-descr b/graphics/R-cran-ggforce/pkg-descr new file mode 100644 index 000000000000..90a648aec6df --- /dev/null +++ b/graphics/R-cran-ggforce/pkg-descr @@ -0,0 +1,5 @@ +The aim of 'ggplot2' is to aid in visual data investigations. This focus has led +to a lack of facilities for composing specialised plots. 'ggforce' aims to be a +collection of mainly new stats and geoms that fills this gap. All additional +functionality is aimed to come through the official extension system so using +'ggforce' should be a stable experience. diff --git a/graphics/R-cran-rgl/Makefile b/graphics/R-cran-rgl/Makefile new file mode 100644 index 000000000000..2725b38a9859 --- /dev/null +++ b/graphics/R-cran-rgl/Makefile @@ -0,0 +1,44 @@ +PORTNAME= rgl +DISTVERSION= 1.3.24 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= 3D Visualization Using OpenGL +WWW= https://cran.r-project.org/package=${PORTNAME} + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-base64enc>0:converters/R-cran-base64enc \ + R-cran-htmltools>0:textproc/R-cran-htmltools \ + R-cran-htmlwidgets>=1.6.0:www/R-cran-htmlwidgets \ + R-cran-jsonlite>=0.9.20:converters/R-cran-jsonlite \ + R-cran-knitr>=1.33:print/R-cran-knitr \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-mime>0:misc/R-cran-mime \ + R-cran-R6>0:devel/R-cran-R6 +BUILD_DEPENDS= ${CRAN_DEPENDS} +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libpng.so:graphics/png +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-crosstalk>0:www/R-cran-crosstalk \ + R-cran-deldir>=1.0.4:math/R-cran-deldir \ + R-cran-downlit>=0.4.0:textproc/R-cran-downlit \ + R-cran-interp>0:devel/R-cran-interp \ + R-cran-jpeg>0:graphics/R-cran-jpeg \ + R-cran-magick>0:graphics/R-cran-magick \ + R-cran-markdown>0:textproc/R-cran-markdown \ + R-cran-misc3d>0:math/R-cran-misc3d \ + R-cran-pkgdown>=2.0.0:www/R-cran-pkgdown \ + R-cran-png>0:graphics/R-cran-png \ + R-cran-rmarkdown>=2.16:textproc/R-cran-rmarkdown \ + R-cran-shiny>0:www/R-cran-shiny \ + R-cran-testthat>0:devel/R-cran-testthat + +USES= compiler:c++17-lang cran:auto-plist,compiles gl xorg +USE_GL= gl glu +USE_XORG= x11 + +TESTING_UNSAFE= Requires a WebGL-capable browser + +.include <bsd.port.mk> diff --git a/graphics/R-cran-rgl/distinfo b/graphics/R-cran-rgl/distinfo new file mode 100644 index 000000000000..30d9e3c3e784 --- /dev/null +++ b/graphics/R-cran-rgl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760362372 +SHA256 (rgl_1.3.24.tar.gz) = 9f580a97c56eaf28344da83a2309e35cd665fa77ba07a324d9c4789bdc03ee49 +SIZE (rgl_1.3.24.tar.gz) = 4146898 diff --git a/graphics/R-cran-rgl/pkg-descr b/graphics/R-cran-rgl/pkg-descr new file mode 100644 index 000000000000..48bda7c2539e --- /dev/null +++ b/graphics/R-cran-rgl/pkg-descr @@ -0,0 +1,6 @@ +Provides medium to high level functions for 3D interactive graphics, including +functions modelled on base graphics (plot3d(), etc.) as well as functions for +constructing representations of geometric objects (cube3d(), etc.). Output may +be on screen using OpenGL, or to various standard 3D file formats including +WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, +SVG, PGF. diff --git a/graphics/corrupter/Makefile b/graphics/corrupter/Makefile index d9deb7cb9abe..2018f46b6ea1 100644 --- a/graphics/corrupter/Makefile +++ b/graphics/corrupter/Makefile @@ -1,7 +1,7 @@ PORTNAME= corrupter DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/d2/Makefile b/graphics/d2/Makefile index 8309fc37737f..82543c9d8817 100644 --- a/graphics/d2/Makefile +++ b/graphics/d2/Makefile @@ -1,7 +1,7 @@ PORTNAME= d2 DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= adamw@FreeBSD.org diff --git a/graphics/gowall/Makefile b/graphics/gowall/Makefile index c8f1d1aa390a..dce6566dbfbc 100644 --- a/graphics/gowall/Makefile +++ b/graphics/gowall/Makefile @@ -1,6 +1,6 @@ PORTNAME= gowall DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.2.3 PORTREVISION= 1 CATEGORIES= graphics @@ -11,17 +11,44 @@ WWW= https://github.com/Achno/gowall LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libffi.so:devel/libffi \ + libmupdf.so:graphics/mupdf RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= go:1.22,modules +USES= go:modules -GO_MODULE= github.com/Achno/gowall +GO_MODULE= github.com/Achno/${PORTNAME} +CGO_LDFLAGS+= -lmupdf -lffi -PLIST_FILES= bin/gowall +# utils/error.go:15:18: non-constant format string in call to ... +TESTING_UNSAFE= yes -OPTIONS_DEFINE= PREVIEW -OPTIONS_DEFAULT= PREVIEW -PREVIEW_DESC= Enable image preview support using chafa +PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFAULT= PNGQUANT PREVIEW UPSCALE +OPTIONS_GROUP= COMPRESSION FEATURES OCR +OPTIONS_GROUP_COMPRESSION= PNGQUANT +OPTIONS_GROUP_FEATURES= PREVIEW UPSCALE +OPTIONS_GROUP_OCR= TESSERACT + +PNGQUANT_DESC= Install pngquant PNG image compression method +PREVIEW_DESC= Install chafa for image previewing support in terminal +TESSERACT_DESC= Install Tesseract OCR Engine for extracting text from an image or pdf +UPSCALE_DESC= Install upscaler for upscaling and enhancing images + +PNGQUANT_RUN_DEPENDS= pngquant:graphics/pngquant PREVIEW_RUN_DEPENDS= chafa:graphics/chafa +TESSERACT_RUN_DEPENDS= tesseract:graphics/tesseract +UPSCALE_RUN_DEPENDS= upscaler:graphics/upscaler + +post-patch: + @${REINPLACE_CMD} -e '23s,([^()]*),("${LOCALBASE}/bin"),g' \ + ${WRKSRC}/internal/image/upscale.go + +.include <bsd.port.options.mk> + +.if ${ARCH} == "i386" +EXTRA_PATCHES= ${PATCHDIR}/i386/extra-patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go +.endif .include <bsd.port.mk> diff --git a/graphics/gowall/distinfo b/graphics/gowall/distinfo index 7e77db9590b9..6f9636659c15 100644 --- a/graphics/gowall/distinfo +++ b/graphics/gowall/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1744489937 -SHA256 (go/graphics_gowall/gowall-v0.2.1/v0.2.1.mod) = 9db8b7d9dd21d67a66903acadccb4a0aa2c0d3713c3097be5fd8798da7c21804 -SIZE (go/graphics_gowall/gowall-v0.2.1/v0.2.1.mod) = 515 -SHA256 (go/graphics_gowall/gowall-v0.2.1/v0.2.1.zip) = 4deb2c1b61e31f88dcead48a2f4a31fb4b43ba66085990d60c566c9c78121a2c -SIZE (go/graphics_gowall/gowall-v0.2.1/v0.2.1.zip) = 3359975 +TIMESTAMP = 1760285357 +SHA256 (go/graphics_gowall/gowall-v0.2.3/v0.2.3.mod) = 7a4f2e628182dc4e3bec87f4f1fef9f399fa8d744220297b7b17dfe6835f338c +SIZE (go/graphics_gowall/gowall-v0.2.3/v0.2.3.mod) = 2289 +SHA256 (go/graphics_gowall/gowall-v0.2.3/v0.2.3.zip) = 3bdff68aad21129c387d7720fc5f7474fd89b8e20d514e10141dae20e6873342 +SIZE (go/graphics_gowall/gowall-v0.2.3/v0.2.3.zip) = 3410684 diff --git a/graphics/gowall/files/i386/extra-patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go b/graphics/gowall/files/i386/extra-patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go new file mode 100644 index 000000000000..0391135e5926 --- /dev/null +++ b/graphics/gowall/files/i386/extra-patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go @@ -0,0 +1,25 @@ +===> Building gowall from . +# github.com/gen2brain/go-fitz +vendor/github.com/gen2brain/go-fitz/fitz_cgo.go:100:79: cannot use _Ctype_store(MaxStore) (value of uint32 type _Ctype_store) as _Ctype_size_t value in argument to (_Cfunc_fz_new_context_imp) +vendor/github.com/gen2brain/go-fitz/fitz_cgo.go:133:79: cannot use _Ctype_store(MaxStore) (value of uint32 type _Ctype_store) as _Ctype_size_t value in argument to (_Cfunc_fz_new_context_imp) + +--- vendor/github.com/gen2brain/go-fitz/fitz_cgo.go.orig 2025-10-13 13:52:34 UTC ++++ vendor/github.com/gen2brain/go-fitz/fitz_cgo.go +@@ -97,7 +97,7 @@ func New(filename string) (f *Document, err error) { + return + } + +- f.ctx = (*C.struct_fz_context)(unsafe.Pointer(C.fz_new_context_imp(nil, nil, C.store(MaxStore), C.fz_version))) ++ f.ctx = (*C.struct_fz_context)(unsafe.Pointer(C.fz_new_context_imp(nil, nil, C.size_t(MaxStore), C.fz_version))) + if f.ctx == nil { + err = ErrCreateContext + return +@@ -130,7 +130,7 @@ func NewFromMemory(b []byte) (f *Document, err error) + } + f = &Document{} + +- f.ctx = (*C.struct_fz_context)(unsafe.Pointer(C.fz_new_context_imp(nil, nil, C.store(MaxStore), C.fz_version))) ++ f.ctx = (*C.struct_fz_context)(unsafe.Pointer(C.fz_new_context_imp(nil, nil, C.size_t(MaxStore), C.fz_version))) + if f.ctx == nil { + err = ErrCreateContext + return diff --git a/graphics/gowall/files/patch-internal_backends_compression_png_setup.go b/graphics/gowall/files/patch-internal_backends_compression_png_setup.go new file mode 100644 index 000000000000..ff6a552b412c --- /dev/null +++ b/graphics/gowall/files/patch-internal_backends_compression_png_setup.go @@ -0,0 +1,10 @@ +--- internal/backends/compression/png/setup.go.orig 2025-10-12 17:20:54 UTC ++++ internal/backends/compression/png/setup.go +@@ -76,6 +76,7 @@ func CheckPngquantInstalled() (string, error) { + "linux": config.PngquantBinaryName, + "windows": config.PngquantBinaryName + ".exe", + "darwin": config.PngquantBinaryName, ++ "freebsd": config.PngquantBinaryName, + } + + destFolder := filepath.Join(config.GowallConfig.OutputFolder, "compression", "pngquant") diff --git a/graphics/gowall/files/patch-internal_image_upscale.go b/graphics/gowall/files/patch-internal_image_upscale.go new file mode 100644 index 000000000000..ab402d78c440 --- /dev/null +++ b/graphics/gowall/files/patch-internal_image_upscale.go @@ -0,0 +1,19 @@ +--- internal/image/upscale.go.orig 1979-11-30 00:00:00 UTC ++++ internal/image/upscale.go +@@ -7,7 +7,7 @@ import ( + "os/exec" + "path/filepath" + +- "github.com/Achno/gowall/config" ++ // "github.com/Achno/gowall/config" + imageio "github.com/Achno/gowall/internal/image_io" + types "github.com/Achno/gowall/internal/types" + "github.com/Achno/gowall/internal/upscaler" +@@ -35,6 +35,7 @@ func (p *UpscaleProcessor) Process(img image.Image, th + "windows": "realesrgan-ncnn-vulkan.exe", + "darwin": "realesrgan-ncnn-vulkan", + "linux": "realesrgan-ncnn-vulkan", ++ "freebsd": "realesrgan-ncnn-vulkan", + } + + binary, err := utils.FindBinary(binaryNames, destFolder) diff --git a/graphics/gowall/files/patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go b/graphics/gowall/files/patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go new file mode 100644 index 000000000000..3aa616f47c78 --- /dev/null +++ b/graphics/gowall/files/patch-vendor_github.com_gen2brain_go-fitz_fitz__cgo.go @@ -0,0 +1,16 @@ +===> Building gowall from . +# github.com/gen2brain/go-fitz +vendor/github.com/gen2brain/go-fitz/fitz_cgo.go:546:103: cannot use _Ctype_int(len(buf)) (value of int32 type _Ctype_int) as _Ctype_size_t value in variable declaration +*** Error code 1 + +--- vendor/github.com/gen2brain/go-fitz/fitz_cgo.go.orig 2025-10-12 16:34:24 UTC ++++ vendor/github.com/gen2brain/go-fitz/fitz_cgo.go +@@ -543,7 +543,7 @@ func (f *Document) Metadata() map[string]string { + defer C.free(unsafe.Pointer(ckey)) + + buf := make([]byte, 256) +- C.fz_lookup_metadata(f.ctx, f.doc, ckey, (*C.char)(unsafe.Pointer(&buf[0])), C.int(len(buf))) ++ C.fz_lookup_metadata(f.ctx, f.doc, ckey, (*C.char)(unsafe.Pointer(&buf[0])), C.size_t(len(buf))) + + return string(buf) + } diff --git a/graphics/jp/Makefile b/graphics/jp/Makefile index fb27bd7d4f3f..334da057d526 100644 --- a/graphics/jp/Makefile +++ b/graphics/jp/Makefile @@ -1,6 +1,6 @@ PORTNAME= jp DISTVERSION= 1.1.12 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org diff --git a/graphics/vhs/Makefile b/graphics/vhs/Makefile index f38f49840d1c..4a7d6690eed8 100644 --- a/graphics/vhs/Makefile +++ b/graphics/vhs/Makefile @@ -1,7 +1,7 @@ PORTNAME= vhs DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= dtxdf@FreeBSD.org diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile index f238b61ff4ed..949a0af9f166 100644 --- a/graphics/vv/Makefile +++ b/graphics/vv/Makefile @@ -1,8 +1,7 @@ PORTNAME= vv DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0-383 -DISTVERSIONSUFFIX= -g7a783a8b -PORTREVISION= 8 +DISTVERSION= 1.4.0-406 +DISTVERSIONSUFFIX= -gd33ac3e8 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -18,15 +17,16 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libgdcmCommon.so:devel/gdcm \ libhdf5_cpp.so:science/hdf5 \ libITKLabelMap-5.0.so:science/InsightToolkit501 \ - libpng.so:graphics/png \ - libsz.so:science/libaec \ + libmpi.so:net/mpich \ + libnetcdf.so:science/netcdf \ + libpng16.so:graphics/png \ libtiff.so:graphics/tiff \ - libvtkIOSQL-8.2.so:math/vtk8 + libvtkIOSQL-${VTK_VER}.so:math/vtk9 -USES= cmake compiler:c++11-lang eigen:3 jpeg qt:5 xorg +USES= cmake compiler:c++11-lang eigen:3 jpeg python:build,run qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= open-vv -USE_QT= core designer gui network sql widgets xml buildtools:build qmake:build +USE_QT= core designer gui network opengl declarative sql widgets xml buildtools:build qmake:build USE_XORG= ice sm x11 xext xt USE_CXXSTD= c++11 @@ -40,7 +40,31 @@ PLIST_FILES= bin/vv CXXFLAGS+= -msse2 # workaround for ITK failing to add -msse2 on i386: https://github.com/open-vv/vv/issues/83 & https://github.com/InsightSoftwareConsortium/ITK/issues/2011 .endif +post-patch: + @${REINPLACE_CMD} -e 's/VTK_OVERRIDE/override/g' \ + ${WRKSRC}/vv/vtkVOXImageWriter.h \ + ${WRKSRC}/vv/vvAnimatedGIFWriter.h \ + ${WRKSRC}/vv/vvBlendImageActor.h \ + ${WRKSRC}/vv/vvClipPolyData.h \ + ${WRKSRC}/vv/vvGlyph2D.h \ + ${WRKSRC}/vv/vvGlyphSource.h \ + ${WRKSRC}/vv/vvInteractorStyleNavigator.h \ + ${WRKSRC}/vv/vvLandmarksGlyph.h \ + ${WRKSRC}/vv/vvSlicer.h + @${REINPLACE_CMD} -e 's/Widget()->GetRenderWindow()/Widget()->renderWindow()/g' \ + ${WRKSRC}/vv/vvToolHistogramCommand.cxx + @${REINPLACE_CMD} -e 's/Widget->GetRenderWindow()/Widget->renderWindow()/g' \ + ${WRKSRC}/vv/vvMainWindow.cxx \ + ${WRKSRC}/vv/vvSegmentationDialog.cxx \ + ${WRKSRC}/vv/vvSurfaceViewerDialog.cxx \ + ${WRKSRC}/vv/vvToolHistogram.cxx \ + ${WRKSRC}/vv/vvToolProfile.cxx + @${REINPLACE_CMD} -e 's/widget->GetRenderWindow()/widget->renderWindow()/g' \ + ${WRKSRC}/vv/vvMainWindow.cxx + post-configure: # workaround for "error: unable to find library -lGTest::GTest", see https://github.com/open-vv/vv/issues/74 @${REINPLACE_CMD} -E 's/ -lGTest::(GTest|Main) / /g' ${BUILD_WRKSRC}/build.ninja + @${REINPLACE_CMD} -E 's|/usr/local/lib/libtiff\.so\.[0-9]+\.[0-9]+\.[0-9]+|/usr/local/lib/libtiff.so|g' ${BUILD_WRKSRC}/build.ninja +.include <../../math/vtk9/Makefile.version> .include <bsd.port.post.mk> diff --git a/graphics/vv/distinfo b/graphics/vv/distinfo index a7748e6e693c..5f0f729f98bf 100644 --- a/graphics/vv/distinfo +++ b/graphics/vv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600492328 -SHA256 (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = dfa80f7036297e859bf5c6b18b2b187fc05dc50a17f0b074d909e96fa8c2acbb -SIZE (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = 4860982 +TIMESTAMP = 1760419528 +SHA256 (open-vv-vv-v1.4.0-406-gd33ac3e8_GH0.tar.gz) = 7f3e10a3a1391ccebd56d685316303b2fbf7f0112417d8caadb4562644cebf06 +SIZE (open-vv-vv-v1.4.0-406-gd33ac3e8_GH0.tar.gz) = 8248327 diff --git a/graphics/vv/files/patch-common_clitkCommon.txx b/graphics/vv/files/patch-common_clitkCommon.txx new file mode 100644 index 000000000000..8f800d137543 --- /dev/null +++ b/graphics/vv/files/patch-common_clitkCommon.txx @@ -0,0 +1,25 @@ +Remove deprecated std::binary_function base class. + +C++17 removed std::binary_function which was deprecated in C++11. +Replace with plain structs that define operator(). + +--- common/clitkCommon.txx.orig 2025-04-17 12:54:38 UTC ++++ common/clitkCommon.txx +@@ -135,7 +135,7 @@ template<class Type> + + //-------------------------------------------------------------------- + template<class Type> +-struct vectorComparisonLowerThan: public std::binary_function<int, int, bool> { ++struct vectorComparisonLowerThan { + vectorComparisonLowerThan(const std::vector<Type> & v):vect(v) {}; + bool operator()(int x, int y) { + return (vect[x] < vect[y]); +@@ -146,7 +146,7 @@ template<class Type> + + //-------------------------------------------------------------------- + template<class Type> +-struct vectorComparisonGreaterThan: public std::binary_function<int, int, bool> { ++struct vectorComparisonGreaterThan { + vectorComparisonGreaterThan(const std::vector<Type> & v):vect(v) {}; + bool operator()(int x, int y) { + return (vect[x] > vect[y]); diff --git a/graphics/vv/files/patch-common_clitkXdrImageIOWriter.cxx b/graphics/vv/files/patch-common_clitkXdrImageIOWriter.cxx new file mode 100644 index 000000000000..0a7eef8e114b --- /dev/null +++ b/graphics/vv/files/patch-common_clitkXdrImageIOWriter.cxx @@ -0,0 +1,15 @@ +Remove register storage class specifier. + +C++17 removed the 'register' keyword which was deprecated in C++11. + +--- common/clitkXdrImageIOWriter.cxx.orig 2025-04-17 12:54:38 UTC ++++ common/clitkXdrImageIOWriter.cxx +@@ -464,7 +464,7 @@ static size_t nki_private_compress(signed char *dest, + unsigned long iCRC; + unsigned long iCRC2; + unsigned int iHeaderSize=8; // value for iMode==1 and iMode==3 +- register int val; ++ int val; + size_t i,j; + NKI_MODE2* pHeader = (NKI_MODE2*)dest; + NKI_MODE2_64BITS* pHeader_64bits = (NKI_MODE2_64BITS*)dest; diff --git a/graphics/vv/files/patch-common_rtkEdfImageIO.h b/graphics/vv/files/patch-common_rtkEdfImageIO.h new file mode 100644 index 000000000000..f79dd805a41f --- /dev/null +++ b/graphics/vv/files/patch-common_rtkEdfImageIO.h @@ -0,0 +1,15 @@ +Update ITK enum name for ITK 5.0 compatibility. + +ITK 5.0 renamed IOByteOrderEnum to ByteOrder. + +--- common/rtkEdfImageIO.h.orig 2025-04-17 12:54:38 UTC ++++ common/rtkEdfImageIO.h +@@ -100,7 +100,7 @@ class EdfImageIO : public itk::ImageIOBase (protected) + // table key-value structure + struct table { + const char *key; +- itk::ImageIOBase::IOByteOrderEnum value; ++ itk::ImageIOBase::ByteOrder value; + }; + + struct table3 { diff --git a/graphics/vv/files/patch-itk_RelativePositionPropImageFilter.txx b/graphics/vv/files/patch-itk_RelativePositionPropImageFilter.txx new file mode 100644 index 000000000000..f6d963c9eada --- /dev/null +++ b/graphics/vv/files/patch-itk_RelativePositionPropImageFilter.txx @@ -0,0 +1,30 @@ +Remove register storage class specifier. + +C++17 removed the 'register' keyword which was deprecated in C++11. + +--- itk/RelativePositionPropImageFilter.txx.orig 2025-04-17 12:54:38 UTC ++++ itk/RelativePositionPropImageFilter.txx +@@ -365,12 +365,12 @@ namespace itk + + typename TabulationImageType::IndexType start; + +- for(register int i=0;i<ImageDimension;i++) ++ for(int i=0;i<ImageDimension;i++) + start[i]=0; + + typename TabulationImageType::SizeType size = this->GetInput()->GetLargestPossibleRegion().GetSize(); + +- for(register int i=0;i<ImageDimension;i++) ++ for(int i=0;i<ImageDimension;i++) + size[i]*=2; + + typename TabulationImageType::RegionType region; +@@ -390,7 +390,7 @@ namespace itk + m_AngleTabulation->GetRequestedRegion().GetIndex(); + + typename TabulationImageType::SizeType center = this->GetInput()->GetLargestPossibleRegion().GetSize(); +- for(register int i=0;i<ImageDimension;i++) ++ for(int i=0;i<ImageDimension;i++) + center[i]-=1; + + VectorType vecttemp; diff --git a/graphics/vv/files/patch-vv_vv.cxx b/graphics/vv/files/patch-vv_vv.cxx index b3517f001de0..1167955d887f 100644 --- a/graphics/vv/files/patch-vv_vv.cxx +++ b/graphics/vv/files/patch-vv_vv.cxx @@ -1,11 +1,36 @@ ---- vv/vv.cxx.orig 2020-09-19 05:31:12 UTC +Update for VTK 9 and fix platform-specific code. + +- Replace QVTKOpenGLWidget with QVTKOpenGLNativeWidget (VTK 9 API change) +- Wrap Windows-specific #pragma in #ifdef _WIN32 to prevent linking errors + on non-Windows platforms + +--- vv/vv.cxx.orig 2025-04-17 12:54:38 UTC +++ vv/vv.cxx -@@ -53,7 +53,7 @@ +@@ -43,7 +43,7 @@ + #include "vvToolsList.h" + #include "vvConfiguration.h" + #if (VTK_MAJOR_VERSION == 8 && VTK_MINOR_VERSION >= 2) || VTK_MAJOR_VERSION >= 9 +-#include <QVTKOpenGLWidget.h> ++#include <QVTKOpenGLNativeWidget.h> + #endif + + #include <vtkFileOutputWindow.h> +@@ -56,7 +56,9 @@ #include <sys/types.h> #include <sys/stat.h> #include <errno.h> --#pragma comment(lib, "ws2_32.lib") -+//#pragma comment(lib, "ws2_32.lib") ++#ifdef _WIN32 + #pragma comment(lib, "ws2_32.lib") ++#endif typedef enum {O_BASE,O_OVERLAY,O_FUSION,O_VF,O_CONTOUR,O_LANDMARKS} OpenModeType; typedef enum {P_NORMAL,P_SEQUENCE,P_WINDOW,P_LEVEL} ParseModeType; +@@ -119,7 +121,7 @@ int main( int argc, char** argv ) + #endif + + #if (VTK_MAJOR_VERSION == 8 && VTK_MINOR_VERSION >= 2) || VTK_MAJOR_VERSION >= 9 +- QSurfaceFormat::setDefaultFormat(QVTKOpenGLWidget::defaultFormat()); ++ QSurfaceFormat::setDefaultFormat(QVTKOpenGLNativeWidget::defaultFormat()); + #endif + CLITK_INIT; + diff --git a/graphics/vv/files/patch-vv_vvBlendImageActor.cxx b/graphics/vv/files/patch-vv_vvBlendImageActor.cxx new file mode 100644 index 000000000000..0f2bd047929a --- /dev/null +++ b/graphics/vv/files/patch-vv_vvBlendImageActor.cxx @@ -0,0 +1,56 @@ +Update OpenGL and VTK headers for VTK 9 compatibility. + +VTK 9 removed several deprecated headers and changed OpenGL handling: +- Removed vtk_glew.h and vtkOpenGL.h (no longer needed) +- Added vtkOpenGLState.h and vtk_glad.h for modern OpenGL +- Replaced vtkgl::BlendEquationEXT with standard glBlendEquation + (OpenGL 3.2+ has blend equations built-in, no extensions needed) + +--- vv/vvBlendImageActor.cxx.orig 2025-04-17 12:54:38 UTC ++++ vv/vvBlendImageActor.cxx +@@ -3,7 +3,7 @@ - University of LYON http://www.universit + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ +-- Léon Bérard cancer center http://www.centreleonberard.fr ++- L�on B�rard cancer center http://www.centreleonberard.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even +@@ -17,11 +17,11 @@ - CeCILL-B http://www.cecill.info/licences/Licence_C + ===========================================================================**/ + + #include "vvBlendImageActor.h" +-#include <vtk_glew.h> + #include <vtkOpenGLRenderWindow.h> + #include <vtkOpenGLRenderer.h> +-#include <vtkOpenGL.h> + #include <vtkObjectFactory.h> ++#include <vtkOpenGLState.h> ++#include <vtk_glad.h> + + vtkStandardNewMacro(vvBlendImageActor); + +@@ -45,19 +45,14 @@ void vvBlendImageActor::Render(vtkRenderer *ren) + VTK_IMAGE_ACTOR::Render(ren); + + #else +- vtkOpenGLExtensionManager *extensions = renwin->GetExtensionManager(); +- if (extensions->ExtensionSupported("GL_EXT_blend_minmax")) { +- extensions->LoadExtension("GL_EXT_blend_minmax"); +- vtkgl::BlendEquationEXT( vtkgl::MAX ); +- } ++ // VTK 9 uses OpenGL 3.2+ which has blend equations built-in ++ glBlendEquation(GL_MAX); + + //Call normal render + VTK_IMAGE_ACTOR::Render(ren); + + //Move back blending to weighted sum +- if (vtkgl::BlendEquationEXT!=0) { +- vtkgl::BlendEquationEXT( vtkgl::FUNC_ADD ); +- } ++ glBlendEquation(GL_FUNC_ADD); + #endif + } + diff --git a/graphics/vv/files/patch-vv_vvSlicer.cxx b/graphics/vv/files/patch-vv_vvSlicer.cxx new file mode 100644 index 000000000000..7612f66f5b5e --- /dev/null +++ b/graphics/vv/files/patch-vv_vvSlicer.cxx @@ -0,0 +1,25 @@ +Update for VTK 9 compatibility. + +- Remove deprecated vtkToolkits.h header (no longer exists in VTK 9) +- Convert vtkStdString to const char* when calling SetCaption() + (VTK 9 changed API to require explicit conversion) + +--- vv/vvSlicer.cxx.orig 2025-04-17 12:54:38 UTC ++++ vv/vvSlicer.cxx +@@ -44,7 +44,6 @@ + #include <vtkImageData.h> + #include <vtkImageActor.h> + #include <vvBlendImageActor.h> +-#include <vtkToolkits.h> + #include <vtkObjectFactory.h> + #include <vtkPointData.h> + #include <vtkDataArray.h> +@@ -1877,7 +1876,7 @@ void vvSlicer::DisplayLandmarks() + double *position = mLandClipper->GetOutput()->GetPoint(id); + vtkStdString label = static_cast<vtkStringArray*>(mLandClipper->GetOutput()->GetPointData()->GetAbstractArray("labels"))->GetValue(id); + vtkSmartPointer<vtkCaptionActor2D> label_actor = vtkSmartPointer<vtkCaptionActor2D>::New(); +- label_actor->SetCaption(label); ++ label_actor->SetCaption(label.c_str()); + label_actor->SetAttachmentPoint(position); + label_actor->GetCaptionTextProperty()->SetColor(1,0,0); + label_actor->GetCaptionTextProperty()->SetOrientation(33.333333); diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 3eb69f71442b..4edc6a57de5d 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -118,8 +118,8 @@ JDK_BUILD_TYPE= release .include <bsd.port.pre.mk> # portsfallout.com shows flapping builds on 13.5 and 14.2 -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403000 -MAKE_JOBS_UNSAFE= yes +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 +MAKE_JOBS_NUMBER_LIMIT= 3 .endif BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk17 ${LOCALBASE}/bootstrap-openjdk17 diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile index 3f88e4f1bc5c..9cd2473544b9 100644 --- a/lang/go-devel/Makefile +++ b/lang/go-devel/Makefile @@ -45,6 +45,7 @@ SHEBANG_FILES?= misc/wasm/go_js_wasm_exec misc/wasm/go_wasip1_wasm_exec SHEBANG_GLOB= *.bash *.pl *.sh REINPLACE_ARGS= -i'' +PORTSCOUT?= limit:^${DISTVERSION:R:S/./\./g} # Upstream archive contains files with UTF-8 names EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} diff --git a/lang/go/Makefile b/lang/go/Makefile index 925b9ee3bec4..494ae1d2baef 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,6 +1,6 @@ PORTNAME= go DISTVERSION= ${GO_DEFAULT} -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= # not applicable diff --git a/lang/go124/Makefile b/lang/go124/Makefile index 1e4b1b74fdeb..332ef1526b26 100644 --- a/lang/go124/Makefile +++ b/lang/go124/Makefile @@ -1,22 +1,24 @@ -DISTVERSION= 1.24.8 +DISTVERSION= 1.24.9 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel PORTREVISION= 0 MASTER_SITES= https://go.dev/dl/ DISTFILES= go${DISTVERSION}.src.tar.gz \ go1.23.12.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gz +EXTRACT_ONLY= ${DISTFILES:[1]} # Avoid conflicting patch files PATCHFILES= -PATCHDIR= ${.CURDIR}/files COMMENT= Go programming language +SHEBANG_FILES= lib/wasm/go_js_wasm_exec lib/wasm/go_wasip1_wasm_exec + MASTERDIR= ${.CURDIR}/../go-devel +PATCHDIR= ${.CURDIR}/files + WRKSRC= ${WRKDIR}/go -DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRACT_ONLY= ${DISTFILES:[1]} -SHEBANG_FILES= lib/wasm/go_js_wasm_exec lib/wasm/go_wasip1_wasm_exec +DISTINFO_FILE= ${.CURDIR}/distinfo BOOTSTRAP_WRKSRC= ${WRKDIR}/go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-bootstrap diff --git a/lang/go124/distinfo b/lang/go124/distinfo index 8aebc3890910..6c214e3e96f0 100644 --- a/lang/go124/distinfo +++ b/lang/go124/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1759883403 -SHA256 (go1.24.8.src.tar.gz) = b1ff32c5c4a50ddfa1a1cb78b60dd5a362aeb2184bb78f008b425b62095755fb -SIZE (go1.24.8.src.tar.gz) = 30797581 +TIMESTAMP = 1760452575 +SHA256 (go1.24.9.src.tar.gz) = c72f81ba54fe00efe7f3e7499d400979246881b13b775e9a9bb85541c11be695 +SIZE (go1.24.9.src.tar.gz) = 30800154 SHA256 (go1.23.12.freebsd-arm64.tar.gz) = e06eaa4d8547f94c26b195dbb89d2a5c0875b8bb0499dd738a34951303f8fd43 SIZE (go1.23.12.freebsd-arm64.tar.gz) = 69916830 SHA256 (go1.23.12.freebsd-amd64.tar.gz) = c9d7029ae11a6680fba97ac63defa3d0d00220728d6c41186b2517da4b3cd0ea diff --git a/lang/go125/Makefile b/lang/go125/Makefile index d533306a3977..950f33536e32 100644 --- a/lang/go125/Makefile +++ b/lang/go125/Makefile @@ -1,22 +1,24 @@ -DISTVERSION= 1.25.2 +DISTVERSION= 1.25.3 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel PORTREVISION= 0 MASTER_SITES= https://go.dev/dl/ DISTFILES= go${DISTVERSION}.src.tar.gz \ go1.24.6.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gz +EXTRACT_ONLY= ${DISTFILES:[1]} # Avoid conflicting patch files PATCHFILES= -PATCHDIR= ${.CURDIR}/files COMMENT= Go programming language +SHEBANG_FILES= lib/wasm/go_js_wasm_exec lib/wasm/go_wasip1_wasm_exec + MASTERDIR= ${.CURDIR}/../go-devel +PATCHDIR= ${.CURDIR}/files + WRKSRC= ${WRKDIR}/go -DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRACT_ONLY= ${DISTFILES:[1]} -SHEBANG_FILES= lib/wasm/go_js_wasm_exec lib/wasm/go_wasip1_wasm_exec +DISTINFO_FILE= ${.CURDIR}/distinfo BOOTSTRAP_WRKSRC= ${WRKDIR}/go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-bootstrap diff --git a/lang/go125/distinfo b/lang/go125/distinfo index c5814ecb6e8c..aa39d5751c08 100644 --- a/lang/go125/distinfo +++ b/lang/go125/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1759882276 -SHA256 (go1.25.2.src.tar.gz) = 3711140cfb87fce8f7a13f7cd860df041e6c12f7610f40cac6ec6fa2b65e96e4 -SIZE (go1.25.2.src.tar.gz) = 31978632 +TIMESTAMP = 1760450515 +SHA256 (go1.25.3.src.tar.gz) = a81a4ba593d0015e10c51e267de3ff07c7ac914dfca037d9517d029517097795 +SIZE (go1.25.3.src.tar.gz) = 31980799 SHA256 (go1.24.6.freebsd-arm64.tar.gz) = 76a75ad5125217c268029c0ad9c7295cc7f6042fe9cba4bebf9a89f7f42ad8af SIZE (go1.24.6.freebsd-arm64.tar.gz) = 74459381 SHA256 (go1.24.6.freebsd-amd64.tar.gz) = 4983e2b10ae1f754e4eb07e1e589691c7e1d0dc428a92c16bd0e2ba03cc23ed9 diff --git a/lang/gomacro/Makefile b/lang/gomacro/Makefile index dc745180f540..06bacf738d8b 100644 --- a/lang/gomacro/Makefile +++ b/lang/gomacro/Makefile @@ -2,7 +2,7 @@ PORTNAME= gomacro DISTVERSIONPREFIX= v DISTVERSION= 2.7-601 DISTVERSIONSUFFIX= -g9aafa23 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= lang MAINTAINER= ports@FreeBSD.org diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index 62d9a371e38e..88f67d690509 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -14,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo -NIGHTLY_DATE= 2025-10-01 +NIGHTLY_DATE= 2025-10-12 BOOTSTRAPS_DATE= 2025-09-21 RUST_BOOTSTRAP_VERSION= beta diff --git a/lang/rust-nightly/distinfo b/lang/rust-nightly/distinfo index fbf97d53e330..dc8252a834af 100644 --- a/lang/rust-nightly/distinfo +++ b/lang/rust-nightly/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1759420705 -SHA256 (rust/2025-10-01/rustc-nightly-src.tar.xz) = d6e7279471ed84ffd3cebc66bb977f62113f71b75d747c1dea12018092e3ba7b -SIZE (rust/2025-10-01/rustc-nightly-src.tar.xz) = 270505628 +TIMESTAMP = 1760371989 +SHA256 (rust/2025-10-12/rustc-nightly-src.tar.xz) = a84ec4841fbc9c32c9e8dc83df0fe51002330bdd4dcf93bd1e040217a1b4bb43 +SIZE (rust/2025-10-12/rustc-nightly-src.tar.xz) = 272084296 SHA256 (rust/2025-09-21/rustc-beta-x86_64-unknown-freebsd.tar.xz) = a0e3409ec6f6b02517c8f9d0e00a0627434f6b06a5360da286c46ceab9d12ab1 SIZE (rust/2025-09-21/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 91527860 SHA256 (rust/2025-09-21/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = ff2aae7c2e37e48f500df5876c3a26d3dd10affd04e888ce54a4635a5345efa6 diff --git a/mail/Makefile b/mail/Makefile index 092979a16662..6805cdb4c98b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -519,6 +519,7 @@ SUBDIR += py-dkimpy-milter SUBDIR += py-email-reply-parser SUBDIR += py-email-validator + SUBDIR += py-exchangelib SUBDIR += py-flanker SUBDIR += py-flask-mail SUBDIR += py-flufl.bounce @@ -543,6 +544,7 @@ SUBDIR += py-pyspf SUBDIR += py-python-slimta SUBDIR += py-pyzmail + SUBDIR += py-resend SUBDIR += py-rfc6555 SUBDIR += py-spf-engine SUBDIR += py-tlsrpt-reporter diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile index 75d1253a55a5..c2152a6f8b05 100644 --- a/mail/aerc/Makefile +++ b/mail/aerc/Makefile @@ -1,6 +1,6 @@ PORTNAME= aerc DISTVERSION= 0.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= iamsleepy@ryuki.me diff --git a/mail/hydroxide/Makefile b/mail/hydroxide/Makefile index 2305acc9c1f7..198a3872943a 100644 --- a/mail/hydroxide/Makefile +++ b/mail/hydroxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= hydroxide DISTVERSIONPREFIX= v DISTVERSION= 0.2.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MAINTAINER= nxjoseph@protonmail.com diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index 81baa12c2cfc..f0e9dd5d835c 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailhog DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= mail devel MAINTAINER= mops@punkt.de diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index 86222719eddc..fa50a8665c20 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -1,6 +1,7 @@ PORTNAME= mailpit DISTVERSIONPREFIX= v DISTVERSION= 1.27.10 +PORTREVISION= 1 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ LOCAL/madpilot/mailpit:npmcache diff --git a/mail/mailslurper/Makefile b/mail/mailslurper/Makefile index 27fe36e1e89b..9d46233856dd 100644 --- a/mail/mailslurper/Makefile +++ b/mail/mailslurper/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailslurper DISTVERSIONPREFIX= release- DISTVERSION= 1.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MAINTAINER= einar@isnic.is diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index 146553cea1e9..be1cd264570e 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.5.7 +PORTVERSION= 5.5.8 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index b56d75a8fee8..705ed8fe1cab 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759905085 -SHA256 (nextcloud/mail-v5.5.7.tar.gz) = f3f275a10eda55aae8618cb61ed4320e90f0eef4ed82413e473cf2eb2482d938 -SIZE (nextcloud/mail-v5.5.7.tar.gz) = 29053447 +TIMESTAMP = 1760429923 +SHA256 (nextcloud/mail-v5.5.8.tar.gz) = 85dc8b08805bb217a05fa8932a8b76f849fa74b31ab352e3a9d17ca3e1a5a07d +SIZE (nextcloud/mail-v5.5.8.tar.gz) = 29056695 diff --git a/mail/opensmtpd-filter-rspamd/Makefile b/mail/opensmtpd-filter-rspamd/Makefile index f6989e11a8fc..45f38fb1f467 100644 --- a/mail/opensmtpd-filter-rspamd/Makefile +++ b/mail/opensmtpd-filter-rspamd/Makefile @@ -1,7 +1,7 @@ PORTNAME= opensmtpd-filter-rspamd PORTVERSION= 0.1.8 DISTVERSIONPREFIX= v -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org diff --git a/mail/opensmtpd-filter-senderscore/Makefile b/mail/opensmtpd-filter-senderscore/Makefile index 413eed1a32d0..bb70097de1dd 100644 --- a/mail/opensmtpd-filter-senderscore/Makefile +++ b/mail/opensmtpd-filter-senderscore/Makefile @@ -1,6 +1,6 @@ PORTNAME= opensmtpd-filter-senderscore PORTVERSION= 0.1.2 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 7fa6d998db63..2d91f5783ae1 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -1,31 +1,27 @@ PORTNAME= pantomime DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= Pantomime-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mew14930xvi@inbox.lv COMMENT= Mail/MIME handling library for GNUstep -WWW= http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3 +WWW= https://www.nongnu.org/gnustep-nonfsf/gnumail/ LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/Documentation/LICENSE USES= gnustep iconv ssl -# The use of libiconv shouldn't be necessary, but a build dependency installs -# it and we end up picking up the header. -USE_GNUSTEP= back build -USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} - -MAKE_ARGS+= LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl' - +USE_GNUSTEP= back build DEFAULT_LIBVERSION= ${DISTVERSION:R} -.include <bsd.port.pre.mk> +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} + +MAKE_ARGS+= LIBRARIES_DEPEND_UPON='-lssl' -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=int-conversion -.endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/${DISTVERSION:R}/libPantomime.so.${DISTVERSION} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/pantomime/pkg-descr b/mail/pantomime/pkg-descr index 13e3f55972fc..e2a1822d8406 100644 --- a/mail/pantomime/pkg-descr +++ b/mail/pantomime/pkg-descr @@ -1,3 +1,5 @@ Mail/MIME handling library for GNUstep. - -LICENSE: LGPL2 or later +The Pantomime framework supports the major mail protocols: POP3, IMAP, +and SMTP. +Pantomime provides a set of Objective-C classes that model a mail +system. diff --git a/mail/py-exchangelib/Makefile b/mail/py-exchangelib/Makefile new file mode 100644 index 000000000000..268afd31fb55 --- /dev/null +++ b/mail/py-exchangelib/Makefile @@ -0,0 +1,40 @@ +PORTNAME= exchangelib +DISTVERSIONPREFIX= v +DISTVERSION= 5.6.0 +CATEGORIES= mail python +#MASTER_SITES= PYPI # no tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Client for Microsoft Exchange Web Services (EWS) +WWW= https://github.com/ecederstrand/exchangelib + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cached-property>0:devel/py-cached-property@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.6.0:devel/py-defusedxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=2.2.0:dns/py-dnspython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>0:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>3.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests_ntlm>=0.2.0:www/py-requests_ntlm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzdata>0:devel/py-tzdata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +USE_GITHUB= yes +GH_ACCOUNT= ecederstrand + +NO_ARCH= yes + +# tests as of 5.6.0: 62 passed, 435 skipped in 8.62s + +.include <bsd.port.mk> diff --git a/mail/py-exchangelib/distinfo b/mail/py-exchangelib/distinfo new file mode 100644 index 000000000000..458116e1627d --- /dev/null +++ b/mail/py-exchangelib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760468833 +SHA256 (ecederstrand-exchangelib-v5.6.0_GH0.tar.gz) = d969b1857bab6318a78cb54a809464cbf8ed2c37e1375200b1fca0f947053d2c +SIZE (ecederstrand-exchangelib-v5.6.0_GH0.tar.gz) = 3049641 diff --git a/mail/py-exchangelib/files/patch-pyproject.toml b/mail/py-exchangelib/files/patch-pyproject.toml new file mode 100644 index 000000000000..66b9465d43e5 --- /dev/null +++ b/mail/py-exchangelib/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2024-10-10 01:50:58 UTC ++++ pyproject.toml +@@ -24,8 +24,7 @@ description = "Client for Microsoft Exchange Web Serv + description = "Client for Microsoft Exchange Web Services (EWS)" + readme = {file = "README.md", content-type = "text/markdown"} + requires-python = ">=3.10" +-license = "BSD-2-Clause" +-license-files = ["LICENSE"] ++license = {text = "BSD-2-Clause"} + keywords = [ + "autodiscover", + "ews", diff --git a/mail/py-exchangelib/pkg-descr b/mail/py-exchangelib/pkg-descr new file mode 100644 index 000000000000..19904c33aa26 --- /dev/null +++ b/mail/py-exchangelib/pkg-descr @@ -0,0 +1,13 @@ +Exchangelib is a Python client for Microsoft Exchange Web Services (EWS). +It allows to access and manage mailbox items such as email, calendar, contacts, +and tasks. + +With exchangelib, you can: +* Search, create, update, and delete items in your mailbox. +* Send and receive email messages. +* Manage calendar events and appointments. +* Access and modify contacts and distribution lists. +* Work with tasks and other mailbox items. + +Exchangelib is compatible with Exchange Server 2007 and later, as well +as Office 365. diff --git a/mail/py-resend/Makefile b/mail/py-resend/Makefile new file mode 100644 index 000000000000..e317f7979aaa --- /dev/null +++ b/mail/py-resend/Makefile @@ -0,0 +1,36 @@ +PORTNAME= resend +DISTVERSION= 2.17.0 +CATEGORIES= mail python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Resend Python SDK +WWW= https://github.com/resend/resend-python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BR_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR} +BUILD_DEPENDS= ${BR_DEPENDS} +RUN_DEPENDS= ${BR_DEPENDS} + +USES= python + +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-extract: + @${CP} ${FILESDIR}/requirements.txt ${WRKSRC} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/mail/py-resend/distinfo b/mail/py-resend/distinfo new file mode 100644 index 000000000000..956e27ba3020 --- /dev/null +++ b/mail/py-resend/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760506235 +SHA256 (resend-2.17.0.tar.gz) = 90c8adbe92bfc14c9dfbe0bbe68cee14bd8813fdd568f36ae71df7a8946bbd4a +SIZE (resend-2.17.0.tar.gz) = 16964 diff --git a/mail/py-resend/files/requirements.txt b/mail/py-resend/files/requirements.txt new file mode 100644 index 000000000000..935af601a213 --- /dev/null +++ b/mail/py-resend/files/requirements.txt @@ -0,0 +1,2 @@ +requests>=2.31.0 +typing_extensions>=4.4.0 diff --git a/mail/py-resend/pkg-descr b/mail/py-resend/pkg-descr new file mode 100644 index 000000000000..f1206c34f721 --- /dev/null +++ b/mail/py-resend/pkg-descr @@ -0,0 +1,4 @@ +Resend is the email API for developers. + +The best way to reach humans instead of spam folders. Deliver +transactional and marketing emails at scale. diff --git a/mail/smtprelay/Makefile b/mail/smtprelay/Makefile index a69770329df6..f243395ccbd5 100644 --- a/mail/smtprelay/Makefile +++ b/mail/smtprelay/Makefile @@ -1,7 +1,7 @@ PORTNAME= smtprelay DISTVERSIONPREFIX=v DISTVERSION= 1.12.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MAINTAINER= decke@FreeBSD.org diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile index d1e18eeb6566..9f62eef3d473 100644 --- a/mail/spamassassin-devel/Makefile +++ b/mail/spamassassin-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= spamassassin PORTVERSION= ${SA_COMMIT_DATE} -PORTREVISION= 1 CATEGORIES?= mail perl5 PKGNAMESUFFIX= -devel @@ -10,8 +9,8 @@ WWW= https://spamassassin.apache.org/ USE_GITHUB= yes GH_ACCOUNT= apache -GH_TAGNAME= f2a0189c2 -SA_COMMIT_DATE= 2025.09.24 +GH_TAGNAME= 775c93607 +SA_COMMIT_DATE= 2025.10.14 LICENSE= APACHE20 diff --git a/mail/spamassassin-devel/distinfo b/mail/spamassassin-devel/distinfo index 7e2bf3ad7dbe..2b640247639f 100644 --- a/mail/spamassassin-devel/distinfo +++ b/mail/spamassassin-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758739616 -SHA256 (apache-spamassassin-2025.09.24-f2a0189c2_GH0.tar.gz) = 894aef72442d6af45fb30b487486ca955280090d03c81f174c60843df62b15f9 -SIZE (apache-spamassassin-2025.09.24-f2a0189c2_GH0.tar.gz) = 8425943 +TIMESTAMP = 1760452021 +SHA256 (apache-spamassassin-2025.10.14-775c93607_GH0.tar.gz) = 0f3cc6668ff3757eb124016de9d23c85469acba0ab3f14ae85e608f705840e44 +SIZE (apache-spamassassin-2025.10.14-775c93607_GH0.tar.gz) = 8427629 diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index a9371193350d..0d370a153e56 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,6 +1,5 @@ PORTNAME= spamassassin -PORTVERSION= 4.0.1 -PORTREVISION= 2 +PORTVERSION= 4.0.2 CATEGORIES?= mail perl5 MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} @@ -182,6 +181,7 @@ post-patch:: -e 's,B_CONFDIR)/v343.pre,B_CONFDIR)/v343.pre.sample,g' \ -e 's,B_CONFDIR)/v400.pre,B_CONFDIR)/v400.pre.sample,g' \ -e 's,B_CONFDIR)/v401.pre,B_CONFDIR)/v401.pre.sample,g' \ + -e 's,B_CONFDIR)/v402.pre,B_CONFDIR)/v402.pre.sample,g' \ -e 's/require DBI/0/' \ ${WRKSRC}/Makefile.PL ${REINPLACE_CMD} -e '/^CC =/d; \ diff --git a/mail/spamassassin/distinfo b/mail/spamassassin/distinfo index f211a38125fa..d3cbd94a64e3 100644 --- a/mail/spamassassin/distinfo +++ b/mail/spamassassin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711824814 -SHA256 (Mail-SpamAssassin-4.0.1.tar.gz) = 5c6bb222e18405f1a276816d04e1ffc5cc90785e1265714b4506c2b541d6d5e5 -SIZE (Mail-SpamAssassin-4.0.1.tar.gz) = 6789832 +TIMESTAMP = 1760425913 +SHA256 (Mail-SpamAssassin-4.0.2.tar.gz) = c521be978cef3d49b1e139477ca60a0bd498345fc98274796e44161fae49a17f +SIZE (Mail-SpamAssassin-4.0.2.tar.gz) = 6833828 diff --git a/mail/spamassassin/pkg-plist b/mail/spamassassin/pkg-plist index 6838abe7a893..eb65edf38ea9 100644 --- a/mail/spamassassin/pkg-plist +++ b/mail/spamassassin/pkg-plist @@ -18,6 +18,7 @@ bin/spamd @sample %%ETCDIR%%/v343.pre.sample @sample %%ETCDIR%%/v400.pre.sample @sample %%ETCDIR%%/v401.pre.sample +@sample %%ETCDIR%%/v402.pre.sample include/libspamc.h lib/libspamc.so lib/libspamc.so.0 @@ -50,6 +51,9 @@ lib/libspamc.so.0 %%SITE_PERL%%/Mail/SpamAssassin/DnsResolver.pm %%SITE_PERL%%/Mail/SpamAssassin/GeoDB.pm %%SITE_PERL%%/Mail/SpamAssassin/HTML.pm +%%SITE_PERL%%/Mail/SpamAssassin/HTML/Color.pm +%%SITE_PERL%%/Mail/SpamAssassin/Header.pm +%%SITE_PERL%%/Mail/SpamAssassin/Header/ParameterHeader.pm %%SITE_PERL%%/Mail/SpamAssassin/Locales.pm %%SITE_PERL%%/Mail/SpamAssassin/Locker.pm %%SITE_PERL%%/Mail/SpamAssassin/Locker/Flock.pm @@ -82,9 +86,9 @@ lib/libspamc.so.0 %%SITE_PERL%%/Mail/SpamAssassin/Plugin/Check.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DCC.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DKIM.pm +%%SITE_PERL%%/Mail/SpamAssassin/Plugin/DMARC.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DNSEval.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DecodeShortURLs.pm -%%SITE_PERL%%/Mail/SpamAssassin/Plugin/DMARC.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/ExtractText.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/FreeMail.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/FromNameSpoof.pm @@ -102,6 +106,7 @@ lib/libspamc.so.0 %%SITE_PERL%%/Mail/SpamAssassin/Plugin/Phishing.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/Pyzor.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/Razor2.pm +%%SITE_PERL%%/Mail/SpamAssassin/Plugin/Redirectors.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/RelayCountry.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/RelayEval.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/ReplaceTags.pm @@ -168,6 +173,9 @@ lib/libspamc.so.0 %%PERL5_MAN3%%/Mail::SpamAssassin::Conf::SQL.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::DnsResolver.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::GeoDB.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::HTML::Color.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Header.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Header::ParameterHeader.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Logger.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Logger::File.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Logger::Stderr.3.gz @@ -191,13 +199,14 @@ lib/libspamc.so.0 %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Check.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DCC.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DKIM.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DMARC.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DNSEval.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DecodeShortURLs.3.gz -%%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DMARC.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::ExtractText.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::FreeMail.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::FromNameSpoof.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::HashBL.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::HeaderEval.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::MIMEEval.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::MIMEHeader.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::OLEVBMacro.3.gz @@ -207,6 +216,7 @@ lib/libspamc.so.0 %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Phishing.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Pyzor.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Razor2.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Redirectors.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::RelayCountry.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::ReplaceTags.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::ResourceLimits.3.gz @@ -222,6 +232,7 @@ lib/libspamc.so.0 %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::URIDetail.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::URILocalBL.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::VBounce.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::WLBLEval.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::WelcomeListSubject.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::PluginHandler.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Pyzor.3.gz diff --git a/math/Makefile b/math/Makefile index 53430a8c7182..46cf7c505339 100644 --- a/math/Makefile +++ b/math/Makefile @@ -118,6 +118,7 @@ SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-plot3D SUBDIR += R-cran-pls + SUBDIR += R-cran-polyclip SUBDIR += R-cran-polycor SUBDIR += R-cran-polynom SUBDIR += R-cran-pracma @@ -603,6 +604,7 @@ SUBDIR += octave-forge-interval SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa + SUBDIR += octave-forge-joystick SUBDIR += octave-forge-level-set SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-lssa @@ -1292,7 +1294,6 @@ SUBDIR += vinci SUBDIR += visualpolylib SUBDIR += vowpal_wabbit - SUBDIR += vtk8 SUBDIR += vtk9 SUBDIR += wavelib SUBDIR += wcalc diff --git a/math/R-cran-mpoly/Makefile b/math/R-cran-mpoly/Makefile index 93cfd3daa088..8b6a078bd56c 100644 --- a/math/R-cran-mpoly/Makefile +++ b/math/R-cran-mpoly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mpoly DISTVERSION= 1.1.2 CATEGORIES= math -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Symbolic computing with multivariate polynomials in R diff --git a/math/R-cran-polyclip/Makefile b/math/R-cran-polyclip/Makefile new file mode 100644 index 000000000000..bc0153feff28 --- /dev/null +++ b/math/R-cran-polyclip/Makefile @@ -0,0 +1,14 @@ +PORTNAME= polyclip +DISTVERSION= 1.10-7 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Polygon Clipping +WWW= https://cran.r-project.org/package=${PORTNAME} + +LICENSE= BSL + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/math/R-cran-polyclip/distinfo b/math/R-cran-polyclip/distinfo new file mode 100644 index 000000000000..5c5b78686ced --- /dev/null +++ b/math/R-cran-polyclip/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760329898 +SHA256 (polyclip_1.10-7.tar.gz) = f58eaac3a5b2f6711c0c5f12fff91cf80a245ae45878f7217880ab062b5550d3 +SIZE (polyclip_1.10-7.tar.gz) = 80102 diff --git a/math/R-cran-polyclip/pkg-descr b/math/R-cran-polyclip/pkg-descr new file mode 100644 index 000000000000..eccd5e35ce53 --- /dev/null +++ b/math/R-cran-polyclip/pkg-descr @@ -0,0 +1,6 @@ +R port of Angus Johnson's open source library 'Clipper'. Performs polygon +clipping operations (intersection, union, set minus, set difference) for +polygonal regions of arbitrary complexity, including holes. Computes offset +polygons (spatial buffer zones, morphological dilations, Minkowski dilations) +for polygonal regions and polygonal lines. Computes Minkowski Sum of general +polygons. There is a function for removing self-intersections from polygon data. diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index 8d4a8db5b136..623cddb8ef2c 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -1,5 +1,5 @@ PORTNAME= geogebra -DISTVERSION= 5-2-899-0 +DISTVERSION= 5-2-903-0 CATEGORIES= math education java MASTER_SITES= http://download.geogebra.org/installers/5.2/ \ https://static.geogebra.org/images/ \ diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index 84a9e4d8c457..2377af69810e 100644 --- a/math/geogebra/distinfo +++ b/math/geogebra/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1757477906 -SHA256 (GeoGebra-Linux-Portable-5-2-899-0.tar.bz2) = dda3e8075e66990418a5913e38bbdd72a8bf32a2805f1886aa1d13aaad95b264 -SIZE (GeoGebra-Linux-Portable-5-2-899-0.tar.bz2) = 62954321 +TIMESTAMP = 1760496589 +SHA256 (GeoGebra-Linux-Portable-5-2-903-0.tar.bz2) = cc1cdc9c42622987b50dddf34df95d061c9e3691b90d5da8a08405f410f3c6f3 +SIZE (GeoGebra-Linux-Portable-5-2-903-0.tar.bz2) = 62981031 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 SHA256 (geogebra-logo.svg) = 55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07 diff --git a/math/hexowl/Makefile b/math/hexowl/Makefile index 9afbf93fd1ca..51319e123bc3 100644 --- a/math/hexowl/Makefile +++ b/math/hexowl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexowl DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= olgeni@FreeBSD.org diff --git a/math/octave-forge-joystick/Makefile b/math/octave-forge-joystick/Makefile new file mode 100644 index 000000000000..1469177b1b74 --- /dev/null +++ b/math/octave-forge-joystick/Makefile @@ -0,0 +1,26 @@ +PORTNAME= octave-forge-joystick +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.4 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING + +BUILD_DEPENDS+= cmake:devel/cmake # Required by configure. + +LIB_DEPENDS+= libSDL2.so:devel/sdl20 + +USES= octave autoreconf +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-joystick + +GNU_CONFIGURE= yes + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-joystick/distinfo b/math/octave-forge-joystick/distinfo new file mode 100644 index 000000000000..6b7d79577d42 --- /dev/null +++ b/math/octave-forge-joystick/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760386084 +SHA256 (octave-forge/gnu-octave-octave-joystick-v0.0.4_GH0.tar.gz) = 9b54728ca7c67bf098950d757c381a693d94b20b57533a3a44bc3f3c2d50b73c +SIZE (octave-forge/gnu-octave-octave-joystick-v0.0.4_GH0.tar.gz) = 118692 diff --git a/math/octave-forge-joystick/pkg-descr b/math/octave-forge-joystick/pkg-descr new file mode 100644 index 000000000000..0422277613d9 --- /dev/null +++ b/math/octave-forge-joystick/pkg-descr @@ -0,0 +1,8 @@ +The octave-forge package is the result of The GNU Octave Repository project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is joystick. + + Provides basic joystick functions for GNU Octave. diff --git a/math/octave-forge-odbc/Makefile b/math/octave-forge-odbc/Makefile index 69ae6709e3e2..a5722946a424 100644 --- a/math/octave-forge-odbc/Makefile +++ b/math/octave-forge-odbc/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-odbc DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3 -PORTREVISION= 1 +DISTVERSION= 0.0.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-odbc/distinfo b/math/octave-forge-odbc/distinfo index 83739a99959f..31451248e0ed 100644 --- a/math/octave-forge-odbc/distinfo +++ b/math/octave-forge-odbc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712697908 -SHA256 (octave-forge/gnu-octave-octave-odbc-v0.0.3_GH0.tar.gz) = 5fe381b39de71a94cbe1720a8426c7fba8a768ebc879c46da71586bb7829a0f8 -SIZE (octave-forge/gnu-octave-octave-odbc-v0.0.3_GH0.tar.gz) = 73900 +TIMESTAMP = 1760301587 +SHA256 (octave-forge/gnu-octave-octave-odbc-v0.0.4_GH0.tar.gz) = 8035794e44bf39b6f4f8ac3fc23918affefb3ef982e7fa97d85721f8bc4850d2 +SIZE (octave-forge/gnu-octave-octave-odbc-v0.0.4_GH0.tar.gz) = 74214 diff --git a/math/octave-forge-sqlite/Makefile b/math/octave-forge-sqlite/Makefile index bed130e42c10..a6fbd94ffc46 100644 --- a/math/octave-forge-sqlite/Makefile +++ b/math/octave-forge-sqlite/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-sqlite DISTVERSIONPREFIX= v -DISTVERSION= 0.1.0 -PORTREVISION= 2 +DISTVERSION= 0.1.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-sqlite/distinfo b/math/octave-forge-sqlite/distinfo index fee8d519d3d1..34b3b2b703f2 100644 --- a/math/octave-forge-sqlite/distinfo +++ b/math/octave-forge-sqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704989987 -SHA256 (octave-forge/gnu-octave-octave-sqlite-v0.1.0_GH0.tar.gz) = 329a49a2a7bf2d74fd31f2a914a14ef064bcb291e2c12828ebf570dc474a4196 -SIZE (octave-forge/gnu-octave-octave-sqlite-v0.1.0_GH0.tar.gz) = 105402 +TIMESTAMP = 1760302134 +SHA256 (octave-forge/gnu-octave-octave-sqlite-v0.1.1_GH0.tar.gz) = 3144ad58c842b1bd4c2bb758141a8732f89b9f57a8aaafee0d8f62a9fbc6010a +SIZE (octave-forge/gnu-octave-octave-sqlite-v0.1.1_GH0.tar.gz) = 106259 diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 618071668765..e019fcf5caa6 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge -PORTVERSION= 20251010 +PORTVERSION= 20251013 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -20,7 +20,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL HDF5OCT IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERNAL_FLUID_FLOW \ - INTERVAL IO IRSA LEVEL_SET \ + INTERVAL IO IRSA JOYSTICK LEVEL_SET \ LINEAR_ALGEBRA LSSA LTFAT \ MAPPING MATGEOM \ MBOCT_FEM_PKG MBOCT_MBDYN_PKG MBOCT_NUMERICAL_PKG \ diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 5d51c1112175..7b7273abe5be 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 8 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} USES= compiler:c11 cpe fortran pkgconfig python:3.9+ shebangfix -USE_PYTHON= allflavors autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython pep517 GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e \ s/libgfortran.so// diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index 87d60dd90608..e1fc8c128ec0 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -1,6 +1,5 @@ PORTNAME= scs -DISTVERSION= 3.2.7 -PORTREVISION= 1 +DISTVERSION= 3.2.9 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +25,8 @@ MAKE_ENV= ${CONFIGURE_ENV} TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so + @${STRIP_CMD} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/scs/_scs_direct${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/scs/_scs_indirect${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-scs/distinfo b/math/py-scs/distinfo index 48effb4dbcba..bcb0f972262b 100644 --- a/math/py-scs/distinfo +++ b/math/py-scs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731044167 -SHA256 (scs-3.2.7.tar.gz) = e89d81752ef241d7e408f21d0b69cde9bb6ce196241482e17f763cba5a7d9497 -SIZE (scs-3.2.7.tar.gz) = 1600253 +TIMESTAMP = 1760338342 +SHA256 (scs-3.2.9.tar.gz) = df9542d435d21938ed09494a6c525a9772779902b61300961e16890a2df7f572 +SIZE (scs-3.2.9.tar.gz) = 1690742 diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml index 7b7980d3fad4..d62e3f0d491b 100644 --- a/math/py-scs/files/patch-pyproject.toml +++ b/math/py-scs/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2024-06-20 23:14:01 UTC +--- pyproject.toml.orig 2025-10-12 18:49:35 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = 'mesonpy' requires = [ -- "numpy >= 2.0.0; python_version > '3.8'", -+ "numpy; python_version > '3.8'", - "oldest-supported-numpy; python_version <= '3.8'", +- "numpy >= 2.0.0", ++ "numpy", "meson-python" ] + diff --git a/math/scs/Makefile b/math/scs/Makefile index c2f4c37ecdde..de83a5f6f588 100644 --- a/math/scs/Makefile +++ b/math/scs/Makefile @@ -1,6 +1,5 @@ PORTNAME= scs -DISTVERSION= 3.2.7 -PORTREVISION= 1 +DISTVERSION= 3.2.9 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/scs/distinfo b/math/scs/distinfo index fcabe78f8b4e..c8b95aa28b52 100644 --- a/math/scs/distinfo +++ b/math/scs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724601953 -SHA256 (cvxgrp-scs-3.2.7_GH0.tar.gz) = bc8211cfd213f3117676ceb7842f4ed8a3bc7ed9625c4238cc7d83f666e22cc9 -SIZE (cvxgrp-scs-3.2.7_GH0.tar.gz) = 1235001 +TIMESTAMP = 1760338156 +SHA256 (cvxgrp-scs-3.2.9_GH0.tar.gz) = f3d9095fb01fd634d12ccbe6f79ed2acbb7101ad57b723157d44a49cbe187669 +SIZE (cvxgrp-scs-3.2.9_GH0.tar.gz) = 1274849 diff --git a/math/scs/pkg-plist b/math/scs/pkg-plist index 30015425e42e..ef26c0f0a2f2 100644 --- a/math/scs/pkg-plist +++ b/math/scs/pkg-plist @@ -11,6 +11,7 @@ include/scs/scs_blas.h include/scs/scs_types.h include/scs/scs_work.h include/scs/util.h +include/scs/util_spectral_cones.h lib/libscsdir.a lib/libscsdir.so lib/libscsindir.a diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile deleted file mode 100644 index 06d0030f5f76..000000000000 --- a/math/vtk8/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -PORTNAME= vtk -DISTVERSION= 8.2.0 # it has only one consumer that is possibly dead upstream but is still compiling fine -PORTREVISION= 6 -CATEGORIES= math graphics -MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ -PKGNAMESUFFIX= 8 -DISTNAME= ${PORTNAME:tu}-${PORTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Visualization toolkit -WWW= https://www.vtk.org - -LICENSE= BSD3CLAUSE - -BROKEN_FreeBSD_13= complation fails: error: no member named 'derived' in 'Transpose<TranspositionsBase<type-parameter-0-0>>' -BROKEN_FreeBSD_15= complation fails: error: no member named 'derived' in 'Transpose<TranspositionsBase<type-parameter-0-0>>' - -LIB_DEPENDS= libtiff.so:graphics/tiff \ - libpng.so:graphics/png \ - libfreetype.so:print/freetype2 \ - libexpat.so:textproc/expat2 - -CONFLICTS= vtk9 - -USES= alias cmake compiler:c++11-lang gl jpeg localbase perl5 xorg -USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} -USE_XORG= ice x11 xt xext sm - -CMAKE_ON= BUILD_SHARED_LIBS \ - VTK_INSTALL_NO_DOCUMENTATION VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_TIFF \ - VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_ZLIB \ - Module_vtkTestingCore Module_vtkTestingRendering -CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=false \ - -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \ - -DVTK_INSTALL_ARCHIVE_DIR=lib/vtk-${VTK_SHORT_VER} \ - -DVTK_INSTALL_QT_DIR=/${QT_LIBDIR_REL}/plugins/designer \ - -DSTAGEDIR=${STAGEDIR} - -VTK_SHORT_VER= ${PORTVERSION:R} - -DOCSDIR= ${PREFIX}/share/doc/vtk-${VTK_SHORT_VER} -DATADIR= ${PREFIX}/share/vtk-${VTK_SHORT_VER} - -# Options -OPTIONS_DEFINE= DESIGNER DOCS OSMESA QT5 -OPTIONS_DEFAULT= MPI QT5 -OSMESA_DESC= Use Mesa for off-screen rendering -DESIGNER_DESC= Build the Qt Designer plugin -OPTIONS_SUB= yes - -# Options groups -#VTK_GROUPS= Imaging MPI Qt Rendering StandAlone Views -VTK_GROUPS= MPI -VTK_WRAPS= JAVA TCLTK -OPTIONS_GROUP= GROUPS WRAPPING -OPTIONS_GROUP_GROUPS=${VTK_GROUPS} -OPTIONS_GROUP_WRAPPING=${VTK_WRAPS} -GROUPS_DESC= Groups -WRAPPING_DESC= Wrapping -.for g in ${VTK_GROUPS} -$g_DESC= Build the $g group -.endfor -.for w in ${VTK_WRAPS} -$w_DESC= $w wrapping -.endfor - -QT5_USES= qt:5 -QT5_USE= QT=core,gui,sql,uiplugin,widgets,x11extras,qmake:build,buildtools:build -QT5_CMAKE_ON= -DVTK_QT_VERSION:STRING="5" \ - -DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \ - -DVTK_Group_Qt:BOOL=ON - -DESIGNER_CMAKE_BOOL= QT_DESIGNER_PLUGIN -DESIGNER_USE= QT=designer -DESIGNER_IMPLIES= QT5 - -MPI_LIB_DEPENDS= libmpi_cxx.so:net/openmpi4 -MPI_CMAKE_ON= -DMPIEXEC=${LOCALBASE}/mpi/openmpi/bin/mpiexec - -OSMESA_CMAKE_ARGS= -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ - -DOSMESA_INCLUDE_DIR:PATH=${LOCALBASE}/include/Mesa \ - -DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so \ - -DOPENGL_gl_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so \ - -DVTK_USE_X:BOOL=OFF -OSMESA_LIB_DEPENDS= libOSMesa.so:graphics/libosmesa - -# Wrapping -JAVA_CATEGORIES= java -JAVA_USES= java -JAVA_CMAKE_BOOL= VTK_WRAP_JAVA Module_vtkWrappingJava -JAVA_CMAKE_ON= -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ - -DJAVA_AWT_LIBRARY:PATH=${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so \ - -DJAVA_JVM_LIBRARY:PATH=${JAVA_HOME}/jre/lib/${ATCH}/libjava.so - -TCLTK_USES= tk -TCLTK_CMAKE_BOOL= VTK_WRAP_TCL VTK_Group_Tk -TCLTK_CMAKE_ON= -DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDEDIR} \ - -DTK_INCLUDE_PATH:PATH=${TK_INCLUDEDIR} \ - -DVTK_INSTALL_TCL_DIR=lib/vtk-${VTK_SHORT_VER} - -DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen - -# Mangling so that it will build when science/netcdf is installed. -post-patch: - @${MV} ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/netcdf.h \ - ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/xxxnetcdf.h - @${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \ - -E 's/[[:<:]]netcdf\.h[[:>:]]/xxxnetcdf.h/' - -.include <bsd.port.options.mk> - -.for g in ${VTK_GROUPS} -. if ${PORT_OPTIONS:M${g}} -CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON -. else -CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=OFF -. endif -.endfor - -.if !${PORT_OPTIONS:MOSMESA} -USES+= gl -USE_GL= gl glu -.endif - -post-install: # autoplist: thousands of files, complex dependencies on options - @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} * -type f -or -type l >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/math/vtk8/distinfo b/math/vtk8/distinfo deleted file mode 100644 index 5cc3a3a28ff4..000000000000 --- a/math/vtk8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1587775906 -SHA256 (VTK-8.2.0.tar.gz) = 34c3dc775261be5e45a8049155f7228b6bd668106c72a3c435d95730d17d57bb -SIZE (VTK-8.2.0.tar.gz) = 35511819 diff --git a/math/vtk8/files/patch-GUISupport_Qt_CMakeLists.txt b/math/vtk8/files/patch-GUISupport_Qt_CMakeLists.txt deleted file mode 100644 index 43e82e2f9310..000000000000 --- a/math/vtk8/files/patch-GUISupport_Qt_CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ ---- GUISupport/Qt/CMakeLists.txt.orig 2019-01-30 17:15:13 UTC -+++ GUISupport/Qt/CMakeLists.txt -@@ -128,21 +128,21 @@ if(VTK_BUILD_QT_DESIGNER_PLUGIN AND add_qvtkwidget) - find_package(Qt5 COMPONENTS ${qt_component} REQUIRED QUIET) - add_definitions(${Qt5${qt_component}_DEFINITIONS}) - include_directories(${Qt5${qt_component}_INCLUDE_DIRS}) -- qt5_wrap_cpp(PluginMocSrcs ${PluginMocHeaders} TARGET QVTKWidgetPlugin) -+ qt5_wrap_cpp(PluginMocSrcs ${PluginMocHeaders} TARGET QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}) - set(QT_LIBRARIES Qt5::${qt_component}) - - # add QVTK plugin from sources - # stand-alone as it doesn't depend on QVTK library -- add_library(QVTKWidgetPlugin -+ add_library(QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} - SHARED - ${PluginLibSrcs} - ${PluginMocSrcs} - ) - -- set_target_properties(QVTKWidgetPlugin PROPERTIES COMPILE_DEFINITIONS QT_NO_DEBUG) -+ set_target_properties(QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} PROPERTIES COMPILE_DEFINITIONS QT_NO_DEBUG) - - # link with Qt libs -- vtk_module_link_libraries(QVTKWidgetPlugin ${QT_LIBRARIES}) -+ vtk_module_link_libraries(QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} ${QT_LIBRARIES}) - - # install rules - diff --git a/math/vtk8/files/patch-GUISupport_Qt_PluginInstall.cmake.in b/math/vtk8/files/patch-GUISupport_Qt_PluginInstall.cmake.in deleted file mode 100644 index 19c95db7c524..000000000000 --- a/math/vtk8/files/patch-GUISupport_Qt_PluginInstall.cmake.in +++ /dev/null @@ -1,11 +0,0 @@ ---- GUISupport/Qt/PluginInstall.cmake.in.orig 2017-11-21 08:23:50 UTC -+++ GUISupport/Qt/PluginInstall.cmake.in -@@ -10,7 +10,7 @@ if (WIN32) - set(BUILDTYPE_SUFFIX @CMAKE_RELEASE_POSTFIX@) - endif () - endif () --set(VTK_INSTALL_QT_PLUGIN_FILE "@CMAKE_SHARED_LIBRARY_PREFIX@QVTKWidgetPlugin${BUILDTYPE_SUFFIX}@CMAKE_SHARED_LIBRARY_SUFFIX@") -+set(VTK_INSTALL_QT_PLUGIN_FILE "@CMAKE_SHARED_LIBRARY_PREFIX@QVTKWidgetPlugin-@VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@${BUILDTYPE_SUFFIX}@CMAKE_SHARED_LIBRARY_SUFFIX@") - set(VTK_CONFIGURATIONS "@CMAKE_CONFIGURATION_TYPES@") - - if(VTK_CONFIGURATIONS) diff --git a/math/vtk8/files/patch-Rendering_FreeType_vtkFreeTypeTools.cxx b/math/vtk8/files/patch-Rendering_FreeType_vtkFreeTypeTools.cxx deleted file mode 100644 index e3d29d4d7deb..000000000000 --- a/math/vtk8/files/patch-Rendering_FreeType_vtkFreeTypeTools.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- Rendering/FreeType/vtkFreeTypeTools.cxx.orig 2020-10-22 10:20:24 UTC -+++ Rendering/FreeType/vtkFreeTypeTools.cxx -@@ -387,7 +387,7 @@ FTC_CMapCache* vtkFreeTypeTools::GetCMapCache() - } - - //---------------------------------------------------------------------------- --FT_CALLBACK_DEF(FT_Error) -+static FT_Error - vtkFreeTypeToolsFaceRequester(FTC_FaceID face_id, - FT_Library lib, - FT_Pointer request_data, diff --git a/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx b/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx deleted file mode 100644 index b733cfeee383..000000000000 --- a/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- Rendering/Qt/vtkQtLabelRenderStrategy.cxx.orig 2020-05-28 17:13:13 UTC -+++ Rendering/Qt/vtkQtLabelRenderStrategy.cxx -@@ -41,6 +41,7 @@ - #include <QImage> - #include <QMap> - #include <QPainter> -+#include <QPainterPath> - #include <QPair> - #include <QPixmap> - #include <QTextDocument> diff --git a/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx b/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx deleted file mode 100644 index 299be5f51c46..000000000000 --- a/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- Rendering/Qt/vtkQtStringToImage.cxx.orig 2020-06-05 04:36:21 UTC -+++ Rendering/Qt/vtkQtStringToImage.cxx -@@ -31,6 +31,7 @@ - #include <QFontMetrics> - #include <QImage> - #include <QPainter> -+#include <QPainterPath> - #include <QPixmap> - #include <QTextDocument> - #include <QTextStream> diff --git a/math/vtk8/files/patch-ThirdParty_libproj_vtklibproj_src_pj__mutex.c b/math/vtk8/files/patch-ThirdParty_libproj_vtklibproj_src_pj__mutex.c deleted file mode 100644 index bd453a0dc9ca..000000000000 --- a/math/vtk8/files/patch-ThirdParty_libproj_vtklibproj_src_pj__mutex.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ThirdParty/libproj/vtklibproj/src/pj_mutex.c.orig 2020-04-25 01:23:01 UTC -+++ ThirdParty/libproj/vtklibproj/src/pj_mutex.c -@@ -124,7 +124,7 @@ void pj_acquire_lock() - pthread_mutex_lock( &pj_precreated_lock); - - pthread_mutexattr_init(&mutex_attr); --#ifdef HAVE_PTHREAD_MUTEX_RECURSIVE -+#if defined(HAVE_PTHREAD_MUTEX_RECURSIVE) || defined(__FreeBSD__) - pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE); - #else - pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE_NP); diff --git a/math/vtk8/files/patch-ThirdParty_verdict_vtkverdict_CMakeLists.txt b/math/vtk8/files/patch-ThirdParty_verdict_vtkverdict_CMakeLists.txt deleted file mode 100644 index f7e860060a89..000000000000 --- a/math/vtk8/files/patch-ThirdParty_verdict_vtkverdict_CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ ---- ThirdParty/verdict/vtkverdict/CMakeLists.txt.orig 2019-01-30 17:15:13 UTC -+++ ThirdParty/verdict/vtkverdict/CMakeLists.txt -@@ -128,14 +128,14 @@ endif () - # Installation stuff - # - IF(NOT verdict_INSTALL_NO_DEVELOPMENT) -- install(FILES -- README -- Verdict.htm -- Verdict.doc -- verdict_test.cpp -- DESTINATION ${verdict_INSTALL_DOC_DIR}/verdict/${verdict_VERSION}/ -- COMPONENT Development -- ) -+# install(FILES -+# README -+# Verdict.htm -+# Verdict.doc -+# verdict_test.cpp -+# DESTINATION ${verdict_INSTALL_DOC_DIR}/verdict/${verdict_VERSION}/ -+# COMPONENT Development -+# ) - - install( - FILES ${verdict_BINARY_DIR}/verdict.h diff --git a/math/vtk8/files/patch-git_a9079bd b/math/vtk8/files/patch-git_a9079bd deleted file mode 100644 index 1248811772dd..000000000000 --- a/math/vtk8/files/patch-git_a9079bd +++ /dev/null @@ -1,44 +0,0 @@ -Obtained from: - https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdccbb2165583d6773a5ed848427e2a38a8.patch - -From a9079bdccbb2165583d6773a5ed848427e2a38a8 Mon Sep 17 00:00:00 2001 -From: Seacas Upstream <kwrobot@kitware.com> -Date: Tue, 28 Jan 2020 09:13:38 -0500 -Subject: [PATCH] exodusII 2020-01-28 (d97eb08d) - -Code extracted from: - - https://gitlab.kitware.com/third-party/seacas.git - -at commit d97eb08d79e87c82facfae39bc75deb60c0a2d83 (for/vtk-20200128-7.24f-v2019-12-18). ---- - src/ex_create_par.c | 2 +- - src/ex_open_par.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/ex_create_par.c b/src/ex_create_par.c -index 8d5d6734f0..ef439618da 100644 ---- ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c -+++ ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c -@@ -216,5 +216,5 @@ int ex_create_par_int(const char *path, int cmode, int *comp_ws, int *io_ws, MPI - * Prevent warning in some versions of ranlib(1) because the object - * file has no symbols. - */ --const char exodus_unused_symbol_dummy_1; -+const char exodus_unused_symbol_dummy_ex_create_par; - #endif -diff --git a/src/ex_open_par.c b/src/ex_open_par.c -index b2faa22c29..9df4818767 100644 ---- ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c -+++ ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c -@@ -459,5 +459,5 @@ int ex_open_par_int(const char *path, int mode, int *comp_ws, int *io_ws, float - * Prevent warning in some versions of ranlib(1) because the object - * file has no symbols. - */ --const char exodus_unused_symbol_dummy_1; -+const char exodus_unused_symbol_dummy_ex_open_par; - #endif --- -GitLab - - diff --git a/math/vtk8/pkg-descr b/math/vtk8/pkg-descr deleted file mode 100644 index 250b76ca8cc1..000000000000 --- a/math/vtk8/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The Visualization Toolkit (VTK) is an open-source, freely available software -system for 3D computer graphics, image processing and visualization. VTK -consists of a C++ class library and several interpreted interface layers -including Tcl/Tk, Java, and Python. Kitware, whose team created and continues -to extend the toolkit, offers professional support and consulting services for -VTK. VTK supports a wide variety of visualization algorithms including: scalar, -vector, tensor, texture, and volumetric methods; and advanced modeling -techniques such as: implicit modeling, polygon reduction, mesh smoothing, -cutting, contouring, and Delaunay triangulation. VTK has an extensive -information visualization framework, has a suite of 3D interaction widgets, -supports parallel processing, and integrates with various databases on GUI -toolkits such as Qt and Tk. diff --git a/math/xtensor-python/Makefile b/math/xtensor-python/Makefile index 5e9004ad03c1..e655514f484f 100644 --- a/math/xtensor-python/Makefile +++ b/math/xtensor-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtensor-python -DISTVERSION= 0.27.0 +DISTVERSION= 0.29.0 CATEGORIES= math python MAINTAINER= yuri@FreeBSD.org @@ -17,20 +17,23 @@ RUN_DEPENDS= ${HPP_DEPENDS} TEST_DEPENDS= googletest>0:devel/googletest \ pybind11>0:devel/pybind11 -USES= cmake compiler:c++14-lang python +USES= cmake compiler:c++20-lang localbase:ldflags python USE_GITHUB= yes GH_ACCOUNT= xtensor-stack CXXFLAGS+= -I${PYTHON_INCLUDEDIR} -I${PYTHON_SITELIBDIR}/numpy/core/include # workaround for https://github.com/xtensor-stack/xtensor-python/issues/272 +LDFLAGS+= -lpython${PYTHON_VER} NO_BUILD= yes NO_ARCH= yes -do-test: install +do-test: @cd ${WRKSRC}/test && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} . && \ ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} && \ ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest +# tests as of 0.29.0: [ PASSED ] 55 tests. + .include <bsd.port.mk> diff --git a/math/xtensor-python/distinfo b/math/xtensor-python/distinfo index d867423177b3..838cc4dbee20 100644 --- a/math/xtensor-python/distinfo +++ b/math/xtensor-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708074061 -SHA256 (xtensor-stack-xtensor-python-0.27.0_GH0.tar.gz) = 40ee01bd213aeb7bf64f6d8a3257f4fa98ed31c401596c6c7b3b115f61a473b9 -SIZE (xtensor-stack-xtensor-python-0.27.0_GH0.tar.gz) = 65455 +TIMESTAMP = 1760503057 +SHA256 (xtensor-stack-xtensor-python-0.29.0_GH0.tar.gz) = 2915b220bd11b70fdd9fbb2db5f313e751189fec083e406228c8e5a31dfaa4a2 +SIZE (xtensor-stack-xtensor-python-0.29.0_GH0.tar.gz) = 66835 diff --git a/math/xtensor-python/pkg-plist b/math/xtensor-python/pkg-plist index e9f7970198bd..0009a66e0660 100644 --- a/math/xtensor-python/pkg-plist +++ b/math/xtensor-python/pkg-plist @@ -7,6 +7,7 @@ include/xtensor-python/pytensor.hpp include/xtensor-python/pyvectorize.hpp include/xtensor-python/xtensor_python_config.hpp include/xtensor-python/xtensor_type_caster_base.hpp -lib/cmake/xtensor-python/xtensor-pythonConfig.cmake -lib/cmake/xtensor-python/xtensor-pythonConfigVersion.cmake -lib/cmake/xtensor-python/xtensor-pythonTargets.cmake +share/cmake/xtensor-python/xtensor-pythonConfig.cmake +share/cmake/xtensor-python/xtensor-pythonConfigVersion.cmake +share/cmake/xtensor-python/xtensor-pythonTargets.cmake +share/pkgconfig/xtensor-python.pc diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile index de14c6f3bb9b..a98b5cb5cb6a 100644 --- a/math/xtensor/Makefile +++ b/math/xtensor/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtensor -DISTVERSION= 0.25.0 +DISTVERSION= 0.27.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ TEST_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ doctest>0:devel/doctest \ googletest>0:devel/googletest -USES= cmake:testing # 2 tests fail, see https://github.com/xtensor-stack/xtensor/issues/2722 +USES= cmake:testing USE_GITHUB= yes GH_ACCOUNT= xtensor-stack @@ -27,4 +27,6 @@ CMAKE_TESTING_ON= BUILD_TESTS NO_BUILD= yes NO_ARCH= yes +# tests as of 0.27.1: 100% tests passed, 0 tests failed out of 81 + .include <bsd.port.mk> diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo index 25aac7f34028..d9d1f8404a1b 100644 --- a/math/xtensor/distinfo +++ b/math/xtensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708063969 -SHA256 (xtensor-stack-xtensor-0.25.0_GH0.tar.gz) = 32d5d9fd23998c57e746c375a544edf544b74f0a18ad6bc3c38cbba968d5e6c7 -SIZE (xtensor-stack-xtensor-0.25.0_GH0.tar.gz) = 1214069 +TIMESTAMP = 1760416559 +SHA256 (xtensor-stack-xtensor-0.27.1_GH0.tar.gz) = 117c192ae3b7c37c0156dedaa88038e0599a6b264666c3c6c2553154b500fe23 +SIZE (xtensor-stack-xtensor-0.27.1_GH0.tar.gz) = 1224405 diff --git a/math/xtensor/pkg-plist b/math/xtensor/pkg-plist index 1675a78d7ed1..c063a9d6ca54 100644 --- a/math/xtensor/pkg-plist +++ b/math/xtensor/pkg-plist @@ -1,77 +1,81 @@ +etc/xeus-cpp/tags.d/xtensor.json include/xtensor.hpp -include/xtensor/xaccessible.hpp -include/xtensor/xaccumulator.hpp -include/xtensor/xadapt.hpp -include/xtensor/xarray.hpp -include/xtensor/xassign.hpp -include/xtensor/xaxis_iterator.hpp -include/xtensor/xaxis_slice_iterator.hpp -include/xtensor/xblockwise_reducer.hpp -include/xtensor/xblockwise_reducer_functors.hpp -include/xtensor/xbroadcast.hpp -include/xtensor/xbuffer_adaptor.hpp -include/xtensor/xbuilder.hpp -include/xtensor/xchunked_array.hpp -include/xtensor/xchunked_assign.hpp -include/xtensor/xchunked_view.hpp -include/xtensor/xcomplex.hpp -include/xtensor/xcontainer.hpp -include/xtensor/xcsv.hpp -include/xtensor/xdynamic_view.hpp -include/xtensor/xeval.hpp -include/xtensor/xexception.hpp -include/xtensor/xexpression.hpp -include/xtensor/xexpression_holder.hpp -include/xtensor/xexpression_traits.hpp -include/xtensor/xfixed.hpp -include/xtensor/xfunction.hpp -include/xtensor/xfunctor_view.hpp -include/xtensor/xgenerator.hpp -include/xtensor/xhistogram.hpp -include/xtensor/xindex_view.hpp -include/xtensor/xinfo.hpp -include/xtensor/xio.hpp -include/xtensor/xiterable.hpp -include/xtensor/xiterator.hpp -include/xtensor/xjson.hpp -include/xtensor/xlayout.hpp -include/xtensor/xmanipulation.hpp -include/xtensor/xmasked_view.hpp -include/xtensor/xmath.hpp -include/xtensor/xmime.hpp -include/xtensor/xmultiindex_iterator.hpp -include/xtensor/xnoalias.hpp -include/xtensor/xnorm.hpp -include/xtensor/xnpy.hpp -include/xtensor/xoffset_view.hpp -include/xtensor/xoperation.hpp -include/xtensor/xoptional.hpp -include/xtensor/xoptional_assembly.hpp -include/xtensor/xoptional_assembly_base.hpp -include/xtensor/xoptional_assembly_storage.hpp -include/xtensor/xpad.hpp -include/xtensor/xrandom.hpp -include/xtensor/xreducer.hpp -include/xtensor/xrepeat.hpp -include/xtensor/xscalar.hpp -include/xtensor/xsemantic.hpp -include/xtensor/xset_operation.hpp -include/xtensor/xshape.hpp -include/xtensor/xslice.hpp -include/xtensor/xsort.hpp -include/xtensor/xstorage.hpp -include/xtensor/xstrided_view.hpp -include/xtensor/xstrided_view_base.hpp -include/xtensor/xstrides.hpp -include/xtensor/xtensor.hpp -include/xtensor/xtensor_config.hpp -include/xtensor/xtensor_forward.hpp -include/xtensor/xtensor_simd.hpp -include/xtensor/xutils.hpp -include/xtensor/xvectorize.hpp -include/xtensor/xview.hpp -include/xtensor/xview_utils.hpp +include/xtensor/chunk/xchunked_array.hpp +include/xtensor/chunk/xchunked_assign.hpp +include/xtensor/chunk/xchunked_view.hpp +include/xtensor/containers/xadapt.hpp +include/xtensor/containers/xarray.hpp +include/xtensor/containers/xbuffer_adaptor.hpp +include/xtensor/containers/xcontainer.hpp +include/xtensor/containers/xfixed.hpp +include/xtensor/containers/xscalar.hpp +include/xtensor/containers/xstorage.hpp +include/xtensor/containers/xtensor.hpp +include/xtensor/core/xaccessible.hpp +include/xtensor/core/xassign.hpp +include/xtensor/core/xeval.hpp +include/xtensor/core/xexpression.hpp +include/xtensor/core/xexpression_traits.hpp +include/xtensor/core/xfunction.hpp +include/xtensor/core/xiterable.hpp +include/xtensor/core/xiterator.hpp +include/xtensor/core/xlayout.hpp +include/xtensor/core/xmath.hpp +include/xtensor/core/xmultiindex_iterator.hpp +include/xtensor/core/xnoalias.hpp +include/xtensor/core/xoperation.hpp +include/xtensor/core/xsemantic.hpp +include/xtensor/core/xshape.hpp +include/xtensor/core/xstrides.hpp +include/xtensor/core/xtensor_config.hpp +include/xtensor/core/xtensor_forward.hpp +include/xtensor/core/xvectorize.hpp +include/xtensor/generators/xbuilder.hpp +include/xtensor/generators/xgenerator.hpp +include/xtensor/generators/xrandom.hpp +include/xtensor/io/xcsv.hpp +include/xtensor/io/xinfo.hpp +include/xtensor/io/xio.hpp +include/xtensor/io/xjson.hpp +include/xtensor/io/xmime.hpp +include/xtensor/io/xnpy.hpp +include/xtensor/misc/xcomplex.hpp +include/xtensor/misc/xexpression_holder.hpp +include/xtensor/misc/xfft.hpp +include/xtensor/misc/xhistogram.hpp +include/xtensor/misc/xmanipulation.hpp +include/xtensor/misc/xpad.hpp +include/xtensor/misc/xset_operation.hpp +include/xtensor/misc/xsort.hpp +include/xtensor/misc/xtl_concepts.hpp +include/xtensor/optional/xoptional.hpp +include/xtensor/optional/xoptional_assembly.hpp +include/xtensor/optional/xoptional_assembly_base.hpp +include/xtensor/optional/xoptional_assembly_storage.hpp +include/xtensor/reducers/xaccumulator.hpp +include/xtensor/reducers/xblockwise_reducer.hpp +include/xtensor/reducers/xblockwise_reducer_functors.hpp +include/xtensor/reducers/xnorm.hpp +include/xtensor/reducers/xreducer.hpp +include/xtensor/utils/xexception.hpp +include/xtensor/utils/xtensor_simd.hpp +include/xtensor/utils/xutils.hpp +include/xtensor/views/xaxis_iterator.hpp +include/xtensor/views/xaxis_slice_iterator.hpp +include/xtensor/views/xbroadcast.hpp +include/xtensor/views/xdynamic_view.hpp +include/xtensor/views/xfunctor_view.hpp +include/xtensor/views/xindex_view.hpp +include/xtensor/views/xmasked_view.hpp +include/xtensor/views/xoffset_view.hpp +include/xtensor/views/xrepeat.hpp +include/xtensor/views/xslice.hpp +include/xtensor/views/xstrided_view.hpp +include/xtensor/views/xstrided_view_base.hpp +include/xtensor/views/xview.hpp +include/xtensor/views/xview_utils.hpp share/cmake/xtensor/xtensorConfig.cmake share/cmake/xtensor/xtensorConfigVersion.cmake share/cmake/xtensor/xtensorTargets.cmake share/pkgconfig/xtensor.pc +share/xeus-cpp/tagfiles/xtensor.tag diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile index 8937ad5227f1..8b2f1929545a 100644 --- a/misc/cheat/Makefile +++ b/misc/cheat/Makefile @@ -1,6 +1,6 @@ PORTNAME= cheat DISTVERSION= 4.4.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/chrono/Makefile b/misc/chrono/Makefile index 470cabf6fd36..824b33fc7451 100644 --- a/misc/chrono/Makefile +++ b/misc/chrono/Makefile @@ -2,7 +2,7 @@ PORTNAME= chrono DISTVERSIONPREFIX= v DISTVERSION= 1.1.0-4 DISTVERSIONSUFFIX= -g70cda7f -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= misc PKGNAMESUFFIX= -time-tracking diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile index 5366f8334e61..82605d182e4a 100644 --- a/misc/concourse/Makefile +++ b/misc/concourse/Makefile @@ -1,7 +1,7 @@ PORTNAME= concourse DISTVERSIONPREFIX= v DISTVERSION= 6.7.2 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/crush/Makefile b/misc/crush/Makefile index 8908c5295941..26fa326a6ab8 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,6 +1,6 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.10.4 +DISTVERSION= 0.11.0 PORTREVISION= 1 CATEGORIES= misc devel diff --git a/misc/crush/distinfo b/misc/crush/distinfo index 7d731666429d..df6f9b34ce1e 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759288629 -SHA256 (go/misc_crush/crush-v0.10.4/v0.10.4.mod) = 4aa621712cc4d6b9664bc1c8b7089756183e53274d2779a8cfd46454525f7449 -SIZE (go/misc_crush/crush-v0.10.4/v0.10.4.mod) = 8048 -SHA256 (go/misc_crush/crush-v0.10.4/v0.10.4.zip) = 06dc54c5f3270c58d05a3f590ef4a22132ac84540a1f11d0581902463e4ca437 -SIZE (go/misc_crush/crush-v0.10.4/v0.10.4.zip) = 763374 +TIMESTAMP = 1760432088 +SHA256 (go/misc_crush/crush-v0.11.0/v0.11.0.mod) = 3726515ee279e2c17845581dc346de2360b8476b9ebdc8093c125b032bf14894 +SIZE (go/misc_crush/crush-v0.11.0/v0.11.0.mod) = 8056 +SHA256 (go/misc_crush/crush-v0.11.0/v0.11.0.zip) = 9f945743b9047ce64f5d08850d6de4769b1b045a4a68aecb6e47140505af5cdf +SIZE (go/misc_crush/crush-v0.11.0/v0.11.0.zip) = 765491 diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile index 132236aec358..9f89553697ca 100644 --- a/misc/cryptoballot/Makefile +++ b/misc/cryptoballot/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptoballot DISTVERSION= g20181015 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dive/Makefile b/misc/dive/Makefile index 68f5fb8872fb..c31852ac5b7d 100644 --- a/misc/dive/Makefile +++ b/misc/dive/Makefile @@ -1,7 +1,7 @@ PORTNAME= dive DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 22ba69c93b49..a4d6282624b0 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,7 +1,7 @@ PORTNAME= exercism DISTVERSIONPREFIX= v DISTVERSION= 3.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= bofh@FreeBSD.org diff --git a/misc/fastscapelib/Makefile b/misc/fastscapelib/Makefile index f12e771e44b3..acf18d4c7001 100644 --- a/misc/fastscapelib/Makefile +++ b/misc/fastscapelib/Makefile @@ -1,6 +1,6 @@ PORTNAME= fastscapelib DISTVERSIONPREFIX= v -DISTVERSION= 0.2.2 +DISTVERSION= 0.3.0 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -10,8 +10,10 @@ WWW= https://fastscapelib.readthedocs.io/en/latest/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xtensor>0:math/xtensor -RUN_DEPENDS= xtensor>0:math/xtensor +BUILD_DEPENDS= healpix>0:science/healpix \ + xtensor>0:math/xtensor +RUN_DEPENDS= healpix>0:science/healpix \ + xtensor>0:math/xtensor USES= cmake:testing @@ -22,4 +24,6 @@ CMAKE_TESTING_ON= FS_BUILD_TESTS NO_ARCH= yes +# tests as of 0.3.0: 100% tests passed, 0 tests failed out of 162 + .include <bsd.port.mk> diff --git a/misc/fastscapelib/distinfo b/misc/fastscapelib/distinfo index 0f410933e158..b9a8b539f8e0 100644 --- a/misc/fastscapelib/distinfo +++ b/misc/fastscapelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717650943 -SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566 -SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207 +TIMESTAMP = 1760501532 +SHA256 (fastscape-lem-fastscapelib-v0.3.0_GH0.tar.gz) = bfd3e8549a9bdd3ae3f0ba0ce4b1d8767d2bb8d163fd6be5d4beb35a9a36bcd0 +SIZE (fastscape-lem-fastscapelib-v0.3.0_GH0.tar.gz) = 733594 diff --git a/misc/fastscapelib/pkg-plist b/misc/fastscapelib/pkg-plist index 96e75d975c40..4ea250a51ea2 100644 --- a/misc/fastscapelib/pkg-plist +++ b/misc/fastscapelib/pkg-plist @@ -4,20 +4,26 @@ include/fastscapelib/eroders/spl.hpp include/fastscapelib/flow/basin_graph.hpp include/fastscapelib/flow/flow_graph.hpp include/fastscapelib/flow/flow_graph_impl.hpp +include/fastscapelib/flow/flow_kernel.hpp include/fastscapelib/flow/flow_operator.hpp include/fastscapelib/flow/flow_router.hpp include/fastscapelib/flow/flow_snapshot.hpp include/fastscapelib/flow/sink_resolver.hpp include/fastscapelib/grid/base.hpp +include/fastscapelib/grid/healpix_grid.hpp include/fastscapelib/grid/profile_grid.hpp include/fastscapelib/grid/raster_grid.hpp include/fastscapelib/grid/structured_grid.hpp include/fastscapelib/grid/trimesh.hpp include/fastscapelib/utils/consts.hpp +include/fastscapelib/utils/containers.hpp +include/fastscapelib/utils/eigen_containers.hpp +include/fastscapelib/utils/impl/thread_pool_inl.hpp include/fastscapelib/utils/iterators.hpp +include/fastscapelib/utils/thread_pool.hpp include/fastscapelib/utils/union_find.hpp include/fastscapelib/utils/utils.hpp -include/fastscapelib/utils/xtensor_utils.hpp +include/fastscapelib/utils/xtensor_containers.hpp include/fastscapelib/version.hpp lib/cmake/fastscapelib/fastscapelibConfig.cmake lib/cmake/fastscapelib/fastscapelibConfigVersion.cmake diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile index 3a5f7e29b07d..7332f5386343 100644 --- a/misc/github-copilot-cli/Makefile +++ b/misc/github-copilot-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= github-copilot-cli -DISTVERSION= 0.0.337 +DISTVERSION= 0.0.340 CATEGORIES= misc # machine-learning DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} ${NODE_HEADERS}${EXTRACT_SUFX} @@ -7,6 +7,8 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= GitHub Copilot CLI brings the power of the coding agent to terminal WWW= https://github.com/github/copilot-cli +BROKEN_i386= fails to package due to sharp-freebsd-x64.node file in the plist + FETCH_DEPENDS= npm:www/npm BUILD_DEPENDS= npm:www/npm \ libsecret>0:security/libsecret \ diff --git a/misc/github-copilot-cli/distinfo b/misc/github-copilot-cli/distinfo index 27eb02bbc8dc..a5e639e355e0 100644 --- a/misc/github-copilot-cli/distinfo +++ b/misc/github-copilot-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759991089 -SHA256 (github-copilot-cli-0.0.337.tar.gz) = 9169d1e4396e89cb8a37452bd42a92632f6e39a72180939601ad71a22b978671 -SIZE (github-copilot-cli-0.0.337.tar.gz) = 25240417 +TIMESTAMP = 1760408506 +SHA256 (github-copilot-cli-0.0.340.tar.gz) = c9dacc035b8e32518f926327be2987400844e792e0a8e98e067f2523d8a2dcaf +SIZE (github-copilot-cli-0.0.340.tar.gz) = 25265033 SHA256 (node-v22.19.0-headers.tar.gz) = 183bdc17092336ad21e01a425d238e85db4ee077ae3caa0547ff1fbda07d9bd8 SIZE (node-v22.19.0-headers.tar.gz) = 8750990 diff --git a/misc/gobuster/Makefile b/misc/gobuster/Makefile index d18e5b185ca7..b4ef13a59ffe 100644 --- a/misc/gobuster/Makefile +++ b/misc/gobuster/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobuster DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= misc dns www MAINTAINER= yuri@FreeBSD.org diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index b812343c9670..d8efe723ed2b 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20250915.001 +PORTVERSION= 20251003.001 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo index 3b1b3785b498..2c0501a8fb5a 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758099704 -SHA256 (Business-ISBN-Data-20250915.001.tar.gz) = 5c29b0166bc23dc5ca7f804f4fb554a7589a854ff23990e93f65cbc61771fe30 -SIZE (Business-ISBN-Data-20250915.001.tar.gz) = 37265 +TIMESTAMP = 1760424506 +SHA256 (Business-ISBN-Data-20251003.001.tar.gz) = c0c0778162f4ebad6c261927858e4cbc9e8e7a02791dc5f7093a0646ce69a70d +SIZE (Business-ISBN-Data-20251003.001.tar.gz) = 37273 diff --git a/misc/perkeep/Makefile b/misc/perkeep/Makefile index a9400c60adad..48faa6257565 100644 --- a/misc/perkeep/Makefile +++ b/misc/perkeep/Makefile @@ -1,6 +1,6 @@ PORTNAME= perkeep DISTVERSION= 0.11 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-fastscapelib/Makefile b/misc/py-fastscapelib/Makefile index 42412318de85..9bbc7d6f603c 100644 --- a/misc/py-fastscapelib/Makefile +++ b/misc/py-fastscapelib/Makefile @@ -1,6 +1,6 @@ PORTNAME= fastscapelib DISTVERSIONPREFIX= v -DISTVERSION= 0.2.2 +DISTVERSION= 0.3.0 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,6 @@ WWW= https://fastscapelib.readthedocs.io/en/latest/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_13= compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168 -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168 - BUILD_DEPENDS= cmake:devel/cmake-core \ xtensor>0:math/xtensor \ xtensor-python>0:math/xtensor-python \ @@ -23,6 +20,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ ${PYTHON_PKGNAMEPREFIX}pyproject-metadata>0:devel/py-pyproject-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} +LIB_DEPENDS= libhealpix_cxx.so:science/healpix RUN_DEPENDS= ${PYNUMPY} USES= python @@ -33,4 +31,6 @@ GH_ACCOUNT= fastscape-lem TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +# tests as of 0.3.0: 174 passed in 131.81s (0:02:11) + .include <bsd.port.mk> diff --git a/misc/py-fastscapelib/distinfo b/misc/py-fastscapelib/distinfo index 0acea30dc66f..18edab22ebca 100644 --- a/misc/py-fastscapelib/distinfo +++ b/misc/py-fastscapelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717651075 -SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566 -SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207 +TIMESTAMP = 1760416384 +SHA256 (fastscape-lem-fastscapelib-v0.3.0_GH0.tar.gz) = bfd3e8549a9bdd3ae3f0ba0ce4b1d8767d2bb8d163fd6be5d4beb35a9a36bcd0 +SIZE (fastscape-lem-fastscapelib-v0.3.0_GH0.tar.gz) = 733594 diff --git a/misc/py-fastscapelib/files/patch-pyproject.toml b/misc/py-fastscapelib/files/patch-pyproject.toml index 703b73ab414a..fb123612f4a7 100644 --- a/misc/py-fastscapelib/files/patch-pyproject.toml +++ b/misc/py-fastscapelib/files/patch-pyproject.toml @@ -1,10 +1,12 @@ ---- pyproject.toml.orig 2023-10-10 18:00:46 UTC +--- pyproject.toml.orig 2025-06-25 14:33:51 UTC +++ pyproject.toml -@@ -4,7 +4,7 @@ requires = [ - "pybind11", - # TODO: replace by "numpy>=1.25.0,<2" when dropping py3.8 support. - # https://github.com/scipy/oldest-supported-numpy/issues/76 -- "oldest-supported-numpy", +@@ -4,8 +4,8 @@ requires = [ + # pybind11 2.12 added support for numpy 2.0 + # pybind11 doesn't require numpy at build time, but xtensor-python does! + # packages built with numpy 2.x are compatible with numpy 1.xx +- "pybind11>=2.12,<3", +- "numpy>=2.0,<3", ++ "pybind11", + "numpy", ] build-backend = "scikit_build_core.build" diff --git a/misc/py-haystack_ai/Makefile b/misc/py-haystack_ai/Makefile index 5ffd5a5be3e9..9c91c1659368 100644 --- a/misc/py-haystack_ai/Makefile +++ b/misc/py-haystack_ai/Makefile @@ -1,5 +1,5 @@ PORTNAME= haystack_ai -PORTVERSION= 2.17.1 +PORTVERSION= 2.18.1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-haystack_ai/distinfo b/misc/py-haystack_ai/distinfo index 39e350d72c24..efc1aba04d3e 100644 --- a/misc/py-haystack_ai/distinfo +++ b/misc/py-haystack_ai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757594976 -SHA256 (haystack_ai-2.17.1.tar.gz) = dffd79c2202a93a95dbf31bbb888027f8e78791902ef984974f0409059a9eb30 -SIZE (haystack_ai-2.17.1.tar.gz) = 394779 +TIMESTAMP = 1760378404 +SHA256 (haystack_ai-2.18.1.tar.gz) = e734369ae5064b4f1647f1001e1a28584955be08df673a32cd36877126dbcc77 +SIZE (haystack_ai-2.18.1.tar.gz) = 403143 diff --git a/misc/radio_datetime_analyzer/Makefile b/misc/radio_datetime_analyzer/Makefile index bc493dca9959..451bcb28f657 100644 --- a/misc/radio_datetime_analyzer/Makefile +++ b/misc/radio_datetime_analyzer/Makefile @@ -1,6 +1,5 @@ PORTNAME= radio_datetime_analyzer -DISTVERSION= 1.1.0 -PORTREVISION= 3 +DISTVERSION= 1.2.0 CATEGORIES= misc MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # prevent USES=cargo from overriding default DISTFILES diff --git a/misc/radio_datetime_analyzer/Makefile.crates b/misc/radio_datetime_analyzer/Makefile.crates index e534c2bdf0d3..2baa44ae0212 100644 --- a/misc/radio_datetime_analyzer/Makefile.crates +++ b/misc/radio_datetime_analyzer/Makefile.crates @@ -1,4 +1,8 @@ -CARGO_CRATES= dcf77_utils-1.1.0 \ - getopt-1.1.7 \ - msf60_utils-1.1.0 \ - radio_datetime_utils-1.1.0 +CARGO_CRATES= byteorder-1.5.0 \ + dcf77_utils-1.2.0 \ + getopt-1.1.9 \ + hash32-0.3.1 \ + heapless-0.8.0 \ + msf60_utils-1.2.0 \ + radio_datetime_utils-1.2.0 \ + stable_deref_trait-1.2.1 diff --git a/misc/radio_datetime_analyzer/distinfo b/misc/radio_datetime_analyzer/distinfo index 86df18ab4467..c5fcadb6fd99 100644 --- a/misc/radio_datetime_analyzer/distinfo +++ b/misc/radio_datetime_analyzer/distinfo @@ -1,11 +1,19 @@ -TIMESTAMP = 1749073004 -SHA256 (radio_datetime_analyzer-1.1.0.tar.gz) = 590f6df204232c37cfde943f1e4718b076e913ec45c6192083adb5e22d93b00f -SIZE (radio_datetime_analyzer-1.1.0.tar.gz) = 10947 -SHA256 (rust/crates/dcf77_utils-1.1.0.crate) = f5b1ae3c5f0fbb87a9187ca0f1cb665f7444f481f77940131c4737c17bc845e8 -SIZE (rust/crates/dcf77_utils-1.1.0.crate) = 11723 -SHA256 (rust/crates/getopt-1.1.7.crate) = 2a9e40b04867f241a94b98f4649825925553807ae34f07b953a590270f45d9d4 -SIZE (rust/crates/getopt-1.1.7.crate) = 8037 -SHA256 (rust/crates/msf60_utils-1.1.0.crate) = 8aa32aa811b514329ceb1af4ff3d744bb96a5e18af8e188215deefcc1f13c6d6 -SIZE (rust/crates/msf60_utils-1.1.0.crate) = 14545 -SHA256 (rust/crates/radio_datetime_utils-1.1.0.crate) = bbc9a0dfa3cff91f691dbb878c8856d3096686786662858225f8102809a32701 -SIZE (rust/crates/radio_datetime_utils-1.1.0.crate) = 17044 +TIMESTAMP = 1760475760 +SHA256 (radio_datetime_analyzer-1.2.0.tar.gz) = e5f825acec996a14af7aaef32293dfda2f926809a0e7753a2863df34a667aaa4 +SIZE (radio_datetime_analyzer-1.2.0.tar.gz) = 35709 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/dcf77_utils-1.2.0.crate) = e6cf7f6ce3af52b8251ecff57d519c67a5aadcd1c91f4db5651760d4e65427f3 +SIZE (rust/crates/dcf77_utils-1.2.0.crate) = 12154 +SHA256 (rust/crates/getopt-1.1.9.crate) = 66eb69f29cb9773ca399122b247020f929dde18de809a27b0250be02bbf9fa5e +SIZE (rust/crates/getopt-1.1.9.crate) = 7780 +SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 +SIZE (rust/crates/hash32-0.3.1.crate) = 10273 +SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad +SIZE (rust/crates/heapless-0.8.0.crate) = 77802 +SHA256 (rust/crates/msf60_utils-1.2.0.crate) = 8f2c91e5fe80e6ffc85ebfb6ade504c19e4a68c2fef9c89eba81bba6129898b4 +SIZE (rust/crates/msf60_utils-1.2.0.crate) = 14690 +SHA256 (rust/crates/radio_datetime_utils-1.2.0.crate) = cb02ad60d277e3a56f109ef51bb61c28ee4222ed23521218414b8aee8f2756dc +SIZE (rust/crates/radio_datetime_utils-1.2.0.crate) = 21327 +SHA256 (rust/crates/stable_deref_trait-1.2.1.crate) = 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596 +SIZE (rust/crates/stable_deref_trait-1.2.1.crate) = 8186 diff --git a/misc/radio_datetime_analyzer/pkg-descr b/misc/radio_datetime_analyzer/pkg-descr index 20ad76ac1ed8..5aa2ba373629 100644 --- a/misc/radio_datetime_analyzer/pkg-descr +++ b/misc/radio_datetime_analyzer/pkg-descr @@ -1,9 +1,16 @@ -Analyzer for log files of time stations. +Analyzer for log files of time stations + +The program takes a minimum of two parameters: -The program takes two parameters: - the station name of the file to analyze (as argument to the -s option) - the name of the file to analyze (as argument to the -f option) +The -h option provides a short help message. + +Currently supported stations are dcf77 and msf. DCF77 is the German time +station at 77.5 kHz, and MSF is the British time station at 60 kHz. Some +information these stations can be found at: -Currently supported stations are DCF77 and MSF. +- https://en.wikipedia.org/wiki/DCF77 +- https://en.wikipedia.org/wiki/Time_from_NPL_(MSF) See the enclosed README.md for more information. diff --git a/misc/slides/Makefile b/misc/slides/Makefile index d9fc62fb64fe..5f114c74b5b8 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,7 +1,7 @@ PORTNAME= slides DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool diff --git a/misc/stormy/Makefile b/misc/stormy/Makefile index 57d191bedcc8..c741525d3c06 100644 --- a/misc/stormy/Makefile +++ b/misc/stormy/Makefile @@ -1,7 +1,7 @@ PORTNAME= stormy DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= nxjoseph@protonmail.com diff --git a/misc/timetrace/Makefile b/misc/timetrace/Makefile index a6ca895426ea..0043c6e4df08 100644 --- a/misc/timetrace/Makefile +++ b/misc/timetrace/Makefile @@ -1,7 +1,7 @@ PORTNAME= timetrace DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= misc MAINTAINER= nc@FreeBSD.org diff --git a/misc/wego/Makefile b/misc/wego/Makefile index be6aaf788fd7..13f1abf748ec 100644 --- a/misc/wego/Makefile +++ b/misc/wego/Makefile @@ -1,6 +1,6 @@ PORTNAME= wego DISTVERSION= 2.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile index 33e8e83e1221..a93c8abfc2ad 100644 --- a/multimedia/libde265/Makefile +++ b/multimedia/libde265/Makefile @@ -1,6 +1,5 @@ PORTNAME= libde265 -DISTVERSION= 1.0.12 -PORTREVISION= 1 +DISTVERSION= 1.0.16 CATEGORIES= multimedia MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -11,26 +10,35 @@ WWW= https://www.libde265.org LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig sdl -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_SDL= sdl - +USES= autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig CPE_VENDOR= struktur +USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --disable-sherlock265 +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= SDL +OPTIONS_DEFAULT= SDL +SDL_USES= sdl +SDL_USE= SDL=sdl2 +SDL_CONFIGURE_ENABLE= sdl2 + +_BIN= bjoentegaard block-rate-estim dec265 gen-enc-table rd-curves tests \ + yuv-distortion .include <bsd.port.pre.mk> -.if ${ARCH} == "armv6" || ${ARCH} == "armv7" +.if ${ARCH:Marmv?} BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as" LLD_UNSAFE= yes .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.5 - ${MV} ${STAGEDIR}${PREFIX}/bin/dec265 \ - ${STAGEDIR}${PREFIX}/bin/libde265-dec265 +.for F in ${_BIN} + ${MV} ${STAGEDIR}${PREFIX}/bin/${F} \ + ${STAGEDIR}${PREFIX}/bin/libde265-${F} +.endfor .include <bsd.port.post.mk> diff --git a/multimedia/libde265/distinfo b/multimedia/libde265/distinfo index 6e9d2539ace5..afe9d7485913 100644 --- a/multimedia/libde265/distinfo +++ b/multimedia/libde265/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686766462 -SHA256 (libde265-1.0.12.tar.gz) = 62185ea2182e68cf68bba20cc6eb4c287407b509cf0a827d7ddb75614db77b5c -SIZE (libde265-1.0.12.tar.gz) = 846345 +TIMESTAMP = 1760360000 +SHA256 (libde265-1.0.16.tar.gz) = b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7 +SIZE (libde265-1.0.16.tar.gz) = 835657 diff --git a/multimedia/libde265/files/patch-configure.ac b/multimedia/libde265/files/patch-configure.ac new file mode 100644 index 000000000000..37230a8efba6 --- /dev/null +++ b/multimedia/libde265/files/patch-configure.ac @@ -0,0 +1,43 @@ +--- configure.ac.orig 2025-05-03 22:03:20 UTC ++++ configure.ac +@@ -56,9 +56,7 @@ changequote([,])dnl + fi + changequote([,])dnl + +-dnl gl_VISIBILITY +-dnl : In encoder branch, we still export all library symbols : +-HAVE_VISIBILITY=0 ++gl_VISIBILITY + AM_CONDITIONAL([HAVE_VISIBILITY], [test "x$HAVE_VISIBILITY" != "x0"]) + + # Checks for header files. +@@ -294,9 +292,11 @@ fi + + # --- enable example programs --- + ++AC_ARG_ENABLE([sdl2], AS_HELP_STRING([--disable-sdl2], [Do not use SDL2.])) + AC_ARG_ENABLE([dec265], AS_HELP_STRING([--disable-dec265], [Do not build dec265 decoder program.])) + AC_ARG_ENABLE([sherlock265], AS_HELP_STRING([--disable-sherlock265], [Do not build sherlock265 visual inspection program.])) + ++if eval "test x$enable_sdl2 = x" ; then enable_sdl2=yes ; fi + if eval "test x$enable_dec265 = x" ; then enable_dec265=yes ; fi + if eval "test x$enable_sherlock265 = x" ; then enable_sherlock265=yes ; fi + +@@ -310,7 +310,7 @@ fi + ) + fi + +-if eval "test x$enable_dec265 = xyes" ; then ++if eval "test x$enable_dec265 = xyes" && eval "test x$enable_sdl2 = xyes" ; then + PKG_CHECK_MODULES([SDL], [sdl2], + [AC_DEFINE([HAVE_SDL], [1], [Whether libsdl2 was found.]) + AC_SUBST(SDL_CFLAGS) +@@ -334,7 +334,7 @@ AM_CONDITIONAL([HAVE_SDL], [test "x$have_sdl" = "xyes" + AM_CONDITIONAL([HAVE_SWSCALE], [test "x$have_swscale" = "xyes"]) + AM_CONDITIONAL([HAVE_SDL], [test "x$have_sdl" = "xyes"]) + +-if eval "test $enable_dec265 = yes" && eval "test $have_videogfx != yes" && eval "test $have_sdl != yes" ; then ++if eval "test $enable_dec265 = yes" && eval "test $have_videogfx != yes" && eval "test x$have_sdl != xyes" ; then + AC_MSG_WARN([Did not find libvideogfx or libsdl2, video output of dec265 will be disabled.]) + fi + diff --git a/multimedia/libde265/files/patch-disable-tools b/multimedia/libde265/files/patch-disable-tools deleted file mode 100644 index dfc6858e34dd..000000000000 --- a/multimedia/libde265/files/patch-disable-tools +++ /dev/null @@ -1,41 +0,0 @@ -Description: Disable building of some internal tools that no longer link - because internal symbols are no longer exported. -Author: Joachim Bauch <bauch@struktur.de> ---- dec265/Makefile.am -+++ dec265/Makefile.am -@@ -1,5 +1,5 @@ - --bin_PROGRAMS = dec265 hdrcopy -+bin_PROGRAMS = dec265 - - AM_CPPFLAGS = -I$(top_srcdir)/libde265 -I$(top_srcdir) - -@@ -9,12 +9,6 @@ - dec265_LDADD = ../libde265/libde265.la -lstdc++ - dec265_SOURCES = dec265.cc - --hdrcopy_DEPENDENCIES = ../libde265/libde265.la --hdrcopy_CXXFLAGS = --hdrcopy_LDFLAGS = --hdrcopy_LDADD = ../libde265/libde265.la -lstdc++ --hdrcopy_SOURCES = hdrcopy.cc -- - if HAVE_VIDEOGFX - dec265_CXXFLAGS += $(VIDEOGFX_CFLAGS) - dec265_LDFLAGS += $(VIDEOGFX_LIBS) ---- Makefile.am -+++ Makefile.am -@@ -8,13 +8,6 @@ - SUBDIRS+=dec265 - endif - --if ENABLE_ENCODER --SUBDIRS+=enc265 --endif -- --SUBDIRS+=tools --SUBDIRS+=acceleration-speed -- - if ENABLE_SHERLOCK265 - SUBDIRS+=sherlock265 - endif diff --git a/multimedia/libde265/files/patch-libde265_configparam.h b/multimedia/libde265/files/patch-libde265_configparam.h new file mode 100644 index 000000000000..5cec21263be6 --- /dev/null +++ b/multimedia/libde265/files/patch-libde265_configparam.h @@ -0,0 +1,71 @@ +--- libde265/configparam.h.orig 2025-04-26 19:56:15 UTC ++++ libde265/configparam.h +@@ -95,7 +95,7 @@ class option_base + bool hasLongOption() const { return true; } //mLongOption!=NULL; } + std::string getLongOption() const { return mLongOption ? std::string(mLongOption) : get_name(); } + +- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { return false; } ++ virtual bool processCmdLineArguments(char** argv, int* argc, int idx) { return false; } + + + +@@ -132,7 +132,7 @@ class option_bool : public option_base (public) + virtual std::string get_default_string() const { return default_value ? "true":"false"; } + + virtual std::string getTypeDescr() const { return "(boolean)"; } +- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { set(true); return true; } ++ virtual bool processCmdLineArguments(char** argv, int* argc, int idx) { set(true); return true; } + + bool set(bool v) { value_set=true; value=v; return true; } + +@@ -162,10 +162,10 @@ class option_string : public option_base (public) + virtual bool has_default() const { return default_set; } + + void set_default(std::string v) { default_value=v; default_set=true; } +- virtual LIBDE265_API std::string get_default_string() const { return default_value; } ++ virtual std::string get_default_string() const { return default_value; } + +- virtual LIBDE265_API std::string getTypeDescr() const { return "(string)"; } +- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx); ++ virtual std::string getTypeDescr() const { return "(string)"; } ++ virtual bool processCmdLineArguments(char** argv, int* argc, int idx); + + bool set(std::string v) { value_set=true; value=v; return true; } + +@@ -201,10 +201,10 @@ class option_int : public option_base (public) + virtual bool has_default() const { return default_set; } + + void set_default(int v) { default_value=v; default_set=true; } +- virtual LIBDE265_API std::string get_default_string() const; ++ virtual std::string get_default_string() const; + +- virtual LIBDE265_API std::string getTypeDescr() const; +- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx); ++ virtual std::string getTypeDescr() const; ++ virtual bool processCmdLineArguments(char** argv, int* argc, int idx); + + bool set(int v) { + if (is_valid(v)) { value_set=true; value=v; return true; } +@@ -239,7 +239,7 @@ class choice_option_base : public option_base (public) + virtual std::vector<std::string> get_choice_names() const = 0; + + virtual std::string getTypeDescr() const; +- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx); ++ virtual bool processCmdLineArguments(char** argv, int* argc, int idx); + + const char** get_choices_string_table() const; + +@@ -368,10 +368,10 @@ class config_parameters + config_parameters() : param_string_table(NULL) { } + ~config_parameters() { delete[] param_string_table; } + +- void LIBDE265_API add_option(option_base* o); ++ void add_option(option_base* o); + +- void LIBDE265_API print_params() const; +- bool LIBDE265_API parse_command_line_params(int* argc, char** argv, int* first_idx=NULL, ++ void print_params() const; ++ bool parse_command_line_params(int* argc, char** argv, int* first_idx=NULL, + bool ignore_unknown_options=false); + + diff --git a/multimedia/libde265/files/patch-libde265_encoder_Makefile.am b/multimedia/libde265/files/patch-libde265_encoder_Makefile.am new file mode 100644 index 000000000000..ee7f62e7c4d6 --- /dev/null +++ b/multimedia/libde265/files/patch-libde265_encoder_Makefile.am @@ -0,0 +1,21 @@ +--- libde265/encoder/Makefile.am.orig 2025-10-13 13:20:07 UTC ++++ libde265/encoder/Makefile.am +@@ -12,6 +12,18 @@ libde265_encoder_la_SOURCES = \ + encpicbuf.h encpicbuf.cc \ + sop.h sop.cc + ++libde265_encoder_la_CFLAGS = \ ++ $(CFLAG_VISIBILITY) \ ++ -DLIBDE265_EXPORTS ++libde265_encoder_la_CXXFLAGS += \ ++ $(CFLAG_VISIBILITY) \ ++ -DLIBDE265_EXPORTS ++ ++if HAVE_VISIBILITY ++ libde265_encoder_la_CFLAGS += -DHAVE_VISIBILITY ++ libde265_encoder_la_CXXFLAGS += -DHAVE_VISIBILITY ++endif ++ + SUBDIRS=algo + libde265_encoder_la_LIBADD = algo/libde265_encoder_algo.la + diff --git a/multimedia/libde265/files/patch-libde265_encoder_algo_Makefile.am b/multimedia/libde265/files/patch-libde265_encoder_algo_Makefile.am new file mode 100644 index 000000000000..d0d1f98c6c12 --- /dev/null +++ b/multimedia/libde265/files/patch-libde265_encoder_algo_Makefile.am @@ -0,0 +1,16 @@ +--- libde265/encoder/algo/Makefile.am.orig 2025-10-13 13:20:07 UTC ++++ libde265/encoder/algo/Makefile.am +@@ -17,5 +17,13 @@ libde265_encoder_algo_la_SOURCES = \ + tb-rateestim.h tb-rateestim.cc \ + pb-mv.h pb-mv.cc + ++libde265_encoder_algo_la_CXXFLAGS += \ ++ $(CFLAG_VISIBILITY) \ ++ -DLIBDE265_EXPORTS ++ ++if HAVE_VISIBILITY ++ libde265_encoder_algo_la_CXXFLAGS += -DHAVE_VISIBILITY ++endif ++ + EXTRA_DIST = \ + CMakeLists.txt diff --git a/multimedia/libde265/files/patch-libde265_image-io.cc b/multimedia/libde265/files/patch-libde265_image-io.cc new file mode 100644 index 000000000000..aad74d883d3c --- /dev/null +++ b/multimedia/libde265/files/patch-libde265_image-io.cc @@ -0,0 +1,29 @@ +--- libde265/image-io.cc.orig 2025-04-26 20:58:45 UTC ++++ libde265/image-io.cc +@@ -208,7 +208,7 @@ PacketSink_File::PacketSink_File() + } + + +-LIBDE265_API PacketSink_File::~PacketSink_File() ++PacketSink_File::~PacketSink_File() + { + if (mFH) { + fclose(mFH); +@@ -216,7 +216,7 @@ LIBDE265_API PacketSink_File::~PacketSink_File() + } + + +-LIBDE265_API void PacketSink_File::set_filename(const char* filename) ++void PacketSink_File::set_filename(const char* filename) + { + assert(mFH==NULL); + +@@ -224,7 +224,7 @@ LIBDE265_API void PacketSink_File::set_filename(const + } + + +-LIBDE265_API void PacketSink_File::send_packet(const uint8_t* data, int n) ++void PacketSink_File::send_packet(const uint8_t* data, int n) + { + uint8_t startCode[3]; + startCode[0] = 0; diff --git a/multimedia/libde265/files/patch-libde265_image-io.h b/multimedia/libde265/files/patch-libde265_image-io.h new file mode 100644 index 000000000000..2fd2b78886fc --- /dev/null +++ b/multimedia/libde265/files/patch-libde265_image-io.h @@ -0,0 +1,106 @@ +--- libde265/image-io.h.orig 2025-04-26 20:58:45 UTC ++++ libde265/image-io.h +@@ -30,17 +30,17 @@ class ImageSource + class ImageSource + { + public: +- LIBDE265_API ImageSource(); +- virtual LIBDE265_API ~ImageSource(); ++ ImageSource(); ++ virtual ~ImageSource(); + + //enum ImageStatus { Available, Waiting, EndOfVideo }; + + //virtual ImageStatus get_status() = 0; +- virtual LIBDE265_API de265_image* get_image(bool block=true) = 0; +- virtual LIBDE265_API void skip_frames(int n) = 0; ++ virtual de265_image* get_image(bool block=true) = 0; ++ virtual void skip_frames(int n) = 0; + +- virtual LIBDE265_API int get_width() const = 0; +- virtual LIBDE265_API int get_height() const = 0; ++ virtual int get_width() const = 0; ++ virtual int get_height() const = 0; + }; + + +@@ -48,17 +48,17 @@ class ImageSource_YUV : public ImageSource + class ImageSource_YUV : public ImageSource + { + public: +- LIBDE265_API ImageSource_YUV(); +- virtual LIBDE265_API ~ImageSource_YUV(); ++ ImageSource_YUV(); ++ virtual ~ImageSource_YUV(); + +- bool LIBDE265_API set_input_file(const char* filename, int w,int h); ++ bool set_input_file(const char* filename, int w,int h); + + //virtual ImageStatus get_status(); +- virtual LIBDE265_API de265_image* get_image(bool block=true); +- virtual LIBDE265_API void skip_frames(int n); ++ virtual de265_image* get_image(bool block=true); ++ virtual void skip_frames(int n); + +- virtual LIBDE265_API int get_width() const; +- virtual LIBDE265_API int get_height() const; ++ virtual int get_width() const; ++ virtual int get_height() const; + + private: + FILE* mFH; +@@ -74,20 +74,20 @@ class ImageSink + class ImageSink + { + public: +- virtual LIBDE265_API ~ImageSink(); ++ virtual ~ImageSink(); + +- virtual LIBDE265_API void send_image(const de265_image* img) = 0; ++ virtual void send_image(const de265_image* img) = 0; + }; + + class ImageSink_YUV : public ImageSink + { + public: +- LIBDE265_API ImageSink_YUV(); +- LIBDE265_API ~ImageSink_YUV(); ++ ImageSink_YUV(); ++ ~ImageSink_YUV(); + +- bool LIBDE265_API set_filename(const char* filename); ++ bool set_filename(const char* filename); + +- virtual LIBDE265_API void send_image(const de265_image* img); ++ virtual void send_image(const de265_image* img); + + private: + FILE* mFH; +@@ -98,21 +98,21 @@ class PacketSink + class PacketSink + { + public: +- virtual LIBDE265_API ~PacketSink(); ++ virtual ~PacketSink(); + +- virtual LIBDE265_API void send_packet(const uint8_t* data, int n) = 0; ++ virtual void send_packet(const uint8_t* data, int n) = 0; + }; + + + class PacketSink_File : public PacketSink + { + public: +- LIBDE265_API PacketSink_File(); +- virtual LIBDE265_API ~PacketSink_File(); ++ PacketSink_File(); ++ virtual ~PacketSink_File(); + +- LIBDE265_API void set_filename(const char* filename); ++ void set_filename(const char* filename); + +- virtual LIBDE265_API void send_packet(const uint8_t* data, int n); ++ virtual void send_packet(const uint8_t* data, int n); + + private: + FILE* mFH; diff --git a/multimedia/libde265/files/patch-libde265_quality.h b/multimedia/libde265/files/patch-libde265_quality.h new file mode 100644 index 000000000000..e05b58fa67e3 --- /dev/null +++ b/multimedia/libde265/files/patch-libde265_quality.h @@ -0,0 +1,25 @@ +--- libde265/quality.h.orig 2025-02-11 06:25:30 UTC ++++ libde265/quality.h +@@ -26,11 +26,11 @@ + #include <libde265/image.h> + + +-LIBDE265_API uint32_t SSD(const uint8_t* img, int imgStride, ++uint32_t SSD(const uint8_t* img, int imgStride, + const uint8_t* ref, int refStride, + int width, int height); + +-LIBDE265_API uint32_t SAD(const uint8_t* img, int imgStride, ++uint32_t SAD(const uint8_t* img, int imgStride, + const uint8_t* ref, int refStride, + int width, int height); + +@@ -41,7 +41,7 @@ LIBDE265_API double PSNR(double mse); + LIBDE265_API double PSNR(double mse); + + +-LIBDE265_API uint32_t compute_distortion_ssd(const de265_image* img1, const de265_image* img2, ++uint32_t compute_distortion_ssd(const de265_image* img1, const de265_image* img2, + int x0, int y0, int log2size, int cIdx); + + #endif diff --git a/multimedia/libde265/files/patch-only-export-decoder-api b/multimedia/libde265/files/patch-only-export-decoder-api deleted file mode 100644 index 65d395b38560..000000000000 --- a/multimedia/libde265/files/patch-only-export-decoder-api +++ /dev/null @@ -1,285 +0,0 @@ -Description: Only export symbols defined in the decoder API. - The encoder API is not final yet, so upstream exports all symbols to make - development easier. For packaging we only want to expose the public API. -Author: Joachim Bauch <bauch@struktur.de> ---- libde265/encoder/Makefile.am -+++ libde265/encoder/Makefile.am -@@ -12,6 +12,18 @@ - encpicbuf.h encpicbuf.cc \ - sop.h sop.cc - -+libde265_encoder_la_CFLAGS = \ -+ $(CFLAG_VISIBILITY) \ -+ -DLIBDE265_EXPORTS -+libde265_encoder_la_CXXFLAGS += \ -+ $(CFLAG_VISIBILITY) \ -+ -DLIBDE265_EXPORTS -+ -+if HAVE_VISIBILITY -+ libde265_encoder_la_CFLAGS += -DHAVE_VISIBILITY -+ libde265_encoder_la_CXXFLAGS += -DHAVE_VISIBILITY -+endif -+ - SUBDIRS=algo - libde265_encoder_la_LIBADD = algo/libde265_encoder_algo.la - ---- libde265/encoder/algo/Makefile.am -+++ libde265/encoder/algo/Makefile.am -@@ -17,5 +17,13 @@ - tb-rateestim.h tb-rateestim.cc \ - pb-mv.h pb-mv.cc - -+libde265_encoder_algo_la_CXXFLAGS += \ -+ $(CFLAG_VISIBILITY) \ -+ -DLIBDE265_EXPORTS -+ -+if HAVE_VISIBILITY -+ libde265_encoder_algo_la_CXXFLAGS += -DHAVE_VISIBILITY -+endif -+ - EXTRA_DIST = \ - CMakeLists.txt ---- configure.ac -+++ configure.ac -@@ -56,9 +56,7 @@ - fi - changequote([,])dnl - --dnl gl_VISIBILITY --dnl : In encoder branch, we still export all library symbols : --HAVE_VISIBILITY=0 -+gl_VISIBILITY - AM_CONDITIONAL([HAVE_VISIBILITY], [test "x$HAVE_VISIBILITY" != "x0"]) - - # Checks for header files. ---- libde265/image-io.cc -+++ libde265/image-io.cc -@@ -186,7 +186,7 @@ - } - - --LIBDE265_API PacketSink_File::~PacketSink_File() -+PacketSink_File::~PacketSink_File() - { - if (mFH) { - fclose(mFH); -@@ -194,7 +194,7 @@ - } - - --LIBDE265_API void PacketSink_File::set_filename(const char* filename) -+void PacketSink_File::set_filename(const char* filename) - { - assert(mFH==NULL); - -@@ -202,7 +202,7 @@ - } - - --LIBDE265_API void PacketSink_File::send_packet(const uint8_t* data, int n) -+void PacketSink_File::send_packet(const uint8_t* data, int n) - { - uint8_t startCode[3]; - startCode[0] = 0; ---- libde265/image-io.h -+++ libde265/image-io.h -@@ -30,17 +30,17 @@ - class ImageSource - { - public: -- LIBDE265_API ImageSource(); -- virtual LIBDE265_API ~ImageSource() { } -+ ImageSource(); -+ virtual ~ImageSource() { } - - //enum ImageStatus { Available, Waiting, EndOfVideo }; - - //virtual ImageStatus get_status() = 0; -- virtual LIBDE265_API de265_image* get_image(bool block=true) = 0; -- virtual LIBDE265_API void skip_frames(int n) = 0; -+ virtual de265_image* get_image(bool block=true) = 0; -+ virtual void skip_frames(int n) = 0; - -- virtual LIBDE265_API int get_width() const = 0; -- virtual LIBDE265_API int get_height() const = 0; -+ virtual int get_width() const = 0; -+ virtual int get_height() const = 0; - }; - - -@@ -48,17 +48,17 @@ - class ImageSource_YUV : public ImageSource - { - public: -- LIBDE265_API ImageSource_YUV(); -- virtual LIBDE265_API ~ImageSource_YUV(); -+ ImageSource_YUV(); -+ virtual ~ImageSource_YUV(); - -- bool LIBDE265_API set_input_file(const char* filename, int w,int h); -+ bool set_input_file(const char* filename, int w,int h); - - //virtual ImageStatus get_status(); -- virtual LIBDE265_API de265_image* get_image(bool block=true); -- virtual LIBDE265_API void skip_frames(int n); -+ virtual de265_image* get_image(bool block=true); -+ virtual void skip_frames(int n); - -- virtual LIBDE265_API int get_width() const { return width; } -- virtual LIBDE265_API int get_height() const { return height; } -+ virtual int get_width() const { return width; } -+ virtual int get_height() const { return height; } - - private: - FILE* mFH; -@@ -74,20 +74,20 @@ - class ImageSink - { - public: -- virtual LIBDE265_API ~ImageSink() { } -+ virtual ~ImageSink() { } - -- virtual LIBDE265_API void send_image(const de265_image* img) = 0; -+ virtual void send_image(const de265_image* img) = 0; - }; - - class ImageSink_YUV : public ImageSink - { - public: -- LIBDE265_API ImageSink_YUV() : mFH(NULL) { } -- LIBDE265_API ~ImageSink_YUV(); -+ ImageSink_YUV() : mFH(NULL) { } -+ ~ImageSink_YUV(); - -- bool LIBDE265_API set_filename(const char* filename); -+ bool set_filename(const char* filename); - -- virtual LIBDE265_API void send_image(const de265_image* img); -+ virtual void send_image(const de265_image* img); - - private: - FILE* mFH; -@@ -98,21 +98,21 @@ - class PacketSink - { - public: -- virtual LIBDE265_API ~PacketSink() { } -+ virtual ~PacketSink() { } - -- virtual LIBDE265_API void send_packet(const uint8_t* data, int n) = 0; -+ virtual void send_packet(const uint8_t* data, int n) = 0; - }; - - - class PacketSink_File : public PacketSink - { - public: -- LIBDE265_API PacketSink_File(); -- virtual LIBDE265_API ~PacketSink_File(); -+ PacketSink_File(); -+ virtual ~PacketSink_File(); - -- LIBDE265_API void set_filename(const char* filename); -+ void set_filename(const char* filename); - -- virtual LIBDE265_API void send_packet(const uint8_t* data, int n); -+ virtual void send_packet(const uint8_t* data, int n); - - private: - FILE* mFH; ---- libde265/configparam.h -+++ libde265/configparam.h -@@ -95,7 +95,7 @@ - bool hasLongOption() const { return true; } //mLongOption!=NULL; } - std::string getLongOption() const { return mLongOption ? std::string(mLongOption) : get_name(); } - -- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { return false; } -+ virtual bool processCmdLineArguments(char** argv, int* argc, int idx) { return false; } - - - -@@ -132,7 +132,7 @@ - virtual std::string get_default_string() const { return default_value ? "true":"false"; } - - virtual std::string getTypeDescr() const { return "(boolean)"; } -- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { set(true); return true; } -+ virtual bool processCmdLineArguments(char** argv, int* argc, int idx) { set(true); return true; } - - bool set(bool v) { value_set=true; value=v; return true; } - -@@ -162,10 +162,10 @@ - virtual bool has_default() const { return default_set; } - - void set_default(std::string v) { default_value=v; default_set=true; } -- virtual LIBDE265_API std::string get_default_string() const { return default_value; } -+ virtual std::string get_default_string() const { return default_value; } - -- virtual LIBDE265_API std::string getTypeDescr() const { return "(string)"; } -- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx); -+ virtual std::string getTypeDescr() const { return "(string)"; } -+ virtual bool processCmdLineArguments(char** argv, int* argc, int idx); - - bool set(std::string v) { value_set=true; value=v; return true; } - -@@ -201,10 +201,10 @@ - virtual bool has_default() const { return default_set; } - - void set_default(int v) { default_value=v; default_set=true; } -- virtual LIBDE265_API std::string get_default_string() const; -+ virtual std::string get_default_string() const; - -- virtual LIBDE265_API std::string getTypeDescr() const; -- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx); -+ virtual std::string getTypeDescr() const; -+ virtual bool processCmdLineArguments(char** argv, int* argc, int idx); - - bool set(int v) { - if (is_valid(v)) { value_set=true; value=v; return true; } -@@ -239,7 +239,7 @@ - virtual std::vector<std::string> get_choice_names() const = 0; - - virtual std::string getTypeDescr() const; -- virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx); -+ virtual bool processCmdLineArguments(char** argv, int* argc, int idx); - - const char** get_choices_string_table() const; - -@@ -368,10 +368,10 @@ - config_parameters() : param_string_table(NULL) { } - ~config_parameters() { delete[] param_string_table; } - -- void LIBDE265_API add_option(option_base* o); -+ void add_option(option_base* o); - -- void LIBDE265_API print_params() const; -- bool LIBDE265_API parse_command_line_params(int* argc, char** argv, int* first_idx=NULL, -+ void print_params() const; -+ bool parse_command_line_params(int* argc, char** argv, int* first_idx=NULL, - bool ignore_unknown_options=false); - - ---- libde265/quality.h -+++ libde265/quality.h -@@ -26,11 +26,11 @@ - #include <libde265/image.h> - - --LIBDE265_API uint32_t SSD(const uint8_t* img, int imgStride, -+uint32_t SSD(const uint8_t* img, int imgStride, - const uint8_t* ref, int refStride, - int width, int height); - --LIBDE265_API uint32_t SAD(const uint8_t* img, int imgStride, -+uint32_t SAD(const uint8_t* img, int imgStride, - const uint8_t* ref, int refStride, - int width, int height); - -@@ -41,7 +41,7 @@ - LIBDE265_API double PSNR(double mse); - - --LIBDE265_API uint32_t compute_distortion_ssd(const de265_image* img1, const de265_image* img2, -+uint32_t compute_distortion_ssd(const de265_image* img1, const de265_image* img2, - int x0, int y0, int log2size, int cIdx); - - #endif diff --git a/multimedia/libde265/pkg-plist b/multimedia/libde265/pkg-plist index 26745369d393..53005aa07642 100644 --- a/multimedia/libde265/pkg-plist +++ b/multimedia/libde265/pkg-plist @@ -1,7 +1,13 @@ +bin/libde265-bjoentegaard +bin/libde265-block-rate-estim bin/libde265-dec265 +bin/libde265-gen-enc-table +bin/libde265-rd-curves +bin/libde265-tests +bin/libde265-yuv-distortion include/libde265/de265-version.h include/libde265/de265.h lib/libde265.so lib/libde265.so.0 -lib/libde265.so.0.1.5 +lib/libde265.so.0.1.9 libdata/pkgconfig/libde265.pc diff --git a/multimedia/livego/Makefile b/multimedia/livego/Makefile index caf7a8b72ad2..084c60cee1ef 100644 --- a/multimedia/livego/Makefile +++ b/multimedia/livego/Makefile @@ -1,6 +1,6 @@ PORTNAME= livego DISTVERSION= 0.0.15 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/mediamtx/Makefile b/multimedia/mediamtx/Makefile index bb3e58fc5f92..386122dc390e 100644 --- a/multimedia/mediamtx/Makefile +++ b/multimedia/mediamtx/Makefile @@ -1,7 +1,6 @@ PORTNAME= mediamtx DISTVERSIONPREFIX= v -DISTVERSION= 1.15.1 -PORTREVISION= 1 +DISTVERSION= 1.15.2 CATEGORIES= multimedia net MASTER_SITES+= https://github.com/video-dev/hls.js/releases/download/v1.6.13/ DISTFILES+= release.zip diff --git a/multimedia/mediamtx/distinfo b/multimedia/mediamtx/distinfo index 848f5a64feed..fa684540372b 100644 --- a/multimedia/mediamtx/distinfo +++ b/multimedia/mediamtx/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1758842192 -SHA256 (go/multimedia_mediamtx/mediamtx-v1.15.1/release.zip) = 0212e8ab83997218c56450a424ae754c63547a8cc88f5338cce438381623a414 -SIZE (go/multimedia_mediamtx/mediamtx-v1.15.1/release.zip) = 5577940 -SHA256 (go/multimedia_mediamtx/mediamtx-v1.15.1/v1.15.1.mod) = 27a2c5ce507876628976b43e3d4198cf7b079af5bb6b742ac29c7961b35cbf5c -SIZE (go/multimedia_mediamtx/mediamtx-v1.15.1/v1.15.1.mod) = 4375 -SHA256 (go/multimedia_mediamtx/mediamtx-v1.15.1/v1.15.1.zip) = ae10ba7fbe1bfa3f7c1986ac3fff8e0cb7c3d275f53c911e771881f15b36f318 -SIZE (go/multimedia_mediamtx/mediamtx-v1.15.1/v1.15.1.zip) = 572528 +TIMESTAMP = 1760398684 +SHA256 (go/multimedia_mediamtx/mediamtx-v1.15.2/release.zip) = 0212e8ab83997218c56450a424ae754c63547a8cc88f5338cce438381623a414 +SIZE (go/multimedia_mediamtx/mediamtx-v1.15.2/release.zip) = 5577940 +SHA256 (go/multimedia_mediamtx/mediamtx-v1.15.2/v1.15.2.mod) = 9c2df617f17dde47c595f93e7a78d933cc2d23682e0797f5e7cd61e97486f2ab +SIZE (go/multimedia_mediamtx/mediamtx-v1.15.2/v1.15.2.mod) = 4490 +SHA256 (go/multimedia_mediamtx/mediamtx-v1.15.2/v1.15.2.zip) = fdb6c612eaa72f9e8a77a2aff0715864fe32bc0a9d59bf80d266f01ac164e153 +SIZE (go/multimedia_mediamtx/mediamtx-v1.15.2/v1.15.2.zip) = 581917 diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile index 424974ae0f47..4b3652cab181 100644 --- a/multimedia/navidrome/Makefile +++ b/multimedia/navidrome/Makefile @@ -1,7 +1,7 @@ PORTNAME= navidrome DISTVERSIONPREFIX= v DISTVERSION= 0.56.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://people.freebsd.org/~kbowling/distfiles/:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache diff --git a/multimedia/obs-text-pthread/Makefile b/multimedia/obs-text-pthread/Makefile index 4169ee3e8466..21a0eaf3c853 100644 --- a/multimedia/obs-text-pthread/Makefile +++ b/multimedia/obs-text-pthread/Makefile @@ -1,5 +1,5 @@ PORTNAME= obs-text-pthread -DISTVERSION= 2.0.5 +DISTVERSION= 2.0.7 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -9,6 +9,7 @@ WWW= https://github.com/norihiro/obs-text-pthread LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= simde>0:devel/simde LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libobs.so:multimedia/obs-studio \ libpng16.so:graphics/png diff --git a/multimedia/obs-text-pthread/distinfo b/multimedia/obs-text-pthread/distinfo index cfa7412acf0b..fd83401e8b9f 100644 --- a/multimedia/obs-text-pthread/distinfo +++ b/multimedia/obs-text-pthread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726625328 -SHA256 (norihiro-obs-text-pthread-2.0.5_GH0.tar.gz) = d86f47601cd6e85db47f07c0353e8c78428e3a097b458e28bacbd1e8af2aa5c1 -SIZE (norihiro-obs-text-pthread-2.0.5_GH0.tar.gz) = 44812 +TIMESTAMP = 1760414076 +SHA256 (norihiro-obs-text-pthread-2.0.7_GH0.tar.gz) = ba84d2c595e6e63a5dae3619db6d8ba0adb6ef167a58b3361bb8c86c7d5ae5e3 +SIZE (norihiro-obs-text-pthread-2.0.7_GH0.tar.gz) = 46996 diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index f5f557ad9ca4..f89a949f9962 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -1,10 +1,8 @@ PORTNAME= ringrtc DISTVERSIONPREFIX= v -DISTVERSION= 2.57.1 -PORTREVISION= 1 +DISTVERSION= 2.59.0 CATEGORIES= multimedia -MASTER_SITES= LOCAL/mikael/ringrtc/:base \ - LOCAL/mikael/ringrtc/:boringssl \ +MASTER_SITES= LOCAL/mikael/ringrtc/:boringssl \ LOCAL/mikael/ringrtc/:build \ LOCAL/mikael/ringrtc/:buildtools \ LOCAL/mikael/ringrtc/:catapult \ @@ -21,8 +19,7 @@ MASTER_SITES= LOCAL/mikael/ringrtc/:base \ LOCAL/mikael/ringrtc/:testing \ LOCAL/mikael/ringrtc/:third_party \ LOCAL/mikael/ringrtc/:tools -DISTFILES= base-${BASE_REV}.tar.gz:base \ - boringssl-${BORINGSSL_REV}.tar.gz:boringssl \ +DISTFILES= boringssl-${BORINGSSL_REV}.tar.gz:boringssl \ build-${BUILD_REV}.tar.gz:build \ buildtools-${BUILDTOOLS_REV}.tar.gz:buildtools \ catapult-${CATAPULT_REV}.tar.gz:catapult \ @@ -65,28 +62,27 @@ GH_TUPLE= signalapp:ringrtc:${DISTVERSIONPREFIX}${DISTVERSION} \ signalapp:webrtc:${WEBRTC_REV}:webrtc # sh net-im/signal-desktop/get_deps.sh -WEBRTC_REV= 7204c +WEBRTC_REV= 7339c # modify webrtc_fetch.sh, then sh webrtc_fetch.sh -BASE_REV= 4ba67f727a84a10e32a417dc7e194f4fc6a23390 -BORINGSSL_REV= 9295969e1dad2c31d0d99481734c1c68dcbc6403 -BUILD_REV= 7adbc7e3263f3ab427ba7c5ac7839a69082ff7fb -BUILDTOOLS_REV= 1fc7350e65e9d7848c083b83aaf67611e74a5654 -CATAPULT_REV= 5477c6dfde1132b685c73edc16e1bc71449a691d -ICU_REV= b929596baebf0ab4ac7ec07f38365db4c50a559d -LIBCUBEB_VER= 0.30.1 +BORINGSSL_REV= ddb2ca4b48fca9a1c468d83dc513b837331843ac +BUILD_REV= 66d076c7ab192991f67891b062b35404f3cb0739 +BUILDTOOLS_REV= 0c4bbb0f8a874de0a2a15d196031c7303d04fbb3 +CATAPULT_REV= 0fd1415f0cf3219ba097d37336141897fab7c5e9 +ICU_REV= 1b2e3e8a421efae36141a7b932b41e315b089af8 +LIBCUBEB_VER= 0.31.2 LIBJPEG_TURBO_REV= e14cbfaa85529d47f9f55b0f104a579c1061f9ad LIBSRTP_REV= a52756acb1c5e133089c798736dd171567df11f5 -LIBVPX_REV= b84ca9b63730e7d4563573a56a66317eb0087ebf -LIBYUV_REV= 61bdaee13a701d2b52c6dc943ccc5c888077a591 -NASM_REV= 9f916e90e6fc34ec302573f6ce147e43e33d68ca +LIBVPX_REV= a985e5e847a2fe69bef3e547cf25088132194e39 +LIBYUV_REV= cdd3bae84818e78466fec1ce954eead8f403d10c +NASM_REV= e2c93c34982b286b27ce8b56dd7159e0b90869a2 OPUS_REV= 55513e81d8f606bd75d0ff773d2144e5f2a732f5 -PERFETTO_REV= dd35b295cd359ba094404218414955f961a0d6ae +PERFETTO_REV= 0c893ed6bf6b42e3fee58daf3380d301c72550ed PROTOBUFJS_REV= 28bf5df73ef2f345a936d9cc95d64ba8ed426a53 -RE2_REV= c84a140c93352cdabbfb547c531be34515b12228 -TESTING_REV= 44b0a8d794b28dbd74614e5f5e7da2b407030647 -THIRD_PARTY_REV= 8a150db896356cd9b47f8c1a6d916347393f90f2 -TOOLS_REV= 901b847deda65d44f1bba16a9f47e2ea68a805be +RE2_REV= 8451125897dd7816a5c118925e8e42309d598ecc +TESTING_REV= 305de9533d3ee2840af0b3f2c8ed0b32802b0a5d +THIRD_PARTY_REV= e30091e8987ee0bb0cd30bc467250a96a7614762 +TOOLS_REV= ec8f1c6113753a31c55b6d6bddfbe198046029a8 BINARY_ALIAS= vpython3=${PYTHON_CMD} @@ -142,7 +138,6 @@ GN_ARGS+= enable_rust=true \ post-extract: ${MKDIR} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src/webrtc ${MV} ${WRKDIR}/webrtc-${WEBRTC_REV} ${WEBRTCDIR} - ${MV} ${WRKDIR}/base ${WEBRTCDIR} ${MV} ${WRKDIR}/build ${WEBRTCDIR} ${MV} ${WRKDIR}/buildtools ${WEBRTCDIR} ${MV} ${WRKDIR}/testing ${WEBRTCDIR} diff --git a/multimedia/ringrtc/Makefile.crates b/multimedia/ringrtc/Makefile.crates index c7827da1e76e..853dc496b395 100644 --- a/multimedia/ringrtc/Makefile.crates +++ b/multimedia/ringrtc/Makefile.crates @@ -68,9 +68,9 @@ CARGO_CRATES= addr2line-0.24.2 \ crossbeam-utils-0.8.21 \ crypto-common-0.1.6 \ ctr-0.9.2 \ - cubeb-0.30.1 \ - cubeb-core-0.30.1 \ - cubeb-sys-0.30.1 \ + cubeb-0.31.2 \ + cubeb-core-0.31.2 \ + cubeb-sys-0.31.2 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ diff --git a/multimedia/ringrtc/distinfo b/multimedia/ringrtc/distinfo index b45a61bfbe34..cbfd9a53b2c0 100644 --- a/multimedia/ringrtc/distinfo +++ b/multimedia/ringrtc/distinfo @@ -1,40 +1,38 @@ -TIMESTAMP = 1758207951 -SHA256 (base-4ba67f727a84a10e32a417dc7e194f4fc6a23390.tar.gz) = 587e729eca0d4e6762dd47fcb3ff45c4e0187019bb98e5208c4ec1c475fb2c8e -SIZE (base-4ba67f727a84a10e32a417dc7e194f4fc6a23390.tar.gz) = 6343572 -SHA256 (boringssl-9295969e1dad2c31d0d99481734c1c68dcbc6403.tar.gz) = 38d8818d8925e8dde2fb7ece0f528eb5cc4ec96bacbf6d22f6e3cf8705fc99f5 -SIZE (boringssl-9295969e1dad2c31d0d99481734c1c68dcbc6403.tar.gz) = 46490073 -SHA256 (build-7adbc7e3263f3ab427ba7c5ac7839a69082ff7fb.tar.gz) = eff6b13e959795597d4413950bc97028ce1b642ad09e4b8e3b5ffd1f07c811cb -SIZE (build-7adbc7e3263f3ab427ba7c5ac7839a69082ff7fb.tar.gz) = 1691280 -SHA256 (buildtools-1fc7350e65e9d7848c083b83aaf67611e74a5654.tar.gz) = 778468b6a9192a35600c3854c6156f7a8166b92e463b3ea53e07cb9a8500554a -SIZE (buildtools-1fc7350e65e9d7848c083b83aaf67611e74a5654.tar.gz) = 105246 -SHA256 (catapult-5477c6dfde1132b685c73edc16e1bc71449a691d.tar.gz) = cddb7ca4992630e13e4c9255f3409e97f7620685776bc1359c19b8f2fa5b16ac -SIZE (catapult-5477c6dfde1132b685c73edc16e1bc71449a691d.tar.gz) = 165315811 -SHA256 (icu-b929596baebf0ab4ac7ec07f38365db4c50a559d.tar.gz) = a696efa75651e9d2591c76f312ba042c97093dac646453dd9edfedf6b96efd6b -SIZE (icu-b929596baebf0ab4ac7ec07f38365db4c50a559d.tar.gz) = 54306779 -SHA256 (nasm-9f916e90e6fc34ec302573f6ce147e43e33d68ca.tar.gz) = b62071bc904b541fc2a5dd1688c9a028515b1e4ca1622b7acb4417f42be9711a -SIZE (nasm-9f916e90e6fc34ec302573f6ce147e43e33d68ca.tar.gz) = 1640019 +TIMESTAMP = 1760276999 +SHA256 (boringssl-ddb2ca4b48fca9a1c468d83dc513b837331843ac.tar.gz) = dd8bd3bff9215f945ea056c120443d076fece66fa3505b170d268e258d3b2419 +SIZE (boringssl-ddb2ca4b48fca9a1c468d83dc513b837331843ac.tar.gz) = 47628099 +SHA256 (build-66d076c7ab192991f67891b062b35404f3cb0739.tar.gz) = 9180093b827f7051f3ede09c6e405c53206f81016028f51c826ddb35d101dfb0 +SIZE (build-66d076c7ab192991f67891b062b35404f3cb0739.tar.gz) = 1680205 +SHA256 (buildtools-0c4bbb0f8a874de0a2a15d196031c7303d04fbb3.tar.gz) = f28262cd13f7e3b9bdb50aaa067572cd7a434f8e9c121a5db823d4f3e2435712 +SIZE (buildtools-0c4bbb0f8a874de0a2a15d196031c7303d04fbb3.tar.gz) = 53726 +SHA256 (catapult-0fd1415f0cf3219ba097d37336141897fab7c5e9.tar.gz) = ac34a57dd9a69073e5d3f775d7d4b60a03bbf025fa8df7cd7475fed3ff912e3d +SIZE (catapult-0fd1415f0cf3219ba097d37336141897fab7c5e9.tar.gz) = 165360942 +SHA256 (icu-1b2e3e8a421efae36141a7b932b41e315b089af8.tar.gz) = abf224372bc2067405c0bbc7dc39ea2661f404f61a54cf400a594928386d1e3a +SIZE (icu-1b2e3e8a421efae36141a7b932b41e315b089af8.tar.gz) = 54277713 +SHA256 (nasm-e2c93c34982b286b27ce8b56dd7159e0b90869a2.tar.gz) = 960caa476995910b435c6a38cb0423e46b36dd11b94c2ea3c150048ecd5ae77a +SIZE (nasm-e2c93c34982b286b27ce8b56dd7159e0b90869a2.tar.gz) = 1645427 SHA256 (libjpeg_turbo-e14cbfaa85529d47f9f55b0f104a579c1061f9ad.tar.gz) = 4dbfed66468f812132ece54ab1af0c2b035c5a426ebdadc361626432901d8015 SIZE (libjpeg_turbo-e14cbfaa85529d47f9f55b0f104a579c1061f9ad.tar.gz) = 2684933 SHA256 (libsrtp-a52756acb1c5e133089c798736dd171567df11f5.tar.gz) = c1105b5c1c34c3d069b8e2561de9d568ea1b8d4d7d1cd5a049f70a830e8cf71c SIZE (libsrtp-a52756acb1c5e133089c798736dd171567df11f5.tar.gz) = 140953 -SHA256 (libvpx-b84ca9b63730e7d4563573a56a66317eb0087ebf.tar.gz) = 1e8d247dff0c37a4d8ca97bf66c337cf6ea13264ea72e57910efff6c659ef79e -SIZE (libvpx-b84ca9b63730e7d4563573a56a66317eb0087ebf.tar.gz) = 5704757 -SHA256 (libyuv-61bdaee13a701d2b52c6dc943ccc5c888077a591.tar.gz) = 027fcf1407df3babff39621f16646c690c4f15a78e53722a6a3938f3e09e1747 -SIZE (libyuv-61bdaee13a701d2b52c6dc943ccc5c888077a591.tar.gz) = 620158 +SHA256 (libvpx-a985e5e847a2fe69bef3e547cf25088132194e39.tar.gz) = f6691a058ec03205b34b62f5e0d70ccd473031bcb7f85cde1a1d5675b98ac093 +SIZE (libvpx-a985e5e847a2fe69bef3e547cf25088132194e39.tar.gz) = 5707956 +SHA256 (libyuv-cdd3bae84818e78466fec1ce954eead8f403d10c.tar.gz) = cf46a992bbcaae70b883c34b4d10b2c7eb78a9d9c6af4d95c8a821a409ec9a7b +SIZE (libyuv-cdd3bae84818e78466fec1ce954eead8f403d10c.tar.gz) = 622417 SHA256 (opus-55513e81d8f606bd75d0ff773d2144e5f2a732f5.tar.gz) = 0e568cf80e3df39ed9e5cddb5921103e8c861760f180013de9240337d37184bd SIZE (opus-55513e81d8f606bd75d0ff773d2144e5f2a732f5.tar.gz) = 4248433 -SHA256 (perfetto-dd35b295cd359ba094404218414955f961a0d6ae.tar.gz) = 86c8af74bf7b3dc0a1e7732c60f9dd4aafe83109584eba56c95872e3dcefe3b8 -SIZE (perfetto-dd35b295cd359ba094404218414955f961a0d6ae.tar.gz) = 28738959 +SHA256 (perfetto-0c893ed6bf6b42e3fee58daf3380d301c72550ed.tar.gz) = 951d049eeb950f362570ac0fbc9db83bb78ff4155af73c9ddc2ae2cca7fb1472 +SIZE (perfetto-0c893ed6bf6b42e3fee58daf3380d301c72550ed.tar.gz) = 46179278 SHA256 (protobuf_javascript-28bf5df73ef2f345a936d9cc95d64ba8ed426a53.tar.gz) = 058d5130df687f58ba1a21011638b9b70165a01f2021d43431963233e7ce0d13 SIZE (protobuf_javascript-28bf5df73ef2f345a936d9cc95d64ba8ed426a53.tar.gz) = 382573 -SHA256 (re2-c84a140c93352cdabbfb547c531be34515b12228.tar.gz) = a7aa3ff629e53aeec9b84b26fbd016e405dfd3fa493933b7c605e5ebc5498e9a -SIZE (re2-c84a140c93352cdabbfb547c531be34515b12228.tar.gz) = 396463 -SHA256 (testing-44b0a8d794b28dbd74614e5f5e7da2b407030647.tar.gz) = 52b1eec66fafd717d74516dc9ab8d4009fd67bc72082c28446015f37a812b857 -SIZE (testing-44b0a8d794b28dbd74614e5f5e7da2b407030647.tar.gz) = 2162959 -SHA256 (third_party-8a150db896356cd9b47f8c1a6d916347393f90f2.tar.gz) = 283c90c3433221dd86b0ca66bb39d2a4dcd08ad3226c810e8d4804d8d1cf956c -SIZE (third_party-8a150db896356cd9b47f8c1a6d916347393f90f2.tar.gz) = 760183695 -SHA256 (tools-901b847deda65d44f1bba16a9f47e2ea68a805be.tar.gz) = d3ff6f5063d0356fcc05de9a24c8205d6829a70f656dd8efa262f871313c022c -SIZE (tools-901b847deda65d44f1bba16a9f47e2ea68a805be.tar.gz) = 16802251 +SHA256 (re2-8451125897dd7816a5c118925e8e42309d598ecc.tar.gz) = f6ca937370a88ef0808aac40605bb5bddd1e5d9cfa660980a2d62bdc09e7516c +SIZE (re2-8451125897dd7816a5c118925e8e42309d598ecc.tar.gz) = 396884 +SHA256 (testing-305de9533d3ee2840af0b3f2c8ed0b32802b0a5d.tar.gz) = 7a084fd7643dbd03838529fc3c8db4efe2481cd182863e29af42bb21a4fbedb4 +SIZE (testing-305de9533d3ee2840af0b3f2c8ed0b32802b0a5d.tar.gz) = 2168667 +SHA256 (third_party-e30091e8987ee0bb0cd30bc467250a96a7614762.tar.gz) = f696e1279467f6528c0fd07066b7fd6ca8f98e77dc607266c3a1c6848c55acf1 +SIZE (third_party-e30091e8987ee0bb0cd30bc467250a96a7614762.tar.gz) = 743186126 +SHA256 (tools-ec8f1c6113753a31c55b6d6bddfbe198046029a8.tar.gz) = d03ff3da296eb73190c21c051941b49cc4863bf0e74f46bc1596acc663476024 +SIZE (tools-ec8f1c6113753a31c55b6d6bddfbe198046029a8.tar.gz) = 16963574 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -175,12 +173,12 @@ SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 -SHA256 (rust/crates/cubeb-0.30.1.crate) = 413fe37b5d84d57df6e43f1ac92c39cd14038acdc143b95e420fae2ebc8b6300 -SIZE (rust/crates/cubeb-0.30.1.crate) = 8128 -SHA256 (rust/crates/cubeb-core-0.30.1.crate) = fc031febafcc3c116ad360fe046c5cd1020e7436f5e6781015c603c494909bf1 -SIZE (rust/crates/cubeb-core-0.30.1.crate) = 12572 -SHA256 (rust/crates/cubeb-sys-0.30.1.crate) = cd2114801cd652119ace9e050a16d6641475fe3341ef45c58c9377fa45cbe3bf -SIZE (rust/crates/cubeb-sys-0.30.1.crate) = 412587 +SHA256 (rust/crates/cubeb-0.31.2.crate) = b2cd1c2d1e39e54b6b7cc7b44222844c5ac05285d1667f54b0d17b8329c12b7d +SIZE (rust/crates/cubeb-0.31.2.crate) = 8205 +SHA256 (rust/crates/cubeb-core-0.31.2.crate) = b6c9979d62b94e8bd43b08b9c4bafd8950acfa20b8338ff9671d35be6fd308a3 +SIZE (rust/crates/cubeb-core-0.31.2.crate) = 13025 +SHA256 (rust/crates/cubeb-sys-0.31.2.crate) = 564cb433c2eb9bc33221ce3726467352570b75704a2083321767e4d8f59621c1 +SIZE (rust/crates/cubeb-sys-0.31.2.crate) = 412486 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e @@ -917,7 +915,7 @@ SHA256 (signalapp-libsignal-v0.78.3_GH0.tar.gz) = 5df4afee765414ed8c8012a289a4f4 SIZE (signalapp-libsignal-v0.78.3_GH0.tar.gz) = 2327582 SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 8dd338dd7d558b7882310e8dc76ceca41ef448afd0532be208d4ff0f2924f334 SIZE (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 808022 -SHA256 (signalapp-ringrtc-v2.57.1_GH0.tar.gz) = a609e25e3c60d17475da8729269f37fcc30ed8eb1eb5794799b883325336e62c -SIZE (signalapp-ringrtc-v2.57.1_GH0.tar.gz) = 858227 -SHA256 (signalapp-webrtc-7204c_GH0.tar.gz) = f1f59d8bd2343a03f8c065dbb07bb3a2da46a35c1fa3e28c71c6ef6fc02fc072 -SIZE (signalapp-webrtc-7204c_GH0.tar.gz) = 39977265 +SHA256 (signalapp-ringrtc-v2.59.0_GH0.tar.gz) = 72d9b075c8c86a657ad7ba06786e88809043e5cc19b71201fcb8286e55bc712c +SIZE (signalapp-ringrtc-v2.59.0_GH0.tar.gz) = 865026 +SHA256 (signalapp-webrtc-7339c_GH0.tar.gz) = bf3f9af40a42deb71c36e62079561617d07fc49bc269ff83835e05b3c7a6a2df +SIZE (signalapp-webrtc-7339c_GH0.tar.gz) = 39956797 diff --git a/multimedia/ringrtc/files/patch-build_config_compiler_BUILD.gn b/multimedia/ringrtc/files/patch-build_config_compiler_BUILD.gn index 65b46735dcc7..8a56023da48b 100644 --- a/multimedia/ringrtc/files/patch-build_config_compiler_BUILD.gn +++ b/multimedia/ringrtc/files/patch-build_config_compiler_BUILD.gn @@ -1,15 +1,15 @@ --- src/webrtc/src/build/config/compiler/BUILD.gn.orig 2024-06-18 16:34:35 UTC +++ src/webrtc/src/build/config/compiler/BUILD.gn -@@ -199,7 +199,7 @@ declare_args() { +@@ -194,7 +194,7 @@ declare_args() { # This greatly reduces the size of debug builds, at the cost of # debugging information which is required by some specialized # debugging tools. -- simple_template_names = is_clang && !is_nacl && !is_win && !is_apple -+ simple_template_names = is_clang && !is_nacl && !is_win && !is_apple && !is_bsd - } +- simple_template_names = is_clang && !is_win && !is_apple ++ simple_template_names = is_clang && !is_win && !is_apple && !is_bsd - declare_args() { -@@ -256,13 +256,16 @@ config("no_unresolved_symbols") { + # This switch is used to enable -Wexit-time-destructors by default. This + # warning serves as a flip switch to allow a gradual migration of targets +@@ -290,13 +290,16 @@ config("no_unresolved_symbols") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. config("no_unresolved_symbols") { @@ -27,7 +27,7 @@ } # compiler --------------------------------------------------------------------- -@@ -521,6 +524,10 @@ config("compiler") { +@@ -564,6 +567,10 @@ config("compiler") { } } @@ -38,52 +38,43 @@ # Linux-specific compiler flags setup. # ------------------------------------ if (use_icf && (!is_apple || use_lld)) { -@@ -581,7 +588,7 @@ config("compiler") { +@@ -639,7 +646,7 @@ config("compiler") { ldflags += [ "-Wl,-z,keep-text-section-prefix" ] } -- if (is_clang && !is_nacl) { -+ if (is_clang && !is_nacl && !is_bsd) { +- if (is_clang) { ++ if (is_clang && !is_bsd) { cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -1233,7 +1240,7 @@ config("compiler_cpu_abi") { +@@ -1281,7 +1288,7 @@ config("compiler_cpu_abi") { + # CPU architecture. We may or may not be doing a cross compile now, so for # simplicity we always explicitly set the architecture. if (current_cpu == "x64") { - if (is_clang && !is_android && !is_nacl && !is_fuchsia && -- !is_chromeos_device) { -+ !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device && !is_bsd) { cflags += [ "--target=x86_64-unknown-linux-gnu" ] ldflags += [ "--target=x86_64-unknown-linux-gnu" ] } else { -@@ -1256,7 +1263,7 @@ config("compiler_cpu_abi") { - ] - } +@@ -1302,7 +1309,7 @@ config("compiler_cpu_abi") { + "-msse3", + ] } else if (current_cpu == "arm") { -- if (is_clang && !is_android && !is_nacl && !is_chromeos_device) { -+ if (is_clang && !is_android && !is_nacl && !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_chromeos_device && !is_bsd) { cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] } -@@ -1271,7 +1278,7 @@ config("compiler_cpu_abi") { +@@ -1314,7 +1321,7 @@ config("compiler_cpu_abi") { + cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { - if (is_clang && !is_android && !is_nacl && !is_fuchsia && -- !is_chromeos_device) { -+ !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device && !is_bsd) { cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1617,7 +1624,7 @@ config("compiler_deterministic") { - # different build directory like "out/feature_a" and "out/feature_b" if - # we build same files with same compile flag. - # Other paths are already given in relative, no need to normalize them. -- if (is_nacl) { -+ if (is_nacl || is_bsd) { - # TODO(https://crbug.com/1231236): Use -ffile-compilation-dir= here. - cflags += [ - "-Xclang", -@@ -1683,7 +1690,7 @@ config("clang_revision") { +@@ -1713,7 +1720,7 @@ config("clang_revision") { } config("clang_revision") { @@ -92,25 +83,16 @@ current_os != "zos") { _perform_consistency_checks = current_toolchain == default_toolchain if (llvm_force_head_revision) { -@@ -1775,7 +1782,7 @@ config("clang_warning_suppression") { - # e.g. by setting in the the project's .gn file. - config("clang_warning_suppression") { - # Some build configs use older versions of clang that don't support WSMs -- if (!is_nacl && default_toolchain != "//build/toolchain/cros:target" && -+ if (!is_bsd && !is_nacl && default_toolchain != "//build/toolchain/cros:target" && - !llvm_android_mainline && is_clang && - clang_warning_suppression_file != "") { - from_build_root = @@ -2134,9 +2141,6 @@ config("default_warnings") { - # TODO(crbug.com/40284799): Fix and re-enable. - "-Wno-thread-safety-reference-return", + # TODO(crbug.com/40284799): Fix and re-enable. + "-Wno-thread-safety-reference-return", - -- # TODO(crbug.com/376641662): Fix and re-enable. -- "-Wno-nontrivial-memcall", - ] +- # TODO(crbug.com/376641662): Fix and re-enable. +- "-Wno-nontrivial-memcall", + ] - cflags_cc += [ + cflags_cc += [ @@ -2920,7 +2924,7 @@ config("afdo") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. @@ -129,12 +111,3 @@ cflags = [ "-fauto-profile=${auto_profile_path}" ] inputs = [ auto_profile_path ] } -@@ -3136,7 +3140,7 @@ config("symbols") { - cflags += [ "-gomit-unreferenced-methods" ] - } - -- if (is_clang && (!is_nacl || is_nacl_saigo)) { -+ if (is_clang && (!is_nacl || is_nacl_saigo) && !is_bsd) { - if (is_apple) { - # TODO(crbug.com/40117949): Investigate missing debug info on mac. - # Make sure we don't use constructor homing on mac. diff --git a/multimedia/ringrtc/files/patch-cargo-crates_cubeb-sys_build.rs b/multimedia/ringrtc/files/patch-cargo-crates_cubeb-sys_build.rs index 07d8057c0ae6..e587a6f825c8 100644 --- a/multimedia/ringrtc/files/patch-cargo-crates_cubeb-sys_build.rs +++ b/multimedia/ringrtc/files/patch-cargo-crates_cubeb-sys_build.rs @@ -1,5 +1,5 @@ ---- cargo-crates/cubeb-sys-0.30.1/build.rs.orig 2025-02-01 09:46:43 UTC -+++ cargo-crates/cubeb-sys-0.30.1/build.rs +--- cargo-crates/cubeb-sys-0.31.2/build.rs.orig 2025-02-01 09:46:43 UTC ++++ cargo-crates/cubeb-sys-0.31.2/build.rs @@ -155,22 +155,6 @@ fn main() { // Ignore the result of find_library. We don't care if the // libraries are missing. diff --git a/multimedia/ringrtc/files/patch-src_rust_src_webrtc_audio__device__module__utils.rs b/multimedia/ringrtc/files/patch-src_rust_src_webrtc_audio__device__module__utils.rs index ec15f6b1927f..f3cd4b309e23 100644 --- a/multimedia/ringrtc/files/patch-src_rust_src_webrtc_audio__device__module__utils.rs +++ b/multimedia/ringrtc/files/patch-src_rust_src_webrtc_audio__device__module__utils.rs @@ -1,18 +1,18 @@ --- src/rust/src/webrtc/audio_device_module_utils.rs.orig 2024-11-18 16:04:01 UTC +++ src/rust/src/webrtc/audio_device_module_utils.rs -@@ -11,7 +11,7 @@ use cubeb_core::DevicePref; +@@ -10,7 +10,7 @@ use cubeb::{DeviceCollection, DeviceState}; + use anyhow::anyhow; use cubeb::{DeviceCollection, DeviceState}; - use cubeb_core::DevicePref; -#[cfg(target_os = "linux")] +#[cfg(any(target_os = "freebsd", target_os = "linux"))] use cubeb_core::DeviceType; + use cubeb_core::{DeviceId, DevicePref}; use regex::Regex; - @@ -22,7 +22,7 @@ pub struct MinimalDeviceInfo { - pub devid: *const c_void, + pub devid: DeviceId, pub device_id: Option<String>, - pub friendly_name: Option<String>, + pub friendly_name: String, - #[cfg(target_os = "linux")] + #[cfg(any(target_os = "freebsd", target_os = "linux"))] device_type: DeviceType, @@ -27,16 +27,16 @@ fn device_is_monitor(device: &MinimalDeviceInfo) -> bool { device.device_type == DeviceType::INPUT && device -@@ -57,7 +57,7 @@ impl DeviceCollectionWrapper { - devid: device.devid(), - device_id: device.device_id().as_ref().map(|s| s.to_string()), - friendly_name: device.friendly_name().as_ref().map(|s| s.to_string()), -- #[cfg(target_os = "linux")] -+ #[cfg(any(target_os = "freebsd", target_os = "linux"))] - device_type: device.device_type(), - preferred: device.preferred(), - state: device.state(), -@@ -79,7 +79,7 @@ impl DeviceCollectionWrapper { +@@ -58,7 +58,7 @@ impl DeviceCollectionWrapper { + devid: device.devid(), + device_id: device.device_id().as_ref().map(|s| s.to_string()), + friendly_name: friendly.to_string(), +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "freebsd", target_os = "linux"))] + device_type: device.device_type(), + preferred: device.preferred(), + state: device.state(), +@@ -83,7 +83,7 @@ impl DeviceCollectionWrapper { } // For linux only, a method that will ignore "monitor" devices. @@ -45,7 +45,7 @@ pub fn iter_non_monitor( &self, ) -> std::iter::Filter<std::slice::Iter<'_, MinimalDeviceInfo>, fn(&&MinimalDeviceInfo) -> bool> -@@ -121,7 +121,7 @@ impl DeviceCollectionWrapper { +@@ -125,7 +125,7 @@ impl DeviceCollectionWrapper { { self.iter().nth(idx - 1) } @@ -54,7 +54,7 @@ { // filter out "monitor" devices. self.iter_non_monitor().nth(idx - 1) -@@ -149,12 +149,12 @@ impl DeviceCollectionWrapper { +@@ -153,12 +153,12 @@ impl DeviceCollectionWrapper { pub fn count(&self) -> usize { #[cfg(target_os = "macos")] let count = self.iter().count(); diff --git a/multimedia/ringrtc/files/patch-src_webrtc_src_modules_audio__device_linux_audio__device__alsa__linux.cc b/multimedia/ringrtc/files/patch-src_webrtc_src_modules_audio__device_linux_audio__device__alsa__linux.cc new file mode 100644 index 000000000000..f65876c52fdd --- /dev/null +++ b/multimedia/ringrtc/files/patch-src_webrtc_src_modules_audio__device_linux_audio__device__alsa__linux.cc @@ -0,0 +1,11 @@ +--- src/webrtc/src/modules/audio_device/linux/audio_device_alsa_linux.cc.orig 2025-10-12 17:07:03 UTC ++++ src/webrtc/src/modules/audio_device/linux/audio_device_alsa_linux.cc +@@ -10,7 +10,7 @@ + + #include "modules/audio_device/linux/audio_device_alsa_linux.h" + +-#include <asm-generic/errno.h> ++//#include <asm-generic/errno.h> + + #include <cerrno> + #include <cstdint> diff --git a/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc b/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc index 0a582a318a0a..701ee6e4f4ea 100644 --- a/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc +++ b/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc @@ -1,24 +1,24 @@ --- src/webrtc/src/rtc_base/physical_socket_server.cc.orig 2024-06-17 12:56:06 UTC +++ src/webrtc/src/rtc_base/physical_socket_server.cc -@@ -54,7 +54,7 @@ - #include "rtc_base/time_utils.h" - #include "system_wrappers/include/field_trial.h" +@@ -61,7 +61,7 @@ + #undef SetPort + #endif -#if defined(WEBRTC_LINUX) -+#if defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD) ++#if defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD) + #include <asm-generic/socket.h> #include <linux/sockios.h> - #endif - -@@ -74,7 +74,7 @@ typedef void* SockOptArg; - + #include <sys/epoll.h> +@@ -78,7 +78,7 @@ typedef void* SockOptArg; + typedef void* SockOptArg; #endif // WEBRTC_POSIX --#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__) -+#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__) && !defined(WEBRTC_BSD) - +-#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) ++#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(WEBRTC_BSD) int64_t GetSocketRecvTimestamp(int socket) { struct timeval tv_ioctl; -@@ -329,7 +329,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) + int ret = ioctl(socket, SIOCGSTAMP, &tv_ioctl); +@@ -334,7 +334,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) return -1; } if (opt == OPT_DONTFRAGMENT) { @@ -27,7 +27,7 @@ *value = (*value != IP_PMTUDISC_DONT) ? 1 : 0; #endif } else if (opt == OPT_DSCP) { -@@ -358,7 +358,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { +@@ -363,7 +363,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { if (TranslateOption(opt, &slevel, &sopt) == -1) return -1; if (opt == OPT_DONTFRAGMENT) { @@ -36,7 +36,7 @@ value = (value) ? IP_PMTUDISC_DO : IP_PMTUDISC_DONT; #endif } else if (opt == OPT_DSCP) { -@@ -389,7 +389,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { +@@ -394,7 +394,7 @@ int PhysicalSocket::Send(const void* pv, size_t cb) { int PhysicalSocket::Send(const void* pv, size_t cb) { int sent = DoSend( s_, reinterpret_cast<const char*>(pv), static_cast<int>(cb), @@ -45,7 +45,7 @@ // Suppress SIGPIPE. Without this, attempting to send on a socket whose // other end is closed will result in a SIGPIPE signal being raised to // our process, which by default will terminate the process, which we -@@ -418,7 +418,7 @@ int PhysicalSocket::SendTo(const void* buffer, +@@ -423,7 +423,7 @@ int PhysicalSocket::SendTo(const void* buffer, size_t len = addr.ToSockAddrStorage(&saddr); int sent = DoSendTo(s_, static_cast<const char*>(buffer), static_cast<int>(length), @@ -54,16 +54,16 @@ // Suppress SIGPIPE. See above for explanation. MSG_NOSIGNAL, #else -@@ -697,7 +697,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s - *slevel = IPPROTO_IP; - *sopt = IP_DONTFRAGMENT; - break; --#elif defined(WEBRTC_MAC) || defined(BSD) || defined(__native_client__) -+#elif defined(WEBRTC_MAC) || defined(WEBRTC_BSD) || defined(__native_client__) +@@ -704,7 +704,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s + #elif defined(WEBRTC_MAC) || defined(BSD) RTC_LOG(LS_WARNING) << "Socket::OPT_DONTFRAGMENT not supported."; return -1; - #elif defined(WEBRTC_POSIX) -@@ -746,7 +746,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +-#elif defined(WEBRTC_POSIX) ++#elif defined(WEBRTC_POSIX) && !defined(WEBRTC_BSD) + *slevel = IPPROTO_IP; + *sopt = IP_MTU_DISCOVER; + break; +@@ -751,7 +751,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s return -1; #endif case OPT_RECV_ECN: @@ -72,7 +72,7 @@ if (family_ == AF_INET6) { *slevel = IPPROTO_IPV6; *sopt = IPV6_RECVTCLASS; -@@ -766,10 +766,19 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -771,10 +771,19 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *sopt = SO_KEEPALIVE; break; case OPT_TCP_KEEPCNT: @@ -92,7 +92,7 @@ *slevel = IPPROTO_TCP; #if !defined(WEBRTC_MAC) *sopt = TCP_KEEPIDLE; -@@ -777,12 +786,18 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -782,12 +791,18 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *sopt = TCP_KEEPALIVE; #endif break; diff --git a/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc b/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc index ff4c8327b562..f341cfaf97b6 100644 --- a/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc +++ b/multimedia/ringrtc/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc @@ -1,16 +1,21 @@ --- src/webrtc/src/rtc_base/platform_thread_types.cc.orig 2023-02-08 09:03:45 UTC +++ src/webrtc/src/rtc_base/platform_thread_types.cc -@@ -11,7 +11,9 @@ - #include "rtc_base/platform_thread_types.h" +@@ -12,11 +12,13 @@ + // IWYU pragma: begin_keep #if defined(WEBRTC_LINUX) +#if !defined(WEBRTC_BSD) + #include <linux/prctl.h> #include <sys/prctl.h> +#endif #include <sys/syscall.h> - #endif -@@ -44,6 +46,8 @@ PlatformThreadId CurrentThreadId() { +-#if !defined(WEBRTC_ARCH_ARM) && !defined(WEBRTC_ARCH_ARM64) ++#if !defined(WEBRTC_ARCH_ARM) && !defined(WEBRTC_ARCH_ARM64) && !defined(WEBRTC_BSD) + #include <asm/unistd_64.h> + #endif + #endif +@@ -50,6 +52,8 @@ PlatformThreadId CurrentThreadId() { return gettid(); #elif defined(WEBRTC_FUCHSIA) return zx_thread_self(); @@ -19,7 +24,7 @@ #elif defined(WEBRTC_LINUX) return syscall(__NR_gettid); #elif defined(__EMSCRIPTEN__) -@@ -74,6 +78,7 @@ bool IsThreadRefEqual(const PlatformThreadRef& a, cons +@@ -80,6 +84,7 @@ void SetCurrentThreadName(const char* name) { } void SetCurrentThreadName(const char* name) { @@ -27,7 +32,7 @@ #if defined(WEBRTC_WIN) // The SetThreadDescription API works even if no debugger is attached. // The names set with this API also show up in ETW traces. Very handy. -@@ -120,6 +125,7 @@ void SetCurrentThreadName(const char* name) { +@@ -126,6 +131,7 @@ void SetCurrentThreadName(const char* name) { zx_status_t status = zx_object_set_property(zx_thread_self(), ZX_PROP_NAME, name, strlen(name)); RTC_DCHECK_EQ(status, ZX_OK); diff --git a/multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn b/multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn deleted file mode 100644 index b34b0548b661..000000000000 --- a/multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn +++ /dev/null @@ -1,15 +0,0 @@ ---- src/webrtc/src/system_wrappers/BUILD.gn.orig 2021-01-28 23:16:17 UTC -+++ src/webrtc/src/system_wrappers/BUILD.gn -@@ -58,11 +58,9 @@ rtc_library("system_wrappers") { - } - - if (is_linux || is_chromeos) { -- if (!build_with_chromium) { -+ if (!build_with_chromium && !is_bsd) { - sources += [ "source/cpu_features_linux.cc" ] - } -- -- libs += [ "rt" ] - } - - if (is_win) { diff --git a/multimedia/ringrtc/files/patch-third__party_zlib_BUILD.gn b/multimedia/ringrtc/files/patch-third__party_zlib_BUILD.gn index 9fc0594b53e2..b2b0c92cc12d 100644 --- a/multimedia/ringrtc/files/patch-third__party_zlib_BUILD.gn +++ b/multimedia/ringrtc/files/patch-third__party_zlib_BUILD.gn @@ -20,12 +20,12 @@ } else { assert(false, "Unsupported ARM OS") } -@@ -407,7 +411,7 @@ static_library("minizip") { +@@ -419,7 +423,7 @@ static_library("minizip") { ] } -- if (is_apple || is_android || is_nacl) { -+ if (is_apple || is_android || is_nacl || is_bsd) { +- if (is_apple || is_android) { ++ if (is_apple || is_android || is_bsd) { # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We # use fopen, ftell, and fseek instead on these systems. defines = [ "USE_FILE32API" ] diff --git a/multimedia/ringrtc/update.txt b/multimedia/ringrtc/update.txt index c8c73778efb5..dcadc5e0b140 100644 --- a/multimedia/ringrtc/update.txt +++ b/multimedia/ringrtc/update.txt @@ -2,4 +2,4 @@ To update this port: Bump DISTVERSION eventually bump WEBRTC_REV (sh net-im/signal-desktop/get_deps.sh) eventually update *_REV (sh multimedia/ringrtc/webrtc_fetch.sh) -eventually update CARGO_CRATES (fetch -qo - https://raw.githubusercontent.com/signalapp/ringrtc/v2.57.1/Cargo.lock | awk -f /usr/ports/Mk/Scripts/cargo-crates.awk | portedit merge -i Makefile.crates) +eventually update CARGO_CRATES (fetch -qo - https://raw.githubusercontent.com/signalapp/ringrtc/v2.59.0/Cargo.lock | awk -f /usr/ports/Mk/Scripts/cargo-crates.awk | portedit merge -i Makefile.crates) diff --git a/multimedia/ringrtc/webrtc_fetch.sh b/multimedia/ringrtc/webrtc_fetch.sh index 750ed5406d61..a9f3452d0f2c 100644 --- a/multimedia/ringrtc/webrtc_fetch.sh +++ b/multimedia/ringrtc/webrtc_fetch.sh @@ -1,6 +1,6 @@ #!/bin/sh -WEBRTC_REV=7204c +WEBRTC_REV=7339c base_url="https://chromium.googlesource.com/chromium/src/base.git/+archive/" boringssl_url="https://boringssl.googlesource.com/boringssl.git/+archive/" diff --git a/multimedia/supersonic/Makefile b/multimedia/supersonic/Makefile index 935163d744ab..f1fad6a2bef9 100644 --- a/multimedia/supersonic/Makefile +++ b/multimedia/supersonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= supersonic DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= dtxdf@FreeBSD.org diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile index d74f395e8b64..886e9798799d 100644 --- a/net-im/coyim/Makefile +++ b/net-im/coyim/Makefile @@ -1,7 +1,7 @@ PORTNAME= coyim DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MAINTAINER= fox@FreeBSD.org diff --git a/net-im/discordo/Makefile b/net-im/discordo/Makefile index 3164bf48766f..4405f7983aa3 100644 --- a/net-im/discordo/Makefile +++ b/net-im/discordo/Makefile @@ -1,6 +1,6 @@ PORTNAME= discordo DISTVERSION= g20220909 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org diff --git a/net-im/dissent/Makefile b/net-im/dissent/Makefile index 8c3c6f94c3bd..d0feacc59d83 100644 --- a/net-im/dissent/Makefile +++ b/net-im/dissent/Makefile @@ -1,7 +1,7 @@ PORTNAME= dissent DISTVERSIONPREFIX= v DISTVERSION= 0.0.34 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org diff --git a/net-im/gomuks/Makefile b/net-im/gomuks/Makefile index 0382359b1f8e..8001f0c03922 100644 --- a/net-im/gomuks/Makefile +++ b/net-im/gomuks/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomuks DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-im MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-im/gotktrix/Makefile b/net-im/gotktrix/Makefile index 64e85288d075..ecaa4c8612e1 100644 --- a/net-im/gotktrix/Makefile +++ b/net-im/gotktrix/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotktrix DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= net-im MAINTAINER= fuz@FreeBSD.org diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index bfa6f11ffb53..deff915e5398 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,6 +1,7 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://codeberg.org/superseriousbusiness/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-source-code.tar.gz ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile index e3c8e029dba5..beb3c9c8c22b 100644 --- a/net-im/libsignal-node/Makefile +++ b/net-im/libsignal-node/Makefile @@ -1,7 +1,6 @@ PORTNAME= libsignal DISTVERSIONPREFIX= v -DISTVERSION= 0.81.0 -PORTREVISION= 1 +DISTVERSION= 0.81.1 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm PKGNAMESUFFIX= -node diff --git a/net-im/libsignal-node/Makefile.crates b/net-im/libsignal-node/Makefile.crates index d5f2f351d951..c23e5e2cc4e8 100644 --- a/net-im/libsignal-node/Makefile.crates +++ b/net-im/libsignal-node/Makefile.crates @@ -161,7 +161,9 @@ CARGO_CRATES= addr2line-0.24.2 \ hax-lib-macros-types-0.2.0 \ hax-lib-macros-types-0.3.1 \ headers-0.3.9 \ + headers-0.4.1 \ headers-core-0.2.0 \ + headers-core-0.3.0 \ heck-0.5.0 \ hermit-abi-0.5.0 \ hex-0.4.3 \ @@ -454,7 +456,6 @@ CARGO_CRATES= addr2line-0.24.2 \ tracing-subscriber-0.3.20 \ try-lock-0.2.5 \ tungstenite-0.21.0 \ - tungstenite-0.27.0 \ typenum-1.18.0 \ ucd-trie-0.1.7 \ unarray-0.1.4 \ @@ -536,5 +537,6 @@ CARGO_CRATES= addr2line-0.24.2 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ curve25519-dalek,curve25519-dalek-derive@git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3\#7c6d34756355a3566a704da84dce7b1c039a6572 \ + tungstenite@git+https://github.com/signalapp/tungstenite-rs?tag=signal-v0.27.0\#d9409e3622ff867e7cf77e864be95487113ae499 \ boring,boring-sys,tokio-boring@git+https://github.com/signalapp/boring?tag=signal-v4.18.0\#81d4aa19ac6c5af99238ff0bf9328b381ccebcdd \ spqr@git+https://github.com/signalapp/SparsePostQuantumRatchet.git?tag=v1.2.0\#99a759a3fd40cd9304459fb007fcf177db9ed207 diff --git a/net-im/libsignal-node/distinfo b/net-im/libsignal-node/distinfo index e2cca9e9b614..a6234a9239de 100644 --- a/net-im/libsignal-node/distinfo +++ b/net-im/libsignal-node/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1758875939 -SHA256 (libsignal-node-0.81.0-npm-cache.tar.gz) = 7787902f19f7e09f69ea602cadba303d822c00c1d3cfdc901b946859aa258324 -SIZE (libsignal-node-0.81.0-npm-cache.tar.gz) = 59275837 +TIMESTAMP = 1760277083 +SHA256 (libsignal-node-0.81.1-npm-cache.tar.gz) = cfd6d25fee790a8fa64ac74b28ecea4285515e911b340d08b3c0289ebbcef9a4 +SIZE (libsignal-node-0.81.1-npm-cache.tar.gz) = 59391905 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 @@ -327,8 +327,12 @@ SHA256 (rust/crates/hax-lib-macros-types-0.3.1.crate) = f302d2a43ba5888c61454ffe SIZE (rust/crates/hax-lib-macros-types-0.3.1.crate) = 4430 SHA256 (rust/crates/headers-0.3.9.crate) = 06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270 SIZE (rust/crates/headers-0.3.9.crate) = 68290 +SHA256 (rust/crates/headers-0.4.1.crate) = b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb +SIZE (rust/crates/headers-0.4.1.crate) = 71105 SHA256 (rust/crates/headers-core-0.2.0.crate) = e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429 SIZE (rust/crates/headers-core-0.2.0.crate) = 2380 +SHA256 (rust/crates/headers-core-0.3.0.crate) = 54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4 +SIZE (rust/crates/headers-core-0.3.0.crate) = 2333 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.5.0.crate) = fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e @@ -913,8 +917,6 @@ SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418 SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/tungstenite-0.21.0.crate) = 9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1 SIZE (rust/crates/tungstenite-0.21.0.crate) = 59858 -SHA256 (rust/crates/tungstenite-0.27.0.crate) = eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d -SIZE (rust/crates/tungstenite-0.27.0.crate) = 67162 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 @@ -1077,12 +1079,14 @@ SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 8dd338dd7d558b7882310e8dc76ceca41ef448afd0532be208d4ff0f2924f334 SIZE (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 808022 +SHA256 (signalapp-tungstenite-rs-signal-v0.27.0_GH0.tar.gz) = 637562a4295889389407051b154c9144573331dd1fc9685273e10000d63c0490 +SIZE (signalapp-tungstenite-rs-signal-v0.27.0_GH0.tar.gz) = 2349398 SHA256 (signalapp-boring-signal-v4.18.0_GH0.tar.gz) = 9c954862f663475b1e7063a26b0e16ea0eca372826e7d16fd25775e84b0eb280 SIZE (signalapp-boring-signal-v4.18.0_GH0.tar.gz) = 338846 SHA256 (signalapp-SparsePostQuantumRatchet-v1.2.0_GH0.tar.gz) = e551333c1ff1a1e8fc19d4b47513b1b15b556f2d79ab37c10ffab3150b17d405 SIZE (signalapp-SparsePostQuantumRatchet-v1.2.0_GH0.tar.gz) = 143737 -SHA256 (signalapp-libsignal-v0.81.0_GH0.tar.gz) = 93c9efebd227d5b1cc12f7efcbdc81d8bd38b969e23de4db67521f818a8725b7 -SIZE (signalapp-libsignal-v0.81.0_GH0.tar.gz) = 2335721 +SHA256 (signalapp-libsignal-v0.81.1_GH0.tar.gz) = 37c211d885e7418001f49fa6c353ad7345ce9852157bf478bb959e530f8c4197 +SIZE (signalapp-libsignal-v0.81.1_GH0.tar.gz) = 2336606 SHA256 (google-boringssl-44b3df6f03d85c901767250329c571db405122d5_GH0.tar.gz) = 9567b43de39f66e57b895ee814135adc5ddf7f2c895964269b6b13b388158982 SIZE (google-boringssl-44b3df6f03d85c901767250329c571db405122d5_GH0.tar.gz) = 46106995 SHA256 (google-boringssl-853ca1ea1168dff08011e5d42d94609cc0ca2e27_GH0.tar.gz) = 61e85d6eaecf1706be0420a9104b66ff01bd04301b5fad323970685f942108ed diff --git a/net-im/matterbridge/Makefile b/net-im/matterbridge/Makefile index 19e8c6807943..09a898ea173a 100644 --- a/net-im/matterbridge/Makefile +++ b/net-im/matterbridge/Makefile @@ -1,7 +1,7 @@ PORTNAME= matterbridge PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-im MAINTAINER= bofh@FreeBSD.org diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index 336ebf875c3c..5a347cbce0f6 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -1,7 +1,7 @@ PORTNAME= matterircd DISTVERSIONPREFIX= v DISTVERSION= 0.28.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-im irc MAINTAINER= chalpin@cs.wisc.edu diff --git a/net-im/mautrix-whatsapp/Makefile b/net-im/mautrix-whatsapp/Makefile index 720a3d9f737e..3c46a3a6eb52 100644 --- a/net-im/mautrix-whatsapp/Makefile +++ b/net-im/mautrix-whatsapp/Makefile @@ -1,7 +1,7 @@ PORTNAME= mautrix-whatsapp DISTVERSIONPREFIX= v DISTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= juw@posteo.de diff --git a/net-im/purple-gowhatsapp/Makefile b/net-im/purple-gowhatsapp/Makefile index d7223708482b..ebed0d624163 100644 --- a/net-im/purple-gowhatsapp/Makefile +++ b/net-im/purple-gowhatsapp/Makefile @@ -1,7 +1,7 @@ PORTNAME= purple-gowhatsapp DISTVERSIONPREFIX=v DISTVERSION= 1.16.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MAINTAINER= ports@virtual-estates.net diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index f16e226e3767..30b0af8ea497 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,6 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v -DISTVERSION= 7.72.1 -PORTREVISION= 2 +DISTVERSION= 7.74.0 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ diff --git a/net-im/signal-desktop/distinfo b/net-im/signal-desktop/distinfo index f6f9352fe9b8..f9c496f679db 100644 --- a/net-im/signal-desktop/distinfo +++ b/net-im/signal-desktop/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1758877230 -SHA256 (signal-desktop-7.72.1-npm-cache.tar.gz) = f3731026fbe8f0bb2dc4c906774009b9254c6041205ae0bb603b171a8092daac -SIZE (signal-desktop-7.72.1-npm-cache.tar.gz) = 999831425 +TIMESTAMP = 1760283148 +SHA256 (signal-desktop-7.74.0-npm-cache.tar.gz) = 9f4f6fa1665b9f7ad1545046bb1c580fa2df2b3188a8c0fecafb4771f700a25b +SIZE (signal-desktop-7.74.0-npm-cache.tar.gz) = 1008889783 SHA256 (freebsd-arm64-0.24.0.tgz) = c09c0acf0e892cf3aa54b61aa02d447a9ecf00a9d7f0e6165e81f208d25d7de0 SIZE (freebsd-arm64-0.24.0.tgz) = 3970551 SHA256 (freebsd-x64-0.24.0.tgz) = f2562d5c4b5d48f832c73f30dc6155adc505b5a296081ddae48b517f2e3d6b42 SIZE (freebsd-x64-0.24.0.tgz) = 4318529 -SHA256 (signalapp-Signal-Desktop-v7.72.1_GH0.tar.gz) = bbbff7d2027589664e1a4cb519697b8e8da072fb9e8221800a21c1f6306e654b -SIZE (signalapp-Signal-Desktop-v7.72.1_GH0.tar.gz) = 46149922 +SHA256 (signalapp-Signal-Desktop-v7.74.0_GH0.tar.gz) = bd1f0a3180823ddeeb15a3169ff97f1a6f8be99a69ac36175c667b815856070c +SIZE (signalapp-Signal-Desktop-v7.74.0_GH0.tar.gz) = 50798489 diff --git a/net-im/signal-desktop/files/package-lock.json b/net-im/signal-desktop/files/package-lock.json index 297425be2807..b937a7f498bd 100644 --- a/net-im/signal-desktop/files/package-lock.json +++ b/net-im/signal-desktop/files/package-lock.json @@ -1,12 +1,12 @@ { "name": "signal-desktop", - "version": "7.72.1", + "version": "7.74.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "signal-desktop", - "version": "7.72.1", + "version": "7.74.0", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -26,10 +26,10 @@ "@react-aria/utils": "3.25.3", "@react-spring/web": "9.7.5", "@react-types/shared": "3.27.0", - "@signalapp/libsignal-client": "0.81.0", + "@signalapp/libsignal-client": "0.81.1", "@signalapp/minimask": "1.0.1", "@signalapp/quill-cjs": "2.1.2", - "@signalapp/ringrtc": "2.57.1", + "@signalapp/ringrtc": "2.59.0", "@signalapp/sqlcipher": "2.4.4", "@signalapp/windows-ucv": "1.0.1", "@tanstack/react-virtual": "3.11.2", @@ -49,8 +49,8 @@ "credit-card-type": "10.0.2", "dashdash": "2.0.0", "direction": "1.0.4", - "emoji-datasource": "15.1.2", - "emoji-datasource-apple": "15.1.2", + "emoji-datasource": "16.0.0", + "emoji-datasource-apple": "16.0.0", "emoji-regex": "10.4.0", "encoding": "0.1.13", "fabric": "4.6.0", @@ -203,18 +203,18 @@ "csv-parse": "5.5.6", "danger": "12.3.3", "debug": "4.3.7", - "electron": "38.1.2", + "electron": "38.2.0", "electron-builder": "26.0.14", "electron-mocha": "13.0.1", "endanger": "7.0.4", "enhanced-resolve": "5.18.3", "enquirer": "2.4.1", - "esbuild": "0.24.0", + "esbuild": "0.25.9", "eslint": "8.56.0", "eslint-config-airbnb-typescript-prettier": "5.0.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-better-tailwindcss": "3.7.2", - "eslint-plugin-import": "2.26.0", + "eslint-plugin-import": "2.32.0", "eslint-plugin-local-rules": "1.3.2", "eslint-plugin-mocha": "10.1.0", "eslint-plugin-more": "1.0.5", @@ -1662,9 +1662,9 @@ } }, "node_modules/@electron/rebuild/node_modules/detect-libc": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz", - "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -1768,9 +1768,9 @@ "optional": true }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.0.tgz", - "integrity": "sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz", + "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==", "cpu": [ "ppc64" ], @@ -1785,9 +1785,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.0.tgz", - "integrity": "sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz", + "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==", "cpu": [ "arm" ], @@ -1802,9 +1802,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.0.tgz", - "integrity": "sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz", + "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==", "cpu": [ "arm64" ], @@ -1819,9 +1819,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.0.tgz", - "integrity": "sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz", + "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==", "cpu": [ "x64" ], @@ -1836,9 +1836,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.0.tgz", - "integrity": "sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz", + "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==", "cpu": [ "arm64" ], @@ -1853,9 +1853,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.0.tgz", - "integrity": "sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz", + "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==", "cpu": [ "x64" ], @@ -1870,9 +1870,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.0.tgz", - "integrity": "sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz", + "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==", "cpu": [ "arm64" ], @@ -1887,9 +1887,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.0.tgz", - "integrity": "sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz", + "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==", "cpu": [ "x64" ], @@ -1904,9 +1904,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.0.tgz", - "integrity": "sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz", + "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==", "cpu": [ "arm" ], @@ -1921,9 +1921,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.0.tgz", - "integrity": "sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz", + "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==", "cpu": [ "arm64" ], @@ -1938,9 +1938,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.0.tgz", - "integrity": "sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz", + "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==", "cpu": [ "ia32" ], @@ -1955,9 +1955,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.0.tgz", - "integrity": "sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz", + "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==", "cpu": [ "loong64" ], @@ -1972,9 +1972,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.0.tgz", - "integrity": "sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz", + "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==", "cpu": [ "mips64el" ], @@ -1989,9 +1989,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.0.tgz", - "integrity": "sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz", + "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==", "cpu": [ "ppc64" ], @@ -2006,9 +2006,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.0.tgz", - "integrity": "sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz", + "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==", "cpu": [ "riscv64" ], @@ -2023,9 +2023,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.0.tgz", - "integrity": "sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz", + "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==", "cpu": [ "s390x" ], @@ -2040,9 +2040,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.0.tgz", - "integrity": "sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz", + "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==", "cpu": [ "x64" ], @@ -2056,10 +2056,27 @@ "node": ">=18" } }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz", + "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.0.tgz", - "integrity": "sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz", + "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==", "cpu": [ "x64" ], @@ -2074,9 +2091,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.0.tgz", - "integrity": "sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz", + "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==", "cpu": [ "arm64" ], @@ -2091,9 +2108,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.0.tgz", - "integrity": "sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz", + "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==", "cpu": [ "x64" ], @@ -2107,10 +2124,27 @@ "node": ">=18" } }, + "node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz", + "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, "node_modules/@esbuild/sunos-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.0.tgz", - "integrity": "sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz", + "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==", "cpu": [ "x64" ], @@ -2125,9 +2159,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.0.tgz", - "integrity": "sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz", + "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==", "cpu": [ "arm64" ], @@ -2142,9 +2176,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.0.tgz", - "integrity": "sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz", + "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==", "cpu": [ "ia32" ], @@ -2159,9 +2193,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.0.tgz", - "integrity": "sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz", + "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==", "cpu": [ "x64" ], @@ -2205,9 +2239,9 @@ } }, "node_modules/@eslint/css-tree": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.6.5.tgz", - "integrity": "sha512-bJgnXu0D0K1BbfPfHTmCaJe2ucBOjeg/tG37H2CSqYCw51VMmBtPfWrH8LKPLAVCOp0h94e1n8PfR3v9iRbtyA==", + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/@eslint/css-tree/-/css-tree-3.6.6.tgz", + "integrity": "sha512-C3YiJMY9OZyZ/3vEMFWJIesdGaRY6DmIYvmtyxMT934CbrOKqRs+Iw7NWSRlJQEaK4dPYy2lZ2y1zkaj8z0p5A==", "dev": true, "license": "MIT", "dependencies": { @@ -2665,9 +2699,9 @@ } }, "node_modules/@internationalized/date": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.9.0.tgz", - "integrity": "sha512-yaN3brAnHRD+4KyyOsJyk49XUvj2wtbNACSqg0bz3u8t2VuzhC8Q5dfRnrSxjnnbDb+ienBnkn1TzQfE154vyg==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.10.0.tgz", + "integrity": "sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" @@ -3076,13 +3110,13 @@ "license": "MIT" }, "node_modules/@jest/create-cache-key-function": { - "version": "30.0.5", - "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-30.0.5.tgz", - "integrity": "sha512-W1kmkwPq/WTMQWgvbzWSCbXSqvjI6rkqBQCxuvYmd+g6o4b5gHP98ikfh/Ei0SKzHvWdI84TOXp0hRcbpr8Q0w==", + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-30.2.0.tgz", + "integrity": "sha512-44F4l4Enf+MirJN8X/NhdGkl71k5rBYiwdVlo4HxOwbu0sHV8QKrGEedb1VUU4K3W7fBKE0HGfbn7eZm0Ti3zg==", "dev": true, "license": "MIT", "dependencies": { - "@jest/types": "30.0.5" + "@jest/types": "30.2.0" }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" @@ -3102,9 +3136,9 @@ } }, "node_modules/@jest/create-cache-key-function/node_modules/@jest/types": { - "version": "30.0.5", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.0.5.tgz", - "integrity": "sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==", + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz", + "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==", "dev": true, "license": "MIT", "dependencies": { @@ -3472,9 +3506,9 @@ } }, "node_modules/@jsonjoy.com/buffers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz", - "integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.0.tgz", + "integrity": "sha512-6RX+W5a+ZUY/c/7J5s5jK9UinLfJo5oWKh84fb4X0yK2q4WXEWUWZWuEMjvCb1YNUQhEAhUfr5scEGOH7jC4YQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -3506,16 +3540,16 @@ } }, "node_modules/@jsonjoy.com/json-pack": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.14.0.tgz", - "integrity": "sha512-LpWbYgVnKzphN5S6uss4M25jJ/9+m6q6UJoeN6zTkK4xAGhKsiBRPVeF7OYMWonn5repMQbE5vieRXcMUrKDKw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.20.0.tgz", + "integrity": "sha512-adcXFVorSQULtT4XDL0giRLr2EVGIcyWm6eQKZWTrRA4EEydGOY8QVQtL0PaITQpUyu+lOd/QOicw6vdy1v8QQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@jsonjoy.com/base64": "^1.1.2", - "@jsonjoy.com/buffers": "^1.0.0", + "@jsonjoy.com/buffers": "^1.2.0", "@jsonjoy.com/codegen": "^1.0.0", - "@jsonjoy.com/json-pointer": "^1.0.1", + "@jsonjoy.com/json-pointer": "^1.0.2", "@jsonjoy.com/util": "^1.9.0", "hyperdyperid": "^1.2.0", "thingies": "^2.5.0" @@ -3657,9 +3691,9 @@ } }, "node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz", - "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "license": "Apache-2.0", "optional": true, "engines": { @@ -6137,16 +6171,16 @@ } }, "node_modules/@react-aria/breadcrumbs": { - "version": "3.5.28", - "resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.28.tgz", - "integrity": "sha512-6S3QelpajodEzN7bm49XXW5gGoZksK++cl191W0sexq/E5hZHAEA9+CFC8pL3px13ji7qHGqKAxOP4IUVBdVpQ==", + "version": "3.5.29", + "resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.29.tgz", + "integrity": "sha512-rKS0dryllaZJqrr3f/EAf2liz8CBEfmL5XACj+Z1TAig6GIYe1QuA3BtkX0cV9OkMugXdX8e3cbA7nD10ORRqg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/link": "^3.8.5", - "@react-aria/utils": "^3.30.1", - "@react-types/breadcrumbs": "^3.7.16", - "@react-types/shared": "^3.32.0", + "@react-aria/i18n": "^3.12.13", + "@react-aria/link": "^3.8.6", + "@react-aria/utils": "^3.31.0", + "@react-types/breadcrumbs": "^3.7.17", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6155,15 +6189,15 @@ } }, "node_modules/@react-aria/breadcrumbs/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6173,26 +6207,26 @@ } }, "node_modules/@react-aria/breadcrumbs/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/button": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.14.1.tgz", - "integrity": "sha512-Ug06unKEYVG3OF6zKmpVR7VfLzpj7eJVuFo3TCUxwFJG7DI28pZi2TaGWnhm7qjkxfl1oz0avQiHVfDC99gSuw==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.14.2.tgz", + "integrity": "sha512-VbLIA+Kd6f/MDjd+TJBUg2+vNDw66pnvsj2E4RLomjI9dfBuN7d+Yo2UnsqKVyhePjCUZ6xxa2yDuD63IOSIYA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/toolbar": "3.0.0-beta.20", - "@react-aria/utils": "^3.30.1", - "@react-stately/toggle": "^3.9.1", - "@react-types/button": "^3.14.0", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/toolbar": "3.0.0-beta.21", + "@react-aria/utils": "^3.31.0", + "@react-stately/toggle": "^3.9.2", + "@react-types/button": "^3.14.1", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6201,15 +6235,15 @@ } }, "node_modules/@react-aria/button/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6218,15 +6252,15 @@ } }, "node_modules/@react-aria/button/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6236,29 +6270,29 @@ } }, "node_modules/@react-aria/button/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/calendar": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.9.1.tgz", - "integrity": "sha512-dCJliRIi3x3VmAZkJDNTZddq0+QoUX9NS7GgdqPPYcJIMbVPbyLWL61//0SrcCr3MuSRCoI1eQZ8PkQe/2PJZQ==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.9.2.tgz", + "integrity": "sha512-uSLxLgOPRnEU4Jg59lAhUVA+uDx/55NBg4lpfsP2ynazyiJ5LCXmYceJi+VuOqMml7d9W0dB87OldOeLdIxYVA==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", + "@internationalized/date": "^3.10.0", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", "@react-aria/live-announcer": "^3.4.4", - "@react-aria/utils": "^3.30.1", - "@react-stately/calendar": "^3.8.4", - "@react-types/button": "^3.14.0", - "@react-types/calendar": "^3.7.4", - "@react-types/shared": "^3.32.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/calendar": "^3.9.0", + "@react-types/button": "^3.14.1", + "@react-types/calendar": "^3.8.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6267,15 +6301,15 @@ } }, "node_modules/@react-aria/calendar/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6284,15 +6318,15 @@ } }, "node_modules/@react-aria/calendar/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6302,30 +6336,30 @@ } }, "node_modules/@react-aria/calendar/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/checkbox": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.16.1.tgz", - "integrity": "sha512-YcG3QhuGIwqPHo4GVGVmwxPM5Ayq9CqYfZjla/KTfJILPquAJ12J7LSMpqS/Z5TlMNgIIqZ3ZdrYmjQlUY7eUg==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/form": "^3.1.1", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/toggle": "^3.12.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/checkbox": "^3.7.1", - "@react-stately/form": "^3.2.1", - "@react-stately/toggle": "^3.9.1", - "@react-types/checkbox": "^3.10.1", - "@react-types/shared": "^3.32.0", + "version": "3.16.2", + "resolved": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.16.2.tgz", + "integrity": "sha512-29Mj9ZqXioJ0bcMnNGooHztnTau5pikZqX3qCRj5bYR3by/ZFFavYoMroh9F7s/MbFm/tsKX+Sf02lYFEdXRjA==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/form": "^3.1.2", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/toggle": "^3.12.2", + "@react-aria/utils": "^3.31.0", + "@react-stately/checkbox": "^3.7.2", + "@react-stately/form": "^3.2.2", + "@react-stately/toggle": "^3.9.2", + "@react-types/checkbox": "^3.10.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6334,15 +6368,15 @@ } }, "node_modules/@react-aria/checkbox/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6351,15 +6385,15 @@ } }, "node_modules/@react-aria/checkbox/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6369,9 +6403,9 @@ } }, "node_modules/@react-aria/checkbox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -6395,23 +6429,23 @@ } }, "node_modules/@react-aria/color": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@react-aria/color/-/color-3.1.1.tgz", - "integrity": "sha512-4+woybtn4kh5ytggWQ06bqqWsoucOrxwNrwW1XP6EmvcjIcsfVW+VwFwM5ZYa2LGF+fHiW3dM4bjRqVa7i9PVg==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/numberfield": "^3.12.1", - "@react-aria/slider": "^3.8.1", - "@react-aria/spinbutton": "^3.6.18", - "@react-aria/textfield": "^3.18.1", - "@react-aria/utils": "^3.30.1", - "@react-aria/visually-hidden": "^3.8.27", - "@react-stately/color": "^3.9.1", - "@react-stately/form": "^3.2.1", - "@react-types/color": "^3.1.1", - "@react-types/shared": "^3.32.0", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@react-aria/color/-/color-3.1.2.tgz", + "integrity": "sha512-jCC+Q7rAQGLQBkHjkPAeDuGYuMbc4neifjlNRiyZ9as1z4gg63H8MteoWYYk6K4vCKKxSixgt8MfI29XWMOWPQ==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/numberfield": "^3.12.2", + "@react-aria/slider": "^3.8.2", + "@react-aria/spinbutton": "^3.6.19", + "@react-aria/textfield": "^3.18.2", + "@react-aria/utils": "^3.31.0", + "@react-aria/visually-hidden": "^3.8.28", + "@react-stately/color": "^3.9.2", + "@react-stately/form": "^3.2.2", + "@react-types/color": "^3.1.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6420,15 +6454,15 @@ } }, "node_modules/@react-aria/color/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6437,15 +6471,15 @@ } }, "node_modules/@react-aria/color/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6455,35 +6489,35 @@ } }, "node_modules/@react-aria/color/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/combobox": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.13.2.tgz", - "integrity": "sha512-PNyqlaM19A+lKX9hwqkKTXvWDilCKaRH2RdrB/C5AfmGi3bh/IKsu66c8ohgadXB2AIdJB36EOOm3hNh8G9DqQ==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.14.0.tgz", + "integrity": "sha512-z4ro0Hma//p4nL2IJx5iUa7NwxeXbzSoZ0se5uTYjG1rUUMszg+wqQh/AQoL+eiULn7rs18JY9wwNbVIkRNKWA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/listbox": "^3.14.8", + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/listbox": "^3.15.0", "@react-aria/live-announcer": "^3.4.4", - "@react-aria/menu": "^3.19.2", - "@react-aria/overlays": "^3.29.1", - "@react-aria/selection": "^3.25.1", - "@react-aria/textfield": "^3.18.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/collections": "^3.12.7", - "@react-stately/combobox": "^3.11.1", - "@react-stately/form": "^3.2.1", - "@react-types/button": "^3.14.0", - "@react-types/combobox": "^3.13.8", - "@react-types/shared": "^3.32.0", + "@react-aria/menu": "^3.19.3", + "@react-aria/overlays": "^3.30.0", + "@react-aria/selection": "^3.26.0", + "@react-aria/textfield": "^3.18.2", + "@react-aria/utils": "^3.31.0", + "@react-stately/collections": "^3.12.8", + "@react-stately/combobox": "^3.12.0", + "@react-stately/form": "^3.2.2", + "@react-types/button": "^3.14.1", + "@react-types/combobox": "^3.13.9", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6492,14 +6526,14 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6509,15 +6543,15 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6526,15 +6560,15 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6544,37 +6578,37 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/datepicker": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.15.1.tgz", - "integrity": "sha512-RfUOvsupON6E5ZELpBgb9qxsilkbqwzsZ78iqCDTVio+5kc5G9jVeHEIQOyHnavi/TmJoAnbmmVpEbE6M9lYJQ==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.15.2.tgz", + "integrity": "sha512-th078hyNqPf4P2K10su/y32zPDjs3lOYVdHvsL9/+5K1dnTvLHCK5vgUyLuyn8FchhF7cmHV49D+LZVv65PEpQ==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", + "@internationalized/date": "^3.10.0", "@internationalized/number": "^3.6.5", "@internationalized/string": "^3.2.7", - "@react-aria/focus": "^3.21.1", - "@react-aria/form": "^3.1.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/spinbutton": "^3.6.18", - "@react-aria/utils": "^3.30.1", - "@react-stately/datepicker": "^3.15.1", - "@react-stately/form": "^3.2.1", - "@react-types/button": "^3.14.0", - "@react-types/calendar": "^3.7.4", - "@react-types/datepicker": "^3.13.1", - "@react-types/dialog": "^3.5.21", - "@react-types/shared": "^3.32.0", + "@react-aria/focus": "^3.21.2", + "@react-aria/form": "^3.1.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/spinbutton": "^3.6.19", + "@react-aria/utils": "^3.31.0", + "@react-stately/datepicker": "^3.15.2", + "@react-stately/form": "^3.2.2", + "@react-types/button": "^3.14.1", + "@react-types/calendar": "^3.8.0", + "@react-types/datepicker": "^3.13.2", + "@react-types/dialog": "^3.5.22", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6583,14 +6617,14 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6600,15 +6634,15 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6617,15 +6651,15 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6635,25 +6669,25 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/dialog": { - "version": "3.5.30", - "resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.30.tgz", - "integrity": "sha512-fiodaeMSTiC4qKNwnCLbNykyvfcxuz/PiU/pBNhWYd4lUrX1TauBQb0++o5/K6OHt8iB+A7/LSHRbPtyOSWE9g==", + "version": "3.5.31", + "resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.31.tgz", + "integrity": "sha512-inxQMyrzX0UBW9Mhraq0nZ4HjHdygQvllzloT1E/RlDd61lr3RbmJR6pLsrbKOTtSvDIBJpCso1xEdHCFNmA0Q==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/overlays": "^3.29.1", - "@react-aria/utils": "^3.30.1", - "@react-types/dialog": "^3.5.21", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/overlays": "^3.30.0", + "@react-aria/utils": "^3.31.0", + "@react-types/dialog": "^3.5.22", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6662,15 +6696,15 @@ } }, "node_modules/@react-aria/dialog/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6679,15 +6713,15 @@ } }, "node_modules/@react-aria/dialog/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6697,9 +6731,9 @@ } }, "node_modules/@react-aria/dialog/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -6728,21 +6762,21 @@ } }, "node_modules/@react-aria/dnd": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/@react-aria/dnd/-/dnd-3.11.2.tgz", - "integrity": "sha512-xaIUV0zPtUTLIBoE7qlGFPfRTfyDJT78fDzawYq6FwZcjgrl8X408UDCUaKk6xSJRh9UjNn78hil1WDYTLFNWA==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/@react-aria/dnd/-/dnd-3.11.3.tgz", + "integrity": "sha512-MyTziciik1Owz3rqDghu0K3ZtTFvmj/R2ZsLDwbU9N4hKqGX/BKnrI8SytTn8RDqVv5LmA/GhApLngiupTAsXw==", "license": "Apache-2.0", "dependencies": { "@internationalized/string": "^3.2.7", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", "@react-aria/live-announcer": "^3.4.4", - "@react-aria/overlays": "^3.29.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/collections": "^3.12.7", - "@react-stately/dnd": "^3.7.0", - "@react-types/button": "^3.14.0", - "@react-types/shared": "^3.32.0", + "@react-aria/overlays": "^3.30.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/collections": "^3.12.8", + "@react-stately/dnd": "^3.7.1", + "@react-types/button": "^3.14.1", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6751,15 +6785,15 @@ } }, "node_modules/@react-aria/dnd/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6768,15 +6802,15 @@ } }, "node_modules/@react-aria/dnd/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6786,9 +6820,9 @@ } }, "node_modules/@react-aria/dnd/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -6812,15 +6846,15 @@ } }, "node_modules/@react-aria/focus/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6830,24 +6864,24 @@ } }, "node_modules/@react-aria/focus/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/form": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.1.1.tgz", - "integrity": "sha512-PjZC25UgH5orit9p56Ymbbo288F3eaDd3JUvD8SG+xgx302HhlFAOYsQLLAb4k4H03bp0gWtlUEkfX6KYcE1Tw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.1.2.tgz", + "integrity": "sha512-R3i7L7Ci61PqZQvOrnL9xJeWEbh28UkTVgkj72EvBBn39y4h7ReH++0stv7rRs8p5ozETSKezBbGfu4UsBewWw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-stately/form": "^3.2.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-stately/form": "^3.2.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6856,15 +6890,15 @@ } }, "node_modules/@react-aria/form/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6873,15 +6907,15 @@ } }, "node_modules/@react-aria/form/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6891,32 +6925,32 @@ } }, "node_modules/@react-aria/form/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/grid": { - "version": "3.14.4", - "resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.14.4.tgz", - "integrity": "sha512-l1FLQNKnoHpY4UClUTPUV0AqJ5bfAULEE0ErY86KznWLd+Hqzo7mHLqqDV02CDa/8mIUcdoax/MrYYIbPDlOZA==", + "version": "3.14.5", + "resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.14.5.tgz", + "integrity": "sha512-XHw6rgjlTqc85e3zjsWo3U0EVwjN5MOYtrolCKc/lc2ItNdcY3OlMhpsU9+6jHwg/U3VCSWkGvwAz9hg7krd8Q==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", "@react-aria/live-announcer": "^3.4.4", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/collections": "^3.12.7", - "@react-stately/grid": "^3.11.5", - "@react-stately/selection": "^3.20.5", - "@react-types/checkbox": "^3.10.1", - "@react-types/grid": "^3.3.5", - "@react-types/shared": "^3.32.0", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/collections": "^3.12.8", + "@react-stately/grid": "^3.11.6", + "@react-stately/selection": "^3.20.6", + "@react-types/checkbox": "^3.10.2", + "@react-types/grid": "^3.3.6", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6925,14 +6959,14 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6942,15 +6976,15 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6959,15 +6993,15 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6977,29 +7011,29 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/gridlist": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@react-aria/gridlist/-/gridlist-3.14.0.tgz", - "integrity": "sha512-8NWDaUbPe6ujI+kSvDqr2onPYWlBXiaLCQ6nfYOo+GFKxeVCsv4a2I5HAAoGf9THNQ5b8b8kJa+M0xyL1Z71XA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/grid": "^3.14.4", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/list": "^3.13.0", - "@react-stately/tree": "^3.9.2", - "@react-types/shared": "^3.32.0", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/@react-aria/gridlist/-/gridlist-3.14.1.tgz", + "integrity": "sha512-keS03Am07aOn7RuNaRsMOyh0jscyhDn95asCVy4lxhl9A9TFk1Jw0o2L6q6cWRj1gFiKeacj/otG5H8ZKQQ2Wg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.21.2", + "@react-aria/grid": "^3.14.5", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/list": "^3.13.1", + "@react-stately/tree": "^3.9.3", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7008,14 +7042,14 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7025,15 +7059,15 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7042,15 +7076,15 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7060,27 +7094,27 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/i18n": { - "version": "3.12.12", - "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.12.tgz", - "integrity": "sha512-JN6p+Xc6Pu/qddGRoeYY6ARsrk2Oz7UiQc9nLEPOt3Ch+blJZKWwDjcpo/p6/wVZdD/2BgXS7El6q6+eMg7ibw==", + "version": "3.12.13", + "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.13.tgz", + "integrity": "sha512-YTM2BPg0v1RvmP8keHenJBmlx8FXUKsdYIEX7x6QWRd1hKlcDwphfjzvt0InX9wiLiPHsT5EoBTpuUk8SXc0Mg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", + "@internationalized/date": "^3.10.0", "@internationalized/message": "^3.1.8", "@internationalized/number": "^3.6.5", "@internationalized/string": "^3.2.7", "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7089,15 +7123,15 @@ } }, "node_modules/@react-aria/i18n/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7107,9 +7141,9 @@ } }, "node_modules/@react-aria/i18n/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7132,15 +7166,15 @@ } }, "node_modules/@react-aria/interactions/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7150,22 +7184,22 @@ } }, "node_modules/@react-aria/interactions/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/label": { - "version": "3.7.21", - "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.21.tgz", - "integrity": "sha512-8G+059/GZahgQbrhMcCcVcrjm7W+pfzrypH/Qkjo7C1yqPGt6geeFwWeOIbiUZoI0HD9t9QvQPryd6m46UC7Tg==", + "version": "3.7.22", + "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.22.tgz", + "integrity": "sha512-jLquJeA5ZNqDT64UpTc9XJ7kQYltUlNcgxZ37/v4mHe0UZ7QohCKdKQhXHONb0h2jjNUpp2HOZI8J9++jOpzxA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7174,15 +7208,15 @@ } }, "node_modules/@react-aria/label/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7192,24 +7226,24 @@ } }, "node_modules/@react-aria/label/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/link": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.8.5.tgz", - "integrity": "sha512-klhV4roPp5MLRXJv1N+7SXOj82vx4gzVpuwQa3vouA+YI1my46oNzwgtkLGSTvE9OvDqYzPDj2YxFYhMywrkuw==", + "version": "3.8.6", + "resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.8.6.tgz", + "integrity": "sha512-7F7UDJnwbU9IjfoAdl6f3Hho5/WB7rwcydUOjUux0p7YVWh/fTjIFjfAGyIir7MJhPapun1D0t97QQ3+8jXVcg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/link": "^3.6.4", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/link": "^3.6.5", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7218,15 +7252,15 @@ } }, "node_modules/@react-aria/link/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7235,15 +7269,15 @@ } }, "node_modules/@react-aria/link/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7253,28 +7287,28 @@ } }, "node_modules/@react-aria/link/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/listbox": { - "version": "3.14.8", - "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.14.8.tgz", - "integrity": "sha512-uRgbuD9afFv0PDhQ/VXCmAwlYctIyKRzxztkqp1p/1yz/tn/hs+bG9kew9AI02PtlRO1mSc+32O+mMDXDer8hA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/collections": "^3.12.7", - "@react-stately/list": "^3.13.0", - "@react-types/listbox": "^3.7.3", - "@react-types/shared": "^3.32.0", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.15.0.tgz", + "integrity": "sha512-Ub1Wu79R9sgxM7h4HeEdjOgOKDHwduvYcnDqsSddGXgpkL8ADjsy2YUQ0hHY5VnzA4BxK36bLp4mzSna8Qvj1w==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/collections": "^3.12.8", + "@react-stately/list": "^3.13.1", + "@react-types/listbox": "^3.7.4", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7283,15 +7317,15 @@ } }, "node_modules/@react-aria/listbox/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7300,15 +7334,15 @@ } }, "node_modules/@react-aria/listbox/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7318,9 +7352,9 @@ } }, "node_modules/@react-aria/listbox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7336,24 +7370,24 @@ } }, "node_modules/@react-aria/menu": { - "version": "3.19.2", - "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.19.2.tgz", - "integrity": "sha512-WzDLW2MotL0L5/LEwc5oGgISf2ODuw4FnRpF0Zk+J4tKFfC88odvKz848ubBvThRXuXEvL0BHY+WqtM+j9fn3g==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/overlays": "^3.29.1", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/collections": "^3.12.7", - "@react-stately/menu": "^3.9.7", - "@react-stately/selection": "^3.20.5", - "@react-stately/tree": "^3.9.2", - "@react-types/button": "^3.14.0", - "@react-types/menu": "^3.10.4", - "@react-types/shared": "^3.32.0", + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.19.3.tgz", + "integrity": "sha512-52fh8y8b2776R2VrfZPpUBJYC9oTP7XDy+zZuZTxPEd7Ywk0JNUl5F92y6ru22yPkS13sdhrNM/Op+V/KulmAg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/overlays": "^3.30.0", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/collections": "^3.12.8", + "@react-stately/menu": "^3.9.8", + "@react-stately/selection": "^3.20.6", + "@react-stately/tree": "^3.9.3", + "@react-types/button": "^3.14.1", + "@react-types/menu": "^3.10.5", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7362,14 +7396,14 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7379,15 +7413,15 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7396,15 +7430,15 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7414,23 +7448,23 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/meter": { - "version": "3.4.26", - "resolved": "https://registry.npmjs.org/@react-aria/meter/-/meter-3.4.26.tgz", - "integrity": "sha512-BI+Ri0dkhx9jjf6yPbOLl69M6808Fi08KNEmserMEapy++5usB/8krh9ARuR0GZYUPFOcny0Ml0or/HqamyFvw==", + "version": "3.4.27", + "resolved": "https://registry.npmjs.org/@react-aria/meter/-/meter-3.4.27.tgz", + "integrity": "sha512-andOOdJkgRJF9vBi5VWRmFodK+GT+5X1lLeNUmb4qOX8/MVfX/RbK72LDeIhd7xC7rSCFHj3WvZ198rK4q0k3w==", "license": "Apache-2.0", "dependencies": { - "@react-aria/progress": "^3.4.26", - "@react-types/meter": "^3.4.12", - "@react-types/shared": "^3.32.0", + "@react-aria/progress": "^3.4.27", + "@react-types/meter": "^3.4.13", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7439,30 +7473,30 @@ } }, "node_modules/@react-aria/meter/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/numberfield": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.12.1.tgz", - "integrity": "sha512-3KjxGgWiF4GRvIyqrE3nCndkkEJ68v86y0nx89TpAjdzg7gCgdXgU2Lr4BhC/xImrmlqCusw0IBUMhsEq9EQWA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/spinbutton": "^3.6.18", - "@react-aria/textfield": "^3.18.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/form": "^3.2.1", - "@react-stately/numberfield": "^3.10.1", - "@react-types/button": "^3.14.0", - "@react-types/numberfield": "^3.8.14", - "@react-types/shared": "^3.32.0", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.12.2.tgz", + "integrity": "sha512-M2b+z0HIXiXpGAWOQkO2kpIjaLNUXJ5Q3/GMa3Fkr+B1piFX0VuOynYrtddKVrmXCe+r5t+XcGb0KS29uqv7nQ==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/spinbutton": "^3.6.19", + "@react-aria/textfield": "^3.18.2", + "@react-aria/utils": "^3.31.0", + "@react-stately/form": "^3.2.2", + "@react-stately/numberfield": "^3.10.2", + "@react-types/button": "^3.14.1", + "@react-types/numberfield": "^3.8.15", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7471,15 +7505,15 @@ } }, "node_modules/@react-aria/numberfield/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7488,15 +7522,15 @@ } }, "node_modules/@react-aria/numberfield/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7506,30 +7540,30 @@ } }, "node_modules/@react-aria/numberfield/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/overlays": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.29.1.tgz", - "integrity": "sha512-Yz92XNPnbrTnxrvNrY/fXJ3iWaYNrj0q24ddvZNNKDcWak0S1/mQeUwNb+PwS2AryhFU5VQqKz5rNsM96TKmPQ==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.30.0.tgz", + "integrity": "sha512-UpjqSjYZx5FAhceWCRVsW6fX1sEwya1fQ/TKkL53FAlLFR8QKuoKqFlmiL43YUFTcGK3UdEOy3cWTleLQwdSmQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", - "@react-aria/visually-hidden": "^3.8.27", - "@react-stately/overlays": "^3.6.19", - "@react-types/button": "^3.14.0", - "@react-types/overlays": "^3.9.1", - "@react-types/shared": "^3.32.0", + "@react-aria/utils": "^3.31.0", + "@react-aria/visually-hidden": "^3.8.28", + "@react-stately/overlays": "^3.6.20", + "@react-types/button": "^3.14.1", + "@react-types/overlays": "^3.9.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7538,14 +7572,14 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7555,15 +7589,15 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7572,15 +7606,15 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7590,25 +7624,25 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/progress": { - "version": "3.4.26", - "resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.26.tgz", - "integrity": "sha512-EJBzbE0IjXrJ19ofSyNKDnqC70flUM0Z+9heMRPLi6Uz01o6Uuz9tjyzmoPnd9Q1jnTT7dCl7ydhdYTGsWFcUg==", + "version": "3.4.27", + "resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.27.tgz", + "integrity": "sha512-0OA1shs1575g1zmO8+rWozdbTnxThFFhOfuoL1m7UV5Dley6FHpueoKB1ECv7B+Qm4dQt6DoEqLg7wsbbQDhmg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/label": "^3.7.21", - "@react-aria/utils": "^3.30.1", - "@react-types/progress": "^3.5.15", - "@react-types/shared": "^3.32.0", + "@react-aria/i18n": "^3.12.13", + "@react-aria/label": "^3.7.22", + "@react-aria/utils": "^3.31.0", + "@react-types/progress": "^3.5.16", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7617,15 +7651,15 @@ } }, "node_modules/@react-aria/progress/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7635,29 +7669,29 @@ } }, "node_modules/@react-aria/progress/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/radio": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.12.1.tgz", - "integrity": "sha512-feZdMJyNp+UX03seIX0W6gdUk8xayTY+U0Ct61eci6YXzyyZoL2PVh49ojkbyZ2UZA/eXeygpdF5sgQrKILHCA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/form": "^3.1.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/utils": "^3.30.1", - "@react-stately/radio": "^3.11.1", - "@react-types/radio": "^3.9.1", - "@react-types/shared": "^3.32.0", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.12.2.tgz", + "integrity": "sha512-I11f6I90neCh56rT/6ieAs3XyDKvEfbj/QmbU5cX3p+SJpRRPN0vxQi5D1hkh0uxDpeClxygSr31NmZsd4sqfg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.21.2", + "@react-aria/form": "^3.1.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/utils": "^3.31.0", + "@react-stately/radio": "^3.11.2", + "@react-types/radio": "^3.9.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7666,14 +7700,14 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7683,15 +7717,15 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7700,15 +7734,15 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7718,27 +7752,27 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/searchfield": { - "version": "3.8.8", - "resolved": "https://registry.npmjs.org/@react-aria/searchfield/-/searchfield-3.8.8.tgz", - "integrity": "sha512-Yn6esCYEym3Cwrh/OZt6o/RFzsG2zyCAEZf7BhWk6NWUvP6aPwHgoSDVSjDN6YnnPn4yMqkqPnZulHV4+MvE/w==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/textfield": "^3.18.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/searchfield": "^3.5.15", - "@react-types/button": "^3.14.0", - "@react-types/searchfield": "^3.6.5", - "@react-types/shared": "^3.32.0", + "version": "3.8.9", + "resolved": "https://registry.npmjs.org/@react-aria/searchfield/-/searchfield-3.8.9.tgz", + "integrity": "sha512-Yt2pj8Wb5/XsUr2T0DQqFv+DlFpzzWIWnNr9cJATUcWV/xw6ok7YFEg9+7EHtBmsCQxFFJtock1QfZzBw6qLtQ==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.13", + "@react-aria/textfield": "^3.18.2", + "@react-aria/utils": "^3.31.0", + "@react-stately/searchfield": "^3.5.16", + "@react-types/button": "^3.14.1", + "@react-types/searchfield": "^3.6.6", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7747,15 +7781,15 @@ } }, "node_modules/@react-aria/searchfield/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7765,33 +7799,33 @@ } }, "node_modules/@react-aria/searchfield/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/select": { - "version": "3.16.2", - "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.16.2.tgz", - "integrity": "sha512-MwsOJ6FfPxzrLP6spnYg2SUeGKNm4m5vyH6GebecLxTO1ee7/YyTNP1xkrQTqPMP9xx6uqhzFLFuCym2b6ripA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/form": "^3.1.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/listbox": "^3.14.8", - "@react-aria/menu": "^3.19.2", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-aria/visually-hidden": "^3.8.27", - "@react-stately/select": "^3.7.1", - "@react-types/button": "^3.14.0", - "@react-types/select": "^3.10.1", - "@react-types/shared": "^3.32.0", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.17.0.tgz", + "integrity": "sha512-q5ZuyAn5jSOeI0Ys99951TaGcF4O7u1SSBVxPMwVVXOU8ZhToCNx+WG3n/JDYHEjqdo7sbsVRaPA7LkBzBGf5w==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/form": "^3.1.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/listbox": "^3.15.0", + "@react-aria/menu": "^3.19.3", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-aria/visually-hidden": "^3.8.28", + "@react-stately/select": "^3.8.0", + "@react-types/button": "^3.14.1", + "@react-types/select": "^3.11.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7800,15 +7834,15 @@ } }, "node_modules/@react-aria/select/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7817,15 +7851,15 @@ } }, "node_modules/@react-aria/select/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7835,26 +7869,26 @@ } }, "node_modules/@react-aria/select/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/selection": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.25.1.tgz", - "integrity": "sha512-HG+k3rDjuhnXPdVyv9CKiebee2XNkFYeYZBxEGlK3/pFVBzndnc8BXNVrXSgtCHLs2d090JBVKl1k912BPbj0Q==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.26.0.tgz", + "integrity": "sha512-ZBH3EfWZ+RfhTj01dH8L17uT7iNbXWS8u77/fUpHgtrm0pwNVhx0TYVnLU1YpazQ/3WVpvWhmBB8sWwD1FlD/g==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-stately/selection": "^3.20.5", - "@react-types/shared": "^3.32.0", + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-stately/selection": "^3.20.6", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7863,14 +7897,14 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7880,15 +7914,15 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7897,15 +7931,15 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7915,22 +7949,22 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/separator": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/@react-aria/separator/-/separator-3.4.12.tgz", - "integrity": "sha512-rvFCPdOPMQKY/Bpv2jNzXtetCuBLYSRCvpzam1LpMaEgwau5yECbId66+M2UX/cscPccKNU537SM6ei2j7RGog==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/@react-aria/separator/-/separator-3.4.13.tgz", + "integrity": "sha512-0NlcrdBfQbcjWEXdHl3+uSY1272n2ljT1gWL2RIf6aQsQWTZ0gz0rTgRHy0MTXN+y+tICItUERJT4vmTLtIzVg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7939,15 +7973,15 @@ } }, "node_modules/@react-aria/separator/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7957,27 +7991,27 @@ } }, "node_modules/@react-aria/separator/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/slider": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.8.1.tgz", - "integrity": "sha512-uPgwZQrcuqHaLU2prJtPEPIyN9ugZ7qGgi0SB2U8tvoODNVwuPvOaSsvR98Mn6jiAzMFNoWMydeIi+J1OjvWsQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/utils": "^3.30.1", - "@react-stately/slider": "^3.7.1", - "@react-types/shared": "^3.32.0", - "@react-types/slider": "^3.8.1", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.8.2.tgz", + "integrity": "sha512-6KyUGaVzRE4xAz1LKHbNh1q5wzxe58pdTHFSnxNe6nk1SCoHw7NfI4h2s2m6LgJ0megFxsT0Ir8aHaFyyxmbgg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/utils": "^3.31.0", + "@react-stately/slider": "^3.7.2", + "@react-types/shared": "^3.32.1", + "@react-types/slider": "^3.8.2", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7986,15 +8020,15 @@ } }, "node_modules/@react-aria/slider/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8003,15 +8037,15 @@ } }, "node_modules/@react-aria/slider/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8021,25 +8055,25 @@ } }, "node_modules/@react-aria/slider/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/spinbutton": { - "version": "3.6.18", - "resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.18.tgz", - "integrity": "sha512-dnmh7sNsprhYTpqCJhcuc9QJ9C/IG/o9TkgW5a9qcd2vS+dzEgqAiJKIMbJFG9kiJymv2NwIPysF12IWix+J3A==", + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.19.tgz", + "integrity": "sha512-xOIXegDpts9t3RSHdIN0iYQpdts0FZ3LbpYJIYVvdEHo9OpDS+ElnDzCGtwZLguvZlwc5s1LAKuKopDUsAEMkw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.12", + "@react-aria/i18n": "^3.12.13", "@react-aria/live-announcer": "^3.4.4", - "@react-aria/utils": "^3.30.1", - "@react-types/button": "^3.14.0", - "@react-types/shared": "^3.32.0", + "@react-aria/utils": "^3.31.0", + "@react-types/button": "^3.14.1", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8048,15 +8082,15 @@ } }, "node_modules/@react-aria/spinbutton/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8066,9 +8100,9 @@ } }, "node_modules/@react-aria/spinbutton/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -8090,15 +8124,15 @@ } }, "node_modules/@react-aria/switch": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.7.7.tgz", - "integrity": "sha512-auV3g1qh+d/AZk7Idw2BOcYeXfCD9iDaiGmlcLJb9Eaz4nkq8vOkQxIXQFrn9Xhb+PfQzmQYKkt5N6P2ZNsw/g==", + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.7.8.tgz", + "integrity": "sha512-AfsUq1/YiuoprhcBUD9vDPyWaigAwctQNW1fMb8dROL+i/12B+Zekj8Ml+jbU69/kIVtfL0Jl7/0Bo9KK3X0xQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/toggle": "^3.12.1", - "@react-stately/toggle": "^3.9.1", - "@react-types/shared": "^3.32.0", - "@react-types/switch": "^3.5.14", + "@react-aria/toggle": "^3.12.2", + "@react-stately/toggle": "^3.9.2", + "@react-types/shared": "^3.32.1", + "@react-types/switch": "^3.5.15", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8107,34 +8141,34 @@ } }, "node_modules/@react-aria/switch/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/table": { - "version": "3.17.7", - "resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.17.7.tgz", - "integrity": "sha512-FxXryGTxePgh8plIxlOMwXdleGWjK52vsmbRoqz66lTIHMUMLTmmm+Y0V3lBOIoaW1rxvKcolYgS79ROnbDYBw==", + "version": "3.17.8", + "resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.17.8.tgz", + "integrity": "sha512-bXiZoxTMbsqUJsYDhHPzKc3jw0HFJ/xMsJ49a0f7mp5r9zACxNLeIU0wJ4Uvx37dnYOHKzGliG+rj5l4sph7MA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/grid": "^3.14.4", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", + "@react-aria/focus": "^3.21.2", + "@react-aria/grid": "^3.14.5", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", "@react-aria/live-announcer": "^3.4.4", - "@react-aria/utils": "^3.30.1", - "@react-aria/visually-hidden": "^3.8.27", - "@react-stately/collections": "^3.12.7", + "@react-aria/utils": "^3.31.0", + "@react-aria/visually-hidden": "^3.8.28", + "@react-stately/collections": "^3.12.8", "@react-stately/flags": "^3.1.2", - "@react-stately/table": "^3.15.0", - "@react-types/checkbox": "^3.10.1", - "@react-types/grid": "^3.3.5", - "@react-types/shared": "^3.32.0", - "@react-types/table": "^3.13.3", + "@react-stately/table": "^3.15.1", + "@react-types/checkbox": "^3.10.2", + "@react-types/grid": "^3.3.6", + "@react-types/shared": "^3.32.1", + "@react-types/table": "^3.13.4", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8143,14 +8177,14 @@ } }, "node_modules/@react-aria/table/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8160,15 +8194,15 @@ } }, "node_modules/@react-aria/table/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8177,15 +8211,15 @@ } }, "node_modules/@react-aria/table/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8195,27 +8229,27 @@ } }, "node_modules/@react-aria/table/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/tabs": { - "version": "3.10.7", - "resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.10.7.tgz", - "integrity": "sha512-iA1M6H+N+9GggsEy/6MmxpMpeOocwYgFy2EoEl3it24RVccY6iZT4AweJq96s5IYga5PILpn7VVcpssvhkPgeA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/tabs": "^3.8.5", - "@react-types/shared": "^3.32.0", - "@react-types/tabs": "^3.3.18", + "version": "3.10.8", + "resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.10.8.tgz", + "integrity": "sha512-sPPJyTyoAqsBh76JinBAxStOcbjZvyWFYKpJ9Uqw+XT0ObshAPPFSGeh8DiQemPs02RwJdrfARPMhyqiX8t59A==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/tabs": "^3.8.6", + "@react-types/shared": "^3.32.1", + "@react-types/tabs": "^3.3.19", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8224,14 +8258,14 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8241,15 +8275,15 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8258,15 +8292,15 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8276,29 +8310,29 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/tag": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@react-aria/tag/-/tag-3.7.1.tgz", - "integrity": "sha512-VpF26ez+QmEzTK8E9tXZ4cofa1wocjnIo/Bd1LCXgLCytnHAkYGxeIRm5QbznJ0aF/9UgR1QtMqhyRrCZg9QqA==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/gridlist": "^3.14.0", - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/selection": "^3.25.1", - "@react-aria/utils": "^3.30.1", - "@react-stately/list": "^3.13.0", - "@react-types/button": "^3.14.0", - "@react-types/shared": "^3.32.0", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@react-aria/tag/-/tag-3.7.2.tgz", + "integrity": "sha512-JV679P5r4DftbqyNBRt7Nw9mP7dxaKPfikjyQuvUoEOa06wBLbM/hU9RJUPRvqK+Un6lgBDAmXD9NNf4N2xpdw==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/gridlist": "^3.14.1", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/selection": "^3.26.0", + "@react-aria/utils": "^3.31.0", + "@react-stately/list": "^3.13.1", + "@react-types/button": "^3.14.1", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8307,15 +8341,15 @@ } }, "node_modules/@react-aria/tag/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8324,15 +8358,15 @@ } }, "node_modules/@react-aria/tag/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8342,28 +8376,28 @@ } }, "node_modules/@react-aria/tag/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/textfield": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.18.1.tgz", - "integrity": "sha512-8yCoirnQzbbQgdk5J5bqimEu3GhHZ9FXeMHez1OF+H+lpTwyTYQ9XgioEN3HKnVUBNEufG4lYkQMxTKJdq1v9g==", + "version": "3.18.2", + "resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.18.2.tgz", + "integrity": "sha512-G+lM8VYSor6g9Yptc6hLZ6BF+0cq0pYol1z6wdQUQgJN8tg4HPtzq75lsZtlCSIznL3amgRAxJtd0dUrsAnvaQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/form": "^3.1.1", - "@react-aria/interactions": "^3.25.5", - "@react-aria/label": "^3.7.21", - "@react-aria/utils": "^3.30.1", - "@react-stately/form": "^3.2.1", + "@react-aria/form": "^3.1.2", + "@react-aria/interactions": "^3.25.6", + "@react-aria/label": "^3.7.22", + "@react-aria/utils": "^3.31.0", + "@react-stately/form": "^3.2.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", - "@react-types/textfield": "^3.12.5", + "@react-types/shared": "^3.32.1", + "@react-types/textfield": "^3.12.6", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8372,15 +8406,15 @@ } }, "node_modules/@react-aria/textfield/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8389,15 +8423,15 @@ } }, "node_modules/@react-aria/textfield/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8407,25 +8441,25 @@ } }, "node_modules/@react-aria/textfield/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/toggle": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.12.1.tgz", - "integrity": "sha512-XaFiRs1KEcIT6bTtVY/KTQxw4kinemj/UwXw2iJTu9XS43hhJ/9cvj8KzNGrKGqaxTpOYj62TnSHZbSiFViHDA==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.12.2.tgz", + "integrity": "sha512-g25XLYqJuJpt0/YoYz2Rab8ax+hBfbssllcEFh0v0jiwfk2gwTWfRU9KAZUvxIqbV8Nm8EBmrYychDpDcvW1kw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-stately/toggle": "^3.9.1", - "@react-types/checkbox": "^3.10.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-stately/toggle": "^3.9.2", + "@react-types/checkbox": "^3.10.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8434,15 +8468,15 @@ } }, "node_modules/@react-aria/toggle/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8451,15 +8485,15 @@ } }, "node_modules/@react-aria/toggle/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8469,24 +8503,24 @@ } }, "node_modules/@react-aria/toggle/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/toolbar": { - "version": "3.0.0-beta.20", - "resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.20.tgz", - "integrity": "sha512-Kxvqw+TpVOE/eSi8RAQ9xjBQ2uXe8KkRvlRNQWQsrzkZDkXhzqGfQuJnBmozFxqpzSLwaVqQajHFUSvPAScT8Q==", + "version": "3.0.0-beta.21", + "resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.21.tgz", + "integrity": "sha512-yRCk/GD8g+BhdDgxd3I0a0c8Ni4Wyo6ERzfSoBkPkwQ4X2E2nkopmraM9D0fXw4UcIr4bnmvADzkHXtBN0XrBg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.21.1", - "@react-aria/i18n": "^3.12.12", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/focus": "^3.21.2", + "@react-aria/i18n": "^3.12.13", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8495,14 +8529,14 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-aria/focus": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.1.tgz", - "integrity": "sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==", + "version": "3.21.2", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.21.2.tgz", + "integrity": "sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8512,15 +8546,15 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8529,15 +8563,15 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8547,25 +8581,25 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/tooltip": { - "version": "3.8.7", - "resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.8.7.tgz", - "integrity": "sha512-Aj7DPJYGZ9/+2ZfhkvbN7YMeA5qu4oy4LVQiMCpqNwcFzvhTAVhN7J7cS6KjA64fhd1shKm3BZ693Ez6lSpqwg==", + "version": "3.8.8", + "resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.8.8.tgz", + "integrity": "sha512-CmHUqtXtFWmG4AHMEr9hIVex+oscK6xcM2V47gq9ijNInxe3M6UBu/dBdkgGP/jYv9N7tzCAjTR8nNIHQXwvWw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-stately/tooltip": "^3.5.7", - "@react-types/shared": "^3.32.0", - "@react-types/tooltip": "^3.4.20", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-stately/tooltip": "^3.5.8", + "@react-types/shared": "^3.32.1", + "@react-types/tooltip": "^3.4.21", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8574,15 +8608,15 @@ } }, "node_modules/@react-aria/tooltip/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8591,15 +8625,15 @@ } }, "node_modules/@react-aria/tooltip/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8609,9 +8643,9 @@ } }, "node_modules/@react-aria/tooltip/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -8654,16 +8688,16 @@ } }, "node_modules/@react-aria/virtualizer": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@react-aria/virtualizer/-/virtualizer-4.1.9.tgz", - "integrity": "sha512-LN5MfnM/fpZegzkqciipyAvPzbi4DNOGGCh98hVlpIT8IdTm0gNW1Ho2vza15EFcYgt9iinCZ9lhLT5HmE2ZtQ==", + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/@react-aria/virtualizer/-/virtualizer-4.1.10.tgz", + "integrity": "sha512-s0xOFh602ybTWuDrV/i6fV7Pz7vYghsY7F/RpYL/5IX9qCZ5C1FWFePpVktQAZghnd3ljH8hS8DULPeDfVLCrg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.12", - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-stately/virtualizer": "^4.4.3", - "@react-types/shared": "^3.32.0", + "@react-aria/i18n": "^3.12.13", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-stately/virtualizer": "^4.4.4", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8672,15 +8706,15 @@ } }, "node_modules/@react-aria/virtualizer/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8689,15 +8723,15 @@ } }, "node_modules/@react-aria/virtualizer/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8707,23 +8741,23 @@ } }, "node_modules/@react-aria/virtualizer/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-aria/visually-hidden": { - "version": "3.8.27", - "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.27.tgz", - "integrity": "sha512-hD1DbL3WnjPnCdlQjwe19bQVRAGJyN0Aaup+s7NNtvZUn7AjoEH78jo8TE+L8yM7z/OZUQF26laCfYqeIwWn4g==", + "version": "3.8.28", + "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.28.tgz", + "integrity": "sha512-KRRjbVVob2CeBidF24dzufMxBveEUtUu7IM+hpdZKB+gxVROoh4XRLPv9SFmaH89Z7D9To3QoykVZoWD0lan6Q==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.5", - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-aria/interactions": "^3.25.6", + "@react-aria/utils": "^3.31.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8732,15 +8766,15 @@ } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-aria/interactions": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.5.tgz", - "integrity": "sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==", + "version": "3.25.6", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.6.tgz", + "integrity": "sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", - "@react-aria/utils": "^3.30.1", + "@react-aria/utils": "^3.31.0", "@react-stately/flags": "^3.1.2", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8749,15 +8783,15 @@ } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.31.0.tgz", + "integrity": "sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.10", "@react-stately/flags": "^3.1.2", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -8767,9 +8801,9 @@ } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -8848,15 +8882,15 @@ } }, "node_modules/@react-stately/calendar": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.8.4.tgz", - "integrity": "sha512-q9mq0ydOLS5vJoHLnYfSCS/vppfjbg0XHJlAoPR+w+WpYZF4wPP453SrlX9T1DbxCEYFTpcxcMk/O8SDW3miAw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.9.0.tgz", + "integrity": "sha512-U5Nf2kx9gDhJRxdDUm5gjfyUlt/uUfOvM1vDW2UA62cA6+2k2cavMLc2wNlXOb/twFtl6p0joYKHG7T4xnEFkg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", + "@internationalized/date": "^3.10.0", "@react-stately/utils": "^3.10.8", - "@react-types/calendar": "^3.7.4", - "@react-types/shared": "^3.32.0", + "@react-types/calendar": "^3.8.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8864,24 +8898,24 @@ } }, "node_modules/@react-stately/calendar/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/checkbox": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.7.1.tgz", - "integrity": "sha512-ezfKRJsDuRCLtNoNOi9JXCp6PjffZWLZ/vENW/gbRDL8i46RKC/HpfJrJhvTPmsLYazxPC99Me9iq3v0VoNCsw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.7.2.tgz", + "integrity": "sha512-j1ycUVz5JmqhaL6mDZgDNZqBilOB8PBW096sDPFaTtuYreDx2HOd1igxiIvwlvPESZwsJP7FVM3mYnaoXtpKPA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/form": "^3.2.1", + "@react-stately/form": "^3.2.2", "@react-stately/utils": "^3.10.8", - "@react-types/checkbox": "^3.10.1", - "@react-types/shared": "^3.32.0", + "@react-types/checkbox": "^3.10.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8889,21 +8923,21 @@ } }, "node_modules/@react-stately/checkbox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/collections": { - "version": "3.12.7", - "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.7.tgz", - "integrity": "sha512-0kQc0mI986GOCQHvRy4L0JQiotIK/KmEhR9Mu/6V0GoSdqg5QeUe4kyoNWj3bl03uQXme80v0L2jLHt+fOHHjA==", + "version": "3.12.8", + "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.8.tgz", + "integrity": "sha512-AceJYLLXt1Y2XIcOPi6LEJSs4G/ubeYW3LqOCQbhfIgMaNqKfQMIfagDnPeJX9FVmPFSlgoCBxb1pTJW2vjCAQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8911,28 +8945,28 @@ } }, "node_modules/@react-stately/collections/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/color": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-stately/color/-/color-3.9.1.tgz", - "integrity": "sha512-fCj7fFamyuQbL++MOcf4W4d4aFWXYWJ2UI1dKhrXdqVz/ly9CBVjy/MHKQ6xZX2tEiuoPX5NexfxzKKiozE50Q==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@react-stately/color/-/color-3.9.2.tgz", + "integrity": "sha512-F+6Do8W3yu/4n7MpzZtbXwVukcLTFYYDIUtpoR+Jl52UmAr9Hf1CQgkyTI2azv1ZMzj1mVrTBhpBL0q27kFZig==", "license": "Apache-2.0", "dependencies": { "@internationalized/number": "^3.6.5", "@internationalized/string": "^3.2.7", - "@react-stately/form": "^3.2.1", - "@react-stately/numberfield": "^3.10.1", - "@react-stately/slider": "^3.7.1", + "@react-stately/form": "^3.2.2", + "@react-stately/numberfield": "^3.10.2", + "@react-stately/slider": "^3.7.2", "@react-stately/utils": "^3.10.8", - "@react-types/color": "^3.1.1", - "@react-types/shared": "^3.32.0", + "@react-types/color": "^3.1.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8940,28 +8974,27 @@ } }, "node_modules/@react-stately/color/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/combobox": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.11.1.tgz", - "integrity": "sha512-ZZh+SaAmddoY+MeJr470oDYA0nGaJm4xoHCBapaBA0JNakGC/wTzF/IRz3tKQT2VYK4rumr1BJLZQydGp7zzeg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.12.0.tgz", + "integrity": "sha512-A6q9R/7cEa/qoQsBkdslXWvD7ztNLLQ9AhBhVN9QvzrmrH5B4ymUwcTU8lWl22ykH7RRwfonLeLXJL4C+/L2oQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", - "@react-stately/form": "^3.2.1", - "@react-stately/list": "^3.13.0", - "@react-stately/overlays": "^3.6.19", - "@react-stately/select": "^3.7.1", + "@react-stately/collections": "^3.12.8", + "@react-stately/form": "^3.2.2", + "@react-stately/list": "^3.13.1", + "@react-stately/overlays": "^3.6.20", "@react-stately/utils": "^3.10.8", - "@react-types/combobox": "^3.13.8", - "@react-types/shared": "^3.32.0", + "@react-types/combobox": "^3.13.9", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8969,21 +9002,21 @@ } }, "node_modules/@react-stately/combobox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/data": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@react-stately/data/-/data-3.14.0.tgz", - "integrity": "sha512-3GUsOXatYohBX2wTQHnJKVQlFfYXnt7IoDDuIaUeM8kXlF+dRSFAOAfPUSGAph6lJz2ht4dq1SEl6ZL/u+dRlQ==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/@react-stately/data/-/data-3.14.1.tgz", + "integrity": "sha512-lDNc4gZ6kVZcrABeeQZPTTnP+1ykNylSvFzAC/Hq1fs8+s54xLRvoENWIyG+yK19N9TIGEoA0AOFG8PoAun43g==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -8991,27 +9024,27 @@ } }, "node_modules/@react-stately/data/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/datepicker": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.15.1.tgz", - "integrity": "sha512-t64iYPms9y+MEQgOAu0XUHccbEXWVUWBHJWnYvAmILCHY8ZAOeSPAT1g4v9nzyiApcflSNXgpsvbs9BBEsrWww==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.15.2.tgz", + "integrity": "sha512-S5GL+W37chvV8knv9v0JRv0L6hKo732qqabCCHXzOpYxkLIkV4f/y3cHdEzFWzpZ0O0Gkg7WgeYo160xOdBKYg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", + "@internationalized/date": "^3.10.0", "@internationalized/string": "^3.2.7", - "@react-stately/form": "^3.2.1", - "@react-stately/overlays": "^3.6.19", + "@react-stately/form": "^3.2.2", + "@react-stately/overlays": "^3.6.20", "@react-stately/utils": "^3.10.8", - "@react-types/datepicker": "^3.13.1", - "@react-types/shared": "^3.32.0", + "@react-types/datepicker": "^3.13.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9019,9 +9052,9 @@ } }, "node_modules/@react-stately/datepicker/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -9042,13 +9075,13 @@ } }, "node_modules/@react-stately/dnd": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-stately/dnd/-/dnd-3.7.0.tgz", - "integrity": "sha512-DddpCVkqt6vUPHLqe/2FHxW/gkR4tEt7W0MbFcCeCLbc9lmvzOClPwNpjmU/3UnU+vPQnwGGUeF3HvaxduUq2Q==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/@react-stately/dnd/-/dnd-3.7.1.tgz", + "integrity": "sha512-O1JBJ4HI1rVNKuoa5NXiC5FCrCEkr9KVBoKNlTZU8/cnQselhbEsUfMglAakO2EuwIaM1tIXoNF5J/N5P+6lTA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/selection": "^3.20.5", - "@react-types/shared": "^3.32.0", + "@react-stately/selection": "^3.20.6", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9056,9 +9089,9 @@ } }, "node_modules/@react-stately/dnd/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -9074,12 +9107,12 @@ } }, "node_modules/@react-stately/form": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.2.1.tgz", - "integrity": "sha512-btgOPXkwvd6fdWKoepy5Ue43o2932OSkQxozsR7US1ffFLcQc3SNlADHaRChIXSG8ffPo9t0/Sl4eRzaKu3RgQ==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.2.2.tgz", + "integrity": "sha512-soAheOd7oaTO6eNs6LXnfn0tTqvOoe3zN9FvtIhhrErKz9XPc5sUmh3QWwR45+zKbitOi1HOjfA/gifKhZcfWw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9087,24 +9120,24 @@ } }, "node_modules/@react-stately/form/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/grid": { - "version": "3.11.5", - "resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.11.5.tgz", - "integrity": "sha512-4cNjGYaNkcVS2wZoNHUrMRICBpkHStYw57EVemP7MjiWEVu53kzPgR1Iwmti2WFCpi1Lwu0qWNeCfzKpXW4BTg==", + "version": "3.11.6", + "resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.11.6.tgz", + "integrity": "sha512-vWPAkzpeTIsrurHfMubzMuqEw7vKzFhIJeEK5sEcLunyr1rlADwTzeWrHNbPMl66NAIAi70Dr1yNq+kahQyvMA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", - "@react-stately/selection": "^3.20.5", - "@react-types/grid": "^3.3.5", - "@react-types/shared": "^3.32.0", + "@react-stately/collections": "^3.12.8", + "@react-stately/selection": "^3.20.6", + "@react-types/grid": "^3.3.6", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9112,26 +9145,26 @@ } }, "node_modules/@react-stately/grid/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/layout": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/layout/-/layout-4.5.0.tgz", - "integrity": "sha512-giN20XXxSjOG/pRSdzKkHhIFochl0Wer2aWCYceXRNSoP0dTPNU7bjn2p3n3atVRdC9iZpmwIiASO5qDf89sLQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@react-stately/layout/-/layout-4.5.1.tgz", + "integrity": "sha512-Zk92HM6a8KFdyPzslhLCOmrrsvJ28+vFBisgiKMwVhe96cWlax1m9i4ktmO43xaUpSZkn06DRD/2k0d1x+Uwjw==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", - "@react-stately/table": "^3.15.0", - "@react-stately/virtualizer": "^4.4.3", - "@react-types/grid": "^3.3.5", - "@react-types/shared": "^3.32.0", - "@react-types/table": "^3.13.3", + "@react-stately/collections": "^3.12.8", + "@react-stately/table": "^3.15.1", + "@react-stately/virtualizer": "^4.4.4", + "@react-types/grid": "^3.3.6", + "@react-types/shared": "^3.32.1", + "@react-types/table": "^3.13.4", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9140,24 +9173,24 @@ } }, "node_modules/@react-stately/layout/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/list": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.13.0.tgz", - "integrity": "sha512-Panv8TmaY8lAl3R7CRhyUadhf2yid6VKsRDBCBB1FHQOOeL7lqIraz/oskvpabZincuaIUWqQhqYslC4a6dvuA==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.13.1.tgz", + "integrity": "sha512-eHaoauh21twbcl0kkwULhVJ+CzYcy1jUjMikNVMHOQdhr4WIBdExf7PmSgKHKqsSPhpGg6IpTCY2dUX3RycjDg==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", - "@react-stately/selection": "^3.20.5", + "@react-stately/collections": "^3.12.8", + "@react-stately/selection": "^3.20.6", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9165,23 +9198,23 @@ } }, "node_modules/@react-stately/list/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/menu": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.7.tgz", - "integrity": "sha512-mfz1YoCgtje61AGxVdQaAFLlOXt9vV5dd1lQljYUPRafA/qu5Ursz4fNVlcavWW9GscebzFQErx+y0oSP7EUtQ==", + "version": "3.9.8", + "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.8.tgz", + "integrity": "sha512-bo0NOhofnTHLESiYfsSSw6gyXiPVJJ0UlN2igUXtJk5PmyhWjFzUzTzcnd7B028OB0si9w3LIWM3stqz5271Eg==", "license": "Apache-2.0", "dependencies": { - "@react-stately/overlays": "^3.6.19", - "@react-types/menu": "^3.10.4", - "@react-types/shared": "^3.32.0", + "@react-stately/overlays": "^3.6.20", + "@react-types/menu": "^3.10.5", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9189,24 +9222,24 @@ } }, "node_modules/@react-stately/menu/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/numberfield": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.10.1.tgz", - "integrity": "sha512-lXABmcTneVvXYMGTgZvTCr4E+upOi7VRLL50ZzTMJqHwB/qlEQPAam3dmddQRwIsuCM3MEnL7bSZFFlSYAtkEw==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.10.2.tgz", + "integrity": "sha512-jlKVFYaH3RX5KvQ7a+SAMQuPccZCzxLkeYkBE64u1Zvi7YhJ8hkTMHG/fmZMbk1rHlseE2wfBdk0Rlya3MvoNQ==", "license": "Apache-2.0", "dependencies": { "@internationalized/number": "^3.6.5", - "@react-stately/form": "^3.2.1", + "@react-stately/form": "^3.2.2", "@react-stately/utils": "^3.10.8", - "@react-types/numberfield": "^3.8.14", + "@react-types/numberfield": "^3.8.15", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9214,13 +9247,13 @@ } }, "node_modules/@react-stately/overlays": { - "version": "3.6.19", - "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.19.tgz", - "integrity": "sha512-swZXfDvxTYd7tKEpijEHBFFaEmbbnCvEhGlmrAz4K72cuRR9O5u+lcla8y1veGBbBSzrIdKNdBoIIJ+qQH+1TQ==", + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.20.tgz", + "integrity": "sha512-YAIe+uI8GUXX8F/0Pzr53YeC5c/bjqbzDFlV8NKfdlCPa6+Jp4B/IlYVjIooBj9+94QvbQdjylegvYWK/iPwlg==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.8", - "@react-types/overlays": "^3.9.1", + "@react-types/overlays": "^3.9.2", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9228,15 +9261,15 @@ } }, "node_modules/@react-stately/radio": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.11.1.tgz", - "integrity": "sha512-ld9KWztI64gssg7zSZi9li21sG85Exb+wFPXtCim1TtpnEpmRtB05pXDDS3xkkIU/qOL4eMEnnLO7xlNm0CRIA==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.11.2.tgz", + "integrity": "sha512-UM7L6AW+k8edhSBUEPZAqiWNRNadfOKK7BrCXyBiG79zTz0zPcXRR+N+gzkDn7EMSawDeyK1SHYUuoSltTactg==", "license": "Apache-2.0", "dependencies": { - "@react-stately/form": "^3.2.1", + "@react-stately/form": "^3.2.2", "@react-stately/utils": "^3.10.8", - "@react-types/radio": "^3.9.1", - "@react-types/shared": "^3.32.0", + "@react-types/radio": "^3.9.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9244,22 +9277,22 @@ } }, "node_modules/@react-stately/radio/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/searchfield": { - "version": "3.5.15", - "resolved": "https://registry.npmjs.org/@react-stately/searchfield/-/searchfield-3.5.15.tgz", - "integrity": "sha512-6LVVvm6Z60fetYLLa4B2Q/BIY+fSSknLTw8sjlV+iDEPAknj7MqWtoLz2gSQRTFKvyO7ZCjJoar8ZU/JEqcm+w==", + "version": "3.5.16", + "resolved": "https://registry.npmjs.org/@react-stately/searchfield/-/searchfield-3.5.16.tgz", + "integrity": "sha512-MRfqT1lZ24r94GuFNcGJXsfijZoWjSMySCT60T6NXtbOzVPuAF3K+pL70Rayq/EWLJjS2NPHND11VTs0VdcE0Q==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.8", - "@react-types/searchfield": "^3.6.5", + "@react-types/searchfield": "^3.6.6", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9267,16 +9300,17 @@ } }, "node_modules/@react-stately/select": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.7.1.tgz", - "integrity": "sha512-vZt4j9yVyOTWWJoP9plXmYaPZH2uMxbjcGMDbiShwsFiK8C2m9b3Cvy44TZehfzCWzpMVR/DYxEYuonEIGA82Q==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.8.0.tgz", + "integrity": "sha512-A721nlt0DSCDit0wKvhcrXFTG5Vv1qkEVkeKvobmETZy6piKvwh0aaN8iQno5AFuZaj1iOZeNjZ/20TsDJR/4A==", "license": "Apache-2.0", "dependencies": { - "@react-stately/form": "^3.2.1", - "@react-stately/list": "^3.13.0", - "@react-stately/overlays": "^3.6.19", - "@react-types/select": "^3.10.1", - "@react-types/shared": "^3.32.0", + "@react-stately/form": "^3.2.2", + "@react-stately/list": "^3.13.1", + "@react-stately/overlays": "^3.6.20", + "@react-stately/utils": "^3.10.8", + "@react-types/select": "^3.11.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9284,23 +9318,23 @@ } }, "node_modules/@react-stately/select/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/selection": { - "version": "3.20.5", - "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.20.5.tgz", - "integrity": "sha512-YezWUNEn2pz5mQlbhmngiX9HqQsruLSXlkrAzB1DD6aliGrUvPKufTTGCixOaB8KVeCamdiFAgx1WomNplzdQA==", + "version": "3.20.6", + "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.20.6.tgz", + "integrity": "sha512-a0bjuP2pJYPKEiedz2Us1W1aSz0iHRuyeQEdBOyL6Z6VUa6hIMq9H60kvseir2T85cOa4QggizuRV7mcO6bU5w==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", + "@react-stately/collections": "^3.12.8", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9308,23 +9342,23 @@ } }, "node_modules/@react-stately/selection/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/slider": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.7.1.tgz", - "integrity": "sha512-J+G18m1bZBCNQSXhxGd4GNGDUVonv4Sg7fZL+uLhXUy1x71xeJfFdKaviVvZcggtl0/q5InW41PXho7EouMDEg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.7.2.tgz", + "integrity": "sha512-EVBHUdUYwj++XqAEiQg2fGi8Reccznba0uyQ3gPejF0pAc390Q/J5aqiTEDfiCM7uJ6WHxTM6lcCqHQBISk2dQ==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", - "@react-types/slider": "^3.8.1", + "@react-types/shared": "^3.32.1", + "@react-types/slider": "^3.8.2", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9332,28 +9366,28 @@ } }, "node_modules/@react-stately/slider/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/table": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.15.0.tgz", - "integrity": "sha512-KbvkrVF3sb25IPwyte9JcG5/4J7TgjHSsw7D61d/T/oUFMYPYVeolW9/2y+6u48WPkDJE8HJsurme+HbTN0FQA==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.15.1.tgz", + "integrity": "sha512-MhMAgE/LgAzHcAn1P3p/nQErzJ6DiixSJ1AOt2JlnAKEb5YJg4ATKWCb2IjBLwywt9ZCzfm3KMUzkctZqAoxwA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", + "@react-stately/collections": "^3.12.8", "@react-stately/flags": "^3.1.2", - "@react-stately/grid": "^3.11.5", - "@react-stately/selection": "^3.20.5", + "@react-stately/grid": "^3.11.6", + "@react-stately/selection": "^3.20.6", "@react-stately/utils": "^3.10.8", - "@react-types/grid": "^3.3.5", - "@react-types/shared": "^3.32.0", - "@react-types/table": "^3.13.3", + "@react-types/grid": "^3.3.6", + "@react-types/shared": "^3.32.1", + "@react-types/table": "^3.13.4", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9361,23 +9395,23 @@ } }, "node_modules/@react-stately/table/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/tabs": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.8.5.tgz", - "integrity": "sha512-gdeI+NUH3hfqrxkJQSZkt+Zw4G2DrYJRloq/SGxu/9Bu5QD/U0psU2uqxQNtavW5qTChFK+D30rCPXpKlslWAA==", + "version": "3.8.6", + "resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.8.6.tgz", + "integrity": "sha512-9RYxmgjVIxUpIsGKPIF7uRoHWOEz8muwaYiStCVeyiYBPmarvZoIYtTXcwSMN/vEs7heVN5uGCL6/bfdY4+WiA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/list": "^3.13.0", - "@react-types/shared": "^3.32.0", - "@react-types/tabs": "^3.3.18", + "@react-stately/list": "^3.13.1", + "@react-types/shared": "^3.32.1", + "@react-types/tabs": "^3.3.19", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9385,9 +9419,9 @@ } }, "node_modules/@react-stately/tabs/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -9407,14 +9441,14 @@ } }, "node_modules/@react-stately/toggle": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.9.1.tgz", - "integrity": "sha512-L6yUdE8xZfQhw4aEFZduF8u4v0VrpYrwWEA4Tu/4qwGIPukH0wd2W21Zpw+vAiLOaDKnxel1nXX68MWnm4QXpw==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.9.2.tgz", + "integrity": "sha512-dOxs9wrVXHUmA7lc8l+N9NbTJMAaXcYsnNGsMwfXIXQ3rdq+IjWGNYJ52UmNQyRYFcg0jrzRrU16TyGbNjOdNQ==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.8", - "@react-types/checkbox": "^3.10.1", - "@react-types/shared": "^3.32.0", + "@react-types/checkbox": "^3.10.2", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9422,22 +9456,22 @@ } }, "node_modules/@react-stately/toggle/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-stately/tooltip": { - "version": "3.5.7", - "resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.7.tgz", - "integrity": "sha512-GYh764BcYZz+Lclyutyir5I3elNo+vVNYzeNOKmPGZCE3p5B+/8lgZAHKxnRc9qmBlxvofnhMcuQxAPlBhoEkw==", + "version": "3.5.8", + "resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.8.tgz", + "integrity": "sha512-gkcUx2ROhCiGNAYd2BaTejakXUUNLPnnoJ5+V/mN480pN+OrO8/2V9pqb/IQmpqxLsso93zkM3A4wFHHLBBmPQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/overlays": "^3.6.19", - "@react-types/tooltip": "^3.4.20", + "@react-stately/overlays": "^3.6.20", + "@react-types/tooltip": "^3.4.21", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9445,15 +9479,15 @@ } }, "node_modules/@react-stately/tree": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.9.2.tgz", - "integrity": "sha512-jsT1WZZhb7GRmg1iqoib9bULsilIK5KhbE8WrcfIml8NYr4usP4DJMcIYfRuiRtPLhKtUvHSoZ5CMbinPp8PUQ==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.9.3.tgz", + "integrity": "sha512-ZngG79nLFxE/GYmpwX6E/Rma2MMkzdoJPRI3iWk3dgqnGMMzpPnUp/cvjDsU3UHF7xDVusC5BT6pjWN0uxCIFQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.7", - "@react-stately/selection": "^3.20.5", + "@react-stately/collections": "^3.12.8", + "@react-stately/selection": "^3.20.6", "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9461,9 +9495,9 @@ } }, "node_modules/@react-stately/tree/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -9482,13 +9516,12 @@ } }, "node_modules/@react-stately/virtualizer": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.4.3.tgz", - "integrity": "sha512-kk6ZyMtOT51kZYGUjUhbgEdRBp/OR3WD+Vj9kFoCa1vbY+fGzbpcnjsvR2LDZuEq8W45ruOvdr1c7HRJG4gWxA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.4.4.tgz", + "integrity": "sha512-ri8giqXSZOrznZDCCOE4U36wSkOhy+hrFK7yo/YVcpxTqqp3d3eisfKMqbDsgqBW+XTHycTU/xeAf0u9NqrfpQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/utils": "^3.30.1", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -9496,28 +9529,10 @@ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, - "node_modules/@react-stately/virtualizer/node_modules/@react-aria/utils": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.30.1.tgz", - "integrity": "sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/ssr": "^3.9.10", - "@react-stately/flags": "^3.1.2", - "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", - "@swc/helpers": "^0.5.0", - "clsx": "^2.0.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" - } - }, "node_modules/@react-stately/virtualizer/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -9536,420 +9551,420 @@ } }, "node_modules/@react-types/breadcrumbs": { - "version": "3.7.16", - "resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.16.tgz", - "integrity": "sha512-4J+7b9y6z8QGZqvsBSWQfebx6aIbc+1unQqnZCAlJl9EGzlI6SGdXRsURGkOUGJCV2GqY8bSocc8AZbRXpQ0XQ==", + "version": "3.7.17", + "resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.17.tgz", + "integrity": "sha512-IhvVTcfli5o/UDlGACXxjlor2afGlMQA8pNR3faH0bBUay1Fmm3IWktVw9Xwmk+KraV2RTAg9e+E6p8DOQZfiw==", "license": "Apache-2.0", "dependencies": { - "@react-types/link": "^3.6.4", - "@react-types/shared": "^3.32.0" + "@react-types/link": "^3.6.5", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/breadcrumbs/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/button": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.14.0.tgz", - "integrity": "sha512-pXt1a+ElxiZyWpX0uznyjy5Z6EHhYxPcaXpccZXyn6coUo9jmCbgg14xR7Odo+JcbfaaISzZTDO7oGLVTcHnpA==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.14.1.tgz", + "integrity": "sha512-D8C4IEwKB7zEtiWYVJ3WE/5HDcWlze9mLWQ5hfsBfpePyWCgO3bT/+wjb/7pJvcAocrkXo90QrMm85LcpBtrpg==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/button/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/calendar": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.7.4.tgz", - "integrity": "sha512-MZDyXtvdHl8CKQGYBkjYwc4ABBq6Mb4Fu7k/4boQAmMQ5Rtz29ouBCJrAs0BpR14B8ZMGzoNIolxS5RLKBmFSA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.8.0.tgz", + "integrity": "sha512-ZDZgfZgbz1ydWOFs1mH7QFfX3ioJrmb3Y/lkoubQE0HWXLZzyYNvhhKyFJRS1QJ40IofLSBHriwbQb/tsUnGlw==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", - "@react-types/shared": "^3.32.0" + "@internationalized/date": "^3.10.0", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/calendar/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/checkbox": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.10.1.tgz", - "integrity": "sha512-8ZqBoGBxtn6U/znpmyutGtBBaafUzcZnbuvYjwyRSONTrqQ0IhUq6jI/jbnE9r9SslIkbMB8IS1xRh2e63qmEQ==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.10.2.tgz", + "integrity": "sha512-ktPkl6ZfIdGS1tIaGSU/2S5Agf2NvXI9qAgtdMDNva0oLyAZ4RLQb6WecPvofw1J7YKXu0VA5Mu7nlX+FM2weQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/checkbox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/color": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@react-types/color/-/color-3.1.1.tgz", - "integrity": "sha512-zBF1Op4AO3mlygUq2gFhEoK3gZp2HgwCMUKkCzoDbrvcaahhVbDbfhRxgXKM/2dg7WkgsqhokdkjYV2mGQadRQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@react-types/color/-/color-3.1.2.tgz", + "integrity": "sha512-NP0TAY3j4tlMztOp/bBfMlPwC9AQKTjSiTFmc2oQNkx5M4sl3QpPqFPosdt7jZ8M4nItvfCWZrlZGjST4SB83A==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0", - "@react-types/slider": "^3.8.1" + "@react-types/shared": "^3.32.1", + "@react-types/slider": "^3.8.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/color/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/combobox": { - "version": "3.13.8", - "resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.8.tgz", - "integrity": "sha512-HGC3X9hmDRsjSZcFiflvJ7vbIgQ2gX/ZDxo1HVtvQqUDbgQCVakCcCdrB44aYgHFnyDiO6hyp7Y7jXtDBaEIIA==", + "version": "3.13.9", + "resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.9.tgz", + "integrity": "sha512-G6GmLbzVkLW6VScxPAr/RtliEyPhBClfYaIllK1IZv+Z42SVnOpKzhnoe79BpmiFqy1AaC3+LjZX783mrsHCwA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/combobox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/datepicker": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.13.1.tgz", - "integrity": "sha512-ub+g5pS3WOo5P/3FRNsQSwvlb9CuLl2m6v6KBkRXc5xqKhFd7UjvVpL6Oi/1zwwfow4itvD1t7l1XxgCo7wZ6Q==", + "version": "3.13.2", + "resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.13.2.tgz", + "integrity": "sha512-+M6UZxJnejYY8kz0spbY/hP08QJ5rsZ3aNarRQQHc48xV2oelFLX5MhAqizfLEsvyfb0JYrhWoh4z1xZtAmYCg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.9.0", - "@react-types/calendar": "^3.7.4", - "@react-types/overlays": "^3.9.1", - "@react-types/shared": "^3.32.0" + "@internationalized/date": "^3.10.0", + "@react-types/calendar": "^3.8.0", + "@react-types/overlays": "^3.9.2", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/datepicker/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/dialog": { - "version": "3.5.21", - "resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.21.tgz", - "integrity": "sha512-jF1gN4bvwYamsLjefaFDnaSKxTa3Wtvn5f7WLjNVZ8ICVoiMBMdUJXTlPQHAL4YWqtCj4hK/3uimR1E+Pwd7Xw==", + "version": "3.5.22", + "resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.22.tgz", + "integrity": "sha512-smSvzOcqKE196rWk0oqJDnz+ox5JM5+OT0PmmJXiUD4q7P5g32O6W5Bg7hMIFUI9clBtngo8kLaX2iMg+GqAzg==", "license": "Apache-2.0", "dependencies": { - "@react-types/overlays": "^3.9.1", - "@react-types/shared": "^3.32.0" + "@react-types/overlays": "^3.9.2", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/dialog/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/form": { - "version": "3.7.15", - "resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.15.tgz", - "integrity": "sha512-a7C1RXgMpHX9b1x/+h5YCOJL/2/Ojw9ErOJhLwUWzKUu5JWpQYf8JsXNsuMSndo4YBaiH/7bXFmg09cllHUmow==", + "version": "3.7.16", + "resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.16.tgz", + "integrity": "sha512-Sb7KJoWEaQ/e4XIY+xRbjKvbP1luome98ZXevpD+zVSyGjEcfIroebizP6K1yMHCWP/043xH6GUkgEqWPoVGjg==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/form/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/grid": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.3.5.tgz", - "integrity": "sha512-hG6J2KDfmOHitkWoCa/9DvY1nTO2wgMIApcFoqLv7AWJr9CzvVqo5tIhZZCXiT1AvU2kafJxu9e7sr5GxAT2YA==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.3.6.tgz", + "integrity": "sha512-vIZJlYTii2n1We9nAugXwM2wpcpsC6JigJFBd6vGhStRdRWRoU4yv1Gc98Usbx0FQ/J7GLVIgeG8+1VMTKBdxw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/grid/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/link": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.6.4.tgz", - "integrity": "sha512-eLpIgOPf7GW4DpdMq8UqiRJkriend1kWglz5O9qU+/FM6COtvRnQkEeRhHICUaU2NZUvMRQ30KaGUo3eeZ6b+g==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.6.5.tgz", + "integrity": "sha512-+I2s3XWBEvLrzts0GnNeA84mUkwo+a7kLUWoaJkW0TOBDG7my95HFYxF9WnqKye7NgpOkCqz4s3oW96xPdIniQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/link/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/listbox": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.7.3.tgz", - "integrity": "sha512-ONgror9uyGmIer5XxpRRNcc8QFVWiOzINrMKyaS8G4l3aP52ZwYpRfwMAVtra8lkVNvXDmO7hthPZkB6RYdNOA==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.7.4.tgz", + "integrity": "sha512-p4YEpTl/VQGrqVE8GIfqTS5LkT5jtjDTbVeZgrkPnX/fiPhsfbTPiZ6g0FNap4+aOGJFGEEZUv2q4vx+rCORww==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/listbox/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/menu": { - "version": "3.10.4", - "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.10.4.tgz", - "integrity": "sha512-jCFVShLq3eASiuznenjoKBv3j0Jy2KQilAjBxdEp56WkZ5D338y/oY5zR6d25u9M0QslpI0DgwC8BwU7MCsPnw==", + "version": "3.10.5", + "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.10.5.tgz", + "integrity": "sha512-HBTrKll2hm0VKJNM4ubIv1L9MNo8JuOnm2G3M+wXvb6EYIyDNxxJkhjsqsGpUXJdAOSkacHBDcNh2HsZABNX4A==", "license": "Apache-2.0", "dependencies": { - "@react-types/overlays": "^3.9.1", - "@react-types/shared": "^3.32.0" + "@react-types/overlays": "^3.9.2", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/menu/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/meter": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/@react-types/meter/-/meter-3.4.12.tgz", - "integrity": "sha512-rx+yrwdesSabPworWRMpQnuT69gm8xt58cAfTDV9eSY1Jo+lO5OPp0OIyKb+U0q/whf60wnn2hsVnXm2fBXKhA==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/@react-types/meter/-/meter-3.4.13.tgz", + "integrity": "sha512-EiarfbpHcvmeyXvXcr6XLaHkNHuGc4g7fBVEiDPwssFJKKfbUzqnnknDxPjyspqUVRcXC08CokS98J1jYobqDg==", "license": "Apache-2.0", "dependencies": { - "@react-types/progress": "^3.5.15" + "@react-types/progress": "^3.5.16" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/numberfield": { - "version": "3.8.14", - "resolved": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.14.tgz", - "integrity": "sha512-tlGEHJyeQSMlUoO4g9ekoELGJcqsjc/+/FAxo6YQMhQSkuIdkUKZg3UEBKzif4hLw787u80e1D0SxPUi3KO2oA==", + "version": "3.8.15", + "resolved": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.15.tgz", + "integrity": "sha512-97r92D23GKCOjGIGMeW9nt+/KlfM3GeWH39Czcmd2/D5y3k6z4j0avbsfx2OttCtJszrnENjw3GraYGYI2KosQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/numberfield/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/overlays": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.9.1.tgz", - "integrity": "sha512-UCG3TOu8FLk4j0Pr1nlhv0opcwMoqbGEOUvsSr6ITN6Qs2y0j+KYSYQ7a4+04m3dN//8+9Wjkkid8k+V1dV2CA==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.9.2.tgz", + "integrity": "sha512-Q0cRPcBGzNGmC8dBuHyoPR7N3057KTS5g+vZfQ53k8WwmilXBtemFJPLsogJbspuewQ/QJ3o2HYsp2pne7/iNw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/overlays/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/progress": { - "version": "3.5.15", - "resolved": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.15.tgz", - "integrity": "sha512-3SYvEyRt7vq7w0sc6wBYmkPqLMZbhH8FI3Lrnn9r3y8+69/efRjVmmJvwjm1z+c6rukszc2gCjUGTsMPQxVk2w==", + "version": "3.5.16", + "resolved": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.16.tgz", + "integrity": "sha512-I9tSdCFfvQ7gHJtm90VAKgwdTWXQgVNvLRStEc0z9h+bXBxdvZb+QuiRPERChwFQ9VkK4p4rDqaFo69nDqWkpw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/progress/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/radio": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.9.1.tgz", - "integrity": "sha512-DUCN3msm8QZ0MJrP55FmqMONaadYq6JTxihYFGMLP+NoKRnkxvXqNZ2PlkAOLGy3y4RHOnOF8O1LuJqFCCuxDw==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.9.2.tgz", + "integrity": "sha512-3UcJXu37JrTkRyP4GJPDBU7NmDTInrEdOe+bVzA1j4EegzdkJmLBkLg5cLDAbpiEHB+xIsvbJdx6dxeMuc+H3g==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/radio/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/searchfield": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/@react-types/searchfield/-/searchfield-3.6.5.tgz", - "integrity": "sha512-5hI+Hb1U0bSxrJLvEwFEQfk7n3S+GO4c5W/0WZBG00YlYDY9asr1V0oU1WRmKPJJlRpyfG6PkMHDC3jhdj89ew==", + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/@react-types/searchfield/-/searchfield-3.6.6.tgz", + "integrity": "sha512-cl3itr/fk7wbIQc2Gz5Ie8aVeUmPjVX/mRGS5/EXlmzycAKNYTvqf2mlxwObLndtLISmt7IgNjRRhbUUDI8Ang==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0", - "@react-types/textfield": "^3.12.5" + "@react-types/shared": "^3.32.1", + "@react-types/textfield": "^3.12.6" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/searchfield/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/select": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.10.1.tgz", - "integrity": "sha512-teANUr1byOzGsS/r2j7PatV470JrOhKP8En9lscfnqW5CeUghr+0NxkALnPkiEhCObi/Vu8GIcPareD0HNhtFA==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.11.0.tgz", + "integrity": "sha512-SzIsMFVPCbXE1Z1TLfpdfiwJ1xnIkcL1/CjGilmUKkNk5uT7rYX1xCJqWCjXI0vAU1xM4Qn+T3n8de4fw6HRBg==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/select/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -9965,133 +9980,140 @@ } }, "node_modules/@react-types/slider": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-types/slider/-/slider-3.8.1.tgz", - "integrity": "sha512-WxiQWj6iQr5Uft0/KcB9XSr361XnyTmL6eREZZacngA9CjPhRWYP3BRDPcCTuP7fj9Yi4QKMrryyjHqMHP8OKQ==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@react-types/slider/-/slider-3.8.2.tgz", + "integrity": "sha512-MQYZP76OEOYe7/yA2To+Dl0LNb0cKKnvh5JtvNvDnAvEprn1RuLiay8Oi/rTtXmc2KmBa4VdTcsXsmkbbkeN2Q==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/slider/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/switch": { - "version": "3.5.14", - "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.14.tgz", - "integrity": "sha512-M8kIv97i+ejCel4Ho+Y7tDbpOehymGwPA4ChxibeyD32+deyxu5B6BXxgKiL3l+oTLQ8ihLo3sRESdPFw8vpQg==", + "version": "3.5.15", + "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.15.tgz", + "integrity": "sha512-r/ouGWQmIeHyYSP1e5luET+oiR7N7cLrAlWsrAfYRWHxqXOSNQloQnZJ3PLHrKFT02fsrQhx2rHaK2LfKeyN3A==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/switch/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/table": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@react-types/table/-/table-3.13.3.tgz", - "integrity": "sha512-/kY/VlXN+8l9saySd6igcsDQ3x8pOVFJAWyMh6gOaOVN7HOJkTMIchmqS+ATa4nege8jZqcdzyGeAmv7mN655A==", + "version": "3.13.4", + "resolved": "https://registry.npmjs.org/@react-types/table/-/table-3.13.4.tgz", + "integrity": "sha512-I/DYiZQl6aNbMmjk90J9SOhkzVDZvyA3Vn3wMWCiajkMNjvubFhTfda5DDf2SgFP5l0Yh6TGGH5XumRv9LqL5Q==", "license": "Apache-2.0", "dependencies": { - "@react-types/grid": "^3.3.5", - "@react-types/shared": "^3.32.0" + "@react-types/grid": "^3.3.6", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/table/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/tabs": { - "version": "3.3.18", - "resolved": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.18.tgz", - "integrity": "sha512-yX/AVlGS7VXCuy2LSm8y8nxUrKVBgnLv+FrtkLqf6jUMtD4KP3k1c4+GPHeScR0HcYzCQF7gCF3Skba1RdYoug==", + "version": "3.3.19", + "resolved": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.19.tgz", + "integrity": "sha512-fE+qI43yR5pAMpeqPxGqQq9jDHXEPqXskuxNHERMW0PYMdPyem2Cw6goc5F4qeZO3Hf6uPZgHkvJz2OAq7TbBw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/tabs/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/textfield": { - "version": "3.12.5", - "resolved": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.12.5.tgz", - "integrity": "sha512-VXez8KIcop87EgIy00r+tb30xokA309TfJ32Qv5qOYB5SMqoHnb6SYvWL8Ih2PDqCo5eBiiGesSaWYrHnRIL8Q==", + "version": "3.12.6", + "resolved": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.12.6.tgz", + "integrity": "sha512-hpEVKE+M3uUkTjw2WrX1NrH/B3rqDJFUa+ViNK2eVranLY4ZwFqbqaYXSzHupOF3ecSjJJv2C103JrwFvx6TPQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.32.0" + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/textfield/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/tooltip": { - "version": "3.4.20", - "resolved": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.20.tgz", - "integrity": "sha512-tF1yThwvgSgW8Gu/CLL0p92AUldHR6szlwhwW+ewT318sQlfabMGO4xlCNFdxJYtqTpEXk2rlaVrBuaC//du0w==", + "version": "3.4.21", + "resolved": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.21.tgz", + "integrity": "sha512-ugGHOZU6WbOdeTdbjnaEc+Ms7/WhsUCg+T3PCOIeOT9FG02Ce189yJ/+hd7oqL/tVwIhEMYJIqSCgSELFox+QA==", "license": "Apache-2.0", "dependencies": { - "@react-types/overlays": "^3.9.1", - "@react-types/shared": "^3.32.0" + "@react-types/overlays": "^3.9.2", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/@react-types/tooltip/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, + "node_modules/@rtsao/scc": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", + "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", + "dev": true, + "license": "MIT" + }, "node_modules/@sideway/address": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", @@ -10117,9 +10139,9 @@ "license": "BSD-3-Clause" }, "node_modules/@signalapp/libsignal-client": { - "version": "0.81.0", - "resolved": "https://registry.npmjs.org/@signalapp/libsignal-client/-/libsignal-client-0.81.0.tgz", - "integrity": "sha512-oGVhVTfbh6Sp2m74o4iG61sF9Bf50FKcSX6FQxKBoqiIiZe7f4ziBuVCT1vis3o9lu1RMFrIK/Wf9YrsAhKGdg==", + "version": "0.81.1", + "resolved": "https://registry.npmjs.org/@signalapp/libsignal-client/-/libsignal-client-0.81.1.tgz", + "integrity": "sha512-pG0ShEkYH3q3kmlLAl/G3SGMOSc47AM4ksBlWUn6uNi7CBkCRLFoiN/LgI0zQ4LnwIifSl3tkilFSKPYs+fVuA==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -10156,9 +10178,9 @@ } }, "node_modules/@signalapp/ringrtc": { - "version": "2.57.1", - "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.57.1.tgz", - "integrity": "sha512-eFJvPRjMv1/CHniPw8Zn3vTIu5NdPxXn8rPMqswIhPFrhD5BSvtotIcrUWxHped7lc7GWvxVvSISQsUBACHLxA==", + "version": "2.59.0", + "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.59.0.tgz", + "integrity": "sha512-d0nim4iS7bkQuER7dZ1CgJePTJ4o9lb7ktm+DVTR7QZkq527dpeSwWOaywoiqo7V06KVp1D0vhby2PMxxLjyug==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -10505,9 +10527,9 @@ } }, "node_modules/@storybook/builder-webpack5/node_modules/@types/node": { - "version": "22.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.6.tgz", - "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", + "version": "22.18.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.10.tgz", + "integrity": "sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==", "dev": true, "license": "MIT", "dependencies": { @@ -10686,9 +10708,9 @@ } }, "node_modules/@storybook/core-webpack/node_modules/@types/node": { - "version": "22.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.6.tgz", - "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", + "version": "22.18.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.10.tgz", + "integrity": "sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==", "dev": true, "license": "MIT", "dependencies": { @@ -10702,6 +10724,472 @@ "dev": true, "license": "MIT" }, + "node_modules/@storybook/core/node_modules/@esbuild/aix-ppc64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", + "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/android-arm": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", + "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/android-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", + "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/android-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", + "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/darwin-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", + "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/darwin-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", + "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/freebsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", + "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/freebsd-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", + "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-arm": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", + "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", + "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-ia32": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", + "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-loong64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", + "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-mips64el": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", + "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-ppc64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", + "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-riscv64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", + "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-s390x": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", + "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/linux-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", + "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/netbsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", + "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/netbsd-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", + "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/openbsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", + "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/openbsd-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", + "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/sunos-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", + "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/win32-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", + "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/win32-ia32": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", + "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/@esbuild/win32-x64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", + "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@storybook/core/node_modules/esbuild": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", + "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.24.2", + "@esbuild/android-arm": "0.24.2", + "@esbuild/android-arm64": "0.24.2", + "@esbuild/android-x64": "0.24.2", + "@esbuild/darwin-arm64": "0.24.2", + "@esbuild/darwin-x64": "0.24.2", + "@esbuild/freebsd-arm64": "0.24.2", + "@esbuild/freebsd-x64": "0.24.2", + "@esbuild/linux-arm": "0.24.2", + "@esbuild/linux-arm64": "0.24.2", + "@esbuild/linux-ia32": "0.24.2", + "@esbuild/linux-loong64": "0.24.2", + "@esbuild/linux-mips64el": "0.24.2", + "@esbuild/linux-ppc64": "0.24.2", + "@esbuild/linux-riscv64": "0.24.2", + "@esbuild/linux-s390x": "0.24.2", + "@esbuild/linux-x64": "0.24.2", + "@esbuild/netbsd-arm64": "0.24.2", + "@esbuild/netbsd-x64": "0.24.2", + "@esbuild/openbsd-arm64": "0.24.2", + "@esbuild/openbsd-x64": "0.24.2", + "@esbuild/sunos-x64": "0.24.2", + "@esbuild/win32-arm64": "0.24.2", + "@esbuild/win32-ia32": "0.24.2", + "@esbuild/win32-x64": "0.24.2" + } + }, "node_modules/@storybook/core/node_modules/ws": { "version": "8.18.3", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", @@ -10825,9 +11313,9 @@ } }, "node_modules/@storybook/preset-react-webpack/node_modules/@types/node": { - "version": "22.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.6.tgz", - "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", + "version": "22.18.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.10.tgz", + "integrity": "sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==", "dev": true, "license": "MIT", "dependencies": { @@ -10960,9 +11448,9 @@ } }, "node_modules/@storybook/react-webpack5/node_modules/@types/node": { - "version": "22.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.6.tgz", - "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", + "version": "22.18.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.10.tgz", + "integrity": "sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==", "dev": true, "license": "MIT", "dependencies": { @@ -11068,15 +11556,15 @@ } }, "node_modules/@swc/core": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.13.19.tgz", - "integrity": "sha512-V1r4wFdjaZIUIZZrV2Mb/prEeu03xvSm6oatPxsvnXKF9lNh5Jtk9QvUdiVfD9rrvi7bXrAVhg9Wpbmv/2Fl1g==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.13.5.tgz", + "integrity": "sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3", - "@swc/types": "^0.1.25" + "@swc/types": "^0.1.24" }, "engines": { "node": ">=10" @@ -11086,16 +11574,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.13.19", - "@swc/core-darwin-x64": "1.13.19", - "@swc/core-linux-arm-gnueabihf": "1.13.19", - "@swc/core-linux-arm64-gnu": "1.13.19", - "@swc/core-linux-arm64-musl": "1.13.19", - "@swc/core-linux-x64-gnu": "1.13.19", - "@swc/core-linux-x64-musl": "1.13.19", - "@swc/core-win32-arm64-msvc": "1.13.19", - "@swc/core-win32-ia32-msvc": "1.13.19", - "@swc/core-win32-x64-msvc": "1.13.19" + "@swc/core-darwin-arm64": "1.13.5", + "@swc/core-darwin-x64": "1.13.5", + "@swc/core-linux-arm-gnueabihf": "1.13.5", + "@swc/core-linux-arm64-gnu": "1.13.5", + "@swc/core-linux-arm64-musl": "1.13.5", + "@swc/core-linux-x64-gnu": "1.13.5", + "@swc/core-linux-x64-musl": "1.13.5", + "@swc/core-win32-arm64-msvc": "1.13.5", + "@swc/core-win32-ia32-msvc": "1.13.5", + "@swc/core-win32-x64-msvc": "1.13.5" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" @@ -11107,9 +11595,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.13.19.tgz", - "integrity": "sha512-NxDyte9tCJSJ8+R62WDtqwg8eI57lubD52sHyGOfezpJBOPr36bUSGGLyO3Vod9zTGlOu2CpkuzA/2iVw92u1g==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.13.5.tgz", + "integrity": "sha512-lKNv7SujeXvKn16gvQqUQI5DdyY8v7xcoO3k06/FJbHJS90zEwZdQiMNRiqpYw/orU543tPaWgz7cIYWhbopiQ==", "cpu": [ "arm64" ], @@ -11124,9 +11612,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.13.19.tgz", - "integrity": "sha512-+w5DYrJndSygFFRDcuPYmx5BljD6oYnAohZ15K1L6SfORHp/BTSIbgSFRKPoyhjuIkDiq3W0um8RoMTOBAcQjQ==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.13.5.tgz", + "integrity": "sha512-ILd38Fg/w23vHb0yVjlWvQBoE37ZJTdlLHa8LRCFDdX4WKfnVBiblsCU9ar4QTMNdeTBEX9iUF4IrbNWhaF1Ng==", "cpu": [ "x64" ], @@ -11141,9 +11629,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.13.19.tgz", - "integrity": "sha512-7LlfgpdwwYq2q7himNkAAFo4q6jysMLFNoBH6GRP7WL29NcSsl5mPMJjmYZymK+sYq/9MTVieDTQvChzYDsapw==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.13.5.tgz", + "integrity": "sha512-Q6eS3Pt8GLkXxqz9TAw+AUk9HpVJt8Uzm54MvPsqp2yuGmY0/sNaPPNVqctCX9fu/Nu8eaWUen0si6iEiCsazQ==", "cpu": [ "arm" ], @@ -11158,9 +11646,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.13.19.tgz", - "integrity": "sha512-ml3I6Lm2marAQ3UC/TS9t/yILBh/eDSVHAdPpikp652xouWAVW1znUeV6bBSxe1sSZIenv+p55ubKAWq/u84sQ==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.13.5.tgz", + "integrity": "sha512-aNDfeN+9af+y+M2MYfxCzCy/VDq7Z5YIbMqRI739o8Ganz6ST+27kjQFd8Y/57JN/hcnUEa9xqdS3XY7WaVtSw==", "cpu": [ "arm64" ], @@ -11175,9 +11663,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.13.19.tgz", - "integrity": "sha512-M/otFc3/rWWkbF6VgbOXVzUKVoE7MFcphTaStxJp4bwb7oP5slYlxMZN51Dk/OTOfvCDo9pTAFDKNyixbkXMDQ==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.13.5.tgz", + "integrity": "sha512-9+ZxFN5GJag4CnYnq6apKTnnezpfJhCumyz0504/JbHLo+Ue+ZtJnf3RhyA9W9TINtLE0bC4hKpWi8ZKoETyOQ==", "cpu": [ "arm64" ], @@ -11192,9 +11680,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.13.19.tgz", - "integrity": "sha512-NoMUKaOJEdouU4tKF88ggdDHFiRRING+gYLxDqnTfm+sUXaizB5OGBRzvSVDYSXQb1SuUuChnXFPFzwTWbt3ZQ==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.13.5.tgz", + "integrity": "sha512-WD530qvHrki8Ywt/PloKUjaRKgstQqNGvmZl54g06kA+hqtSE2FTG9gngXr3UJxYu/cNAjJYiBifm7+w4nbHbA==", "cpu": [ "x64" ], @@ -11209,9 +11697,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.13.19.tgz", - "integrity": "sha512-r6krlZwyu8SBaw24QuS1lau2I9q8M+eJV6ITz0rpb6P1Bx0elf9ii5Bhh8ddmIqXXH8kOGSjC/dwcdHbZqAhgw==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.13.5.tgz", + "integrity": "sha512-Luj8y4OFYx4DHNQTWjdIuKTq2f5k6uSXICqx+FSabnXptaOBAbJHNbHT/06JZh6NRUouaf0mYXN0mcsqvkhd7Q==", "cpu": [ "x64" ], @@ -11226,9 +11714,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.13.19.tgz", - "integrity": "sha512-awcZSIuxyVn0Dw28VjMvgk1qiDJ6CeQwHkZNUjg2UxVlq23zE01NMMp+zkoGFypmLG9gaGmJSzuoqvk/WCQ5tw==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.13.5.tgz", + "integrity": "sha512-cZ6UpumhF9SDJvv4DA2fo9WIzlNFuKSkZpZmPG1c+4PFSEMy5DFOjBSllCvnqihCabzXzpn6ykCwBmHpy31vQw==", "cpu": [ "arm64" ], @@ -11243,9 +11731,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.13.19.tgz", - "integrity": "sha512-H5d+KO7ISoLNgYvTbOcCQjJZNM3R7yaYlrMAF13lUr6GSiOUX+92xtM31B+HvzAWI7HtvVe74d29aC1b1TpXFA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.13.5.tgz", + "integrity": "sha512-C5Yi/xIikrFUzZcyGj9L3RpKljFvKiDMtyDzPKzlsDrKIw2EYY+bF88gB6oGY5RGmv4DAX8dbnpRAqgFD0FMEw==", "cpu": [ "ia32" ], @@ -11260,9 +11748,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.13.19", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.13.19.tgz", - "integrity": "sha512-qNoyCpXvv2O3JqXKanRIeoMn03Fho/As+N4Fhe7u0FsYh4VYqGQah4DGDzEP/yjl4Gx1IElhqLGDhCCGMwWaDw==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.13.5.tgz", + "integrity": "sha512-YrKdMVxbYmlfybCSbRtrilc6UA8GF5aPmGKBdPvjrarvsmf4i7ZHGCEnLtfOMd3Lwbs2WUZq3WdMbozYeLU93Q==", "cpu": [ "x64" ], @@ -11624,9 +12112,9 @@ } }, "node_modules/@tailwindcss/oxide/node_modules/detect-libc": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz", - "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -12080,9 +12568,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.19.6", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", - "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "version": "4.19.7", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz", + "integrity": "sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==", "dev": true, "license": "MIT", "dependencies": { @@ -12544,13 +13032,12 @@ "license": "MIT" }, "node_modules/@types/send": { - "version": "0.17.5", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", - "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.0.tgz", + "integrity": "sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ==", "dev": true, "license": "MIT", "dependencies": { - "@types/mime": "^1", "@types/node": "*" } }, @@ -12565,15 +13052,26 @@ } }, "node_modules/@types/serve-static": { - "version": "1.15.8", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz", - "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.9.tgz", + "integrity": "sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA==", "dev": true, "license": "MIT", "dependencies": { "@types/http-errors": "*", "@types/node": "*", - "@types/send": "*" + "@types/send": "<1" + } + }, + "node_modules/@types/serve-static/node_modules/@types/send": { + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", + "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" } }, "node_modules/@types/sinon": { @@ -14073,6 +14571,28 @@ "node": ">=8" } }, + "node_modules/array.prototype.findlastindex": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", + "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "es-shim-unscopables": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/array.prototype.flat": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", @@ -14714,9 +15234,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.7.tgz", - "integrity": "sha512-bxxN2M3a4d1CRoQC//IqsR5XrLh0IJ8TCv2x6Y9N0nckNz/rTjZB3//GGscZziZOxmjP55rzxg/ze7usFI9FqQ==", + "version": "2.8.16", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz", + "integrity": "sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -15199,9 +15719,9 @@ "license": "ISC" }, "node_modules/browserslist": { - "version": "4.26.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.2.tgz", - "integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==", + "version": "4.26.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.26.3.tgz", + "integrity": "sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==", "dev": true, "funding": [ { @@ -15219,9 +15739,9 @@ ], "license": "MIT", "dependencies": { - "baseline-browser-mapping": "^2.8.3", - "caniuse-lite": "^1.0.30001741", - "electron-to-chromium": "^1.5.218", + "baseline-browser-mapping": "^2.8.9", + "caniuse-lite": "^1.0.30001746", + "electron-to-chromium": "^1.5.227", "node-releases": "^2.0.21", "update-browserslist-db": "^1.1.3" }, @@ -15659,9 +16179,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001745", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001745.tgz", - "integrity": "sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==", + "version": "1.0.30001750", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz", + "integrity": "sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==", "dev": true, "funding": [ { @@ -16832,9 +17352,9 @@ } }, "node_modules/core-js": { - "version": "3.45.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.1.tgz", - "integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz", + "integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -16844,13 +17364,13 @@ } }, "node_modules/core-js-compat": { - "version": "3.45.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.45.1.tgz", - "integrity": "sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.46.0.tgz", + "integrity": "sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==", "dev": true, "license": "MIT", "dependencies": { - "browserslist": "^4.25.3" + "browserslist": "^4.26.3" }, "funding": { "type": "opencollective", @@ -18356,9 +18876,9 @@ } }, "node_modules/electron": { - "version": "38.1.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-38.1.2.tgz", - "integrity": "sha512-WXUcN3W8h8NTTZViA3KNX0rV2YBU0X0mEUM3ubupXTDY4QtIN7tmiqYVOKSKpR2LckTmBWGuEeY4D6xVoffwKQ==", + "version": "38.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-38.2.0.tgz", + "integrity": "sha512-Cw5Mb+N5NxsG0Hc1qr8I65Kt5APRrbgTtEEn3zTod30UNJRnAE1xbGk/1NOaDn3ODzI/MYn6BzT9T9zreP7xWA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -18504,9 +19024,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.224", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.224.tgz", - "integrity": "sha512-kWAoUu/bwzvnhpdZSIc6KUyvkI1rbRXMT0Eq8pKReyOyaPZcctMli+EgvcN1PAvwVc7Tdo4Fxi2PsLNDU05mdg==", + "version": "1.5.234", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.234.tgz", + "integrity": "sha512-RXfEp2x+VRYn8jbKfQlRImzoJU01kyDvVPBmG39eU2iuRVhuS6vQNocB8J0/8GrIMLnPzgz4eW6WiRnJkTuNWg==", "dev": true, "license": "ISC" }, @@ -18521,9 +19041,9 @@ } }, "node_modules/electron/node_modules/@types/node": { - "version": "22.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.6.tgz", - "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", + "version": "22.18.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.10.tgz", + "integrity": "sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==", "dev": true, "license": "MIT", "dependencies": { @@ -18551,15 +19071,15 @@ } }, "node_modules/emoji-datasource": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/emoji-datasource/-/emoji-datasource-15.1.2.tgz", - "integrity": "sha512-tXAqGsrDVhgCRpFePtaD9P4Z8Ro2SUQSL/4MIJBG0SxqQJaMslEbin8J53OaFwEBu6e7JxFaIF6s4mw9+8acAQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/emoji-datasource/-/emoji-datasource-16.0.0.tgz", + "integrity": "sha512-/qHKqK5Nr3+8zhgO6kHmF43Fm5C8HNn0AaFRIpgw8HF3+uF0Vfc8jgLI1ZQS5ba1vBzksS8NBCjHejwLb2D/Sg==", "license": "MIT" }, "node_modules/emoji-datasource-apple": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/emoji-datasource-apple/-/emoji-datasource-apple-15.1.2.tgz", - "integrity": "sha512-32UZTK36x4DlvgD1smkmBlKmmJH7qUr5Qut4U/on2uQLGqNXGbZiheq6/LEA8xRQEUrmNrGEy25wpEI6wvYmTg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/emoji-datasource-apple/-/emoji-datasource-apple-16.0.0.tgz", + "integrity": "sha512-dVYjsK0FnCry9F+PBtnivhG2K0xdwlmqYaSgiUtztUdAGPYiHYhZcVKvNBqC791g2qyEcFNTBO6utg4eQ3uLTw==", "license": "MIT" }, "node_modules/emoji-regex": { @@ -18755,9 +19275,9 @@ } }, "node_modules/envinfo": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", - "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.17.0.tgz", + "integrity": "sha512-GpfViocsFM7viwClFgxK26OtjMlKN67GCR5v6ASFkotxtpBWd9d+vNy+AH7F2E1TUkMDZ8P/dDPZX71/NG8xnQ==", "dev": true, "license": "MIT", "bin": { @@ -18997,9 +19517,9 @@ } }, "node_modules/esbuild": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.0.tgz", - "integrity": "sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==", + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz", + "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -19010,30 +19530,32 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.24.0", - "@esbuild/android-arm": "0.24.0", - "@esbuild/android-arm64": "0.24.0", - "@esbuild/android-x64": "0.24.0", - "@esbuild/darwin-arm64": "0.24.0", - "@esbuild/darwin-x64": "0.24.0", - "@esbuild/freebsd-arm64": "0.24.0", - "@esbuild/freebsd-x64": "0.24.0", - "@esbuild/linux-arm": "0.24.0", - "@esbuild/linux-arm64": "0.24.0", - "@esbuild/linux-ia32": "0.24.0", - "@esbuild/linux-loong64": "0.24.0", - "@esbuild/linux-mips64el": "0.24.0", - "@esbuild/linux-ppc64": "0.24.0", - "@esbuild/linux-riscv64": "0.24.0", - "@esbuild/linux-s390x": "0.24.0", - "@esbuild/linux-x64": "0.24.0", - "@esbuild/netbsd-x64": "0.24.0", - "@esbuild/openbsd-arm64": "0.24.0", - "@esbuild/openbsd-x64": "0.24.0", - "@esbuild/sunos-x64": "0.24.0", - "@esbuild/win32-arm64": "0.24.0", - "@esbuild/win32-ia32": "0.24.0", - "@esbuild/win32-x64": "0.24.0" + "@esbuild/aix-ppc64": "0.25.9", + "@esbuild/android-arm": "0.25.9", + "@esbuild/android-arm64": "0.25.9", + "@esbuild/android-x64": "0.25.9", + "@esbuild/darwin-arm64": "0.25.9", + "@esbuild/darwin-x64": "0.25.9", + "@esbuild/freebsd-arm64": "0.25.9", + "@esbuild/freebsd-x64": "0.25.9", + "@esbuild/linux-arm": "0.25.9", + "@esbuild/linux-arm64": "0.25.9", + "@esbuild/linux-ia32": "0.25.9", + "@esbuild/linux-loong64": "0.25.9", + "@esbuild/linux-mips64el": "0.25.9", + "@esbuild/linux-ppc64": "0.25.9", + "@esbuild/linux-riscv64": "0.25.9", + "@esbuild/linux-s390x": "0.25.9", + "@esbuild/linux-x64": "0.25.9", + "@esbuild/netbsd-arm64": "0.25.9", + "@esbuild/netbsd-x64": "0.25.9", + "@esbuild/openbsd-arm64": "0.25.9", + "@esbuild/openbsd-x64": "0.25.9", + "@esbuild/openharmony-arm64": "0.25.9", + "@esbuild/sunos-x64": "0.25.9", + "@esbuild/win32-arm64": "0.25.9", + "@esbuild/win32-ia32": "0.25.9", + "@esbuild/win32-x64": "0.25.9" } }, "node_modules/esbuild-register": { @@ -19654,41 +20176,47 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", + "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", "dev": true, "license": "MIT", "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", + "@rtsao/scc": "^1.1.0", + "array-includes": "^3.1.9", + "array.prototype.findlastindex": "^1.2.6", + "array.prototype.flat": "^1.3.3", + "array.prototype.flatmap": "^1.3.3", + "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", - "has": "^1.0.3", - "is-core-module": "^2.8.1", + "eslint-import-resolver-node": "^0.3.9", + "eslint-module-utils": "^2.12.1", + "hasown": "^2.0.2", + "is-core-module": "^2.16.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", - "tsconfig-paths": "^3.14.1" + "object.fromentries": "^2.0.8", + "object.groupby": "^1.0.3", + "object.values": "^1.2.1", + "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.9", + "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "license": "MIT", "dependencies": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "node_modules/eslint-plugin-import/node_modules/doctrine": { @@ -19717,12 +20245,15 @@ "json5": "lib/cli.js" } }, - "node_modules/eslint-plugin-import/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "node_modules/eslint-plugin-import/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "MIT" + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/eslint-plugin-import/node_modules/strip-bom": { "version": "3.0.0", @@ -20223,9 +20754,9 @@ "license": "MIT" }, "node_modules/exponential-backoff": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.2.tgz", - "integrity": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz", + "integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==", "dev": true, "license": "Apache-2.0" }, @@ -21210,6 +21741,16 @@ "node": ">=10" } }, + "node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -21460,9 +22001,9 @@ } }, "node_modules/glob-to-regex.js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.0.1.tgz", - "integrity": "sha512-CG/iEvgQqfzoVsMUbxSJcwbG2JwyZ3naEqPkeltwl0BSS8Bp83k3xlGms+0QdWFUAwV+uvo80wNswKF6FWEkKg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz", + "integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -21741,16 +22282,6 @@ "node": ">=6" } }, - "node_modules/has": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", - "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-bigints": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", @@ -23042,14 +23573,15 @@ } }, "node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", "dev": true, "license": "MIT", "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, @@ -24929,9 +25461,9 @@ } }, "node_modules/jiti": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.0.tgz", - "integrity": "sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", "dev": true, "license": "MIT", "bin": { @@ -24994,9 +25526,9 @@ "optional": true }, "node_modules/jsdoc": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.4.tgz", - "integrity": "sha512-zeFezwyXeG4syyYHbvh1A967IAqq/67yXtXvuL5wnqCkFZe8I0vKfm+EO+YEvLguo6w9CDUbrAXVtJSHh2E8rw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.5.tgz", + "integrity": "sha512-P4C6MWP9yIlMiK8nwoZvxN84vb6MsnXcHuy7XzVOvQoCizWX5JFCBsWIIWKXBltpoRZXddUOVQmCTOZt9yDj9g==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -25721,9 +26253,9 @@ } }, "node_modules/lightningcss/node_modules/detect-libc": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz", - "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "engines": { @@ -25787,13 +26319,17 @@ } }, "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", "dev": true, "license": "MIT", "engines": { "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/loader-utils": { @@ -27228,9 +27764,9 @@ } }, "node_modules/node-abi": { - "version": "3.77.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.77.0.tgz", - "integrity": "sha512-DSmt0OEcLoK4i3NuscSbGjOf3bqiDEutejqENSplMSFA/gmB8mkED9G4pKWnPl7MDU4rSHebKPHeitpDfyH0cQ==", + "version": "3.78.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.78.0.tgz", + "integrity": "sha512-E2wEyrgX/CqvicaQYU3Ze1PFGjc4QYPGsjUrlYkqAE0WjHEZwgOsGMPMzkMse4LjJbDmaEuDX3CM036j5K2DSQ==", "dev": true, "license": "MIT", "dependencies": { @@ -27754,9 +28290,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.21.tgz", - "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==", + "version": "2.0.23", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.23.tgz", + "integrity": "sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==", "dev": true, "license": "MIT" }, @@ -28379,6 +28915,21 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/object.groupby": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", + "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/object.hasown": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz", @@ -29484,9 +30035,9 @@ } }, "node_modules/playwright-core": { - "version": "1.55.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", - "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", + "version": "1.56.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0.tgz", + "integrity": "sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -30992,9 +31543,9 @@ } }, "node_modules/react-docgen/node_modules/strip-indent": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.0.tgz", - "integrity": "sha512-OA95x+JPmL7kc7zCu+e+TeYxEiaIyndRx0OrBcK2QPPH09oAndr2ALvymxWA+Lx1PYYvFUm4O63pRkdJAaW96w==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz", + "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==", "dev": true, "license": "MIT", "engines": { @@ -31230,50 +31781,50 @@ } }, "node_modules/react-stately": { - "version": "3.41.0", - "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.41.0.tgz", - "integrity": "sha512-Fe8PaZPm9Ue9kDXVa8KaOz6gzbmZPuzftxeVQwKVX3u/kyFhbRkr/LeAFvgP7a+EeX+Bjmdht/9ixDsBXj4qbQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-stately/calendar": "^3.8.4", - "@react-stately/checkbox": "^3.7.1", - "@react-stately/collections": "^3.12.7", - "@react-stately/color": "^3.9.1", - "@react-stately/combobox": "^3.11.1", - "@react-stately/data": "^3.14.0", - "@react-stately/datepicker": "^3.15.1", - "@react-stately/disclosure": "^3.0.7", - "@react-stately/dnd": "^3.7.0", - "@react-stately/form": "^3.2.1", - "@react-stately/list": "^3.13.0", - "@react-stately/menu": "^3.9.7", - "@react-stately/numberfield": "^3.10.1", - "@react-stately/overlays": "^3.6.19", - "@react-stately/radio": "^3.11.1", - "@react-stately/searchfield": "^3.5.15", - "@react-stately/select": "^3.7.1", - "@react-stately/selection": "^3.20.5", - "@react-stately/slider": "^3.7.1", - "@react-stately/table": "^3.15.0", - "@react-stately/tabs": "^3.8.5", + "version": "3.42.0", + "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.42.0.tgz", + "integrity": "sha512-lYt2o1dd6dK8Bb4GRh08RG/2u64bSA1cqtRqtw4jEMgxC7Q17RFcIumBbChErndSdLzafEG/UBwV6shOfig6yw==", + "license": "Apache-2.0", + "dependencies": { + "@react-stately/calendar": "^3.9.0", + "@react-stately/checkbox": "^3.7.2", + "@react-stately/collections": "^3.12.8", + "@react-stately/color": "^3.9.2", + "@react-stately/combobox": "^3.12.0", + "@react-stately/data": "^3.14.1", + "@react-stately/datepicker": "^3.15.2", + "@react-stately/disclosure": "^3.0.8", + "@react-stately/dnd": "^3.7.1", + "@react-stately/form": "^3.2.2", + "@react-stately/list": "^3.13.1", + "@react-stately/menu": "^3.9.8", + "@react-stately/numberfield": "^3.10.2", + "@react-stately/overlays": "^3.6.20", + "@react-stately/radio": "^3.11.2", + "@react-stately/searchfield": "^3.5.16", + "@react-stately/select": "^3.8.0", + "@react-stately/selection": "^3.20.6", + "@react-stately/slider": "^3.7.2", + "@react-stately/table": "^3.15.1", + "@react-stately/tabs": "^3.8.6", "@react-stately/toast": "^3.1.2", - "@react-stately/toggle": "^3.9.1", - "@react-stately/tooltip": "^3.5.7", - "@react-stately/tree": "^3.9.2", - "@react-types/shared": "^3.32.0" + "@react-stately/toggle": "^3.9.2", + "@react-stately/tooltip": "^3.5.8", + "@react-stately/tree": "^3.9.3", + "@react-types/shared": "^3.32.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" } }, "node_modules/react-stately/node_modules/@react-stately/disclosure": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@react-stately/disclosure/-/disclosure-3.0.7.tgz", - "integrity": "sha512-ogM2y02uhpGfSOaBKIDz+hEha8qBH6WIRHRkoqdF4sEaR1kfq8LvBWdP1e/OcqHAhuRr28P2Rf0TDicnAnN7uA==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@react-stately/disclosure/-/disclosure-3.0.8.tgz", + "integrity": "sha512-/Ce/Z76y85eSBZiemfU/uEyXkBBa1RdfLRaKD13rnfUV7/nS3ae1VtNlsXgmwQjWv2pmAiSuEKYMbZfVL7q/lQ==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.8", - "@react-types/shared": "^3.32.0", + "@react-types/shared": "^3.32.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -31281,9 +31832,9 @@ } }, "node_modules/react-stately/node_modules/@react-types/shared": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.0.tgz", - "integrity": "sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==", + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -32489,9 +33040,9 @@ } }, "node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", "dev": true, "license": "MIT", "dependencies": { @@ -34589,9 +35140,9 @@ "license": "MIT" }, "node_modules/tapable": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz", - "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", "dev": true, "license": "MIT", "engines": { @@ -36100,9 +36651,9 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", - "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -36700,9 +37251,9 @@ } }, "node_modules/webpack-dev-server/node_modules/memfs": { - "version": "4.46.1", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.46.1.tgz", - "integrity": "sha512-2wjHDg7IjP+ufAqqqSxjiNePFDrvWviA79ajUwG9lkHhk3HzZOLBzzoUG8cx9vCagj6VvBQD7oXuLuFz5LaAOQ==", + "version": "4.49.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.49.0.tgz", + "integrity": "sha512-L9uC9vGuc4xFybbdOpRLoOAOq1YEBBsocCs5NVW32DfU+CZWWIn3OVF+lB8Gp4ttBVSMazwrTrjv8ussX/e3VQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/net-im/signal-desktop/files/patch-package.json b/net-im/signal-desktop/files/patch-package.json index b07eca90d383..3c16e430df32 100644 --- a/net-im/signal-desktop/files/patch-package.json +++ b/net-im/signal-desktop/files/patch-package.json @@ -14,7 +14,7 @@ "@indutny/parallel-prettier": "3.0.0", "@indutny/rezip-electron": "2.0.1", "@napi-rs/canvas": "0.1.61", -- "@signalapp/mock-server": "14.0.0", +- "@signalapp/mock-server": "14.1.1", "@storybook/addon-a11y": "8.4.4", "@storybook/addon-actions": "8.4.4", "@storybook/addon-controls": "8.4.4", @@ -55,7 +55,7 @@ }, "build": { "appId": "org.whispersystems.signal-desktop", -@@ -499,20 +496,6 @@ +@@ -502,20 +499,6 @@ "asarUnpack": [ "build/icons/win/icon.ico" ] diff --git a/net-im/signal-desktop/files/pnpm-lock.yaml b/net-im/signal-desktop/files/pnpm-lock.yaml index fa3d518e6b97..e14d6ed0fc64 100644 --- a/net-im/signal-desktop/files/pnpm-lock.yaml +++ b/net-im/signal-desktop/files/pnpm-lock.yaml @@ -129,8 +129,8 @@ importers: specifier: 3.27.0 version: 3.27.0(react@18.3.1) '@signalapp/libsignal-client': - specifier: 0.81.0 - version: 0.81.0 + specifier: 0.81.1 + version: 0.81.1 '@signalapp/minimask': specifier: 1.0.1 version: 1.0.1 @@ -138,8 +138,8 @@ importers: specifier: 2.1.2 version: 2.1.2 '@signalapp/ringrtc': - specifier: 2.57.1 - version: 2.57.1(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf) + specifier: 2.59.0 + version: 2.59.0(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf) '@signalapp/sqlcipher': specifier: 2.4.4 version: 2.4.4 @@ -198,11 +198,11 @@ importers: specifier: 1.0.4 version: 1.0.4 emoji-datasource: - specifier: 15.1.2 - version: 15.1.2 + specifier: 16.0.0 + version: 16.0.0 emoji-datasource-apple: - specifier: 15.1.2 - version: 15.1.2 + specifier: 16.0.0 + version: 16.0.0 emoji-regex: specifier: 10.4.0 version: 10.4.0 @@ -482,13 +482,13 @@ importers: version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3) '@storybook/react-webpack5': specifier: 8.4.4 - version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) + version: 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) '@storybook/test': specifier: 8.4.4 version: 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) '@storybook/test-runner': specifier: 0.22.0 - version: 0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + version: 0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@storybook/types': specifier: 8.1.11 version: 8.1.11 @@ -655,8 +655,8 @@ importers: specifier: 4.3.7 version: 4.3.7(supports-color@8.1.1) electron: - specifier: 38.1.2 - version: 38.1.2 + specifier: 38.2.0 + version: 38.2.0 electron-builder: specifier: 26.0.14 version: 26.0.14(patch_hash=4efee114d8c7e2a77c68ff826373a94a9678edfde006eeec4eccb386c32dae15)(electron-builder-squirrel-windows@26.0.14) @@ -673,8 +673,8 @@ importers: specifier: 2.4.1 version: 2.4.1 esbuild: - specifier: 0.24.0 - version: 0.24.0 + specifier: 0.25.9 + version: 0.25.9 eslint: specifier: 8.56.0 version: 8.56.0 @@ -688,8 +688,8 @@ importers: specifier: 3.7.2 version: 3.7.2(patch_hash=a94affa4d170a27c4cfd44f7ac30ea11ae285cb4e270a5d930dd28cc79901b4f)(eslint@8.56.0)(tailwindcss@4.1.7) eslint-plugin-import: - specifier: 2.26.0 - version: 2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) + specifier: 2.32.0 + version: 2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) eslint-plugin-local-rules: specifier: 1.3.2 version: 1.3.2 @@ -809,10 +809,10 @@ importers: version: 4.1.7 terser-webpack-plugin: specifier: 5.3.10 - version: 5.3.10(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + version: 5.3.10(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack@5.96.1) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) + version: 10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) typescript: specifier: 5.6.3 version: 5.6.3 @@ -821,7 +821,7 @@ importers: version: 8.0.1(debug@4.3.7) webpack: specifier: 5.96.1 - version: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + version: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 version: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) @@ -1220,146 +1220,308 @@ packages: '@emotion/memoize@0.7.4': resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} - '@esbuild/aix-ppc64@0.24.0': - resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + '@esbuild/aix-ppc64@0.24.2': + resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.24.0': - resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.24.2': + resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] - '@esbuild/android-arm@0.24.0': - resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + '@esbuild/android-arm@0.24.2': + resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} engines: {node: '>=18'} cpu: [arm] os: [android] - '@esbuild/android-x64@0.24.0': - resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.24.2': + resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.24.0': - resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + '@esbuild/darwin-arm64@0.24.2': + resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.24.0': - resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + '@esbuild/darwin-x64@0.24.2': + resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} engines: {node: '>=18'} cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.24.0': - resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.24.2': + resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.24.0': - resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.24.2': + resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.24.0': - resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + '@esbuild/linux-arm64@0.24.2': + resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.24.0': - resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + '@esbuild/linux-arm@0.24.2': + resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} engines: {node: '>=18'} cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.24.0': - resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.24.2': + resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} engines: {node: '>=18'} cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.24.0': - resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.24.2': + resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.24.0': - resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + '@esbuild/linux-mips64el@0.24.2': + resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.24.0': - resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + '@esbuild/linux-ppc64@0.24.2': + resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.24.0': - resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.24.2': + resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.24.0': - resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + '@esbuild/linux-s390x@0.24.2': + resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} engines: {node: '>=18'} cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.24.0': - resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.24.2': + resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-x64@0.24.0': - resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + '@esbuild/netbsd-arm64@0.24.2': + resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.24.2': + resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.24.0': - resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + '@esbuild/openbsd-arm64@0.24.2': + resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.24.0': - resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.24.2': + resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.24.0': - resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + + '@esbuild/sunos-x64@0.24.2': + resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.24.0': - resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + '@esbuild/win32-arm64@0.24.2': + resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.24.0': - resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.24.2': + resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} engines: {node: '>=18'} cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.24.0': - resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.24.2': + resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -1374,8 +1536,8 @@ packages: resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/css-tree@3.6.5': - resolution: {integrity: sha512-bJgnXu0D0K1BbfPfHTmCaJe2ucBOjeg/tG37H2CSqYCw51VMmBtPfWrH8LKPLAVCOp0h94e1n8PfR3v9iRbtyA==} + '@eslint/css-tree@3.6.6': + resolution: {integrity: sha512-C3YiJMY9OZyZ/3vEMFWJIesdGaRY6DmIYvmtyxMT934CbrOKqRs+Iw7NWSRlJQEaK4dPYy2lZ2y1zkaj8z0p5A==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} '@eslint/eslintrc@2.1.4': @@ -1410,6 +1572,9 @@ packages: '@formatjs/ecma402-abstract@2.3.4': resolution: {integrity: sha512-qrycXDeaORzIqNhBOx0btnhpD1c+/qFIHAN9znofuMJX6QBwtbrmlpWfD4oiUUD2vJUOIYFA/gYtg2KAMGG7sA==} + '@formatjs/ecma402-abstract@2.3.6': + resolution: {integrity: sha512-HJnTFeRM2kVFVr5gr5kH1XP6K0JcJtE7Lzvtr3FS/so5f1kpsqqqxy5JF+FRaO6H2qmcMfAUIox7AJteieRtVw==} + '@formatjs/fast-memoize@1.2.1': resolution: {integrity: sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==} @@ -1425,6 +1590,9 @@ packages: '@formatjs/icu-messageformat-parser@2.11.2': resolution: {integrity: sha512-AfiMi5NOSo2TQImsYAg8UYddsNJ/vUEv/HaNqiFjnI3ZFfWihUtD5QtuX6kHl8+H+d3qvnE/3HZrfzgdWpsLNA==} + '@formatjs/icu-messageformat-parser@2.11.4': + resolution: {integrity: sha512-7kR78cRrPNB4fjGFZg3Rmj5aah8rQj9KPzuLsmcSn4ipLXQvC04keycTI1F7kJYDwIXtT2+7IDEto842CfZBtw==} + '@formatjs/icu-messageformat-parser@2.9.3': resolution: {integrity: sha512-9L99QsH14XjOCIp4TmbT8wxuffJxGK8uLNO1zNhLtcZaVXvv626N0s4A2qgRCKG3dfYWx9psvGlFmvyVBa6u/w==} @@ -1434,6 +1602,9 @@ packages: '@formatjs/icu-skeleton-parser@1.8.14': resolution: {integrity: sha512-i4q4V4qslThK4Ig8SxyD76cp3+QJ3sAqr7f6q9VVfeGtxG9OhiAk3y9XF6Q41OymsKzsGQ6OQQoJNY4/lI8TcQ==} + '@formatjs/icu-skeleton-parser@1.8.16': + resolution: {integrity: sha512-H13E9Xl+PxBd8D5/6TVUluSpxGNvFSlN/b3coUp0e0JpuWXXnQDiavIpY3NnvSp4xhEMoXyyBvVfdFX8jglOHQ==} + '@formatjs/icu-skeleton-parser@1.8.7': resolution: {integrity: sha512-fI+6SmS2g7h3srfAKSWa5dwreU5zNEfon2uFo99OToiLF6yxGE+WikvFSbsvMAYkscucvVmTYNlWlaDPp0n5HA==} @@ -1455,6 +1626,9 @@ packages: '@formatjs/intl-localematcher@0.6.1': resolution: {integrity: sha512-ePEgLgVCqi2BBFnTMWPfIghu6FkbZnnBVhO2sSxvLfrdFw7wCHAHiDoM2h4NRgjbaY7+B7HgOLZGkK187pZTZg==} + '@formatjs/intl-localematcher@0.6.2': + resolution: {integrity: sha512-XOMO2Hupl0wdd172Y06h6kLpBz6Dv+J4okPLl4LPtzbr8f66WbIoy4ev98EBuZ6ZK4h5ydTN6XneT4QVpD7cdA==} + '@formatjs/intl@2.10.14': resolution: {integrity: sha512-4CA1EO75i/mSMHdjwfpgRj3Rsdsm6WjALeu/nlzYhBmAPxGu/Ha5GIRHAet5SO05TnpmqxmEGOsskWqFm0IeoA==} peerDependencies: @@ -1543,8 +1717,8 @@ packages: '@indutny/yazl@2.7.0': resolution: {integrity: sha512-6igFZsYj7BVSTIJ8qhWvsPp0adMY62IJe4xHwQTpoMvbFlalRdpYXsL9wDaAiwt76CtyPlcT7SBNBEKkDbcQyg==} - '@internationalized/date@3.9.0': - resolution: {integrity: sha512-yaN3brAnHRD+4KyyOsJyk49XUvj2wtbNACSqg0bz3u8t2VuzhC8Q5dfRnrSxjnnbDb+ienBnkn1TzQfE154vyg==} + '@internationalized/date@3.10.0': + resolution: {integrity: sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==} '@internationalized/message@3.1.8': resolution: {integrity: sha512-Rwk3j/TlYZhn3HQ6PyXUV0XP9Uv42jqZGNegt0BXlxjE6G3+LwHjbQZAGHhCnCPdaA6Tvd3ma/7QzLlLkJxAWA==} @@ -1592,8 +1766,8 @@ packages: node-notifier: optional: true - '@jest/create-cache-key-function@30.0.5': - resolution: {integrity: sha512-W1kmkwPq/WTMQWgvbzWSCbXSqvjI6rkqBQCxuvYmd+g6o4b5gHP98ikfh/Ei0SKzHvWdI84TOXp0hRcbpr8Q0w==} + '@jest/create-cache-key-function@30.2.0': + resolution: {integrity: sha512-44F4l4Enf+MirJN8X/NhdGkl71k5rBYiwdVlo4HxOwbu0sHV8QKrGEedb1VUU4K3W7fBKE0HGfbn7eZm0Ti3zg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/environment@29.7.0': @@ -1657,8 +1831,8 @@ packages: resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/types@30.0.5': - resolution: {integrity: sha512-aREYa3aku9SSnea4aX6bhKn4bgv3AXkgijoQgbYV3yvbiGt6z+MQ85+6mIhx9DsKW2BuB/cLR/A+tcMThx+KLQ==} + '@jest/types@30.2.0': + resolution: {integrity: sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jridgewell/gen-mapping@0.3.13': @@ -1690,8 +1864,8 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/buffers@1.0.0': - resolution: {integrity: sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==} + '@jsonjoy.com/buffers@1.2.0': + resolution: {integrity: sha512-6RX+W5a+ZUY/c/7J5s5jK9UinLfJo5oWKh84fb4X0yK2q4WXEWUWZWuEMjvCb1YNUQhEAhUfr5scEGOH7jC4YQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -1702,8 +1876,8 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/json-pack@1.14.0': - resolution: {integrity: sha512-LpWbYgVnKzphN5S6uss4M25jJ/9+m6q6UJoeN6zTkK4xAGhKsiBRPVeF7OYMWonn5repMQbE5vieRXcMUrKDKw==} + '@jsonjoy.com/json-pack@1.20.0': + resolution: {integrity: sha512-adcXFVorSQULtT4XDL0giRLr2EVGIcyWm6eQKZWTrRA4EEydGOY8QVQtL0PaITQpUyu+lOd/QOicw6vdy1v8QQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -2701,26 +2875,26 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/breadcrumbs@3.5.28': - resolution: {integrity: sha512-6S3QelpajodEzN7bm49XXW5gGoZksK++cl191W0sexq/E5hZHAEA9+CFC8pL3px13ji7qHGqKAxOP4IUVBdVpQ==} + '@react-aria/breadcrumbs@3.5.29': + resolution: {integrity: sha512-rKS0dryllaZJqrr3f/EAf2liz8CBEfmL5XACj+Z1TAig6GIYe1QuA3BtkX0cV9OkMugXdX8e3cbA7nD10ORRqg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/button@3.14.1': - resolution: {integrity: sha512-Ug06unKEYVG3OF6zKmpVR7VfLzpj7eJVuFo3TCUxwFJG7DI28pZi2TaGWnhm7qjkxfl1oz0avQiHVfDC99gSuw==} + '@react-aria/button@3.14.2': + resolution: {integrity: sha512-VbLIA+Kd6f/MDjd+TJBUg2+vNDw66pnvsj2E4RLomjI9dfBuN7d+Yo2UnsqKVyhePjCUZ6xxa2yDuD63IOSIYA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/calendar@3.9.1': - resolution: {integrity: sha512-dCJliRIi3x3VmAZkJDNTZddq0+QoUX9NS7GgdqPPYcJIMbVPbyLWL61//0SrcCr3MuSRCoI1eQZ8PkQe/2PJZQ==} + '@react-aria/calendar@3.9.2': + resolution: {integrity: sha512-uSLxLgOPRnEU4Jg59lAhUVA+uDx/55NBg4lpfsP2ynazyiJ5LCXmYceJi+VuOqMml7d9W0dB87OldOeLdIxYVA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/checkbox@3.16.1': - resolution: {integrity: sha512-YcG3QhuGIwqPHo4GVGVmwxPM5Ayq9CqYfZjla/KTfJILPquAJ12J7LSMpqS/Z5TlMNgIIqZ3ZdrYmjQlUY7eUg==} + '@react-aria/checkbox@3.16.2': + resolution: {integrity: sha512-29Mj9ZqXioJ0bcMnNGooHztnTau5pikZqX3qCRj5bYR3by/ZFFavYoMroh9F7s/MbFm/tsKX+Sf02lYFEdXRjA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2731,26 +2905,26 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/color@3.1.1': - resolution: {integrity: sha512-4+woybtn4kh5ytggWQ06bqqWsoucOrxwNrwW1XP6EmvcjIcsfVW+VwFwM5ZYa2LGF+fHiW3dM4bjRqVa7i9PVg==} + '@react-aria/color@3.1.2': + resolution: {integrity: sha512-jCC+Q7rAQGLQBkHjkPAeDuGYuMbc4neifjlNRiyZ9as1z4gg63H8MteoWYYk6K4vCKKxSixgt8MfI29XWMOWPQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/combobox@3.13.2': - resolution: {integrity: sha512-PNyqlaM19A+lKX9hwqkKTXvWDilCKaRH2RdrB/C5AfmGi3bh/IKsu66c8ohgadXB2AIdJB36EOOm3hNh8G9DqQ==} + '@react-aria/combobox@3.14.0': + resolution: {integrity: sha512-z4ro0Hma//p4nL2IJx5iUa7NwxeXbzSoZ0se5uTYjG1rUUMszg+wqQh/AQoL+eiULn7rs18JY9wwNbVIkRNKWA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/datepicker@3.15.1': - resolution: {integrity: sha512-RfUOvsupON6E5ZELpBgb9qxsilkbqwzsZ78iqCDTVio+5kc5G9jVeHEIQOyHnavi/TmJoAnbmmVpEbE6M9lYJQ==} + '@react-aria/datepicker@3.15.2': + resolution: {integrity: sha512-th078hyNqPf4P2K10su/y32zPDjs3lOYVdHvsL9/+5K1dnTvLHCK5vgUyLuyn8FchhF7cmHV49D+LZVv65PEpQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/dialog@3.5.30': - resolution: {integrity: sha512-fiodaeMSTiC4qKNwnCLbNykyvfcxuz/PiU/pBNhWYd4lUrX1TauBQb0++o5/K6OHt8iB+A7/LSHRbPtyOSWE9g==} + '@react-aria/dialog@3.5.31': + resolution: {integrity: sha512-inxQMyrzX0UBW9Mhraq0nZ4HjHdygQvllzloT1E/RlDd61lr3RbmJR6pLsrbKOTtSvDIBJpCso1xEdHCFNmA0Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2761,8 +2935,8 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/dnd@3.11.2': - resolution: {integrity: sha512-xaIUV0zPtUTLIBoE7qlGFPfRTfyDJT78fDzawYq6FwZcjgrl8X408UDCUaKk6xSJRh9UjNn78hil1WDYTLFNWA==} + '@react-aria/dnd@3.11.3': + resolution: {integrity: sha512-MyTziciik1Owz3rqDghu0K3ZtTFvmj/R2ZsLDwbU9N4hKqGX/BKnrI8SytTn8RDqVv5LmA/GhApLngiupTAsXw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2773,32 +2947,32 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/focus@3.21.1': - resolution: {integrity: sha512-hmH1IhHlcQ2lSIxmki1biWzMbGgnhdxJUM0MFfzc71Rv6YAzhlx4kX3GYn4VNcjCeb6cdPv4RZ5vunV4kgMZYQ==} + '@react-aria/focus@3.21.2': + resolution: {integrity: sha512-JWaCR7wJVggj+ldmM/cb/DXFg47CXR55lznJhZBh4XVqJjMKwaOOqpT5vNN7kpC1wUpXicGNuDnJDN1S/+6dhQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/form@3.1.1': - resolution: {integrity: sha512-PjZC25UgH5orit9p56Ymbbo288F3eaDd3JUvD8SG+xgx302HhlFAOYsQLLAb4k4H03bp0gWtlUEkfX6KYcE1Tw==} + '@react-aria/form@3.1.2': + resolution: {integrity: sha512-R3i7L7Ci61PqZQvOrnL9xJeWEbh28UkTVgkj72EvBBn39y4h7ReH++0stv7rRs8p5ozETSKezBbGfu4UsBewWw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/grid@3.14.4': - resolution: {integrity: sha512-l1FLQNKnoHpY4UClUTPUV0AqJ5bfAULEE0ErY86KznWLd+Hqzo7mHLqqDV02CDa/8mIUcdoax/MrYYIbPDlOZA==} + '@react-aria/grid@3.14.5': + resolution: {integrity: sha512-XHw6rgjlTqc85e3zjsWo3U0EVwjN5MOYtrolCKc/lc2ItNdcY3OlMhpsU9+6jHwg/U3VCSWkGvwAz9hg7krd8Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/gridlist@3.14.0': - resolution: {integrity: sha512-8NWDaUbPe6ujI+kSvDqr2onPYWlBXiaLCQ6nfYOo+GFKxeVCsv4a2I5HAAoGf9THNQ5b8b8kJa+M0xyL1Z71XA==} + '@react-aria/gridlist@3.14.1': + resolution: {integrity: sha512-keS03Am07aOn7RuNaRsMOyh0jscyhDn95asCVy4lxhl9A9TFk1Jw0o2L6q6cWRj1gFiKeacj/otG5H8ZKQQ2Wg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/i18n@3.12.12': - resolution: {integrity: sha512-JN6p+Xc6Pu/qddGRoeYY6ARsrk2Oz7UiQc9nLEPOt3Ch+blJZKWwDjcpo/p6/wVZdD/2BgXS7El6q6+eMg7ibw==} + '@react-aria/i18n@3.12.13': + resolution: {integrity: sha512-YTM2BPg0v1RvmP8keHenJBmlx8FXUKsdYIEX7x6QWRd1hKlcDwphfjzvt0InX9wiLiPHsT5EoBTpuUk8SXc0Mg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2809,26 +2983,26 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/interactions@3.25.5': - resolution: {integrity: sha512-EweYHOEvMwef/wsiEqV73KurX/OqnmbzKQa2fLxdULbec5+yDj6wVGaRHIzM4NiijIDe+bldEl5DG05CAKOAHA==} + '@react-aria/interactions@3.25.6': + resolution: {integrity: sha512-5UgwZmohpixwNMVkMvn9K1ceJe6TzlRlAfuYoQDUuOkk62/JVJNDLAPKIf5YMRc7d2B0rmfgaZLMtbREb0Zvkw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/label@3.7.21': - resolution: {integrity: sha512-8G+059/GZahgQbrhMcCcVcrjm7W+pfzrypH/Qkjo7C1yqPGt6geeFwWeOIbiUZoI0HD9t9QvQPryd6m46UC7Tg==} + '@react-aria/label@3.7.22': + resolution: {integrity: sha512-jLquJeA5ZNqDT64UpTc9XJ7kQYltUlNcgxZ37/v4mHe0UZ7QohCKdKQhXHONb0h2jjNUpp2HOZI8J9++jOpzxA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/link@3.8.5': - resolution: {integrity: sha512-klhV4roPp5MLRXJv1N+7SXOj82vx4gzVpuwQa3vouA+YI1my46oNzwgtkLGSTvE9OvDqYzPDj2YxFYhMywrkuw==} + '@react-aria/link@3.8.6': + resolution: {integrity: sha512-7F7UDJnwbU9IjfoAdl6f3Hho5/WB7rwcydUOjUux0p7YVWh/fTjIFjfAGyIir7MJhPapun1D0t97QQ3+8jXVcg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/listbox@3.14.8': - resolution: {integrity: sha512-uRgbuD9afFv0PDhQ/VXCmAwlYctIyKRzxztkqp1p/1yz/tn/hs+bG9kew9AI02PtlRO1mSc+32O+mMDXDer8hA==} + '@react-aria/listbox@3.15.0': + resolution: {integrity: sha512-Ub1Wu79R9sgxM7h4HeEdjOgOKDHwduvYcnDqsSddGXgpkL8ADjsy2YUQ0hHY5VnzA4BxK36bLp4mzSna8Qvj1w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2836,74 +3010,74 @@ packages: '@react-aria/live-announcer@3.4.4': resolution: {integrity: sha512-PTTBIjNRnrdJOIRTDGNifY2d//kA7GUAwRFJNOEwSNG4FW+Bq9awqLiflw0JkpyB0VNIwou6lqKPHZVLsGWOXA==} - '@react-aria/menu@3.19.2': - resolution: {integrity: sha512-WzDLW2MotL0L5/LEwc5oGgISf2ODuw4FnRpF0Zk+J4tKFfC88odvKz848ubBvThRXuXEvL0BHY+WqtM+j9fn3g==} + '@react-aria/menu@3.19.3': + resolution: {integrity: sha512-52fh8y8b2776R2VrfZPpUBJYC9oTP7XDy+zZuZTxPEd7Ywk0JNUl5F92y6ru22yPkS13sdhrNM/Op+V/KulmAg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/meter@3.4.26': - resolution: {integrity: sha512-BI+Ri0dkhx9jjf6yPbOLl69M6808Fi08KNEmserMEapy++5usB/8krh9ARuR0GZYUPFOcny0Ml0or/HqamyFvw==} + '@react-aria/meter@3.4.27': + resolution: {integrity: sha512-andOOdJkgRJF9vBi5VWRmFodK+GT+5X1lLeNUmb4qOX8/MVfX/RbK72LDeIhd7xC7rSCFHj3WvZ198rK4q0k3w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/numberfield@3.12.1': - resolution: {integrity: sha512-3KjxGgWiF4GRvIyqrE3nCndkkEJ68v86y0nx89TpAjdzg7gCgdXgU2Lr4BhC/xImrmlqCusw0IBUMhsEq9EQWA==} + '@react-aria/numberfield@3.12.2': + resolution: {integrity: sha512-M2b+z0HIXiXpGAWOQkO2kpIjaLNUXJ5Q3/GMa3Fkr+B1piFX0VuOynYrtddKVrmXCe+r5t+XcGb0KS29uqv7nQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/overlays@3.29.1': - resolution: {integrity: sha512-Yz92XNPnbrTnxrvNrY/fXJ3iWaYNrj0q24ddvZNNKDcWak0S1/mQeUwNb+PwS2AryhFU5VQqKz5rNsM96TKmPQ==} + '@react-aria/overlays@3.30.0': + resolution: {integrity: sha512-UpjqSjYZx5FAhceWCRVsW6fX1sEwya1fQ/TKkL53FAlLFR8QKuoKqFlmiL43YUFTcGK3UdEOy3cWTleLQwdSmQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/progress@3.4.26': - resolution: {integrity: sha512-EJBzbE0IjXrJ19ofSyNKDnqC70flUM0Z+9heMRPLi6Uz01o6Uuz9tjyzmoPnd9Q1jnTT7dCl7ydhdYTGsWFcUg==} + '@react-aria/progress@3.4.27': + resolution: {integrity: sha512-0OA1shs1575g1zmO8+rWozdbTnxThFFhOfuoL1m7UV5Dley6FHpueoKB1ECv7B+Qm4dQt6DoEqLg7wsbbQDhmg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/radio@3.12.1': - resolution: {integrity: sha512-feZdMJyNp+UX03seIX0W6gdUk8xayTY+U0Ct61eci6YXzyyZoL2PVh49ojkbyZ2UZA/eXeygpdF5sgQrKILHCA==} + '@react-aria/radio@3.12.2': + resolution: {integrity: sha512-I11f6I90neCh56rT/6ieAs3XyDKvEfbj/QmbU5cX3p+SJpRRPN0vxQi5D1hkh0uxDpeClxygSr31NmZsd4sqfg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/searchfield@3.8.8': - resolution: {integrity: sha512-Yn6esCYEym3Cwrh/OZt6o/RFzsG2zyCAEZf7BhWk6NWUvP6aPwHgoSDVSjDN6YnnPn4yMqkqPnZulHV4+MvE/w==} + '@react-aria/searchfield@3.8.9': + resolution: {integrity: sha512-Yt2pj8Wb5/XsUr2T0DQqFv+DlFpzzWIWnNr9cJATUcWV/xw6ok7YFEg9+7EHtBmsCQxFFJtock1QfZzBw6qLtQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/select@3.16.2': - resolution: {integrity: sha512-MwsOJ6FfPxzrLP6spnYg2SUeGKNm4m5vyH6GebecLxTO1ee7/YyTNP1xkrQTqPMP9xx6uqhzFLFuCym2b6ripA==} + '@react-aria/select@3.17.0': + resolution: {integrity: sha512-q5ZuyAn5jSOeI0Ys99951TaGcF4O7u1SSBVxPMwVVXOU8ZhToCNx+WG3n/JDYHEjqdo7sbsVRaPA7LkBzBGf5w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/selection@3.25.1': - resolution: {integrity: sha512-HG+k3rDjuhnXPdVyv9CKiebee2XNkFYeYZBxEGlK3/pFVBzndnc8BXNVrXSgtCHLs2d090JBVKl1k912BPbj0Q==} + '@react-aria/selection@3.26.0': + resolution: {integrity: sha512-ZBH3EfWZ+RfhTj01dH8L17uT7iNbXWS8u77/fUpHgtrm0pwNVhx0TYVnLU1YpazQ/3WVpvWhmBB8sWwD1FlD/g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/separator@3.4.12': - resolution: {integrity: sha512-rvFCPdOPMQKY/Bpv2jNzXtetCuBLYSRCvpzam1LpMaEgwau5yECbId66+M2UX/cscPccKNU537SM6ei2j7RGog==} + '@react-aria/separator@3.4.13': + resolution: {integrity: sha512-0NlcrdBfQbcjWEXdHl3+uSY1272n2ljT1gWL2RIf6aQsQWTZ0gz0rTgRHy0MTXN+y+tICItUERJT4vmTLtIzVg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/slider@3.8.1': - resolution: {integrity: sha512-uPgwZQrcuqHaLU2prJtPEPIyN9ugZ7qGgi0SB2U8tvoODNVwuPvOaSsvR98Mn6jiAzMFNoWMydeIi+J1OjvWsQ==} + '@react-aria/slider@3.8.2': + resolution: {integrity: sha512-6KyUGaVzRE4xAz1LKHbNh1q5wzxe58pdTHFSnxNe6nk1SCoHw7NfI4h2s2m6LgJ0megFxsT0Ir8aHaFyyxmbgg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/spinbutton@3.6.18': - resolution: {integrity: sha512-dnmh7sNsprhYTpqCJhcuc9QJ9C/IG/o9TkgW5a9qcd2vS+dzEgqAiJKIMbJFG9kiJymv2NwIPysF12IWix+J3A==} + '@react-aria/spinbutton@3.6.19': + resolution: {integrity: sha512-xOIXegDpts9t3RSHdIN0iYQpdts0FZ3LbpYJIYVvdEHo9OpDS+ElnDzCGtwZLguvZlwc5s1LAKuKopDUsAEMkw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2914,38 +3088,38 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/switch@3.7.7': - resolution: {integrity: sha512-auV3g1qh+d/AZk7Idw2BOcYeXfCD9iDaiGmlcLJb9Eaz4nkq8vOkQxIXQFrn9Xhb+PfQzmQYKkt5N6P2ZNsw/g==} + '@react-aria/switch@3.7.8': + resolution: {integrity: sha512-AfsUq1/YiuoprhcBUD9vDPyWaigAwctQNW1fMb8dROL+i/12B+Zekj8Ml+jbU69/kIVtfL0Jl7/0Bo9KK3X0xQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/table@3.17.7': - resolution: {integrity: sha512-FxXryGTxePgh8plIxlOMwXdleGWjK52vsmbRoqz66lTIHMUMLTmmm+Y0V3lBOIoaW1rxvKcolYgS79ROnbDYBw==} + '@react-aria/table@3.17.8': + resolution: {integrity: sha512-bXiZoxTMbsqUJsYDhHPzKc3jw0HFJ/xMsJ49a0f7mp5r9zACxNLeIU0wJ4Uvx37dnYOHKzGliG+rj5l4sph7MA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/tabs@3.10.7': - resolution: {integrity: sha512-iA1M6H+N+9GggsEy/6MmxpMpeOocwYgFy2EoEl3it24RVccY6iZT4AweJq96s5IYga5PILpn7VVcpssvhkPgeA==} + '@react-aria/tabs@3.10.8': + resolution: {integrity: sha512-sPPJyTyoAqsBh76JinBAxStOcbjZvyWFYKpJ9Uqw+XT0ObshAPPFSGeh8DiQemPs02RwJdrfARPMhyqiX8t59A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/tag@3.7.1': - resolution: {integrity: sha512-VpF26ez+QmEzTK8E9tXZ4cofa1wocjnIo/Bd1LCXgLCytnHAkYGxeIRm5QbznJ0aF/9UgR1QtMqhyRrCZg9QqA==} + '@react-aria/tag@3.7.2': + resolution: {integrity: sha512-JV679P5r4DftbqyNBRt7Nw9mP7dxaKPfikjyQuvUoEOa06wBLbM/hU9RJUPRvqK+Un6lgBDAmXD9NNf4N2xpdw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/textfield@3.18.1': - resolution: {integrity: sha512-8yCoirnQzbbQgdk5J5bqimEu3GhHZ9FXeMHez1OF+H+lpTwyTYQ9XgioEN3HKnVUBNEufG4lYkQMxTKJdq1v9g==} + '@react-aria/textfield@3.18.2': + resolution: {integrity: sha512-G+lM8VYSor6g9Yptc6hLZ6BF+0cq0pYol1z6wdQUQgJN8tg4HPtzq75lsZtlCSIznL3amgRAxJtd0dUrsAnvaQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/toggle@3.12.1': - resolution: {integrity: sha512-XaFiRs1KEcIT6bTtVY/KTQxw4kinemj/UwXw2iJTu9XS43hhJ/9cvj8KzNGrKGqaxTpOYj62TnSHZbSiFViHDA==} + '@react-aria/toggle@3.12.2': + resolution: {integrity: sha512-g25XLYqJuJpt0/YoYz2Rab8ax+hBfbssllcEFh0v0jiwfk2gwTWfRU9KAZUvxIqbV8Nm8EBmrYychDpDcvW1kw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2955,14 +3129,14 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/toolbar@3.0.0-beta.20': - resolution: {integrity: sha512-Kxvqw+TpVOE/eSi8RAQ9xjBQ2uXe8KkRvlRNQWQsrzkZDkXhzqGfQuJnBmozFxqpzSLwaVqQajHFUSvPAScT8Q==} + '@react-aria/toolbar@3.0.0-beta.21': + resolution: {integrity: sha512-yRCk/GD8g+BhdDgxd3I0a0c8Ni4Wyo6ERzfSoBkPkwQ4X2E2nkopmraM9D0fXw4UcIr4bnmvADzkHXtBN0XrBg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/tooltip@3.8.7': - resolution: {integrity: sha512-Aj7DPJYGZ9/+2ZfhkvbN7YMeA5qu4oy4LVQiMCpqNwcFzvhTAVhN7J7cS6KjA64fhd1shKm3BZ693Ez6lSpqwg==} + '@react-aria/tooltip@3.8.8': + resolution: {integrity: sha512-CmHUqtXtFWmG4AHMEr9hIVex+oscK6xcM2V47gq9ijNInxe3M6UBu/dBdkgGP/jYv9N7tzCAjTR8nNIHQXwvWw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2978,20 +3152,20 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/utils@3.30.1': - resolution: {integrity: sha512-zETcbDd6Vf9GbLndO6RiWJadIZsBU2MMm23rBACXLmpRztkrIqPEb2RVdlLaq1+GklDx0Ii6PfveVjx+8S5U6A==} + '@react-aria/utils@3.31.0': + resolution: {integrity: sha512-ABOzCsZrWzf78ysswmguJbx3McQUja7yeGj6/vZo4JVsZNlxAN+E9rs381ExBRI0KzVo6iBTeX5De8eMZPJXig==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/virtualizer@4.1.9': - resolution: {integrity: sha512-LN5MfnM/fpZegzkqciipyAvPzbi4DNOGGCh98hVlpIT8IdTm0gNW1Ho2vza15EFcYgt9iinCZ9lhLT5HmE2ZtQ==} + '@react-aria/virtualizer@4.1.10': + resolution: {integrity: sha512-s0xOFh602ybTWuDrV/i6fV7Pz7vYghsY7F/RpYL/5IX9qCZ5C1FWFePpVktQAZghnd3ljH8hS8DULPeDfVLCrg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-aria/visually-hidden@3.8.27': - resolution: {integrity: sha512-hD1DbL3WnjPnCdlQjwe19bQVRAGJyN0Aaup+s7NNtvZUn7AjoEH78jo8TE+L8yM7z/OZUQF26laCfYqeIwWn4g==} + '@react-aria/visually-hidden@3.8.28': + resolution: {integrity: sha512-KRRjbVVob2CeBidF24dzufMxBveEUtUu7IM+hpdZKB+gxVROoh4XRLPv9SFmaH89Z7D9To3QoykVZoWD0lan6Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -3023,38 +3197,38 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@react-stately/calendar@3.8.4': - resolution: {integrity: sha512-q9mq0ydOLS5vJoHLnYfSCS/vppfjbg0XHJlAoPR+w+WpYZF4wPP453SrlX9T1DbxCEYFTpcxcMk/O8SDW3miAw==} + '@react-stately/calendar@3.9.0': + resolution: {integrity: sha512-U5Nf2kx9gDhJRxdDUm5gjfyUlt/uUfOvM1vDW2UA62cA6+2k2cavMLc2wNlXOb/twFtl6p0joYKHG7T4xnEFkg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/checkbox@3.7.1': - resolution: {integrity: sha512-ezfKRJsDuRCLtNoNOi9JXCp6PjffZWLZ/vENW/gbRDL8i46RKC/HpfJrJhvTPmsLYazxPC99Me9iq3v0VoNCsw==} + '@react-stately/checkbox@3.7.2': + resolution: {integrity: sha512-j1ycUVz5JmqhaL6mDZgDNZqBilOB8PBW096sDPFaTtuYreDx2HOd1igxiIvwlvPESZwsJP7FVM3mYnaoXtpKPA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/collections@3.12.7': - resolution: {integrity: sha512-0kQc0mI986GOCQHvRy4L0JQiotIK/KmEhR9Mu/6V0GoSdqg5QeUe4kyoNWj3bl03uQXme80v0L2jLHt+fOHHjA==} + '@react-stately/collections@3.12.8': + resolution: {integrity: sha512-AceJYLLXt1Y2XIcOPi6LEJSs4G/ubeYW3LqOCQbhfIgMaNqKfQMIfagDnPeJX9FVmPFSlgoCBxb1pTJW2vjCAQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/color@3.9.1': - resolution: {integrity: sha512-fCj7fFamyuQbL++MOcf4W4d4aFWXYWJ2UI1dKhrXdqVz/ly9CBVjy/MHKQ6xZX2tEiuoPX5NexfxzKKiozE50Q==} + '@react-stately/color@3.9.2': + resolution: {integrity: sha512-F+6Do8W3yu/4n7MpzZtbXwVukcLTFYYDIUtpoR+Jl52UmAr9Hf1CQgkyTI2azv1ZMzj1mVrTBhpBL0q27kFZig==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/combobox@3.11.1': - resolution: {integrity: sha512-ZZh+SaAmddoY+MeJr470oDYA0nGaJm4xoHCBapaBA0JNakGC/wTzF/IRz3tKQT2VYK4rumr1BJLZQydGp7zzeg==} + '@react-stately/combobox@3.12.0': + resolution: {integrity: sha512-A6q9R/7cEa/qoQsBkdslXWvD7ztNLLQ9AhBhVN9QvzrmrH5B4ymUwcTU8lWl22ykH7RRwfonLeLXJL4C+/L2oQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/data@3.14.0': - resolution: {integrity: sha512-3GUsOXatYohBX2wTQHnJKVQlFfYXnt7IoDDuIaUeM8kXlF+dRSFAOAfPUSGAph6lJz2ht4dq1SEl6ZL/u+dRlQ==} + '@react-stately/data@3.14.1': + resolution: {integrity: sha512-lDNc4gZ6kVZcrABeeQZPTTnP+1ykNylSvFzAC/Hq1fs8+s54xLRvoENWIyG+yK19N9TIGEoA0AOFG8PoAun43g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/datepicker@3.15.1': - resolution: {integrity: sha512-t64iYPms9y+MEQgOAu0XUHccbEXWVUWBHJWnYvAmILCHY8ZAOeSPAT1g4v9nzyiApcflSNXgpsvbs9BBEsrWww==} + '@react-stately/datepicker@3.15.2': + resolution: {integrity: sha512-S5GL+W37chvV8knv9v0JRv0L6hKo732qqabCCHXzOpYxkLIkV4f/y3cHdEzFWzpZ0O0Gkg7WgeYo160xOdBKYg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -3063,87 +3237,87 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-stately/disclosure@3.0.7': - resolution: {integrity: sha512-ogM2y02uhpGfSOaBKIDz+hEha8qBH6WIRHRkoqdF4sEaR1kfq8LvBWdP1e/OcqHAhuRr28P2Rf0TDicnAnN7uA==} + '@react-stately/disclosure@3.0.8': + resolution: {integrity: sha512-/Ce/Z76y85eSBZiemfU/uEyXkBBa1RdfLRaKD13rnfUV7/nS3ae1VtNlsXgmwQjWv2pmAiSuEKYMbZfVL7q/lQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/dnd@3.7.0': - resolution: {integrity: sha512-DddpCVkqt6vUPHLqe/2FHxW/gkR4tEt7W0MbFcCeCLbc9lmvzOClPwNpjmU/3UnU+vPQnwGGUeF3HvaxduUq2Q==} + '@react-stately/dnd@3.7.1': + resolution: {integrity: sha512-O1JBJ4HI1rVNKuoa5NXiC5FCrCEkr9KVBoKNlTZU8/cnQselhbEsUfMglAakO2EuwIaM1tIXoNF5J/N5P+6lTA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 '@react-stately/flags@3.1.2': resolution: {integrity: sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==} - '@react-stately/form@3.2.1': - resolution: {integrity: sha512-btgOPXkwvd6fdWKoepy5Ue43o2932OSkQxozsR7US1ffFLcQc3SNlADHaRChIXSG8ffPo9t0/Sl4eRzaKu3RgQ==} + '@react-stately/form@3.2.2': + resolution: {integrity: sha512-soAheOd7oaTO6eNs6LXnfn0tTqvOoe3zN9FvtIhhrErKz9XPc5sUmh3QWwR45+zKbitOi1HOjfA/gifKhZcfWw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/grid@3.11.5': - resolution: {integrity: sha512-4cNjGYaNkcVS2wZoNHUrMRICBpkHStYw57EVemP7MjiWEVu53kzPgR1Iwmti2WFCpi1Lwu0qWNeCfzKpXW4BTg==} + '@react-stately/grid@3.11.6': + resolution: {integrity: sha512-vWPAkzpeTIsrurHfMubzMuqEw7vKzFhIJeEK5sEcLunyr1rlADwTzeWrHNbPMl66NAIAi70Dr1yNq+kahQyvMA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/layout@4.5.0': - resolution: {integrity: sha512-giN20XXxSjOG/pRSdzKkHhIFochl0Wer2aWCYceXRNSoP0dTPNU7bjn2p3n3atVRdC9iZpmwIiASO5qDf89sLQ==} + '@react-stately/layout@4.5.1': + resolution: {integrity: sha512-Zk92HM6a8KFdyPzslhLCOmrrsvJ28+vFBisgiKMwVhe96cWlax1m9i4ktmO43xaUpSZkn06DRD/2k0d1x+Uwjw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/list@3.13.0': - resolution: {integrity: sha512-Panv8TmaY8lAl3R7CRhyUadhf2yid6VKsRDBCBB1FHQOOeL7lqIraz/oskvpabZincuaIUWqQhqYslC4a6dvuA==} + '@react-stately/list@3.13.1': + resolution: {integrity: sha512-eHaoauh21twbcl0kkwULhVJ+CzYcy1jUjMikNVMHOQdhr4WIBdExf7PmSgKHKqsSPhpGg6IpTCY2dUX3RycjDg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/menu@3.9.7': - resolution: {integrity: sha512-mfz1YoCgtje61AGxVdQaAFLlOXt9vV5dd1lQljYUPRafA/qu5Ursz4fNVlcavWW9GscebzFQErx+y0oSP7EUtQ==} + '@react-stately/menu@3.9.8': + resolution: {integrity: sha512-bo0NOhofnTHLESiYfsSSw6gyXiPVJJ0UlN2igUXtJk5PmyhWjFzUzTzcnd7B028OB0si9w3LIWM3stqz5271Eg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/numberfield@3.10.1': - resolution: {integrity: sha512-lXABmcTneVvXYMGTgZvTCr4E+upOi7VRLL50ZzTMJqHwB/qlEQPAam3dmddQRwIsuCM3MEnL7bSZFFlSYAtkEw==} + '@react-stately/numberfield@3.10.2': + resolution: {integrity: sha512-jlKVFYaH3RX5KvQ7a+SAMQuPccZCzxLkeYkBE64u1Zvi7YhJ8hkTMHG/fmZMbk1rHlseE2wfBdk0Rlya3MvoNQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/overlays@3.6.19': - resolution: {integrity: sha512-swZXfDvxTYd7tKEpijEHBFFaEmbbnCvEhGlmrAz4K72cuRR9O5u+lcla8y1veGBbBSzrIdKNdBoIIJ+qQH+1TQ==} + '@react-stately/overlays@3.6.20': + resolution: {integrity: sha512-YAIe+uI8GUXX8F/0Pzr53YeC5c/bjqbzDFlV8NKfdlCPa6+Jp4B/IlYVjIooBj9+94QvbQdjylegvYWK/iPwlg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/radio@3.11.1': - resolution: {integrity: sha512-ld9KWztI64gssg7zSZi9li21sG85Exb+wFPXtCim1TtpnEpmRtB05pXDDS3xkkIU/qOL4eMEnnLO7xlNm0CRIA==} + '@react-stately/radio@3.11.2': + resolution: {integrity: sha512-UM7L6AW+k8edhSBUEPZAqiWNRNadfOKK7BrCXyBiG79zTz0zPcXRR+N+gzkDn7EMSawDeyK1SHYUuoSltTactg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/searchfield@3.5.15': - resolution: {integrity: sha512-6LVVvm6Z60fetYLLa4B2Q/BIY+fSSknLTw8sjlV+iDEPAknj7MqWtoLz2gSQRTFKvyO7ZCjJoar8ZU/JEqcm+w==} + '@react-stately/searchfield@3.5.16': + resolution: {integrity: sha512-MRfqT1lZ24r94GuFNcGJXsfijZoWjSMySCT60T6NXtbOzVPuAF3K+pL70Rayq/EWLJjS2NPHND11VTs0VdcE0Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/select@3.7.1': - resolution: {integrity: sha512-vZt4j9yVyOTWWJoP9plXmYaPZH2uMxbjcGMDbiShwsFiK8C2m9b3Cvy44TZehfzCWzpMVR/DYxEYuonEIGA82Q==} + '@react-stately/select@3.8.0': + resolution: {integrity: sha512-A721nlt0DSCDit0wKvhcrXFTG5Vv1qkEVkeKvobmETZy6piKvwh0aaN8iQno5AFuZaj1iOZeNjZ/20TsDJR/4A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/selection@3.20.5': - resolution: {integrity: sha512-YezWUNEn2pz5mQlbhmngiX9HqQsruLSXlkrAzB1DD6aliGrUvPKufTTGCixOaB8KVeCamdiFAgx1WomNplzdQA==} + '@react-stately/selection@3.20.6': + resolution: {integrity: sha512-a0bjuP2pJYPKEiedz2Us1W1aSz0iHRuyeQEdBOyL6Z6VUa6hIMq9H60kvseir2T85cOa4QggizuRV7mcO6bU5w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/slider@3.7.1': - resolution: {integrity: sha512-J+G18m1bZBCNQSXhxGd4GNGDUVonv4Sg7fZL+uLhXUy1x71xeJfFdKaviVvZcggtl0/q5InW41PXho7EouMDEg==} + '@react-stately/slider@3.7.2': + resolution: {integrity: sha512-EVBHUdUYwj++XqAEiQg2fGi8Reccznba0uyQ3gPejF0pAc390Q/J5aqiTEDfiCM7uJ6WHxTM6lcCqHQBISk2dQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/table@3.15.0': - resolution: {integrity: sha512-KbvkrVF3sb25IPwyte9JcG5/4J7TgjHSsw7D61d/T/oUFMYPYVeolW9/2y+6u48WPkDJE8HJsurme+HbTN0FQA==} + '@react-stately/table@3.15.1': + resolution: {integrity: sha512-MhMAgE/LgAzHcAn1P3p/nQErzJ6DiixSJ1AOt2JlnAKEb5YJg4ATKWCb2IjBLwywt9ZCzfm3KMUzkctZqAoxwA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/tabs@3.8.5': - resolution: {integrity: sha512-gdeI+NUH3hfqrxkJQSZkt+Zw4G2DrYJRloq/SGxu/9Bu5QD/U0psU2uqxQNtavW5qTChFK+D30rCPXpKlslWAA==} + '@react-stately/tabs@3.8.6': + resolution: {integrity: sha512-9RYxmgjVIxUpIsGKPIF7uRoHWOEz8muwaYiStCVeyiYBPmarvZoIYtTXcwSMN/vEs7heVN5uGCL6/bfdY4+WiA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -3152,18 +3326,18 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/toggle@3.9.1': - resolution: {integrity: sha512-L6yUdE8xZfQhw4aEFZduF8u4v0VrpYrwWEA4Tu/4qwGIPukH0wd2W21Zpw+vAiLOaDKnxel1nXX68MWnm4QXpw==} + '@react-stately/toggle@3.9.2': + resolution: {integrity: sha512-dOxs9wrVXHUmA7lc8l+N9NbTJMAaXcYsnNGsMwfXIXQ3rdq+IjWGNYJ52UmNQyRYFcg0jrzRrU16TyGbNjOdNQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/tooltip@3.5.7': - resolution: {integrity: sha512-GYh764BcYZz+Lclyutyir5I3elNo+vVNYzeNOKmPGZCE3p5B+/8lgZAHKxnRc9qmBlxvofnhMcuQxAPlBhoEkw==} + '@react-stately/tooltip@3.5.8': + resolution: {integrity: sha512-gkcUx2ROhCiGNAYd2BaTejakXUUNLPnnoJ5+V/mN480pN+OrO8/2V9pqb/IQmpqxLsso93zkM3A4wFHHLBBmPQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/tree@3.9.2': - resolution: {integrity: sha512-jsT1WZZhb7GRmg1iqoib9bULsilIK5KhbE8WrcfIml8NYr4usP4DJMcIYfRuiRtPLhKtUvHSoZ5CMbinPp8PUQ==} + '@react-stately/tree@3.9.3': + resolution: {integrity: sha512-ZngG79nLFxE/GYmpwX6E/Rma2MMkzdoJPRI3iWk3dgqnGMMzpPnUp/cvjDsU3UHF7xDVusC5BT6pjWN0uxCIFQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -3172,8 +3346,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/virtualizer@4.4.3': - resolution: {integrity: sha512-kk6ZyMtOT51kZYGUjUhbgEdRBp/OR3WD+Vj9kFoCa1vbY+fGzbpcnjsvR2LDZuEq8W45ruOvdr1c7HRJG4gWxA==} + '@react-stately/virtualizer@4.4.4': + resolution: {integrity: sha512-ri8giqXSZOrznZDCCOE4U36wSkOhy+hrFK7yo/YVcpxTqqp3d3eisfKMqbDsgqBW+XTHycTU/xeAf0u9NqrfpQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -3183,103 +3357,103 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-types/breadcrumbs@3.7.16': - resolution: {integrity: sha512-4J+7b9y6z8QGZqvsBSWQfebx6aIbc+1unQqnZCAlJl9EGzlI6SGdXRsURGkOUGJCV2GqY8bSocc8AZbRXpQ0XQ==} + '@react-types/breadcrumbs@3.7.17': + resolution: {integrity: sha512-IhvVTcfli5o/UDlGACXxjlor2afGlMQA8pNR3faH0bBUay1Fmm3IWktVw9Xwmk+KraV2RTAg9e+E6p8DOQZfiw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/button@3.14.0': - resolution: {integrity: sha512-pXt1a+ElxiZyWpX0uznyjy5Z6EHhYxPcaXpccZXyn6coUo9jmCbgg14xR7Odo+JcbfaaISzZTDO7oGLVTcHnpA==} + '@react-types/button@3.14.1': + resolution: {integrity: sha512-D8C4IEwKB7zEtiWYVJ3WE/5HDcWlze9mLWQ5hfsBfpePyWCgO3bT/+wjb/7pJvcAocrkXo90QrMm85LcpBtrpg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/calendar@3.7.4': - resolution: {integrity: sha512-MZDyXtvdHl8CKQGYBkjYwc4ABBq6Mb4Fu7k/4boQAmMQ5Rtz29ouBCJrAs0BpR14B8ZMGzoNIolxS5RLKBmFSA==} + '@react-types/calendar@3.8.0': + resolution: {integrity: sha512-ZDZgfZgbz1ydWOFs1mH7QFfX3ioJrmb3Y/lkoubQE0HWXLZzyYNvhhKyFJRS1QJ40IofLSBHriwbQb/tsUnGlw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/checkbox@3.10.1': - resolution: {integrity: sha512-8ZqBoGBxtn6U/znpmyutGtBBaafUzcZnbuvYjwyRSONTrqQ0IhUq6jI/jbnE9r9SslIkbMB8IS1xRh2e63qmEQ==} + '@react-types/checkbox@3.10.2': + resolution: {integrity: sha512-ktPkl6ZfIdGS1tIaGSU/2S5Agf2NvXI9qAgtdMDNva0oLyAZ4RLQb6WecPvofw1J7YKXu0VA5Mu7nlX+FM2weQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/color@3.1.1': - resolution: {integrity: sha512-zBF1Op4AO3mlygUq2gFhEoK3gZp2HgwCMUKkCzoDbrvcaahhVbDbfhRxgXKM/2dg7WkgsqhokdkjYV2mGQadRQ==} + '@react-types/color@3.1.2': + resolution: {integrity: sha512-NP0TAY3j4tlMztOp/bBfMlPwC9AQKTjSiTFmc2oQNkx5M4sl3QpPqFPosdt7jZ8M4nItvfCWZrlZGjST4SB83A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/combobox@3.13.8': - resolution: {integrity: sha512-HGC3X9hmDRsjSZcFiflvJ7vbIgQ2gX/ZDxo1HVtvQqUDbgQCVakCcCdrB44aYgHFnyDiO6hyp7Y7jXtDBaEIIA==} + '@react-types/combobox@3.13.9': + resolution: {integrity: sha512-G6GmLbzVkLW6VScxPAr/RtliEyPhBClfYaIllK1IZv+Z42SVnOpKzhnoe79BpmiFqy1AaC3+LjZX783mrsHCwA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/datepicker@3.13.1': - resolution: {integrity: sha512-ub+g5pS3WOo5P/3FRNsQSwvlb9CuLl2m6v6KBkRXc5xqKhFd7UjvVpL6Oi/1zwwfow4itvD1t7l1XxgCo7wZ6Q==} + '@react-types/datepicker@3.13.2': + resolution: {integrity: sha512-+M6UZxJnejYY8kz0spbY/hP08QJ5rsZ3aNarRQQHc48xV2oelFLX5MhAqizfLEsvyfb0JYrhWoh4z1xZtAmYCg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/dialog@3.5.21': - resolution: {integrity: sha512-jF1gN4bvwYamsLjefaFDnaSKxTa3Wtvn5f7WLjNVZ8ICVoiMBMdUJXTlPQHAL4YWqtCj4hK/3uimR1E+Pwd7Xw==} + '@react-types/dialog@3.5.22': + resolution: {integrity: sha512-smSvzOcqKE196rWk0oqJDnz+ox5JM5+OT0PmmJXiUD4q7P5g32O6W5Bg7hMIFUI9clBtngo8kLaX2iMg+GqAzg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/form@3.7.15': - resolution: {integrity: sha512-a7C1RXgMpHX9b1x/+h5YCOJL/2/Ojw9ErOJhLwUWzKUu5JWpQYf8JsXNsuMSndo4YBaiH/7bXFmg09cllHUmow==} + '@react-types/form@3.7.16': + resolution: {integrity: sha512-Sb7KJoWEaQ/e4XIY+xRbjKvbP1luome98ZXevpD+zVSyGjEcfIroebizP6K1yMHCWP/043xH6GUkgEqWPoVGjg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/grid@3.3.5': - resolution: {integrity: sha512-hG6J2KDfmOHitkWoCa/9DvY1nTO2wgMIApcFoqLv7AWJr9CzvVqo5tIhZZCXiT1AvU2kafJxu9e7sr5GxAT2YA==} + '@react-types/grid@3.3.6': + resolution: {integrity: sha512-vIZJlYTii2n1We9nAugXwM2wpcpsC6JigJFBd6vGhStRdRWRoU4yv1Gc98Usbx0FQ/J7GLVIgeG8+1VMTKBdxw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/link@3.6.4': - resolution: {integrity: sha512-eLpIgOPf7GW4DpdMq8UqiRJkriend1kWglz5O9qU+/FM6COtvRnQkEeRhHICUaU2NZUvMRQ30KaGUo3eeZ6b+g==} + '@react-types/link@3.6.5': + resolution: {integrity: sha512-+I2s3XWBEvLrzts0GnNeA84mUkwo+a7kLUWoaJkW0TOBDG7my95HFYxF9WnqKye7NgpOkCqz4s3oW96xPdIniQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/listbox@3.7.3': - resolution: {integrity: sha512-ONgror9uyGmIer5XxpRRNcc8QFVWiOzINrMKyaS8G4l3aP52ZwYpRfwMAVtra8lkVNvXDmO7hthPZkB6RYdNOA==} + '@react-types/listbox@3.7.4': + resolution: {integrity: sha512-p4YEpTl/VQGrqVE8GIfqTS5LkT5jtjDTbVeZgrkPnX/fiPhsfbTPiZ6g0FNap4+aOGJFGEEZUv2q4vx+rCORww==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/menu@3.10.4': - resolution: {integrity: sha512-jCFVShLq3eASiuznenjoKBv3j0Jy2KQilAjBxdEp56WkZ5D338y/oY5zR6d25u9M0QslpI0DgwC8BwU7MCsPnw==} + '@react-types/menu@3.10.5': + resolution: {integrity: sha512-HBTrKll2hm0VKJNM4ubIv1L9MNo8JuOnm2G3M+wXvb6EYIyDNxxJkhjsqsGpUXJdAOSkacHBDcNh2HsZABNX4A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/meter@3.4.12': - resolution: {integrity: sha512-rx+yrwdesSabPworWRMpQnuT69gm8xt58cAfTDV9eSY1Jo+lO5OPp0OIyKb+U0q/whf60wnn2hsVnXm2fBXKhA==} + '@react-types/meter@3.4.13': + resolution: {integrity: sha512-EiarfbpHcvmeyXvXcr6XLaHkNHuGc4g7fBVEiDPwssFJKKfbUzqnnknDxPjyspqUVRcXC08CokS98J1jYobqDg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/numberfield@3.8.14': - resolution: {integrity: sha512-tlGEHJyeQSMlUoO4g9ekoELGJcqsjc/+/FAxo6YQMhQSkuIdkUKZg3UEBKzif4hLw787u80e1D0SxPUi3KO2oA==} + '@react-types/numberfield@3.8.15': + resolution: {integrity: sha512-97r92D23GKCOjGIGMeW9nt+/KlfM3GeWH39Czcmd2/D5y3k6z4j0avbsfx2OttCtJszrnENjw3GraYGYI2KosQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/overlays@3.9.1': - resolution: {integrity: sha512-UCG3TOu8FLk4j0Pr1nlhv0opcwMoqbGEOUvsSr6ITN6Qs2y0j+KYSYQ7a4+04m3dN//8+9Wjkkid8k+V1dV2CA==} + '@react-types/overlays@3.9.2': + resolution: {integrity: sha512-Q0cRPcBGzNGmC8dBuHyoPR7N3057KTS5g+vZfQ53k8WwmilXBtemFJPLsogJbspuewQ/QJ3o2HYsp2pne7/iNw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/progress@3.5.15': - resolution: {integrity: sha512-3SYvEyRt7vq7w0sc6wBYmkPqLMZbhH8FI3Lrnn9r3y8+69/efRjVmmJvwjm1z+c6rukszc2gCjUGTsMPQxVk2w==} + '@react-types/progress@3.5.16': + resolution: {integrity: sha512-I9tSdCFfvQ7gHJtm90VAKgwdTWXQgVNvLRStEc0z9h+bXBxdvZb+QuiRPERChwFQ9VkK4p4rDqaFo69nDqWkpw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/radio@3.9.1': - resolution: {integrity: sha512-DUCN3msm8QZ0MJrP55FmqMONaadYq6JTxihYFGMLP+NoKRnkxvXqNZ2PlkAOLGy3y4RHOnOF8O1LuJqFCCuxDw==} + '@react-types/radio@3.9.2': + resolution: {integrity: sha512-3UcJXu37JrTkRyP4GJPDBU7NmDTInrEdOe+bVzA1j4EegzdkJmLBkLg5cLDAbpiEHB+xIsvbJdx6dxeMuc+H3g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/searchfield@3.6.5': - resolution: {integrity: sha512-5hI+Hb1U0bSxrJLvEwFEQfk7n3S+GO4c5W/0WZBG00YlYDY9asr1V0oU1WRmKPJJlRpyfG6PkMHDC3jhdj89ew==} + '@react-types/searchfield@3.6.6': + resolution: {integrity: sha512-cl3itr/fk7wbIQc2Gz5Ie8aVeUmPjVX/mRGS5/EXlmzycAKNYTvqf2mlxwObLndtLISmt7IgNjRRhbUUDI8Ang==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/select@3.10.1': - resolution: {integrity: sha512-teANUr1byOzGsS/r2j7PatV470JrOhKP8En9lscfnqW5CeUghr+0NxkALnPkiEhCObi/Vu8GIcPareD0HNhtFA==} + '@react-types/select@3.11.0': + resolution: {integrity: sha512-SzIsMFVPCbXE1Z1TLfpdfiwJ1xnIkcL1/CjGilmUKkNk5uT7rYX1xCJqWCjXI0vAU1xM4Qn+T3n8de4fw6HRBg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -3288,41 +3462,44 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/shared@3.32.0': - resolution: {integrity: sha512-t+cligIJsZYFMSPFMvsJMjzlzde06tZMOIOFa1OV5Z0BcMowrb2g4mB57j/9nP28iJIRYn10xCniQts+qadrqQ==} + '@react-types/shared@3.32.1': + resolution: {integrity: sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/slider@3.8.1': - resolution: {integrity: sha512-WxiQWj6iQr5Uft0/KcB9XSr361XnyTmL6eREZZacngA9CjPhRWYP3BRDPcCTuP7fj9Yi4QKMrryyjHqMHP8OKQ==} + '@react-types/slider@3.8.2': + resolution: {integrity: sha512-MQYZP76OEOYe7/yA2To+Dl0LNb0cKKnvh5JtvNvDnAvEprn1RuLiay8Oi/rTtXmc2KmBa4VdTcsXsmkbbkeN2Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/switch@3.5.14': - resolution: {integrity: sha512-M8kIv97i+ejCel4Ho+Y7tDbpOehymGwPA4ChxibeyD32+deyxu5B6BXxgKiL3l+oTLQ8ihLo3sRESdPFw8vpQg==} + '@react-types/switch@3.5.15': + resolution: {integrity: sha512-r/ouGWQmIeHyYSP1e5luET+oiR7N7cLrAlWsrAfYRWHxqXOSNQloQnZJ3PLHrKFT02fsrQhx2rHaK2LfKeyN3A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/table@3.13.3': - resolution: {integrity: sha512-/kY/VlXN+8l9saySd6igcsDQ3x8pOVFJAWyMh6gOaOVN7HOJkTMIchmqS+ATa4nege8jZqcdzyGeAmv7mN655A==} + '@react-types/table@3.13.4': + resolution: {integrity: sha512-I/DYiZQl6aNbMmjk90J9SOhkzVDZvyA3Vn3wMWCiajkMNjvubFhTfda5DDf2SgFP5l0Yh6TGGH5XumRv9LqL5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/tabs@3.3.18': - resolution: {integrity: sha512-yX/AVlGS7VXCuy2LSm8y8nxUrKVBgnLv+FrtkLqf6jUMtD4KP3k1c4+GPHeScR0HcYzCQF7gCF3Skba1RdYoug==} + '@react-types/tabs@3.3.19': + resolution: {integrity: sha512-fE+qI43yR5pAMpeqPxGqQq9jDHXEPqXskuxNHERMW0PYMdPyem2Cw6goc5F4qeZO3Hf6uPZgHkvJz2OAq7TbBw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/textfield@3.12.5': - resolution: {integrity: sha512-VXez8KIcop87EgIy00r+tb30xokA309TfJ32Qv5qOYB5SMqoHnb6SYvWL8Ih2PDqCo5eBiiGesSaWYrHnRIL8Q==} + '@react-types/textfield@3.12.6': + resolution: {integrity: sha512-hpEVKE+M3uUkTjw2WrX1NrH/B3rqDJFUa+ViNK2eVranLY4ZwFqbqaYXSzHupOF3ecSjJJv2C103JrwFvx6TPQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/tooltip@3.4.20': - resolution: {integrity: sha512-tF1yThwvgSgW8Gu/CLL0p92AUldHR6szlwhwW+ewT318sQlfabMGO4xlCNFdxJYtqTpEXk2rlaVrBuaC//du0w==} + '@react-types/tooltip@3.4.21': + resolution: {integrity: sha512-ugGHOZU6WbOdeTdbjnaEc+Ms7/WhsUCg+T3PCOIeOT9FG02Ce189yJ/+hd7oqL/tVwIhEMYJIqSCgSELFox+QA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@rtsao/scc@1.1.0': + resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + '@sideway/address@4.1.5': resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} @@ -3332,8 +3509,8 @@ packages: '@sideway/pinpoint@2.0.0': resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} - '@signalapp/libsignal-client@0.81.0': - resolution: {integrity: sha512-oGVhVTfbh6Sp2m74o4iG61sF9Bf50FKcSX6FQxKBoqiIiZe7f4ziBuVCT1vis3o9lu1RMFrIK/Wf9YrsAhKGdg==} + '@signalapp/libsignal-client@0.81.1': + resolution: {integrity: sha512-pG0ShEkYH3q3kmlLAl/G3SGMOSc47AM4ksBlWUn6uNi7CBkCRLFoiN/LgI0zQ4LnwIifSl3tkilFSKPYs+fVuA==} '@signalapp/minimask@1.0.1': resolution: {integrity: sha512-QAwo0joA60urTNbW9RIz6vLKQjy+jdVtH7cvY0wD9PVooD46MAjE40MLssp4xUJrph91n2XvtJ3pbEUDrmT2AA==} @@ -3345,8 +3522,8 @@ packages: resolution: {integrity: sha512-y2sgqdivlrG41J4Zvt/82xtH/PZjDlgItqlD2g/Cv3ZbjlR6cGhTNXbfNygCJB8nXj+C7I28pjt1Zm3k0pv2mg==} engines: {npm: '>=8.2.3'} - '@signalapp/ringrtc@2.57.1': - resolution: {integrity: sha512-eFJvPRjMv1/CHniPw8Zn3vTIu5NdPxXn8rPMqswIhPFrhD5BSvtotIcrUWxHped7lc7GWvxVvSISQsUBACHLxA==} + '@signalapp/ringrtc@2.59.0': + resolution: {integrity: sha512-d0nim4iS7bkQuER7dZ1CgJePTJ4o9lb7ktm+DVTR7QZkq527dpeSwWOaywoiqo7V06KVp1D0vhby2PMxxLjyug==} hasBin: true '@signalapp/sqlcipher@2.4.4': @@ -3558,68 +3735,68 @@ packages: '@storybook/types@8.1.11': resolution: {integrity: sha512-k9N5iRuY2+t7lVRL6xeu6diNsxO3YI3lS4Juv3RZ2K4QsE/b3yG5ElfJB8DjHDSHwRH4ORyrU71KkOCUVfvtnw==} - '@swc/core-darwin-arm64@1.13.19': - resolution: {integrity: sha512-NxDyte9tCJSJ8+R62WDtqwg8eI57lubD52sHyGOfezpJBOPr36bUSGGLyO3Vod9zTGlOu2CpkuzA/2iVw92u1g==} + '@swc/core-darwin-arm64@1.13.5': + resolution: {integrity: sha512-lKNv7SujeXvKn16gvQqUQI5DdyY8v7xcoO3k06/FJbHJS90zEwZdQiMNRiqpYw/orU543tPaWgz7cIYWhbopiQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.13.19': - resolution: {integrity: sha512-+w5DYrJndSygFFRDcuPYmx5BljD6oYnAohZ15K1L6SfORHp/BTSIbgSFRKPoyhjuIkDiq3W0um8RoMTOBAcQjQ==} + '@swc/core-darwin-x64@1.13.5': + resolution: {integrity: sha512-ILd38Fg/w23vHb0yVjlWvQBoE37ZJTdlLHa8LRCFDdX4WKfnVBiblsCU9ar4QTMNdeTBEX9iUF4IrbNWhaF1Ng==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.13.19': - resolution: {integrity: sha512-7LlfgpdwwYq2q7himNkAAFo4q6jysMLFNoBH6GRP7WL29NcSsl5mPMJjmYZymK+sYq/9MTVieDTQvChzYDsapw==} + '@swc/core-linux-arm-gnueabihf@1.13.5': + resolution: {integrity: sha512-Q6eS3Pt8GLkXxqz9TAw+AUk9HpVJt8Uzm54MvPsqp2yuGmY0/sNaPPNVqctCX9fu/Nu8eaWUen0si6iEiCsazQ==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.13.19': - resolution: {integrity: sha512-ml3I6Lm2marAQ3UC/TS9t/yILBh/eDSVHAdPpikp652xouWAVW1znUeV6bBSxe1sSZIenv+p55ubKAWq/u84sQ==} + '@swc/core-linux-arm64-gnu@1.13.5': + resolution: {integrity: sha512-aNDfeN+9af+y+M2MYfxCzCy/VDq7Z5YIbMqRI739o8Ganz6ST+27kjQFd8Y/57JN/hcnUEa9xqdS3XY7WaVtSw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.13.19': - resolution: {integrity: sha512-M/otFc3/rWWkbF6VgbOXVzUKVoE7MFcphTaStxJp4bwb7oP5slYlxMZN51Dk/OTOfvCDo9pTAFDKNyixbkXMDQ==} + '@swc/core-linux-arm64-musl@1.13.5': + resolution: {integrity: sha512-9+ZxFN5GJag4CnYnq6apKTnnezpfJhCumyz0504/JbHLo+Ue+ZtJnf3RhyA9W9TINtLE0bC4hKpWi8ZKoETyOQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.13.19': - resolution: {integrity: sha512-NoMUKaOJEdouU4tKF88ggdDHFiRRING+gYLxDqnTfm+sUXaizB5OGBRzvSVDYSXQb1SuUuChnXFPFzwTWbt3ZQ==} + '@swc/core-linux-x64-gnu@1.13.5': + resolution: {integrity: sha512-WD530qvHrki8Ywt/PloKUjaRKgstQqNGvmZl54g06kA+hqtSE2FTG9gngXr3UJxYu/cNAjJYiBifm7+w4nbHbA==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.13.19': - resolution: {integrity: sha512-r6krlZwyu8SBaw24QuS1lau2I9q8M+eJV6ITz0rpb6P1Bx0elf9ii5Bhh8ddmIqXXH8kOGSjC/dwcdHbZqAhgw==} + '@swc/core-linux-x64-musl@1.13.5': + resolution: {integrity: sha512-Luj8y4OFYx4DHNQTWjdIuKTq2f5k6uSXICqx+FSabnXptaOBAbJHNbHT/06JZh6NRUouaf0mYXN0mcsqvkhd7Q==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.13.19': - resolution: {integrity: sha512-awcZSIuxyVn0Dw28VjMvgk1qiDJ6CeQwHkZNUjg2UxVlq23zE01NMMp+zkoGFypmLG9gaGmJSzuoqvk/WCQ5tw==} + '@swc/core-win32-arm64-msvc@1.13.5': + resolution: {integrity: sha512-cZ6UpumhF9SDJvv4DA2fo9WIzlNFuKSkZpZmPG1c+4PFSEMy5DFOjBSllCvnqihCabzXzpn6ykCwBmHpy31vQw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.13.19': - resolution: {integrity: sha512-H5d+KO7ISoLNgYvTbOcCQjJZNM3R7yaYlrMAF13lUr6GSiOUX+92xtM31B+HvzAWI7HtvVe74d29aC1b1TpXFA==} + '@swc/core-win32-ia32-msvc@1.13.5': + resolution: {integrity: sha512-C5Yi/xIikrFUzZcyGj9L3RpKljFvKiDMtyDzPKzlsDrKIw2EYY+bF88gB6oGY5RGmv4DAX8dbnpRAqgFD0FMEw==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.13.19': - resolution: {integrity: sha512-qNoyCpXvv2O3JqXKanRIeoMn03Fho/As+N4Fhe7u0FsYh4VYqGQah4DGDzEP/yjl4Gx1IElhqLGDhCCGMwWaDw==} + '@swc/core-win32-x64-msvc@1.13.5': + resolution: {integrity: sha512-YrKdMVxbYmlfybCSbRtrilc6UA8GF5aPmGKBdPvjrarvsmf4i7ZHGCEnLtfOMd3Lwbs2WUZq3WdMbozYeLU93Q==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.13.19': - resolution: {integrity: sha512-V1r4wFdjaZIUIZZrV2Mb/prEeu03xvSm6oatPxsvnXKF9lNh5Jtk9QvUdiVfD9rrvi7bXrAVhg9Wpbmv/2Fl1g==} + '@swc/core@1.13.5': + resolution: {integrity: sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -3853,11 +4030,11 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/express-serve-static-core@4.19.6': - resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} + '@types/express-serve-static-core@4.19.7': + resolution: {integrity: sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==} - '@types/express-serve-static-core@5.0.7': - resolution: {integrity: sha512-R+33OsgWw7rOhD1emjU7dzCDHucJrgJXMA5PYCzJxVil0dsyx5iBEPHqpPfiKNJQb7lZ1vxwoLR4Z87bBUpeGQ==} + '@types/express-serve-static-core@5.1.0': + resolution: {integrity: sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==} '@types/express@4.17.23': resolution: {integrity: sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==} @@ -3969,8 +4146,8 @@ packages: '@types/node@20.17.6': resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} - '@types/node@22.18.6': - resolution: {integrity: sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==} + '@types/node@22.18.10': + resolution: {integrity: sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==} '@types/normalize-path@3.0.2': resolution: {integrity: sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==} @@ -4034,11 +4211,14 @@ packages: '@types/send@0.17.5': resolution: {integrity: sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==} + '@types/send@1.2.0': + resolution: {integrity: sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ==} + '@types/serve-index@1.9.4': resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} - '@types/serve-static@1.15.8': - resolution: {integrity: sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==} + '@types/serve-static@1.15.9': + resolution: {integrity: sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA==} '@types/sinon@17.0.3': resolution: {integrity: sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==} @@ -4495,6 +4675,10 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} + array.prototype.findlastindex@1.2.6: + resolution: {integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==} + engines: {node: '>= 0.4'} + array.prototype.flat@1.3.3: resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} engines: {node: '>= 0.4'} @@ -4640,8 +4824,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.8.7: - resolution: {integrity: sha512-bxxN2M3a4d1CRoQC//IqsR5XrLh0IJ8TCv2x6Y9N0nckNz/rTjZB3//GGscZziZOxmjP55rzxg/ze7usFI9FqQ==} + baseline-browser-mapping@2.8.16: + resolution: {integrity: sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==} hasBin: true basic-auth@2.0.1: @@ -4725,8 +4909,8 @@ packages: browser-stdout@1.3.1: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - browserslist@4.26.2: - resolution: {integrity: sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==} + browserslist@4.26.3: + resolution: {integrity: sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -4818,8 +5002,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001745: - resolution: {integrity: sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==} + caniuse-lite@1.0.30001750: + resolution: {integrity: sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==} capture-stack-trace@1.0.2: resolution: {integrity: sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==} @@ -5136,11 +5320,11 @@ packages: resolution: {integrity: sha512-rxjlVPoTzuKQXem9rdIHSc6xo8TcvqmVZoItxvhMaI1/9MOSNEaee86CpMgv+QVul2Q5v/DkXfOOVwDJxF7KsA==} engines: {node: '>=6'} - core-js-compat@3.45.1: - resolution: {integrity: sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==} + core-js-compat@3.46.0: + resolution: {integrity: sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==} - core-js@3.45.1: - resolution: {integrity: sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==} + core-js@3.46.0: + resolution: {integrity: sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==} core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} @@ -5466,8 +5650,8 @@ packages: engines: {node: '>=0.10'} hasBin: true - detect-libc@2.1.1: - resolution: {integrity: sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==} + detect-libc@2.1.2: + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} engines: {node: '>=8'} detect-newline@3.1.0: @@ -5633,8 +5817,8 @@ packages: electron-publish@26.0.13: resolution: {integrity: sha512-O5hfHSwli5cegQ4JS3Dp0dZcheex6UCRE/qYyRQvhB6DhSwojiwTnAGEuQCJXc8K8Zxz2lku5Du3VwYHf8d5Lw==} - electron-to-chromium@1.5.224: - resolution: {integrity: sha512-kWAoUu/bwzvnhpdZSIc6KUyvkI1rbRXMT0Eq8pKReyOyaPZcctMli+EgvcN1PAvwVc7Tdo4Fxi2PsLNDU05mdg==} + electron-to-chromium@1.5.234: + resolution: {integrity: sha512-RXfEp2x+VRYn8jbKfQlRImzoJU01kyDvVPBmG39eU2iuRVhuS6vQNocB8J0/8GrIMLnPzgz4eW6WiRnJkTuNWg==} electron-window@0.8.1: resolution: {integrity: sha512-W1i9LfnZJozk3MXE8VgsL2E5wOUHSgyCvcg1H2vQQjj+gqhO9lVudgY3z3SF7LJAmi+0vy3CJkbMqsynWB49EA==} @@ -5648,8 +5832,8 @@ packages: engines: {node: '>= 12.20.55'} hasBin: true - electron@38.1.2: - resolution: {integrity: sha512-WXUcN3W8h8NTTZViA3KNX0rV2YBU0X0mEUM3ubupXTDY4QtIN7tmiqYVOKSKpR2LckTmBWGuEeY4D6xVoffwKQ==} + electron@38.2.0: + resolution: {integrity: sha512-Cw5Mb+N5NxsG0Hc1qr8I65Kt5APRrbgTtEEn3zTod30UNJRnAE1xbGk/1NOaDn3ODzI/MYn6BzT9T9zreP7xWA==} engines: {node: '>= 12.20.55'} hasBin: true @@ -5657,11 +5841,11 @@ packages: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} - emoji-datasource-apple@15.1.2: - resolution: {integrity: sha512-32UZTK36x4DlvgD1smkmBlKmmJH7qUr5Qut4U/on2uQLGqNXGbZiheq6/LEA8xRQEUrmNrGEy25wpEI6wvYmTg==} + emoji-datasource-apple@16.0.0: + resolution: {integrity: sha512-dVYjsK0FnCry9F+PBtnivhG2K0xdwlmqYaSgiUtztUdAGPYiHYhZcVKvNBqC791g2qyEcFNTBO6utg4eQ3uLTw==} - emoji-datasource@15.1.2: - resolution: {integrity: sha512-tXAqGsrDVhgCRpFePtaD9P4Z8Ro2SUQSL/4MIJBG0SxqQJaMslEbin8J53OaFwEBu6e7JxFaIF6s4mw9+8acAQ==} + emoji-datasource@16.0.0: + resolution: {integrity: sha512-/qHKqK5Nr3+8zhgO6kHmF43Fm5C8HNn0AaFRIpgw8HF3+uF0Vfc8jgLI1ZQS5ba1vBzksS8NBCjHejwLb2D/Sg==} emoji-regex@10.4.0: resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} @@ -5723,8 +5907,8 @@ packages: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} - envinfo@7.14.0: - resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} + envinfo@7.17.0: + resolution: {integrity: sha512-GpfViocsFM7viwClFgxK26OtjMlKN67GCR5v6ASFkotxtpBWd9d+vNy+AH7F2E1TUkMDZ8P/dDPZX71/NG8xnQ==} engines: {node: '>=4'} hasBin: true @@ -5787,8 +5971,13 @@ packages: peerDependencies: esbuild: '>=0.12 <1' - esbuild@0.24.0: - resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} + esbuild@0.24.2: + resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} + engines: {node: '>=18'} + hasBin: true + + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -5889,12 +6078,12 @@ packages: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 tailwindcss: ^3.3.0 || ^4.1.6 - eslint-plugin-import@2.26.0: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + eslint-plugin-import@2.32.0: + resolution: {integrity: sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 peerDependenciesMeta: '@typescript-eslint/parser': optional: true @@ -6058,8 +6247,8 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - exponential-backoff@3.1.2: - resolution: {integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==} + exponential-backoff@3.1.3: + resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} express@4.21.2: resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==} @@ -6353,6 +6542,10 @@ packages: resolution: {integrity: sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg==} engines: {node: '>=10'} + generator-function@2.0.1: + resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==} + engines: {node: '>= 0.4'} + gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -6420,8 +6613,8 @@ packages: resolution: {integrity: sha512-evR4kvr6s0Yo5t4CD4H171n4T8XcnPFznvsbeN8K9FPzc0Q0wYqcOWyGtck2qcvJSLXKnU6DnDyfmbDDabYvRQ==} engines: {node: '>=10.13.0'} - glob-to-regex.js@1.0.1: - resolution: {integrity: sha512-CG/iEvgQqfzoVsMUbxSJcwbG2JwyZ3naEqPkeltwl0BSS8Bp83k3xlGms+0QdWFUAwV+uvo80wNswKF6FWEkKg==} + glob-to-regex.js@1.2.0: + resolution: {integrity: sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -6543,10 +6736,6 @@ packages: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} - has@1.0.4: - resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} - engines: {node: '>= 0.4.0'} - hasha@5.2.2: resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==} engines: {node: '>=8'} @@ -6782,6 +6971,9 @@ packages: intl-messageformat@10.7.16: resolution: {integrity: sha512-UmdmHUmp5CIKKjSoE10la5yfU+AYJAaiYLsodbjL4lji83JNvgOQUjGaGhGrpFCb0Uh7sl7qfP1IyILa8Z40ug==} + intl-messageformat@10.7.18: + resolution: {integrity: sha512-m3Ofv/X/tV8Y3tHXLohcuVuhWKo7BBq62cqY15etqmLxg2DZ34AGGgQDeR+SCta2+zICb1NX83af0GJmbQ1++g==} + intl-messageformat@10.7.6: resolution: {integrity: sha512-IsMU/hqyy3FJwNJ0hxDfY2heJ7MteSuFvcnCebxRp67di4Fhx1gKKE+qS0bBwUF8yXkX9SsPUhLeX/B6h5SKUA==} @@ -6912,8 +7104,8 @@ packages: resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} engines: {node: '>=6'} - is-generator-function@1.1.0: - resolution: {integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==} + is-generator-function@1.1.2: + resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==} engines: {node: '>= 0.4'} is-glob@4.0.3: @@ -7319,8 +7511,8 @@ packages: resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} hasBin: true - jiti@2.6.0: - resolution: {integrity: sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==} + jiti@2.6.1: + resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true joi@17.13.3: @@ -7347,8 +7539,8 @@ packages: resolution: {integrity: sha512-iZ8Bdb84lWRuGHamRXFyML07r21pcwBrLkHEuHgEY5UbCouBwv7ECknDRKzsQIXMiqpPymqtIf8TC/shYKB5rw==} engines: {node: '>=12.0.0'} - jsdoc@4.0.4: - resolution: {integrity: sha512-zeFezwyXeG4syyYHbvh1A967IAqq/67yXtXvuL5wnqCkFZe8I0vKfm+EO+YEvLguo6w9CDUbrAXVtJSHh2E8rw==} + jsdoc@4.0.5: + resolution: {integrity: sha512-P4C6MWP9yIlMiK8nwoZvxN84vb6MsnXcHuy7XzVOvQoCizWX5JFCBsWIIWKXBltpoRZXddUOVQmCTOZt9yDj9g==} engines: {node: '>=12.0.0'} hasBin: true @@ -7548,8 +7740,8 @@ packages: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} engines: {node: '>=4'} - loader-runner@4.3.0: - resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + loader-runner@4.3.1: + resolution: {integrity: sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==} engines: {node: '>=6.11.5'} loader-utils@2.0.4: @@ -7813,8 +8005,8 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.46.1: - resolution: {integrity: sha512-2wjHDg7IjP+ufAqqqSxjiNePFDrvWviA79ajUwG9lkHhk3HzZOLBzzoUG8cx9vCagj6VvBQD7oXuLuFz5LaAOQ==} + memfs@4.49.0: + resolution: {integrity: sha512-L9uC9vGuc4xFybbdOpRLoOAOq1YEBBsocCs5NVW32DfU+CZWWIn3OVF+lB8Gp4ttBVSMazwrTrjv8ussX/e3VQ==} memoize-one@5.2.1: resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} @@ -8076,8 +8268,8 @@ packages: no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} - node-abi@3.77.0: - resolution: {integrity: sha512-DSmt0OEcLoK4i3NuscSbGjOf3bqiDEutejqENSplMSFA/gmB8mkED9G4pKWnPl7MDU4rSHebKPHeitpDfyH0cQ==} + node-abi@3.78.0: + resolution: {integrity: sha512-E2wEyrgX/CqvicaQYU3Ze1PFGjc4QYPGsjUrlYkqAE0WjHEZwgOsGMPMzkMse4LjJbDmaEuDX3CM036j5K2DSQ==} engines: {node: '>=10'} node-abort-controller@3.1.1: @@ -8128,8 +8320,8 @@ packages: resolution: {integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==} engines: {node: '>=8'} - node-releases@2.0.21: - resolution: {integrity: sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==} + node-releases@2.0.23: + resolution: {integrity: sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==} nop@1.0.0: resolution: {integrity: sha512-XdkOuXGx0DTwlqb0DWTcDqelgU/F3YyZ+PTRaecpDVpkYskcnh3OeUYKfvjcRQ2D1diTIGxi/a3eHVjW5yPupQ==} @@ -8200,6 +8392,10 @@ packages: resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} engines: {node: '>= 0.4'} + object.groupby@1.0.3: + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} + object.hasown@1.1.4: resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==} engines: {node: '>= 0.4'} @@ -8540,8 +8736,8 @@ packages: engines: {node: '>=18'} hasBin: true - playwright-core@1.55.1: - resolution: {integrity: sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==} + playwright-core@1.56.0: + resolution: {integrity: sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==} engines: {node: '>=18'} hasBin: true @@ -9016,8 +9212,8 @@ packages: '@types/react': optional: true - react-stately@3.41.0: - resolution: {integrity: sha512-Fe8PaZPm9Ue9kDXVa8KaOz6gzbmZPuzftxeVQwKVX3u/kyFhbRkr/LeAFvgP7a+EeX+Bjmdht/9ixDsBXj4qbQ==} + react-stately@3.42.0: + resolution: {integrity: sha512-lYt2o1dd6dK8Bb4GRh08RG/2u64bSA1cqtRqtw4jEMgxC7Q17RFcIumBbChErndSdLzafEG/UBwV6shOfig6yw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -9339,8 +9535,8 @@ packages: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} - schema-utils@4.3.2: - resolution: {integrity: sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==} + schema-utils@4.3.3: + resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==} engines: {node: '>= 10.13.0'} secure-compare@3.0.1: @@ -9692,8 +9888,8 @@ packages: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} - strip-indent@4.1.0: - resolution: {integrity: sha512-OA95x+JPmL7kc7zCu+e+TeYxEiaIyndRx0OrBcK2QPPH09oAndr2ALvymxWA+Lx1PYYvFUm4O63pRkdJAaW96w==} + strip-indent@4.1.1: + resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==} engines: {node: '>=12'} strip-json-comments@2.0.1: @@ -9821,8 +10017,8 @@ packages: tailwindcss@4.1.7: resolution: {integrity: sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg==} - tapable@2.2.3: - resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==} + tapable@2.3.0: + resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==} engines: {node: '>=6'} tar@6.2.1: @@ -10221,8 +10417,8 @@ packages: '@types/react': optional: true - use-sync-external-store@1.5.0: - resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==} + use-sync-external-store@1.6.0: + resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -10690,7 +10886,7 @@ snapshots: dependencies: '@babel/compat-data': 7.28.4 '@babel/helper-validator-option': 7.27.1 - browserslist: 4.26.2 + browserslist: 4.26.3 lru-cache: 5.1.1 semver: 6.3.1 @@ -11061,7 +11257,7 @@ snapshots: '@electron/node-gyp@10.2.0-electron.2': dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.2 + exponential-backoff: 3.1.3 glob: 8.1.0 graceful-fs: 4.2.11 make-fetch-happen: 10.2.1 @@ -11107,10 +11303,10 @@ snapshots: '@malept/cross-spawn-promise': 2.0.0 chalk: 4.1.2 debug: 4.3.7(supports-color@8.1.1) - detect-libc: 2.1.1 + detect-libc: 2.1.2 fs-extra: 10.1.0 got: 11.8.5(patch_hash=cfe393dc1cca8970377087e9555a285d1121f75d57223ddd872b1a8d3f8c909b) - node-abi: 3.77.0 + node-abi: 3.78.0 node-api-version: 0.2.1 ora: 5.4.1 read-binary-file-arch: 1.0.6 @@ -11159,76 +11355,157 @@ snapshots: '@emotion/memoize@0.7.4': optional: true - '@esbuild/aix-ppc64@0.24.0': + '@esbuild/aix-ppc64@0.24.2': + optional: true + + '@esbuild/aix-ppc64@0.25.9': + optional: true + + '@esbuild/android-arm64@0.24.2': + optional: true + + '@esbuild/android-arm64@0.25.9': + optional: true + + '@esbuild/android-arm@0.24.2': + optional: true + + '@esbuild/android-arm@0.25.9': + optional: true + + '@esbuild/android-x64@0.24.2': + optional: true + + '@esbuild/android-x64@0.25.9': + optional: true + + '@esbuild/darwin-arm64@0.24.2': + optional: true + + '@esbuild/darwin-arm64@0.25.9': + optional: true + + '@esbuild/darwin-x64@0.24.2': + optional: true + + '@esbuild/darwin-x64@0.25.9': + optional: true + + '@esbuild/freebsd-arm64@0.24.2': + optional: true + + '@esbuild/freebsd-arm64@0.25.9': + optional: true + + '@esbuild/freebsd-x64@0.24.2': + optional: true + + '@esbuild/freebsd-x64@0.25.9': + optional: true + + '@esbuild/linux-arm64@0.24.2': + optional: true + + '@esbuild/linux-arm64@0.25.9': + optional: true + + '@esbuild/linux-arm@0.24.2': + optional: true + + '@esbuild/linux-arm@0.25.9': + optional: true + + '@esbuild/linux-ia32@0.24.2': + optional: true + + '@esbuild/linux-ia32@0.25.9': + optional: true + + '@esbuild/linux-loong64@0.24.2': + optional: true + + '@esbuild/linux-loong64@0.25.9': + optional: true + + '@esbuild/linux-mips64el@0.24.2': + optional: true + + '@esbuild/linux-mips64el@0.25.9': + optional: true + + '@esbuild/linux-ppc64@0.24.2': + optional: true + + '@esbuild/linux-ppc64@0.25.9': optional: true - '@esbuild/android-arm64@0.24.0': + '@esbuild/linux-riscv64@0.24.2': optional: true - '@esbuild/android-arm@0.24.0': + '@esbuild/linux-riscv64@0.25.9': optional: true - '@esbuild/android-x64@0.24.0': + '@esbuild/linux-s390x@0.24.2': optional: true - '@esbuild/darwin-arm64@0.24.0': + '@esbuild/linux-s390x@0.25.9': optional: true - '@esbuild/darwin-x64@0.24.0': + '@esbuild/linux-x64@0.24.2': optional: true - '@esbuild/freebsd-arm64@0.24.0': + '@esbuild/linux-x64@0.25.9': optional: true - '@esbuild/freebsd-x64@0.24.0': + '@esbuild/netbsd-arm64@0.24.2': optional: true - '@esbuild/linux-arm64@0.24.0': + '@esbuild/netbsd-arm64@0.25.9': optional: true - '@esbuild/linux-arm@0.24.0': + '@esbuild/netbsd-x64@0.24.2': optional: true - '@esbuild/linux-ia32@0.24.0': + '@esbuild/netbsd-x64@0.25.9': optional: true - '@esbuild/linux-loong64@0.24.0': + '@esbuild/openbsd-arm64@0.24.2': optional: true - '@esbuild/linux-mips64el@0.24.0': + '@esbuild/openbsd-arm64@0.25.9': optional: true - '@esbuild/linux-ppc64@0.24.0': + '@esbuild/openbsd-x64@0.24.2': optional: true - '@esbuild/linux-riscv64@0.24.0': + '@esbuild/openbsd-x64@0.25.9': optional: true - '@esbuild/linux-s390x@0.24.0': + '@esbuild/openharmony-arm64@0.25.9': optional: true - '@esbuild/linux-x64@0.24.0': + '@esbuild/sunos-x64@0.24.2': optional: true - '@esbuild/netbsd-x64@0.24.0': + '@esbuild/sunos-x64@0.25.9': optional: true - '@esbuild/openbsd-arm64@0.24.0': + '@esbuild/win32-arm64@0.24.2': optional: true - '@esbuild/openbsd-x64@0.24.0': + '@esbuild/win32-arm64@0.25.9': optional: true - '@esbuild/sunos-x64@0.24.0': + '@esbuild/win32-ia32@0.24.2': optional: true - '@esbuild/win32-arm64@0.24.0': + '@esbuild/win32-ia32@0.25.9': optional: true - '@esbuild/win32-ia32@0.24.0': + '@esbuild/win32-x64@0.24.2': optional: true - '@esbuild/win32-x64@0.24.0': + '@esbuild/win32-x64@0.25.9': optional: true '@eslint-community/eslint-utils@4.9.0(eslint@8.56.0)': @@ -11238,7 +11515,7 @@ snapshots: '@eslint-community/regexpp@4.12.1': {} - '@eslint/css-tree@3.6.5': + '@eslint/css-tree@3.6.6': dependencies: mdn-data: 2.23.0 source-map-js: 1.2.1 @@ -11294,6 +11571,13 @@ snapshots: decimal.js: 10.6.0 tslib: 2.8.1 + '@formatjs/ecma402-abstract@2.3.6': + dependencies: + '@formatjs/fast-memoize': 2.2.7 + '@formatjs/intl-localematcher': 0.6.2 + decimal.js: 10.6.0 + tslib: 2.8.1 + '@formatjs/fast-memoize@1.2.1': dependencies: tslib: 2.8.1 @@ -11318,6 +11602,12 @@ snapshots: '@formatjs/icu-skeleton-parser': 1.8.14 tslib: 2.8.1 + '@formatjs/icu-messageformat-parser@2.11.4': + dependencies: + '@formatjs/ecma402-abstract': 2.3.6 + '@formatjs/icu-skeleton-parser': 1.8.16 + tslib: 2.8.1 + '@formatjs/icu-messageformat-parser@2.9.3': dependencies: '@formatjs/ecma402-abstract': 2.2.3 @@ -11334,6 +11624,11 @@ snapshots: '@formatjs/ecma402-abstract': 2.3.4 tslib: 2.8.1 + '@formatjs/icu-skeleton-parser@1.8.16': + dependencies: + '@formatjs/ecma402-abstract': 2.3.6 + tslib: 2.8.1 + '@formatjs/icu-skeleton-parser@1.8.7': dependencies: '@formatjs/ecma402-abstract': 2.2.3 @@ -11367,6 +11662,10 @@ snapshots: dependencies: tslib: 2.8.1 + '@formatjs/intl-localematcher@0.6.2': + dependencies: + tslib: 2.8.1 + '@formatjs/intl@2.10.14(typescript@5.6.3)': dependencies: '@formatjs/ecma402-abstract': 2.2.3 @@ -11476,14 +11775,14 @@ snapshots: dependencies: buffer-crc32: 0.2.13 - '@internationalized/date@3.9.0': + '@internationalized/date@3.10.0': dependencies: '@swc/helpers': 0.5.17 '@internationalized/message@3.1.8': dependencies: '@swc/helpers': 0.5.17 - intl-messageformat: 10.7.16 + intl-messageformat: 10.7.18 '@internationalized/number@3.6.5': dependencies: @@ -11531,7 +11830,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': + '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -11545,7 +11844,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -11566,9 +11865,9 @@ snapshots: - supports-color - ts-node - '@jest/create-cache-key-function@30.0.5': + '@jest/create-cache-key-function@30.2.0': dependencies: - '@jest/types': 30.0.5 + '@jest/types': 30.2.0 '@jest/environment@29.7.0': dependencies: @@ -11697,7 +11996,7 @@ snapshots: '@types/yargs': 17.0.33 chalk: 4.1.2 - '@jest/types@30.0.5': + '@jest/types@30.2.0': dependencies: '@jest/pattern': 30.0.1 '@jest/schemas': 30.0.5 @@ -11739,7 +12038,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@jsonjoy.com/buffers@1.0.0(tslib@2.8.1)': + '@jsonjoy.com/buffers@1.2.0(tslib@2.8.1)': dependencies: tslib: 2.8.1 @@ -11747,10 +12046,10 @@ snapshots: dependencies: tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.14.0(tslib@2.8.1)': + '@jsonjoy.com/json-pack@1.20.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) - '@jsonjoy.com/buffers': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.0(tslib@2.8.1) '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) @@ -11766,7 +12065,7 @@ snapshots: '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.0(tslib@2.8.1) '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) tslib: 2.8.1 @@ -12770,7 +13069,7 @@ snapshots: '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@18.3.20)(react@18.3.1)': dependencies: react: 18.3.1 - use-sync-external-store: 1.5.0(react@18.3.1) + use-sync-external-store: 1.6.0(react@18.3.1) optionalDependencies: '@types/react': 18.3.20 @@ -12813,66 +13112,66 @@ snapshots: '@react-aria/accordion@3.0.0-alpha.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/button': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/button': 3.14.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/utils': 3.25.3(react@18.3.1) - '@react-stately/tree': 3.9.2(react@18.3.1) + '@react-stately/tree': 3.9.3(react@18.3.1) '@react-types/accordion': 3.0.0-alpha.24(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/breadcrumbs@3.5.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/breadcrumbs@3.5.29(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/link': 3.8.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/breadcrumbs': 3.7.16(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/link': 3.8.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/breadcrumbs': 3.7.17(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/button@3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/button@3.14.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/toolbar': 3.0.0-beta.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/toggle': 3.9.1(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/toolbar': 3.0.0-beta.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/toggle': 3.9.2(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/calendar@3.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/calendar@3.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@internationalized/date': 3.10.0 + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/calendar': 3.8.4(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/calendar': 3.7.4(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/calendar': 3.9.0(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/calendar': 3.8.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/checkbox@3.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/form': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/toggle': 3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/checkbox': 3.7.1(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/toggle': 3.9.1(react@18.3.1) - '@react-types/checkbox': 3.10.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/checkbox@3.16.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/form': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/toggle': 3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/checkbox': 3.7.2(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/toggle': 3.9.2(react@18.3.1) + '@react-types/checkbox': 3.10.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -12885,108 +13184,108 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - use-sync-external-store: 1.5.0(react@18.3.1) - - '@react-aria/color@3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/numberfield': 3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/slider': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/spinbutton': 3.6.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/textfield': 3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/visually-hidden': 3.8.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/color': 3.9.1(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-types/color': 3.1.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + use-sync-external-store: 1.6.0(react@18.3.1) + + '@react-aria/color@3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/numberfield': 3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/slider': 3.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/spinbutton': 3.6.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/textfield': 3.18.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/color': 3.9.2(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-types/color': 3.1.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/combobox@3.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/combobox@3.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/listbox': 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/listbox': 3.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/menu': 3.19.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/overlays': 3.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/textfield': 3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/combobox': 3.11.1(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/combobox': 3.13.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/menu': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/overlays': 3.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/textfield': 3.18.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/combobox': 3.12.0(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/combobox': 3.13.9(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/datepicker@3.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/datepicker@3.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 + '@internationalized/date': 3.10.0 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/form': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/spinbutton': 3.6.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/datepicker': 3.15.1(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/calendar': 3.7.4(react@18.3.1) - '@react-types/datepicker': 3.13.1(react@18.3.1) - '@react-types/dialog': 3.5.21(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/form': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/spinbutton': 3.6.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/datepicker': 3.15.2(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/calendar': 3.8.0(react@18.3.1) + '@react-types/datepicker': 3.13.2(react@18.3.1) + '@react-types/dialog': 3.5.22(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/dialog@3.5.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/dialog@3.5.31(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/overlays': 3.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/dialog': 3.5.21(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/overlays': 3.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/dialog': 3.5.22(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) '@react-aria/disclosure@3.0.0-alpha.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/button': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/button': 3.14.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/ssr': 3.9.10(react@18.3.1) '@react-aria/utils': 3.25.3(react@18.3.1) '@react-stately/disclosure': 3.0.0-alpha.0(react@18.3.1) - '@react-stately/toggle': 3.9.1(react@18.3.1) - '@react-stately/tree': 3.9.2(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) + '@react-stately/toggle': 3.9.2(react@18.3.1) + '@react-stately/tree': 3.9.3(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/dnd@3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/dnd@3.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@internationalized/string': 3.2.7 - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/overlays': 3.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/dnd': 3.7.0(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/overlays': 3.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/dnd': 3.7.1(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -12994,75 +13293,75 @@ snapshots: '@react-aria/focus@3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/interactions': 3.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/focus@3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/focus@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/form@3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/form@3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/grid@3.14.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/grid@3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/grid': 3.11.5(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) - '@react-types/checkbox': 3.10.1(react@18.3.1) - '@react-types/grid': 3.3.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/grid': 3.11.6(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) + '@react-types/checkbox': 3.10.2(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/gridlist@3.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/grid': 3.14.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-stately/tree': 3.9.2(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/gridlist@3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/grid': 3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-stately/tree': 3.9.3(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/i18n@3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/i18n@3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 + '@internationalized/date': 3.10.0 '@internationalized/message': 3.1.8 '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 '@react-aria/ssr': 3.9.10(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -13070,50 +13369,50 @@ snapshots: '@react-aria/interactions@3.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/ssr': 3.9.10(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/interactions@3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/interactions@3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/ssr': 3.9.10(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-stately/flags': 3.1.2 - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/label@3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/label@3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/link@3.8.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/link@3.8.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/link': 3.6.4(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/link': 3.6.5(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/listbox@3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/listbox@3.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-types/listbox': 3.7.3(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-types/listbox': 3.7.4(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -13122,164 +13421,164 @@ snapshots: dependencies: '@swc/helpers': 0.5.17 - '@react-aria/menu@3.19.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/overlays': 3.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/menu': 3.9.7(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) - '@react-stately/tree': 3.9.2(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/menu': 3.10.4(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/menu@3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/overlays': 3.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/menu': 3.9.8(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) + '@react-stately/tree': 3.9.3(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/menu': 3.10.5(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/meter@3.4.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/meter@3.4.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/progress': 3.4.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/meter': 3.4.12(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/progress': 3.4.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/meter': 3.4.13(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/numberfield@3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/spinbutton': 3.6.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/textfield': 3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/numberfield': 3.10.1(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/numberfield': 3.8.14(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/numberfield@3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/spinbutton': 3.6.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/textfield': 3.18.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/numberfield': 3.10.2(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/numberfield': 3.8.15(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/overlays@3.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/overlays@3.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/ssr': 3.9.10(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/visually-hidden': 3.8.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/overlays': 3.6.19(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/overlays': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/overlays': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/progress@3.4.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/progress@3.4.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/progress': 3.5.15(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/progress': 3.5.16(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/radio@3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/form': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/radio': 3.11.1(react@18.3.1) - '@react-types/radio': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/radio@3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/form': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/radio': 3.11.2(react@18.3.1) + '@react-types/radio': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/searchfield@3.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/searchfield@3.8.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/textfield': 3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/searchfield': 3.5.15(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/searchfield': 3.6.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/textfield': 3.18.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/searchfield': 3.5.16(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/searchfield': 3.6.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/select@3.16.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/form': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/listbox': 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/menu': 3.19.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/visually-hidden': 3.8.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/select': 3.7.1(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/select': 3.10.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/select@3.17.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/form': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/listbox': 3.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/menu': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/select': 3.8.0(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/select': 3.11.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/selection@3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/selection@3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/separator@3.4.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/separator@3.4.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/slider@3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/slider@3.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/slider': 3.7.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/slider': 3.8.1(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/slider': 3.7.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/slider': 3.8.2(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/spinbutton@3.6.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/spinbutton@3.6.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -13289,85 +13588,85 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-aria/switch@3.7.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/switch@3.7.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/toggle': 3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/toggle': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/switch': 3.5.14(react@18.3.1) + '@react-aria/toggle': 3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/toggle': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/switch': 3.5.15(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/table@3.17.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/table@3.17.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/grid': 3.14.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/grid': 3.14.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/visually-hidden': 3.8.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) '@react-stately/flags': 3.1.2 - '@react-stately/table': 3.15.0(react@18.3.1) - '@react-types/checkbox': 3.10.1(react@18.3.1) - '@react-types/grid': 3.3.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/table': 3.13.3(react@18.3.1) + '@react-stately/table': 3.15.1(react@18.3.1) + '@react-types/checkbox': 3.10.2(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/table': 3.13.4(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/tabs@3.10.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/tabs@3.10.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/tabs': 3.8.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/tabs': 3.3.18(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/tabs': 3.8.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/tabs': 3.3.19(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/tag@3.7.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/gridlist': 3.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/tag@3.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@react-aria/gridlist': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/textfield@3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/textfield@3.18.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/form': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) + '@react-aria/form': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/textfield': 3.12.5(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/textfield': 3.12.6(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/toggle@3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/toggle@3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/toggle': 3.9.1(react@18.3.1) - '@react-types/checkbox': 3.10.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/toggle': 3.9.2(react@18.3.1) + '@react-types/checkbox': 3.10.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -13375,7 +13674,7 @@ snapshots: '@react-aria/toolbar@3.0.0-beta.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/focus': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/utils': 3.25.3(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) '@swc/helpers': 0.5.17 @@ -13383,35 +13682,35 @@ snapshots: transitivePeerDependencies: - react-dom - '@react-aria/toolbar@3.0.0-beta.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/toolbar@3.0.0-beta.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/focus': 3.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/focus': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/tooltip@3.8.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/tooltip@3.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/tooltip': 3.5.7(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/tooltip': 3.4.20(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/tooltip': 3.5.8(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/tooltip': 3.4.21(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) '@react-aria/tree@3.0.0-beta.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/gridlist': 3.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/gridlist': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/utils': 3.25.3(react@18.3.1) - '@react-stately/tree': 3.9.2(react@18.3.1) - '@react-types/button': 3.14.0(react@18.3.1) + '@react-stately/tree': 3.9.3(react@18.3.1) + '@react-types/button': 3.14.1(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 @@ -13426,33 +13725,33 @@ snapshots: clsx: 2.1.1 react: 18.3.1 - '@react-aria/utils@3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/utils@3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/ssr': 3.9.10(react@18.3.1) '@react-stately/flags': 3.1.2 '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/virtualizer@4.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/virtualizer@4.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/virtualizer': 4.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/virtualizer': 4.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/visually-hidden@3.8.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-aria/visually-hidden@3.8.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/interactions': 3.25.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-aria/interactions': 3.25.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.31.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -13489,71 +13788,70 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-stately/calendar@3.8.4(react@18.3.1)': + '@react-stately/calendar@3.9.0(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 + '@internationalized/date': 3.10.0 '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/calendar': 3.7.4(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/calendar': 3.8.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/checkbox@3.7.1(react@18.3.1)': + '@react-stately/checkbox@3.7.2(react@18.3.1)': dependencies: - '@react-stately/form': 3.2.1(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/checkbox': 3.10.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/checkbox': 3.10.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/collections@3.12.7(react@18.3.1)': + '@react-stately/collections@3.12.8(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/color@3.9.1(react@18.3.1)': + '@react-stately/color@3.9.2(react@18.3.1)': dependencies: '@internationalized/number': 3.6.5 '@internationalized/string': 3.2.7 - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/numberfield': 3.10.1(react@18.3.1) - '@react-stately/slider': 3.7.1(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/numberfield': 3.10.2(react@18.3.1) + '@react-stately/slider': 3.7.2(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/color': 3.1.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/color': 3.1.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/combobox@3.11.1(react@18.3.1)': + '@react-stately/combobox@3.12.0(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-stately/overlays': 3.6.19(react@18.3.1) - '@react-stately/select': 3.7.1(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/combobox': 3.13.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/combobox': 3.13.9(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/data@3.14.0(react@18.3.1)': + '@react-stately/data@3.14.1(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/datepicker@3.15.1(react@18.3.1)': + '@react-stately/datepicker@3.15.2(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 + '@internationalized/date': 3.10.0 '@internationalized/string': 3.2.7 - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/overlays': 3.6.19(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/datepicker': 3.13.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/datepicker': 3.13.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 @@ -13564,17 +13862,17 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/disclosure@3.0.7(react@18.3.1)': + '@react-stately/disclosure@3.0.8(react@18.3.1)': dependencies: '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/dnd@3.7.0(react@18.3.1)': + '@react-stately/dnd@3.7.1(react@18.3.1)': dependencies: - '@react-stately/selection': 3.20.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 @@ -13582,126 +13880,127 @@ snapshots: dependencies: '@swc/helpers': 0.5.17 - '@react-stately/form@3.2.1(react@18.3.1)': + '@react-stately/form@3.2.2(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/grid@3.11.5(react@18.3.1)': + '@react-stately/grid@3.11.6(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) - '@react-types/grid': 3.3.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/layout@4.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-stately/layout@4.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/table': 3.15.0(react@18.3.1) - '@react-stately/virtualizer': 4.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/grid': 3.3.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/table': 3.13.3(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/table': 3.15.1(react@18.3.1) + '@react-stately/virtualizer': 4.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/table': 3.13.4(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-stately/list@3.13.0(react@18.3.1)': + '@react-stately/list@3.13.1(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/menu@3.9.7(react@18.3.1)': + '@react-stately/menu@3.9.8(react@18.3.1)': dependencies: - '@react-stately/overlays': 3.6.19(react@18.3.1) - '@react-types/menu': 3.10.4(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) + '@react-types/menu': 3.10.5(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/numberfield@3.10.1(react@18.3.1)': + '@react-stately/numberfield@3.10.2(react@18.3.1)': dependencies: '@internationalized/number': 3.6.5 - '@react-stately/form': 3.2.1(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/numberfield': 3.8.14(react@18.3.1) + '@react-types/numberfield': 3.8.15(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/overlays@3.6.19(react@18.3.1)': + '@react-stately/overlays@3.6.20(react@18.3.1)': dependencies: '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/overlays': 3.9.1(react@18.3.1) + '@react-types/overlays': 3.9.2(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/radio@3.11.1(react@18.3.1)': + '@react-stately/radio@3.11.2(react@18.3.1)': dependencies: - '@react-stately/form': 3.2.1(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/radio': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/radio': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/searchfield@3.5.15(react@18.3.1)': + '@react-stately/searchfield@3.5.16(react@18.3.1)': dependencies: '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/searchfield': 3.6.5(react@18.3.1) + '@react-types/searchfield': 3.6.6(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/select@3.7.1(react@18.3.1)': + '@react-stately/select@3.8.0(react@18.3.1)': dependencies: - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-stately/overlays': 3.6.19(react@18.3.1) - '@react-types/select': 3.10.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) + '@react-stately/utils': 3.10.8(react@18.3.1) + '@react-types/select': 3.11.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/selection@3.20.5(react@18.3.1)': + '@react-stately/selection@3.20.6(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/slider@3.7.1(react@18.3.1)': + '@react-stately/slider@3.7.2(react@18.3.1)': dependencies: '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/slider': 3.8.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/slider': 3.8.2(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/table@3.15.0(react@18.3.1)': + '@react-stately/table@3.15.1(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) '@react-stately/flags': 3.1.2 - '@react-stately/grid': 3.11.5(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) + '@react-stately/grid': 3.11.6(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/grid': 3.3.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/table': 3.13.3(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/table': 3.13.4(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/tabs@3.8.5(react@18.3.1)': + '@react-stately/tabs@3.8.6(react@18.3.1)': dependencies: - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/tabs': 3.3.18(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/tabs': 3.3.19(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 @@ -13709,29 +14008,29 @@ snapshots: dependencies: '@swc/helpers': 0.5.17 react: 18.3.1 - use-sync-external-store: 1.5.0(react@18.3.1) + use-sync-external-store: 1.6.0(react@18.3.1) - '@react-stately/toggle@3.9.1(react@18.3.1)': + '@react-stately/toggle@3.9.2(react@18.3.1)': dependencies: '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/checkbox': 3.10.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/checkbox': 3.10.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/tooltip@3.5.7(react@18.3.1)': + '@react-stately/tooltip@3.5.8(react@18.3.1)': dependencies: - '@react-stately/overlays': 3.6.19(react@18.3.1) - '@react-types/tooltip': 3.4.20(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) + '@react-types/tooltip': 3.4.21(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/tree@3.9.2(react@18.3.1)': + '@react-stately/tree@3.9.3(react@18.3.1)': dependencies: - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 @@ -13740,10 +14039,9 @@ snapshots: '@swc/helpers': 0.5.17 react: 18.3.1 - '@react-stately/virtualizer@4.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-stately/virtualizer@4.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-aria/utils': 3.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) '@swc/helpers': 0.5.17 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -13753,155 +14051,157 @@ snapshots: '@react-types/shared': 3.27.0(react@18.3.1) react: 18.3.1 - '@react-types/breadcrumbs@3.7.16(react@18.3.1)': + '@react-types/breadcrumbs@3.7.17(react@18.3.1)': dependencies: - '@react-types/link': 3.6.4(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/link': 3.6.5(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/button@3.14.0(react@18.3.1)': + '@react-types/button@3.14.1(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/calendar@3.7.4(react@18.3.1)': + '@react-types/calendar@3.8.0(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 - '@react-types/shared': 3.32.0(react@18.3.1) + '@internationalized/date': 3.10.0 + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/checkbox@3.10.1(react@18.3.1)': + '@react-types/checkbox@3.10.2(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/color@3.1.1(react@18.3.1)': + '@react-types/color@3.1.2(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/slider': 3.8.1(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/slider': 3.8.2(react@18.3.1) react: 18.3.1 - '@react-types/combobox@3.13.8(react@18.3.1)': + '@react-types/combobox@3.13.9(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/datepicker@3.13.1(react@18.3.1)': + '@react-types/datepicker@3.13.2(react@18.3.1)': dependencies: - '@internationalized/date': 3.9.0 - '@react-types/calendar': 3.7.4(react@18.3.1) - '@react-types/overlays': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@internationalized/date': 3.10.0 + '@react-types/calendar': 3.8.0(react@18.3.1) + '@react-types/overlays': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/dialog@3.5.21(react@18.3.1)': + '@react-types/dialog@3.5.22(react@18.3.1)': dependencies: - '@react-types/overlays': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/overlays': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/form@3.7.15(react@18.3.1)': + '@react-types/form@3.7.16(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/grid@3.3.5(react@18.3.1)': + '@react-types/grid@3.3.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/link@3.6.4(react@18.3.1)': + '@react-types/link@3.6.5(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/listbox@3.7.3(react@18.3.1)': + '@react-types/listbox@3.7.4(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/menu@3.10.4(react@18.3.1)': + '@react-types/menu@3.10.5(react@18.3.1)': dependencies: - '@react-types/overlays': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/overlays': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/meter@3.4.12(react@18.3.1)': + '@react-types/meter@3.4.13(react@18.3.1)': dependencies: - '@react-types/progress': 3.5.15(react@18.3.1) + '@react-types/progress': 3.5.16(react@18.3.1) react: 18.3.1 - '@react-types/numberfield@3.8.14(react@18.3.1)': + '@react-types/numberfield@3.8.15(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/overlays@3.9.1(react@18.3.1)': + '@react-types/overlays@3.9.2(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/progress@3.5.15(react@18.3.1)': + '@react-types/progress@3.5.16(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/radio@3.9.1(react@18.3.1)': + '@react-types/radio@3.9.2(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/searchfield@3.6.5(react@18.3.1)': + '@react-types/searchfield@3.6.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) - '@react-types/textfield': 3.12.5(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) + '@react-types/textfield': 3.12.6(react@18.3.1) react: 18.3.1 - '@react-types/select@3.10.1(react@18.3.1)': + '@react-types/select@3.11.0(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 '@react-types/shared@3.27.0(react@18.3.1)': dependencies: react: 18.3.1 - '@react-types/shared@3.32.0(react@18.3.1)': + '@react-types/shared@3.32.1(react@18.3.1)': dependencies: react: 18.3.1 - '@react-types/slider@3.8.1(react@18.3.1)': + '@react-types/slider@3.8.2(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/switch@3.5.14(react@18.3.1)': + '@react-types/switch@3.5.15(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/table@3.13.3(react@18.3.1)': + '@react-types/table@3.13.4(react@18.3.1)': dependencies: - '@react-types/grid': 3.3.5(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/tabs@3.3.18(react@18.3.1)': + '@react-types/tabs@3.3.19(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/textfield@3.12.5(react@18.3.1)': + '@react-types/textfield@3.12.6(react@18.3.1)': dependencies: - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 - '@react-types/tooltip@3.4.20(react@18.3.1)': + '@react-types/tooltip@3.4.21(react@18.3.1)': dependencies: - '@react-types/overlays': 3.9.1(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-types/overlays': 3.9.2(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 + '@rtsao/scc@1.1.0': {} + '@sideway/address@4.1.5': dependencies: '@hapi/hoek': 9.3.0 @@ -13910,7 +14210,7 @@ snapshots: '@sideway/pinpoint@2.0.0': {} - '@signalapp/libsignal-client@0.81.0': + '@signalapp/libsignal-client@0.81.1': dependencies: node-gyp-build: 4.8.4 type-fest: 4.26.1 @@ -13927,7 +14227,7 @@ snapshots: lodash: 4.17.21 quill-delta: 5.1.0 - '@signalapp/ringrtc@2.57.1(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf)': + '@signalapp/ringrtc@2.59.0(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf)': dependencies: https-proxy-agent: 7.0.6 tar: 6.2.1 @@ -14030,16 +14330,16 @@ snapshots: '@storybook/addon-webpack5-compiler-swc@1.0.5(@swc/helpers@0.5.17)(webpack@5.96.1)': dependencies: - '@swc/core': 1.13.19(@swc/helpers@0.5.17) - swc-loader: 0.2.6(@swc/core@1.13.19(@swc/helpers@0.5.17))(webpack@5.96.1) + '@swc/core': 1.13.5(@swc/helpers@0.5.17) + swc-loader: 0.2.6(@swc/core@1.13.5(@swc/helpers@0.5.17))(webpack@5.96.1) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@8.4.4(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': + '@storybook/builder-webpack5@8.4.4(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': dependencies: '@storybook/core-webpack': 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) - '@types/node': 22.18.6 + '@types/node': 22.18.10 '@types/semver': 7.5.8 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -14055,12 +14355,12 @@ snapshots: semver: 7.6.3 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) style-loader: 3.3.4(webpack@5.96.1) - terser-webpack-plugin: 5.3.10(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack@5.96.1) ts-dedent: 2.2.0 url: 0.11.4 util: 0.12.5 util-deprecate: 1.0.2 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-dev-middleware: 6.1.3(webpack@5.96.1) webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 @@ -14096,7 +14396,7 @@ snapshots: '@storybook/core-webpack@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))': dependencies: - '@types/node': 22.18.6 + '@types/node': 22.18.10 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 @@ -14105,8 +14405,8 @@ snapshots: '@storybook/csf': 0.1.11 better-opn: 3.0.2 browser-assert: 1.2.1 - esbuild: 0.24.0 - esbuild-register: 3.6.0(esbuild@0.24.0) + esbuild: 0.24.2 + esbuild-register: 3.6.0(esbuild@0.24.2) jsdoc-type-pratt-parser: 4.8.0 process: 0.11.10 recast: 0.23.11 @@ -14136,12 +14436,12 @@ snapshots: dependencies: storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) - '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': + '@storybook/preset-react-webpack@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': dependencies: '@storybook/core-webpack': 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.6.3)(webpack@5.96.1) - '@types/node': 22.18.6 + '@types/node': 22.18.10 '@types/semver': 7.5.8 find-up: 5.0.0 magic-string: 0.30.19 @@ -14152,7 +14452,7 @@ snapshots: semver: 7.6.3 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) tsconfig-paths: 4.2.0 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: @@ -14177,7 +14477,7 @@ snapshots: react-docgen-typescript: 2.4.0(typescript@5.6.3) tslib: 2.8.1 typescript: 5.6.3 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) transitivePeerDependencies: - supports-color @@ -14187,12 +14487,12 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) - '@storybook/react-webpack5@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': + '@storybook/react-webpack5@8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4)': dependencies: - '@storybook/builder-webpack5': 8.4.4(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) - '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) + '@storybook/builder-webpack5': 8.4.4(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) + '@storybook/preset-react-webpack': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3)(webpack-cli@5.1.4) '@storybook/react': 8.4.4(@storybook/test@8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(typescript@5.6.3) - '@types/node': 22.18.6 + '@types/node': 22.18.10 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) @@ -14222,7 +14522,7 @@ snapshots: '@storybook/test': 8.4.4(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10)) typescript: 5.6.3 - '@storybook/test-runner@0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': + '@storybook/test-runner@0.22.0(@swc/helpers@0.5.17)(@types/node@20.17.6)(debug@4.3.7)(storybook@8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.28.3 @@ -14230,17 +14530,17 @@ snapshots: '@babel/types': 7.28.4 '@jest/types': 29.6.3 '@storybook/csf': 0.1.11 - '@swc/core': 1.13.19(@swc/helpers@0.5.17) - '@swc/jest': 0.2.39(@swc/core@1.13.19(@swc/helpers@0.5.17)) + '@swc/core': 1.13.5(@swc/helpers@0.5.17) + '@swc/jest': 0.2.39(@swc/core@1.13.5(@swc/helpers@0.5.17)) expect-playwright: 0.8.0 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-circus: 29.7.0 jest-environment-node: 29.7.0 jest-junit: 16.0.0 - jest-playwright-preset: 4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) + jest-playwright-preset: 4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) jest-runner: 29.7.0 jest-serializer-html: 7.1.0 - jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) + jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) nyc: 15.1.0 playwright: 1.54.2 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) @@ -14275,51 +14575,51 @@ snapshots: '@types/express': 4.17.23 file-system-cache: 2.3.0 - '@swc/core-darwin-arm64@1.13.19': + '@swc/core-darwin-arm64@1.13.5': optional: true - '@swc/core-darwin-x64@1.13.19': + '@swc/core-darwin-x64@1.13.5': optional: true - '@swc/core-linux-arm-gnueabihf@1.13.19': + '@swc/core-linux-arm-gnueabihf@1.13.5': optional: true - '@swc/core-linux-arm64-gnu@1.13.19': + '@swc/core-linux-arm64-gnu@1.13.5': optional: true - '@swc/core-linux-arm64-musl@1.13.19': + '@swc/core-linux-arm64-musl@1.13.5': optional: true - '@swc/core-linux-x64-gnu@1.13.19': + '@swc/core-linux-x64-gnu@1.13.5': optional: true - '@swc/core-linux-x64-musl@1.13.19': + '@swc/core-linux-x64-musl@1.13.5': optional: true - '@swc/core-win32-arm64-msvc@1.13.19': + '@swc/core-win32-arm64-msvc@1.13.5': optional: true - '@swc/core-win32-ia32-msvc@1.13.19': + '@swc/core-win32-ia32-msvc@1.13.5': optional: true - '@swc/core-win32-x64-msvc@1.13.19': + '@swc/core-win32-x64-msvc@1.13.5': optional: true - '@swc/core@1.13.19(@swc/helpers@0.5.17)': + '@swc/core@1.13.5(@swc/helpers@0.5.17)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.25 optionalDependencies: - '@swc/core-darwin-arm64': 1.13.19 - '@swc/core-darwin-x64': 1.13.19 - '@swc/core-linux-arm-gnueabihf': 1.13.19 - '@swc/core-linux-arm64-gnu': 1.13.19 - '@swc/core-linux-arm64-musl': 1.13.19 - '@swc/core-linux-x64-gnu': 1.13.19 - '@swc/core-linux-x64-musl': 1.13.19 - '@swc/core-win32-arm64-msvc': 1.13.19 - '@swc/core-win32-ia32-msvc': 1.13.19 - '@swc/core-win32-x64-msvc': 1.13.19 + '@swc/core-darwin-arm64': 1.13.5 + '@swc/core-darwin-x64': 1.13.5 + '@swc/core-linux-arm-gnueabihf': 1.13.5 + '@swc/core-linux-arm64-gnu': 1.13.5 + '@swc/core-linux-arm64-musl': 1.13.5 + '@swc/core-linux-x64-gnu': 1.13.5 + '@swc/core-linux-x64-musl': 1.13.5 + '@swc/core-win32-arm64-msvc': 1.13.5 + '@swc/core-win32-ia32-msvc': 1.13.5 + '@swc/core-win32-x64-msvc': 1.13.5 '@swc/helpers': 0.5.17 '@swc/counter@0.1.3': {} @@ -14328,10 +14628,10 @@ snapshots: dependencies: tslib: 2.8.1 - '@swc/jest@0.2.39(@swc/core@1.13.19(@swc/helpers@0.5.17))': + '@swc/jest@0.2.39(@swc/core@1.13.5(@swc/helpers@0.5.17))': dependencies: - '@jest/create-cache-key-function': 30.0.5 - '@swc/core': 1.13.19(@swc/helpers@0.5.17) + '@jest/create-cache-key-function': 30.2.0 + '@swc/core': 1.13.5(@swc/helpers@0.5.17) '@swc/counter': 0.1.3 jsonc-parser: 3.3.1 @@ -14357,7 +14657,7 @@ snapshots: dependencies: '@ampproject/remapping': 2.3.0 enhanced-resolve: 5.18.3 - jiti: 2.6.0 + jiti: 2.6.1 lightningcss: 1.30.1 magic-string: 0.30.19 source-map-js: 1.2.1 @@ -14401,7 +14701,7 @@ snapshots: '@tailwindcss/oxide@4.1.7': dependencies: - detect-libc: 2.1.1 + detect-libc: 2.1.2 tar: 7.5.1 optionalDependencies: '@tailwindcss/oxide-android-arm64': 4.1.7 @@ -14523,7 +14823,7 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: - '@types/express-serve-static-core': 5.0.7 + '@types/express-serve-static-core': 5.1.0 '@types/node': 20.17.6 '@types/connect@3.4.38': @@ -14558,26 +14858,26 @@ snapshots: '@types/estree@1.0.8': {} - '@types/express-serve-static-core@4.19.6': + '@types/express-serve-static-core@4.19.7': dependencies: '@types/node': 20.17.6 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 - '@types/send': 0.17.5 + '@types/send': 1.2.0 - '@types/express-serve-static-core@5.0.7': + '@types/express-serve-static-core@5.1.0': dependencies: '@types/node': 20.17.6 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 - '@types/send': 0.17.5 + '@types/send': 1.2.0 '@types/express@4.17.23': dependencies: '@types/body-parser': 1.19.6 - '@types/express-serve-static-core': 4.19.6 + '@types/express-serve-static-core': 4.19.7 '@types/qs': 6.14.0 - '@types/serve-static': 1.15.8 + '@types/serve-static': 1.15.9 '@types/fabric@4.5.3(patch_hash=e5f339ecf72fbab1c91505e7713e127a7184bfe8164aa3a9afe9bf45a0ad6b89)': {} @@ -14685,7 +14985,7 @@ snapshots: dependencies: undici-types: 6.19.8 - '@types/node@22.18.6': + '@types/node@22.18.10': dependencies: undici-types: 6.21.0 @@ -14757,11 +15057,15 @@ snapshots: '@types/mime': 1.3.5 '@types/node': 20.17.6 + '@types/send@1.2.0': + dependencies: + '@types/node': 20.17.6 + '@types/serve-index@1.9.4': dependencies: '@types/express': 4.17.23 - '@types/serve-static@1.15.8': + '@types/serve-static@1.15.9': dependencies: '@types/http-errors': 2.0.5 '@types/node': 20.17.6 @@ -15105,17 +15409,17 @@ snapshots: '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.1.0)(webpack@5.96.1)': dependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) optionalDependencies: webpack-dev-server: 5.1.0(bufferutil@4.0.9)(debug@4.3.7)(utf-8-validate@5.0.10)(webpack-cli@5.1.4)(webpack@5.96.1) @@ -15326,6 +15630,16 @@ snapshots: array-union@2.1.0: {} + array.prototype.findlastindex@1.2.6: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-abstract: 1.24.0 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-shim-unscopables: 1.1.0 + array.prototype.flat@1.3.3: dependencies: call-bind: 1.0.8 @@ -15421,8 +15735,8 @@ snapshots: dependencies: '@babel/core': 7.26.0 find-cache-dir: 4.0.0 - schema-utils: 4.3.2 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + schema-utils: 4.3.3 + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) babel-plugin-istanbul@6.1.1: dependencies: @@ -15464,7 +15778,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.0) - core-js-compat: 3.45.1 + core-js-compat: 3.46.0 transitivePeerDependencies: - supports-color @@ -15508,7 +15822,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.8.7: {} + baseline-browser-mapping@2.8.16: {} basic-auth@2.0.1: dependencies: @@ -15604,13 +15918,13 @@ snapshots: browser-stdout@1.3.1: {} - browserslist@4.26.2: + browserslist@4.26.3: dependencies: - baseline-browser-mapping: 2.8.7 - caniuse-lite: 1.0.30001745 - electron-to-chromium: 1.5.224 - node-releases: 2.0.21 - update-browserslist-db: 1.1.3(browserslist@4.26.2) + baseline-browser-mapping: 2.8.16 + caniuse-lite: 1.0.30001750 + electron-to-chromium: 1.5.234 + node-releases: 2.0.23 + update-browserslist-db: 1.1.3(browserslist@4.26.3) bser@2.1.1: dependencies: @@ -15758,7 +16072,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001745: {} + caniuse-lite@1.0.30001750: {} capture-stack-trace@1.0.2: {} @@ -16050,11 +16364,11 @@ snapshots: copy-text-to-clipboard@2.1.0: {} - core-js-compat@3.45.1: + core-js-compat@3.46.0: dependencies: - browserslist: 4.26.2 + browserslist: 4.26.3 - core-js@3.45.1: {} + core-js@3.46.0: {} core-util-is@1.0.2: optional: true @@ -16091,13 +16405,13 @@ snapshots: dependencies: capture-stack-trace: 1.0.2 - create-jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + create-jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -16152,7 +16466,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) css-loader@7.1.2(webpack@5.96.1): dependencies: @@ -16165,7 +16479,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) css-select@4.3.0: dependencies: @@ -16231,7 +16545,7 @@ snapshots: async-retry: 1.2.3 chalk: 2.4.2 commander: 2.20.3 - core-js: 3.45.1 + core-js: 3.46.0 debug: 4.3.7(supports-color@8.1.1) fast-json-patch: 3.1.1 get-stdin: 6.0.0 @@ -16394,7 +16708,7 @@ snapshots: detect-libc@1.0.3: {} - detect-libc@2.1.1: {} + detect-libc@2.1.2: {} detect-newline@3.1.0: {} @@ -16617,7 +16931,7 @@ snapshots: transitivePeerDependencies: - supports-color - electron-to-chromium@1.5.224: {} + electron-to-chromium@1.5.234: {} electron-window@0.8.1: dependencies: @@ -16643,19 +16957,19 @@ snapshots: transitivePeerDependencies: - supports-color - electron@38.1.2: + electron@38.2.0: dependencies: '@electron/get': 2.0.3 - '@types/node': 22.18.6 + '@types/node': 22.18.10 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color emittery@0.13.1: {} - emoji-datasource-apple@15.1.2: {} + emoji-datasource-apple@16.0.0: {} - emoji-datasource@15.1.2: {} + emoji-datasource@16.0.0: {} emoji-regex@10.4.0: {} @@ -16706,7 +17020,7 @@ snapshots: enhanced-resolve@5.18.3: dependencies: graceful-fs: 4.2.11 - tapable: 2.2.3 + tapable: 2.3.0 enquirer@2.4.1: dependencies: @@ -16721,7 +17035,7 @@ snapshots: env-paths@2.2.1: {} - envinfo@7.14.0: {} + envinfo@7.17.0: {} err-code@2.0.3: {} @@ -16840,39 +17154,69 @@ snapshots: es6-iterator: 2.0.3 es6-symbol: 3.1.4 - esbuild-register@3.6.0(esbuild@0.24.0): + esbuild-register@3.6.0(esbuild@0.24.2): dependencies: debug: 4.3.7(supports-color@8.1.1) - esbuild: 0.24.0 + esbuild: 0.24.2 transitivePeerDependencies: - supports-color - esbuild@0.24.0: + esbuild@0.24.2: + optionalDependencies: + '@esbuild/aix-ppc64': 0.24.2 + '@esbuild/android-arm': 0.24.2 + '@esbuild/android-arm64': 0.24.2 + '@esbuild/android-x64': 0.24.2 + '@esbuild/darwin-arm64': 0.24.2 + '@esbuild/darwin-x64': 0.24.2 + '@esbuild/freebsd-arm64': 0.24.2 + '@esbuild/freebsd-x64': 0.24.2 + '@esbuild/linux-arm': 0.24.2 + '@esbuild/linux-arm64': 0.24.2 + '@esbuild/linux-ia32': 0.24.2 + '@esbuild/linux-loong64': 0.24.2 + '@esbuild/linux-mips64el': 0.24.2 + '@esbuild/linux-ppc64': 0.24.2 + '@esbuild/linux-riscv64': 0.24.2 + '@esbuild/linux-s390x': 0.24.2 + '@esbuild/linux-x64': 0.24.2 + '@esbuild/netbsd-arm64': 0.24.2 + '@esbuild/netbsd-x64': 0.24.2 + '@esbuild/openbsd-arm64': 0.24.2 + '@esbuild/openbsd-x64': 0.24.2 + '@esbuild/sunos-x64': 0.24.2 + '@esbuild/win32-arm64': 0.24.2 + '@esbuild/win32-ia32': 0.24.2 + '@esbuild/win32-x64': 0.24.2 + + esbuild@0.25.9: optionalDependencies: - '@esbuild/aix-ppc64': 0.24.0 - '@esbuild/android-arm': 0.24.0 - '@esbuild/android-arm64': 0.24.0 - '@esbuild/android-x64': 0.24.0 - '@esbuild/darwin-arm64': 0.24.0 - '@esbuild/darwin-x64': 0.24.0 - '@esbuild/freebsd-arm64': 0.24.0 - '@esbuild/freebsd-x64': 0.24.0 - '@esbuild/linux-arm': 0.24.0 - '@esbuild/linux-arm64': 0.24.0 - '@esbuild/linux-ia32': 0.24.0 - '@esbuild/linux-loong64': 0.24.0 - '@esbuild/linux-mips64el': 0.24.0 - '@esbuild/linux-ppc64': 0.24.0 - '@esbuild/linux-riscv64': 0.24.0 - '@esbuild/linux-s390x': 0.24.0 - '@esbuild/linux-x64': 0.24.0 - '@esbuild/netbsd-x64': 0.24.0 - '@esbuild/openbsd-arm64': 0.24.0 - '@esbuild/openbsd-x64': 0.24.0 - '@esbuild/sunos-x64': 0.24.0 - '@esbuild/win32-arm64': 0.24.0 - '@esbuild/win32-ia32': 0.24.0 - '@esbuild/win32-x64': 0.24.0 + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 escalade@3.2.0: {} @@ -16901,11 +17245,11 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint@8.56.0): + eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint@8.56.0): dependencies: confusing-browser-globals: 1.0.11 eslint: 8.56.0 - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) object.assign: 4.1.7 object.entries: 1.1.9 semver: 6.3.1 @@ -16915,9 +17259,9 @@ snapshots: '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0)(typescript@5.6.3) '@typescript-eslint/parser': 5.62.0(eslint@8.56.0)(typescript@5.6.3) eslint: 8.56.0 - eslint-config-airbnb: 19.0.4(eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint-plugin-jsx-a11y@6.10.2(eslint@8.56.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.56.0))(eslint-plugin-react@7.31.10(eslint@8.56.0))(eslint@8.56.0) + eslint-config-airbnb: 19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint-plugin-jsx-a11y@6.10.2(eslint@8.56.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.56.0))(eslint-plugin-react@7.31.10(eslint@8.56.0))(eslint@8.56.0) eslint-config-prettier: 6.15.0(eslint@8.56.0) - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.56.0) eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@6.15.0(eslint@8.56.0))(eslint@8.56.0)(prettier@3.3.3) eslint-plugin-react: 7.31.10(eslint@8.56.0) @@ -16930,11 +17274,11 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-config-airbnb@19.0.4(eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint-plugin-jsx-a11y@6.10.2(eslint@8.56.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.56.0))(eslint-plugin-react@7.31.10(eslint@8.56.0))(eslint@8.56.0): + eslint-config-airbnb@19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint-plugin-jsx-a11y@6.10.2(eslint@8.56.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.56.0))(eslint-plugin-react@7.31.10(eslint@8.56.0))(eslint@8.56.0): dependencies: eslint: 8.56.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint@8.56.0) - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0))(eslint@8.56.0) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.56.0) eslint-plugin-react: 7.31.10(eslint@8.56.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.56.0) @@ -16980,10 +17324,10 @@ snapshots: eslint-plugin-better-tailwindcss@3.7.2(patch_hash=a94affa4d170a27c4cfd44f7ac30ea11ae285cb4e270a5d930dd28cc79901b4f)(eslint@8.56.0)(tailwindcss@4.1.7): dependencies: - '@eslint/css-tree': 3.6.5 + '@eslint/css-tree': 3.6.6 enhanced-resolve: 5.18.3 eslint: 8.56.0 - jiti: 2.6.0 + jiti: 2.6.1 postcss: 8.5.6 postcss-import: 16.1.1(postcss@8.5.6) synckit: 0.11.11 @@ -16991,21 +17335,27 @@ snapshots: tailwindcss: 4.1.7 tsconfig-paths-webpack-plugin: 4.2.0 - eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0): dependencies: + '@rtsao/scc': 1.1.0 array-includes: 3.1.9 + array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 - debug: 2.6.9 + array.prototype.flatmap: 1.3.3 + debug: 3.2.7 doctrine: 2.1.0 eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 eslint-module-utils: 2.12.1(@typescript-eslint/parser@5.62.0(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) - has: 1.0.4 + hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 object.values: 1.2.1 - resolve: 1.22.10 + semver: 6.3.1 + string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.56.0)(typescript@5.6.3) @@ -17014,21 +17364,27 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint@8.56.0): dependencies: + '@rtsao/scc': 1.1.0 array-includes: 3.1.9 + array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 - debug: 2.6.9 + array.prototype.flatmap: 1.3.3 + debug: 3.2.7 doctrine: 2.1.0 eslint: 8.56.0 eslint-import-resolver-node: 0.3.9 eslint-module-utils: 2.12.1(@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) - has: 1.0.4 + hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 object.values: 1.2.1 - resolve: 1.22.10 + semver: 6.3.1 + string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.6.3) @@ -17252,7 +17608,7 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - exponential-backoff@3.1.2: {} + exponential-backoff@3.1.3: {} express@4.21.2: dependencies: @@ -17499,9 +17855,9 @@ snapshots: node-abort-controller: 3.1.1 schema-utils: 3.3.0 semver: 7.6.3 - tapable: 2.2.3 + tapable: 2.3.0 typescript: 5.6.3 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) form-data@4.0.1: dependencies: @@ -17614,6 +17970,8 @@ snapshots: fuse.js@6.5.3: {} + generator-function@2.0.1: {} + gensync@1.0.0-beta.2: {} get-caller-file@2.0.5: {} @@ -17693,7 +18051,7 @@ snapshots: to-absolute-glob: 2.0.2 unique-stream: 2.3.1 - glob-to-regex.js@1.0.1(tslib@2.8.1): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: tslib: 2.8.1 @@ -17849,8 +18207,6 @@ snapshots: dependencies: has-symbols: 1.1.0 - has@1.0.4: {} - hasha@5.2.2: dependencies: is-stream: 2.0.1 @@ -17921,9 +18277,9 @@ snapshots: html-minifier-terser: 6.1.0 lodash: 4.17.21 pretty-error: 4.0.0 - tapable: 2.2.3 + tapable: 2.3.0 optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) htmlparser2@3.10.1: dependencies: @@ -18124,6 +18480,13 @@ snapshots: '@formatjs/icu-messageformat-parser': 2.11.2 tslib: 2.8.1 + intl-messageformat@10.7.18: + dependencies: + '@formatjs/ecma402-abstract': 2.3.6 + '@formatjs/fast-memoize': 2.2.7 + '@formatjs/icu-messageformat-parser': 2.11.4 + tslib: 2.8.1 + intl-messageformat@10.7.6: dependencies: '@formatjs/ecma402-abstract': 2.2.3 @@ -18243,9 +18606,10 @@ snapshots: is-generator-fn@2.1.0: {} - is-generator-function@1.1.0: + is-generator-function@1.1.2: dependencies: call-bound: 1.0.4 + generator-function: 2.0.1 get-proto: 1.0.1 has-tostringtag: 1.0.2 safe-regex-test: 1.1.0 @@ -18502,16 +18866,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + jest-cli@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + create-jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -18521,7 +18885,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + jest-config@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -18547,7 +18911,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.17.6 - ts-node: 10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) + ts-node: 10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -18635,16 +18999,16 @@ snapshots: '@types/node': 20.17.6 jest-util: 29.7.0 - jest-playwright-preset@4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): + jest-playwright-preset@4.0.0(debug@4.3.7)(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): dependencies: expect-playwright: 0.8.0 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-circus: 29.7.0 jest-environment-node: 29.7.0 jest-process-manager: 0.4.0(debug@4.3.7) jest-runner: 29.7.0 nyc: 15.1.0 - playwright-core: 1.55.1 + playwright-core: 1.56.0 rimraf: 3.0.2 uuid: 8.3.2 transitivePeerDependencies: @@ -18794,11 +19158,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): dependencies: ansi-escapes: 6.2.1 chalk: 5.6.2 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 slash: 5.1.0 @@ -18829,12 +19193,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): + jest@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) + jest-cli: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -18843,7 +19207,7 @@ snapshots: jiti@1.21.7: {} - jiti@2.6.0: {} + jiti@2.6.1: {} joi@17.13.3: dependencies: @@ -18872,7 +19236,7 @@ snapshots: jsdoc-type-pratt-parser@4.8.0: {} - jsdoc@4.0.4: + jsdoc@4.0.5: dependencies: '@babel/parser': 7.28.4 '@jsdoc/salty': 0.2.9 @@ -19044,7 +19408,7 @@ snapshots: lightningcss@1.30.1: dependencies: - detect-libc: 2.1.1 + detect-libc: 2.1.2 optionalDependencies: lightningcss-darwin-arm64: 1.30.1 lightningcss-darwin-x64: 1.30.1 @@ -19070,7 +19434,7 @@ snapshots: pify: 3.0.0 strip-bom: 3.0.0 - loader-runner@4.3.0: {} + loader-runner@4.3.1: {} loader-utils@2.0.4: dependencies: @@ -19362,11 +19726,11 @@ snapshots: dependencies: fs-monkey: 1.1.0 - memfs@4.46.1: + memfs@4.49.0: dependencies: - '@jsonjoy.com/json-pack': 1.14.0(tslib@2.8.1) + '@jsonjoy.com/json-pack': 1.20.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) - glob-to-regex.js: 1.0.1(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) thingies: 2.5.0(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 @@ -19477,9 +19841,9 @@ snapshots: mini-css-extract-plugin@2.9.2(webpack@5.96.1): dependencies: - schema-utils: 4.3.2 - tapable: 2.2.3 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + schema-utils: 4.3.3 + tapable: 2.3.0 + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) minimalistic-assert@1.0.1: {} @@ -19641,7 +20005,7 @@ snapshots: lower-case: 2.0.2 tslib: 2.8.1 - node-abi@3.77.0: + node-abi@3.78.0: dependencies: semver: 7.6.3 @@ -19673,7 +20037,7 @@ snapshots: node-gyp@11.0.0: dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.2 + exponential-backoff: 3.1.3 glob: 10.4.5 graceful-fs: 4.2.11 make-fetch-happen: 14.0.3 @@ -19691,7 +20055,7 @@ snapshots: dependencies: process-on-spawn: 1.1.0 - node-releases@2.0.21: {} + node-releases@2.0.23: {} nop@1.0.0: {} @@ -19799,6 +20163,12 @@ snapshots: es-abstract: 1.24.0 es-object-atoms: 1.1.1 + object.groupby@1.0.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.24.0 + object.hasown@1.1.4: dependencies: define-properties: 1.2.1 @@ -20140,7 +20510,7 @@ snapshots: playwright-core@1.54.2: {} - playwright-core@1.55.1: {} + playwright-core@1.56.0: {} playwright@1.54.2: dependencies: @@ -20194,7 +20564,7 @@ snapshots: postcss: 8.5.3 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) transitivePeerDependencies: - typescript @@ -20339,7 +20709,7 @@ snapshots: espree: 9.6.1 estraverse: 5.3.0 glob: 8.1.0 - jsdoc: 4.0.4 + jsdoc: 4.0.5 minimist: 1.2.8 protobufjs: 7.3.2(patch_hash=0ae0fcb7c2b673e67231536164cc4841642d16c8a26578de4d43637e2a6f1774) semver: 7.6.3 @@ -20513,80 +20883,80 @@ snapshots: react-aria-components@1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@internationalized/date': 3.9.0 + '@internationalized/date': 3.10.0 '@internationalized/string': 3.2.7 '@react-aria/accordion': 3.0.0-alpha.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/collections': 3.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/color': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/color': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/disclosure': 3.0.0-alpha.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/dnd': 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/dnd': 3.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/focus': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/interactions': 3.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/live-announcer': 3.4.4 - '@react-aria/menu': 3.19.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/menu': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/toolbar': 3.0.0-beta.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/tree': 3.0.0-beta.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/utils': 3.25.3(react@18.3.1) - '@react-aria/virtualizer': 4.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/color': 3.9.1(react@18.3.1) + '@react-aria/virtualizer': 4.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/color': 3.9.2(react@18.3.1) '@react-stately/disclosure': 3.0.0-alpha.0(react@18.3.1) - '@react-stately/layout': 4.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-stately/menu': 3.9.7(react@18.3.1) - '@react-stately/table': 3.15.0(react@18.3.1) + '@react-stately/layout': 4.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-stately/menu': 3.9.8(react@18.3.1) + '@react-stately/table': 3.15.1(react@18.3.1) '@react-stately/utils': 3.10.8(react@18.3.1) - '@react-stately/virtualizer': 4.4.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-types/color': 3.1.1(react@18.3.1) - '@react-types/form': 3.7.15(react@18.3.1) - '@react-types/grid': 3.3.5(react@18.3.1) + '@react-stately/virtualizer': 4.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-types/color': 3.1.2(react@18.3.1) + '@react-types/form': 3.7.16(react@18.3.1) + '@react-types/grid': 3.3.6(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) - '@react-types/table': 3.13.3(react@18.3.1) + '@react-types/table': 3.13.4(react@18.3.1) '@swc/helpers': 0.5.17 client-only: 0.0.1 react: 18.3.1 react-aria: 3.35.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-dom: 18.3.1(react@18.3.1) - react-stately: 3.41.0(react@18.3.1) - use-sync-external-store: 1.5.0(react@18.3.1) + react-stately: 3.42.0(react@18.3.1) + use-sync-external-store: 1.6.0(react@18.3.1) react-aria@3.35.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@internationalized/string': 3.2.7 - '@react-aria/breadcrumbs': 3.5.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/button': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/calendar': 3.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/checkbox': 3.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/color': 3.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/combobox': 3.13.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/datepicker': 3.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/dialog': 3.5.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/dnd': 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/breadcrumbs': 3.5.29(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/button': 3.14.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/calendar': 3.9.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/checkbox': 3.16.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/color': 3.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/combobox': 3.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/datepicker': 3.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/dialog': 3.5.31(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/dnd': 3.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/focus': 3.19.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/gridlist': 3.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/i18n': 3.12.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/gridlist': 3.14.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/i18n': 3.12.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/interactions': 3.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/label': 3.7.21(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/link': 3.8.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/listbox': 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/menu': 3.19.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/meter': 3.4.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/numberfield': 3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/overlays': 3.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/progress': 3.4.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/radio': 3.12.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/searchfield': 3.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/select': 3.16.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/selection': 3.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/separator': 3.4.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/slider': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/label': 3.7.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/link': 3.8.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/listbox': 3.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/menu': 3.19.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/meter': 3.4.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/numberfield': 3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/overlays': 3.30.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/progress': 3.4.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/radio': 3.12.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/searchfield': 3.8.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/select': 3.17.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/selection': 3.26.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/separator': 3.4.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/slider': 3.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/ssr': 3.9.10(react@18.3.1) - '@react-aria/switch': 3.7.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/table': 3.17.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/tabs': 3.10.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/tag': 3.7.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/textfield': 3.18.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/tooltip': 3.8.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/switch': 3.7.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/table': 3.17.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/tabs': 3.10.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/tag': 3.7.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/textfield': 3.18.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/tooltip': 3.8.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/utils': 3.25.3(react@18.3.1) - '@react-aria/visually-hidden': 3.8.27(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/visually-hidden': 3.8.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-types/shared': 3.27.0(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -20640,7 +21010,7 @@ snapshots: '@types/resolve': 1.20.6 doctrine: 3.0.0 resolve: 1.22.10 - strip-indent: 4.1.0 + strip-indent: 4.1.1 transitivePeerDependencies: - supports-color @@ -20686,7 +21056,7 @@ snapshots: dependencies: '@types/use-sync-external-store': 0.0.6 react: 18.3.1 - use-sync-external-store: 1.5.0(react@18.3.1) + use-sync-external-store: 1.6.0(react@18.3.1) optionalDependencies: '@types/react': 18.3.20 redux: 5.0.1 @@ -20710,34 +21080,34 @@ snapshots: optionalDependencies: '@types/react': 18.3.20 - react-stately@3.41.0(react@18.3.1): - dependencies: - '@react-stately/calendar': 3.8.4(react@18.3.1) - '@react-stately/checkbox': 3.7.1(react@18.3.1) - '@react-stately/collections': 3.12.7(react@18.3.1) - '@react-stately/color': 3.9.1(react@18.3.1) - '@react-stately/combobox': 3.11.1(react@18.3.1) - '@react-stately/data': 3.14.0(react@18.3.1) - '@react-stately/datepicker': 3.15.1(react@18.3.1) - '@react-stately/disclosure': 3.0.7(react@18.3.1) - '@react-stately/dnd': 3.7.0(react@18.3.1) - '@react-stately/form': 3.2.1(react@18.3.1) - '@react-stately/list': 3.13.0(react@18.3.1) - '@react-stately/menu': 3.9.7(react@18.3.1) - '@react-stately/numberfield': 3.10.1(react@18.3.1) - '@react-stately/overlays': 3.6.19(react@18.3.1) - '@react-stately/radio': 3.11.1(react@18.3.1) - '@react-stately/searchfield': 3.5.15(react@18.3.1) - '@react-stately/select': 3.7.1(react@18.3.1) - '@react-stately/selection': 3.20.5(react@18.3.1) - '@react-stately/slider': 3.7.1(react@18.3.1) - '@react-stately/table': 3.15.0(react@18.3.1) - '@react-stately/tabs': 3.8.5(react@18.3.1) + react-stately@3.42.0(react@18.3.1): + dependencies: + '@react-stately/calendar': 3.9.0(react@18.3.1) + '@react-stately/checkbox': 3.7.2(react@18.3.1) + '@react-stately/collections': 3.12.8(react@18.3.1) + '@react-stately/color': 3.9.2(react@18.3.1) + '@react-stately/combobox': 3.12.0(react@18.3.1) + '@react-stately/data': 3.14.1(react@18.3.1) + '@react-stately/datepicker': 3.15.2(react@18.3.1) + '@react-stately/disclosure': 3.0.8(react@18.3.1) + '@react-stately/dnd': 3.7.1(react@18.3.1) + '@react-stately/form': 3.2.2(react@18.3.1) + '@react-stately/list': 3.13.1(react@18.3.1) + '@react-stately/menu': 3.9.8(react@18.3.1) + '@react-stately/numberfield': 3.10.2(react@18.3.1) + '@react-stately/overlays': 3.6.20(react@18.3.1) + '@react-stately/radio': 3.11.2(react@18.3.1) + '@react-stately/searchfield': 3.5.16(react@18.3.1) + '@react-stately/select': 3.8.0(react@18.3.1) + '@react-stately/selection': 3.20.6(react@18.3.1) + '@react-stately/slider': 3.7.2(react@18.3.1) + '@react-stately/table': 3.15.1(react@18.3.1) + '@react-stately/tabs': 3.8.6(react@18.3.1) '@react-stately/toast': 3.1.2(react@18.3.1) - '@react-stately/toggle': 3.9.1(react@18.3.1) - '@react-stately/tooltip': 3.5.7(react@18.3.1) - '@react-stately/tree': 3.9.2(react@18.3.1) - '@react-types/shared': 3.32.0(react@18.3.1) + '@react-stately/toggle': 3.9.2(react@18.3.1) + '@react-stately/tooltip': 3.5.8(react@18.3.1) + '@react-stately/tree': 3.9.3(react@18.3.1) + '@react-types/shared': 3.32.1(react@18.3.1) react: 18.3.1 react-style-singleton@2.2.3(@types/react@18.3.20)(react@18.3.1): @@ -21064,7 +21434,7 @@ snapshots: neo-async: 2.6.2 optionalDependencies: sass: 1.80.7 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) sass@1.80.7: dependencies: @@ -21086,7 +21456,7 @@ snapshots: ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) - schema-utils@4.3.2: + schema-utils@4.3.3: dependencies: '@types/json-schema': 7.0.15 ajv: 8.17.1 @@ -21538,7 +21908,7 @@ snapshots: dependencies: min-indent: 1.0.1 - strip-indent@4.1.0: {} + strip-indent@4.1.1: {} strip-json-comments@2.0.1: {} @@ -21546,11 +21916,11 @@ snapshots: style-loader@3.3.4(webpack@5.96.1): dependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) style-loader@4.0.0(webpack@5.96.1): dependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) style-value-types@5.0.0: dependencies: @@ -21678,11 +22048,11 @@ snapshots: csso: 5.0.5 picocolors: 1.1.1 - swc-loader@0.2.6(@swc/core@1.13.19(@swc/helpers@0.5.17))(webpack@5.96.1): + swc-loader@0.2.6(@swc/core@1.13.5(@swc/helpers@0.5.17))(webpack@5.96.1): dependencies: - '@swc/core': 1.13.19(@swc/helpers@0.5.17) + '@swc/core': 1.13.5(@swc/helpers@0.5.17) '@swc/counter': 0.1.3 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) synckit@0.11.11: dependencies: @@ -21707,7 +22077,7 @@ snapshots: tailwindcss@4.1.7: {} - tapable@2.2.3: {} + tapable@2.3.0: {} tar@6.2.1: dependencies: @@ -21744,17 +22114,17 @@ snapshots: dependencies: execa: 0.7.0 - terser-webpack-plugin@5.3.10(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1): + terser-webpack-plugin@5.3.10(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack@5.96.1): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.44.0 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) optionalDependencies: - '@swc/core': 1.13.19(@swc/helpers@0.5.17) - esbuild: 0.24.0 + '@swc/core': 1.13.5(@swc/helpers@0.5.17) + esbuild: 0.25.9 terser@5.44.0: dependencies: @@ -21857,7 +22227,7 @@ snapshots: ts-dedent@2.2.0: {} - ts-node@10.9.2(@swc/core@1.13.19(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3): + ts-node@10.9.2(@swc/core@1.13.5(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -21875,13 +22245,13 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.13.19(@swc/helpers@0.5.17) + '@swc/core': 1.13.5(@swc/helpers@0.5.17) tsconfig-paths-webpack-plugin@4.2.0: dependencies: chalk: 4.1.2 enhanced-resolve: 5.18.3 - tapable: 2.2.3 + tapable: 2.3.0 tsconfig-paths: 4.2.0 tsconfig-paths@3.15.0: @@ -22064,9 +22434,9 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.1.3(browserslist@4.26.2): + update-browserslist-db@1.1.3(browserslist@4.26.3): dependencies: - browserslist: 4.26.2 + browserslist: 4.26.3 escalade: 3.2.0 picocolors: 1.1.1 @@ -22115,7 +22485,7 @@ snapshots: optionalDependencies: '@types/react': 18.3.20 - use-sync-external-store@1.5.0(react@18.3.1): + use-sync-external-store@1.6.0(react@18.3.1): dependencies: react: 18.3.1 @@ -22131,7 +22501,7 @@ snapshots: dependencies: inherits: 2.0.4 is-arguments: 1.2.0 - is-generator-function: 1.1.0 + is-generator-function: 1.1.2 is-typed-array: 1.1.15 which-typed-array: 1.1.19 @@ -22239,12 +22609,12 @@ snapshots: colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.6 - envinfo: 7.14.0 + envinfo: 7.17.0 fastest-levenshtein: 1.0.16 import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: webpack-dev-server: 5.1.0(bufferutil@4.0.9)(debug@4.3.7)(utf-8-validate@5.0.10)(webpack-cli@5.1.4)(webpack@5.96.1) @@ -22255,20 +22625,20 @@ snapshots: memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 - schema-utils: 4.3.2 + schema-utils: 4.3.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-dev-middleware@7.4.5(webpack@5.96.1): dependencies: colorette: 2.0.20 - memfs: 4.46.1 + memfs: 4.49.0 mime-types: 3.0.1 on-finished: 2.4.1 range-parser: 1.2.1 - schema-utils: 4.3.2 + schema-utils: 4.3.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-dev-server@5.1.0(bufferutil@4.0.9)(debug@4.3.7)(utf-8-validate@5.0.10)(webpack-cli@5.1.4)(webpack@5.96.1): dependencies: @@ -22276,7 +22646,7 @@ snapshots: '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.23 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.8 + '@types/serve-static': 1.15.9 '@types/sockjs': 0.3.36 '@types/ws': 8.18.1 ansi-html-community: 0.0.8 @@ -22293,7 +22663,7 @@ snapshots: launch-editor: 2.11.1 open: 10.2.0 p-retry: 6.2.1 - schema-utils: 4.3.2 + schema-utils: 4.3.3 selfsigned: 2.4.1 serve-index: 1.9.1 sockjs: 0.3.24 @@ -22301,7 +22671,7 @@ snapshots: webpack-dev-middleware: 7.4.5(webpack@5.96.1) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - webpack: 5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) transitivePeerDependencies: - bufferutil @@ -22325,7 +22695,7 @@ snapshots: webpack-virtual-modules@0.6.2: {} - webpack@5.96.1(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4): + webpack@5.96.1(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -22333,7 +22703,7 @@ snapshots: '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.15.0 - browserslist: 4.26.2 + browserslist: 4.26.3 chrome-trace-event: 1.0.4 enhanced-resolve: 5.18.3 es-module-lexer: 1.7.0 @@ -22342,12 +22712,12 @@ snapshots: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 + loader-runner: 4.3.1 mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.3.0 - tapable: 2.2.3 - terser-webpack-plugin: 5.3.10(@swc/core@1.13.19(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + tapable: 2.3.0 + terser-webpack-plugin: 5.3.10(@swc/core@1.13.5(@swc/helpers@0.5.17))(esbuild@0.25.9)(webpack@5.96.1) watchpack: 2.4.4 webpack-sources: 3.3.3 optionalDependencies: @@ -22401,7 +22771,7 @@ snapshots: is-async-function: 2.1.1 is-date-object: 1.1.0 is-finalizationregistry: 1.1.1 - is-generator-function: 1.1.0 + is-generator-function: 1.1.2 is-regex: 1.2.1 is-weakref: 1.1.1 isarray: 2.0.5 diff --git a/net-im/signal-desktop/get_deps.sh b/net-im/signal-desktop/get_deps.sh index 424664887fe0..7f8be7ffdeaf 100644 --- a/net-im/signal-desktop/get_deps.sh +++ b/net-im/signal-desktop/get_deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -SIGNAL_VERS=v7.72.1 +SIGNAL_VERS=v7.74.0 fetch -qo /tmp/package.json https://raw.githubusercontent.com/signalapp/Signal-Desktop/${SIGNAL_VERS}/package.json node_version=$(awk /'"node":'/'{print $2}' /tmp/package.json | sed 's/"//g') diff --git a/net-im/signald/Makefile b/net-im/signald/Makefile index a9f6a0bf2936..38c3a7d22cbd 100644 --- a/net-im/signald/Makefile +++ b/net-im/signald/Makefile @@ -72,6 +72,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le +DEPRECATED= this project is no longer actively maintained. Use signal-cli instead +EXPIRATION_DATE=2025-11-01 + EXTRACT_DEPENDS=zip:archivers/zip BUILD_DEPENDS= gradle6>=6.7:devel/gradle6 LIB_DEPENDS= libsignal_jni.so:net-im/libsignal-client \ diff --git a/net-im/slack-term/Makefile b/net-im/slack-term/Makefile index 02f3747b3121..83169070e5b8 100644 --- a/net-im/slack-term/Makefile +++ b/net-im/slack-term/Makefile @@ -1,7 +1,7 @@ PORTNAME= slack-term DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org diff --git a/net-im/ssh-chat/Makefile b/net-im/ssh-chat/Makefile index f0b52b719880..41dbc82bd17d 100644 --- a/net-im/ssh-chat/Makefile +++ b/net-im/ssh-chat/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssh-chat DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/teleirc/Makefile b/net-im/teleirc/Makefile index 3e7fef187402..46f1b2d82ac5 100644 --- a/net-im/teleirc/Makefile +++ b/net-im/teleirc/Makefile @@ -1,7 +1,7 @@ PORTNAME= teleirc DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-im MAINTAINER= dtxdf@FreeBSD.org diff --git a/net-im/xmpp-client/Makefile b/net-im/xmpp-client/Makefile index d883daed90c2..57700592ceae 100644 --- a/net-im/xmpp-client/Makefile +++ b/net-im/xmpp-client/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmpp-client PORTVERSION= 20170324 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= net-im MAINTAINER= cs@FreeBSD.org diff --git a/net-mgmt/adguard-exporter/Makefile b/net-mgmt/adguard-exporter/Makefile index 57242cef0157..96d33eb08aed 100644 --- a/net-mgmt/adguard-exporter/Makefile +++ b/net-mgmt/adguard-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= adguard-exporter DISTVERSIONPREFIX= v DISTVERSION= 1.14 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net-mgmt MAINTAINER= christer.edwards@gmail.com diff --git a/net-mgmt/alertmanager/Makefile b/net-mgmt/alertmanager/Makefile index cc2cf32c4446..c48e4bade1a3 100644 --- a/net-mgmt/alertmanager/Makefile +++ b/net-mgmt/alertmanager/Makefile @@ -1,7 +1,7 @@ PORTNAME= alertmanager PORTVERSION= 0.26.0 DISTVERSIONPREFIX= v -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net-mgmt MAINTAINER= michal@hanu.la diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile index 187cec6d5f15..9ed9b2ee020e 100644 --- a/net-mgmt/blackbox_exporter/Makefile +++ b/net-mgmt/blackbox_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= blackbox_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= eduardo@FreeBSD.org diff --git a/net-mgmt/bosun/Makefile b/net-mgmt/bosun/Makefile index 03e20b3b02c7..a0af0ee84fdc 100644 --- a/net-mgmt/bosun/Makefile +++ b/net-mgmt/bosun/Makefile @@ -1,7 +1,7 @@ PORTNAME= bosun DISTVERSION= 0.9.0 DISTVERSIONSUFFIX= -preview -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-mgmt MAINTAINER= langer.markus@gmail.com diff --git a/net-mgmt/carbon-relay-ng/Makefile b/net-mgmt/carbon-relay-ng/Makefile index 8d1848302733..25711dba7243 100644 --- a/net-mgmt/carbon-relay-ng/Makefile +++ b/net-mgmt/carbon-relay-ng/Makefile @@ -1,6 +1,6 @@ PORTNAME= carbon-relay-ng DISTVERSION= 0.10.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-mgmt MAINTAINER= a.andersson.thn@gmail.com diff --git a/net-mgmt/carbonzipper/Makefile b/net-mgmt/carbonzipper/Makefile index ea3e099d88ab..31a791bfc44f 100644 --- a/net-mgmt/carbonzipper/Makefile +++ b/net-mgmt/carbonzipper/Makefile @@ -1,6 +1,6 @@ PORTNAME= carbonzipper DISTVERSION= 0.74 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net-mgmt MAINTAINER= a.andersson.thn@gmail.com diff --git a/net-mgmt/check_wg/Makefile b/net-mgmt/check_wg/Makefile index 29c3104d4a57..60c688f0dac3 100644 --- a/net-mgmt/check_wg/Makefile +++ b/net-mgmt/check_wg/Makefile @@ -1,7 +1,7 @@ PORTNAME= check_wg DISTVERSIONPREFIX= v DISTVERSION= 0.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= dsh@bamus.cz diff --git a/net-mgmt/fli/Makefile b/net-mgmt/fli/Makefile index bc508aba9028..ce0b44943b7c 100644 --- a/net-mgmt/fli/Makefile +++ b/net-mgmt/fli/Makefile @@ -1,7 +1,7 @@ PORTNAME= fli DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= olgeni@FreeBSD.org diff --git a/net-mgmt/grok_exporter/Makefile b/net-mgmt/grok_exporter/Makefile index 00c5b45090ab..2e544f6955c5 100644 --- a/net-mgmt/grok_exporter/Makefile +++ b/net-mgmt/grok_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= grok_exporter DISTVERSIONPREFIX=v DISTVERSION= 1.0.0.RC4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net-mgmt MAINTAINER= gasol.wu@gmail.com diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index bd5d07266eb1..2cd3c464daef 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,7 +1,7 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org diff --git a/net-mgmt/intel-snap/Makefile b/net-mgmt/intel-snap/Makefile index 2345cb801793..eaf835f5b646 100644 --- a/net-mgmt/intel-snap/Makefile +++ b/net-mgmt/intel-snap/Makefile @@ -1,6 +1,6 @@ PORTNAME= intel-snap PORTVERSION= 0.0.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/net-mgmt/kapacitor/Makefile b/net-mgmt/kapacitor/Makefile index 672b0a6dd5d3..24f1672b2ab1 100644 --- a/net-mgmt/kapacitor/Makefile +++ b/net-mgmt/kapacitor/Makefile @@ -1,7 +1,7 @@ PORTNAME= kapacitor DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net-mgmt MAINTAINER= cheffo@freebsd-bg.org diff --git a/net-mgmt/mqtt2prometheus/Makefile b/net-mgmt/mqtt2prometheus/Makefile index c068eedc0f67..ffdcac1df4f0 100644 --- a/net-mgmt/mqtt2prometheus/Makefile +++ b/net-mgmt/mqtt2prometheus/Makefile @@ -1,7 +1,7 @@ PORTNAME= mqtt2prometheus DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MAINTAINER= manu@FreeBSD.org diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 4a15477cc3c4..c3b2385208b7 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -49,6 +49,8 @@ CPE_PRODUCT= net-snmp USE_PERL5= build run USE_CSTD= c99 +LIB_DEPENDS= libpkg.so:${PKG_ORIGIN} + CFLAGS+= -I${LOCALBASE}/include -I${PKG_PREFIX}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}" diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index b3b7cc4bf27e..cf0646f9ba42 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -1,7 +1,7 @@ PORTNAME= netdata DISTVERSIONPREFIX= v DISTVERSION= 2.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/:netdata \ https://raw.githubusercontent.com/netdata/netdata/refs/tags/v${DISTVERSION}/src/go/:goplugin \ diff --git a/net-mgmt/nsd_exporter/Makefile b/net-mgmt/nsd_exporter/Makefile index a45507922ecc..93134db9d1ed 100644 --- a/net-mgmt/nsd_exporter/Makefile +++ b/net-mgmt/nsd_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nsd_exporter PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-mgmt MAINTAINER= zi@FreeBSD.org diff --git a/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile b/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile index fa49ddd9ae25..8e7ebc4ae80a 100644 --- a/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile +++ b/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvidia_gpu_prometheus_exporter DISTVERSION= g20181028 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-mgmt MAINTAINER= 0mp@FreeBSD.org diff --git a/net-mgmt/php-fpm_exporter/Makefile b/net-mgmt/php-fpm_exporter/Makefile index ed06222bf41b..136e063dbfd7 100644 --- a/net-mgmt/php-fpm_exporter/Makefile +++ b/net-mgmt/php-fpm_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= php-fpm_exporter DISTVERSIONPREFIX=v DISTVERSION= 2.2.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= net-mgmt MAINTAINER= freebsd.org@neant.ro diff --git a/net-mgmt/phpfpm_exporter/Makefile b/net-mgmt/phpfpm_exporter/Makefile index 7f18be30dee7..5fae166f15ca 100644 --- a/net-mgmt/phpfpm_exporter/Makefile +++ b/net-mgmt/phpfpm_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= phpfpm_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net-mgmt MAINTAINER= gasol.wu@gmail.com diff --git a/net-mgmt/ping_exporter/Makefile b/net-mgmt/ping_exporter/Makefile index 6f2e8732d4a3..32afc7357e53 100644 --- a/net-mgmt/ping_exporter/Makefile +++ b/net-mgmt/ping_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= ping_exporter DISTVERSION= 1.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= ivy@FreeBSD.org diff --git a/net-mgmt/prometheus-bird-exporter/Makefile b/net-mgmt/prometheus-bird-exporter/Makefile index 990ae3c6b335..fa6c2e9e8260 100644 --- a/net-mgmt/prometheus-bird-exporter/Makefile +++ b/net-mgmt/prometheus-bird-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= prometheus-bird-exporter DISTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= ivy@FreeBSD.org diff --git a/net-mgmt/prometheus-collectd-exporter/Makefile b/net-mgmt/prometheus-collectd-exporter/Makefile index e9024db0dfca..1df3df06fd49 100644 --- a/net-mgmt/prometheus-collectd-exporter/Makefile +++ b/net-mgmt/prometheus-collectd-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus-collectd-exporter PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-mgmt MAINTAINER= dsp@php.net diff --git a/net-mgmt/prometheus1/Makefile b/net-mgmt/prometheus1/Makefile index 7f78b5f7ee0d..341f220e7b04 100644 --- a/net-mgmt/prometheus1/Makefile +++ b/net-mgmt/prometheus1/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= net-mgmt PKGNAMESUFFIX= 1 diff --git a/net-mgmt/prometheus3/Makefile b/net-mgmt/prometheus3/Makefile index eb746962c3f3..a9c32781e16c 100644 --- a/net-mgmt/prometheus3/Makefile +++ b/net-mgmt/prometheus3/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui diff --git a/net-mgmt/promscale/Makefile b/net-mgmt/promscale/Makefile index 17c6960f498c..39c09bafba5b 100644 --- a/net-mgmt/promscale/Makefile +++ b/net-mgmt/promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale DISTVERSION= 0.17.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/net-mgmt/promxy/Makefile b/net-mgmt/promxy/Makefile index 9f7a715e1fdd..8cf352c8f496 100644 --- a/net-mgmt/promxy/Makefile +++ b/net-mgmt/promxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= promxy DISTVERSIONPREFIX= v DISTVERSION= 0.0.93 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= timp87@gmail.com diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index e392e39f4621..a126f8300d99 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -1,7 +1,7 @@ PORTNAME= pushgateway DISTVERSIONPREFIX= v DISTVERSION= 1.11.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MAINTAINER= dutra@FreeBSD.org diff --git a/net-mgmt/semaphore/Makefile b/net-mgmt/semaphore/Makefile index 2e5d024e7b4d..04d1a5daf446 100644 --- a/net-mgmt/semaphore/Makefile +++ b/net-mgmt/semaphore/Makefile @@ -1,7 +1,7 @@ PORTNAME= semaphore PORTVERSION= 2.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net-mgmt MAINTAINER= egypcio@FreeBSD.org diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile index 37569395997e..a6cae2407196 100644 --- a/net-mgmt/telegraf/Makefile +++ b/net-mgmt/telegraf/Makefile @@ -1,7 +1,7 @@ PORTNAME= telegraf DISTVERSIONPREFIX=v DISTVERSION= 1.36.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org diff --git a/net-mgmt/thanos/Makefile b/net-mgmt/thanos/Makefile index b5310b6f5bc3..7f5e5e857667 100644 --- a/net-mgmt/thanos/Makefile +++ b/net-mgmt/thanos/Makefile @@ -1,7 +1,7 @@ PORTNAME= thanos DISTVERSIONPREFIX= v DISTVERSION= 0.39.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= alven@FreeBSD.org diff --git a/net-mgmt/unbound_exporter/Makefile b/net-mgmt/unbound_exporter/Makefile index 6444a2808058..7e642248bd11 100644 --- a/net-mgmt/unbound_exporter/Makefile +++ b/net-mgmt/unbound_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= unbound_exporter PORTVERSION= 0.4.6 DISTVERSIONPREFIX= v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-mgmt MAINTAINER= aduitsis@cpan.org diff --git a/net-mgmt/victoria-logs/Makefile b/net-mgmt/victoria-logs/Makefile index 62ee62db8fe5..49cb0eb7837a 100644 --- a/net-mgmt/victoria-logs/Makefile +++ b/net-mgmt/victoria-logs/Makefile @@ -1,7 +1,7 @@ PORTNAME= victoria-logs PORTVERSION= 1.34.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= samm@FreeBSD.org diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile index 984ff53f6497..9f861be6c742 100644 --- a/net-mgmt/victoria-metrics/Makefile +++ b/net-mgmt/victoria-metrics/Makefile @@ -1,7 +1,7 @@ PORTNAME?= victoria-metrics PORTVERSION= 1.126.0 # don't forget to update BUILDINFO_TAG DISTVERSIONPREFIX= v -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net-mgmt MAINTAINER= danfe@FreeBSD.org diff --git a/net-mgmt/vmutils/Makefile b/net-mgmt/vmutils/Makefile index 81fa7ca916df..aef04e3b8094 100644 --- a/net-mgmt/vmutils/Makefile +++ b/net-mgmt/vmutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= vmutils -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Ancillary utilities and agent for VictoriaMetrics diff --git a/net-p2p/autoscan/Makefile b/net-p2p/autoscan/Makefile index 6b104057de1e..d8dd9e9f544d 100644 --- a/net-p2p/autoscan/Makefile +++ b/net-p2p/autoscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= autoscan DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-p2p MAINTAINER= michiel@vanbaak.eu diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile index 064012f7d252..8d91ef4f6066 100644 --- a/net-p2p/bitmark-cli/Makefile +++ b/net-p2p/bitmark-cli/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -cli COMMENT= Bitmark distributed property system cli diff --git a/net-p2p/bitmark-daemon/Makefile b/net-p2p/bitmark-daemon/Makefile index 7527b495c864..d0dc751f4479 100644 --- a/net-p2p/bitmark-daemon/Makefile +++ b/net-p2p/bitmark-daemon/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -daemon COMMENT= Bitmark distributed property system daemon diff --git a/net-p2p/bitmark-recorder/Makefile b/net-p2p/bitmark-recorder/Makefile index 7ec1efe22419..6a40e81c4b44 100644 --- a/net-p2p/bitmark-recorder/Makefile +++ b/net-p2p/bitmark-recorder/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 7 +PORTREVISION= 8 PKGNAMESUFFIX= -recorder COMMENT= Bitmark distributed property system recorder diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index f75f93b4009e..35a31de6f0a3 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -1,7 +1,7 @@ PORTNAME= bitmark DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 2b9f21ebb7a7..82f71bd9f692 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v DISTVERSION= 1.12.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com diff --git a/net-p2p/hostd/Makefile b/net-p2p/hostd/Makefile index 88e8ac1948d6..7c7c49786ac0 100644 --- a/net-p2p/hostd/Makefile +++ b/net-p2p/hostd/Makefile @@ -1,7 +1,7 @@ PORTNAME= hostd DISTVERSIONPREFIX= v DISTVERSION= 2.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org diff --git a/net-p2p/mkbrr/Makefile b/net-p2p/mkbrr/Makefile index ac4fa9f264d2..8bf4573188c0 100644 --- a/net-p2p/mkbrr/Makefile +++ b/net-p2p/mkbrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= mkbrr DISTVERSIONPREFIX= v DISTVERSION= 1.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= diizzy@FreeBSD.org diff --git a/net-p2p/renterd/Makefile b/net-p2p/renterd/Makefile index d864e19cc6fc..b68dabc61202 100644 --- a/net-p2p/renterd/Makefile +++ b/net-p2p/renterd/Makefile @@ -1,7 +1,7 @@ PORTNAME= renterd DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= bruno@tinkerbox.org diff --git a/net-p2p/walletd/Makefile b/net-p2p/walletd/Makefile index 22ed55430fda..0fde8a31f40f 100644 --- a/net-p2p/walletd/Makefile +++ b/net-p2p/walletd/Makefile @@ -1,7 +1,7 @@ PORTNAME= walletd DISTVERSIONPREFIX= v DISTVERSION= 2.10.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p diff --git a/net/Makefile b/net/Makefile index 751c946ddb65..82ee26f0bdf2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1698,6 +1698,7 @@ SUBDIR += wpa_supplicant_gui SUBDIR += wping SUBDIR += wstunnel + SUBDIR += wutil SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index d42fc474b813..9d22db7927b4 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -1,6 +1,6 @@ PORTNAME= cloudflared DISTVERSION= 2025.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www MAINTAINER= egypcio@FreeBSD.org diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index 2fbccd173404..99a211fe83cf 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net MAINTAINER= se@FreeBSD.org diff --git a/net/containernetworking-plugins/Makefile b/net/containernetworking-plugins/Makefile index ad3d4dda0e63..92483a6a7e3d 100644 --- a/net/containernetworking-plugins/Makefile +++ b/net/containernetworking-plugins/Makefile @@ -1,7 +1,7 @@ PORTNAME= containernetworking-plugins DISTVERSIONPREFIX= freebsd-v DISTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= dfr@FreeBSD.org diff --git a/net/croc/Makefile b/net/croc/Makefile index 5aadb82797e2..be0bd29bfb05 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,7 +1,7 @@ PORTNAME= croc PORTVERSION= 10.2.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/dataplaneapi/Makefile b/net/dataplaneapi/Makefile index 48a2f653ea96..691d9ebfa20e 100644 --- a/net/dataplaneapi/Makefile +++ b/net/dataplaneapi/Makefile @@ -1,7 +1,7 @@ PORTNAME= dataplaneapi DISTVERSIONPREFIX= v DISTVERSION= 3.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org diff --git a/net/devfile/Makefile b/net/devfile/Makefile index 42587ccfb7b2..4ce6318bb7db 100644 --- a/net/devfile/Makefile +++ b/net/devfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= devfile PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/evans/Makefile b/net/evans/Makefile index 49c3660e651d..e5ea5fbd1145 100644 --- a/net/evans/Makefile +++ b/net/evans/Makefile @@ -1,7 +1,7 @@ PORTNAME= evans DISTVERSIONPREFIX= v DISTVERSION= 0.10.11 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org diff --git a/net/frp/Makefile b/net/frp/Makefile index f6ab50b1fa4f..b6f9fab04410 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,7 +1,7 @@ PORTNAME= frp DISTVERSIONPREFIX= v DISTVERSION= 0.65.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/gemget/Makefile b/net/gemget/Makefile index 7bab725aae08..004f96320285 100644 --- a/net/gemget/Makefile +++ b/net/gemget/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemget DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= codeleaves@yahoo.com diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index bb1351a9e46d..57ebf5041315 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,7 +1,7 @@ PORTNAME= geoipupdate PORTVERSION= 7.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org diff --git a/net/gerbera/files/patch-src_web_config__load.cc b/net/gerbera/files/patch-src_web_config__load.cc new file mode 100644 index 000000000000..34ff795ddafc --- /dev/null +++ b/net/gerbera/files/patch-src_web_config__load.cc @@ -0,0 +1,14 @@ +--- src/web/config_load.cc.orig 2025-08-15 13:41:10 UTC ++++ src/web/config_load.cc +@@ -150,7 +150,11 @@ void Web::ConfigLoad::setValue(Json::Value& item, cons + template <typename T> + void Web::ConfigLoad::setValue(Json::Value& item, const T& value) + { ++#if FMT_VERSION >= 120000 ++ static_assert(fmt::is_formattable<T, fmt::format_context>::value, "T must be formattable"); ++#else + static_assert(fmt::has_formatter<T, fmt::format_context>::value, "T must be formattable"); ++#endif + item[CONFIG_LOAD_VALUE] = fmt::to_string(value); + } + diff --git a/net/go-bapu/Makefile b/net/go-bapu/Makefile index 5e21b67e89df..a86f73498d6f 100644 --- a/net/go-bapu/Makefile +++ b/net/go-bapu/Makefile @@ -1,6 +1,6 @@ PORTNAME= bapu PORTVERSION= 0.3.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/ PKGNAMEPREFIX= go- diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile index c73120327fff..9c14e8fbb2ee 100644 --- a/net/go-cs/Makefile +++ b/net/go-cs/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-cs PORTVERSION= 0.9 DISTVERSIONPREFIX= v -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= net MAINTAINER= akosela@andykosela.com diff --git a/net/go-pkgsite/Makefile b/net/go-pkgsite/Makefile index 812765a04478..9f5bf5739753 100644 --- a/net/go-pkgsite/Makefile +++ b/net/go-pkgsite/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-pkgsite PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MAINTAINER= fuz@FreeBSD.org diff --git a/net/go-tcping/Makefile b/net/go-tcping/Makefile index 57e716d212d3..fe16aa705d53 100644 --- a/net/go-tcping/Makefile +++ b/net/go-tcping/Makefile @@ -1,7 +1,7 @@ PORTNAME= tcping DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= go- diff --git a/net/gobgp/Makefile b/net/gobgp/Makefile index afe4fae5bfb0..b164341dbebf 100644 --- a/net/gobgp/Makefile +++ b/net/gobgp/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobgp PORTVERSION= 3.25.0 DISTVERSIONPREFIX= v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net DIST_SUBDIR= gobgp diff --git a/net/goreplay/Makefile b/net/goreplay/Makefile index fe144c497baf..ff8408e12eff 100644 --- a/net/goreplay/Makefile +++ b/net/goreplay/Makefile @@ -1,7 +1,7 @@ PORTNAME= goreplay DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org diff --git a/net/gorss/Makefile b/net/gorss/Makefile index e6b1a0f7f72d..af303c7e23f3 100644 --- a/net/gorss/Makefile +++ b/net/gorss/Makefile @@ -1,7 +1,7 @@ PORTNAME= gorss PORTVERSION= 0.4 DISTVERSIONPREFIX= v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net www MAINTAINER= ports@FreeBSD.org diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index c1a8fa556e00..e790540588bc 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -1,6 +1,7 @@ PORTNAME= gotify-server PORTVERSION= 2.7.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/mfechner/freebsd-net-gotify-server/raw/refs/heads/main/:yarn_cache DISTNAME= server diff --git a/net/grpcox/Makefile b/net/grpcox/Makefile index 49b8eee66cd6..6b3bab3c348c 100644 --- a/net/grpcox/Makefile +++ b/net/grpcox/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpcox DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org diff --git a/net/grpcui/Makefile b/net/grpcui/Makefile index 48f3fa2b4121..1161fed6fb48 100644 --- a/net/grpcui/Makefile +++ b/net/grpcui/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpcui DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org diff --git a/net/grpcurl/Makefile b/net/grpcurl/Makefile index 3cf39c249979..7106250fad49 100644 --- a/net/grpcurl/Makefile +++ b/net/grpcurl/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpcurl DISTVERSIONPREFIX= v DISTVERSION= 1.9.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= nc@FreeBSD.org diff --git a/net/gscloud/Makefile b/net/gscloud/Makefile index af08e35fc47c..4a77c5e9cac0 100644 --- a/net/gscloud/Makefile +++ b/net/gscloud/Makefile @@ -1,7 +1,7 @@ PORTNAME= gscloud DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net devel MAINTAINER= egypcio@FreeBSD.org diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index 745a998cbc4c..c50ef3c41e79 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipinfo DISTVERSIONPREFIX= ipinfo- DISTVERSION= 3.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net MAINTAINER= dutra@FreeBSD.org diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile index 273a47aa513a..3af489c09d3d 100644 --- a/net/krakend-ce/Makefile +++ b/net/krakend-ce/Makefile @@ -1,6 +1,7 @@ PORTNAME= krakend-ce DISTVERSIONPREFIX= v DISTVERSION= 2.11.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= alven@FreeBSD.org diff --git a/net/kube-apiserver/Makefile b/net/kube-apiserver/Makefile index a96adbff1cef..d5816fd0984e 100644 --- a/net/kube-apiserver/Makefile +++ b/net/kube-apiserver/Makefile @@ -1,7 +1,7 @@ PORTNAME= kube-apiserver PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr diff --git a/net/kube-controller-manager/Makefile b/net/kube-controller-manager/Makefile index bc3914b5ec60..2429761493de 100644 --- a/net/kube-controller-manager/Makefile +++ b/net/kube-controller-manager/Makefile @@ -1,7 +1,7 @@ PORTNAME= kube-controller-manager PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr diff --git a/net/kube-scheduler/Makefile b/net/kube-scheduler/Makefile index 8a48c2a943f6..4f60e7331806 100644 --- a/net/kube-scheduler/Makefile +++ b/net/kube-scheduler/Makefile @@ -1,7 +1,7 @@ PORTNAME= kube-scheduler PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr diff --git a/net/librespeed-cli/Makefile b/net/librespeed-cli/Makefile index b850c4d5efea..4f6f4092c4d7 100644 --- a/net/librespeed-cli/Makefile +++ b/net/librespeed-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespeed-cli DISTVERSIONPREFIX= v DISTVERSION= 1.0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile index 5d30a2cb5217..d7897e920715 100644 --- a/net/librespeed-go/Makefile +++ b/net/librespeed-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespeed-go DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/madonctl/Makefile b/net/madonctl/Makefile index 819dd2a5b91e..b533e8633e68 100644 --- a/net/madonctl/Makefile +++ b/net/madonctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= madonctl PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/nats-nkeys/Makefile b/net/nats-nkeys/Makefile index 0178266861a3..47a063971b95 100644 --- a/net/nats-nkeys/Makefile +++ b/net/nats-nkeys/Makefile @@ -1,7 +1,7 @@ PORTNAME= nkeys PORTVERSION= 0.4.11 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net PKGNAMEPREFIX= nats- diff --git a/net/nats-nsc/Makefile b/net/nats-nsc/Makefile index 1cdef5593a08..975b0fe95e86 100644 --- a/net/nats-nsc/Makefile +++ b/net/nats-nsc/Makefile @@ -1,7 +1,7 @@ PORTNAME= nsc PORTVERSION= 2.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PKGNAMEPREFIX= nats- diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index 064c05ce1bc7..2e985b2a03ae 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-server DISTVERSIONPREFIX= v DISTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-streaming-server/Makefile b/net/nats-streaming-server/Makefile index ee0d02f5b7b2..399afa005118 100644 --- a/net/nats-streaming-server/Makefile +++ b/net/nats-streaming-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-streaming-server PORTVERSION= 0.25.5 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-surveyor/Makefile b/net/nats-surveyor/Makefile index 626986b9721e..7d82c088f80f 100644 --- a/net/nats-surveyor/Makefile +++ b/net/nats-surveyor/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-surveyor DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-top/Makefile b/net/nats-top/Makefile index edd08b6d6cb4..cd05a675fdfd 100644 --- a/net/nats-top/Makefile +++ b/net/nats-top/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-top PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/natscli/Makefile b/net/natscli/Makefile index 809d5367377c..009a13675bec 100644 --- a/net/natscli/Makefile +++ b/net/natscli/Makefile @@ -1,7 +1,7 @@ PORTNAME= natscli PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nncp/Makefile b/net/nncp/Makefile index 72f158c86bcc..4240f6f043db 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -1,6 +1,6 @@ PORTNAME= nncp DISTVERSION= 8.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ diff --git a/net/nsq/Makefile b/net/nsq/Makefile index 276f2ac9c0ae..0f49e667dd6d 100644 --- a/net/nsq/Makefile +++ b/net/nsq/Makefile @@ -1,7 +1,7 @@ PORTNAME= nsq DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net MAINTAINER= jhixson@FreeBSD.org diff --git a/net/ooni-mini/Makefile b/net/ooni-mini/Makefile index 5a31c993d63b..078205ddc73b 100644 --- a/net/ooni-mini/Makefile +++ b/net/ooni-mini/Makefile @@ -1,7 +1,7 @@ PORTNAME= ooni-mini DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net www benchmarks MAINTAINER= egypcio@FreeBSD.org diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index ba94be61f01c..eac4db795f8c 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v DISTVERSION= 3.27.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www benchmarks MAINTAINER= rene@FreeBSD.org diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile index 0deaa6d39afb..350269ff8694 100644 --- a/net/openldap25-server/Makefile +++ b/net/openldap25-server/Makefile @@ -116,6 +116,7 @@ OPTIONS_DEFINE+= ARGON2 OPTIONS_DEFINE+= LLOADD OPTIONS_EXCLUDE_FreeBSD_15= SMBPWD # Only works with Heimdal +OPTIONS_EXCLUDE_FreeBSD_16= SMBPWD # Only works with Heimdal OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS} OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS} diff --git a/net/openldap26-server/Makefile b/net/openldap26-server/Makefile index b05c13c76075..cc3ece50f521 100644 --- a/net/openldap26-server/Makefile +++ b/net/openldap26-server/Makefile @@ -117,6 +117,7 @@ OPTIONS_DEFINE+= ARGON2 OPTIONS_DEFINE+= LLOADD OPTIONS_EXCLUDE_FreeBSD_15= SMBPWD # Only works with Heimdal +OPTIONS_EXCLUDE_FreeBSD_16= SMBPWD # Only works with Heimdal OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS} OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS} diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile index 156015769e7c..cd65ecca3e5a 100644 --- a/net/ovhcloud-cli/Makefile +++ b/net/ovhcloud-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= ovhcloud-cli DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= net devel MAINTAINER= bapt@FreeBSD.org diff --git a/net/py-mpi4py/Makefile b/net/py-mpi4py/Makefile index fc95ce3058cc..461123f4032e 100644 --- a/net/py-mpi4py/Makefile +++ b/net/py-mpi4py/Makefile @@ -1,5 +1,5 @@ PORTNAME= mpi4py -DISTVERSION= 4.1.0 +DISTVERSION= 4.1.1 CATEGORIES= net parallel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-mpi4py/distinfo b/net/py-mpi4py/distinfo index 57db104f845d..2eb0e7a35a59 100644 --- a/net/py-mpi4py/distinfo +++ b/net/py-mpi4py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751750321 -SHA256 (mpi4py-4.1.0.tar.gz) = 817492796bce771ccd809a6051cf68d48689815493b567a696ce7679260449cd -SIZE (mpi4py-4.1.0.tar.gz) = 495378 +TIMESTAMP = 1760221819 +SHA256 (mpi4py-4.1.1.tar.gz) = eb2c8489bdbc47fdc6b26ca7576e927a11b070b6de196a443132766b3d0a2a22 +SIZE (mpi4py-4.1.1.tar.gz) = 500518 diff --git a/net/py-zeep/Makefile b/net/py-zeep/Makefile index 6915e3ce8bb3..902e9abd0f4a 100644 --- a/net/py-zeep/Makefile +++ b/net/py-zeep/Makefile @@ -1,6 +1,5 @@ PORTNAME= zeep -DISTVERSION= 4.3.1 -PORTREVISION= 2 +DISTVERSION= 4.3.2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-zeep/distinfo b/net/py-zeep/distinfo index 2ee02abb9965..bceee428dd7d 100644 --- a/net/py-zeep/distinfo +++ b/net/py-zeep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729330253 -SHA256 (zeep-4.3.1.tar.gz) = f45385e9e1b09d5550e0f51ab9fa7c6842713cab7194139372fd82a99c56a06e -SIZE (zeep-4.3.1.tar.gz) = 166468 +TIMESTAMP = 1760457477 +SHA256 (zeep-4.3.2.tar.gz) = 1a23a667ce9d73a0dbfdf15745bfa2b7ab0b6402135c0cd5067574838398e0e6 +SIZE (zeep-4.3.2.tar.gz) = 166687 diff --git a/net/qrcp/Makefile b/net/qrcp/Makefile index ad1eeff7790b..303462c40817 100644 --- a/net/qrcp/Makefile +++ b/net/qrcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= qrcp DISTVERSIONPREFIX= v DISTVERSION= 0.11.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= tagattie@FreeBSD.org diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 06648b8ac1aa..1c0205a39abe 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,7 +1,7 @@ PORTNAME= rclone DISTVERSIONPREFIX= v DISTVERSION= 1.71.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= tremere@cainites.net diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index a85b0a3ce244..38a994349932 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,6 +1,6 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.66.1 +DISTVERSION= 4.67.0 PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= redpanda- diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index 17dfea732433..ce28de6a964a 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759770855 -SHA256 (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.mod) = 2c679f01737fff938ced0cdfc1e35df7207f0309d8738e990ec90ba7d7105ded -SIZE (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.mod) = 25201 -SHA256 (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.zip) = f6b436391c0c66a8ff66bd6727a6809b289be7941cc78cb02119cc884e2808d5 -SIZE (go/net_redpanda-connect/connect-v4.66.1/v4.66.1.zip) = 2937551 +TIMESTAMP = 1760427193 +SHA256 (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.mod) = 36184448ade64b7bed64e80f33ad2b9e5149e6fbebb864f9a9ecfd1cc56ebd0a +SIZE (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.mod) = 25259 +SHA256 (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.zip) = 4594ce184833b690bef6e54480cc6e73fa09651aa155ddbd5e936d58a6ed7eb4 +SIZE (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.zip) = 3006658 diff --git a/net/revsocks/Makefile b/net/revsocks/Makefile index d53633f370df..f9c030755f3e 100644 --- a/net/revsocks/Makefile +++ b/net/revsocks/Makefile @@ -1,7 +1,7 @@ PORTNAME= revsocks DISTVERSIONPREFIX= v DISTVERSION= 2.8 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/rospo/Makefile b/net/rospo/Makefile index aca203c2c96f..05dea8940b4f 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,7 +1,7 @@ PORTNAME= rospo DISTVERSIONPREFIX= v -DISTVERSION= 0.15.0 -PORTREVISION= 4 +DISTVERSION= 0.15.1 +PORTREVISION= 1 CATEGORIES= net net-vpn sysutils MAINTAINER= fuz@FreeBSD.org diff --git a/net/rospo/distinfo b/net/rospo/distinfo index 4e6087d2008e..22bc9bc33c46 100644 --- a/net/rospo/distinfo +++ b/net/rospo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750613153 -SHA256 (go/net_rospo/rospo-v0.15.0/v0.15.0.mod) = fb7e02a0a571d1d0e0427d486f137678154dd1d48128fdf41391c41398adbbd7 -SIZE (go/net_rospo/rospo-v0.15.0/v0.15.0.mod) = 1337 -SHA256 (go/net_rospo/rospo-v0.15.0/v0.15.0.zip) = 996632dc72ec827d7e9b9789c4f0eb009a82742ba11838c3d83e54b93e4ede92 -SIZE (go/net_rospo/rospo-v0.15.0/v0.15.0.zip) = 98205 +TIMESTAMP = 1760100235 +SHA256 (go/net_rospo/rospo-v0.15.1/v0.15.1.mod) = d804f2f92c82dc710ce02ebc82fd9bd6c7e47385e258cb21ce93e0a4ed1d6e01 +SIZE (go/net_rospo/rospo-v0.15.1/v0.15.1.mod) = 1339 +SHA256 (go/net_rospo/rospo-v0.15.1/v0.15.1.zip) = 084e3fa3bad63e693dedbc2bc4b131b258d602dc1d2ff33935315ebc35554f6c +SIZE (go/net_rospo/rospo-v0.15.1/v0.15.1.zip) = 98238 diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile index 31f59ae33931..3c60eed7db61 100644 --- a/net/s5cmd/Makefile +++ b/net/s5cmd/Makefile @@ -1,7 +1,7 @@ PORTNAME= s5cmd DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index 49db95912a7b..b391728a510f 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= seaweedfs DISTVERSION= 3.91 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net sysutils MAINTAINER= drtr0jan@yandex.ru diff --git a/net/slackcat/Makefile b/net/slackcat/Makefile index d6c187956e9d..f1706d072e73 100644 --- a/net/slackcat/Makefile +++ b/net/slackcat/Makefile @@ -1,6 +1,6 @@ PORTNAME= slackcat DISTVERSION= 1.7.3 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= net MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/net/speedtest-go/Makefile b/net/speedtest-go/Makefile index 7dc5b3ac6b89..778f5bc3f83e 100644 --- a/net/speedtest-go/Makefile +++ b/net/speedtest-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= speedtest-go DISTVERSIONPREFIX= v DISTVERSION= 1.7.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/spoofdpi/Makefile b/net/spoofdpi/Makefile index 9f9db76efd35..f40aaac76579 100644 --- a/net/spoofdpi/Makefile +++ b/net/spoofdpi/Makefile @@ -1,7 +1,7 @@ PORTNAME= spoofdpi DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= nxjoseph@protonmail.com diff --git a/net/stc/Makefile b/net/stc/Makefile index 311f7e9170db..e82dc6cf1953 100644 --- a/net/stc/Makefile +++ b/net/stc/Makefile @@ -1,6 +1,6 @@ PORTNAME= stc PORTVERSION= 1.5.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= kbowling@FreeBSD.org diff --git a/net/storj/Makefile b/net/storj/Makefile index 5b79bfe604bf..233d8c13314e 100644 --- a/net/storj/Makefile +++ b/net/storj/Makefile @@ -1,7 +1,7 @@ PORTNAME= storj PORTVERSION= 1.117.8 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= danfe@FreeBSD.org diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index a69e4f8fed3d..b5af9e304f8c 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,7 +1,7 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v DISTVERSION= 2.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} diff --git a/net/syncthing1/Makefile b/net/syncthing1/Makefile index a00cea0f12e0..2121b4ed578d 100644 --- a/net/syncthing1/Makefile +++ b/net/syncthing1/Makefile @@ -1,7 +1,7 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v DISTVERSION= 1.30.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 1 diff --git a/net/termshark/Makefile b/net/termshark/Makefile index d665927fd1e1..03cd27d1d9da 100644 --- a/net/termshark/Makefile +++ b/net/termshark/Makefile @@ -1,7 +1,7 @@ PORTNAME= termshark PORTVERSION= 2.4.0 DISTVERSIONPREFIX=v -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= net MAINTAINER= zi@FreeBSD.org diff --git a/net/toxiproxy-cli/Makefile b/net/toxiproxy-cli/Makefile index 329c5b739551..2eef73fcacef 100644 --- a/net/toxiproxy-cli/Makefile +++ b/net/toxiproxy-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= toxiproxy-cli -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= TCP proxy to simulate network and system conditions (client) diff --git a/net/toxiproxy-server/Makefile b/net/toxiproxy-server/Makefile index b601eba83049..699a76f822c7 100644 --- a/net/toxiproxy-server/Makefile +++ b/net/toxiproxy-server/Makefile @@ -1,7 +1,7 @@ PORTNAME?= toxiproxy-server DISTVERSIONPREFIX= v DISTVERSION= 2.12.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 27b36c3f0a30..ee26ae53cd29 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,6 @@ PORTNAME= traefik PORTVERSION= 3.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/tunneller/Makefile b/net/tunneller/Makefile index 95f468373afc..9c0d18d7eac6 100644 --- a/net/tunneller/Makefile +++ b/net/tunneller/Makefile @@ -1,7 +1,7 @@ PORTNAME= tunneller DISTVERSIONPREFIX= release- DISTVERSION= 0.6 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/v2ray/Makefile b/net/v2ray/Makefile index dcf9c1fd8f5c..8ce3667b04f8 100644 --- a/net/v2ray/Makefile +++ b/net/v2ray/Makefile @@ -1,6 +1,7 @@ PORTNAME= v2ray DISTVERSIONPREFIX= v DISTVERSION= 5.40.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= alven@FreeBSD.org diff --git a/net/wgcf/Makefile b/net/wgcf/Makefile index 41d9632b48c0..ae62100cf97f 100644 --- a/net/wgcf/Makefile +++ b/net/wgcf/Makefile @@ -1,7 +1,7 @@ PORTNAME= wgcf PORTVERSION= 2.2.27 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile index 697b8fc7e631..a31539eb143f 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= wireguard-go PORTVERSION= 0.0.20250522 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ diff --git a/net/wireproxy/Makefile b/net/wireproxy/Makefile index 0d213a522c28..c0fd3893cbc8 100644 --- a/net/wireproxy/Makefile +++ b/net/wireproxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= wireproxy DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= lwhsu@FreeBSD.org diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 627cc8a42f03..cd5ae9eb186f 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -79,7 +79,7 @@ GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ENV_OFF= KRB5_CONFIG=${KRB5CONFIG} -GSSAPI_NONE_CMAKE_BOOL= ENABLE_KERBEROS +GSSAPI_NONE_CMAKE_BOOL_OFF= ENABLE_KERBEROS GUI_USES= desktop-file-utils shared-mime-info qt:6 GUI_USE= qt=5compat,base,multimedia,tools diff --git a/net/wireshark/files/patch-epan_dissectors_packet-its.c b/net/wireshark/files/patch-epan_dissectors_packet-its.c new file mode 100644 index 000000000000..dbd0e521895b --- /dev/null +++ b/net/wireshark/files/patch-epan_dissectors_packet-its.c @@ -0,0 +1,11 @@ +--- epan/dissectors/packet-its.c.orig 2025-10-14 14:35:47 UTC ++++ epan/dissectors/packet-its.c +@@ -23047,7 +23047,7 @@ its_timestamp_fmt(char *s, uint64_t v) + static void + its_timestamp_fmt(char *s, uint64_t v) + { +- time_t secs = v / 1000 + 1072915200 - 5; ++ time_t secs = (time_t) ((time_t)v / 1000 + 1072915200 - 5); + struct tm *tm = gmtime(&secs); + snprintf(s, ITEM_LABEL_LENGTH, "%u-%02u-%02u %02u:%02u:%02u.%03u (%" PRIu64 ")", + tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, (uint32_t)(v % 1000), v diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index ff57cbfbbfb0..3523d98eea36 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -3,11 +3,11 @@ bin/dumpcap @mode @group -bin/idl2wrs bin/capinfos bin/captype -bin/dftest +%%DEVELOPMENT%%bin/dftest bin/editcap +%%DEVELOPMENT%%bin/idl2wrs bin/mergecap %%MAXMIND%%bin/mmdbresolve bin/randpkt diff --git a/net/wutil/Makefile b/net/wutil/Makefile new file mode 100644 index 000000000000..fbe092a16a7a --- /dev/null +++ b/net/wutil/Makefile @@ -0,0 +1,30 @@ +PORTNAME= wutil +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.1 +CATEGORIES= net sysutils + +MAINTAINER= saheed@FreeBSD.org +COMMENT= CLI and TUI for WiFi Management + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +IGNORE_FreeBSD_13= requires <sys/queue_mergesort.h> introduced in FreeBSD 14 + +LIB_DEPENDS= libifconfig.so:net/libifconfig + +USE_GITHUB= yes +GH_ACCOUNT= MainKt + +PLIST_FILES= bin/wutil \ + bin/wutui \ + share/man/man8/wutil.8.gz \ + share/man/man8/wutui.8.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wutil ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/wutui ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wutil.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/wutui.8 ${STAGEDIR}${PREFIX}/share/man/man8 + +.include <bsd.port.mk> diff --git a/net/wutil/distinfo b/net/wutil/distinfo new file mode 100644 index 000000000000..85a2610f89bd --- /dev/null +++ b/net/wutil/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760070267 +SHA256 (MainKt-wutil-v0.4.1_GH0.tar.gz) = 1a966acf1fbac4d7e565f6f5581b64fe7544ad27494d9a81c37b5cceb2fe24eb +SIZE (MainKt-wutil-v0.4.1_GH0.tar.gz) = 36422 diff --git a/net/wutil/pkg-descr b/net/wutil/pkg-descr new file mode 100644 index 000000000000..6fc42f637e9d --- /dev/null +++ b/net/wutil/pkg-descr @@ -0,0 +1,3 @@ +wutil is a WiFi management utility for FreeBSD with a CLI (wutil) and +a TUI (wutui). It supports station-mode operations and manages +wpa_supplicant configuration. diff --git a/net/xapsd/Makefile b/net/xapsd/Makefile index ece91914f6ff..ab5391b34aa6 100644 --- a/net/xapsd/Makefile +++ b/net/xapsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= xapsd DISTVERSION= g20241228 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= PopularMoment@protonmail.com diff --git a/net/zapret/Makefile b/net/zapret/Makefile index bdd67ffec815..0be5ad56507d 100644 --- a/net/zapret/Makefile +++ b/net/zapret/Makefile @@ -1,6 +1,6 @@ PORTNAME= zapret DISTVERSIONPREFIX= v -DISTVERSION= 71.4 +DISTVERSION= 72 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -13,13 +13,14 @@ LICENSE_FILE= ${WRKSRC}/docs/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= bol-van -EXES= dvtws ip2net mdig tpws - PLIST_FILES= ${EXES:S/^/bin\//} +EXES= dvtws ip2net mdig tpws + do-install: .for exe in ${EXES} - ${INSTALL_PROGRAM} ${WRKSRC}/binaries/my/${exe} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/binaries/my/${exe} \ + ${STAGEDIR}${PREFIX}/bin .endfor .include <bsd.port.mk> diff --git a/net/zapret/distinfo b/net/zapret/distinfo index 46ee32f7e71d..eab6c2c839d0 100644 --- a/net/zapret/distinfo +++ b/net/zapret/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756030560 -SHA256 (bol-van-zapret-v71.4_GH0.tar.gz) = ea3cbebb8d0cf2045fd46a2b68f53f7bb042c314684f329c77e67d6ec000edc3 -SIZE (bol-van-zapret-v71.4_GH0.tar.gz) = 540787 +TIMESTAMP = 1760343342 +SHA256 (bol-van-zapret-v72_GH0.tar.gz) = 0f36237642ed5e9483aec6e710c647fdffb09b95c03aa6e2d6273fcabc76afb3 +SIZE (bol-van-zapret-v72_GH0.tar.gz) = 549487 diff --git a/net/zmate/Makefile b/net/zmate/Makefile index 26464dde21f7..23c0ce75e91d 100644 --- a/net/zmate/Makefile +++ b/net/zmate/Makefile @@ -1,7 +1,7 @@ PORTNAME= zmate DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= fuz@FreeBSD.org diff --git a/ports-mgmt/caronade/Makefile b/ports-mgmt/caronade/Makefile index 0e65e2a32c50..2c4745943697 100644 --- a/ports-mgmt/caronade/Makefile +++ b/ports-mgmt/caronade/Makefile @@ -1,7 +1,7 @@ PORTNAME= caronade DISTVERSIONPREFIX=v DISTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt MAINTAINER= decke@FreeBSD.org diff --git a/ports-mgmt/fallout/Makefile b/ports-mgmt/fallout/Makefile index 4af562887bf9..3fa6e513d8d6 100644 --- a/ports-mgmt/fallout/Makefile +++ b/ports-mgmt/fallout/Makefile @@ -1,7 +1,7 @@ PORTNAME= fallout DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/ports-mgmt/modules2tuple/Makefile b/ports-mgmt/modules2tuple/Makefile index 5288b9832358..3338bb57494b 100644 --- a/ports-mgmt/modules2tuple/Makefile +++ b/ports-mgmt/modules2tuple/Makefile @@ -1,7 +1,7 @@ PORTNAME= modules2tuple DISTVERSIONPREFIX= v DISTVERSION= 2.2.4 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/ports-mgmt/portgrep/Makefile b/ports-mgmt/portgrep/Makefile index e6b39f3dad80..cfa1666cf55d 100644 --- a/ports-mgmt/portgrep/Makefile +++ b/ports-mgmt/portgrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= portgrep DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= ports-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 53c3018fe6f3..c63849f9e8c4 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20251006 +DISTVERSION= 3.4.99.20251014 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= poudriere USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.3.0-2083-g6484fd634 +GH_TAGNAME= 3.3.0-2209-g282bb7247 GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 17cea50de4f6..b177df903f28 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759761330 -SHA256 (freebsd-poudriere-3.4.99.20251006-3.3.0-2083-g6484fd634_GH0.tar.gz) = d29a2b0bb0a1b420e10fc1dc821f75d5ca797ba7c8f5686263ba7ab488a82a23 -SIZE (freebsd-poudriere-3.4.99.20251006-3.3.0-2083-g6484fd634_GH0.tar.gz) = 5779603 +TIMESTAMP = 1760503468 +SHA256 (freebsd-poudriere-3.4.99.20251014-3.3.0-2209-g282bb7247_GH0.tar.gz) = 6e818620356111d2530109a601cd5fd50e3b995380ac1553c6dd97827084ee3c +SIZE (freebsd-poudriere-3.4.99.20251014-3.3.0-2209-g282bb7247_GH0.tar.gz) = 5793201 diff --git a/print/brlaser/Makefile b/print/brlaser/Makefile index 9f2aa4fdbc5b..096de07ee89c 100644 --- a/print/brlaser/Makefile +++ b/print/brlaser/Makefile @@ -1,6 +1,6 @@ PORTNAME= brlaser DISTVERSIONPREFIX= v -DISTVERSION= 6.2.7 +DISTVERSION= 6.2.8 CATEGORIES= print MAINTAINER= madpilot@FreeBSD.org diff --git a/print/brlaser/distinfo b/print/brlaser/distinfo index bcb9c3c8d184..af9b34cc7190 100644 --- a/print/brlaser/distinfo +++ b/print/brlaser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737547964 -SHA256 (Owl-Maintain-brlaser-v6.2.7_GH0.tar.gz) = e67c5726fc1fe53574c2e8b5f72634f1359d0f53586a555eb2489fafd7c81640 -SIZE (Owl-Maintain-brlaser-v6.2.7_GH0.tar.gz) = 27306 +TIMESTAMP = 1760469525 +SHA256 (Owl-Maintain-brlaser-v6.2.8_GH0.tar.gz) = 16dae855aa7fff0eef0c05398fab37678243d7d610fa5f9af0d3a2cc9bf08cb0 +SIZE (Owl-Maintain-brlaser-v6.2.8_GH0.tar.gz) = 29401 diff --git a/print/ipp-usb/Makefile b/print/ipp-usb/Makefile index 1add7b138e4f..339fd69a9b55 100644 --- a/print/ipp-usb/Makefile +++ b/print/ipp-usb/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipp-usb DISTVERSION= 0.9.24 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print MAINTAINER= chuanwei.foo@hotmail.com diff --git a/print/paps/Makefile b/print/paps/Makefile index 50d69803b789..2afeb28c7921 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -1,15 +1,16 @@ PORTNAME= paps -PORTVERSION= 0.8.0 -DISTVERSIONPREFIX= v +DISTVERSION= 0.8.0 PORTREVISION= 3 CATEGORIES= print +MASTER_SITES= https://github.com/dov/${PORTNAME}/releases/download/v${DISTVERSION}/ -PATCH_SITES= ${WWW}/commit/ -PATCHFILES+= e9270aaac5e0b8018a6fad9a562ee48e7b2c3113.patch:-p1 # https://github.com/dov/paps/pull/71 +PATCH_SITES= https://github.com/dov/paps/commit/ +PATCHFILES= e9270aaac5e0b8018a6fad9a562ee48e7b2c3113.patch:-p1 \ + a26a20d7ca3feb08476a8a19fd97c3ececcc1e2e.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 to PostScript converter using Pango -WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT} +WWW= https://github.com/dov/paps LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB @@ -18,18 +19,13 @@ BROKEN_i386= compilation fails, see https://github.com/dov/paps/issues/60 LIB_DEPENDS= libfmt.so:devel/libfmt -USES= cmake:indirect compiler:c++17-lang meson gnome pkgconfig python:env shebangfix -USE_CXXSTD= c++17 -USE_GITHUB= yes -GH_ACCOUNT= dov -USE_GNOME= cairo pango - +USES= compiler:c++17-lang meson gnome pkgconfig python:env,run shebangfix SHEBANG_FILES= ${WRKSRC}/scripts/src-to-paps +USE_GNOME= cairo pango -PLIST_FILES= bin/paps share/man/man1/paps.1.gz - -post-install: - ${ECHO_CMD} "bin/src-to-paps" >> ${TMPPLIST} - ${ECHO_CMD} "share/paps/pango_markup.outlang" >> ${TMPPLIST} +PLIST_FILES= bin/paps \ + bin/src-to-paps \ + share/man/man1/paps.1.gz \ + share/paps/pango_markup.outlang .include <bsd.port.mk> diff --git a/print/paps/distinfo b/print/paps/distinfo index 45fc12eeb69f..fce676bd92d0 100644 --- a/print/paps/distinfo +++ b/print/paps/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1736611510 -SHA256 (dov-paps-v0.8.0_GH0.tar.gz) = 8fd8db04e6f8c5c164806d2c1b5fea6096daf583f83f06d1e4813ea61edc291f -SIZE (dov-paps-v0.8.0_GH0.tar.gz) = 75685 +TIMESTAMP = 1760402841 +SHA256 (paps-0.8.0.tar.gz) = bb5a826db364117a5ae79c833c4a000197f3b5b3eff10e31fb1513a583f96ff2 +SIZE (paps-0.8.0.tar.gz) = 224643 SHA256 (e9270aaac5e0b8018a6fad9a562ee48e7b2c3113.patch) = ed97ae7128f774b2f4d2f6ee31212ac53ba9c2c6d60379bf4486c61e3f347365 SIZE (e9270aaac5e0b8018a6fad9a562ee48e7b2c3113.patch) = 1846 +SHA256 (a26a20d7ca3feb08476a8a19fd97c3ececcc1e2e.patch) = c477a86e961adaf5f8b1c7e53aeb7f5a08c9c1a2ee64c5729dc2b4a141f0b344 +SIZE (a26a20d7ca3feb08476a8a19fd97c3ececcc1e2e.patch) = 1042 diff --git a/print/pdfcpu/Makefile b/print/pdfcpu/Makefile index c73731388eaa..22638d61cc29 100644 --- a/print/pdfcpu/Makefile +++ b/print/pdfcpu/Makefile @@ -1,7 +1,7 @@ PORTNAME= pdfcpu DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MAINTAINER= diizzy@FreeBSD.org diff --git a/print/scribus/Makefile b/print/scribus/Makefile index e29fd7435b9a..ade198940245 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,13 +1,9 @@ PORTNAME= scribus -DISTVERSION= 1.6.3 -PORTREVISION= 4 +DISTVERSION= 1.6.4 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ -PATCH_SITES= https://github.com/scribusproject/scribus/commit/ -PATCHFILES= 3f0f902d6e47adb45d280947f448bcca6c4e2556.patch:-p1 - MAINTAINER= pkubaj@FreeBSD.org COMMENT= Comprehensive desktop publishing program WWW= https://www.scribus.net/ diff --git a/print/scribus/distinfo b/print/scribus/distinfo index af2a0346f5c1..ed6d4fcd555b 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1742846930 -SHA256 (scribus-1.6.3.tar.xz) = 0ae58ced410101e82655e3b4c20a070cf1767145ada233dcef7c20b8ba6bd487 -SIZE (scribus-1.6.3.tar.xz) = 74909384 -SHA256 (3f0f902d6e47adb45d280947f448bcca6c4e2556.patch) = 81c7641e583e1a5d48dde4e41922e646bdd0e5925bd74fb81aaeccc5d0ffab74 -SIZE (3f0f902d6e47adb45d280947f448bcca6c4e2556.patch) = 7944 +TIMESTAMP = 1760353387 +SHA256 (scribus-1.6.4.tar.xz) = 533be7af03acfaa736ec5f7a3fc2562abd200fef5ca2a7cdee02b5f44d61829e +SIZE (scribus-1.6.4.tar.xz) = 74761856 diff --git a/print/scribus/pkg-plist b/print/scribus/pkg-plist index c5f2e886f10e..cfe1dad6bd4e 100644 --- a/print/scribus/pkg-plist +++ b/print/scribus/pkg-plist @@ -3568,7 +3568,6 @@ share/pixmaps/scribus.png %%DATADIR%%/translations/scribus.th_TH.qm %%DATADIR%%/translations/scribus.tr.qm %%DATADIR%%/translations/scribus.uk.qm -%%DATADIR%%/translations/scribus.untranslated.qm %%DATADIR%%/translations/scribus.zh_CN.qm %%DATADIR%%/translations/scribus.zh_TW.qm %%DATADIR%%/unicodenameslist.txt diff --git a/science/Makefile b/science/Makefile index 9713030b534d..240f468caabb 100644 --- a/science/Makefile +++ b/science/Makefile @@ -313,7 +313,7 @@ SUBDIR += py-cirq-google SUBDIR += py-cirq-ionq SUBDIR += py-cirq-pasqal - SUBDIR += py-cirq-rigetti + SUBDIR += py-cirq-web SUBDIR += py-coards SUBDIR += py-dftbplus SUBDIR += py-dftd4 diff --git a/science/arbor/Makefile b/science/arbor/Makefile index d2d6e0cf6ef2..2251d579cd4b 100644 --- a/science/arbor/Makefile +++ b/science/arbor/Makefile @@ -12,8 +12,8 @@ WWW= https://arbor-sim.org/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/arbor-sim/arbor/issues/2424 -BROKEN_armv7= compilation fails: unknown type name 'float64x2_t' +BROKEN= compilation fails with clang-19, see https://github.com/arbor-sim/arbor/issues/2424 +#BROKEN_armv7= compilation fails: unknown type name 'float64x2_t' BUILD_DEPENDS= bash:shells/bash \ libfmt>0:devel/libfmt \ diff --git a/science/csvtk/Makefile b/science/csvtk/Makefile index 3d2c9d80ac57..6b140beda671 100644 --- a/science/csvtk/Makefile +++ b/science/csvtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= csvtk DISTVERSIONPREFIX= v DISTVERSION= 0.34.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= jwb@FreeBSD.org diff --git a/science/healpix/Makefile b/science/healpix/Makefile index 92f6cbda719f..7505dc0033bc 100644 --- a/science/healpix/Makefile +++ b/science/healpix/Makefile @@ -1,14 +1,15 @@ PORTNAME= healpix DISTVERSION= 3.50 DISTVERSIONSUFFIX= _2018Dec10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/Healpix_${DISTVERSION}/ DISTNAME= Healpix_${DISTVERSIONFULL} MAINTAINER= yuri@FreeBSD.org COMMENT= Software for pixelization, visualization, etc of data on the sphere -WWW= https://healpix.jpl.nasa.gov/ +WWW= https://healpix.sourceforge.io/ + #https://healpix.jpl.nasa.gov/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,9 +24,12 @@ cxx_PLIST= ${.CURDIR}/pkg-plist-cxx c_PLIST= ${.CURDIR}/pkg-plist-c USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -USE_LDCONFIG= yes + +LDFLAGS+= -lomp WRKSRC= ${WRKDIR}/Healpix_${DISTVERSION} AUTORECONF_WRKSRC= ${WRKSRC}/src/${FLAVOR:S/^c$/C/}/autotools diff --git a/science/highfive/Makefile b/science/highfive/Makefile index b35fd3ff30ae..2dcc0c740d0c 100644 --- a/science/highfive/Makefile +++ b/science/highfive/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${LOCALBASE}/include/boost/multi_array.hpp:devel/boost-libs \ - ${LOCALBASE}/include/xtensor/xtensor.hpp:math/xtensor + ${LOCALBASE}/include/xtensor.hpp:math/xtensor TEST_DEPENDS= catch2>0:devel/catch2 USES= cmake eigen:3,run diff --git a/science/molgif/Makefile b/science/molgif/Makefile index af14421a80b8..1f15ede46747 100644 --- a/science/molgif/Makefile +++ b/science/molgif/Makefile @@ -1,6 +1,6 @@ PORTNAME= molgif DISTVERSION= g20180108 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/p5-Chemistry-Mol/Makefile b/science/p5-Chemistry-Mol/Makefile index 4f4c2e70ec69..9aed9a34acf7 100644 --- a/science/p5-Chemistry-Mol/Makefile +++ b/science/p5-Chemistry-Mol/Makefile @@ -1,5 +1,5 @@ PORTNAME= Chemistry-Mol -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= science perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/science/p5-Chemistry-Mol/distinfo b/science/p5-Chemistry-Mol/distinfo index fec03561553b..71c6d905887c 100644 --- a/science/p5-Chemistry-Mol/distinfo +++ b/science/p5-Chemistry-Mol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835607 -SHA256 (Chemistry-Mol-0.39.tar.gz) = 1fc7b65e3ee0e77410c55e12493018a0722e14df6e4ed553fdef68144feaeba4 -SIZE (Chemistry-Mol-0.39.tar.gz) = 44747 +TIMESTAMP = 1760370250 +SHA256 (Chemistry-Mol-0.40.tar.gz) = ac357b5034a60f2db6b674c77e682e5b93efb0a37d19fd63cf95ea5965402530 +SIZE (Chemistry-Mol-0.40.tar.gz) = 45518 diff --git a/science/pcmsolver/Makefile b/science/pcmsolver/Makefile index ff137c88f6ef..0b234b6f90d9 100644 --- a/science/pcmsolver/Makefile +++ b/science/pcmsolver/Makefile @@ -1,7 +1,7 @@ PORTNAME= pcmsolver DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -11,9 +11,7 @@ WWW= https://github.com/PCMSolver/pcmsolver LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_15= compilation is broken with clang-19, see https://github.com/PCMSolver/pcmsolver/issues/208 - -USES= cmake compiler:c11 fortran python +USES= cmake compiler:c++14-lang fortran python:build USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/science/pcmsolver/files/patch-cmake_custom_compilers_CXXFlags.cmake b/science/pcmsolver/files/patch-cmake_custom_compilers_CXXFlags.cmake new file mode 100644 index 000000000000..a9bf3aef3f64 --- /dev/null +++ b/science/pcmsolver/files/patch-cmake_custom_compilers_CXXFlags.cmake @@ -0,0 +1,8 @@ +--- cmake/custom/compilers/CXXFlags.cmake.orig 2025-10-15 01:10:00 UTC ++++ cmake/custom/compilers/CXXFlags.cmake +@@ -1,4 +1,4 @@ +-set(CMAKE_CXX_STANDARD 11) ++set(CMAKE_CXX_STANDARD 14) + set(CMAKE_CXX_STANDARD_REQUIRED TRUE) + set(CMAKE_CXX_EXTENSIONS FALSE) + diff --git a/science/pcmsolver/files/patch-external_eigen3_include_eigen3_Eigen_src_Core_Transpositions.h b/science/pcmsolver/files/patch-external_eigen3_include_eigen3_Eigen_src_Core_Transpositions.h new file mode 100644 index 000000000000..ada24c1f6175 --- /dev/null +++ b/science/pcmsolver/files/patch-external_eigen3_include_eigen3_Eigen_src_Core_Transpositions.h @@ -0,0 +1,14 @@ +- fix build error with Eigen 3.3.2 + + +--- external/eigen3/include/eigen3/Eigen/src/Core/Transpositions.h.orig 2025-10-15 01:10:00 UTC ++++ external/eigen3/include/eigen3/Eigen/src/Core/Transpositions.h +@@ -384,7 +384,7 @@ class Transpose<TranspositionsBase<TranspositionsDeri + const Product<OtherDerived, Transpose, AliasFreeProduct> + operator*(const MatrixBase<OtherDerived>& matrix, const Transpose& trt) + { +- return Product<OtherDerived, Transpose, AliasFreeProduct>(matrix.derived(), trt.derived()); ++ return Product<OtherDerived, Transpose, AliasFreeProduct>(matrix.derived(), trt); + } + + /** \returns the \a matrix with the inverse transpositions applied to the rows. diff --git a/science/py-cirq-aqt/Makefile b/science/py-cirq-aqt/Makefile index e283bf48ecdf..fb3104f62315 100644 --- a/science/py-cirq-aqt/Makefile +++ b/science/py-cirq-aqt/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirq-aqt DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-cirq-aqt/distinfo b/science/py-cirq-aqt/distinfo index 90789b1d2df1..bea87b2b10aa 100644 --- a/science/py-cirq-aqt/distinfo +++ b/science/py-cirq-aqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744354009 -SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f -SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107 +TIMESTAMP = 1760339430 +SHA256 (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 65da567eea507b5a2b2609fea8cb5e6a2b4e92a6622fad9c2a5c406761b09475 +SIZE (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 7898333 diff --git a/science/py-cirq-core/Makefile b/science/py-cirq-core/Makefile index 61e40b03c471..4a52814ebfbf 100644 --- a/science/py-cirq-core/Makefile +++ b/science/py-cirq-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirq-core DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-cirq-core/distinfo b/science/py-cirq-core/distinfo index 90789b1d2df1..0ca224a1899c 100644 --- a/science/py-cirq-core/distinfo +++ b/science/py-cirq-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744354009 -SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f -SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107 +TIMESTAMP = 1760339431 +SHA256 (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 65da567eea507b5a2b2609fea8cb5e6a2b4e92a6622fad9c2a5c406761b09475 +SIZE (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 7898333 diff --git a/science/py-cirq-google/Makefile b/science/py-cirq-google/Makefile index 4ea483157b29..d82b59c678b5 100644 --- a/science/py-cirq-google/Makefile +++ b/science/py-cirq-google/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirq-google DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-cirq-google/distinfo b/science/py-cirq-google/distinfo index 4fbbd69035e7..c05992b52a67 100644 --- a/science/py-cirq-google/distinfo +++ b/science/py-cirq-google/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744354010 -SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f -SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107 +TIMESTAMP = 1760339432 +SHA256 (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 65da567eea507b5a2b2609fea8cb5e6a2b4e92a6622fad9c2a5c406761b09475 +SIZE (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 7898333 diff --git a/science/py-cirq-ionq/Makefile b/science/py-cirq-ionq/Makefile index ea3fc7ffc5c6..c0d8482d6e69 100644 --- a/science/py-cirq-ionq/Makefile +++ b/science/py-cirq-ionq/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirq-ionq DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-cirq-ionq/distinfo b/science/py-cirq-ionq/distinfo index 4fbbd69035e7..0ca224a1899c 100644 --- a/science/py-cirq-ionq/distinfo +++ b/science/py-cirq-ionq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744354010 -SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f -SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107 +TIMESTAMP = 1760339431 +SHA256 (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 65da567eea507b5a2b2609fea8cb5e6a2b4e92a6622fad9c2a5c406761b09475 +SIZE (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 7898333 diff --git a/science/py-cirq-pasqal/Makefile b/science/py-cirq-pasqal/Makefile index c279a6440d3f..0a49c04f2af5 100644 --- a/science/py-cirq-pasqal/Makefile +++ b/science/py-cirq-pasqal/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirq-pasqal DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-cirq-pasqal/distinfo b/science/py-cirq-pasqal/distinfo index 1ee12b3cfff6..bea87b2b10aa 100644 --- a/science/py-cirq-pasqal/distinfo +++ b/science/py-cirq-pasqal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744354008 -SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f -SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107 +TIMESTAMP = 1760339430 +SHA256 (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 65da567eea507b5a2b2609fea8cb5e6a2b4e92a6622fad9c2a5c406761b09475 +SIZE (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 7898333 diff --git a/science/py-cirq-rigetti/distinfo b/science/py-cirq-rigetti/distinfo deleted file mode 100644 index 4fbbd69035e7..000000000000 --- a/science/py-cirq-rigetti/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1744354010 -SHA256 (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = ff1622dea7de12e58fc47458e30d576c9a5a4faba5fd85bc6849150d1da3fc7f -SIZE (quantumlib-Cirq-v1.5.0_GH0.tar.gz) = 8126107 diff --git a/science/py-cirq-rigetti/pkg-descr b/science/py-cirq-rigetti/pkg-descr deleted file mode 100644 index f42a2725c284..000000000000 --- a/science/py-cirq-rigetti/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -cirq-ionq provides everything you'll need to run Cirq quantum algorithms -on Rigetti quantum computers. diff --git a/science/py-cirq-rigetti/Makefile b/science/py-cirq-web/Makefile index 9f32d20ceff5..d537afc2c21d 100644 --- a/science/py-cirq-rigetti/Makefile +++ b/science/py-cirq-web/Makefile @@ -1,20 +1,16 @@ -PORTNAME= cirq-rigetti +PORTNAME= cirq-web DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 -PORTREVISION= 1 +DISTVERSION= 1.6.1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Cirq module to run on Rigetti quantum computers +COMMENT= Cirq module to visualize quantum circuits in 3D in a web browser WWW= https://github.com/quantumlib/cirq LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyquil>=3.0.0:devel/py-pyquil@${PY_FLAVOR} - USES= python USE_PYTHON= distutils autoplist @@ -22,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= quantumlib GH_PROJECT= Cirq -WRKSRC_SUBDIR= cirq-rigetti +WRKSRC_SUBDIR= cirq-web NO_ARCH= yes diff --git a/science/py-cirq-web/distinfo b/science/py-cirq-web/distinfo new file mode 100644 index 000000000000..bea87b2b10aa --- /dev/null +++ b/science/py-cirq-web/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760339430 +SHA256 (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 65da567eea507b5a2b2609fea8cb5e6a2b4e92a6622fad9c2a5c406761b09475 +SIZE (quantumlib-Cirq-v1.6.1_GH0.tar.gz) = 7898333 diff --git a/science/py-cirq-web/files/example.py b/science/py-cirq-web/files/example.py new file mode 100644 index 000000000000..d93432d5d3bf --- /dev/null +++ b/science/py-cirq-web/files/example.py @@ -0,0 +1,18 @@ +import cirq + +# Pick a qubit. +qubit = cirq.GridQubit(0, 0) + +# Create a circuit +circuit = cirq.Circuit( + cirq.X(qubit)**0.5, # Square root of NOT. + cirq.measure(qubit, key='m') # Measurement. +) +print("Circuit:") +print(circuit) + +# Simulate the circuit several times. +simulator = cirq.Simulator() +result = simulator.run(circuit, repetitions=20) +print("Results:") +print(result) diff --git a/science/py-cirq-web/pkg-descr b/science/py-cirq-web/pkg-descr new file mode 100644 index 000000000000..22e7e20a4ae9 --- /dev/null +++ b/science/py-cirq-web/pkg-descr @@ -0,0 +1,4 @@ +Cirq-web is a Python library that provides browser-based 3D visualization +tools for quantum circuits created with the Cirq framework. It allows users +to inspect and understand the structure of their quantum circuits in a visual +way. diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 5beeef73f678..48602f14288e 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,7 +1,7 @@ PORTNAME= 2fa DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security MAINTAINER= mauroeldritch@gmail.com diff --git a/security/Makefile b/security/Makefile index c49e8676f481..e3840f2246ac 100644 --- a/security/Makefile +++ b/security/Makefile @@ -234,7 +234,6 @@ SUBDIR += hyperhotp SUBDIR += i2pd SUBDIR += iaikpkcs11wrapper - SUBDIR += iddawc SUBDIR += idea SUBDIR += identify SUBDIR += imds-filterd @@ -953,6 +952,7 @@ SUBDIR += py-google-auth SUBDIR += py-google-auth-httplib2 SUBDIR += py-google-auth-oauthlib + SUBDIR += py-google-cloud-kms SUBDIR += py-gpg SUBDIR += py-gpsoauth SUBDIR += py-greenbone-feed-sync diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile index e1c08c45d774..ea4436b4bf44 100644 --- a/security/acmetool/Makefile +++ b/security/acmetool/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmetool DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= security MAINTAINER= samm@FreeBSD.org diff --git a/security/age/Makefile b/security/age/Makefile index 8b79fd0ecdef..ff7a14b78333 100644 --- a/security/age/Makefile +++ b/security/age/Makefile @@ -1,7 +1,7 @@ PORTNAME= age DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/assh/Makefile b/security/assh/Makefile index 18d04ad440df..394cf9c86441 100644 --- a/security/assh/Makefile +++ b/security/assh/Makefile @@ -1,7 +1,7 @@ PORTNAME= assh DISTVERSIONPREFIX= v DISTVERSION= 2.15.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 60b0556f8036..921f039f43c8 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,7 +1,7 @@ PORTNAME= aws-iam-authenticator PORTVERSION= 0.7.7 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org diff --git a/security/aws-vault/Makefile b/security/aws-vault/Makefile index 7c4987397e8e..1329f09f3035 100644 --- a/security/aws-vault/Makefile +++ b/security/aws-vault/Makefile @@ -1,7 +1,7 @@ PORTNAME= aws-vault DISTVERSIONPREFIX= v DISTVERSION= 6.6.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= security MAINTAINER= mauroeldritch@gmail.com diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 15b93986792e..7d5bd79dbf53 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,6 @@ PORTNAME= boringssl PORTVERSION= 0.20250818.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}_GH0.tar.gz diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index 6d40de8dedde..ff8d5e1f0f77 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera-ot DISTVERSION= 5.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org diff --git a/security/caldera/Makefile b/security/caldera/Makefile index 7b961242f964..43dbdf79fee9 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera DISTVERSION= 5.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org diff --git a/security/certificate_maker/Makefile b/security/certificate_maker/Makefile index a1f7147d229e..e56dbf5b0787 100644 --- a/security/certificate_maker/Makefile +++ b/security/certificate_maker/Makefile @@ -1,7 +1,7 @@ PORTNAME= certificate_maker DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/certmgr/Makefile b/security/certmgr/Makefile index 89cc10dc8d39..7ff0fb9a570c 100644 --- a/security/certmgr/Makefile +++ b/security/certmgr/Makefile @@ -1,7 +1,7 @@ PORTNAME= certmgr DISTVERSIONPREFIX= v DISTVERSION= 3.0.3 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security net MAINTAINER= fuz@FreeBSD.org diff --git a/security/cfssl/Makefile b/security/cfssl/Makefile index cddbca7ccadb..269dff7db0a4 100644 --- a/security/cfssl/Makefile +++ b/security/cfssl/Makefile @@ -1,7 +1,7 @@ PORTNAME= cfssl DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/cosign/Makefile b/security/cosign/Makefile index cc5869f8229f..273d56014e86 100644 --- a/security/cosign/Makefile +++ b/security/cosign/Makefile @@ -1,7 +1,7 @@ PORTNAME= cosign DISTVERSIONPREFIX= v DISTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile index b044b331d508..82794788a768 100644 --- a/security/crlfuzz/Makefile +++ b/security/crlfuzz/Makefile @@ -1,7 +1,7 @@ PORTNAME= crlfuzz PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/crowdsec-blocklist-mirror/Makefile b/security/crowdsec-blocklist-mirror/Makefile index db51291357ac..c3a6375e257e 100644 --- a/security/crowdsec-blocklist-mirror/Makefile +++ b/security/crowdsec-blocklist-mirror/Makefile @@ -2,7 +2,7 @@ PORTNAME= crowdsec-blocklist-mirror DISTVERSIONPREFIX= v DISTVERSION= 0.0.2 DISTVERSIONSUFFIX= -freebsd -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MAINTAINER= marco@crowdsec.net diff --git a/security/crowdsec-firewall-bouncer/Makefile b/security/crowdsec-firewall-bouncer/Makefile index 69a05722f3b5..718699706db0 100644 --- a/security/crowdsec-firewall-bouncer/Makefile +++ b/security/crowdsec-firewall-bouncer/Makefile @@ -1,7 +1,7 @@ PORTNAME= crowdsec-firewall-bouncer DISTVERSIONPREFIX= v DISTVERSION= 0.0.32 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= marco@crowdsec.net diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 2f84c37e2340..9d161dee8157 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,7 +1,7 @@ PORTNAME= crowdsec DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= marco@crowdsec.net diff --git a/security/ct-submit/Makefile b/security/ct-submit/Makefile index d494fa194d0b..ada7fb57ab00 100644 --- a/security/ct-submit/Makefile +++ b/security/ct-submit/Makefile @@ -1,6 +1,6 @@ PORTNAME= ct-submit PORTVERSION= 1.1.2 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security www MAINTAINER= jim@ohlste.in diff --git a/security/enc/Makefile b/security/enc/Makefile index 91c567cfd983..94c9bdde1eb8 100644 --- a/security/enc/Makefile +++ b/security/enc/Makefile @@ -1,6 +1,6 @@ PORTNAME= enc DISTVERSION= 1.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= dtxdf@FreeBSD.org diff --git a/security/ffuf/Makefile b/security/ffuf/Makefile index 7d927331649d..00b450957940 100644 --- a/security/ffuf/Makefile +++ b/security/ffuf/Makefile @@ -1,7 +1,7 @@ PORTNAME= ffuf DISTVERSIONPREFIX=v DISTVERSION= 2.1.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= security www MAINTAINER= dutra@FreeBSD.org diff --git a/security/git-credential-azure/Makefile b/security/git-credential-azure/Makefile index 4aa8774b122b..7776f22cf7c1 100644 --- a/security/git-credential-azure/Makefile +++ b/security/git-credential-azure/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-credential-azure DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/git-credential-oauth/Makefile b/security/git-credential-oauth/Makefile index 1e7a5104f0ae..81e955e5d82b 100644 --- a/security/git-credential-oauth/Makefile +++ b/security/git-credential-oauth/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-credential-oauth DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/gitjacker/Makefile b/security/gitjacker/Makefile index c4e0ac31794a..9507020d2c63 100644 --- a/security/gitjacker/Makefile +++ b/security/gitjacker/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitjacker DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/go-cve-dictionary/Makefile b/security/go-cve-dictionary/Makefile index c2c58f86a02d..39b35c16721d 100644 --- a/security/go-cve-dictionary/Makefile +++ b/security/go-cve-dictionary/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-cve-dictionary DISTVERSIONPREFIX=v DISTVERSION= 0.11.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/go-tuf/Makefile b/security/go-tuf/Makefile index a3201e7115d0..4b93fafd4f57 100644 --- a/security/go-tuf/Makefile +++ b/security/go-tuf/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-tuf DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/gokart/Makefile b/security/gokart/Makefile index 6f6ae755af2d..b461de345e3f 100644 --- a/security/gokart/Makefile +++ b/security/gokart/Makefile @@ -1,7 +1,7 @@ PORTNAME= gokart DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/gokey/Makefile b/security/gokey/Makefile index f7514b53adf1..f04c171ba84a 100644 --- a/security/gokey/Makefile +++ b/security/gokey/Makefile @@ -1,7 +1,7 @@ PORTNAME= gokey DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 8e0372bbbd8d..6c4fb8b9ba98 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,7 +1,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.15.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/gosec/Makefile b/security/gosec/Makefile index bf5e9d25d5d1..c70f9a7edd9a 100644 --- a/security/gosec/Makefile +++ b/security/gosec/Makefile @@ -1,7 +1,7 @@ PORTNAME= gosec DISTVERSIONPREFIX= v DISTVERSION= 2.22.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security devel MAINTAINER= yuri@FreeBSD.org diff --git a/security/govulncheck/Makefile b/security/govulncheck/Makefile index b562e42851f6..2d6e12853b65 100644 --- a/security/govulncheck/Makefile +++ b/security/govulncheck/Makefile @@ -1,7 +1,7 @@ PORTNAME= govulncheck DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= einar@isnic.is diff --git a/security/headscale/Makefile b/security/headscale/Makefile index acab010c3392..4e09e45bcfe1 100644 --- a/security/headscale/Makefile +++ b/security/headscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= headscale PORTVERSION= 0.26.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net-vpn MAINTAINER= m.muenz@gmail.com diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile index 93177dea07a7..f27d4e7524dc 100644 --- a/security/hidden-lake/Makefile +++ b/security/hidden-lake/Makefile @@ -1,6 +1,7 @@ PORTNAME= hidden-lake DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= security net-p2p MAINTAINER= alven@FreeBSD.org diff --git a/security/hockeypuck/Makefile b/security/hockeypuck/Makefile index c9b2455cf335..78c3a0535552 100644 --- a/security/hockeypuck/Makefile +++ b/security/hockeypuck/Makefile @@ -1,6 +1,6 @@ PORTNAME= hockeypuck DISTVERSION= 2.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= me@svmhdvn.name diff --git a/security/honeytrap/Makefile b/security/honeytrap/Makefile index 6a211fe1ed83..8f35bfa91f3c 100644 --- a/security/honeytrap/Makefile +++ b/security/honeytrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= honeytrap DISTVERSION= g20210510 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security MAINTAINER= ezri.mudde@dutchsec.com diff --git a/security/horcrux/Makefile b/security/horcrux/Makefile index d6c5b9d4c1b1..e7d748774e80 100644 --- a/security/horcrux/Makefile +++ b/security/horcrux/Makefile @@ -1,7 +1,7 @@ PORTNAME= horcrux DISTVERSIONPREFIX= v DISTVERSION= 0.3 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security MAINTAINER= lcook@FreeBSD.org diff --git a/security/iddawc/Makefile b/security/iddawc/Makefile deleted file mode 100644 index 775eee3530cd..000000000000 --- a/security/iddawc/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= iddawc -PORTVERSION= 1.1.8 -DISTVERSIONPREFIX= v -CATEGORIES= security - -MAINTAINER= ports@FreeBSD.org -COMMENT= OAuth2/OIDC Client and Relying Party library -WWW= https://babelouest.github.io/iddawc/ \ - https://github.com/babelouest/iddawc - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repo archived on Nov 11, 2024 -EXPIRATION_DATE=2025-10-13 - -BUILD_DEPENDS= jansson>=2.11:devel/jansson \ - orcania>=2.3.2:devel/orcania \ - rhonabwy>=1.1.10:security/rhonabwy \ - ulfius>=2.7.12:www/ulfius \ - yder>=1.4.14:devel/yder -LIB_DEPENDS= libcurl.so:ftp/curl \ - libgnutls.so:security/gnutls \ - libjansson.so:devel/jansson \ - libmicrohttpd.so:www/libmicrohttpd \ - liborcania.so:devel/orcania \ - librhonabwy.so:security/rhonabwy \ - libulfius.so:www/ulfius \ - libyder.so:devel/yder - -USES= cmake pathfix - -CMAKE_OFF= BUILD_IDDAWC_DOCUMENTATION BUILD_IDDAWC_TESTING BUILD_RPM DOWNLOAD_DEPENDENCIES -CMAKE_ON= BUILD_IDWCC BUILD_STATIC INSTALL_HEADER SEARCH_ORCANIA_I SEARCH_RHONABWY_I SEARCH_ULFIUS_I SEARCH_YDER_I - -PLIST_SUB= PORTVERSION=${PORTVERSION} - -USE_GITHUB= yes -GH_ACCOUNT= babelouest - -post-install: - ${INSTALL_DATA} ${INSTALL_WRKSRC}/libiddawc.a ${STAGEDIR}${PREFIX}/lib/libiddawc.a - -.include <bsd.port.mk> diff --git a/security/iddawc/distinfo b/security/iddawc/distinfo deleted file mode 100644 index 1b99a83fccd6..000000000000 --- a/security/iddawc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1686496690 -SHA256 (babelouest-iddawc-v1.1.8_GH0.tar.gz) = 1e075ffd64b26ab042b571473d4be6d6fcfc11f348b4833c79af52d70573dc59 -SIZE (babelouest-iddawc-v1.1.8_GH0.tar.gz) = 1463208 diff --git a/security/iddawc/files/patch-src-iddawc.c b/security/iddawc/files/patch-src-iddawc.c deleted file mode 100644 index 8841b26e2c51..000000000000 --- a/security/iddawc/files/patch-src-iddawc.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/iddawc.c.orig 2022-12-17 21:23:54 UTC -+++ src/iddawc.c -@@ -4972,7 +4972,7 @@ int i_verify_id_token(struct _i_session * i_session) { - if (alg != GNUTLS_DIG_UNKNOWN) { - hash_data.data = (unsigned char*)i_session->access_token; - hash_data.size = (unsigned int)o_strlen(i_session->access_token); -- if (gnutls_fingerprint(alg, &hash_data, hash, &hash_len) == GNUTLS_E_SUCCESS) { -+ if (gnutls_fingerprint((gnutls_digest_algorithm_t) alg, &hash_data, hash, &hash_len) == GNUTLS_E_SUCCESS) { - if (o_base64url_encode(hash, hash_len/2, hash_encoded, &hash_encoded_len)) { - if (o_strncmp((const char *)hash_encoded, json_string_value(json_object_get(i_session->id_token_payload, "at_hash")), hash_encoded_len) != 0) { - y_log_message(Y_LOG_LEVEL_DEBUG, "i_verify_id_token at - at_hash invalid"); -@@ -5000,7 +5000,7 @@ int i_verify_id_token(struct _i_session * i_session) { - if (alg != GNUTLS_DIG_UNKNOWN) { - hash_data.data = (unsigned char*)i_session->code; - hash_data.size = (unsigned int)o_strlen(i_session->code); -- if (gnutls_fingerprint(alg, &hash_data, hash, &hash_len) == GNUTLS_E_SUCCESS) { -+ if (gnutls_fingerprint((gnutls_digest_algorithm_t) alg, &hash_data, hash, &hash_len) == GNUTLS_E_SUCCESS) { - if (o_base64url_encode(hash, hash_len/2, hash_encoded, &hash_encoded_len)) { - if (o_strncmp((const char *)hash_encoded, json_string_value(json_object_get(i_session->id_token_payload, "c_hash")), hash_encoded_len) != 0) { - y_log_message(Y_LOG_LEVEL_DEBUG, "i_verify_id_token - c_hash invalid"); -@@ -5028,7 +5028,7 @@ int i_verify_id_token(struct _i_session * i_session) { - if (alg != GNUTLS_DIG_UNKNOWN) { - hash_data.data = (unsigned char*)i_session->state; - hash_data.size = (unsigned int)o_strlen(i_session->state); -- if (gnutls_fingerprint(alg, &hash_data, hash, &hash_len) == GNUTLS_E_SUCCESS) { -+ if (gnutls_fingerprint((gnutls_digest_algorithm_t) alg, &hash_data, hash, &hash_len) == GNUTLS_E_SUCCESS) { - if (o_base64url_encode(hash, hash_len/2, hash_encoded, &hash_encoded_len)) { - if (o_strncmp((const char *)hash_encoded, json_string_value(json_object_get(i_session->id_token_payload, "s_hash")), hash_encoded_len) != 0) { - y_log_message(Y_LOG_LEVEL_DEBUG, "i_verify_id_token - s_hash invalid"); diff --git a/security/iddawc/pkg-descr b/security/iddawc/pkg-descr deleted file mode 100644 index 01bcbdcd4420..000000000000 --- a/security/iddawc/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Iddawc is a C library used to implement OAuth2/OIDC clients according to the -OAuth2 RFC and the OpenID Connect Specs. - -It's based on Ulfius library for the HTTP requests and response management and -Rhonabwy library for the JOSE management. - -Iddawc supports the following features: -- Loading openid-configuration endpoints and parsing the results -- Making auth requests using the given parameters (client_id, client_secret, - redirect_uri, etc.) and parsing the result -- Making token requests using the given parameters (code, client_id, - client_secret, redirect_uri, etc.) and parsing the result -- Making userinfo, token introspection, token revocation requests -- Parse responses, validate id_token -- Registering new clients using the register endpoint if any -- Sending signed and or encrypted requests in the auth and token endpoints -- Client TLS Authentication available -- Making Pushed Auth Requests -- Making Rich Auth Requests -- Adding claims to requests -- Sending DPoP proofs -- JWT Secured Authorization Response Mode -- End session and single-logout functionalities diff --git a/security/iddawc/pkg-plist b/security/iddawc/pkg-plist deleted file mode 100644 index b9afe21892ee..000000000000 --- a/security/iddawc/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/idwcc -include/iddawc-cfg.h -include/iddawc.h -lib/libiddawc.a -lib/libiddawc.so -lib/libiddawc.so.1.1 -lib/libiddawc.so.%%PORTVERSION%% -libdata/pkgconfig/libiddawc.pc -share/idwcc/webapp/callback.html -share/idwcc/webapp/css/bootstrap.css -share/idwcc/webapp/css/bootstrap.css.map -share/idwcc/webapp/css/bootstrap.min.css -share/idwcc/webapp/css/bootstrap.min.css.map -share/idwcc/webapp/css/fork-awesome.css -share/idwcc/webapp/css/fork-awesome.min.css -share/idwcc/webapp/css/fork-awesome.min.css.map -share/idwcc/webapp/css/idwcc.css -share/idwcc/webapp/css/v5-compat.css -share/idwcc/webapp/css/v5-compat.min.css -share/idwcc/webapp/css/v5-compat.min.css.map -share/idwcc/webapp/fonts/forkawesome-webfont.eot -share/idwcc/webapp/fonts/forkawesome-webfont.svg -share/idwcc/webapp/fonts/forkawesome-webfont.ttf -share/idwcc/webapp/fonts/forkawesome-webfont.woff -share/idwcc/webapp/fonts/forkawesome-webfont.woff2 -share/idwcc/webapp/index.html -share/idwcc/webapp/js/bootstrap.js -share/idwcc/webapp/js/bootstrap.js.map -share/idwcc/webapp/js/bootstrap.min.js -share/idwcc/webapp/js/bootstrap.min.js.map -share/idwcc/webapp/js/iddwc.js -share/idwcc/webapp/js/jquery.js -share/idwcc/webapp/js/jquery.min.js -share/idwcc/webapp/js/popper.js -share/idwcc/webapp/js/popper.min.js -share/idwcc/webapp/js/qrcode.js -share/man/man1/idwcc.1.gz diff --git a/security/interactsh/Makefile b/security/interactsh/Makefile index 66f4e9e5ecff..ef206d1ed87b 100644 --- a/security/interactsh/Makefile +++ b/security/interactsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= interactsh PORTVERSION= 1.2.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org diff --git a/security/keybase/Makefile b/security/keybase/Makefile index 5803c66ae714..a05b4a0eeb53 100644 --- a/security/keybase/Makefile +++ b/security/keybase/Makefile @@ -1,7 +1,7 @@ PORTNAME= keybase PORTVERSION= 6.5.1 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org diff --git a/security/kpmenu/Makefile b/security/kpmenu/Makefile index b637fbd84129..2b9786443e81 100644 --- a/security/kpmenu/Makefile +++ b/security/kpmenu/Makefile @@ -1,7 +1,7 @@ PORTNAME= kpmenu DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= security MAINTAINER= bapt@FreeBSD.org diff --git a/security/lego/Makefile b/security/lego/Makefile index 564a5381054c..808aa37ad2a6 100644 --- a/security/lego/Makefile +++ b/security/lego/Makefile @@ -1,7 +1,7 @@ PORTNAME= lego DISTVERSIONPREFIX= v DISTVERSION= 4.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= matt@matthoran.com diff --git a/security/meek/Makefile b/security/meek/Makefile index ab96c2cfcd53..35db4e3d03ed 100644 --- a/security/meek/Makefile +++ b/security/meek/Makefile @@ -1,7 +1,7 @@ PORTNAME= meek DISTVERSIONPREFIX=v DISTVERSION= 0.37.0 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 2ba3f1fcb9bb..2e381aaf8e3d 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -1,6 +1,6 @@ PORTNAME= metasploit DISTVERSION= 6.4.58 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= tanawts@gmail.com diff --git a/security/naabu/Makefile b/security/naabu/Makefile index 7c9ddeb69d74..607d0e3dc5e3 100644 --- a/security/naabu/Makefile +++ b/security/naabu/Makefile @@ -1,7 +1,7 @@ PORTNAME= naabu DISTVERSIONPREFIX= v DISTVERSION= 2.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/nebula/Makefile b/security/nebula/Makefile index 7a59048daf8f..e3c95c2bd43b 100644 --- a/security/nebula/Makefile +++ b/security/nebula/Makefile @@ -1,7 +1,7 @@ PORTNAME= nebula DISTVERSIONPREFIX= v DISTVERSION= 1.8.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org diff --git a/security/netbird/Makefile b/security/netbird/Makefile index 5a6e20c2d06d..dcc6ba064fbe 100644 --- a/security/netbird/Makefile +++ b/security/netbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbird DISTVERSIONPREFIX= v -DISTVERSION= 0.59.1 +DISTVERSION= 0.59.5 PORTREVISION= 1 CATEGORIES= security net net-vpn diff --git a/security/netbird/distinfo b/security/netbird/distinfo index 6afd5a561327..e9f7354c4e59 100644 --- a/security/netbird/distinfo +++ b/security/netbird/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759481572 -SHA256 (go/security_netbird/netbird-v0.59.1/v0.59.1.mod) = a930885bdb739be4a2fbbb2a63b86d0b33d3c2897b45d5f391ef1d9d29db5975 -SIZE (go/security_netbird/netbird-v0.59.1/v0.59.1.mod) = 12607 -SHA256 (go/security_netbird/netbird-v0.59.1/v0.59.1.zip) = 0e1eca9e038d7bf1db3bf67b59f3fa58356fb856c1a68c8fa02e8a609bc21f68 -SIZE (go/security_netbird/netbird-v0.59.1/v0.59.1.zip) = 3188357 +TIMESTAMP = 1759443384 +SHA256 (go/security_netbird/netbird-v0.59.5/v0.59.5.mod) = a930885bdb739be4a2fbbb2a63b86d0b33d3c2897b45d5f391ef1d9d29db5975 +SIZE (go/security_netbird/netbird-v0.59.5/v0.59.5.mod) = 12607 +SHA256 (go/security_netbird/netbird-v0.59.5/v0.59.5.zip) = 53bc2ca386490601792871891337e0d7ed73e7a5e96275137cb1c25005b627c2 +SIZE (go/security_netbird/netbird-v0.59.5/v0.59.5.zip) = 3192778 diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index 01cdae0f1324..91bafa59bce5 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -1,7 +1,7 @@ PORTNAME= nuclei DISTVERSIONPREFIX= v DISTVERSION= 3.4.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/obfs4proxy-tor/Makefile b/security/obfs4proxy-tor/Makefile index 0bbf97dabe0c..3cbaa640cf54 100644 --- a/security/obfs4proxy-tor/Makefile +++ b/security/obfs4proxy-tor/Makefile @@ -1,6 +1,6 @@ PORTNAME= obfs4proxy DISTVERSION= 0.0.14 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= security net PKGNAMESUFFIX= -tor DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/onionscan/Makefile b/security/onionscan/Makefile index 404366298a69..56d3dcd53406 100644 --- a/security/onionscan/Makefile +++ b/security/onionscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= onionscan DISTVERSIONPREFIX= OnionScan- DISTVERSION= 0.2 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org diff --git a/security/openbao/Makefile b/security/openbao/Makefile index 3acd581d1396..de470b9a559b 100644 --- a/security/openbao/Makefile +++ b/security/openbao/Makefile @@ -1,7 +1,7 @@ PORTNAME= openbao DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES+= https://raw.githubusercontent.com/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ DISTFILES= go.mod \ diff --git a/security/openvpn-auth-oauth2/Makefile b/security/openvpn-auth-oauth2/Makefile index 82c4562fe8cc..97c937182e56 100644 --- a/security/openvpn-auth-oauth2/Makefile +++ b/security/openvpn-auth-oauth2/Makefile @@ -1,6 +1,7 @@ PORTNAME= openvpn-auth-oauth2 DISTVERSIONPREFIX= v DISTVERSION= 1.26.2 +PORTREVISION= 1 CATEGORIES= security net net-vpn MAINTAINER= otis@FreeBSD.org diff --git a/security/osv-scanner/Makefile b/security/osv-scanner/Makefile index 9b06f22a5f85..2141caa8f196 100644 --- a/security/osv-scanner/Makefile +++ b/security/osv-scanner/Makefile @@ -1,7 +1,7 @@ PORTNAME= osv-scanner DISTVERSIONPREFIX= v DISTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index bf7e2e5aa02e..e71725cab095 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= picocrypt DISTVERSION= 1.49 # Missing modules.txt, generate one with `go mod vendor` and place it in ${FILESDIR} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/pwdsafety/Makefile b/security/pwdsafety/Makefile index 62312c543172..857214ea0ef9 100644 --- a/security/pwdsafety/Makefile +++ b/security/pwdsafety/Makefile @@ -1,7 +1,7 @@ PORTNAME= pwdsafety DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= olgeni@FreeBSD.org diff --git a/security/py-google-cloud-kms/Makefile b/security/py-google-cloud-kms/Makefile new file mode 100644 index 000000000000..911d3a05b762 --- /dev/null +++ b/security/py-google-cloud-kms/Makefile @@ -0,0 +1,38 @@ +PORTNAME= google-cloud-kms +DISTVERSION= 3.6.0 +CATEGORIES= security python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Python client for Google Cloud Key Management Service +WWW= https://pypi.org/project/google-cloud-kms/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.34.1<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1<3.0.0:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.3<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.2,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.14.0<1.0.0:devel/py-grpc-google-iam-v1@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} + +USES= python + +USE_PYTHON= autoplist distutils pytest +PYTEST_IGNORED_TESTS= test_list_ekm_connections[grpc] \ + test_list_ekm_connections[rest] + +NO_ARCH= yes + +PORTDOCS= README.rst + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/security/py-google-cloud-kms/distinfo b/security/py-google-cloud-kms/distinfo new file mode 100644 index 000000000000..f935ac04aec4 --- /dev/null +++ b/security/py-google-cloud-kms/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760498630 +SHA256 (google_cloud_kms-3.6.0.tar.gz) = c0f7f2474e35e99e6a36651520a26fdba4bb8e73b7cd0d9bff8c8bd92737afcc +SIZE (google_cloud_kms-3.6.0.tar.gz) = 329923 diff --git a/security/py-google-cloud-kms/pkg-descr b/security/py-google-cloud-kms/pkg-descr new file mode 100644 index 000000000000..8eaf90a4f41f --- /dev/null +++ b/security/py-google-cloud-kms/pkg-descr @@ -0,0 +1,9 @@ +Google Cloud Key Management Service: a cloud-hosted key management +service that lets you manage cryptographic keys for your cloud +services the same way you do on-premises. You can generate, use, +rotate, and destroy AES256, RSA 2048, RSA 3072, RSA 4096, EC P256, and +EC P384 cryptographic keys. Cloud KMS is integrated with Cloud IAM and +Cloud Audit Logging so that you can manage permissions on individual +keys and monitor how these are used. Use Cloud KMS to protect secrets +and other sensitive data that you need to store in Google Cloud +Platform. diff --git a/security/py-pwntools/Makefile b/security/py-pwntools/Makefile index 187252876f64..a4d19abc86c6 100644 --- a/security/py-pwntools/Makefile +++ b/security/py-pwntools/Makefile @@ -1,6 +1,5 @@ PORTNAME= pwntools -DISTVERSION= 4.14.1 -PORTREVISION= 2 +DISTVERSION= 4.15.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pwntools/distinfo b/security/py-pwntools/distinfo index 20389087269e..b83fedb7d535 100644 --- a/security/py-pwntools/distinfo +++ b/security/py-pwntools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742915479 -SHA256 (pwntools-4.14.1.tar.gz) = 60f04976d1722120d18b9d50553408a024664b5cf888f36f258afca4bf035cac -SIZE (pwntools-4.14.1.tar.gz) = 5612163 +TIMESTAMP = 1760300293 +SHA256 (pwntools-4.15.0.tar.gz) = d99a917298c1ca7241b51bba9ad2212f2af441ef66488059b2426508e9a2a776 +SIZE (pwntools-4.15.0.tar.gz) = 5627629 diff --git a/security/rekor/Makefile b/security/rekor/Makefile index 299096b3ca8b..e0f0d3921e99 100644 --- a/security/rekor/Makefile +++ b/security/rekor/Makefile @@ -1,7 +1,7 @@ PORTNAME= rekor DISTVERSIONPREFIX= v DISTVERSION= 1.3.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/snowflake-tor/Makefile b/security/snowflake-tor/Makefile index 1cf1fecc8f7d..0f0d6d166705 100644 --- a/security/snowflake-tor/Makefile +++ b/security/snowflake-tor/Makefile @@ -1,7 +1,7 @@ PORTNAME= snowflake DISTVERSIONPREFIX= v PORTVERSION= 2.5.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= security net PKGNAMESUFFIX= -tor diff --git a/security/sops/Makefile b/security/sops/Makefile index c12e6ed77184..f51b8bcf5c76 100644 --- a/security/sops/Makefile +++ b/security/sops/Makefile @@ -1,7 +1,7 @@ PORTNAME= sops DISTVERSIONPREFIX= v DISTVERSION= 3.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security editors MAINTAINER= bofh@FreeBSD.org diff --git a/security/ssb/Makefile b/security/ssb/Makefile index 0f7b65a87872..1d74b16ca88e 100644 --- a/security/ssb/Makefile +++ b/security/ssb/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssb DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/ssl-checker/Makefile b/security/ssl-checker/Makefile index 7ab1d24d7153..8a185d71eb5d 100644 --- a/security/ssl-checker/Makefile +++ b/security/ssl-checker/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssl-checker DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= olgeni@FreeBSD.org diff --git a/security/ssllabs-scan/Makefile b/security/ssllabs-scan/Makefile index ef3957a4363f..825d5add606a 100644 --- a/security/ssllabs-scan/Makefile +++ b/security/ssllabs-scan/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssllabs-scan DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org diff --git a/security/stegify/Makefile b/security/stegify/Makefile index abcdaa2fa196..34dc80e26750 100644 --- a/security/stegify/Makefile +++ b/security/stegify/Makefile @@ -2,7 +2,7 @@ PORTNAME= stegify DISTVERSIONPREFIX= v DISTVERSION= 1.2-2 DISTVERSIONSUFFIX= -g62518ca -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security graphics MAINTAINER= yuri@FreeBSD.org diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 47f19b79526e..f39f1869caf6 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= tailscale PORTVERSION= 1.88.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-vpn MAINTAINER= ashish@FreeBSD.org diff --git a/security/teleport/Makefile b/security/teleport/Makefile index e2ee28def766..ec200d472e03 100644 --- a/security/teleport/Makefile +++ b/security/teleport/Makefile @@ -1,7 +1,7 @@ PORTNAME= teleport DISTVERSIONPREFIX= v DISTVERSION= 5.2.5 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= kraileth@elderlinux.org diff --git a/security/timestamp-authority/Makefile b/security/timestamp-authority/Makefile index aea44f04a143..6e6d42f51e03 100644 --- a/security/timestamp-authority/Makefile +++ b/security/timestamp-authority/Makefile @@ -1,7 +1,7 @@ PORTNAME= timestamp-authority DISTVERSIONPREFIX= v DISTVERSION= 1.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/tlsc/Makefile b/security/tlsc/Makefile index 1068f7b3e4c8..62a7008de6f7 100644 --- a/security/tlsc/Makefile +++ b/security/tlsc/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/Zirias/tlsc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Unmaintained port +EXPIRATION_DATE=2025-12-31 + LIB_DEPENDS= libposercore.so:devel/poser USES= compiler:c11 gmake pkgconfig tar:xz diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile index cf681cc78601..0f2e324d34ba 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= totp-cli PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org diff --git a/security/trillian/Makefile b/security/trillian/Makefile index 04b0c63c3492..0b1ab83c64e0 100644 --- a/security/trillian/Makefile +++ b/security/trillian/Makefile @@ -1,7 +1,7 @@ PORTNAME= trillian DISTVERSIONPREFIX= v DISTVERSION= 1.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/trivy/Makefile b/security/trivy/Makefile index 5c9d2d8787e9..29b172020359 100644 --- a/security/trivy/Makefile +++ b/security/trivy/Makefile @@ -1,6 +1,7 @@ PORTNAME= trivy DISTVERSIONPREFIX= v DISTVERSION= 0.67.2 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= mfechner@FreeBSD.org diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 078a343b4878..0d373bc6e467 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,6 +1,7 @@ PORTNAME= trufflehog DISTVERSIONPREFIX= v DISTVERSION= 3.90.8 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/tscli/Makefile b/security/tscli/Makefile index 9440f69bae39..d818f759e101 100644 --- a/security/tscli/Makefile +++ b/security/tscli/Makefile @@ -1,7 +1,7 @@ PORTNAME= tscli DISTVERSIONPREFIX= v DISTVERSION= 0.0.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= dtxdf@FreeBSD.org diff --git a/security/unix-selfauth-helper/Makefile b/security/unix-selfauth-helper/Makefile index 61d843015cd6..7ca163de3985 100644 --- a/security/unix-selfauth-helper/Makefile +++ b/security/unix-selfauth-helper/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/Zirias/${PORTNAME} LICENSE= BSD2CLAUSE +DEPRECATED= Unmaintained port +EXPIRATION_DATE=2025-12-31 + USES= tar:xz MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man diff --git a/security/vault/Makefile b/security/vault/Makefile index a3a1b118c7a1..70a7c7f51c21 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ PORTNAME= vault DISTVERSIONPREFIX= v DISTVERSION= 1.20.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ LOCAL/bofh/security/${PORTNAME}/:web_ui diff --git a/security/vouch-proxy/Makefile b/security/vouch-proxy/Makefile index 6f81b748c87b..3101f03a39b9 100644 --- a/security/vouch-proxy/Makefile +++ b/security/vouch-proxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= vouch-proxy DISTVERSIONPREFIX=v DISTVERSION= 0.45.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= decke@FreeBSD.org diff --git a/security/vuls/Makefile b/security/vuls/Makefile index 0c5253b84986..657d82d8086c 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,7 +1,7 @@ PORTNAME= vuls DISTVERSIONPREFIX=v DISTVERSION= 0.35.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/vulsrepo/Makefile b/security/vulsrepo/Makefile index 3503f27c4124..083a81530d90 100644 --- a/security/vulsrepo/Makefile +++ b/security/vulsrepo/Makefile @@ -1,7 +1,7 @@ PORTNAME= vulsrepo PORTVERSION= 0.7.1 DISTVERSIONPREFIX=v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security www MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/v${PORTVERSION}/server/:gomod DISTFILES= go.mod:gomod diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 9debb57a2777..b1213c676ae1 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,56 @@ + <vuln vid="50fd6a75-0587-4987-bef2-bb933cd78ea1"> + <topic>zeek -- information leak vulnerability</topic> + <affects> + <package> + <name>zeek</name> + <range><lt>8.0.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Tim Wojtulewicz of Corelight reports:</p> + <blockquote cite="INSERT URL HERE"> + <p>The KRB analyzer can leak information about hosts in + analyzed traffic via external DNS lookups.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/zeek/zeek/releases/tag/v8.0.2</url> + </references> + <dates> + <discovery>2025-10-13</discovery> + <entry>2025-10-13</entry> + </dates> + </vuln> + + <vuln vid="6dd86212-a859-11f0-bd95-b42e991fc52e"> + <topic>Firefox -- JIT miscompilation in the JavaScript Engine</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>143.0.3,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1987481"> + <p>JIT miscompilation in the JavaScript Engine: JIT + component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-11153</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-11153</url> + </references> + <dates> + <discovery>2025-09-30</discovery> + <entry>2025-10-13</entry> + </dates> + </vuln> + <vuln vid="87fdaf3c-a5b5-11f0-98b5-2cf05da270f3"> <topic>Gitlab -- vulnerabilities</topic> <affects> diff --git a/security/webtunnel-tor/Makefile b/security/webtunnel-tor/Makefile index a3d8472ca64e..553aef51d8bf 100644 --- a/security/webtunnel-tor/Makefile +++ b/security/webtunnel-tor/Makefile @@ -1,6 +1,6 @@ PORTNAME= webtunnel PORTVERSION= 0.0.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security net PKGNAMESUFFIX= -tor diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index a40c862c2b61..adb1a5c98e70 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -1,6 +1,6 @@ PORTNAME= wpa_supplicant PORTVERSION= 2.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security net MASTER_SITES= https://w1.fi/releases/ @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README USES= cpe gmake pkgconfig:build readline ssl +USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS @@ -39,13 +40,13 @@ OPTIONS_DEFINE= WPS WPS_ER WPS_NOREG WPS_NFC WPS_UPNP PKCS12 SMARTCARD \ DELAYED_MIC IEEE80211N IEEE80211AC INTERWORKING \ IEEE8021X_EAPOL EAPOL_TEST \ HS20 NO_ROAMING P2P TDLS DBUS MATCH DOCS \ - SIM_SIMULATOR USIM_SIMULATOR WEP PASN + SIM_SIMULATOR USIM_SIMULATOR WEP PASN LIBWPA OPTIONS_DEFAULT= BSD WIRED \ TLS PEAP TTLS MD5 MSCHAPV2 GTC LEAP OTP PSK \ WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \ INTERWORKING HS20 DBUS MATCH IEEE80211R IEEE80211W \ IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP \ - FAST PWD PAX SAKE GPSK TNC IKEV2 EKE WEP PASN + FAST PWD PAX SAKE GPSK TNC IKEV2 EKE WEP PASN LIBWPA OPTIONS_SUB= WPS_DESC= Wi-Fi Protected Setup @@ -108,10 +109,14 @@ SAKE_DESC= Shared-Secret Authentication & Key Establishment GPSK_DESC= Generalized Pre-Shared Key TNC_DESC= Trusted Network Connect PASN_DESC= Pre-Association Security Negotiation +LIBWPA_DESC= libwpa_client Shared Library PRIVSEP_PLIST_FILES= sbin/wpa_priv DBUS_PLIST_FILES= share/dbus-1/system-services/fi.w1.wpa_supplicant1.service \ etc/dbus-1/system.d/dbus-wpa_supplicant.conf +LIBWPA_PLIST_FILES= lib/libwpa_client.so \ + lib/libwpa_client.so.2 \ + include/wpa_ctrl.h .include <bsd.port.pre.mk> @@ -190,6 +195,9 @@ post-patch: .if ${PORT_OPTIONS:MSIM_SIMULATOR} @${ECHO_CMD} CONFIG_SIM_SIMULATOR=y >> ${CFG} .endif +.if ${PORT_OPTIONS:MLIBWPA} + @${ECHO_CMD} CONFIG_BUILD_WPA_CLIENT_SO=y >> ${CFG} +.endif @${ECHO_CMD} CONFIG_OS=unix >> ${CFG} @${ECHO_CMD} CONFIG_CTRL_IFACE=unix >> ${CFG} @${ECHO_CMD} CONFIG_BACKEND=file >> ${CFG} @@ -224,4 +232,11 @@ do-install-DBUS-on: ${INSTALL_DATA} ${BUILD_WRKSRC}/dbus/dbus-wpa_supplicant.conf \ ${STAGEDIR}${PREFIX}/etc/dbus-1/system.d/ +do-install-LIBWPA-on: + ${INSTALL_LIB} ${BUILD_WRKSRC}/libwpa_client.so \ + ${STAGEDIR}${PREFIX}/lib/libwpa_client.so.2 + ${LN} -s libwpa_client.so.2 ${STAGEDIR}${PREFIX}/lib/libwpa_client.so + ${INSTALL_DATA} ${INSTALL_WRKSRC}/common/wpa_ctrl.h \ + ${STAGEDIR}${PREFIX}/include + .include <bsd.port.post.mk> diff --git a/security/wpa_supplicant/files/patch-src_common_dhcp.h b/security/wpa_supplicant/files/patch-src_common_dhcp.h index f88d1921a380..d25233a070b7 100644 --- a/security/wpa_supplicant/files/patch-src_common_dhcp.h +++ b/security/wpa_supplicant/files/patch-src_common_dhcp.h @@ -1,5 +1,5 @@ ---- src/common/dhcp.h.orig 2018-12-02 11:34:59.000000000 -0800 -+++ src/common/dhcp.h 2018-12-06 00:01:11.429254000 -0800 +--- src/common/dhcp.h.orig 2024-07-20 18:04:37 UTC ++++ src/common/dhcp.h @@ -9,6 +9,22 @@ #ifndef DHCP_H #define DHCP_H diff --git a/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c b/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c index 7c22ee2a372c..6e83ddc25b46 100644 --- a/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c +++ b/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c @@ -1,5 +1,5 @@ ---- src/drivers/driver_bsd.c.orig 2024-07-20 11:04:37.000000000 -0700 -+++ src/drivers/driver_bsd.c 2025-04-07 12:47:28.984390000 -0700 +--- src/drivers/driver_bsd.c.orig 2024-07-20 18:04:37 UTC ++++ src/drivers/driver_bsd.c @@ -9,11 +9,13 @@ #include "includes.h" @@ -14,7 +14,7 @@ #include "common/wpa_common.h" #include <ifaddrs.h> -@@ -293,8 +295,9 @@ +@@ -293,8 +295,9 @@ static int } static int @@ -25,7 +25,7 @@ struct ifreq ifr; os_memset(&ifr, 0, sizeof(ifr)); -@@ -306,7 +309,34 @@ +@@ -306,7 +309,34 @@ bsd_get_iface_flags(struct bsd_driver_data *drv) return -1; } drv->flags = ifr.ifr_flags; @@ -60,7 +60,7 @@ } static int -@@ -349,6 +379,20 @@ +@@ -349,6 +379,20 @@ bsd_set_key(void *priv, struct wpa_driver_set_key_para case WPA_ALG_CCMP: wk.ik_type = IEEE80211_CIPHER_AES_CCM; break; @@ -81,7 +81,7 @@ default: wpa_printf(MSG_ERROR, "%s: unknown alg=%d", __func__, alg); return -1; -@@ -413,13 +457,34 @@ +@@ -413,13 +457,34 @@ bsd_configure_wpa(void *priv, struct wpa_bss_params *p { #ifndef IEEE80211_IOC_APPIE static const char *ciphernames[] = @@ -116,7 +116,7 @@ case WPA_CIPHER_TKIP: v = IEEE80211_CIPHER_TKIP; break; -@@ -456,8 +521,18 @@ +@@ -456,8 +521,18 @@ bsd_configure_wpa(void *priv, struct wpa_bss_params *p } v = 0; @@ -135,7 +135,7 @@ if (params->wpa_pairwise & WPA_CIPHER_TKIP) v |= 1<<IEEE80211_CIPHER_TKIP; if (params->wpa_pairwise & WPA_CIPHER_NONE) -@@ -525,7 +600,7 @@ +@@ -525,7 +600,7 @@ bsd_set_ieee8021x(void *priv, struct wpa_bss_params *p __func__); return -1; } @@ -144,7 +144,7 @@ } static void -@@ -586,6 +661,7 @@ +@@ -586,6 +661,7 @@ bsd_set_freq(void *priv, struct hostapd_freq_params *f mode = IFM_IEEE80211_11B; } else { mode = @@ -152,7 +152,7 @@ freq->ht_enabled ? IFM_IEEE80211_11NA : IFM_IEEE80211_11A; } -@@ -853,14 +929,18 @@ +@@ -853,14 +929,18 @@ bsd_wireless_event_receive(int sock, void *ctx, void * drv = bsd_get_drvindex(global, ifm->ifm_index); if (drv == NULL) return; @@ -174,7 +174,7 @@ wpa_printf(MSG_DEBUG, "RTM_IFINFO: Interface '%s' UP", drv->ifname); wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, -@@ -1027,7 +1107,8 @@ +@@ -1027,7 +1107,8 @@ bsd_init(struct hostapd_data *hapd, struct wpa_init_pa if (l2_packet_get_own_addr(drv->sock_xmit, params->own_addr)) goto bad; @@ -184,7 +184,7 @@ goto bad; if (bsd_set_mediaopt(drv, IFM_OMASK, IFM_IEEE80211_HOSTAP) < 0) { -@@ -1052,12 +1133,13 @@ +@@ -1052,12 +1133,13 @@ bsd_deinit(void *priv) { struct bsd_driver_data *drv = priv; @@ -199,7 +199,7 @@ static int bsd_set_sta_authorized(void *priv, const u8 *addr, unsigned int total_flags, unsigned int flags_or, -@@ -1199,13 +1281,41 @@ +@@ -1199,13 +1281,41 @@ static int } static int @@ -242,7 +242,7 @@ wpa_printf(MSG_DEBUG, "%s: ssid '%.*s' wpa ie len %u pairwise %u group %u key mgmt %u" -@@ -1222,7 +1332,10 @@ +@@ -1222,7 +1332,10 @@ wpa_driver_bsd_associate(void *priv, struct wpa_driver mode = 0 /* STA */; break; case IEEE80211_MODE_IBSS: @@ -253,7 +253,7 @@ break; case IEEE80211_MODE_AP: mode = IFM_IEEE80211_HOSTAP; -@@ -1251,22 +1364,31 @@ +@@ -1251,24 +1364,33 @@ wpa_driver_bsd_associate(void *priv, struct wpa_driver ret = -1; if (wpa_driver_bsd_set_auth_alg(drv, params->auth_alg) < 0) ret = -1; @@ -266,9 +266,6 @@ - params->key_mgmt_suite == WPA_KEY_MGMT_NONE && - params->wpa_ie_len == 0); - wpa_printf(MSG_DEBUG, "%s: set PRIVACY %u", __func__, privacy); -- -- if (set80211param(drv, IEEE80211_IOC_PRIVACY, privacy) < 0) -- return -1; + if (params->wpa_ie_len) { + rsn_ie = get_ie(params->wpa_ie, params->wpa_ie_len, + WLAN_EID_RSN); @@ -288,9 +285,7 @@ + } + } -- if (params->wpa_ie_len && -- set80211param(drv, IEEE80211_IOC_WPA, -- params->wpa_ie[0] == WLAN_EID_RSN ? 2 : 1) < 0) +- if (set80211param(drv, IEEE80211_IOC_PRIVACY, privacy) < 0) + /* + * NB: interface must be marked UP for association + * or scanning (ap_scan=2) @@ -298,8 +293,15 @@ + if (bsd_ctrl_iface(drv, 1) < 0) return -1; +- if (params->wpa_ie_len && +- set80211param(drv, IEEE80211_IOC_WPA, +- params->wpa_ie[0] == WLAN_EID_RSN ? 2 : 1) < 0) +- return -1; +- os_memset(&mlme, 0, sizeof(mlme)); -@@ -1311,11 +1433,8 @@ + mlme.im_op = IEEE80211_MLME_ASSOC; + if (params->ssid != NULL) +@@ -1311,11 +1433,8 @@ wpa_driver_bsd_scan(void *priv, struct wpa_driver_scan } /* NB: interface must be marked UP to do a scan */ @@ -312,7 +314,7 @@ #ifdef IEEE80211_IOC_SCAN_MAX_SSID os_memset(&sr, 0, sizeof(sr)); -@@ -1495,6 +1614,12 @@ +@@ -1495,6 +1614,12 @@ static int wpa_driver_bsd_capa(struct bsd_driver_data drv->capa.enc |= WPA_DRIVER_CAPA_ENC_TKIP; if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_CCM) drv->capa.enc |= WPA_DRIVER_CAPA_ENC_CCMP; @@ -325,7 +327,7 @@ if (devcaps.dc_drivercaps & IEEE80211_C_HOSTAP) drv->capa.flags |= WPA_DRIVER_FLAGS_AP; -@@ -1547,6 +1672,8 @@ +@@ -1547,6 +1672,8 @@ get80211opmode(struct bsd_driver_data *drv) } if (ifmr.ifm_current & IFM_IEEE80211_HOSTAP) return IEEE80211_M_HOSTAP; @@ -334,7 +336,7 @@ if (ifmr.ifm_current & IFM_IEEE80211_MONITOR) return IEEE80211_M_MONITOR; #ifdef IEEE80211_M_MBSS -@@ -1607,7 +1734,7 @@ +@@ -1607,7 +1734,7 @@ wpa_driver_bsd_init(void *ctx, const char *ifname, voi drv->capa.key_mgmt_iftype[i] = drv->capa.key_mgmt; /* Down interface during setup. */ @@ -343,13 +345,13 @@ goto fail; /* Proven to work, lets go! */ -@@ -1631,6 +1758,9 @@ +@@ -1630,6 +1757,9 @@ wpa_driver_bsd_deinit(void *priv) + if (drv->ifindex != 0 && !drv->if_removed) { wpa_driver_bsd_set_wpa(drv, 0); - ++ + /* NB: mark interface down */ + bsd_ctrl_iface(drv, 0); -+ + wpa_driver_bsd_set_wpa_internal(drv, drv->prev_wpa, drv->prev_privacy); - diff --git a/security/wpa_supplicant/files/patch-src_drivers_driver__ndis.c b/security/wpa_supplicant/files/patch-src_drivers_driver__ndis.c index 5c58337c4b3d..3fa5a11bd8e2 100644 --- a/security/wpa_supplicant/files/patch-src_drivers_driver__ndis.c +++ b/security/wpa_supplicant/files/patch-src_drivers_driver__ndis.c @@ -1,6 +1,6 @@ ---- src/drivers/driver_ndis.c.orig 2019-08-07 13:25:25 UTC +--- src/drivers/driver_ndis.c.orig 2024-07-20 18:04:37 UTC +++ src/drivers/driver_ndis.c -@@ -504,13 +504,13 @@ static int ndis_get_oid(struct wpa_drive +@@ -504,13 +504,13 @@ static int ndis_get_oid(struct wpa_driver_ndis_data *d o->Length = len; if (!PacketRequest(drv->adapter, FALSE, o)) { @@ -16,7 +16,7 @@ __func__, oid, (unsigned int) o->Length, len); os_free(buf); return -1; -@@ -573,7 +573,7 @@ static int ndis_set_oid(struct wpa_drive +@@ -573,7 +573,7 @@ static int ndis_set_oid(struct wpa_driver_ndis_data *d os_memcpy(o->Data, data, len); if (!PacketRequest(drv->adapter, TRUE, o)) { @@ -25,7 +25,7 @@ __func__, oid, len); os_free(buf); return -1; -@@ -1531,7 +1531,7 @@ static void wpa_driver_ndis_event_auth(s +@@ -1543,7 +1543,7 @@ static void wpa_driver_ndis_event_auth(struct wpa_driv if (data_len < sizeof(*req)) { wpa_printf(MSG_DEBUG, "NDIS: Too short Authentication Request " @@ -34,7 +34,7 @@ return; } req = (NDIS_802_11_AUTHENTICATION_REQUEST *) data; -@@ -1565,7 +1565,7 @@ static void wpa_driver_ndis_event_pmkid( +@@ -1577,7 +1577,7 @@ static void wpa_driver_ndis_event_pmkid(struct wpa_dri if (data_len < 8) { wpa_printf(MSG_DEBUG, "NDIS: Too short PMKID Candidate List " @@ -43,7 +43,7 @@ return; } pmkid = (NDIS_802_11_PMKID_CANDIDATE_LIST *) data; -@@ -1587,7 +1587,7 @@ static void wpa_driver_ndis_event_pmkid( +@@ -1599,7 +1599,7 @@ static void wpa_driver_ndis_event_pmkid(struct wpa_dri os_memset(&event, 0, sizeof(event)); for (i = 0; i < pmkid->NumCandidates; i++) { PMKID_CANDIDATE *p = &pmkid->CandidateList[i]; @@ -52,7 +52,7 @@ i, MAC2STR(p->BSSID), (int) p->Flags); os_memcpy(event.pmkid_candidate.bssid, p->BSSID, ETH_ALEN); event.pmkid_candidate.index = i; -@@ -1778,7 +1778,7 @@ static void wpa_driver_ndis_get_capabili +@@ -1790,7 +1790,7 @@ static void wpa_driver_ndis_get_capability(struct wpa_ "overflow"); break; } @@ -61,7 +61,7 @@ i, (int) ae->AuthModeSupported, (int) ae->EncryptStatusSupported); switch (ae->AuthModeSupported) { -@@ -2106,7 +2106,11 @@ static int wpa_driver_ndis_get_names(str +@@ -2118,7 +2118,11 @@ static int wpa_driver_ndis_get_names(struct wpa_driver dlen = dpos - desc; else dlen = os_strlen(desc); @@ -74,7 +74,7 @@ os_free(b); if (drv->adapter_desc == NULL) return -1; -@@ -2274,7 +2278,11 @@ static int wpa_driver_ndis_get_names(str +@@ -2286,7 +2290,11 @@ static int wpa_driver_ndis_get_names(struct wpa_driver } else { dlen = os_strlen(desc[i]); } diff --git a/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c b/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c index 2ec52fcdcd85..cd0c9a56f055 100644 --- a/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c +++ b/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c @@ -1,5 +1,5 @@ ---- src/l2_packet/l2_packet_freebsd.c.orig 2023-10-30 10:53:18.000000000 -0700 -+++ src/l2_packet/l2_packet_freebsd.c 2023-10-30 14:10:36.396969000 -0700 +--- src/l2_packet/l2_packet_freebsd.c.orig 2024-07-20 18:04:37 UTC ++++ src/l2_packet/l2_packet_freebsd.c @@ -8,7 +8,10 @@ */ diff --git a/security/wpa_supplicant/files/patch-src_utils_os__unix.c b/security/wpa_supplicant/files/patch-src_utils_os__unix.c index d3ebadbba827..3feccd7f0b28 100644 --- a/security/wpa_supplicant/files/patch-src_utils_os__unix.c +++ b/security/wpa_supplicant/files/patch-src_utils_os__unix.c @@ -1,6 +1,6 @@ ---- src/utils/os_unix.c.orig 2024-05-10 09:57:55.000000000 -0700 -+++ src/utils/os_unix.c 2024-06-01 22:18:54.999484000 -0700 -@@ -103,10 +103,12 @@ +--- src/utils/os_unix.c.orig 2024-07-20 18:04:37 UTC ++++ src/utils/os_unix.c +@@ -103,9 +103,11 @@ int os_get_reltime(struct os_reltime *t) break; #endif #ifdef CLOCK_MONOTONIC @@ -8,8 +8,7 @@ case CLOCK_MONOTONIC: clock_id = CLOCK_REALTIME; break; - #endif +#endif + #endif case CLOCK_REALTIME: return -1; - } diff --git a/security/wpa_supplicant/files/patch-src_wps_wps__upnp.c b/security/wpa_supplicant/files/patch-src_wps_wps__upnp.c index ee10b79e48aa..2a0e56329a07 100644 --- a/security/wpa_supplicant/files/patch-src_wps_wps__upnp.c +++ b/security/wpa_supplicant/files/patch-src_wps_wps__upnp.c @@ -1,6 +1,6 @@ ---- src/wps/wps_upnp.c.orig 2021-03-16 13:50:10.000000000 -0700 -+++ src/wps/wps_upnp.c 2021-03-18 12:49:19.537874000 -0700 -@@ -963,7 +963,8 @@ +--- src/wps/wps_upnp.c.orig 2024-07-20 18:04:37 UTC ++++ src/wps/wps_upnp.c +@@ -963,7 +963,8 @@ int get_netif_info(const char *net_if, unsigned *ip_ad goto fail; } os_memcpy(mac, req.ifr_addr.sa_data, 6); diff --git a/security/wpa_supplicant/files/patch-wpa__supplicant_Makefile b/security/wpa_supplicant/files/patch-wpa__supplicant_Makefile index 9f1393fb85da..1efb42a0844f 100644 --- a/security/wpa_supplicant/files/patch-wpa__supplicant_Makefile +++ b/security/wpa_supplicant/files/patch-wpa__supplicant_Makefile @@ -1,6 +1,6 @@ ---- wpa_supplicant/Makefile.orig 2015-03-15 17:30:39 UTC +--- wpa_supplicant/Makefile.orig 2024-07-20 18:04:37 UTC +++ wpa_supplicant/Makefile -@@ -99,6 +99,14 @@ OBJS += ../src/utils/os_$(CONFIG_OS).o +@@ -140,6 +140,14 @@ OBJS_c += ../src/utils/os_$(CONFIG_OS).o OBJS_p += ../src/utils/os_$(CONFIG_OS).o OBJS_c += ../src/utils/os_$(CONFIG_OS).o @@ -15,3 +15,12 @@ ifdef CONFIG_WPA_TRACE CFLAGS += -DWPA_TRACE OBJS += ../src/utils/trace.o +@@ -2050,7 +2058,7 @@ libwpa_client.so: $(LIBCTRLSO) + + libwpa_client.so: $(LIBCTRLSO) + @$(E) " CC $@ ($^)" +- $(Q)$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -shared -fPIC $^ ++ $(Q)$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -Wl,-soname,$@.2 -shared -fPIC $^ + + OBJS_wpatest := libwpa_test.o + _OBJS_VAR := OBJS_wpatest diff --git a/security/wpa_supplicant/files/patch-wpa__supplicant_ctrl__iface__unix.c b/security/wpa_supplicant/files/patch-wpa__supplicant_ctrl__iface__unix.c index cc73ac35cd35..80a0c9d7cf1a 100644 --- a/security/wpa_supplicant/files/patch-wpa__supplicant_ctrl__iface__unix.c +++ b/security/wpa_supplicant/files/patch-wpa__supplicant_ctrl__iface__unix.c @@ -1,6 +1,6 @@ ---- wpa_supplicant/ctrl_iface_unix.c.orig 2022-01-16 12:51:29.000000000 -0800 -+++ wpa_supplicant/ctrl_iface_unix.c 2023-11-29 08:12:07.843443000 -0800 -@@ -506,6 +506,10 @@ +--- wpa_supplicant/ctrl_iface_unix.c.orig 2024-07-20 18:04:37 UTC ++++ wpa_supplicant/ctrl_iface_unix.c +@@ -509,6 +509,10 @@ static int wpas_ctrl_iface_open_sock(struct wpa_suppli struct group *grp; char *endp; int flags; @@ -11,7 +11,7 @@ buf = os_strdup(wpa_s->conf->ctrl_interface); if (buf == NULL) -@@ -678,6 +682,22 @@ +@@ -681,6 +685,22 @@ havesock: /* Not fatal, continue on.*/ } } diff --git a/security/wpa_supplicant/files/patch-wpa__supplicant_main.c b/security/wpa_supplicant/files/patch-wpa__supplicant_main.c index 3042768f44d9..f9db90635a4c 100644 --- a/security/wpa_supplicant/files/patch-wpa__supplicant_main.c +++ b/security/wpa_supplicant/files/patch-wpa__supplicant_main.c @@ -1,6 +1,6 @@ ---- wpa_supplicant/main.c.orig 2016-11-05 20:56:30 UTC +--- wpa_supplicant/main.c.orig 2024-07-20 18:04:37 UTC +++ wpa_supplicant/main.c -@@ -66,7 +66,7 @@ static void usage(void) +@@ -67,7 +67,7 @@ static void usage(void) " -c = Configuration file\n" " -C = ctrl_interface parameter (only used if -c is not)\n" " -d = increase debugging verbosity (-dd even more)\n" @@ -9,7 +9,7 @@ " -e = entropy file\n" #ifdef CONFIG_DEBUG_FILE " -f = log output to debug file instead of stdout\n" -@@ -105,8 +105,7 @@ static void usage(void) +@@ -106,8 +106,7 @@ static void usage(void) " -W = wait for a control interface monitor before starting\n"); printf("example:\n" @@ -20,14 +20,14 @@ } @@ -199,6 +198,11 @@ int main(int argc, char *argv[]) + iface_count = 1; wpa_supplicant_fd_workaround(1); - ++ +#ifdef CONFIG_DRIVER_NDIS + void driver_ndis_init_ops(void); + driver_ndis_init_ops(); +#endif /* CONFIG_DRIVER_NDIS */ -+ + for (;;) { c = getopt(argc, argv, - "b:Bc:C:D:de:f:g:G:hi:I:KLMm:No:O:p:P:qsTtuvW"); diff --git a/security/wpa_supplicant/files/patch-wpa__supplicant_wpa__supplicant.c b/security/wpa_supplicant/files/patch-wpa__supplicant_wpa__supplicant.c index 42f150b3595c..8013244d9f7f 100644 --- a/security/wpa_supplicant/files/patch-wpa__supplicant_wpa__supplicant.c +++ b/security/wpa_supplicant/files/patch-wpa__supplicant_wpa__supplicant.c @@ -1,6 +1,6 @@ ---- wpa_supplicant/wpa_supplicant.c.orig 2019-04-21 03:10:22.000000000 -0400 -+++ wpa_supplicant/wpa_supplicant.c 2019-05-15 22:44:44.919859000 -0400 -@@ -6357,13 +6357,6 @@ +--- wpa_supplicant/wpa_supplicant.c.orig 2024-07-20 18:04:37 UTC ++++ wpa_supplicant/wpa_supplicant.c +@@ -7983,13 +7983,6 @@ struct wpa_global * wpa_supplicant_init(struct wpa_par if (params == NULL) return NULL; diff --git a/security/xhash/Makefile b/security/xhash/Makefile index 2241c2266251..dc1073d84ff4 100644 --- a/security/xhash/Makefile +++ b/security/xhash/Makefile @@ -1,7 +1,7 @@ PORTNAME= xhash DISTVERSIONPREFIX= v DISTVERSION= 3.6.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= rbranco@suse.com diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile index 80dbb318ace7..0257451a9cbb 100644 --- a/security/xray-core/Makefile +++ b/security/xray-core/Makefile @@ -1,7 +1,7 @@ PORTNAME= xray-core DISTVERSIONPREFIX= v DISTVERSION= 25.7.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202507050144/:geoip \ https://github.com/v2fly/domain-list-community/releases/download/20250627153051/:geosite diff --git a/security/yubikey-agent/Makefile b/security/yubikey-agent/Makefile index 1548018aaefd..28bfd67a7030 100644 --- a/security/yubikey-agent/Makefile +++ b/security/yubikey-agent/Makefile @@ -1,7 +1,7 @@ PORTNAME= yubikey-agent DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= security sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 15dd7d7a4249..378d33f5ae68 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,5 @@ PORTNAME= zeek -DISTVERSION= 8.0.1 +DISTVERSION= 8.0.2 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ @@ -82,8 +82,10 @@ CMAKE_ARGS= -DCARES_ROOT_DIR:PATH=${PREFIX} \ -DINSTALL_ZKG:BOOL=OFF \ -DPY_MOD_INSTALL_DIR:PATH=${PREFIX}/lib/zeekctl \ -DZEEK_ETC_INSTALL_DIR:PATH=${PREFIX}/etc \ + -DZEEK_LOG_DIR:PATH=/var/log/zeek \ -DZEEK_ROOT_DIR:PATH=${PREFIX} \ - -DZEEK_SCRIPT_INSTALL_PATH:PATH=${PREFIX}/share/zeek + -DZEEK_SCRIPT_INSTALL_PATH:PATH=${PREFIX}/share/zeek \ + -DZEEK_SPOOL_DIR:PATH=/var/spool/zeek ZEEKUSER?= zeek ZEEKGROUP?= zeek @@ -158,28 +160,26 @@ STRIP= USE_RC_SUBR= zeek .endif +post-install: + ${MV} ${STAGEDIR}${DATADIR}/site/local.zeek \ + ${STAGEDIR}${DATADIR}/site/local.zeek.sample + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zeek-cut + @${RM} ${STAGEDIR}${PREFIX}/share/zeek/tests + ${LN} -s ../btest/data ${STAGEDIR}${PREFIX}/share/zeek/tests + post-install-ZEEKCTL-on: - ${MKDIR} ${STAGEDIR}${PREFIX}/logs - ${MKDIR} ${STAGEDIR}${PREFIX}/spool/tmp - ${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/auto - ${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/site + ${MKDIR} ${STAGEDIR}/var/spool/zeek/installed-scripts-do-not-touch/auto + ${MKDIR} ${STAGEDIR}/var/spool/zeek/installed-scripts-do-not-touch/site .for F in zeekctl.cfg networks.cfg node.cfg ${MV} ${STAGEDIR}${PREFIX}/etc/${F} ${STAGEDIR}${PREFIX}/etc/${F}.sample .endfor + # Do this here because later zeek won't be running as root ${RM} ${STAGEDIR}${PREFIX}/share/zeekctl/scripts/zeekctl-config.sh - ${LN} -s ../../../spool/zeekctl-config.sh \ + ${LN} -s ../../../../../var/spool/zeek/zeekctl-config.sh \ ${STAGEDIR}${PREFIX}/share/zeekctl/scripts/zeekctl-config.sh ${RM} ${STAGEDIR}${PREFIX}/lib/broctl ${LN} -s zeek/python/zeekctl ${STAGEDIR}${PREFIX}/lib/broctl -post-install: - ${MV} ${STAGEDIR}${DATADIR}/site/local.zeek \ - ${STAGEDIR}${DATADIR}/site/local.zeek.sample - @${RM} -rf ${STAGEDIR}${PREFIX}/var - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zeek-cut - @${RM} ${STAGEDIR}${PREFIX}/share/zeek/tests - ${LN} -s ../btest/data ${STAGEDIR}${PREFIX}/share/zeek/tests - post-install-SPICY-on: @${RM} -rf ${STAGEDIR}${PREFIX}/include/hilti/rt/3rdparty/SafeInt/Archive @${RM} -rf ${STAGEDIR}${PREFIX}/include/hilti/rt/3rdparty/SafeInt/Test diff --git a/security/zeek/distinfo b/security/zeek/distinfo index cf681afb7421..fe5b893c7586 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756236375 -SHA256 (zeek-8.0.1.tar.gz) = ee916387e762345a6ffa84514cc3b66761f110d845a08b88e4a8da48db97ce8a -SIZE (zeek-8.0.1.tar.gz) = 99592537 +TIMESTAMP = 1760391181 +SHA256 (zeek-8.0.2.tar.gz) = 140d2e570812a8281e2e228a479da499a8c34260d44b9ba237aab0077f96a45c +SIZE (zeek-8.0.2.tar.gz) = 99610790 diff --git a/security/zeek/files/pkg-message.in b/security/zeek/files/pkg-message.in index 5b311b6cda33..ba18b01c0a45 100644 --- a/security/zeek/files/pkg-message.in +++ b/security/zeek/files/pkg-message.in @@ -35,10 +35,30 @@ EOM During deinstall of this package, the cfg files for zeekctl are not deleted if you have edited them. Instead the software will create a .sample file and the edited files will remain in place when you -upgrade. If you want to delete them, you have to remove the -%%PREFIX%%/etc directory manually. +upgrade. If you want to delete them, you have to remove +%%PREFIX%%/etc/zeekctl.cfg manually. -You may also need to manually remove %%PREFIX%%/spool/state.db +You may also need to manually remove /var/spool/state.db +EOM +} +{ type: upgrade + message: <<EOM +The default LogDir and SpoolDir have moved from %%PREFIX%% to /var. + +To migrate an existing installation to the new layout: + + - service zeek stop + + - pkg upgrade -y zeek + + - edit %%PREFIX%%/etc/zeekctl.cfg and make these changes: + + LogDir = /var/log/zeek + SpoolDir = /var/spool/zeek + + - move/create the log directory + + - service zeek deploy EOM } ] diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist index c913e47f378d..2888ca696ecb 100644 --- a/security/zeek/pkg-plist +++ b/security/zeek/pkg-plist @@ -1,7 +1,10 @@ -@postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/logs -%%ZEEKCTL%%@postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/spool -%%ZEEKCTL%%@postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/spool/tmp -%%ZEEKCTL%%@postexec chown -R %%ZEEKUSER%%:%%ZEEKGROUP%% %D/spool/installed-scripts-do-not-touch +@dir(%%ZEEKUSER%%,%%ZEEKGROUP%%,) /var/log/zeek +@dir(%%ZEEKUSER%%,%%ZEEKGROUP%%,) /var/spool/zeek +@dir(%%ZEEKUSER%%,%%ZEEKGROUP%%,) /var/spool/zeek/tmp +%%ZEEKCTL%%@dir(%%ZEEKUSER%%,%%ZEEKGROUP%%,) /var/spool/zeek/installed-scripts-do-not-touch +%%ZEEKCTL%%@dir(%%ZEEKUSER%%,%%ZEEKGROUP%%,) /var/spool/zeek/installed-scripts-do-not-touch/auto +%%ZEEKCTL%%@dir(%%ZEEKUSER%%,%%ZEEKGROUP%%,) /var/spool/zeek/installed-scripts-do-not-touch/site +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/state.db bin/bifcl bin/binpac %%ZEEKCTL%%bin/capstats @@ -2284,32 +2287,22 @@ share/zeek/tests %%ZEEKCTL%%share/zeekctl/scripts/set-zeek-path %%ZEEKCTL%%share/zeekctl/scripts/stats-to-csv %%ZEEKCTL%%share/zeekctl/scripts/zeekctl-config.sh -%%ZEEKCTL%%spool/zeekctl-config.sh -%%ZEEKCTL%%@preunexec rm -f %D/logs/current -%%ZEEKCTL%%@preunexec rm -f %D/spool/zeekctl.dat -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/zeekctl-config.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/local-networks.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/auto/standalone-layout.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-logger.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-manager.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-proxy.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local-worker.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.zeek -%%ZEEKCTL%%@preunexec rm -f %D/spool/installed-scripts-do-not-touch/site/local.zeek.sample -%%ZEEKCTL%%@preunexec rm -f %D/spool/state.db -%%ZEEKCTL%%@dir spool/tmp -%%ZEEKCTL%%@dir spool/installed-scripts-do-not-touch/site -%%ZEEKCTL%%@dir spool/installed-scripts-do-not-touch/auto -%%ZEEKCTL%%@dir spool/installed-scripts-do-not-touch -%%ZEEKCTL%%@dir spool/extract_files -%%ZEEKCTL%%@dir spool/brokerstore -%%ZEEKCTL%%@dir spool +%%ZEEKCTL%%@preunexec rm -f /var/log/zeek/current +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/zeekctl.dat +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/auto/zeekctl-config.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/auto/local-networks.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/auto/standalone-layout.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/site/local-logger.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/site/local-manager.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/site/local-proxy.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/site/local-worker.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/site/local.zeek +%%ZEEKCTL%%@preunexec rm -f /var/spool/zeek/installed-scripts-do-not-touch/site/local.zeek.sample @dir share/man/man8 @dir share/man/man1 @dir share/man -%%ZEEKCTL%%@dir logs %%SPICY%%@dir lib/zeek/spicy @dir lib/zeek/plugins @dir include/zeek/analyzer/protocol/quic @dir include/zeek/analyzer/protocol/ldap -%%ZEEKCTL%%@postexec su -fm %%ZEEKUSER%% -c '%D/bin/zeekctl install; rm -f %D/spool/debug.log' +%%ZEEKCTL%%@postexec su -fm %%ZEEKUSER%% -c '%D/bin/zeekctl install; rm -f /var/spool/zeek/debug.log' diff --git a/shells/antibody/Makefile b/shells/antibody/Makefile index a1516336bf3f..c9fb692d10fe 100644 --- a/shells/antibody/Makefile +++ b/shells/antibody/Makefile @@ -1,7 +1,7 @@ PORTNAME= antibody PORTVERSION= 6.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= shells MAINTAINER= ports@FreeBSD.org diff --git a/shells/carapace/Makefile b/shells/carapace/Makefile index 2c46ac020a7e..d4f2dd0c89bd 100644 --- a/shells/carapace/Makefile +++ b/shells/carapace/Makefile @@ -1,6 +1,7 @@ PORTNAME= carapace DISTVERSIONPREFIX= v DISTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 58c6c09140a1..697557a6bbba 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -1,6 +1,6 @@ PORTNAME= dash -PORTVERSION= 0.5.12 -PORTREVISION= 1 +PORTVERSION= 0.5.13 +PORTREVISION= 0 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ diff --git a/shells/dash/distinfo b/shells/dash/distinfo index 79cc848d0037..fdfa7e69678a 100644 --- a/shells/dash/distinfo +++ b/shells/dash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670740934 -SHA256 (dash-0.5.12.tar.gz) = 6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a -SIZE (dash-0.5.12.tar.gz) = 246054 +TIMESTAMP = 1760391871 +SHA256 (dash-0.5.13.tar.gz) = fd8da121e306b27f59330613417b182b8844f11e269531cc4720bf523e3e06d7 +SIZE (dash-0.5.13.tar.gz) = 256731 diff --git a/shells/elvish/Makefile b/shells/elvish/Makefile index 38313037775c..4ab721a02be2 100644 --- a/shells/elvish/Makefile +++ b/shells/elvish/Makefile @@ -1,7 +1,7 @@ PORTNAME= elvish DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= shells MAINTAINER= vendion@gmail.com diff --git a/shells/envy/Makefile b/shells/envy/Makefile index 492583930a73..585287dba7fa 100644 --- a/shells/envy/Makefile +++ b/shells/envy/Makefile @@ -1,7 +1,7 @@ PORTNAME= envy DISTVERSIONPREFIX=v DISTVERSION= 0.1.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= shells MAINTAINER= krion@FreeBSD.org diff --git a/shells/murex/Makefile b/shells/murex/Makefile index 5aa6df250c79..d3debb17c1a4 100644 --- a/shells/murex/Makefile +++ b/shells/murex/Makefile @@ -1,7 +1,7 @@ PORTNAME= murex DISTVERSIONPREFIX= v DISTVERSION= 6.0.1000 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= shells MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/3mux/Makefile b/sysutils/3mux/Makefile index 55aaa3c995cd..19193e31bb1b 100644 --- a/sysutils/3mux/Makefile +++ b/sysutils/3mux/Makefile @@ -1,7 +1,7 @@ PORTNAME= 3mux DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/alloy/Makefile b/sysutils/alloy/Makefile index 808a30e41b85..9482f4e81211 100644 --- a/sysutils/alloy/Makefile +++ b/sysutils/alloy/Makefile @@ -1,7 +1,7 @@ PORTNAME= alloy DISTVERSIONPREFIX= v DISTVERSION= 1.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= zach.leslie@grafana.com diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile index a58f2337a81a..7eade03dbb23 100644 --- a/sysutils/amazon-ssm-agent/Makefile +++ b/sysutils/amazon-ssm-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-agent PORTVERSION= 2.3.1205.0 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org diff --git a/sysutils/amazon-ssm-plugin/Makefile b/sysutils/amazon-ssm-plugin/Makefile index 6a9cf669cdd1..fda45fe632d3 100644 --- a/sysutils/amazon-ssm-plugin/Makefile +++ b/sysutils/amazon-ssm-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-plugin DISTVERSION= 1.2.707.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org diff --git a/sysutils/android-ota-payload-extractor/Makefile b/sysutils/android-ota-payload-extractor/Makefile index 1c27e9ec1d67..d70df85122af 100644 --- a/sysutils/android-ota-payload-extractor/Makefile +++ b/sysutils/android-ota-payload-extractor/Makefile @@ -1,7 +1,7 @@ PORTNAME= android-ota-payload-extractor DISTVERSIONPREFIX= v DISTVERSION= 1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com diff --git a/sysutils/aptly/Makefile b/sysutils/aptly/Makefile index 8f917785c976..3c1843450183 100644 --- a/sysutils/aptly/Makefile +++ b/sysutils/aptly/Makefile @@ -1,7 +1,7 @@ PORTNAME= aptly PORTVERSION= 1.5.0 DISTVERSIONPREFIX=v -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= sysutils MAINTAINER= romain@FreeBSD.org diff --git a/sysutils/autorestic/Makefile b/sysutils/autorestic/Makefile index 0e033487ce89..a91874c7533d 100644 --- a/sysutils/autorestic/Makefile +++ b/sysutils/autorestic/Makefile @@ -1,7 +1,7 @@ PORTNAME= autorestic DISTVERSIONPREFIX= v DISTVERSION= 1.8.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/awslim/Makefile b/sysutils/awslim/Makefile index a0e5c552a96d..79de63110bfe 100644 --- a/sysutils/awslim/Makefile +++ b/sysutils/awslim/Makefile @@ -1,7 +1,7 @@ PORTNAME= awslim DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org diff --git a/sysutils/backrest/Makefile b/sysutils/backrest/Makefile index 7fd8cc56adb8..b93c08b22c2e 100644 --- a/sysutils/backrest/Makefile +++ b/sysutils/backrest/Makefile @@ -1,7 +1,7 @@ PORTNAME= backrest DISTVERSIONPREFIX= v DISTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} diff --git a/sysutils/beats8/Makefile b/sysutils/beats8/Makefile index e9dc0397b40a..75892a39bdc3 100644 --- a/sysutils/beats8/Makefile +++ b/sysutils/beats8/Makefile @@ -1,7 +1,7 @@ PORTNAME= beats DISTVERSIONPREFIX= v DISTVERSION= 8.14.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod PKGNAMESUFFIX?= 8 diff --git a/sysutils/brename/Makefile b/sysutils/brename/Makefile index 3f4d0dda29e6..345b54026a98 100644 --- a/sysutils/brename/Makefile +++ b/sysutils/brename/Makefile @@ -1,7 +1,7 @@ PORTNAME= brename DISTVERSIONPREFIX= v DISTVERSION= 2.14.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/cbsd-mq-api/Makefile b/sysutils/cbsd-mq-api/Makefile index 2c252c5f5642..08eb64e18c7d 100644 --- a/sysutils/cbsd-mq-api/Makefile +++ b/sysutils/cbsd-mq-api/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd-mq-api DISTVERSION= 0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= fbsd-ports@convectix.com diff --git a/sysutils/cbsd-mq-router/Makefile b/sysutils/cbsd-mq-router/Makefile index 29aa4ede98e5..0a0a6110c040 100644 --- a/sysutils/cbsd-mq-router/Makefile +++ b/sysutils/cbsd-mq-router/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd-mq-router PORTVERSION= 0.2 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index b1b6cf4668a8..34c657f32bd3 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,7 +1,7 @@ PORTNAME= chaoskube PORTVERSION= 0.36.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index a571dc7b4645..cf7ef3fb9376 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -1,7 +1,7 @@ PORTNAME= chezmoi DISTVERSIONPREFIX= v DISTVERSION= 2.50.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils EXTRACT_ONLY= ${_DISTFILES:N*.js} diff --git a/sysutils/conmon/Makefile b/sysutils/conmon/Makefile index 649906257dbe..9210a3b8591a 100644 --- a/sysutils/conmon/Makefile +++ b/sysutils/conmon/Makefile @@ -1,7 +1,7 @@ PORTNAME= conmon DISTVERSIONPREFIX= v DISTVERSION= 2.1.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/consul-alerts/Makefile b/sysutils/consul-alerts/Makefile index fc7f5b085111..3ff7c03767f8 100644 --- a/sysutils/consul-alerts/Makefile +++ b/sysutils/consul-alerts/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-alerts PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/sysutils/consul-replicate/Makefile b/sysutils/consul-replicate/Makefile index d9486b7cbd3b..e7b399dc95b5 100644 --- a/sysutils/consul-replicate/Makefile +++ b/sysutils/consul-replicate/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-replicate PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index eae5cd94d28c..62d198cea7a2 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul DISTVERSIONPREFIX= v DISTVERSION= 1.21.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ diff --git a/sysutils/consul_exporter/Makefile b/sysutils/consul_exporter/Makefile index c22d0c4eb206..71ae816f42d3 100644 --- a/sysutils/consul_exporter/Makefile +++ b/sysutils/consul_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul_exporter PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= t.tom@succont.de diff --git a/sysutils/coreos-ct/Makefile b/sysutils/coreos-ct/Makefile index 5353cdf3a22a..3e92ed5e91d1 100644 --- a/sysutils/coreos-ct/Makefile +++ b/sysutils/coreos-ct/Makefile @@ -1,7 +1,7 @@ PORTNAME= coreos-ct PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/sysutils/ctop/Makefile b/sysutils/ctop/Makefile index fc1f5b8aa649..0262a8311173 100644 --- a/sysutils/ctop/Makefile +++ b/sysutils/ctop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ctop DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/diffoci/Makefile b/sysutils/diffoci/Makefile index b86f3c9dbf2f..8d6467c4cdf8 100644 --- a/sysutils/diffoci/Makefile +++ b/sysutils/diffoci/Makefile @@ -1,7 +1,7 @@ PORTNAME= diffoci PORTVERSION= 0.1.7 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 950bd1eb88ae..948b319cd8c2 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,7 +1,7 @@ PORTNAME= direnv DISTVERSIONPREFIX= v DISTVERSION= 2.35.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= bdrewery@FreeBSD.org diff --git a/sysutils/docker-credential-pass/Makefile b/sysutils/docker-credential-pass/Makefile index 4f8954e1394e..9632e4089a32 100644 --- a/sysutils/docker-credential-pass/Makefile +++ b/sysutils/docker-credential-pass/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-credential-pass DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/docker-machine/Makefile b/sysutils/docker-machine/Makefile index 651332bb1165..801265611b7b 100644 --- a/sysutils/docker-machine/Makefile +++ b/sysutils/docker-machine/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-machine PORTVERSION= 0.16.2 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/docker-registry/Makefile b/sysutils/docker-registry/Makefile index 564bd83ab5d5..fef4f821482d 100644 --- a/sysutils/docker-registry/Makefile +++ b/sysutils/docker-registry/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-registry PORTVERSION= 2.8.3 DISTVERSIONPREFIX=v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= freebsd@yapsoft.it diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile index e4de644fe438..bd04ef2c15b6 100644 --- a/sysutils/docker/Makefile +++ b/sysutils/docker/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker PORTVERSION= 18.09.5 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/doctl/Makefile b/sysutils/doctl/Makefile index 7413b039e582..138dd85023e9 100644 --- a/sysutils/doctl/Makefile +++ b/sysutils/doctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= doctl DISTVERSIONPREFIX= v DISTVERSION= 1.141.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/digitalocean/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/sysutils/duf/Makefile b/sysutils/duf/Makefile index 9f5d88301268..8dd587182c87 100644 --- a/sysutils/duf/Makefile +++ b/sysutils/duf/Makefile @@ -1,7 +1,7 @@ PORTNAME= duf DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile index 015900b33824..f2d628d7dea3 100644 --- a/sysutils/eksctl/Makefile +++ b/sysutils/eksctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= eksctl PORTVERSION= 0.214.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index 8f34d8eeb2f1..1c4c21894ba2 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,6 +1,7 @@ PORTNAME= elephant DISTVERSIONPREFIX= v -DISTVERSION= 2.1.4 +DISTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo index 13a6693cb46e..40e71e8fc093 100644 --- a/sysutils/elephant/distinfo +++ b/sysutils/elephant/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760271169 -SHA256 (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.mod) = 4b93d08796d6e98c1f458096d8375c6cc1b02f46fdf735f83143267fda8c93dc -SIZE (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.mod) = 968 -SHA256 (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.zip) = 992d96de206fe1cb6cc9f37e8bd1f91b8b7d0cf1da8eafa6504bad8a0f519ccc -SIZE (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.zip) = 7134346 +TIMESTAMP = 1760429024 +SHA256 (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.mod) = 14a4b55d5d6ccd87e99494525a571abd0c17a79c426f3caeba09bd1dc3f08448 +SIZE (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.mod) = 994 +SHA256 (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.zip) = 8682dcd8bef3294bd5f22b13680e45d1a7ea6dedad8df39a4873b310f204e061 +SIZE (go/sysutils_elephant/elephant-v2.1.8/v2.1.8.zip) = 7135212 diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index e7f34751d994..3b8fcb517a5d 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -1,7 +1,7 @@ PORTNAME= envconsul DISTVERSIONPREFIX= v DISTVERSION= 0.13.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile index 69609cb41b6b..4f1adfd17031 100644 --- a/sysutils/epazote/Makefile +++ b/sysutils/epazote/Makefile @@ -1,6 +1,6 @@ PORTNAME= epazote PORTVERSION= 2.1.2 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io diff --git a/sysutils/equinix-metal-cli/Makefile b/sysutils/equinix-metal-cli/Makefile index 035714d2fefc..66c7458c6c30 100644 --- a/sysutils/equinix-metal-cli/Makefile +++ b/sysutils/equinix-metal-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= equinix-metal-cli DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 03bc6c687985..ec36abe82154 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -1,7 +1,7 @@ PORTNAME= f2 DISTVERSIONPREFIX= v DISTVERSION= 2.0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index 8fa50040565b..246fee09e9a7 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fx DISTVERSION= 35.0.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/gcp-ops-agent/Makefile b/sysutils/gcp-ops-agent/Makefile index 8e75ed430ae0..5d8299efad10 100644 --- a/sysutils/gcp-ops-agent/Makefile +++ b/sysutils/gcp-ops-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= ops-agent DISTVERSION= 2.48.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils PKGNAMEPREFIX= gcp- diff --git a/sysutils/glow/Makefile b/sysutils/glow/Makefile index af622ec927a3..ddea782744a7 100644 --- a/sysutils/glow/Makefile +++ b/sysutils/glow/Makefile @@ -1,7 +1,7 @@ PORTNAME= glow DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile index 3866f27bc870..b12d19f96c74 100644 --- a/sysutils/go-ntfy/Makefile +++ b/sysutils/go-ntfy/Makefile @@ -1,7 +1,7 @@ PORTNAME= ntfy DISTVERSIONPREFIX= v DISTVERSION= 2.14.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ PKGNAMEPREFIX= go- diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile index f9bd9d752379..9411c0bbeadb 100644 --- a/sysutils/go-wtf/Makefile +++ b/sysutils/go-wtf/Makefile @@ -1,7 +1,7 @@ PORTNAME= wtf PORTVERSION= 0.43.0 DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils PKGNAMEPREFIX= go- diff --git a/sysutils/goawk/Makefile b/sysutils/goawk/Makefile index 673ea8684675..66db5a5554ee 100644 --- a/sysutils/goawk/Makefile +++ b/sysutils/goawk/Makefile @@ -1,7 +1,7 @@ PORTNAME= goawk DISTVERSIONPREFIX= v DISTVERSION= 1.29.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/gomi/Makefile b/sysutils/gomi/Makefile index 04378bad3d07..ff40503809f9 100644 --- a/sysutils/gomi/Makefile +++ b/sysutils/gomi/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomi DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index fc0c6daa1da5..18256a4dfd46 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v DISTVERSION= 4.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/gotop/Makefile b/sysutils/gotop/Makefile index d017b184e8ed..ac5595a16524 100644 --- a/sysutils/gotop/Makefile +++ b/sysutils/gotop/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotop DISTVERSIONPREFIX= v DISTVERSION= 4.1.4 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/hared/Makefile b/sysutils/hared/Makefile index be72eb9c9dac..15ead7fba5ba 100644 --- a/sysutils/hared/Makefile +++ b/sysutils/hared/Makefile @@ -1,7 +1,7 @@ PORTNAME= hared DISTVERSION= 1.0-45 DISTVERSIONSUFFIX= -g8341d8a -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index 0207d67ed664..7700a644eb81 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,6 +1,7 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v DISTVERSION= 1.54.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index 471b62c6914c..509eb0ba25b4 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -1,7 +1,7 @@ PORTNAME= helm PORTVERSION= 3.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/helmfile/Makefile b/sysutils/helmfile/Makefile index fe12a6c88b7c..94cc504bad92 100644 --- a/sysutils/helmfile/Makefile +++ b/sysutils/helmfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= helmfile DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com diff --git a/sysutils/hostctl/Makefile b/sysutils/hostctl/Makefile index 0fe746ce2d05..066fef43332c 100644 --- a/sysutils/hostctl/Makefile +++ b/sysutils/hostctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hostctl DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index f680749dfe47..f69c8f95cca4 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,6 +1,5 @@ PORTNAME= httm -DISTVERSION= 0.48.0 -PORTREVISION= 3 +DISTVERSION= 0.48.1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -19,4 +18,15 @@ GH_ACCOUNT= kimono-koans PLIST_FILES= bin/httm +OPTIONS_DEFINE= SCRIPTS +OPTIONS_DEFAULT=SCRIPTS + +SCRIPTS_DESC= Install example scripts + +SCRIPTS_RUN_DEPENDS= bash:shells/bash +SCRIPTS_PLIST_FILES= bin/bowie + +post-install-SCRIPTS-on: + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/bowie.bash ${STAGEDIR}${PREFIX}/bin/bowie + .include <bsd.port.mk> diff --git a/sysutils/httm/distinfo b/sysutils/httm/distinfo index 367b7f9054b1..9dffd03e057a 100644 --- a/sysutils/httm/distinfo +++ b/sysutils/httm/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1749129005 +TIMESTAMP = 1760454115 SHA256 (rust/crates/ahash-0.3.8.crate) = e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217 SIZE (rust/crates/ahash-0.3.8.crate) = 28650 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -327,5 +327,5 @@ SHA256 (rust/crates/yaml-rust-0.3.5.crate) = e66366e18dc58b46801afbf2ca7661a9f59 SIZE (rust/crates/yaml-rust-0.3.5.crate) = 42087 SHA256 (console-rs-indicatif-458e4dc391c1b001937e502bd450a0bfc8b4d9f6_GH0.tar.gz) = bb81cf3db2ec4a925ff6005caf34fe107be8ae347bf10d2fa07beab276d4d1bc SIZE (console-rs-indicatif-458e4dc391c1b001937e502bd450a0bfc8b4d9f6_GH0.tar.gz) = 1400364 -SHA256 (kimono-koans-httm-0.48.0_GH0.tar.gz) = 29bf964ce4776910c0ea8118122e6a6ac862f2147503445a66ef59ba5ec661dd -SIZE (kimono-koans-httm-0.48.0_GH0.tar.gz) = 138469 +SHA256 (kimono-koans-httm-0.48.1_GH0.tar.gz) = 314f11b400fb87f50d47dc341448d71f44e62d2117a7ccb2f2b948e6983f45dc +SIZE (kimono-koans-httm-0.48.1_GH0.tar.gz) = 138542 diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 23bdae47af43..043c6feeac2a 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -1,6 +1,6 @@ PORTNAME= immortal PORTVERSION= 0.24.4 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index cda834564a05..0806b11380d4 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipfs-go-fs-repo-migrations DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index 8e53ed00d6d9..2a289b7bd5ec 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipget DISTVERSIONPREFIX= v DISTVERSION= 0.11.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/ipmi_exporter/Makefile b/sysutils/ipmi_exporter/Makefile index d2a472f8d4de..0622ef0eb64c 100644 --- a/sysutils/ipmi_exporter/Makefile +++ b/sysutils/ipmi_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipmi_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= meka@tilda.center diff --git a/sysutils/istio/Makefile b/sysutils/istio/Makefile index 643d127c5046..2c58fa4c30cc 100644 --- a/sysutils/istio/Makefile +++ b/sysutils/istio/Makefile @@ -1,6 +1,6 @@ PORTNAME= istio PORTVERSION= 1.7.4 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/jest/Makefile b/sysutils/jest/Makefile index fa149323d0c1..8e674de322cd 100644 --- a/sysutils/jest/Makefile +++ b/sysutils/jest/Makefile @@ -1,6 +1,6 @@ PORTNAME= jest DISTVERSION= 3.0.16 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/k9s/Makefile b/sysutils/k9s/Makefile index 3d68a168cc8a..bf6fdb437a91 100644 --- a/sysutils/k9s/Makefile +++ b/sysutils/k9s/Makefile @@ -1,6 +1,7 @@ PORTNAME= k9s DISTVERSIONPREFIX= v DISTVERSION= 0.50.15 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index e09134d7ee2e..7e90b0224b51 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,7 +1,7 @@ PORTNAME= kopia DISTVERSIONPREFIX= v DISTVERSION= 0.21.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index 2a5b5990528b..c561c8e57f46 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -1,7 +1,7 @@ PORTNAME= kops PORTVERSION= 1.33.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index 10e5ff15dc6f..9c32ea123f6f 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -1,7 +1,7 @@ PORTNAME= kubectl PORTVERSION= 1.34.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/lazyssh/Makefile b/sysutils/lazyssh/Makefile index b3802ced548f..704313473de3 100644 --- a/sysutils/lazyssh/Makefile +++ b/sysutils/lazyssh/Makefile @@ -1,6 +1,7 @@ PORTNAME= lazyssh DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com diff --git a/sysutils/limine/Makefile b/sysutils/limine/Makefile index a2dd54fd477e..0ccaf6294ec1 100644 --- a/sysutils/limine/Makefile +++ b/sysutils/limine/Makefile @@ -1,5 +1,5 @@ PORTNAME= limine -DISTVERSION= 10.0.1 +DISTVERSION= 10.1.1 CATEGORIES= sysutils MASTER_SITES= https://codeberg.org/Limine/Limine/releases/download/v${DISTVERSION}/ diff --git a/sysutils/limine/distinfo b/sysutils/limine/distinfo index 434abf95875f..b2ea79eb8550 100644 --- a/sysutils/limine/distinfo +++ b/sysutils/limine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758591850 -SHA256 (limine-10.0.1.tar.gz) = ecff0dfc7a2695e4019e8697e92e55ecac17d46615218ed7914614f57a3d8e59 -SIZE (limine-10.0.1.tar.gz) = 569294 +TIMESTAMP = 1760395188 +SHA256 (limine-10.1.1.tar.gz) = a43840f0dedae5c4e8ac85bc3a00a298ec717d9dac954869dcaf9c6fc2880337 +SIZE (limine-10.1.1.tar.gz) = 569748 diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile index 9bb526fc2f5e..f5700231a576 100644 --- a/sysutils/loki/Makefile +++ b/sysutils/loki/Makefile @@ -1,7 +1,7 @@ PORTNAME= loki DISTVERSIONPREFIX= v DISTVERSION= 2.9.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils PKGNAMEPREFIX= grafana- diff --git a/sysutils/mackerel-agent/Makefile b/sysutils/mackerel-agent/Makefile index 0743c4e9f673..2784ce26aa54 100644 --- a/sysutils/mackerel-agent/Makefile +++ b/sysutils/mackerel-agent/Makefile @@ -1,6 +1,7 @@ PORTNAME= mackerel-agent DISTVERSIONPREFIX= v DISTVERSION= 0.85.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= meta@FreeBSD.org diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile index 2e14d6550c85..9a4c484538c6 100644 --- a/sysutils/minikube/Makefile +++ b/sysutils/minikube/Makefile @@ -1,7 +1,7 @@ PORTNAME= minikube PORTVERSION= 1.37.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/mkr/Makefile b/sysutils/mkr/Makefile index 811ae2d020f0..0eb393b858ae 100644 --- a/sysutils/mkr/Makefile +++ b/sysutils/mkr/Makefile @@ -1,7 +1,7 @@ PORTNAME= mkr DISTVERSIONPREFIX= v DISTVERSION= 0.62.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/mongodb_exporter/Makefile b/sysutils/mongodb_exporter/Makefile index b4185a3015d9..9f8c061a0f01 100644 --- a/sysutils/mongodb_exporter/Makefile +++ b/sysutils/mongodb_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.45.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/mult/Makefile b/sysutils/mult/Makefile index cac4662a6782..bb1b6d2113fc 100644 --- a/sysutils/mult/Makefile +++ b/sysutils/mult/Makefile @@ -1,7 +1,7 @@ PORTNAME= mult DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org diff --git a/sysutils/nginx-ui/Makefile b/sysutils/nginx-ui/Makefile index 56dff3136aaa..8994b5addfe7 100644 --- a/sysutils/nginx-ui/Makefile +++ b/sysutils/nginx-ui/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-ui DISTVERSIONPREFIX= v -DISTVERSION= 2.1.17 -PORTREVISION= 3 +DISTVERSION= 2.2.0-patch.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ @@ -37,13 +37,14 @@ BUILD_DATE= $$(date -u +%s) # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the NGINX UI repository to get the value of GITID. -GITID= 876213ad12449216d82520b3808b59cdaf0e1276 +GITID= 372af98307df195a061c650c43505fed42fa279b post-extract: @${MKDIR} ${WRKSRC}/vendor @cd ${WRKDIR}/${PORTNAME}-vendor && ${COPYTREE_SHARE} . ${WRKSRC}/vendor @${MKDIR} ${WRKSRC}/app/dist @cd ${WRKDIR}/${PORTNAME}-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/app/dist + @${MV} ${WRKSRC}/app/dist/dist.tar.xz ${WRKSRC}/app/dist.tar.xz post-patch: @${REINPLACE_CMD} -e 's/newLineSymbol/"\\n"/g' \ diff --git a/sysutils/nginx-ui/distinfo b/sysutils/nginx-ui/distinfo index 0bc2e4f53e63..dcbe6fdcc277 100644 --- a/sysutils/nginx-ui/distinfo +++ b/sysutils/nginx-ui/distinfo @@ -1,9 +1,7 @@ -TIMESTAMP = 1756360261 -SHA256 (nginx-ui-v2.1.17.frontend.tar.gz) = 8f93d1d2e69600ce2a0ef56c78f1913914806cc3bf524ca81e1641905ccfb23b -SIZE (nginx-ui-v2.1.17.frontend.tar.gz) = 1694681 -SHA256 (nginx-ui-v2.1.17.vendor.tar.gz) = d5da0ff0503fc8ab7468e48b9c8e5a3cfcdbd248b590bb55e934d8ef319e593b -SIZE (nginx-ui-v2.1.17.vendor.tar.gz) = 24145528 -SHA256 (2758ffc346a65bc99084e20ff3c2dee4b8ce7b58.patch) = a9d512710c21126504a2fc524bbe1f1865255c52faa84b55da4c03e2a510de84 -SIZE (2758ffc346a65bc99084e20ff3c2dee4b8ce7b58.patch) = 21707 -SHA256 (0xJacky-nginx-ui-v2.1.17_GH0.tar.gz) = da00d80d0e8b13b742597021fdb13b260662a87fdbd5b2d71fc37cac75fd3e82 -SIZE (0xJacky-nginx-ui-v2.1.17_GH0.tar.gz) = 12110923 +TIMESTAMP = 1760378187 +SHA256 (nginx-ui-v2.2.0-patch.1.frontend.tar.gz) = 5474d9bb984f5bc33e7f34891c67bff237204be4b1a4bc83160d1129b92f6c99 +SIZE (nginx-ui-v2.2.0-patch.1.frontend.tar.gz) = 4225828 +SHA256 (nginx-ui-v2.2.0-patch.1.vendor.tar.gz) = 3aacb1826b7a19049a81915af0b26bf1f1be055189d2d98cabaed6efc34817da +SIZE (nginx-ui-v2.2.0-patch.1.vendor.tar.gz) = 26954893 +SHA256 (0xJacky-nginx-ui-v2.2.0-patch.1_GH0.tar.gz) = cac18ee1ccb0c2afd4084bbe0170eb943de2bd6ff9c676a7d208d3c3190003a7 +SIZE (0xJacky-nginx-ui-v2.2.0-patch.1_GH0.tar.gz) = 13053926 diff --git a/sysutils/nginx-ui/files/nginx-ui.in b/sysutils/nginx-ui/files/nginx-ui.in index 25ab52c8bd44..d5e04d9137af 100644 --- a/sysutils/nginx-ui/files/nginx-ui.in +++ b/sysutils/nginx-ui/files/nginx-ui.in @@ -32,5 +32,6 @@ command_args="-o ${nginx_ui_log} -u ${nginx_ui_runas} -p ${pidfile} -t \"${desc} # the error "connect: connection refused" will be displayed, so the best thing to # do is to delete it before starting NGINX UI. start_precmd="rm -f /var/db/nginx-ui/nginx-ui.sock" +sig_stop="SIGQUIT" run_rc_command "$1" diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd.go deleted file mode 100644 index bfbd8adfc816..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd.go +++ /dev/null @@ -1,13 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd.go.orig 2025-08-28 06:12:56 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd.go -@@ -154,9 +154,7 @@ func parsedevstat(buf []byte) (devstat, error) { - func parsedevstat(buf []byte) (devstat, error) { - var ds devstat - br := bytes.NewReader(buf) -- // err := binary.Read(br, binary.LittleEndian, &ds) -- err := common.Read(br, binary.LittleEndian, &ds) -- if err != nil { -+ if err := binary.Read(br, binary.LittleEndian, &ds); err != nil { - return ds, err - } - diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__386.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__386.go deleted file mode 100644 index 93c140610bef..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__386.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_386.go.orig 2025-08-28 06:14:45 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_386.go -@@ -50,7 +50,7 @@ type devstat struct { - Flags uint32 - Device_type uint32 - Priority uint32 -- Id *byte -+ Id [sizeofPtr]byte - Sequence1 uint32 - } - diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__amd64.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__amd64.go deleted file mode 100644 index d5881f0968f3..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__amd64.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_amd64.go.orig 2025-08-28 06:15:24 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_amd64.go -@@ -52,7 +52,7 @@ type devstat struct { - Device_type uint32 - Priority uint32 - Pad_cgo_1 [4]byte -- ID *byte -+ ID [sizeofPtr]byte - Sequence1 uint32 - Pad_cgo_2 [4]byte - } diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm.go deleted file mode 100644 index c749c6d093d0..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm.go.orig 2025-08-28 06:15:52 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm.go -@@ -50,7 +50,7 @@ type devstat struct { - Flags uint32 - Device_type uint32 - Priority uint32 -- Id *byte -+ Id [sizeofPtr]byte - Sequence1 uint32 - } - diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm64.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm64.go deleted file mode 100644 index a6d7e0a49541..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_disk_disk__freebsd__arm64.go +++ /dev/null @@ -1,11 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm64.go.orig 2025-08-28 06:16:23 UTC -+++ vendor/github.com/shirou/gopsutil/v4/disk/disk_freebsd_arm64.go -@@ -52,7 +52,7 @@ type devstat struct { - Flags uint32 - Device_type uint32 - Priority uint32 -- Id *byte -+ Id [sizeofPtr]byte - Sequence1 uint32 - Pad_cgo_0 [4]byte - } diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__bsd.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__bsd.go deleted file mode 100644 index a43bd97cd52c..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__bsd.go +++ /dev/null @@ -1,10 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/process/process_bsd.go.orig 2025-08-28 06:18:32 UTC -+++ vendor/github.com/shirou/gopsutil/v4/process/process_bsd.go -@@ -71,6 +71,6 @@ func parseKinfoProc(buf []byte) (KinfoProc, error) { - func parseKinfoProc(buf []byte) (KinfoProc, error) { - var k KinfoProc - br := bytes.NewReader(buf) -- err := common.Read(br, binary.LittleEndian, &k) -+ err := binary.Read(br, binary.LittleEndian, &k) - return k, err - } diff --git a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__freebsd.go b/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__freebsd.go deleted file mode 100644 index 0d8403972089..000000000000 --- a/sysutils/nginx-ui/files/patch-vendor_github.com_shirou_gopsutil_v4_process_process__freebsd.go +++ /dev/null @@ -1,20 +0,0 @@ ---- vendor/github.com/shirou/gopsutil/v4/process/process_freebsd.go.orig 2025-08-28 06:19:32 UTC -+++ vendor/github.com/shirou/gopsutil/v4/process/process_freebsd.go -@@ -79,7 +79,7 @@ func (p *Process) CwdWithContext(_ context.Context) (s - - var k kinfoFile - br := bytes.NewReader(buf) -- if err := common.Read(br, binary.LittleEndian, &k); err != nil { -+ if err := binary.Read(br, binary.LittleEndian, &k); err != nil { - return "", err - } - cwd := common.IntToString(k.Path[:]) -@@ -279,7 +279,7 @@ func (p *Process) MemoryInfoWithContext(_ context.Cont - if err != nil { - return nil, err - } -- pageSize := common.LittleEndian.Uint16([]byte(v)) -+ pageSize := binary.LittleEndian.Uint16([]byte(v)) - - return &MemoryInfoStat{ - RSS: uint64(k.Rssize) * uint64(pageSize), diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index c03c51f481dc..0fc52d9a8735 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= node_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/nomad-driver-podman/Makefile b/sysutils/nomad-driver-podman/Makefile index e3dcacc3aa33..ae20055e7fb1 100644 --- a/sysutils/nomad-driver-podman/Makefile +++ b/sysutils/nomad-driver-podman/Makefile @@ -1,7 +1,7 @@ PORTNAME= nomad-driver-podman DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= grembo@FreeBSD.org diff --git a/sysutils/nut_exporter/Makefile b/sysutils/nut_exporter/Makefile index 017eadc1adee..4b8023e429b1 100644 --- a/sysutils/nut_exporter/Makefile +++ b/sysutils/nut_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nut_exporter DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= bsd@j-star.org diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index 3576e66c21b1..d8b23430e3bd 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -1,7 +1,7 @@ PORTNAME= oc PORTVERSION= 4.9 DISTVERSIONPREFIX= release- -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile index 266f0a321b1d..9acf9e9c1845 100644 --- a/sysutils/opa/Makefile +++ b/sysutils/opa/Makefile @@ -1,7 +1,7 @@ PORTNAME= opa DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 5ab13c0d4f22..e7a01bdd3d3e 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,7 +1,7 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v DISTVERSION= 1.10.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile index a8502ebc9a96..60537bc6cb25 100644 --- a/sysutils/packer/Makefile +++ b/sysutils/packer/Makefile @@ -1,7 +1,7 @@ PORTNAME= packer PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MAINTAINER= brad@facefault.org diff --git a/sysutils/paladin/Makefile b/sysutils/paladin/Makefile index f1f13217f9be..1b78494f73cb 100644 --- a/sysutils/paladin/Makefile +++ b/sysutils/paladin/Makefile @@ -1,6 +1,6 @@ PORTNAME= paladin PORTVERSION= 2.0.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= rwestlun@gmail.com diff --git a/sysutils/pipeform/Makefile b/sysutils/pipeform/Makefile index 00979a2405fe..1e73b432eb67 100644 --- a/sysutils/pipeform/Makefile +++ b/sysutils/pipeform/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipeform DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org diff --git a/sysutils/plasma6-libksysguard/Makefile b/sysutils/plasma6-libksysguard/Makefile index 4954b60c8c0a..f6de699d880e 100644 --- a/sysutils/plasma6-libksysguard/Makefile +++ b/sysutils/plasma6-libksysguard/Makefile @@ -1,5 +1,6 @@ PORTNAME= libksysguard DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/plasma6-libksysguard/files/patch-processcore_cgroup__data__model.cpp b/sysutils/plasma6-libksysguard/files/patch-processcore_cgroup__data__model.cpp new file mode 100644 index 000000000000..56b6f9119d14 --- /dev/null +++ b/sysutils/plasma6-libksysguard/files/patch-processcore_cgroup__data__model.cpp @@ -0,0 +1,20 @@ +https://invent.kde.org/plasma/libksysguard/-/merge_requests/445 + +--- processcore/cgroup_data_model.cpp.orig 2025-09-09 08:27:18 UTC ++++ processcore/cgroup_data_model.cpp +@@ -95,6 +95,7 @@ CGroupDataModel::CGroupDataModel(const QString &root, + , d(new CGroupDataModelPrivate) + { + d->m_updateTimer = new QTimer(this); ++ d->m_updateTimer->setInterval(2000); + d->m_processes = ExtendedProcesses::instance(); + + QList<ProcessAttribute *> attributes = d->m_processes->attributes(); +@@ -113,7 +114,6 @@ CGroupDataModel::CGroupDataModel(const QString &root, + connect(d->m_updateTimer, &QTimer::timeout, this, [this]() { + update(); + }); +- d->m_updateTimer->setInterval(2000); + d->m_updateTimer->start(); + + // updateAllProcesses will delete processes that no longer exist, a method that diff --git a/sysutils/plasma6-plasma-systemmonitor/Makefile b/sysutils/plasma6-plasma-systemmonitor/Makefile index 3c6c3f104d78..5e564aefdaeb 100644 --- a/sysutils/plasma6-plasma-systemmonitor/Makefile +++ b/sysutils/plasma6-plasma-systemmonitor/Makefile @@ -7,8 +7,8 @@ COMMENT= Interface for monitoring system sensors, process information and other USES= cmake gettext gl kde:6 python:run qt:6 shebangfix tar:xz xorg USE_KDE= attica config coreaddons dbusaddons globalaccel i18n \ - itemmodels kio kirigami-addons libksysguard newstuff package \ - service windowsystem \ + itemmodels kio kirigami-addons kcmutils kquickcharts libksysguard \ + newstuff package service windowsystem \ ecm:build \ ksystemstats:run USE_QT= base declarative diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index bedfe9462c03..2c67f9455a67 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= hcloud -DISTVERSION= 2.8.0 +DISTVERSION= 2.9.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=7.5:devel/py-coverage@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} NO_ARCH= yes -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 pytest .include <bsd.port.mk> diff --git a/sysutils/py-hcloud/distinfo b/sysutils/py-hcloud/distinfo index 28e609153f02..8968d3eaa3bc 100644 --- a/sysutils/py-hcloud/distinfo +++ b/sysutils/py-hcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760166008 -SHA256 (hcloud-2.8.0.tar.gz) = e5e86ac39a84473479f9109eb5682ef67a6374c1431d158c3bf74432a0883d2b -SIZE (hcloud-2.8.0.tar.gz) = 136160 +TIMESTAMP = 1760357834 +SHA256 (hcloud-2.9.0.tar.gz) = 32462fa2351ddb47a1a6ceb084d70c8358518224e44b4e0197f2e5c0f67ad8ef +SIZE (hcloud-2.9.0.tar.gz) = 136593 diff --git a/sysutils/rest-server/Makefile b/sysutils/rest-server/Makefile index 6a5971a4f3ef..80230a79e5b5 100644 --- a/sysutils/rest-server/Makefile +++ b/sysutils/rest-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= rest-server DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 763cb6c716c3..dc1efa71d900 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,7 +1,7 @@ PORTNAME= restic DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/runj/Makefile b/sysutils/runj/Makefile index 7b853d7a6b10..b923c9899551 100644 --- a/sysutils/runj/Makefile +++ b/sysutils/runj/Makefile @@ -1,7 +1,7 @@ PORTNAME= runj DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/rush/Makefile b/sysutils/rush/Makefile index df8b88d104aa..a9f46c0485be 100644 --- a/sysutils/rush/Makefile +++ b/sysutils/rush/Makefile @@ -1,7 +1,7 @@ PORTNAME= rush DISTVERSIONPREFIX= v DISTVERSION= 0.5.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils PKGNAMESUFFIX= -parallelization-tool diff --git a/sysutils/sake/Makefile b/sysutils/sake/Makefile index af3759bab426..945143b3726a 100644 --- a/sysutils/sake/Makefile +++ b/sysutils/sake/Makefile @@ -1,7 +1,7 @@ PORTNAME= sake PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/sensu-go/Makefile b/sysutils/sensu-go/Makefile index 27bfe1c2afcc..8f6c8dd424b5 100644 --- a/sysutils/sensu-go/Makefile +++ b/sysutils/sensu-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= sensu-go PORTVERSION= 6.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= jp+ports@supplntr.io diff --git a/sysutils/serf/Makefile b/sysutils/serf/Makefile index 691625e0f053..03c1bc8d50a9 100644 --- a/sysutils/serf/Makefile +++ b/sysutils/serf/Makefile @@ -1,7 +1,7 @@ PORTNAME= serf DISTVERSIONPREFIX= v DISTVERSION= 0.10.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils PKGNAMEPREFIX= hashicorp- diff --git a/sysutils/siegfried/Makefile b/sysutils/siegfried/Makefile index 25e0dfb5d7d6..2166f2efc40a 100644 --- a/sysutils/siegfried/Makefile +++ b/sysutils/siegfried/Makefile @@ -1,7 +1,7 @@ PORTNAME= siegfried DISTVERSIONPREFIX= v DISTVERSION= 1.11.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index b81c5d5e5e82..1a34505483df 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -1,7 +1,7 @@ PORTNAME= smug DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/snmp_exporter/Makefile b/sysutils/snmp_exporter/Makefile index 47be0d0001be..bcc2fbd02c38 100644 --- a/sysutils/snmp_exporter/Makefile +++ b/sysutils/snmp_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= snmp_exporter DISTVERSIONPREFIX=v DISTVERSION= 0.29.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ivy@FreeBSD.org diff --git a/sysutils/snmp_exporter20/Makefile b/sysutils/snmp_exporter20/Makefile index 3787b5dc4247..0abb4d0aa131 100644 --- a/sysutils/snmp_exporter20/Makefile +++ b/sysutils/snmp_exporter20/Makefile @@ -1,7 +1,7 @@ PORTNAME= snmp_exporter PORTVERSION= 0.20.0 DISTVERSIONPREFIX=v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils PKGNAMESUFFIX= 20 diff --git a/sysutils/sockaddr/Makefile b/sysutils/sockaddr/Makefile index 23b0c8c759d2..88760a06a73d 100644 --- a/sysutils/sockaddr/Makefile +++ b/sysutils/sockaddr/Makefile @@ -1,7 +1,7 @@ PORTNAME= sockaddr DISTVERSIONPREFIX= v DISTVERSION= 1.0.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/stackit/Makefile b/sysutils/stackit/Makefile index 59cabf4c5e70..f0b18632620c 100644 --- a/sysutils/stackit/Makefile +++ b/sysutils/stackit/Makefile @@ -1,6 +1,6 @@ PORTNAME= stackit DISTVERSIONPREFIX= v -DISTVERSION= 0.43.0 +DISTVERSION= 0.44.0 PORTREVISION= 1 CATEGORIES= sysutils diff --git a/sysutils/stackit/distinfo b/sysutils/stackit/distinfo index 5502af87a117..b8a11573992f 100644 --- a/sysutils/stackit/distinfo +++ b/sysutils/stackit/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759058126 -SHA256 (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.mod) = b5e2ba72e5e67382caf143c9204785295e4ab905cf01f1e074826c6b605a7cd9 -SIZE (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.mod) = 13041 -SHA256 (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.zip) = 03f9f2cfdfce0275fbc137a4c686c8dfe5b5c0ae0bc38ca0de274444971f0883 -SIZE (go/sysutils_stackit/stackit-v0.43.0/v0.43.0.zip) = 2192731 +TIMESTAMP = 1760361014 +SHA256 (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.mod) = d01643fd9026430b5940e6a6847bbf6eb35e127259f932918c7d9634ef45b63e +SIZE (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.mod) = 13041 +SHA256 (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.zip) = 730574ae4de0531194265ee09bfcc44f34c071c95c0982aedaaafd9f09b1d759 +SIZE (go/sysutils_stackit/stackit-v0.44.0/v0.44.0.zip) = 2165408 diff --git a/sysutils/stressdisk/Makefile b/sysutils/stressdisk/Makefile index 4d3a510faff7..b52aa5fd5f76 100644 --- a/sysutils/stressdisk/Makefile +++ b/sysutils/stressdisk/Makefile @@ -1,7 +1,7 @@ PORTNAME= stressdisk DISTVERSIONPREFIX= v DISTVERSION= 1.0.13 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/superfile/Makefile b/sysutils/superfile/Makefile index c836007753c0..f0e8b2604005 100644 --- a/sysutils/superfile/Makefile +++ b/sysutils/superfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= superfile DISTVERSIONPREFIX= v -DISTVERSION= 1.3.3 -PORTREVISION= 3 +DISTVERSION= 1.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils @@ -12,7 +12,7 @@ WWW= https://github.com/MHNightCat/superfile LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.24 +USES= go:modules,1.25 GO_MODULE= github.com/MHNightCat/superfile diff --git a/sysutils/superfile/distinfo b/sysutils/superfile/distinfo index 28a5b5664010..08d136743bc6 100644 --- a/sysutils/superfile/distinfo +++ b/sysutils/superfile/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1754049854 -SHA256 (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.mod) = 75e1e0938ca31f51c80697126aa7daae2746bf67f2c8e6defcfe0610e0fc44cc -SIZE (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.mod) = 3109 -SHA256 (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.zip) = f81af634399861cdd84b6bf45b2677df65fd344cb8989da4260d610a0ac2e13f -SIZE (go/sysutils_superfile/superfile-v1.3.3/v1.3.3.zip) = 16518668 +TIMESTAMP = 1760099738 +SHA256 (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.mod) = 697d3c8ff9d3e81d81cc68e4950f941f31bf365ce37c26b81f450acdf0fef1a5 +SIZE (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.mod) = 3388 +SHA256 (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.zip) = a02b79bd389822482d4f368f9f1ae10dee8babf71d95416edf10254a46d72cf9 +SIZE (go/sysutils_superfile/superfile-v1.4.0/v1.4.0.zip) = 16468262 diff --git a/sysutils/tempo/Makefile b/sysutils/tempo/Makefile index e8610fc9ed7a..af3aa19db09d 100644 --- a/sysutils/tempo/Makefile +++ b/sysutils/tempo/Makefile @@ -1,7 +1,7 @@ PORTNAME= tempo DISTVERSIONPREFIX= v DISTVERSION= 2.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES+= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/${DISTVERSIONFULL}/ PKGNAMEPREFIX= grafana- diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 26665802f9a7..8c66dc2851aa 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-docs DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils textproc MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform-provider-gridscale/Makefile b/sysutils/terraform-provider-gridscale/Makefile index 717773f3ccc4..8df90816338a 100644 --- a/sysutils/terraform-provider-gridscale/Makefile +++ b/sysutils/terraform-provider-gridscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-provider-gridscale PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/sysutils/terraform-provider-vultr/Makefile b/sysutils/terraform-provider-vultr/Makefile index ba91b0049ee3..bf4e3a430392 100644 --- a/sysutils/terraform-provider-vultr/Makefile +++ b/sysutils/terraform-provider-vultr/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-provider-vultr PORTVERSION= 0.1.10 DISTVERSIONPREFIX= v -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= zachary.crownover@gmail.com diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index 619c305f7f58..9d676a888005 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-switcher DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index d0c27545ead1..1977ff40c3db 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform DISTVERSIONPREFIX= v DISTVERSION= 1.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= ${DISTVERSIONFULL}${EXTRACT_SUFX} \ diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index 68352d77b1c9..83e68865662f 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -1,7 +1,7 @@ PORTNAME= terragrunt DISTVERSIONPREFIX= v DISTVERSION= 0.87.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 8315b9471170..9e1c413c05db 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,7 +1,7 @@ PORTNAME= tflint DISTVERSIONPREFIX= v DISTVERSION= 0.59.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/treetop/Makefile b/sysutils/treetop/Makefile index e4c59352302e..ec66031b269c 100644 --- a/sysutils/treetop/Makefile +++ b/sysutils/treetop/Makefile @@ -1,7 +1,7 @@ PORTNAME= treetop DISTVERSIONPREFIX= v DISTVERSION= ${MODVERSION:S/-/./g:R} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= hoanga@gmail.com diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index 31d6e41b6ece..0586e9ffe284 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttyd DISTVERSION= 1.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= nc@FreeBSD.org diff --git a/sysutils/ttyd/files/ttyd.in b/sysutils/ttyd/files/ttyd.in index 56b8188deeda..15c108eca492 100755 --- a/sysutils/ttyd/files/ttyd.in +++ b/sysutils/ttyd/files/ttyd.in @@ -19,8 +19,8 @@ load_rc_config $name : ${ttyd_enable:="NO"} : ${ttyd_acct:="nobody"} -: ${ttyd_exec:="/bin/sh"} -: ${ttyd_args:="--interface lo0 --port 7681"} +: ${ttyd_exec:="/usr/bin/login"} +: ${ttyd_args:="--interface lo0 --port 7681 -W"} procname="/usr/local/bin/${name}" diff --git a/sysutils/usacloud-core/Makefile b/sysutils/usacloud-core/Makefile index 9217a256440e..bd8c3835d7ae 100644 --- a/sysutils/usacloud-core/Makefile +++ b/sysutils/usacloud-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= usacloud -PORTREVISION= 8 +PORTREVISION= 9 #PORTREVISION= Use PORTREVISION in Makefile.version instead CATEGORIES= sysutils PKGNAMESUFFIX= -core diff --git a/sysutils/viddy/Makefile b/sysutils/viddy/Makefile index 94b8f9b8d136..55ccc7f784de 100644 --- a/sysutils/viddy/Makefile +++ b/sysutils/viddy/Makefile @@ -1,7 +1,7 @@ PORTNAME= viddy DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MASTER_SITES= diff --git a/sysutils/walk/Makefile b/sysutils/walk/Makefile index c729deea42bf..77a40a7931d1 100644 --- a/sysutils/walk/Makefile +++ b/sysutils/walk/Makefile @@ -1,7 +1,7 @@ PORTNAME= walk DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/zli/Makefile b/sysutils/zli/Makefile index cdf1017d772c..7225caa0736a 100644 --- a/sysutils/zli/Makefile +++ b/sysutils/zli/Makefile @@ -1,7 +1,7 @@ PORTNAME= zli DISTVERSIONPREFIX=v DISTVERSION= 2.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org diff --git a/sysutils/zot/Makefile b/sysutils/zot/Makefile index f4ef6d5714cc..8215ca19b25c 100644 --- a/sysutils/zot/Makefile +++ b/sysutils/zot/Makefile @@ -1,7 +1,7 @@ PORTNAME= zot DISTVERSIONPREFIX=v DISTVERSION= 2.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 1262ba15efbb..6bc9ba6da651 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-template DISTVERSIONPREFIX= v DISTVERSION= 0.41.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index 61ab2211110b..c220c8aacd27 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,7 +1,7 @@ PORTNAME= csvq DISTVERSIONPREFIX= v DISTVERSION= 1.18.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/dyff/Makefile b/textproc/dyff/Makefile index e0ca08823948..22bfe39fcd9b 100644 --- a/textproc/dyff/Makefile +++ b/textproc/dyff/Makefile @@ -1,7 +1,7 @@ PORTNAME= dyff DISTVERSIONPREFIX= v DISTVERSION= 1.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= ehaupt@FreeBSD.org diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index 457a5b70e170..d1e8656c3131 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -1,7 +1,6 @@ PORTNAME= fzf DISTVERSIONPREFIX= v -DISTVERSION= 0.65.2 -PORTREVISION= 2 +DISTVERSION= 0.66.0 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod @@ -22,7 +21,7 @@ GH_PROJECT= fzf GO_MODULE= github.com/junegunn/fzf GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSION} -X main.revision=${COMMIT_ID} -s -w" -COMMIT_ID= e5cd7f0 +COMMIT_ID= 8cdfb23 PLIST_FILES= bin/fzf share/man/man1/fzf.1.gz diff --git a/textproc/fzf/distinfo b/textproc/fzf/distinfo index 531bcdd3f232..24a7675ec22d 100644 --- a/textproc/fzf/distinfo +++ b/textproc/fzf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756803631 -SHA256 (go/textproc_fzf/junegunn-fzf-v0.65.2_GH0/go.mod) = 6cc838db5cb7817cbb9522b55c9715ab6f543a0eaf3b5178cd9db42bd60640ae -SIZE (go/textproc_fzf/junegunn-fzf-v0.65.2_GH0/go.mod) = 527 -SHA256 (go/textproc_fzf/junegunn-fzf-v0.65.2_GH0/junegunn-fzf-v0.65.2_GH0.tar.gz) = 53b7e0077833f96ae04fd1e312ed65b2d5c427422b652dd3ce6c2d1702f8ce56 -SIZE (go/textproc_fzf/junegunn-fzf-v0.65.2_GH0/junegunn-fzf-v0.65.2_GH0.tar.gz) = 347841 +TIMESTAMP = 1760457719 +SHA256 (go/textproc_fzf/junegunn-fzf-v0.66.0_GH0/go.mod) = 5d8e34ecd5e4a6934c2421090bbd11d7bd0c03c751d912a2bfb06f5860068aff +SIZE (go/textproc_fzf/junegunn-fzf-v0.66.0_GH0/go.mod) = 529 +SHA256 (go/textproc_fzf/junegunn-fzf-v0.66.0_GH0/junegunn-fzf-v0.66.0_GH0.tar.gz) = 576659beee244b4ecccf45f1c576340143d8ce6d97fa053e6cbdd3f75c66b351 +SIZE (go/textproc_fzf/junegunn-fzf-v0.66.0_GH0/junegunn-fzf-v0.66.0_GH0.tar.gz) = 361069 diff --git a/textproc/gh-grep/Makefile b/textproc/gh-grep/Makefile index 0a07de8895ac..96508411fc1d 100644 --- a/textproc/gh-grep/Makefile +++ b/textproc/gh-grep/Makefile @@ -1,7 +1,7 @@ PORTNAME= gh-grep DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/git-chglog/Makefile b/textproc/git-chglog/Makefile index 293820d4f44f..e0f53441329e 100644 --- a/textproc/git-chglog/Makefile +++ b/textproc/git-chglog/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-chglog DISTVERSIONPREFIX= v DISTVERSION= 0.15.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index d93e08541a04..e865a01e7136 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-elasticsearch-indexer PORTVERSION= 5.7.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index baba20299b75..a2ff44c78e44 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-md2man DISTVERSIONPREFIX= v DISTVERSION= 2.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= mateusz@serveraptor.com diff --git a/textproc/go-transifex-client/Makefile b/textproc/go-transifex-client/Makefile index 5cb9c3d95086..63d957a127aa 100644 --- a/textproc/go-transifex-client/Makefile +++ b/textproc/go-transifex-client/Makefile @@ -1,7 +1,7 @@ PORTNAME= transifex-client DISTVERSIONPREFIX= v DISTVERSION= 1.6.10 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc PKGNAMEPREFIX= go- diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index dd8d41a8bb3c..a2d8d6a67e1e 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v DISTVERSION= 4.47.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= timp87@gmail.com diff --git a/textproc/gojq/Makefile b/textproc/gojq/Makefile index 31ecebe9b498..01873a8be59d 100644 --- a/textproc/gojq/Makefile +++ b/textproc/gojq/Makefile @@ -1,7 +1,7 @@ PORTNAME= gojq DISTVERSIONPREFIX= v DISTVERSION= 0.12.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= nork@FreeBSD.org diff --git a/textproc/goldendict-ng/Makefile b/textproc/goldendict-ng/Makefile index 1c0fe858173b..6267076c95c1 100644 --- a/textproc/goldendict-ng/Makefile +++ b/textproc/goldendict-ng/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 25.10.1 DISTVERSIONSUFFIX= -Release.85f9a3d5 CATEGORIES= textproc -MAINTAINER= mew14930xvi@inbox.lv +MAINTAINER= ports@FreeBSD.org COMMENT= Advanced dictionary lookup program, supporting many formats WWW= https://xiaoyifang.github.io/goldendict-ng/ diff --git a/textproc/gron/Makefile b/textproc/gron/Makefile index 653e448fe7bc..5d28e2028091 100644 --- a/textproc/gron/Makefile +++ b/textproc/gron/Makefile @@ -1,7 +1,7 @@ PORTNAME= gron PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= zi@FreeBSD.org diff --git a/textproc/htmltest/Makefile b/textproc/htmltest/Makefile index d8c1a9a0ef0f..60bb0aa83696 100644 --- a/textproc/htmltest/Makefile +++ b/textproc/htmltest/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmltest DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= textproc MAINTAINER= dbaio@FreeBSD.org diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index 37d1f5d99ce5..a243c59044a9 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -1,7 +1,7 @@ PORTNAME= jid PORTVERSION= 0.7.6 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= textproc MAINTAINER= sbz@FreeBSD.org diff --git a/textproc/kepubify/Makefile b/textproc/kepubify/Makefile index 76543409e39f..71f97a2dfcbc 100644 --- a/textproc/kepubify/Makefile +++ b/textproc/kepubify/Makefile @@ -1,7 +1,7 @@ PORTNAME= kepubify DISTVERSIONPREFIX= v DISTVERSION= 4.0.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= textproc converters MAINTAINER= fuz@FreeBSD.org diff --git a/textproc/markdownfmt/Makefile b/textproc/markdownfmt/Makefile index 29cadd9ff3e5..25ec8d34046a 100644 --- a/textproc/markdownfmt/Makefile +++ b/textproc/markdownfmt/Makefile @@ -2,7 +2,7 @@ PORTNAME= markdownfmt DISTVERSIONPREFIX= v DISTVERSION= 1.1-67 DISTVERSIONSUFFIX= -g3438a10 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/md2roff/Makefile b/textproc/md2roff/Makefile index 59d0d00ad1e0..b76af031b71c 100644 --- a/textproc/md2roff/Makefile +++ b/textproc/md2roff/Makefile @@ -2,7 +2,7 @@ PORTNAME= md2roff DISTVERSIONPREFIX= v DISTVERSION= 2.14.3-0.20200416233007 DISTVERSIONSUFFIX= -c4dfa597b8d5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc print MAINTAINER= fuz@FreeBSD.org diff --git a/textproc/mdtt/Makefile b/textproc/mdtt/Makefile index 6a431b84b296..dc5f121638e0 100644 --- a/textproc/mdtt/Makefile +++ b/textproc/mdtt/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdtt DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= olgeni@FreeBSD.org diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index e2a6e56da204..e628c22c59cb 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -1,7 +1,7 @@ PORTNAME= miller DISTVERSIONPREFIX= v DISTVERSION= 6.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/johnkerl/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/textproc/minify/Makefile b/textproc/minify/Makefile index 308e6a308f2b..492750f2762d 100644 --- a/textproc/minify/Makefile +++ b/textproc/minify/Makefile @@ -1,7 +1,7 @@ PORTNAME= minify PORTVERSION= 2.24.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www MAINTAINER= sunpoet@FreeBSD.org diff --git a/textproc/moor/Makefile b/textproc/moor/Makefile index 9e0c39bee847..ad9560168c00 100644 --- a/textproc/moor/Makefile +++ b/textproc/moor/Makefile @@ -1,6 +1,7 @@ PORTNAME= moor DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com diff --git a/textproc/nerdlog/Makefile b/textproc/nerdlog/Makefile index 6071dea7313d..569ee6a2bc31 100644 --- a/textproc/nerdlog/Makefile +++ b/textproc/nerdlog/Makefile @@ -1,7 +1,7 @@ PORTNAME= nerdlog DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org diff --git a/textproc/ov/Makefile b/textproc/ov/Makefile index b99b027062d6..9cb595fe5e47 100644 --- a/textproc/ov/Makefile +++ b/textproc/ov/Makefile @@ -1,7 +1,7 @@ PORTNAME= ov DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/peco/Makefile b/textproc/peco/Makefile index fa7c8e97ea8c..cd08943a08a3 100644 --- a/textproc/peco/Makefile +++ b/textproc/peco/Makefile @@ -1,7 +1,7 @@ PORTNAME= peco DISTVERSIONPREFIX= v DISTVERSION= 0.5.11 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/pup/Makefile b/textproc/pup/Makefile index b62945b7ef50..71c0f3db5ed9 100644 --- a/textproc/pup/Makefile +++ b/textproc/pup/Makefile @@ -2,7 +2,7 @@ PORTNAME= pup DISTVERSIONPREFIX= v DISTVERSION= 0.4.0-10 DISTVERSIONSUFFIX= -g681d7bb -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= textproc PATCH_SITES= https://github.com/ericchiang/pup/pull/ PATCHFILES= 107.patch:-p1 \ diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index bfa6ff3ca4de..89e712b795ab 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ PORTNAME= sift PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 54 +PORTREVISION= 55 CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org diff --git a/textproc/sttr/Makefile b/textproc/sttr/Makefile index 9d3bdf2ce41c..133936391743 100644 --- a/textproc/sttr/Makefile +++ b/textproc/sttr/Makefile @@ -1,7 +1,7 @@ PORTNAME= sttr DISTVERSIONPREFIX= v DISTVERSION= 0.2.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= se@FreeBSD.org diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index 0fca3a9c334b..4f40a080ab57 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,7 +1,7 @@ PORTNAME= textnote DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/textql/Makefile b/textproc/textql/Makefile index a2de6f5c5452..958cb0018782 100644 --- a/textproc/textql/Makefile +++ b/textproc/textql/Makefile @@ -1,6 +1,6 @@ PORTNAME= textql PORTVERSION= g20210706 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= textproc MAINTAINER= ume@FreeBSD.org diff --git a/textproc/trdsql/Makefile b/textproc/trdsql/Makefile index cfa714856acc..af8b696e5e31 100644 --- a/textproc/trdsql/Makefile +++ b/textproc/trdsql/Makefile @@ -1,7 +1,7 @@ PORTNAME= trdsql DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/uni/Makefile b/textproc/uni/Makefile index 1eb28da63086..b99cc9e7764d 100644 --- a/textproc/uni/Makefile +++ b/textproc/uni/Makefile @@ -1,7 +1,7 @@ PORTNAME= uni PORTVERSION= 2.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/up/Makefile b/textproc/up/Makefile index 88523525ce11..94ba2de2d0a1 100644 --- a/textproc/up/Makefile +++ b/textproc/up/Makefile @@ -1,7 +1,7 @@ PORTNAME= up DISTVERSIONPREFIX= v DISTVERSION= 0.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/vale/Makefile b/textproc/vale/Makefile index 582dbcc2917a..57076fdaf520 100644 --- a/textproc/vale/Makefile +++ b/textproc/vale/Makefile @@ -1,7 +1,7 @@ PORTNAME= vale DISTVERSIONPREFIX= v DISTVERSION= 3.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/vgrep/Makefile b/textproc/vgrep/Makefile index d1d2e90a188e..488a0fa677b9 100644 --- a/textproc/vgrep/Makefile +++ b/textproc/vgrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= vgrep DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/yamlfmt/Makefile b/textproc/yamlfmt/Makefile index 80ac64f944fd..7d6e13beb68c 100644 --- a/textproc/yamlfmt/Makefile +++ b/textproc/yamlfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= yamlfmt DISTVERSIONPREFIX= v DISTVERSION= 0.17.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org diff --git a/textproc/ytt/Makefile b/textproc/ytt/Makefile index 8dd8253320d1..3771f0640422 100644 --- a/textproc/ytt/Makefile +++ b/textproc/ytt/Makefile @@ -1,7 +1,7 @@ PORTNAME= ytt DISTVERSIONPREFIX= v DISTVERSION= 0.52.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index d62bdbec008b..36058ad7eb72 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,7 +1,7 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v DISTVERSION= 0.107.66 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/ DISTFILES= ${GH_PROJECT}_frontend${EXTRACT_SUFX} diff --git a/www/amfora/Makefile b/www/amfora/Makefile index 3ac18db74e0e..bd2c656f200c 100644 --- a/www/amfora/Makefile +++ b/www/amfora/Makefile @@ -1,7 +1,7 @@ PORTNAME= amfora DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/angie-module-auth-spnego/Makefile b/www/angie-module-auth-spnego/Makefile index 65f9b25a66b5..ff16edb9069a 100644 --- a/www/angie-module-auth-spnego/Makefile +++ b/www/angie-module-auth-spnego/Makefile @@ -1,12 +1,17 @@ PORTNAME= angie-module-auth-spnego +PORTREVISION= 1 GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:v1.1.3:module COMMENT= Angie auth-spnego dynamic module -USES= gssapi +USES= gssapi:mit MASTERDIR= ${.CURDIR}/../../www/angie +pre-configure: + @${REINPLACE_CMD} -e 's|lgssapi\"|lgssapi_krb5"|' \ + ${WRKSRC_module}/config + do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${MODDIR} diff --git a/www/aquatone/Makefile b/www/aquatone/Makefile index 281a00cd4325..5b863a3c9180 100644 --- a/www/aquatone/Makefile +++ b/www/aquatone/Makefile @@ -1,7 +1,7 @@ PORTNAME= aquatone DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www security MAINTAINER= yuri@FreeBSD.org diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 157b2e791eb7..ec277354ca9a 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -1,7 +1,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v DISTVERSION= 4.39.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way diff --git a/www/beehive/Makefile b/www/beehive/Makefile index 2293219c4dcd..e644baf82928 100644 --- a/www/beehive/Makefile +++ b/www/beehive/Makefile @@ -1,7 +1,7 @@ PORTNAME= beehive DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/bombadillo/Makefile b/www/bombadillo/Makefile index 6c02f6a6fa2e..112ce330660e 100644 --- a/www/bombadillo/Makefile +++ b/www/bombadillo/Makefile @@ -1,6 +1,6 @@ PORTNAME= bombadillo DISTVERSION= 2.4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= https://tildegit.org/sloum/bombadillo/archive/ DISTNAME= ${DISTVERSION} diff --git a/www/bugzilla2atom/Makefile b/www/bugzilla2atom/Makefile index 6fb6a73a3113..e1d8668514a8 100644 --- a/www/bugzilla2atom/Makefile +++ b/www/bugzilla2atom/Makefile @@ -1,7 +1,7 @@ PORTNAME= bugzilla2atom DISTVERSIONPREFIX= v DISTVERSION= ${MODVERSION:S/-/./g:R} -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= fuz@FreeBSD.org diff --git a/www/caddy-custom/Makefile b/www/caddy-custom/Makefile index 545bb70970ce..6487f96d0fe6 100644 --- a/www/caddy-custom/Makefile +++ b/www/caddy-custom/Makefile @@ -4,7 +4,7 @@ PORTNAME= caddy-custom PORTVERSION= ${CADDY_VERSION}.${XCADDY_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www DISTFILES= # none diff --git a/www/caddy/Makefile b/www/caddy/Makefile index 71daac3fbec3..f8c9c19d31d9 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -1,7 +1,7 @@ PORTNAME= caddy DISTVERSIONPREFIX= v DISTVERSION= 2.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www DIST_SUBDIR= caddy diff --git a/www/carbonapi/Makefile b/www/carbonapi/Makefile index 4277906548dc..51eaa76a73e6 100644 --- a/www/carbonapi/Makefile +++ b/www/carbonapi/Makefile @@ -1,6 +1,6 @@ PORTNAME= carbonapi DISTVERSION= 0.14.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www MAINTAINER= a.andersson.thn@gmail.com diff --git a/www/chisel/Makefile b/www/chisel/Makefile index d20e78fc8097..2e8be66c5424 100644 --- a/www/chisel/Makefile +++ b/www/chisel/Makefile @@ -1,7 +1,7 @@ PORTNAME= chisel DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/codeberg-pages-server/Makefile b/www/codeberg-pages-server/Makefile index 368892d1d995..d9eded62dc36 100644 --- a/www/codeberg-pages-server/Makefile +++ b/www/codeberg-pages-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= codeberg-pages-server DISTVERSIONPREFIX= v DISTVERSION= 6.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= https://codeberg.org/Codeberg/pages-server/archive/ DISTFILES= ${DISTVERSIONFULL}.zip diff --git a/www/colly/Makefile b/www/colly/Makefile index 5d289a686980..b1c08323eb98 100644 --- a/www/colly/Makefile +++ b/www/colly/Makefile @@ -1,7 +1,7 @@ PORTNAME= colly DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/devd/Makefile b/www/devd/Makefile index 08918dd86741..1064570b3b6e 100644 --- a/www/devd/Makefile +++ b/www/devd/Makefile @@ -1,7 +1,7 @@ PORTNAME= devd DISTVERSIONPREFIX= v DISTVERSION= 0.9 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/eden/Makefile b/www/eden/Makefile index 5a924ea96934..0754f1354a22 100644 --- a/www/eden/Makefile +++ b/www/eden/Makefile @@ -1,7 +1,7 @@ PORTNAME= eden PORTVERSION= 0.7.4 DISTVERSIONPREFIX= v -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= www PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/www/filebrowser-quantum/Makefile b/www/filebrowser-quantum/Makefile index 2bb5775614d8..b8a402d60aa2 100644 --- a/www/filebrowser-quantum/Makefile +++ b/www/filebrowser-quantum/Makefile @@ -1,6 +1,7 @@ PORTNAME= filebrowser-quantum DISTVERSIONPREFIX= v DISTVERSION= 0.8.8-beta +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/www/filebrowser/Makefile b/www/filebrowser/Makefile index 40576da891d1..3cba344a872d 100644 --- a/www/filebrowser/Makefile +++ b/www/filebrowser/Makefile @@ -1,7 +1,7 @@ PORTNAME= filebrowser DISTVERSIONPREFIX= v DISTVERSION= 2.44.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} diff --git a/www/filtron/Makefile b/www/filtron/Makefile index cd853063744f..b1652aa7a2c2 100644 --- a/www/filtron/Makefile +++ b/www/filtron/Makefile @@ -1,6 +1,6 @@ PORTNAME= filtron PORTVERSION= g20180218 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile index 24c9d8619fe7..4081b8af0ea9 100644 --- a/www/forgejo/Makefile +++ b/www/forgejo/Makefile @@ -1,7 +1,7 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v DISTVERSION= 12.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/ DISTNAME= forgejo-src-${DISTVERSION} diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile index 5e775833e938..9852831d9664 100644 --- a/www/freenginx-devel/Makefile +++ b/www/freenginx-devel/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= https://freenginx.org/download/ \ PKGNAMESUFFIX= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= joneum@FreeBSD.org +MAINTAINER?= osa@FreeBSD.org COMMENT?= Robust and small WWW server WWW= https://freenginx.org/ diff --git a/www/galene/Makefile b/www/galene/Makefile index 64e863fe3b9d..be91134a720e 100644 --- a/www/galene/Makefile +++ b/www/galene/Makefile @@ -1,6 +1,6 @@ PORTNAME= galene DISTVERSION= 0.96.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www net-im MAINTAINER= bapt@FreeBSD.org diff --git a/www/gatus/Makefile b/www/gatus/Makefile index 40244aa40e9c..6ff7f5bc98f2 100644 --- a/www/gatus/Makefile +++ b/www/gatus/Makefile @@ -1,7 +1,7 @@ PORTNAME= gatus DISTVERSIONPREFIX= v DISTVERSION= 5.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.vendor${EXTRACT_SUFX} diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 59f2c6d67fee..8b4b401442d0 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.24.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ diff --git a/www/glance/Makefile b/www/glance/Makefile index 422e25717148..05dfa98d4f0a 100644 --- a/www/glance/Makefile +++ b/www/glance/Makefile @@ -1,7 +1,7 @@ PORTNAME= glance DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= adamw@FreeBSD.org diff --git a/www/go-anubis/Makefile b/www/go-anubis/Makefile index cc1a1232537a..f7eb4d174a9d 100644 --- a/www/go-anubis/Makefile +++ b/www/go-anubis/Makefile @@ -1,7 +1,7 @@ PORTNAME= anubis DISTVERSIONPREFIX= v DISTVERSION= 1.22.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://github.com/techarohq/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMEPREFIX= go- diff --git a/www/go-www/Makefile b/www/go-www/Makefile index e58e952c550b..6ff070162af1 100644 --- a/www/go-www/Makefile +++ b/www/go-www/Makefile @@ -1,6 +1,6 @@ PORTNAME= www PORTVERSION= 2.0.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www PKGNAMEPREFIX= go- diff --git a/www/gobuffalo/Makefile b/www/gobuffalo/Makefile index 4636f74f8f23..73311d733efc 100644 --- a/www/gobuffalo/Makefile +++ b/www/gobuffalo/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobuffalo PORTVERSION= 0.16.27 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 9269e845a804..8acd68512735 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,7 +1,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v DISTVERSION= 0.151.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gotty/Makefile b/www/gotty/Makefile index b550a958108c..3abe991b2822 100644 --- a/www/gotty/Makefile +++ b/www/gotty/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotty DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www net MAINTAINER= ehaupt@FreeBSD.org diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 50e9645e717b..ae6639e16770 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -1,7 +1,7 @@ PORTNAME= grafana DISTVERSIONPREFIX= v DISTVERSION= 12.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= https://dl.grafana.com/oss/release/ \ https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod diff --git a/www/gurl/Makefile b/www/gurl/Makefile index 4cf07cb775a9..50d8a797f67f 100644 --- a/www/gurl/Makefile +++ b/www/gurl/Makefile @@ -1,7 +1,7 @@ PORTNAME= gurl DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MAINTAINER= dch@FreeBSD.org diff --git a/www/icapeg/Makefile b/www/icapeg/Makefile index 8c0324be79b6..1f12b575d556 100644 --- a/www/icapeg/Makefile +++ b/www/icapeg/Makefile @@ -1,7 +1,7 @@ PORTNAME= icapeg DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= support@egirna.com diff --git a/www/imaginary/Makefile b/www/imaginary/Makefile index e568ffaf6b7a..1548a8d2d582 100644 --- a/www/imaginary/Makefile +++ b/www/imaginary/Makefile @@ -1,6 +1,6 @@ PORTNAME= imaginary PORTVERSION= 20250114 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= skozlov@FreeBSD.org diff --git a/www/jira-cli/Makefile b/www/jira-cli/Makefile index ed11a082d915..2ad5e56237b6 100644 --- a/www/jira-cli/Makefile +++ b/www/jira-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= jira-cli DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www DIST_SUBDIR= jira-cli diff --git a/www/katana/Makefile b/www/katana/Makefile index b0167797f120..79e16696bc4a 100644 --- a/www/katana/Makefile +++ b/www/katana/Makefile @@ -1,7 +1,7 @@ PORTNAME= katana DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org diff --git a/www/kineto/Makefile b/www/kineto/Makefile index 0359fe7e8865..69378f9d10ae 100644 --- a/www/kineto/Makefile +++ b/www/kineto/Makefile @@ -1,6 +1,6 @@ PORTNAME= kineto DISTVERSION= g20211104 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= corey@electrickite.org diff --git a/www/lzr/Makefile b/www/lzr/Makefile index 49b1ed183ea1..c4abe457184a 100644 --- a/www/lzr/Makefile +++ b/www/lzr/Makefile @@ -1,7 +1,7 @@ PORTNAME= lzr DISTVERSIONPREFIX= v DISTVERSION= 1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile index fb8345a95146..2ebb60f46105 100644 --- a/www/mattermost-server/Makefile +++ b/www/mattermost-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= mattermost PORTVERSION= 10.5.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= LOCAL/decke PKGNAMESUFFIX= -server diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index b021d4626960..46d19439407f 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,6 +1,6 @@ PORTNAME= miniflux DISTVERSION= 2.2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= krion@FreeBSD.org diff --git a/www/minio-client/Makefile b/www/minio-client/Makefile index 527b27f6e9e3..1d77d80a3451 100644 --- a/www/minio-client/Makefile +++ b/www/minio-client/Makefile @@ -1,6 +1,6 @@ PORTNAME= minio-client PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= jhixson@FreeBSD.org diff --git a/www/minio/Makefile b/www/minio/Makefile index 166212d8aa41..d13d87bd3dd0 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,6 +1,6 @@ PORTNAME= minio DISTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www DIST_SUBDIR= minio diff --git a/www/mirrorselect/Makefile b/www/mirrorselect/Makefile index e82465633893..832937e783bd 100644 --- a/www/mirrorselect/Makefile +++ b/www/mirrorselect/Makefile @@ -1,7 +1,7 @@ PORTNAME= mirrorselect DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www ports-mgmt MAINTAINER= aly@aaronly.me diff --git a/www/morty/Makefile b/www/morty/Makefile index a790f7dc78b3..f5f7b72a167a 100644 --- a/www/morty/Makefile +++ b/www/morty/Makefile @@ -2,7 +2,7 @@ PORTNAME= morty DISTVERSIONPREFIX= v DISTVERSION= 0.2.0-12 DISTVERSIONSUFFIX= -gfe94d9a -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www net MAINTAINER= yuri@FreeBSD.org diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index ac2452c94c6f..4b8cf4072709 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://nginx.org/download/ \ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= osa@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Robust and small WWW server WWW= https://nginx.com/ diff --git a/www/nginx-prometheus-exporter/Makefile b/www/nginx-prometheus-exporter/Makefile index 0363f71f06d4..58332daab0a0 100644 --- a/www/nginx-prometheus-exporter/Makefile +++ b/www/nginx-prometheus-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-prometheus-exporter DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= arcade@b1t.name diff --git a/www/nginx-vts-exporter/Makefile b/www/nginx-vts-exporter/Makefile index 14bd1c2fa2b3..99435b08b5da 100644 --- a/www/nginx-vts-exporter/Makefile +++ b/www/nginx-vts-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-vts-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.10.7 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= joneum@FreeBSD.org diff --git a/www/oneshot/Makefile b/www/oneshot/Makefile index 26cea68d5a06..38e0db976c48 100644 --- a/www/oneshot/Makefile +++ b/www/oneshot/Makefile @@ -1,7 +1,7 @@ PORTNAME= oneshot DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 45edef5f251d..7a2e6ff69090 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -1,5 +1,5 @@ PORTNAME= http -PORTVERSION= 4.2.6 +DISTVERSION= 4.3.0 CATEGORIES= www DISTNAME= pecl_${PORTNAME}-${PORTVERSION} diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index fe63de1d1342..84d2684479eb 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760257345 -SHA256 (PECL/pecl_http-4.2.6.tgz) = cd33230050b3f7c5ddb6f4383ce2a81f0bcdb934432029eec72ebf0f942b876d -SIZE (PECL/pecl_http-4.2.6.tgz) = 225503 +TIMESTAMP = 1760458634 +SHA256 (PECL/pecl_http-4.3.0.tgz) = 6fe3cf9f50688e5ab202a1bcce2f18dab52d7a37b4717255b45188cc2b2cbe73 +SIZE (PECL/pecl_http-4.3.0.tgz) = 224502 diff --git a/www/phpfpmtop/Makefile b/www/phpfpmtop/Makefile index 01cd2de5280d..1547076b7bf0 100644 --- a/www/phpfpmtop/Makefile +++ b/www/phpfpmtop/Makefile @@ -1,7 +1,7 @@ PORTNAME= phpfpmtop DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www devel MAINTAINER= mops@punkt.de diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 3ef336a21478..ecc97beaa25e 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -1,6 +1,7 @@ PORTNAME= pocket-id DISTVERSIONPREFIX= v DISTVERSION= 1.13.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} diff --git a/www/pomerium/Makefile b/www/pomerium/Makefile index 24b95c35fb45..854c2a4e3bee 100644 --- a/www/pomerium/Makefile +++ b/www/pomerium/Makefile @@ -1,7 +1,7 @@ PORTNAME= pomerium DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/py-ddgs/Makefile b/www/py-ddgs/Makefile index 0d06346b8a19..62ffefaf7b16 100644 --- a/www/py-ddgs/Makefile +++ b/www/py-ddgs/Makefile @@ -1,5 +1,5 @@ PORTNAME= ddgs -DISTVERSION= 9.6.0 +DISTVERSION= 9.6.1 CATEGORIES= www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python gmake -USE_PYTHON= pep517 autoplist +USE_PYTHON= pep517 autoplist pytest BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} @@ -23,4 +23,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ NO_ARCH= yes +# tests as of 9.6.1: 20 passed, 24 warnings in 88.20s (0:01:28) + .include <bsd.port.mk> diff --git a/www/py-ddgs/distinfo b/www/py-ddgs/distinfo index c25b7f12a41c..c26e19344770 100644 --- a/www/py-ddgs/distinfo +++ b/www/py-ddgs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759041185 -SHA256 (ddgs-9.6.0.tar.gz) = 8caf555d4282c1cf5c15969994ad55f4239bd15e97cf004a5da8f1cad37529bf -SIZE (ddgs-9.6.0.tar.gz) = 35865 +TIMESTAMP = 1760342320 +SHA256 (ddgs-9.6.1.tar.gz) = 15ec3aace0417c0ab3c0184059e1e03dbd6bda8d3be6108949c18ad7b4cd1e11 +SIZE (ddgs-9.6.1.tar.gz) = 35881 diff --git a/www/py-requests_ntlm/Makefile b/www/py-requests_ntlm/Makefile index 9ceacf7a5429..71305b8c4c4f 100644 --- a/www/py-requests_ntlm/Makefile +++ b/www/py-requests_ntlm/Makefile @@ -1,6 +1,6 @@ PORTNAME= requests_ntlm DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,19 @@ WWW= https://github.com/requests/requests-ntlm LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.0.2:security/py-ntlm-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=5.13.2:devel/py-isort@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>2.0.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-requests>0:devel/py-types-requests@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=24.4.2:devel/py-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cryptography distutils +USE_PYTHON= distutils autoplist cryptography pytest + NO_ARCH= yes +# tests as of 1.3.0: 9 failed, 10 passed in 9.55s + .include <bsd.port.mk> diff --git a/www/py-requests_ntlm/pkg-descr b/www/py-requests_ntlm/pkg-descr index d1ba31cdc73b..cde4fb974d8d 100644 --- a/www/py-requests_ntlm/pkg-descr +++ b/www/py-requests_ntlm/pkg-descr @@ -1,4 +1,4 @@ -This package allows for HTTP NTLM authentication using the requests library. - -NTLM is a suite of authentication and session security protocols used in -various Microsoft network protocol implementations. +The requests-ntlm library adds support for NTLM authentication to the popular +requests HTTP library for Python. This enables applications to seamlessly +authenticate with web services that require Microsoft's NTLM protocol, which +is common in corporate environments. diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile index 63c094efb744..d0669715577a 100644 --- a/www/pydio-cells/Makefile +++ b/www/pydio-cells/Makefile @@ -1,7 +1,7 @@ PORTNAME= cells DISTVERSIONPREFIX= v DISTVERSION= 4.4.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www PKGNAMEPREFIX= pydio- diff --git a/www/remark42/Makefile b/www/remark42/Makefile index fd4e42d07be5..2ba7094433f4 100644 --- a/www/remark42/Makefile +++ b/www/remark42/Makefile @@ -1,7 +1,7 @@ PORTNAME= remark42 DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= LOCAL/delphij:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache diff --git a/www/s/Makefile b/www/s/Makefile index 9572b4802408..8165b576eaec 100644 --- a/www/s/Makefile +++ b/www/s/Makefile @@ -1,7 +1,7 @@ PORTNAME= s DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/tgpt/Makefile b/www/tgpt/Makefile index f94332734e22..44ed49246ecd 100644 --- a/www/tgpt/Makefile +++ b/www/tgpt/Makefile @@ -1,7 +1,7 @@ PORTNAME= tgpt DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= nxjoseph@protonmail.com diff --git a/www/tinyauth/Makefile b/www/tinyauth/Makefile index 00bdf04744d2..507a55666094 100644 --- a/www/tinyauth/Makefile +++ b/www/tinyauth/Makefile @@ -1,6 +1,7 @@ PORTNAME= tinyauth DISTVERSIONPREFIX= v DISTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} @@ -12,7 +13,9 @@ WWW= https://tinyauth.app LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment + +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= steveiliop56 diff --git a/www/tomcat101/Makefile b/www/tomcat101/Makefile index 454c80b7c14b..b14f92fd8a80 100644 --- a/www/tomcat101/Makefile +++ b/www/tomcat101/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 10.1.47 +DISTVERSION= 10.1.48 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 101 diff --git a/www/tomcat101/distinfo b/www/tomcat101/distinfo index 26a939cecd2c..e137e9a12cc4 100644 --- a/www/tomcat101/distinfo +++ b/www/tomcat101/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759933333 -SHA256 (apache-tomcat-10.1.47.tar.gz) = a6a3df6a6d6db96e49e20c5973a5b234a1185bcf1c1a7ef3a36cae4c368cf852 -SIZE (apache-tomcat-10.1.47.tar.gz) = 14123372 +TIMESTAMP = 1760400000 +SHA256 (apache-tomcat-10.1.48.tar.gz) = 6c000c20136cf2aed046142997818416a160c0e516c1fba24544b4d09dba9513 +SIZE (apache-tomcat-10.1.48.tar.gz) = 14123521 diff --git a/www/tomcat110/Makefile b/www/tomcat110/Makefile index acb157ee5d8e..6840ba240457 100644 --- a/www/tomcat110/Makefile +++ b/www/tomcat110/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 11.0.12 +DISTVERSION= 11.0.13 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 110 diff --git a/www/tomcat110/distinfo b/www/tomcat110/distinfo index 66c1824cab8c..8acdcb19ea6d 100644 --- a/www/tomcat110/distinfo +++ b/www/tomcat110/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759933333 -SHA256 (apache-tomcat-11.0.12.tar.gz) = 1a65bc81aed5d4c13ad225258f5d746c2d63699dc96a04ffe33e16e32f420c55 -SIZE (apache-tomcat-11.0.12.tar.gz) = 14137377 +TIMESTAMP = 1760400000 +SHA256 (apache-tomcat-11.0.13.tar.gz) = f174c8aebb6d27864ba40823ceb059191d27cc0ee24a28b691ccd416839b8ecf +SIZE (apache-tomcat-11.0.13.tar.gz) = 14137719 diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile index 1854a524c5bf..93daf5127b83 100644 --- a/www/tomcat9/Makefile +++ b/www/tomcat9/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 9.0.110 +DISTVERSION= 9.0.111 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9])(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 9 diff --git a/www/tomcat9/distinfo b/www/tomcat9/distinfo index 73cbd4d85c3a..3dafc2b5b3ab 100644 --- a/www/tomcat9/distinfo +++ b/www/tomcat9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759762396 -SHA256 (apache-tomcat-9.0.110.tar.gz) = 94393eb928ed01d58008af6925660d7a7d372661de5cef8d63c66a1aaa289618 -SIZE (apache-tomcat-9.0.110.tar.gz) = 13036068 +TIMESTAMP = 1760400000 +SHA256 (apache-tomcat-9.0.111.tar.gz) = ea964bb9f09ea3a9aa0f525924e8c27efaf277a708f69e81f7d0adf585a5c373 +SIZE (apache-tomcat-9.0.111.tar.gz) = 13037002 diff --git a/www/tusc/Makefile b/www/tusc/Makefile index e6c613b78e44..b2bc023d8281 100644 --- a/www/tusc/Makefile +++ b/www/tusc/Makefile @@ -1,6 +1,6 @@ PORTNAME= tusc DISTVERSION= 0.4.7 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/tusd/Makefile b/www/tusd/Makefile index cea594e51cc5..24be329896dd 100644 --- a/www/tusd/Makefile +++ b/www/tusd/Makefile @@ -1,7 +1,7 @@ PORTNAME= tusd DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= www MAINTAINER= mm@FreeBSD.org diff --git a/www/uchiwa/Makefile b/www/uchiwa/Makefile index a4cfe1401331..8763cebfb5ed 100644 --- a/www/uchiwa/Makefile +++ b/www/uchiwa/Makefile @@ -1,6 +1,6 @@ PORTNAME= uchiwa PORTVERSION= 0.18.2 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www MASTER_SITES= http://uchiwa.io/ diff --git a/www/varnish_exporter/Makefile b/www/varnish_exporter/Makefile index 82517b183c9d..c44399784e8a 100644 --- a/www/varnish_exporter/Makefile +++ b/www/varnish_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= varnish_exporter PORTVERSION= 1.6 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= ports@zx23.net diff --git a/www/vultr-cli/Makefile b/www/vultr-cli/Makefile index 062435e7e659..f1d2ae043ae0 100644 --- a/www/vultr-cli/Makefile +++ b/www/vultr-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= vultr-cli DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= antranigv@freebsd.am diff --git a/www/webhook/Makefile b/www/webhook/Makefile index a19daa71570c..8c2bcf1919cb 100644 --- a/www/webhook/Makefile +++ b/www/webhook/Makefile @@ -1,6 +1,6 @@ PORTNAME= webhook DISTVERSION= 2.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= stb@lassitu.de diff --git a/www/websocketd/Makefile b/www/websocketd/Makefile index 28c976f1bad7..f581dc71fd09 100644 --- a/www/websocketd/Makefile +++ b/www/websocketd/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocketd PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/writeas-cli/Makefile b/www/writeas-cli/Makefile index 77e71ec39c13..b13ed1bd00f7 100644 --- a/www/writeas-cli/Makefile +++ b/www/writeas-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= writeas-cli DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-wf -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www textproc MASTER_SITES= https://code.as/core/socks/archive/v1.0.0.tar.gz?dummy=/:core_socks DISTFILES= core-socks-v1.0.0.tar.gz:core_socks diff --git a/www/writefreely/Makefile b/www/writefreely/Makefile index e79f50baaee4..ef2ed968dec5 100644 --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -1,7 +1,7 @@ PORTNAME= writefreely DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www textproc MAINTAINER= fuz@FreeBSD.org diff --git a/www/wuzz/Makefile b/www/wuzz/Makefile index 0eeeae379f44..c1e0584e43b5 100644 --- a/www/wuzz/Makefile +++ b/www/wuzz/Makefile @@ -1,7 +1,7 @@ PORTNAME= wuzz DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/xcaddy/Makefile b/www/xcaddy/Makefile index dccf785c42ce..0082477c844f 100644 --- a/www/xcaddy/Makefile +++ b/www/xcaddy/Makefile @@ -1,7 +1,7 @@ PORTNAME= xcaddy DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www DIST_SUBDIR= xcaddy diff --git a/www/zgrab2/Makefile b/www/zgrab2/Makefile index b1c923b096b2..f5194269fbe3 100644 --- a/www/zgrab2/Makefile +++ b/www/zgrab2/Makefile @@ -1,7 +1,7 @@ PORTNAME= zgrab2 DISTVERSIONPREFIX= v DISTVERSION= 0.1.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 9ec899307185..090c851cca2f 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -7,7 +7,6 @@ SUBDIR += dolphin SUBDIR += doublecmd SUBDIR += filerunner - SUBDIR += fsv2 SUBDIR += gentoo SUBDIR += gprename SUBDIR += konqueror diff --git a/x11-fm/fsv2/Makefile b/x11-fm/fsv2/Makefile deleted file mode 100644 index 4fb4dc4d83fe..000000000000 --- a/x11-fm/fsv2/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -PORTNAME= fsv2 -PORTVERSION= 1.1.0 -PORTREVISION= 5 -CATEGORIES= x11-fm -MASTER_SITES= http://cyber.dabamos.de/pub/distfiles/ - -MAINTAINER= kidon@posteo.de -COMMENT= 3D filesystem visualizer -WWW= http://fedorchenko.net/fsv2.php - -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= does not configure: No fonts installed on the system -EXPIRATION_DATE=2025-10-13 - -LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libftgl.so:graphics/ftgl - -USES= compiler:c++11-lang tar:bzip2 libtool gettext-runtime gl gnome \ - pkgconfig -USE_GL= gl glu -USE_GNOME= gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk \ - cairo gdkpixbuf -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -.include <bsd.port.pre.mk> - -post-patch: -.if ${COMPILER_TYPE} == clang - @${REINPLACE_CMD} -e 's|auto_ptr|unique_ptr|' \ - ${WRKSRC}/uilib/ColorCellRenderer.cpp -.endif - -.include <bsd.port.post.mk> diff --git a/x11-fm/fsv2/distinfo b/x11-fm/fsv2/distinfo deleted file mode 100644 index 6ff48d35e984..000000000000 --- a/x11-fm/fsv2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1533135182 -SHA256 (fsv2-1.1.0.tar.bz2) = 017e5c91bc2605501702b00600f4abf21b3f9e06949befbcb2c31e6d37744a61 -SIZE (fsv2-1.1.0.tar.bz2) = 602267 diff --git a/x11-fm/fsv2/files/patch-src_common.h b/x11-fm/fsv2/files/patch-src_common.h deleted file mode 100644 index 1684ee6efbee..000000000000 --- a/x11-fm/fsv2/files/patch-src_common.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/common.h.orig 2011-03-09 18:02:34 UTC -+++ src/common.h -@@ -54,6 +54,7 @@ - # define dcgettext(Domain,Message,Type) (Message) - # define bindtextdomain(Domain,Directory) (Domain) - # define _(String) (String) -+# define __(String) (String) - # define N_(String) (String) - #endif - diff --git a/x11-fm/fsv2/pkg-descr b/x11-fm/fsv2/pkg-descr deleted file mode 100644 index 8ae5397d1036..000000000000 --- a/x11-fm/fsv2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -fsv2 is a file system visualizer in cyberspace. It lays out files and -directories in three dimensions, geometrically representing the file system -hierarchy to allow visual overview and analysis. diff --git a/x11-fm/fsv2/pkg-plist b/x11-fm/fsv2/pkg-plist deleted file mode 100644 index cc66d891dcf7..000000000000 --- a/x11-fm/fsv2/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/fsv2 -include/fsv2/ColorCellEditable.h -include/fsv2/ColorCellRenderer.h -lib/libfsvui.a -lib/libfsvui.so -lib/libfsvui.so.0 -lib/libfsvui.so.0.0.0 -share/applications/fsv2.desktop -%%NLS%%share/locale/ru/LC_MESSAGES/fsv2.mo -%%PORTDOCS%%%%DOCSDIR%%/about.html -%%PORTDOCS%%%%DOCSDIR%%/dirtree.png -%%PORTDOCS%%%%DOCSDIR%%/filelist.png -%%PORTDOCS%%%%DOCSDIR%%/fsv.html -%%PORTDOCS%%%%DOCSDIR%%/mapv.png -%%PORTDOCS%%%%DOCSDIR%%/menus.html -%%PORTDOCS%%%%DOCSDIR%%/mouse.html -%%PORTDOCS%%%%DOCSDIR%%/startup.html -%%PORTDOCS%%%%DOCSDIR%%/t1.html -%%PORTDOCS%%%%DOCSDIR%%/tb.png -%%PORTDOCS%%%%DOCSDIR%%/treev.png -%%PORTDOCS%%%%DOCSDIR%%/viewport.png -%%PORTDOCS%%%%DOCSDIR%%/window.html -%%PORTDOCS%%%%DOCSDIR%%/window.png diff --git a/x11-themes/zorin-gtk-themes/Makefile b/x11-themes/zorin-gtk-themes/Makefile index 5dd400834cc4..1daf2adc9ecd 100644 --- a/x11-themes/zorin-gtk-themes/Makefile +++ b/x11-themes/zorin-gtk-themes/Makefile @@ -1,5 +1,5 @@ PORTNAME= zorin-gtk-themes -DISTVERSION= 4.2.1 +DISTVERSION= 4.2.2 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com @@ -18,6 +18,7 @@ NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes - ${CP} -R ${WRKSRC}/Zorin* ${STAGEDIR}${PREFIX}/share/themes + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} "Zorin*" ${STAGEDIR}${PREFIX}/share/themes) .include <bsd.port.mk> diff --git a/x11-themes/zorin-gtk-themes/distinfo b/x11-themes/zorin-gtk-themes/distinfo index dbf593734ce4..18f3c7dcd30d 100644 --- a/x11-themes/zorin-gtk-themes/distinfo +++ b/x11-themes/zorin-gtk-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729941457 -SHA256 (ZorinOS-zorin-desktop-themes-4.2.1_GH0.tar.gz) = f46fd29fb3ebd86c47ed991039f1513755f244d004d1a553f77b1e08eb1d984b -SIZE (ZorinOS-zorin-desktop-themes-4.2.1_GH0.tar.gz) = 6736244 +TIMESTAMP = 1760352429 +SHA256 (ZorinOS-zorin-desktop-themes-4.2.2_GH0.tar.gz) = 2c8a92aaa1b3c81ffd56b369259707ad3d42f71d63ddfb64c99880584c4b56a9 +SIZE (ZorinOS-zorin-desktop-themes-4.2.2_GH0.tar.gz) = 6738073 diff --git a/x11/aminal/Makefile b/x11/aminal/Makefile index a712dea00805..04c5c193c282 100644 --- a/x11/aminal/Makefile +++ b/x11/aminal/Makefile @@ -1,7 +1,7 @@ PORTNAME= aminal DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile index 0d2e6630da6e..07db65286e44 100644 --- a/x11/cliphist/Makefile +++ b/x11/cliphist/Makefile @@ -1,7 +1,7 @@ PORTNAME= cliphist DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 -PORTREVISION= 9 +DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/cliphist/distinfo b/x11/cliphist/distinfo index 81daf18604d7..325ec8d9e362 100644 --- a/x11/cliphist/distinfo +++ b/x11/cliphist/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756120073 -SHA256 (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.mod) = a681a215031bd4e8afb3d63cc44bd7f701d2fb3ca7a97491f24aa6a2b94e6a8f -SIZE (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.mod) = 266 -SHA256 (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.zip) = d137ad819d7c248fd84c15461c71cf96d4ad7d4acc6ded78ccbf2ca4c452407e -SIZE (go/x11_cliphist/cliphist-v0.6.1/v0.6.1.zip) = 33779 +TIMESTAMP = 1760364652 +SHA256 (go/x11_cliphist/cliphist-v0.7.0/v0.7.0.mod) = 6b514392b12e2f0d46491eaf130aa91ab321d9a4030099293d04cd9e4951f989 +SIZE (go/x11_cliphist/cliphist-v0.7.0/v0.7.0.mod) = 297 +SHA256 (go/x11_cliphist/cliphist-v0.7.0/v0.7.0.zip) = 6380409113ca27c6b9a7444b5051ea773eca5e6904e0f04a228ef1b9909eefdd +SIZE (go/x11_cliphist/cliphist-v0.7.0/v0.7.0.zip) = 37843 diff --git a/x11/clipman/Makefile b/x11/clipman/Makefile index 0797ae604073..eddbc966d296 100644 --- a/x11/clipman/Makefile +++ b/x11/clipman/Makefile @@ -1,6 +1,7 @@ PORTNAME= clipman DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= alven@FreeBSD.org diff --git a/x11/darktile/Makefile b/x11/darktile/Makefile index 88b228810992..f6e9d9db11af 100644 --- a/x11/darktile/Makefile +++ b/x11/darktile/Makefile @@ -1,7 +1,7 @@ PORTNAME= darktile DISTVERSIONPREFIX= v DISTVERSION= 0.0.11 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/hyprls/Makefile b/x11/hyprls/Makefile index b0234fab8f0f..bdcf3758c696 100644 --- a/x11/hyprls/Makefile +++ b/x11/hyprls/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprls DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprviz/Makefile b/x11/hyprviz/Makefile index f7e3b17d4573..0be9cafb1c3c 100644 --- a/x11/hyprviz/Makefile +++ b/x11/hyprviz/Makefile @@ -1,7 +1,6 @@ PORTNAME= hyprviz DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 -PORTREVISION= 1 +DISTVERSION= 0.7.1 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprviz/Makefile.crates b/x11/hyprviz/Makefile.crates index 671eaf9047b9..cedfde0e5d31 100644 --- a/x11/hyprviz/Makefile.crates +++ b/x11/hyprviz/Makefile.crates @@ -1,13 +1,22 @@ -CARGO_CRATES= autocfg-1.4.0 \ - bitflags-2.9.1 \ - cairo-rs-0.21.0 \ - cairo-sys-rs-0.21.0 \ - cc-1.2.37 \ - cfg-expr-0.17.0 \ +CARGO_CRATES= aho-corasick-1.1.3 \ + arc-swap-1.7.1 \ + autocfg-1.5.0 \ + base62-2.2.3 \ + bitflags-1.3.2 \ + bitflags-2.9.4 \ + bstr-1.12.0 \ + cairo-rs-0.21.2 \ + cairo-sys-rs-0.21.2 \ + cc-1.2.40 \ + cfg-expr-0.20.3 \ cfg-if-1.0.3 \ - equivalent-1.0.1 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ + either-1.15.0 \ + equivalent-1.0.2 \ field-offset-0.3.6 \ - find-msvc-tools-0.1.1 \ + find-msvc-tools-0.1.3 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ futures-executor-0.3.31 \ @@ -15,70 +24,97 @@ CARGO_CRATES= autocfg-1.4.0 \ futures-macro-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ - gdk-pixbuf-0.21.0 \ - gdk-pixbuf-sys-0.21.0 \ - gdk4-0.10.0 \ - gdk4-sys-0.10.0 \ + gdk-pixbuf-0.21.2 \ + gdk-pixbuf-sys-0.21.2 \ + gdk4-0.10.1 \ + gdk4-sys-0.10.1 \ getrandom-0.2.16 \ gio-0.21.2 \ - gio-sys-0.21.0 \ - glib-0.21.0 \ - glib-macros-0.21.0 \ - glib-sys-0.21.0 \ - gobject-sys-0.21.0 \ - graphene-rs-0.21.0 \ - graphene-sys-0.21.0 \ - gsk4-0.10.0 \ - gsk4-sys-0.10.0 \ - gtk4-0.10.0 \ - gtk4-macros-0.10.0 \ - gtk4-sys-0.10.0 \ - hashbrown-0.15.4 \ + gio-sys-0.21.2 \ + glib-0.21.3 \ + glib-macros-0.21.2 \ + glib-sys-0.21.2 \ + glob-0.3.3 \ + globset-0.4.16 \ + globwalk-0.8.1 \ + gobject-sys-0.21.2 \ + graphene-rs-0.21.2 \ + graphene-sys-0.21.2 \ + gsk4-0.10.1 \ + gsk4-sys-0.10.1 \ + gtk4-0.10.1 \ + gtk4-macros-0.10.1 \ + gtk4-sys-0.10.1 \ + hashbrown-0.16.0 \ heck-0.5.0 \ hyprparser-0.1.6 \ - indexmap-2.6.0 \ - itoa-1.0.11 \ - libc-0.2.175 \ + ignore-0.4.23 \ + indexmap-2.11.4 \ + itertools-0.11.0 \ + itoa-1.0.15 \ + lazy_static-1.5.0 \ + libc-0.2.177 \ log-0.4.28 \ - memchr-2.7.5 \ + memchr-2.7.6 \ memoffset-0.9.1 \ minreq-2.14.1 \ - pango-0.21.0 \ - pango-sys-0.21.0 \ - pin-project-lite-0.2.14 \ + normpath-1.5.0 \ + once_cell-1.21.3 \ + pango-0.21.3 \ + pango-sys-0.21.2 \ + pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ pkg-config-0.3.32 \ - proc-macro-crate-3.3.0 \ - proc-macro2-1.0.95 \ - quote-1.0.37 \ + proc-macro-crate-3.4.0 \ + proc-macro2-1.0.101 \ + quote-1.0.41 \ + regex-1.11.3 \ + regex-automata-0.4.11 \ + regex-syntax-0.8.6 \ ring-0.17.14 \ + rust-i18n-3.1.5 \ + rust-i18n-macro-3.1.5 \ + rust-i18n-support-3.1.5 \ rustc_version-0.4.1 \ rustls-0.21.12 \ rustls-webpki-0.101.7 \ - ryu-1.0.18 \ + ryu-1.0.20 \ + same-file-1.0.6 \ sct-0.7.1 \ - semver-1.0.23 \ - serde-1.0.226 \ - serde_core-1.0.226 \ - serde_derive-1.0.226 \ + semver-1.0.27 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ serde_json-1.0.145 \ serde_spanned-0.6.9 \ + serde_yaml-0.9.34+deprecated \ shlex-1.3.0 \ - slab-0.4.9 \ + siphasher-1.0.1 \ + slab-0.4.11 \ smallvec-1.15.1 \ - syn-2.0.104 \ - system-deps-7.0.3 \ - target-lexicon-0.12.16 \ - toml-0.8.19 \ + stable_deref_trait-1.2.0 \ + syn-2.0.106 \ + system-deps-7.0.5 \ + target-lexicon-0.13.2 \ + toml-0.8.23 \ toml_datetime-0.6.11 \ + toml_datetime-0.7.2 \ toml_edit-0.22.27 \ - unicode-ident-1.0.13 \ + toml_edit-0.23.6 \ + toml_parser-1.0.3 \ + toml_write-0.1.2 \ + triomphe-0.1.15 \ + unicode-ident-1.0.19 \ + unsafe-libyaml-0.2.11 \ untrusted-0.9.0 \ version-compare-0.2.0 \ + walkdir-2.5.0 \ wasi-0.11.1+wasi-snapshot-preview1 \ webpki-roots-0.25.4 \ + winapi-util-0.1.11 \ + windows-link-0.2.1 \ windows-sys-0.52.0 \ - windows-sys-0.59.0 \ + windows-sys-0.61.2 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_msvc-0.52.6 \ @@ -88,4 +124,4 @@ CARGO_CRATES= autocfg-1.4.0 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.12 + winnow-0.7.13 diff --git a/x11/hyprviz/distinfo b/x11/hyprviz/distinfo index acb565679689..a89463b77de7 100644 --- a/x11/hyprviz/distinfo +++ b/x11/hyprviz/distinfo @@ -1,24 +1,42 @@ -TIMESTAMP = 1758662911 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 -SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 -SHA256 (rust/crates/cairo-rs-0.21.0.crate) = f6466a563dea2e99f59f6ffbb749fd0bdf75764f5e6e93976b5e7bd73c4c9efb -SIZE (rust/crates/cairo-rs-0.21.0.crate) = 58331 -SHA256 (rust/crates/cairo-sys-rs-0.21.0.crate) = cab7e9f13c802625aad1ad2b4ae3989f4ce9339ff388f335a6f109f9338705e2 -SIZE (rust/crates/cairo-sys-rs-0.21.0.crate) = 14489 -SHA256 (rust/crates/cc-1.2.37.crate) = 65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44 -SIZE (rust/crates/cc-1.2.37.crate) = 90111 -SHA256 (rust/crates/cfg-expr-0.17.0.crate) = d0890061c4d3223e7267f3bad2ec40b997d64faac1c2815a4a9d95018e2b9e9c -SIZE (rust/crates/cfg-expr-0.17.0.crate) = 43509 +TIMESTAMP = 1760393822 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 +SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/base62-2.2.3.crate) = 1adf9755786e27479693dedd3271691a92b5e242ab139cacb9fb8e7fb5381111 +SIZE (rust/crates/base62-2.2.3.crate) = 15683 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 +SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 +SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 +SIZE (rust/crates/bstr-1.12.0.crate) = 351557 +SHA256 (rust/crates/cairo-rs-0.21.2.crate) = dfe4354df4da648870e363387679081f8f9fc538ec8b55901e3740c6a0ef81b1 +SIZE (rust/crates/cairo-rs-0.21.2.crate) = 58365 +SHA256 (rust/crates/cairo-sys-rs-0.21.2.crate) = 47d6c3300c7103eb8e4de07591003511aa25664438f8c6fc317a3a9902c103f8 +SIZE (rust/crates/cairo-sys-rs-0.21.2.crate) = 14564 +SHA256 (rust/crates/cc-1.2.40.crate) = e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb +SIZE (rust/crates/cc-1.2.40.crate) = 91094 +SHA256 (rust/crates/cfg-expr-0.20.3.crate) = 1a2c5f3bf25ec225351aa1c8e230d04d880d3bd89dea133537dafad4ae291e5c +SIZE (rust/crates/cfg-expr-0.20.3.crate) = 44845 SHA256 (rust/crates/cfg-if-1.0.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 +SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/field-offset-0.3.6.crate) = 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f SIZE (rust/crates/field-offset-0.3.6.crate) = 10032 -SHA256 (rust/crates/find-msvc-tools-0.1.1.crate) = 7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d -SIZE (rust/crates/find-msvc-tools-0.1.1.crate) = 30228 +SHA256 (rust/crates/find-msvc-tools-0.1.3.crate) = 0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3 +SIZE (rust/crates/find-msvc-tools-0.1.3.crate) = 30486 SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e @@ -33,134 +51,188 @@ SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 -SHA256 (rust/crates/gdk-pixbuf-0.21.0.crate) = 688dc7eaf551dbac1f5b11d000d089c3db29feb25562455f47c1a2080cc60bda -SIZE (rust/crates/gdk-pixbuf-0.21.0.crate) = 21425 -SHA256 (rust/crates/gdk-pixbuf-sys-0.21.0.crate) = 5af1823d3d1cb72616873ba0a593bd440eb92da700fdfb047505a21ee3ec3e10 -SIZE (rust/crates/gdk-pixbuf-sys-0.21.0.crate) = 13958 -SHA256 (rust/crates/gdk4-0.10.0.crate) = 0a67b064d2f35e649232455c7724f56f977555d2608c43300eabc530eaa4e359 -SIZE (rust/crates/gdk4-0.10.0.crate) = 101740 -SHA256 (rust/crates/gdk4-sys-0.10.0.crate) = 2edbda0d879eb85317bdb49a3da591ed70a804a10776e358ef416be38c6db2c5 -SIZE (rust/crates/gdk4-sys-0.10.0.crate) = 76442 +SHA256 (rust/crates/gdk-pixbuf-0.21.2.crate) = 2a3c64459f569154f37616fc28923bfac490d4aaa134aaf5eca58a2c0c13050f +SIZE (rust/crates/gdk-pixbuf-0.21.2.crate) = 21684 +SHA256 (rust/crates/gdk-pixbuf-sys-0.21.2.crate) = 3854ef7a6a8b8f3b4013a01d5f9cb0d1794ec4e810c6cb4e2cc6d980f1baf724 +SIZE (rust/crates/gdk-pixbuf-sys-0.21.2.crate) = 13587 +SHA256 (rust/crates/gdk4-0.10.1.crate) = c7e292649dc26e3440c508a00f42ab39156008320dd6e962d63eaf626ba4d7f0 +SIZE (rust/crates/gdk4-0.10.1.crate) = 102705 +SHA256 (rust/crates/gdk4-sys-0.10.1.crate) = f4f3174fa4f1e0bf2a7e04469b65db8f4d1db89a6f5cdc57727b14e97ce438cf +SIZE (rust/crates/gdk4-sys-0.10.1.crate) = 76474 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/gio-0.21.2.crate) = ed68efc12b748a771be2dccc49480d8584004382967c98323245fc3c38b74a42 SIZE (rust/crates/gio-0.21.2.crate) = 228596 -SHA256 (rust/crates/gio-sys-0.21.0.crate) = 2c8130f5810a839d74afc3a929c34a700bf194972bb034f2ecfe639682dd13cc -SIZE (rust/crates/gio-sys-0.21.0.crate) = 87114 -SHA256 (rust/crates/glib-0.21.0.crate) = 690e8bcf8a819b5911d6ae79879226191d01253a4f602748072603defd5b9553 -SIZE (rust/crates/glib-0.21.0.crate) = 297502 -SHA256 (rust/crates/glib-macros-0.21.0.crate) = e772291ebea14c28eb11bb75741f62f4a4894f25e60ce80100797b6b010ef0f9 -SIZE (rust/crates/glib-macros-0.21.0.crate) = 65629 -SHA256 (rust/crates/glib-sys-0.21.0.crate) = 4b2be4c74454fb4a6bd3328320737d0fa3d6939e2d570f5d846da00cb222f6a0 -SIZE (rust/crates/glib-sys-0.21.0.crate) = 68309 -SHA256 (rust/crates/gobject-sys-0.21.0.crate) = ab318a786f9abd49d388013b9161fa0ef8218ea6118ee7111c95e62186f7d31f -SIZE (rust/crates/gobject-sys-0.21.0.crate) = 23299 -SHA256 (rust/crates/graphene-rs-0.21.0.crate) = 0487f78e8a772ec89020458fbabadd1332bc1e3236ca1c63ef1d61afd4e5f2cc -SIZE (rust/crates/graphene-rs-0.21.0.crate) = 22865 -SHA256 (rust/crates/graphene-sys-0.21.0.crate) = 270cefb6b270fcb2ef9708c3a35c0e25c2e831dac28d75c4f87e5ad3540c9543 -SIZE (rust/crates/graphene-sys-0.21.0.crate) = 16088 -SHA256 (rust/crates/gsk4-0.10.0.crate) = d5dbe33ceed6fc20def67c03d36e532f5a4a569ae437ae015a7146094f31e10c -SIZE (rust/crates/gsk4-0.10.0.crate) = 37772 -SHA256 (rust/crates/gsk4-sys-0.10.0.crate) = 8d76011d55dd19fde16ffdedee08877ae6ec942818cfa7bc08a91259bc0b9fc9 -SIZE (rust/crates/gsk4-sys-0.10.0.crate) = 20146 -SHA256 (rust/crates/gtk4-0.10.0.crate) = 938d68ad43080ad5ee710c30d467c1bc022ee5947856f593855691d726305b3e -SIZE (rust/crates/gtk4-0.10.0.crate) = 484995 -SHA256 (rust/crates/gtk4-macros-0.10.0.crate) = 0912d2068695633002b92c5966edc108b2e4f54b58c509d1eeddd4cbceb7315c -SIZE (rust/crates/gtk4-macros-0.10.0.crate) = 16958 -SHA256 (rust/crates/gtk4-sys-0.10.0.crate) = a923bdcf00e46723801162de24432cbce38a6810e0178a2d0b6dd4ecc26a1c74 -SIZE (rust/crates/gtk4-sys-0.10.0.crate) = 116203 -SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 -SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/gio-sys-0.21.2.crate) = 171ed2f6dd927abbe108cfd9eebff2052c335013f5879d55bab0dc1dee19b706 +SIZE (rust/crates/gio-sys-0.21.2.crate) = 86778 +SHA256 (rust/crates/glib-0.21.3.crate) = e1f2cbc4577536c849335878552f42086bfd25a8dcd6f54a18655cf818b20c8f +SIZE (rust/crates/glib-0.21.3.crate) = 298269 +SHA256 (rust/crates/glib-macros-0.21.2.crate) = 55eda916eecdae426d78d274a17b48137acdca6fba89621bd3705f2835bc719f +SIZE (rust/crates/glib-macros-0.21.2.crate) = 70268 +SHA256 (rust/crates/glib-sys-0.21.2.crate) = d09d3d0fddf7239521674e57b0465dfbd844632fec54f059f7f56112e3f927e1 +SIZE (rust/crates/glib-sys-0.21.2.crate) = 67401 +SHA256 (rust/crates/glob-0.3.3.crate) = 0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280 +SIZE (rust/crates/glob-0.3.3.crate) = 22861 +SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 +SIZE (rust/crates/globset-0.4.16.crate) = 26533 +SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc +SIZE (rust/crates/globwalk-0.8.1.crate) = 13705 +SHA256 (rust/crates/gobject-sys-0.21.2.crate) = 538e41d8776173ec107e7b0f2aceced60abc368d7e1d81c1f0e2ecd35f59080d +SIZE (rust/crates/gobject-sys-0.21.2.crate) = 22329 +SHA256 (rust/crates/graphene-rs-0.21.2.crate) = e7749aaf5d3b955bf3bfce39e3423705878a666b561384134da0e7786a45ddc3 +SIZE (rust/crates/graphene-rs-0.21.2.crate) = 23256 +SHA256 (rust/crates/graphene-sys-0.21.2.crate) = 250abaee850a90a276509890a78029c356173f9573412bded5f155b0e41fa568 +SIZE (rust/crates/graphene-sys-0.21.2.crate) = 15153 +SHA256 (rust/crates/gsk4-0.10.1.crate) = b6687e9f92ca89c000c376400cfaf7914d099413d72fdf4f84a25775a0b1fb2d +SIZE (rust/crates/gsk4-0.10.1.crate) = 38819 +SHA256 (rust/crates/gsk4-sys-0.10.1.crate) = 5e76bcf64d9c4846f19651f45b400cc0c9c4c17b651849da520f3d77c6988c52 +SIZE (rust/crates/gsk4-sys-0.10.1.crate) = 20160 +SHA256 (rust/crates/gtk4-0.10.1.crate) = 8f7887ee0ceeffedb25a418810a2c61497dacad51767fc13f9d60859b4023b8a +SIZE (rust/crates/gtk4-0.10.1.crate) = 488780 +SHA256 (rust/crates/gtk4-macros-0.10.1.crate) = 821160b4f17e7e4ed748818c23682d0a46bed04c287dbaac54dd4869d2c5e06a +SIZE (rust/crates/gtk4-macros-0.10.1.crate) = 22888 +SHA256 (rust/crates/gtk4-sys-0.10.1.crate) = d274cbaf7d9aa55b7aff78cb21b43299d64e514e1300671469b66f691cc5a011 +SIZE (rust/crates/gtk4-sys-0.10.1.crate) = 116423 +SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d +SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hyprparser-0.1.6.crate) = 930255d713784978cd22aeaf8eb31e80cd5adada0c0e4498dec31a4622d439c0 SIZE (rust/crates/hyprparser-0.1.6.crate) = 62831 -SHA256 (rust/crates/indexmap-2.6.0.crate) = 707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da -SIZE (rust/crates/indexmap-2.6.0.crate) = 85204 -SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b -SIZE (rust/crates/itoa-1.0.11.crate) = 10563 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b +SIZE (rust/crates/ignore-0.4.23.crate) = 55901 +SHA256 (rust/crates/indexmap-2.11.4.crate) = 4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5 +SIZE (rust/crates/indexmap-2.11.4.crate) = 100302 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 SIZE (rust/crates/log-0.4.28.crate) = 51131 -SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 -SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/minreq-2.14.1.crate) = 05015102dad0f7d61691ca347e9d9d9006685a64aefb3d79eecf62665de2153d SIZE (rust/crates/minreq-2.14.1.crate) = 43501 -SHA256 (rust/crates/pango-0.21.0.crate) = 2d4803f086c4f49163c31ac14db162112a22401c116435080e4be8678c507d61 -SIZE (rust/crates/pango-0.21.0.crate) = 49637 -SHA256 (rust/crates/pango-sys-0.21.0.crate) = 66872b3cfd328ad6d1a4f89ebd5357119bd4c592a4ddbb8f6bc2386f8ce7b898 -SIZE (rust/crates/pango-sys-0.21.0.crate) = 29153 -SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 -SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 +SHA256 (rust/crates/normpath-1.5.0.crate) = bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b +SIZE (rust/crates/normpath-1.5.0.crate) = 22940 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/pango-0.21.3.crate) = e37b7a678e18c2e9f2485f7e39b7b2dac99590d5ddef08a7f56eae38a145402e +SIZE (rust/crates/pango-0.21.3.crate) = 50452 +SHA256 (rust/crates/pango-sys-0.21.2.crate) = f4f5daf21da43fba9f2a0092da0eebeb77637c23552bccaf58f791c518009c94 +SIZE (rust/crates/pango-sys-0.21.2.crate) = 28458 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 -SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 -SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 -SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 -SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 -SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af -SIZE (rust/crates/quote-1.0.37.crate) = 28558 +SHA256 (rust/crates/proc-macro-crate-3.4.0.crate) = 219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983 +SIZE (rust/crates/proc-macro-crate-3.4.0.crate) = 12690 +SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de +SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 +SHA256 (rust/crates/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 +SIZE (rust/crates/quote-1.0.41.crate) = 31408 +SHA256 (rust/crates/regex-1.11.3.crate) = 8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c +SIZE (rust/crates/regex-1.11.3.crate) = 163275 +SHA256 (rust/crates/regex-automata-0.4.11.crate) = 833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad +SIZE (rust/crates/regex-automata-0.4.11.crate) = 622880 +SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 +SIZE (rust/crates/regex-syntax-0.8.6.crate) = 358808 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 +SHA256 (rust/crates/rust-i18n-3.1.5.crate) = fda2551fdfaf6cc5ee283adc15e157047b92ae6535cf80f6d4962d05717dc332 +SIZE (rust/crates/rust-i18n-3.1.5.crate) = 21074 +SHA256 (rust/crates/rust-i18n-macro-3.1.5.crate) = 22baf7d7f56656d23ebe24f6bb57a5d40d2bce2a5f1c503e692b5b2fa450f965 +SIZE (rust/crates/rust-i18n-macro-3.1.5.crate) = 16828 +SHA256 (rust/crates/rust-i18n-support-3.1.5.crate) = 940ed4f52bba4c0152056d771e563b7133ad9607d4384af016a134b58d758f19 +SIZE (rust/crates/rust-i18n-support-3.1.5.crate) = 17137 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f -SIZE (rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 -SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b -SIZE (rust/crates/semver-1.0.23.crate) = 30622 -SHA256 (rust/crates/serde-1.0.226.crate) = 0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd -SIZE (rust/crates/serde-1.0.226.crate) = 28484 -SHA256 (rust/crates/serde_core-1.0.226.crate) = ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4 -SIZE (rust/crates/serde_core-1.0.226.crate) = 63014 -SHA256 (rust/crates/serde_derive-1.0.226.crate) = 8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33 -SIZE (rust/crates/serde_derive-1.0.226.crate) = 58702 +SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 +SIZE (rust/crates/semver-1.0.27.crate) = 30081 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 +SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d +SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 +SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 +SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 -SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 -SIZE (rust/crates/syn-2.0.104.crate) = 299699 -SHA256 (rust/crates/system-deps-7.0.3.crate) = 66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005 -SIZE (rust/crates/system-deps-7.0.3.crate) = 26313 -SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 -SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/toml-0.8.19.crate) = a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e -SIZE (rust/crates/toml-0.8.19.crate) = 50974 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 +SIZE (rust/crates/syn-2.0.106.crate) = 301514 +SHA256 (rust/crates/system-deps-7.0.5.crate) = e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb +SIZE (rust/crates/system-deps-7.0.5.crate) = 28669 +SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a +SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_datetime-0.7.2.crate) = 32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1 +SIZE (rust/crates/toml_datetime-0.7.2.crate) = 17859 SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/unicode-ident-1.0.13.crate) = e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe -SIZE (rust/crates/unicode-ident-1.0.13.crate) = 43279 +SHA256 (rust/crates/toml_edit-0.23.6.crate) = f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b +SIZE (rust/crates/toml_edit-0.23.6.crate) = 65753 +SHA256 (rust/crates/toml_parser-1.0.3.crate) = 4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627 +SIZE (rust/crates/toml_parser-1.0.3.crate) = 34982 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/triomphe-0.1.15.crate) = dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39 +SIZE (rust/crates/triomphe-0.1.15.crate) = 34711 +SHA256 (rust/crates/unicode-ident-1.0.19.crate) = f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d +SIZE (rust/crates/unicode-ident-1.0.19.crate) = 47480 +SHA256 (rust/crates/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 +SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 +SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b -SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 @@ -179,7 +251,7 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681 SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 -SIZE (rust/crates/winnow-0.7.12.crate) = 174403 -SHA256 (timasoft-hyprviz-v0.6.1_GH0.tar.gz) = 630159338b6bad39c8e87be5e0f61d96d732d8b8ab1f30df2f502c7c6c6feb8e -SIZE (timasoft-hyprviz-v0.6.1_GH0.tar.gz) = 616534 +SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf +SIZE (rust/crates/winnow-0.7.13.crate) = 174454 +SHA256 (timasoft-hyprviz-v0.7.1_GH0.tar.gz) = 6543e9508efbf8f62abf362d7a8b2348a937a026e520798def13d222aa74a613 +SIZE (timasoft-hyprviz-v0.7.1_GH0.tar.gz) = 758802 diff --git a/x11/hyprviz/files/patch-hyprviz.desktop b/x11/hyprviz/files/patch-hyprviz.desktop deleted file mode 100644 index ffbb16523c29..000000000000 --- a/x11/hyprviz/files/patch-hyprviz.desktop +++ /dev/null @@ -1,11 +0,0 @@ ---- hyprviz.desktop.orig 2025-08-22 02:23:35 UTC -+++ hyprviz.desktop -@@ -1,7 +1,7 @@ Comment=GUI for configuring Hyprland, written in blazi - [Desktop Entry] - Name=HyprViz - Comment=GUI for configuring Hyprland, written in blazingly fast Rust! --Exec=/usr/bin/hyprviz -+Exec=hyprviz - Icon=preferences-system - Type=Application - Terminal=false diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 1f38da2cbee7..f317e5f044fd 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= kitty DISTVERSIONPREFIX= v DISTVERSION= 0.43.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org diff --git a/x11/nwg-bar/Makefile b/x11/nwg-bar/Makefile index 3ccf4729751f..941c79e37900 100644 --- a/x11/nwg-bar/Makefile +++ b/x11/nwg-bar/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-bar DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/nwg-dock-hyprland/Makefile b/x11/nwg-dock-hyprland/Makefile index 5db0faa0e4a5..77c43883df1c 100644 --- a/x11/nwg-dock-hyprland/Makefile +++ b/x11/nwg-dock-hyprland/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-dock-hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/nwg-dock/Makefile b/x11/nwg-dock/Makefile index 2c217cb872ec..6fa001655214 100644 --- a/x11/nwg-dock/Makefile +++ b/x11/nwg-dock/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-dock DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index 057d50a4ef7d..af7bbf5498ee 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/nwg-look/Makefile b/x11/nwg-look/Makefile index 1548a96769a5..045ec2bca49f 100644 --- a/x11/nwg-look/Makefile +++ b/x11/nwg-look/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-look DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile index 5a902209e03a..cf9434dd79c9 100644 --- a/x11/nwg-menu/Makefile +++ b/x11/nwg-menu/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-menu DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/walker/Makefile b/x11/walker/Makefile index 4941bf5d7433..8870570247fb 100644 --- a/x11/walker/Makefile +++ b/x11/walker/Makefile @@ -1,6 +1,6 @@ PORTNAME= walker DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 +DISTVERSION= 2.5.0 CATEGORIES= x11 wayland PKGNAMESUFFIX= -launcher diff --git a/x11/walker/distinfo b/x11/walker/distinfo index 26f197c4b685..eb4cc0b61f39 100644 --- a/x11/walker/distinfo +++ b/x11/walker/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1760273679 +TIMESTAMP = 1760430172 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -501,5 +501,5 @@ SHA256 (rust/crates/xml-rs-0.8.27.crate) = 6fd8403733700263c6eb89f192880191f1b83 SIZE (rust/crates/xml-rs-0.8.27.crate) = 55258 SHA256 (rust/crates/yaml-rust2-0.10.3.crate) = 4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7 SIZE (rust/crates/yaml-rust2-0.10.3.crate) = 76325 -SHA256 (abenz1267-walker-v2.3.0_GH0.tar.gz) = 98fd476f60be9b3aeacf4cbdcf61d3ac1481e0d8209c51c41ee7b0934f514e78 -SIZE (abenz1267-walker-v2.3.0_GH0.tar.gz) = 113117 +SHA256 (abenz1267-walker-v2.5.0_GH0.tar.gz) = b2cd7dcfe82879a21e5be2451c7924ae3754e74904aba335d3aa73636bbe09cb +SIZE (abenz1267-walker-v2.5.0_GH0.tar.gz) = 114637 diff --git a/x11/wallutils/Makefile b/x11/wallutils/Makefile index 49ad0731a387..10187bba7160 100644 --- a/x11/wallutils/Makefile +++ b/x11/wallutils/Makefile @@ -1,7 +1,7 @@ PORTNAME= wallutils DISTVERSIONPREFIX= v DISTVERSION= 5.14.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/xmoji/Makefile b/x11/xmoji/Makefile index 17d10b15407a..718f247285de 100644 --- a/x11/xmoji/Makefile +++ b/x11/xmoji/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/Zirias/xmoji LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Unmaintained port +EXPIRATION_DATE=2025-12-31 + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 7af688ba591c..fa5216892de3 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -39,6 +39,8 @@ RUN_DEPENDS= ${PY_PILLOW} \ xauth:x11/xauth \ xkbcomp:x11/xkbcomp \ Xvfb:x11-servers/xorg-server@xvfb +TEST_DEPENDS= bash:shells/bash \ + coverage:devel/py-coverage@${PY_FLAVOR} USES= desktop-file-utils gettext-runtime gnome localbase pkgconfig \ python shared-mime-info shebangfix tar:xz xorg @@ -52,7 +54,8 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} \ SHEBANG_FILES= fs/lib/cups/backend/xpraforwarder fs/libexec/xpra/auth_dialog \ fs/libexec/xpra/gnome-open fs/libexec/xpra/gvfs-open \ fs/libexec/xpra/xdg-open fs/libexec/xpra/xpra_signal_listener \ - fs/libexec/xpra/xpra_udev_product_version + fs/libexec/xpra/xpra_udev_product_version \ + tests/unittests/run OPTIONS_DEFINE= AVAHI CUPS DOCS GSTREAMER LIBYUV \ WEBCAM @@ -102,7 +105,10 @@ PYDISTUTILS_ARGS+= --with-${opt} PYDISTUTILS_BUILDARGS+= ${PYDISTUTILS_ARGS} PYDISTUTILS_CONFIGUREARGS+= ${PYDISTUTILS_ARGS} PYDISTUTILS_INSTALLARGS+= ${PYDISTUTILS_ARGS} -#MAKE_ENV= pkgdir=${STAGEDIR}${PREFIX}/ +MY_TEST_ENV= XDG_DATA_HOME=${WRKDIR}/test_home \ + XDG_CONFIG_HOME=${WRKDIR}/test_home \ + XDG_CACHE_HOME=${WRKDIR}/test_home/.cache \ + HOME=${WRKDIR}/test_home post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ @@ -121,4 +127,10 @@ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -name '*.so' \ -exec ${STRIP_CMD} {} + +do-test: + @${MKDIR} ${BINARY_LINKDIR} + ${RLN} ${PYTHON_CMD} ${BINARY_LINKDIR}/python3 + cd ${BUILD_WRKSRC}; ${SETENVI} ${WRK_ENV} ${TEST_ENV} ${MY_TEST_ENV} \ + ${PYTHON_CMD} ${PYDISTUTILS_SETUP} unittests + .include <bsd.port.post.mk> |