diff options
1755 files changed, 15759 insertions, 12793 deletions
@@ -309,7 +309,7 @@ gotify:*:365: opengist:*:366: velbustcpd:*:367: sshesame:*:368: -# free: 369 +neo4j:*:369: _wsdd:*:370: # free: 371 # free: 372 @@ -470,7 +470,7 @@ dkimproxy:*:525: # free: 527 # free: 528 # free: 529 -# free: 530 +_bgplgd:*:530: # free: 531 # free: 532 # free: 533 @@ -4417,3 +4417,5 @@ graphics/linux-rl9-sdl2_image|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged i graphics/linux-rl9-sdl2_ttf|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs net/linux-rl9-sdl2_net|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs graphics/pixen||2025-05-24|Has expired: Unmaintained upstream +archivers/libcomprex||2025-05-28|Has expired: Unmaintained upstream, laste release in 2003 +irc/bnc||2025-05-28|Has expired: Unmaintained without upstream distfile and WWW diff --git a/Mk/Features/pie.mk b/Mk/Features/pie.mk index 7ecefa9eb611..3a8a95b93aea 100644 --- a/Mk/Features/pie.mk +++ b/Mk/Features/pie.mk @@ -1,13 +1,13 @@ # PIE Support # -# Produce a Position-Independent Executable (PIE) instead of a “normal” -# fixed‐address ELF. +# Produce a Position-Independent Executable (PIE) instead of a "normal" +# fixed-address ELF. # A PIE is an executable whose code sections are compiled and linked so that, # at runtime, they can be loaded at any base address in memory. # # Because it can be loaded at unpredictable addresses, PIE enables full Address -# Space Layout Randomization (ASLR) for your main executable—making certain -# classes of memory‐corruption exploits much harder. +# Space Layout Randomization (ASLR) for your main executable-making certain +# classes of memory-corruption exploits much harder. .if !defined(_PIE_MK_INCLUDED) _PIE_MK_INCLUDED= yes diff --git a/Mk/Features/ssp.mk b/Mk/Features/ssp.mk index 631104da9f6c..2af92acd1d8e 100644 --- a/Mk/Features/ssp.mk +++ b/Mk/Features/ssp.mk @@ -1,10 +1,10 @@ # SSP Support # -# The -fstack-protector-strong flag enables “stack smashing” protection on a +# The -fstack-protector-strong flag enables "stack smashing" protection on a # wider set of functions than the default -fstack-protector, but without the # full performance cost of -fstack-protector-all. Under the hood it inserts a -# small “canary” value on the stack just before the saved return address; at -# function exit it checks that the canary hasn’t been overwritten by a buffer +# small "canary" value on the stack just before the saved return address; at +# function exit it checks that the canary hasn't been overwritten by a buffer # overflow. If it has been clobbered, the runtime aborts the program rather # than returning into corrupted code. diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 8fa74cfc77dd..ecbcb0c5677f 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -93,7 +93,7 @@ LINUX_DEFAULT?= c7 . else LINUX_DEFAULT?= rl9 . endif -# Possible values: 11, 12, 13, 14, 15, 16, 17, 18, 19, -devel (to be used when non-base compiler is required) +# Possible values: 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, -devel (to be used when non-base compiler is required) LLVM_DEFAULT?= 19 # Possible values: 5.1, 5.2, 5.3, 5.4 LUA_DEFAULT?= 5.4 @@ -315,7 +315,7 @@ gotify:*:365:365::0:0:Gotify User:/var/db/gotify:/usr/sbin/nologin opengist:*:366:366::0:0:OpenGist User:/var/db/opengist:/usr/sbin/nologin velbustcpd:*:367:367::0:0:Velbustcp Deamon:/nonexistent:/usr/sbin/nologin sshesame:*:368:368::0:0:Sshesame Daemon:/nonexistent:/usr/sbin/nologin -# free: 369 +neo4j:*:369:369::0:0:neo4j Database Daemon:/nonexistent:/usr/sbin/nologin _wsdd:*:370:370::0:0:Web Service Discovery Daemon:/nonexistent:/usr/sbin/nologin # free: 371 # free: 372 @@ -476,7 +476,7 @@ dkimproxy:*:525:525::0:0:DKIM Proxy Owner:/nonexistent:/usr/sbin/nologin # free: 527 # free: 528 # free: 529 -# free: 530 +_bgplgd:*:530:530::0:0:OpenBGP Looking Glass Daemon user:/nonexistent:/usr/sbin/nologin # free: 531 # free: 532 # free: 533 diff --git a/archivers/Makefile b/archivers/Makefile index 349a295a7e52..f42116a2576c 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -61,7 +61,6 @@ SUBDIR += libarchive SUBDIR += libarchive-qt SUBDIR += libcabinet - SUBDIR += libcomprex SUBDIR += libdeflate SUBDIR += libdynamite SUBDIR += liblz4 diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile deleted file mode 100644 index 0e9851df94d2..000000000000 --- a/archivers/libcomprex/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= libcomprex -DISTVERSION= 0.3.3 -PORTREVISION= 15 -CATEGORIES= archivers -MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Transparently handles automatic compression and decompression of files -WWW= https://gnupdate.sourceforge.net/components/libcomprex/index.xml - -LICENSE= LGPL21 - -DEPRECATDED= Unmaintained upstream, laste release in 2003 -EXPIRATION_DATE= 2025-05-27 - -USES= libtool pathfix pkgconfig -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext localbase:ldflags -NLS_CONFIGURE_ENABLE= nls -NLS_LDFLAGS= -lintl - -.include <bsd.port.mk> diff --git a/archivers/libcomprex/distinfo b/archivers/libcomprex/distinfo deleted file mode 100644 index d07bec3dd8a4..000000000000 --- a/archivers/libcomprex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libcomprex-0.3.3.tar.gz) = b6bb771bfb00e6068d7a0abe59048cbcf44fd287acce16a10354c5bc53dcd3ac -SIZE (libcomprex-0.3.3.tar.gz) = 685822 diff --git a/archivers/libcomprex/files/patch-configure b/archivers/libcomprex/files/patch-configure deleted file mode 100644 index 1e0f894717fc..000000000000 --- a/archivers/libcomprex/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2003-03-06 04:31:05 UTC -+++ configure -@@ -9263,7 +9263,7 @@ if test "x$static_scheme_curl" = "xyes"; - extern_scheme_init="$extern_scheme_init CxSchemeOps *init_curl_scheme_module(void);" - load_scheme_mod="$load_scheme_mod init_curl_scheme_module();" - else -- STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed s/curl//'` -+ STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed 's/curl//'` - fi - fi - diff --git a/archivers/libcomprex/files/patch-modules_archive_zip_header.c b/archivers/libcomprex/files/patch-modules_archive_zip_header.c deleted file mode 100644 index f138702ea211..000000000000 --- a/archivers/libcomprex/files/patch-modules_archive_zip_header.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/archive/zip/header.c.orig 2003-01-01 06:22:34 UTC -+++ modules/archive/zip/header.c -@@ -25,7 +25,7 @@ - #include "zip.h" - - --ZipStatus -+CxStatus - cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp) - { - char buffer[ZIP_LOCAL_HEADER_SIZE]; diff --git a/archivers/libcomprex/files/patch-tests__extractarchive.c b/archivers/libcomprex/files/patch-tests__extractarchive.c deleted file mode 100644 index 8cf7bd09640a..000000000000 --- a/archivers/libcomprex/files/patch-tests__extractarchive.c +++ /dev/null @@ -1,13 +0,0 @@ ---- tests/extractarchive.c.orig 2002-12-19 23:03:40 UTC -+++ tests/extractarchive.c -@@ -37,7 +37,9 @@ - void - __extractprogress(CxArchive *archive, CxFile *file, size_t onFile, size_t fileCount) - { -- static int first_file = 0, last_file = 1; -+ static int first_file, last_file; -+ first_file = 0; -+ last_file = 1; - if (first_file++ == 0) - fprintf(stdout, "Extracting archive: %s\n", cxGetArchiveFileName(archive)); - diff --git a/archivers/libcomprex/pkg-descr b/archivers/libcomprex/pkg-descr deleted file mode 100644 index ccef2a8925c0..000000000000 --- a/archivers/libcomprex/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The libcomprex library transparently handles automatic compression and -decompression of files. The API is similar to C's built-in file access -functions, which provides a smooth transition to libcomprex. libcomprex -can also open uncompressed files, making it a good replacement for the -native file access functions. diff --git a/archivers/libcomprex/pkg-plist b/archivers/libcomprex/pkg-plist deleted file mode 100644 index 4c6b58118c92..000000000000 --- a/archivers/libcomprex/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/comprex-config -include/libcomprex/archive.h -include/libcomprex/archive_io.h -include/libcomprex/comprex.h -include/libcomprex/directory.h -include/libcomprex/file.h -include/libcomprex/fp.h -include/libcomprex/fsiter.h -include/libcomprex/fsnode.h -include/libcomprex/io.h -include/libcomprex/module.h -include/libcomprex/types.h -include/libcomprex/utils.h -lib/comprex/archive/libar.a -lib/comprex/archive/libar.so -lib/comprex/archive/libbzip2.a -lib/comprex/archive/libbzip2.so -lib/comprex/archive/libcab.a -lib/comprex/archive/libcab.so -lib/comprex/archive/libcpio.a -lib/comprex/archive/libcpio.so -lib/comprex/archive/libtar.a -lib/comprex/archive/libtar.so -lib/comprex/archive/libzip.a -lib/comprex/archive/libzip.so -lib/comprex/archive/libzlib.a -lib/comprex/archive/libzlib.so -@comment lib/comprex/scheme/libcurlscm.a -@comment lib/comprex/scheme/libcurlscm.so -lib/libcomprex.a -lib/libcomprex.so -lib/libcomprex.so.3 -lib/libcomprex.so.3.0.0 -libdata/pkgconfig/libcomprex.pc -share/man/man1/comprex-config.1.gz -share/man/man3/cxApplyFsNodeInfo.3.gz -share/man/man3/cxCleanup.3.gz -share/man/man3/cxCleanupModules.3.gz -share/man/man3/cxClearErr.3.gz -share/man/man3/cxClose.3.gz -share/man/man3/cxCloseArchive.3.gz -share/man/man3/cxDestroyArchive.3.gz -share/man/man3/cxDestroyDirectory.3.gz -share/man/man3/cxDestroyFile.3.gz -share/man/man3/cxDestroyFsIterator.3.gz -share/man/man3/cxDestroyFsNode.3.gz -share/man/man3/cxDirAddFile.3.gz -share/man/man3/cxDirAddSubDir.3.gz -share/man/man3/cxDirRemoveFile.3.gz -share/man/man3/cxDirRemoveSubDir.3.gz -share/man/man3/cxEof.3.gz -share/man/man3/cxError.3.gz -share/man/man3/cxExtractArchive.3.gz -share/man/man3/cxExtractFile.3.gz -share/man/man3/cxFixPath.3.gz -share/man/man3/cxGetArchiveAccessMode.3.gz -share/man/man3/cxGetArchiveFileCount.3.gz -share/man/man3/cxGetArchiveFileName.3.gz -share/man/man3/cxGetArchiveFileSize.3.gz -share/man/man3/cxGetArchiveModule.3.gz -share/man/man3/cxGetArchivePath.3.gz -share/man/man3/cxGetArchivePhysicalPath.3.gz -share/man/man3/cxGetArchiveRoot.3.gz -share/man/man3/cxGetArchiveSize.3.gz -share/man/man3/cxGetArchiveType.3.gz -share/man/man3/cxGetBaseName.3.gz -share/man/man3/cxGetBasePath.3.gz -share/man/man3/cxGetDirArchive.3.gz -share/man/man3/cxGetDirDate.3.gz -share/man/man3/cxGetDirGid.3.gz -share/man/man3/cxGetDirMode.3.gz -share/man/man3/cxGetDirName.3.gz -share/man/man3/cxGetDirParent.3.gz -share/man/man3/cxGetDirPath.3.gz -share/man/man3/cxGetDirPhysicalPath.3.gz -share/man/man3/cxGetDirUid.3.gz -share/man/man3/cxGetDirectory.3.gz -share/man/man3/cxGetFile.3.gz -share/man/man3/cxGetFileArchive.3.gz -share/man/man3/cxGetFileCompressedSize.3.gz -share/man/man3/cxGetFileCount.3.gz -share/man/man3/cxGetFileDate.3.gz -share/man/man3/cxGetFileGid.3.gz -share/man/man3/cxGetFileMode.3.gz -share/man/man3/cxGetFileName.3.gz -share/man/man3/cxGetFileParent.3.gz -share/man/man3/cxGetFilePath.3.gz -share/man/man3/cxGetFilePhysicalPath.3.gz -share/man/man3/cxGetFileSize.3.gz -share/man/man3/cxGetFileUid.3.gz -share/man/man3/cxGetFirstFile.3.gz -share/man/man3/cxGetFirstModule.3.gz -share/man/man3/cxGetFirstSubDir.3.gz -share/man/man3/cxGetFpAccessMode.3.gz -share/man/man3/cxGetFsIterFirst.3.gz -share/man/man3/cxGetFsIterNext.3.gz -share/man/man3/cxGetFsIterPrev.3.gz -share/man/man3/cxGetFsNodeArchive.3.gz -share/man/man3/cxGetFsNodeDate.3.gz -share/man/man3/cxGetFsNodeGid.3.gz -share/man/man3/cxGetFsNodeMode.3.gz -share/man/man3/cxGetFsNodeName.3.gz -share/man/man3/cxGetFsNodeParent.3.gz -share/man/man3/cxGetFsNodePath.3.gz -share/man/man3/cxGetFsNodeType.3.gz -share/man/man3/cxGetFsNodeUid.3.gz -share/man/man3/cxGetFullFilePath.3.gz -share/man/man3/cxGetModule.3.gz -share/man/man3/cxGetNextDir.3.gz -share/man/man3/cxGetNextFile.3.gz -share/man/man3/cxGetNextFsNode.3.gz -share/man/man3/cxGetPreviousDir.3.gz -share/man/man3/cxGetPreviousFile.3.gz -share/man/man3/cxGetPreviousFsNode.3.gz -share/man/man3/cxGetSubDirCount.3.gz -share/man/man3/cxGets.3.gz -share/man/man3/cxIsArchiveLocal.3.gz -share/man/man3/cxIsDirLocal.3.gz -share/man/man3/cxIsFileLocal.3.gz -share/man/man3/cxIsFsNodeLocal.3.gz -share/man/man3/cxLinkModule.3.gz -share/man/man3/cxLoadModule.3.gz -share/man/man3/cxMakeFile.3.gz -share/man/man3/cxMakePhysDirs.3.gz -share/man/man3/cxMkDir.3.gz -share/man/man3/cxNewArchive.3.gz -share/man/man3/cxNewDirectory.3.gz -share/man/man3/cxNewFile.3.gz -share/man/man3/cxNewFp.3.gz -share/man/man3/cxNewFsIterator.3.gz -share/man/man3/cxNewFsNode.3.gz -share/man/man3/cxOpenArchive.3.gz -share/man/man3/cxOpenArchiveBuffer.3.gz -share/man/man3/cxOpenArchiveFromHandle.3.gz -share/man/man3/cxOpenArchiveStream.3.gz -share/man/man3/cxOpenBuffer.3.gz -share/man/man3/cxOpenFile.3.gz -share/man/man3/cxOpenFileHandle.3.gz -share/man/man3/cxOpenStream.3.gz -share/man/man3/cxRead.3.gz -share/man/man3/cxRegisterModule.3.gz -share/man/man3/cxRewind.3.gz -share/man/man3/cxSaveArchive.3.gz -share/man/man3/cxSeek.3.gz -share/man/man3/cxSetArchiveAccessMode.3.gz -share/man/man3/cxSetArchiveExtractCallback.3.gz -share/man/man3/cxSetArchiveFileName.3.gz -share/man/man3/cxSetArchiveFileSize.3.gz -share/man/man3/cxSetArchiveLocal.3.gz -share/man/man3/cxSetArchiveModule.3.gz -share/man/man3/cxSetArchivePath.3.gz -share/man/man3/cxSetArchivePhysicalPath.3.gz -share/man/man3/cxSetArchiveSize.3.gz -share/man/man3/cxSetArchiveType.3.gz -share/man/man3/cxSetCloseFunc.3.gz -share/man/man3/cxSetDirArchive.3.gz -share/man/man3/cxSetDirDate.3.gz -share/man/man3/cxSetDirGid.3.gz -share/man/man3/cxSetDirLocal.3.gz -share/man/man3/cxSetDirMode.3.gz -share/man/man3/cxSetDirName.3.gz -share/man/man3/cxSetDirParent.3.gz -share/man/man3/cxSetDirPhysicalPath.3.gz -share/man/man3/cxSetDirUid.3.gz -share/man/man3/cxSetError.3.gz -share/man/man3/cxSetFileArchive.3.gz -share/man/man3/cxSetFileCompressedSize.3.gz -share/man/man3/cxSetFileDate.3.gz -share/man/man3/cxSetFileGid.3.gz -share/man/man3/cxSetFileLocal.3.gz -share/man/man3/cxSetFileMode.3.gz -share/man/man3/cxSetFileName.3.gz -share/man/man3/cxSetFileParent.3.gz -share/man/man3/cxSetFilePhysicalPath.3.gz -share/man/man3/cxSetFileSize.3.gz -share/man/man3/cxSetFileUid.3.gz -share/man/man3/cxSetFpAccessMode.3.gz -share/man/man3/cxSetFsNodeArchive.3.gz -share/man/man3/cxSetFsNodeDate.3.gz -share/man/man3/cxSetFsNodeGid.3.gz -share/man/man3/cxSetFsNodeLocal.3.gz -share/man/man3/cxSetFsNodeMode.3.gz -share/man/man3/cxSetFsNodeName.3.gz -share/man/man3/cxSetFsNodeParent.3.gz -share/man/man3/cxSetFsNodeType.3.gz -share/man/man3/cxSetFsNodeUid.3.gz -share/man/man3/cxSetReadFunc.3.gz -share/man/man3/cxSetSeekFunc.3.gz -share/man/man3/cxSetWriteFunc.3.gz -share/man/man3/cxSplitPath.3.gz -share/man/man3/cxStrError.3.gz -share/man/man3/cxTell.3.gz -share/man/man3/cxUnlinkModule.3.gz -share/man/man3/cxUnloadModule.3.gz -share/man/man3/cxWrite.3.gz -share/aclocal/libcomprex.m4 -%%NLS%%share/locale/it/LC_MESSAGES/libcomprex.mo -%%NLS%%share/locale/nl/LC_MESSAGES/libcomprex.mo diff --git a/archivers/ouch/Makefile b/archivers/ouch/Makefile index 982830d4b5dc..3805f2a95669 100644 --- a/archivers/ouch/Makefile +++ b/archivers/ouch/Makefile @@ -1,5 +1,5 @@ PORTNAME= ouch -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/ouch/distinfo b/archivers/ouch/distinfo index 87c6e747359e..c59787dea85e 100644 --- a/archivers/ouch/distinfo +++ b/archivers/ouch/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1745191382 +TIMESTAMP = 1748367559 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 @@ -453,5 +453,5 @@ SHA256 (rust/crates/zstd-safe-7.2.3.crate) = f3051792fbdc2e1e143244dc28c60f73d84 SIZE (rust/crates/zstd-safe-7.2.3.crate) = 28995 SHA256 (rust/crates/zstd-sys-2.0.14+zstd.1.5.7.crate) = 8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5 SIZE (rust/crates/zstd-sys-2.0.14+zstd.1.5.7.crate) = 764660 -SHA256 (ouch-org-ouch-0.6.0_GH0.tar.gz) = 508f627342e6bcc560e24c2700406b037effbf120510d3d80192cd9acaa588fe -SIZE (ouch-org-ouch-0.6.0_GH0.tar.gz) = 78063 +SHA256 (ouch-org-ouch-0.6.1_GH0.tar.gz) = e6265071affab228ba7d3ca85f2206029445038b3a3d96036e9bf02b795ad651 +SIZE (ouch-org-ouch-0.6.1_GH0.tar.gz) = 78107 diff --git a/archivers/p5-Gzip-Faster/Makefile b/archivers/p5-Gzip-Faster/Makefile index d1fc8fcc61de..d57acd0fee54 100644 --- a/archivers/p5-Gzip-Faster/Makefile +++ b/archivers/p5-Gzip-Faster/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BKB PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple and fast gzip and gunzip WWW= https://metacpan.org/release/Gzip-Faster diff --git a/archivers/py-blosc/Makefile b/archivers/py-blosc/Makefile index b309fe1cc86e..6849b91871b7 100644 --- a/archivers/py-blosc/Makefile +++ b/archivers/py-blosc/Makefile @@ -1,5 +1,5 @@ PORTNAME= blosc -PORTVERSION= 1.11.2 +PORTVERSION= 1.11.3 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-blosc/distinfo b/archivers/py-blosc/distinfo index 4c86337ace09..132481a0f0b0 100644 --- a/archivers/py-blosc/distinfo +++ b/archivers/py-blosc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730540888 -SHA256 (blosc-1.11.2.tar.gz) = ac5e7c1bfc1c7232b900be94cddb5ffcf9ea49f313c8ae98a7ca0dd87b872bf4 -SIZE (blosc-1.11.2.tar.gz) = 1434010 +TIMESTAMP = 1747715332 +SHA256 (blosc-1.11.3.tar.gz) = 89ed658eba7814a92e89c44d8c524148d55921595bc133bd1a90f8888a9e088e +SIZE (blosc-1.11.3.tar.gz) = 1439627 diff --git a/archivers/py-blosc2/Makefile b/archivers/py-blosc2/Makefile index f6a2c8640799..32995cd018d2 100644 --- a/archivers/py-blosc2/Makefile +++ b/archivers/py-blosc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= blosc2 -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-blosc2/distinfo b/archivers/py-blosc2/distinfo index 587b663d39ec..c6f5846f60f2 100644 --- a/archivers/py-blosc2/distinfo +++ b/archivers/py-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546476 -SHA256 (blosc2-3.3.2.tar.gz) = b9b0751b6849eb56ccd2d78cf0dd8602ca6c07667c63c1b1615351fb702d593a -SIZE (blosc2-3.3.2.tar.gz) = 3641039 +TIMESTAMP = 1747715334 +SHA256 (blosc2-3.3.3.tar.gz) = e406ef8e21a296e0aff83d1569fa81c3cb005d99fcbd6ef4a37b30d7fc8eba5a +SIZE (blosc2-3.3.3.tar.gz) = 3642901 diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index d36a2dbd35e2..a32f703fe8ad 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -1,6 +1,7 @@ PORTNAME= libosmium DISTVERSIONPREFIX= v DISTVERSION= 2.22.0 +PORTREVISION= 1 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile index 72f3586d3817..652c18f8bfde 100644 --- a/astro/merkaartor/Makefile +++ b/astro/merkaartor/Makefile @@ -1,6 +1,6 @@ PORTNAME= merkaartor PORTVERSION= 0.19.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info diff --git a/astro/py-fitsio/Makefile b/astro/py-fitsio/Makefile index 9ce2323f193b..37217f3cac71 100644 --- a/astro/py-fitsio/Makefile +++ b/astro/py-fitsio/Makefile @@ -1,5 +1,5 @@ PORTNAME= fitsio -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-fitsio/distinfo b/astro/py-fitsio/distinfo index 95eab5f8173b..72d6a9307acf 100644 --- a/astro/py-fitsio/distinfo +++ b/astro/py-fitsio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088920 -SHA256 (fitsio-1.2.5.tar.gz) = 001e8689cf82229e19bc20e62494b1eba777aaca7471723ba67a4bac24fdd0d6 -SIZE (fitsio-1.2.5.tar.gz) = 4523338 +TIMESTAMP = 1747715336 +SHA256 (fitsio-1.2.6.tar.gz) = 33b0cdbc53f1779e3d0a765d5ab474baf6c86eccf7c21375a07671f7b09b33af +SIZE (fitsio-1.2.6.tar.gz) = 4524342 diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index d248c3a5802e..cf99714d0229 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -1,7 +1,7 @@ PORTNAME= qmapshack PORTVERSION= 1.17.1 DISTVERSIONPREFIX= V_ -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MAINTAINER= bofh@FreeBSD.org diff --git a/audio/furnace/Makefile b/audio/furnace/Makefile index 62fe5c089d80..cf3f80f513bf 100644 --- a/audio/furnace/Makefile +++ b/audio/furnace/Makefile @@ -1,7 +1,6 @@ PORTNAME= furnace DISTVERSIONPREFIX= v -DISTVERSION= 0.6.8.1 -PORTREVISION= 1 +DISTVERSION= 0.6.8.2 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/furnace/distinfo b/audio/furnace/distinfo index b96df5008cfe..afec56e17edb 100644 --- a/audio/furnace/distinfo +++ b/audio/furnace/distinfo @@ -1,9 +1,5 @@ -TIMESTAMP = 1743922025 -SHA256 (tildearrow-furnace-v0.6.8.1_GH0.tar.gz) = ce3c2a3a758596c73b3c4c4636722486f8ec51629019f8deda960c1d033093df -SIZE (tildearrow-furnace-v0.6.8.1_GH0.tar.gz) = 57991020 -SHA256 (libsdl-org-SDL-2359383fc_GH0.tar.gz) = a4b2b72fda36deffabac2c7190ede9b91e5d47cf14ab161b9a023e7244f0d348 -SIZE (libsdl-org-SDL-2359383fc_GH0.tar.gz) = 7882665 +TIMESTAMP = 1748158099 +SHA256 (tildearrow-furnace-v0.6.8.2_GH0.tar.gz) = e821cbdd3f0c7ca7cca99a80eb2c90e6732d7bba2410702caa4694bbde89eaa2 +SIZE (tildearrow-furnace-v0.6.8.2_GH0.tar.gz) = 58057753 SHA256 (superctr-adpcm-ef7a21715_GH0.tar.gz) = 0f311dd8abb3099abc86870fc3946e50ed0d9857188909ed9b25582896184dca SIZE (superctr-adpcm-ef7a21715_GH0.tar.gz) = 5489 -SHA256 (fmtlib-fmt-e57ca2e36_GH0.tar.gz) = b595a38f4d71e24cb358a0c08a8acb3fdb5745b18e393434742d17a381e5a545 -SIZE (fmtlib-fmt-e57ca2e36_GH0.tar.gz) = 849361 diff --git a/audio/furnace/pkg-plist b/audio/furnace/pkg-plist index c078404e0d02..599f0fe30775 100644 --- a/audio/furnace/pkg-plist +++ b/audio/furnace/pkg-plist @@ -479,6 +479,7 @@ share/applications/furnace.desktop %%DATADIR%%/instruments/GB/open hihat.fui %%DATADIR%%/instruments/GB/snare.fui %%DATADIR%%/instruments/GB/square fade-in.fui +%%DATADIR%%/instruments/Lynx/harmonica.fui %%DATADIR%%/instruments/NES/0-2-5_arp_lead.fui %%DATADIR%%/instruments/NES/0-3-5_arp_lead.fui %%DATADIR%%/instruments/NES/Noise Hi-Hat Closed.fui diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile index 231c41b9cc7b..d8213825f5ae 100644 --- a/audio/p5-MusicBrainz-DiscID/Makefile +++ b/audio/p5-MusicBrainz-DiscID/Makefile @@ -4,7 +4,7 @@ CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface for the MusicBrainz libdiscid library WWW= https://metacpan.org/release/MusicBrainz-DiscID diff --git a/biology/bifrost/Makefile b/biology/bifrost/Makefile index 082d27df32e6..e1873b430549 100644 --- a/biology/bifrost/Makefile +++ b/biology/bifrost/Makefile @@ -1,6 +1,7 @@ PORTNAME= bifrost DISTVERSIONPREFIX= v DISTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -22,13 +23,4 @@ CXXFLAGS+= -Wno-unqualified-std-cast-call GH_ACCOUNT= pmelsted -.include <bsd.port.pre.mk> - -# Build fails with clang19, but succeeds with gcc13 -# Have not figured out where this sz_link member is even supposed to come from -# DataStorage.tcc:81:69: error: no member named 'sz_link' in 'DataStorage<Unitig_data_t>' -.if ${OSVERSION} > 1500000 -USE_GCC= yes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/biology/bifrost/distinfo b/biology/bifrost/distinfo index 49f7e2d919bb..43195678b9c9 100644 --- a/biology/bifrost/distinfo +++ b/biology/bifrost/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710590640 +TIMESTAMP = 1748282354 SHA256 (pmelsted-bifrost-v1.3.5_GH0.tar.gz) = e1b2491328b0cc1a32e433a8a9780f05547fa4b8d674b58abdda9ac8809f5341 SIZE (pmelsted-bifrost-v1.3.5_GH0.tar.gz) = 356701 diff --git a/biology/bifrost/files/patch-src_DataStorage.tcc b/biology/bifrost/files/patch-src_DataStorage.tcc new file mode 100644 index 000000000000..22196bb8e11c --- /dev/null +++ b/biology/bifrost/files/patch-src_DataStorage.tcc @@ -0,0 +1,14 @@ +--- src/DataStorage.tcc.orig 2024-03-15 15:20:17 UTC ++++ src/DataStorage.tcc +@@ -78,7 +78,10 @@ DataStorage<U>::DataStorage(const DataStorage& o) : co + + unitig_cs_link = new atomic<uint64_t>[sz_link]; + +- for (size_t i = 0; i != sz_link; ++i) unitig_cs_link[i] = o.sz_link[i].load(); ++ // Hayzam Sherif: o.sz_link -> o.unitig_cs_link ++ // Independently proposed by Lucas van Dijk: ++ // https://github.com/pmelsted/bifrost/pull/18/files ++ for (size_t i = 0; i != sz_link; ++i) unitig_cs_link[i] = o.unitig_cs_link[i].load(); + } + + if ((o.data != nullptr) && (o.sz_cs != 0)){ diff --git a/biology/fasda/Makefile b/biology/fasda/Makefile index 90af1fc205cb..2d85a23af573 100644 --- a/biology/fasda/Makefile +++ b/biology/fasda/Makefile @@ -1,5 +1,6 @@ PORTNAME= fasda -DISTVERSION= 0.2.0 +DISTVERSION= 0.2.0-1 +DISTVERSIONSUFFIX= -ga7d14ad CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/biology/fasda/distinfo b/biology/fasda/distinfo index f7174b017086..ad561981d758 100644 --- a/biology/fasda/distinfo +++ b/biology/fasda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745682225 -SHA256 (auerlab-fasda-0.2.0_GH0.tar.gz) = 5e52e9773d70b4ffa303b91a3e156cfc706e738b3fc17503d20bfbbaefd82446 -SIZE (auerlab-fasda-0.2.0_GH0.tar.gz) = 1869574 +TIMESTAMP = 1748181140 +SHA256 (auerlab-fasda-0.2.0-1-ga7d14ad_GH0.tar.gz) = fbc12198337617a2f09a95fda627861e8ed7fa2f345ccee218879b5c58cabea7 +SIZE (auerlab-fasda-0.2.0-1-ga7d14ad_GH0.tar.gz) = 1869807 diff --git a/biology/kallisto/Makefile b/biology/kallisto/Makefile index c2d33ef3ce82..ee2b20397ca6 100644 --- a/biology/kallisto/Makefile +++ b/biology/kallisto/Makefile @@ -1,6 +1,7 @@ PORTNAME= kallisto DISTVERSIONPREFIX= v DISTVERSION= 0.51.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology @@ -42,17 +43,8 @@ LDFLAGS+= -lhts -lz OPTIONS_DEFINE= EXAMPLES -.include <bsd.port.pre.mk> - -# Build fails with clang19, but succeeds with gcc13 -# Have not figured out where this sz_link member is even supposed to come from -# DataStorage.tcc:81:69: error: no member named 'sz_link' in 'DataStorage<Unitig_data_t>' -.if ${OSVERSION} > 1500000 -USE_GCC= yes -.endif - post-install-EXAMPLES-on: ${INSTALL_SCRIPT} ${WRKDIR}/kallisto-test ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}/test && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/biology/kallisto/distinfo b/biology/kallisto/distinfo index 98b8775d9539..a207db3e922d 100644 --- a/biology/kallisto/distinfo +++ b/biology/kallisto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726658334 +TIMESTAMP = 1748283025 SHA256 (pachterlab-kallisto-v0.51.1_GH0.tar.gz) = a8bcc23bca6ac758f15e30bb77e9e169e628beff2da3be2e34a53e1d42253516 SIZE (pachterlab-kallisto-v0.51.1_GH0.tar.gz) = 5954250 diff --git a/biology/kallisto/files/patch-ext_bifrost_src_DataStorage.tcc b/biology/kallisto/files/patch-ext_bifrost_src_DataStorage.tcc new file mode 100644 index 000000000000..0e6dcb8cca18 --- /dev/null +++ b/biology/kallisto/files/patch-ext_bifrost_src_DataStorage.tcc @@ -0,0 +1,14 @@ +--- ext/bifrost/src/DataStorage.tcc.orig 2024-09-17 05:40:08 UTC ++++ ext/bifrost/src/DataStorage.tcc +@@ -78,7 +78,10 @@ DataStorage<U>::DataStorage(const DataStorage& o) : co + + unitig_cs_link = new atomic<uint64_t>[sz_link]; + +- for (size_t i = 0; i != sz_link; ++i) unitig_cs_link[i] = o.sz_link[i].load(); ++ // Hayzam Sherif: o.sz_link -> o.unitig_cs_link ++ // Independently proposed by Lucas van Dijk: ++ // https://github.com/pmelsted/bifrost/pull/18/files ++ for (size_t i = 0; i != sz_link; ++i) unitig_cs_link[i] = o.unitig_cs_link[i].load(); + } + + if ((o.data != nullptr) && (o.sz_cs != 0)){ diff --git a/biology/p5-TrimGalore/Makefile b/biology/p5-TrimGalore/Makefile index 8b6e229c0032..cd7a5cf7ffe7 100644 --- a/biology/p5-TrimGalore/Makefile +++ b/biology/p5-TrimGalore/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.6.10 CATEGORIES= biology perl5 python PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Wrapper around Cutadapt and FastQC for adapter and quality trimming WWW= https://github.com/FelixKrueger/TrimGalore diff --git a/cad/sumo/Makefile b/cad/sumo/Makefile index 249c7a0aa3be..d0a41a2989fd 100644 --- a/cad/sumo/Makefile +++ b/cad/sumo/Makefile @@ -1,6 +1,6 @@ PORTNAME= sumo DISTVERSION= 1.2.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= cad MASTER_SITES= http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/ DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX} diff --git a/converters/p5-Encode-IMAPUTF7/Makefile b/converters/p5-Encode-IMAPUTF7/Makefile index dfee02756e73..c7a041a4c44c 100644 --- a/converters/p5-Encode-IMAPUTF7/Makefile +++ b/converters/p5-Encode-IMAPUTF7/Makefile @@ -1,5 +1,5 @@ PORTNAME= Encode-IMAPUTF7 -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/converters/p5-Encode-IMAPUTF7/distinfo b/converters/p5-Encode-IMAPUTF7/distinfo index 7794b5c2c91e..c1d79833f076 100644 --- a/converters/p5-Encode-IMAPUTF7/distinfo +++ b/converters/p5-Encode-IMAPUTF7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746862023 -SHA256 (Encode-IMAPUTF7-1.06.tar.gz) = 7014baae6796ad5c9db869fecc8d555d30fa2ffc7dd6d2f55aa7510fb1b3f42e -SIZE (Encode-IMAPUTF7-1.06.tar.gz) = 26827 +TIMESTAMP = 1748327930 +SHA256 (Encode-IMAPUTF7-1.07.tar.gz) = 52352b8ac0843b932f2a3c4abf817d3ce5a1b71274e1ad9d4e4eb094eb0f1d1c +SIZE (Encode-IMAPUTF7-1.07.tar.gz) = 40048 diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index df940c5c9319..bac226b27473 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,5 +1,6 @@ PORTNAME= couchdb3 DISTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} diff --git a/databases/couchdb3/pkg-plist b/databases/couchdb3/pkg-plist index 970a48012fe4..6ae7b72ba8a2 100644 --- a/databases/couchdb3/pkg-plist +++ b/databases/couchdb3/pkg-plist @@ -5,49 +5,49 @@ libexec/couchdb3/bin/couchdb libexec/couchdb3/bin/couchjs libexec/couchdb3/bin/remsh libexec/couchdb3/bin/weatherreport -libexec/couchdb3/erts-15.1.2/bin/beam.smp -libexec/couchdb3/erts-15.1.2/bin/ct_run -libexec/couchdb3/erts-15.1.2/bin/epmd -libexec/couchdb3/erts-15.1.2/bin/erl -libexec/couchdb3/erts-15.1.2/bin/erl_call -libexec/couchdb3/erts-15.1.2/bin/erl_child_setup -libexec/couchdb3/erts-15.1.2/bin/erlc -libexec/couchdb3/erts-15.1.2/bin/erlexec -libexec/couchdb3/erts-15.1.2/bin/escript -libexec/couchdb3/erts-15.1.2/bin/heart -libexec/couchdb3/erts-15.1.2/bin/inet_gethost -libexec/couchdb3/erts-15.1.2/bin/run_erl -libexec/couchdb3/erts-15.1.2/bin/start -libexec/couchdb3/erts-15.1.2/bin/to_erl -libexec/couchdb3/erts-15.1.2/bin/yielding_c_fun -libexec/couchdb3/erts-15.1.2/lib/internal/README +libexec/couchdb3/erts-15.2.7/bin/beam.smp +libexec/couchdb3/erts-15.2.7/bin/ct_run +libexec/couchdb3/erts-15.2.7/bin/epmd +libexec/couchdb3/erts-15.2.7/bin/erl +libexec/couchdb3/erts-15.2.7/bin/erl_call +libexec/couchdb3/erts-15.2.7/bin/erl_child_setup +libexec/couchdb3/erts-15.2.7/bin/erlc +libexec/couchdb3/erts-15.2.7/bin/erlexec +libexec/couchdb3/erts-15.2.7/bin/escript +libexec/couchdb3/erts-15.2.7/bin/heart +libexec/couchdb3/erts-15.2.7/bin/inet_gethost +libexec/couchdb3/erts-15.2.7/bin/run_erl +libexec/couchdb3/erts-15.2.7/bin/start +libexec/couchdb3/erts-15.2.7/bin/to_erl +libexec/couchdb3/erts-15.2.7/bin/yielding_c_fun +libexec/couchdb3/erts-15.2.7/lib/internal/README libexec/couchdb3/etc/default.ini libexec/couchdb3/etc/nouveau.yaml -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1.app -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1.appup -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1_db.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_check.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_constructed_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_constructed_per.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_eval_ext.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_func.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_gen.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_gen_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_gen_check.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_gen_jer.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_gen_per.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_imm.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_name.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_parser2.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_partial_decode.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_pretty_format.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_rtt.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_table.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_tok.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1ct_value.beam -libexec/couchdb3/lib/asn1-5.3.1/ebin/asn1rt_nif.beam -libexec/couchdb3/lib/asn1-5.3.1/priv/lib/asn1rt_nif.so +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1.app +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1.appup +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1_db.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_check.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_constructed_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_constructed_per.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_eval_ext.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_func.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_check.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_jer.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_per.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_imm.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_name.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_parser2.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_partial_decode.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_pretty_format.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_rtt.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_table.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_tok.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_value.beam +libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1rt_nif.beam +libexec/couchdb3/lib/asn1-5.3.4/priv/lib/asn1rt_nif.so libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.app libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.beam libexec/couchdb3/lib/b64url-%%VERSION%%/priv/b64url.so @@ -78,68 +78,68 @@ libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_xframe_options.beam libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd.hrl libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd_cors.hrl libexec/couchdb3/lib/chttpd-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_a.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_asm.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_block.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_bounds.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_call_types.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_clean.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_core_to_ssa.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_dict.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_digraph.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_disasm.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_doc.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_flatten.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_jump.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_listing.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_opcodes.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_alias.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_bc_size.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_bool.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_bsm.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_check.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_codegen.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_dead.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_destructive_update.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_lint.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_opt.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_pp.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_pre_codegen.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_recv.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_share.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_ss.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_throw.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_ssa_type.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_trim.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_types.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_utils.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_validator.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/beam_z.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/cerl.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/cerl_clauses.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/cerl_inline.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/cerl_trees.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/compile.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/compiler.app -libexec/couchdb3/lib/compiler-8.5.2/ebin/compiler.appup -libexec/couchdb3/lib/compiler-8.5.2/ebin/core_lib.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/core_lint.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/core_parse.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/core_pp.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/core_scan.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/erl_bifs.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/rec_env.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_core_alias.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_core_bsm.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_core_fold.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_core_fold_lists.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_core_inline.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_core_prepare.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_coverage.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_messages.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/sys_pre_attributes.beam -libexec/couchdb3/lib/compiler-8.5.2/ebin/v3_core.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_a.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_asm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_block.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_bounds.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_call_types.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_clean.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_core_to_ssa.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_dict.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_digraph.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_disasm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_doc.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_flatten.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_jump.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_listing.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_opcodes.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_alias.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_bc_size.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_bool.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_bsm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_check.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_codegen.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_dead.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_destructive_update.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_lint.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_opt.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_pp.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_pre_codegen.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_recv.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_share.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_ss.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_throw.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_ssa_type.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_trim.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_types.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_utils.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_validator.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/beam_z.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl_clauses.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl_inline.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/cerl_trees.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/compile.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/compiler.app +libexec/couchdb3/lib/compiler-8.6.1/ebin/compiler.appup +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_lib.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_lint.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_parse.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_pp.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/core_scan.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/erl_bifs.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/rec_env.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_alias.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_bsm.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_fold.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_fold_lists.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_inline.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_core_prepare.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_coverage.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_messages.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/sys_pre_attributes.beam +libexec/couchdb3/lib/compiler-8.6.1/ebin/v3_core.beam libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.app libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.beam libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_app.beam @@ -369,13 +369,13 @@ libexec/couchdb3/lib/couch_stats-%%VERSION%%/ebin/couch_stats_server.beam libexec/couchdb3/lib/couch_stats-%%VERSION%%/ebin/couch_stats_sup.beam libexec/couchdb3/lib/couch_stats-%%VERSION%%/ebin/couch_stats_util.beam libexec/couchdb3/lib/couch_stats-%%VERSION%%/priv/sample_descriptions.cfg -libexec/couchdb3/lib/crypto-5.5.1/ebin/crypto.app -libexec/couchdb3/lib/crypto-5.5.1/ebin/crypto.appup -libexec/couchdb3/lib/crypto-5.5.1/ebin/crypto.beam -libexec/couchdb3/lib/crypto-5.5.1/ebin/crypto_ec_curves.beam -libexec/couchdb3/lib/crypto-5.5.1/priv/lib/crypto.so -libexec/couchdb3/lib/crypto-5.5.1/priv/lib/crypto_callback.so -libexec/couchdb3/lib/crypto-5.5.1/priv/lib/otp_test_engine.so +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.app +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.appup +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.beam +libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto_ec_curves.beam +libexec/couchdb3/lib/crypto-5.5.3/priv/lib/crypto.so +libexec/couchdb3/lib/crypto-5.5.3/priv/lib/crypto_callback.so +libexec/couchdb3/lib/crypto-5.5.3/priv/lib/otp_test_engine.so libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian.app libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian.beam libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian_app.beam @@ -481,74 +481,74 @@ libexec/couchdb3/lib/ibrowse-4.4.2/ebin/ibrowse_socks5.beam libexec/couchdb3/lib/ibrowse-4.4.2/ebin/ibrowse_sup.beam libexec/couchdb3/lib/ibrowse-4.4.2/include/ibrowse.hrl libexec/couchdb3/lib/ibrowse-4.4.2/priv/ibrowse.conf -libexec/couchdb3/lib/inets-9.3/ebin/http_chunk.beam -libexec/couchdb3/lib/inets-9.3/ebin/http_request.beam -libexec/couchdb3/lib/inets-9.3/ebin/http_response.beam -libexec/couchdb3/lib/inets-9.3/ebin/http_transport.beam -libexec/couchdb3/lib/inets-9.3/ebin/http_uri.beam -libexec/couchdb3/lib/inets-9.3/ebin/http_util.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_cookie.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_handler.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_handler_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_manager.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_profile_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_request.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_response.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpc_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_acceptor.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_acceptor_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_cgi.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_conf.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_connection_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_custom.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_custom_api.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_esi.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_example.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_file.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_instance_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_log.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_logger.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_manager.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_misc_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_request.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_request_handler.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_response.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_script_env.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_socket.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/httpd_util.beam -libexec/couchdb3/lib/inets-9.3/ebin/inets.app -libexec/couchdb3/lib/inets-9.3/ebin/inets.appup -libexec/couchdb3/lib/inets-9.3/ebin/inets.beam -libexec/couchdb3/lib/inets-9.3/ebin/inets_app.beam -libexec/couchdb3/lib/inets-9.3/ebin/inets_lib.beam -libexec/couchdb3/lib/inets-9.3/ebin/inets_service.beam -libexec/couchdb3/lib/inets-9.3/ebin/inets_sup.beam -libexec/couchdb3/lib/inets-9.3/ebin/inets_trace.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_actions.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_alias.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_auth.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_auth_dets.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_auth_mnesia.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_auth_plain.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_auth_server.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_cgi.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_dir.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_disk_log.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_esi.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_get.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_head.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_log.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_range.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_responsecontrol.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_security.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_security_server.beam -libexec/couchdb3/lib/inets-9.3/ebin/mod_trace.beam -libexec/couchdb3/lib/inets-9.3/include/httpd.hrl -libexec/couchdb3/lib/inets-9.3/include/mod_auth.hrl -libexec/couchdb3/lib/inets-9.3/priv/bin/runcgi.sh +libexec/couchdb3/lib/inets-9.3.2/ebin/http_chunk.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_request.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_response.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_transport.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_uri.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/http_util.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_cookie.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_handler.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_handler_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_manager.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_profile_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_request.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_response.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpc_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_acceptor.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_acceptor_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_cgi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_conf.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_connection_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_custom.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_custom_api.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_esi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_example.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_file.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_instance_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_log.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_logger.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_manager.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_misc_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_request.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_request_handler.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_response.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_script_env.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_socket.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/httpd_util.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets.app +libexec/couchdb3/lib/inets-9.3.2/ebin/inets.appup +libexec/couchdb3/lib/inets-9.3.2/ebin/inets.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_app.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_lib.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_service.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_sup.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/inets_trace.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_actions.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_alias.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_dets.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_mnesia.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_plain.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_auth_server.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_cgi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_dir.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_disk_log.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_esi.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_get.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_head.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_log.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_range.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_responsecontrol.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_security.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_security_server.beam +libexec/couchdb3/lib/inets-9.3.2/ebin/mod_trace.beam +libexec/couchdb3/lib/inets-9.3.2/include/httpd.hrl +libexec/couchdb3/lib/inets-9.3.2/include/mod_auth.hrl +libexec/couchdb3/lib/inets-9.3.2/priv/bin/runcgi.sh libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq.app libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq.beam libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq_app.beam @@ -568,117 +568,117 @@ libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_app.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_event_handler.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_server.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_sup.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/application.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/application_controller.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/application_master.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/application_starter.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/auth.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/code.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/code_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/disk_log.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/disk_log_1.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/disk_log_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/disk_log_sup.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/dist_ac.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/dist_util.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_boot_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_compile_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_ddll.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_distribution.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_epmd.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_erts_errors.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_kernel_errors.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_reply.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erl_signal_handler.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erpc.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/error_handler.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/error_logger.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/erts_debug.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/file.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/file_io_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/file_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/gen_sctp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/gen_tcp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/gen_tcp_socket.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/gen_udp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/gen_udp_socket.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/global.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/global_group.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/global_search.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/group.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/group_history.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/heart.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet6_sctp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet6_tcp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet6_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet6_udp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_config.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_db.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_dns.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_dns_tsig.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_epmd_dist.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_epmd_socket.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_gethost_native.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_hosts.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_parse.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_res.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_sctp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_tcp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/inet_udp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/kernel.app -libexec/couchdb3/lib/kernel-10.1.1/ebin/kernel.appup -libexec/couchdb3/lib/kernel-10.1.1/ebin/kernel.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/kernel_config.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/kernel_refc.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/local_tcp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/local_udp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_backend.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_config.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_disk_log_h.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_filters.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_formatter.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_h_common.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_handler.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_handler_watcher.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_olp.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_proxy.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_server.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_simple_h.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_std_h.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/logger_sup.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/net.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/net_adm.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/net_kernel.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/os.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/pg.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/pg2.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/prim_tty.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/ram_file.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/raw_file_io.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/raw_file_io_compressed.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/raw_file_io_deflate.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/raw_file_io_delayed.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/raw_file_io_inflate.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/raw_file_io_list.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/rpc.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/seq_trace.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/socket.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/standard_error.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/trace.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/user_drv.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/user_sup.beam -libexec/couchdb3/lib/kernel-10.1.1/ebin/wrap_log_reader.beam -libexec/couchdb3/lib/kernel-10.1.1/include/dist.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/dist_util.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/eep48.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/file.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/inet.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/inet_sctp.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/logger.hrl -libexec/couchdb3/lib/kernel-10.1.1/include/net_address.hrl +libexec/couchdb3/lib/kernel-10.2.7/ebin/application.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/application_controller.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/application_master.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/application_starter.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/auth.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/code.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/code_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_1.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_sup.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/dist_ac.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/dist_util.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_boot_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_compile_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_ddll.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_distribution.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_epmd.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_erts_errors.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_kernel_errors.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_reply.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_signal_handler.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erpc.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/error_handler.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/error_logger.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/erts_debug.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/file.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/file_io_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/file_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_tcp_socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_udp_socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/global.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/global_group.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/global_search.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/group.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/group_history.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/heart.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_config.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_db.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_dns.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_dns_tsig.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_epmd_dist.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_epmd_socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_gethost_native.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_hosts.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_parse.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_res.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.app +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.appup +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel_config.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel_refc.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/local_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/local_udp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_backend.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_config.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_disk_log_h.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_filters.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_formatter.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_h_common.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_handler.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_handler_watcher.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_olp.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_proxy.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_server.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_simple_h.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_std_h.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_sup.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/net.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/net_adm.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/net_kernel.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/os.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/pg.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/pg2.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/prim_tty.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/ram_file.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_compressed.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_deflate.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_delayed.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_inflate.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_list.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/rpc.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/seq_trace.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/socket.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/standard_error.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/trace.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/user_drv.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/user_sup.beam +libexec/couchdb3/lib/kernel-10.2.7/ebin/wrap_log_reader.beam +libexec/couchdb3/lib/kernel-10.2.7/include/dist.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/dist_util.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/eep48.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/file.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/inet.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/inet_sctp.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/logger.hrl +libexec/couchdb3/lib/kernel-10.2.7/include/net_address.hrl libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango.app libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_app.beam libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_crud.beam @@ -799,35 +799,35 @@ libexec/couchdb3/lib/nouveau-%%VERSION%%/ebin/nouveau_sup.beam libexec/couchdb3/lib/nouveau-%%VERSION%%/ebin/nouveau_util.beam libexec/couchdb3/lib/nouveau-%%VERSION%%/include/nouveau.hrl libexec/couchdb3/lib/nouveau-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/os_mon-2.10/ebin/cpu_sup.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/disksup.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/memsup.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/nteventlog.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/os_mon.app -libexec/couchdb3/lib/os_mon-2.10/ebin/os_mon.appup -libexec/couchdb3/lib/os_mon-2.10/ebin/os_mon.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/os_mon_mib.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/os_mon_sysinfo.beam -libexec/couchdb3/lib/os_mon-2.10/ebin/os_sup.beam -libexec/couchdb3/lib/os_mon-2.10/priv/bin/cpu_sup -libexec/couchdb3/lib/os_mon-2.10/priv/bin/memsup -libexec/couchdb3/lib/public_key-1.16.3/ebin/OTP-PUB-KEY.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/PKCS-FRAME.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_cert.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_cert_records.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_crl.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_ocsp.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_os_cacerts.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_pbe.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_pem.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_policy_tree.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/pubkey_ssh.beam -libexec/couchdb3/lib/public_key-1.16.3/ebin/public_key.app -libexec/couchdb3/lib/public_key-1.16.3/ebin/public_key.appup -libexec/couchdb3/lib/public_key-1.16.3/ebin/public_key.beam -libexec/couchdb3/lib/public_key-1.16.3/include/OTP-PUB-KEY.hrl -libexec/couchdb3/lib/public_key-1.16.3/include/PKCS-FRAME.hrl -libexec/couchdb3/lib/public_key-1.16.3/include/public_key.hrl +libexec/couchdb3/lib/os_mon-2.10.1/ebin/cpu_sup.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/disksup.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/memsup.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/nteventlog.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.app +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.appup +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon_mib.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon_sysinfo.beam +libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_sup.beam +libexec/couchdb3/lib/os_mon-2.10.1/priv/bin/cpu_sup +libexec/couchdb3/lib/os_mon-2.10.1/priv/bin/memsup +libexec/couchdb3/lib/public_key-1.17.1/ebin/OTP-PUB-KEY.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/PKCS-FRAME.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_cert.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_cert_records.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_crl.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_ocsp.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_os_cacerts.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_pbe.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_pem.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_policy_tree.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/pubkey_ssh.beam +libexec/couchdb3/lib/public_key-1.17.1/ebin/public_key.app +libexec/couchdb3/lib/public_key-1.17.1/ebin/public_key.appup +libexec/couchdb3/lib/public_key-1.17.1/ebin/public_key.beam +libexec/couchdb3/lib/public_key-1.17.1/include/OTP-PUB-KEY.hrl +libexec/couchdb3/lib/public_key-1.17.1/include/PKCS-FRAME.hrl +libexec/couchdb3/lib/public_key-1.17.1/include/public_key.hrl libexec/couchdb3/lib/recon-2.5.6/ebin/recon.app libexec/couchdb3/lib/recon-2.5.6/ebin/recon.beam libexec/couchdb3/lib/recon-2.5.6/ebin/recon_alloc.beam @@ -903,197 +903,197 @@ libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_utils.beam libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.app libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.beam libexec/couchdb3/lib/snappy-1.0.5/priv/snappy_nif.so -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_listener_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_packet_demux.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_record.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_socket.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/dtls_v1.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/inet6_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/inet_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl.app -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl.appup -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_alert.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_app.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_certificate.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_cipher.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_cipher_format.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_client_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_config.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_crl.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_crl_cache.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_crl_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_crl_hash_dir.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_dh_groups.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_dist_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_dist_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_gen_statem.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_handshake.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_listen_tracker_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_logger.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_manager.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_pem_cache.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_pkix_db.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_record.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_server_session_cache.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_server_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_session.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_session_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_srp_primes.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_trace.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/ssl_upgrade_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_bloom_filter.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_client_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_client_ticket_store.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_dist_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_dyn_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_gen_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_handshake_1_3.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_record.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_record_1_3.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_sender.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_server_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_server_session_ticket.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_server_session_ticket_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_socket.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_sup.beam -libexec/couchdb3/lib/ssl-11.2.4/ebin/tls_v1.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/argparse.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/array.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/base64.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/beam_lib.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/binary.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/c.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/calendar.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/dets.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/dets_server.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/dets_sup.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/dets_utils.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/dets_v9.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/dict.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/digraph.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/digraph_utils.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/edlin.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/edlin_context.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/edlin_expand.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/edlin_key.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/edlin_type_suggestion.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/epp.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_abstract_code.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_anno.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_bits.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_compile.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_error.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_eval.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_expand_records.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_features.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_internal.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_lint.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_parse.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_posix_msg.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_pp.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_scan.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_stdlib_errors.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/erl_tar.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/error_logger_file_h.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/error_logger_tty_h.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/escript.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/ets.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/eval_bits.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/file_sorter.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/filelib.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/filename.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gb_sets.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gb_trees.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gen.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gen_event.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gen_fsm.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gen_server.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/gen_statem.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/io.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/io_lib.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/io_lib_format.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/io_lib_fread.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/io_lib_pretty.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/json.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/lists.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/log_mf_h.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/maps.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/math.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/ms_transform.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/orddict.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/ordsets.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/otp_internal.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/peer.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/pool.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/proc_lib.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/proplists.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/qlc.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/qlc_pt.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/queue.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/rand.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/random.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/re.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/sets.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/shell.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/shell_default.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/shell_docs.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/shell_docs_markdown.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/slave.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/sofs.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/stdlib.app -libexec/couchdb3/lib/stdlib-6.1.2/ebin/stdlib.appup -libexec/couchdb3/lib/stdlib-6.1.2/ebin/string.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/supervisor.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/supervisor_bridge.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/sys.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/timer.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/unicode.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/unicode_util.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/uri_string.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/win32reg.beam -libexec/couchdb3/lib/stdlib-6.1.2/ebin/zip.beam -libexec/couchdb3/lib/stdlib-6.1.2/include/assert.hrl -libexec/couchdb3/lib/stdlib-6.1.2/include/erl_bits.hrl -libexec/couchdb3/lib/stdlib-6.1.2/include/erl_compile.hrl -libexec/couchdb3/lib/stdlib-6.1.2/include/ms_transform.hrl -libexec/couchdb3/lib/stdlib-6.1.2/include/qlc.hrl -libexec/couchdb3/lib/stdlib-6.1.2/include/zip.hrl -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/epp_dodger.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/erl_comment_scan.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/erl_prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/erl_recomment.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/erl_syntax.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/erl_syntax_lib.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/merl.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/merl_transform.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/syntax_tools.app -libexec/couchdb3/lib/syntax_tools-3.2.1/ebin/syntax_tools.appup -libexec/couchdb3/lib/syntax_tools-3.2.1/include/merl.hrl +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_listener_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_packet_demux.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_record.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_socket.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_v1.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/inet6_tls_dist.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/inet_tls_dist.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.app +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.appup +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_admin_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_alert.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_app.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_certificate.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_cipher.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_cipher_format.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_client_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_config.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_cache.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_cache_api.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_hash_dir.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dh_groups.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_admin_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_gen_statem.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_listen_tracker_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_logger.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_manager.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_pem_cache.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_pkix_db.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_record.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_session.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_session_cache_api.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_srp_primes.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_trace.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_upgrade_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_bloom_filter.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_ticket_store.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dist_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dist_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dyn_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_gen_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_handshake_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_record.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_record_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_sender.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_session_ticket.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_session_ticket_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_socket.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_sup.beam +libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_v1.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/argparse.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/array.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/base64.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/beam_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/binary.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/c.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/calendar.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_server.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_sup.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_utils.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_v9.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/dict.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/digraph.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/digraph_utils.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_context.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_expand.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_key.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_type_suggestion.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/epp.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_abstract_code.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_anno.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_bits.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_compile.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_error.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_eval.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_expand_records.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_features.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_internal.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_lint.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_parse.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_posix_msg.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_pp.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_scan.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_stdlib_errors.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_tar.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/error_logger_file_h.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/error_logger_tty_h.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/escript.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/ets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/eval_bits.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/file_sorter.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/filelib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/filename.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gb_sets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gb_trees.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_event.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_fsm.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_server.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_statem.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_format.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_fread.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_pretty.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/json.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/lists.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/log_mf_h.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/maps.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/math.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/ms_transform.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/orddict.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/ordsets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/otp_internal.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/peer.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/pool.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/proc_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/proplists.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/qlc.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/qlc_pt.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/queue.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/rand.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/random.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/re.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/sets.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_default.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_docs.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_docs_markdown.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/slave.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/sofs.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/stdlib.app +libexec/couchdb3/lib/stdlib-6.2.2/ebin/stdlib.appup +libexec/couchdb3/lib/stdlib-6.2.2/ebin/string.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/supervisor.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/supervisor_bridge.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/sys.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/timer.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/unicode.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/unicode_util.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/uri_string.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/win32reg.beam +libexec/couchdb3/lib/stdlib-6.2.2/ebin/zip.beam +libexec/couchdb3/lib/stdlib-6.2.2/include/assert.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/erl_bits.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/erl_compile.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/ms_transform.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/qlc.hrl +libexec/couchdb3/lib/stdlib-6.2.2/include/zip.hrl +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/epp_dodger.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_comment_scan.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_prettypr.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_recomment.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_syntax.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_syntax_lib.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/merl.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/merl_transform.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/prettypr.beam +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/syntax_tools.app +libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/syntax_tools.appup +libexec/couchdb3/lib/syntax_tools-3.2.2/include/merl.hrl libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport.app libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_check.beam @@ -1118,45 +1118,45 @@ libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_log.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_node.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_runner.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_util.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl.app -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl.appup -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_b64Bin.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_b64Bin_scan.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_eventp.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_html.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_lib.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_otpsgml.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_regexp.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_old_dom.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_parser.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_parser_latin1.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_parser_list.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_parser_utf16be.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_parser_utf16le.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_parser_utf8.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sax_simple_dom.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_scan.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_sgml.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_simple.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_text.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_ucs.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_uri.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_validate.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xlate.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xml.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xml_indent.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xpath.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xpath_lib.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xpath_parse.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xpath_pred.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xpath_scan.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xs.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xsd.beam -libexec/couchdb3/lib/xmerl-2.1/ebin/xmerl_xsd_type.beam -libexec/couchdb3/lib/xmerl-2.1/include/xmerl.hrl -libexec/couchdb3/lib/xmerl-2.1/include/xmerl_xpath.hrl -libexec/couchdb3/lib/xmerl-2.1/include/xmerl_xsd.hrl +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.app +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.appup +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_b64Bin.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_b64Bin_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_eventp.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_html.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_lib.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_otpsgml.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_regexp.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_old_dom.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_latin1.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_list.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf16be.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf16le.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf8.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_simple_dom.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sgml.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_simple.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_text.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_ucs.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_uri.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_validate.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xlate.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xml.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xml_indent.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_lib.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_parse.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_pred.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xs.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xsd.beam +libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xsd_type.beam +libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl.hrl +libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl_xpath.hrl +libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl_xsd.hrl libexec/couchdb3/releases/RELEASES libexec/couchdb3/releases/couchdb.boot libexec/couchdb3/releases/couchdb.rel diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile index 14fc9ae2d0b5..91cdfbf5a07c 100644 --- a/databases/grass8/Makefile +++ b/databases/grass8/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass DISTVERSION= 8.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index 82b1533acdd6..7b6468164ee1 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.19.2-1 +DISTVERSION= 0.19.2-2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 9003096756d1..521cfebbec85 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546408 -SHA256 (mydumper-mydumper-v0.19.2-1_GH0.tar.gz) = 973450ce569604a400195873ec7af005c9712b3066a70d6469352ac56f80e4ab -SIZE (mydumper-mydumper-v0.19.2-1_GH0.tar.gz) = 246272 +TIMESTAMP = 1747715290 +SHA256 (mydumper-mydumper-v0.19.2-2_GH0.tar.gz) = 40f462153607a1a749a5fd2a47b2a62534746b0f73bafba9bb9ef0be8b36e026 +SIZE (mydumper-mydumper-v0.19.2-2_GH0.tar.gz) = 841584 diff --git a/databases/neo4j/Makefile b/databases/neo4j/Makefile index c63d9df7a7bc..233c88b5011a 100644 --- a/databases/neo4j/Makefile +++ b/databases/neo4j/Makefile @@ -1,5 +1,6 @@ PORTNAME= neo4j DISTVERSION= 4.4.44 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= http://dist.neo4j.org/ DISTNAME= ${PORTNAME}-community-${DISTVERSION}-unix @@ -8,29 +9,58 @@ MAINTAINER= otis@FreeBSD.org COMMENT= High performance graph store and database WWW= https://neo4j.com -LICENSE= GPLv3 +# Bouncy Castle License is in fact MIT. +# Scala is licensed under BSD3CLAUSE. +# Java Servlet API is licensed under CDDL and GPLv2wCE +LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE CDDL GPLv2wCE GPLv3 ISCL MIT MPL20 OFL11 +LICENSE_COMB= multi +LICENSE_NAME_GPLv2wCE= GPLv2 with Classpath Exception +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSES.txt +LICENSE_PERMS_GPLv2wCE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= bash:shells/bash - -WRKSRC= ${WRKDIR}/${DISTNAME:S,-unix,,} -NO_BUILD= yes USES= cpe java shebangfix -SHEBANG_FILES= bin/cypher-shell bin/neo4j-admin JAVA_VERSION= 11 USE_RC_SUBR= ${PORTNAME} + +SHEBANG_FILES= bin/cypher-shell bin/neo4j-admin + +NO_ARCH= yes +NO_BUILD= yes + SUB_FILES= ${PORTNAME}.sh -SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} +SUB_LIST= JAVA_HOME=${JAVA_HOME} \ + LOGDIR=${LOGDIR} \ + RUNDIR=${RUNDIR} + +WRKSRC= ${WRKDIR}/${DISTNAME:S,-unix,,} + +USERS?= neo4j +GROUPS?= neo4j -PLIST_SUB= DBDIR=${DBDIR} DISTVERSION=${DISTVERSION} +PLIST_SUB= CERTDIR=${CERTDIR} \ + DBDATADIR=${DBDATADIR} \ + DBDIR=${DBDIR} \ + DBIMPORTDIR=${DBIMPORTDIR} \ + DISTVERSION=${DISTVERSION} \ + GROUPS=${GROUPS} \ + METRICSDIR=${METRICSDIR} \ + USERS=${USERS} +CERTDIR= ${ETCDIR}/certificates +DBDATADIR= ${DBDIR}/data DBDIR= ${DESTDIR}/var/db/${PORTNAME} +DBIMPORTDIR= ${DBDIR}/import LOGDIR= ${DESTDIR}/var/log/${PORTNAME} -RUNDIR= ${DESTDIR}/var/run/ +METRICSDIR= ${DBDIR}/metrics +RUNDIR= ${DESTDIR}/var/run/${PORTNAME} NEO4JDIR= ${PREFIX}/${PORTNAME} -NEO4J_CONFDIR= ${PREFIX}/etc +NEO4J_CONFDIR= ${PREFIX}/etc/neo4j post-patch: - ${REINPLACE_CMD} 's,%%DBDIR%%,${DBDIR},g;s,%%JAVA_HOME%%,${JAVA_HOME},g;s,%%LOGDIR%%,${LOGDIR},g;s,%%PREFIX%%,${PREFIX},g;s,%%RUNDIR%%,${RUNDIR},g' \ + ${REINPLACE_CMD} 's,%%DBDATADIR%%,${DBDATADIR},g;s,%%DBDIR%%,${DBDIR},g;\ + s,%%JAVA_HOME%%,${JAVA_HOME},g;s,%%LOGDIR%%,${LOGDIR},g;s,%%PREFIX%%,${PREFIX},g;s,%%RUNDIR%%,${RUNDIR},g;\ + s,%%DBIMPORTDIR%%,${DBIMPORTDIR},g;s,%%CERTDIR%%,${CERTDIR},g' \ ${WRKSRC}/bin/cypher-shell ${WRKSRC}/bin/neo4j* \ ${WRKSRC}/conf/neo4j.conf @@ -38,6 +68,7 @@ post-patch: ${WRKSRC}/bin/neo4j do-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/libexec/tools ${INSTALL_SCRIPT} ${WRKSRC}/bin/tools/* \ @@ -49,8 +80,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/${PORTNAME}/lib .for f in ${PORTNAME}.conf ${INSTALL_DATA} ${WRKSRC}/conf/$f \ - ${STAGEDIR}${PREFIX}/etc/$f.sample + ${STAGEDIR}${ETCDIR}/$f.sample .endfor - ${MKDIR} ${STAGEDIR}${DBDIR} ${STAGEDIR}${PREFIX}/etc/neo4j-certificates + ${MKDIR} ${STAGEDIR}${DBDIR} \ + ${STAGEDIR}${DBDATADIR} \ + ${STAGEDIR}${DBIMPORTDIR} \ + ${STAGEDIR}${METRICSDIR} \ + ${STAGEDIR}${CERTDIR} .include <bsd.port.mk> diff --git a/databases/neo4j/files/neo4j.in b/databases/neo4j/files/neo4j.in index 6cb20b01c3ea..a7f9e6f83cd7 100644 --- a/databases/neo4j/files/neo4j.in +++ b/databases/neo4j/files/neo4j.in @@ -7,6 +7,18 @@ # Add the following line to /etc/rc.conf to enable neo4j: # # neo4j_enable=YES +# +# The following rc.conf variable can be set: +# +# For user/group to run neo4j under: +# +# neo4j_user (str) Default: neo4j +# neo4j_group (str) Default: neo4j +# +# For service jail: +# +# neo4j_svcj_options (str) Default: net_basic +# . /etc/rc.subr @@ -17,21 +29,30 @@ desc="Graphing database" load_rc_config $name : ${neo4j_enable:=NO} +: ${neo4j_user=neo4j} +: ${neo4j_group=neo4j} +: ${neo4j_svcj_options:=net_basic} +: ${neo4j_env:="HOME=%%DBDIR%% NEO4J_CONF=%%ETCDIR%% JAVA_HOME=%%JAVA_HOME%%"} command=%%PREFIX%%/bin/neo4j -start_cmd="$command start" +procname=%%JAVA_HOME%%/bin/java +start_cmd="su -m $neo4j_user -c \"$command start\"" start_precmd=neo4j_prestart -stop_cmd="$command stop" -status_cmd="$command status" +stop_cmd="su -m $neo4j_user -c \"$command stop\"" +status_cmd="su -m $neo4j_user -c \"$command status\"" neo4j_prestart() { - NEO4J_DATA=%%DBDIR%% + NEO4J_DATA=%%DBDIR%%/data + NEO4J_METRICS=%%DBDIR%%/metrics NEO4J_LIB=%%PREFIX%%/neo4j/lib NEO4J_LOGS=%%LOGDIR%% NEO4J_PLUGINS=${NEO4J_LIB}/plugins NEO4J_RUN=%%RUNDIR%% - mkdir -p ${NEO4J_LOGS} ${NEO4J_RUN} + [ -d ${NEO4J_LOGS} ] || install -d -o ${neo4j_user} -g ${neo4j_group} -m 0750 ${NEO4J_LOGS} + [ -d ${NEO4J_RUN} ] || install -d -o ${neo4j_user} -g ${neo4j_group} ${NEO4J_RUN} + [ -d ${NEO4J_DATA} ] || install -d -o ${neo4j_user} -g ${neo4j_group} -m 0750 ${NEO4J_DATA} + [ -d ${NEO4J_METRICS} ] || install -d -o ${neo4j_user} -g ${neo4j_group} -m 0750 ${NEO4J_METRICS} } run_rc_command $1 diff --git a/databases/neo4j/files/neo4j.sh.in b/databases/neo4j/files/neo4j.sh.in index 01a498c14583..f2704e7bc0fd 100644 --- a/databases/neo4j/files/neo4j.sh.in +++ b/databases/neo4j/files/neo4j.sh.in @@ -1,3 +1,3 @@ -#!/usr/bin/env bash - +#!/bin/sh +export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"} exec %%PREFIX%%/bin/$(basename $0) ${1+"$@"} diff --git a/databases/neo4j/files/patch-conf_neo4j.conf b/databases/neo4j/files/patch-conf_neo4j.conf index d7a5984f2abc..7fd32a3f5f5b 100644 --- a/databases/neo4j/files/patch-conf_neo4j.conf +++ b/databases/neo4j/files/patch-conf_neo4j.conf @@ -1,17 +1,69 @@ ---- conf/neo4j.conf.orig 2022-05-06 21:00:03 UTC +--- conf/neo4j.conf.orig 2025-05-15 11:34:49 UTC +++ conf/neo4j.conf -@@ -9,11 +9,11 @@ +@@ -9,18 +9,18 @@ #dbms.default_database=neo4j # Paths of directories in the installation. -#dbms.directories.data=data -+dbms.directories.data=/var/db/neo4j ++dbms.directories.data=%%DBDATADIR%% #dbms.directories.plugins=plugins -#dbms.directories.logs=logs -+dbms.directories.logs=/var/log/neo4j ++dbms.directories.logs=%%LOGDIR%% #dbms.directories.lib=lib -#dbms.directories.run=run -+dbms.directories.run=/var/run/ ++dbms.directories.run=%%RUNDIR%% #dbms.directories.licenses=licenses - #dbms.directories.transaction.logs.root=data/transactions +-#dbms.directories.transaction.logs.root=data/transactions ++dbms.directories.transaction.logs.root=%%DBDIR%%/transactions + + # This setting constrains all `LOAD CSV` import files to be under the `import` directory. Remove or comment it out to + # allow files to be loaded from anywhere in the filesystem; this introduces possible security problems. See the + # `LOAD CSV` section of the manual for details. +-dbms.directories.import=import ++dbms.directories.import=%%DBIMPORTDIR%% + + # Whether requests to Neo4j are authenticated. + # To disable authentication, uncomment this line +@@ -118,8 +118,8 @@ dbms.connector.https.enabled=false + # Allowable values are 'bolt', 'https', 'cluster' or 'backup'. + + # E.g if bolt and https connectors should use the same policy, the following could be declared +-# dbms.ssl.policy.bolt.base_directory=certificates/default +-# dbms.ssl.policy.https.base_directory=certificates/default ++# dbms.ssl.policy.bolt.base_directory=%%CERTDIR%%/default ++# dbms.ssl.policy.https.base_directory=%%CERTDIR%%/default + # However, it's strongly encouraged to not use the same key pair for multiple scopes. + # + # N.B: Note that a connector must be configured to support/require +@@ -157,27 +157,27 @@ dbms.connector.https.enabled=false + + # Bolt SSL configuration + #dbms.ssl.policy.bolt.enabled=true +-#dbms.ssl.policy.bolt.base_directory=certificates/bolt ++#dbms.ssl.policy.bolt.base_directory=%%CERTDIR%%/bolt + #dbms.ssl.policy.bolt.private_key=private.key + #dbms.ssl.policy.bolt.public_certificate=public.crt + #dbms.ssl.policy.bolt.client_auth=NONE + + # Https SSL configuration + #dbms.ssl.policy.https.enabled=true +-#dbms.ssl.policy.https.base_directory=certificates/https ++#dbms.ssl.policy.https.base_directory=%%CERTDIR%%/https + #dbms.ssl.policy.https.private_key=private.key + #dbms.ssl.policy.https.public_certificate=public.crt + #dbms.ssl.policy.https.client_auth=NONE + + # Cluster SSL configuration + #dbms.ssl.policy.cluster.enabled=true +-#dbms.ssl.policy.cluster.base_directory=certificates/cluster ++#dbms.ssl.policy.cluster.base_directory=%%CERTDIR%%/cluster + #dbms.ssl.policy.cluster.private_key=private.key + #dbms.ssl.policy.cluster.public_certificate=public.crt + + # Backup SSL configuration + #dbms.ssl.policy.backup.enabled=true +-#dbms.ssl.policy.backup.base_directory=certificates/backup ++#dbms.ssl.policy.backup.base_directory=%%CERTDIR%%/backup + #dbms.ssl.policy.backup.private_key=private.key + #dbms.ssl.policy.backup.public_certificate=public.crt diff --git a/databases/neo4j/pkg-plist b/databases/neo4j/pkg-plist index 6b8192f9c5d7..3cda72ff21e4 100644 --- a/databases/neo4j/pkg-plist +++ b/databases/neo4j/pkg-plist @@ -1,7 +1,7 @@ bin/cypher-shell bin/neo4j bin/neo4j-admin -@sample etc/neo4j.conf.sample +@sample %%ETCDIR%%/neo4j.conf.sample neo4j/lib/FastInfoset-1.2.16.jar neo4j/lib/WMI4Java-1.6.3.jar neo4j/lib/annotations-%%DISTVERSION%%.jar @@ -172,6 +172,9 @@ neo4j/lib/txw2-2.3.2.jar neo4j/lib/zstd-jni-1.5.0-4.jar neo4j/lib/zstd-proxy-%%DISTVERSION%%.jar neo4j/libexec/tools/cypher-shell.jar -@dir etc/neo4j-certificates @dir neo4j/lib/plugins -@dir %%DBDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%CERTDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%DBDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%DBDATADIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%METRICSDIR%% +@dir(%%USERS%%,%%GROUPS%%,750) %%DBIMPORTDIR%% diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile index e736ff74b858..2771a6783720 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 33 diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index 179bc45734fa..fe713c48bd03 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 34 diff --git a/databases/postgis35/Makefile b/databases/postgis35/Makefile index 8f087664e7dc..a441e8c6eff9 100644 --- a/databases/postgis35/Makefile +++ b/databases/postgis35/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 35 diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile index 8df55f161dca..fda391f9ea7b 100644 --- a/databases/postgresql-ogr_fdw/Makefile +++ b/databases/postgresql-ogr_fdw/Makefile @@ -1,6 +1,7 @@ PORTNAME= ogr_fdw DISTVERSIONPREFIX= v DISTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/py-cymysql/Makefile b/databases/py-cymysql/Makefile index 76b57f585c3a..9d2f91d5bba6 100644 --- a/databases/py-cymysql/Makefile +++ b/databases/py-cymysql/Makefile @@ -1,5 +1,5 @@ PORTNAME= cymysql -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-cymysql/distinfo b/databases/py-cymysql/distinfo index 9f22240295a0..afcc61de21ef 100644 --- a/databases/py-cymysql/distinfo +++ b/databases/py-cymysql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177970 -SHA256 (cymysql-1.0.8.tar.gz) = 994d504102220f9f8cc3ea3e811b0d2a9f5ce83e74756a384eb8da735f029189 -SIZE (cymysql-1.0.8.tar.gz) = 53449 +TIMESTAMP = 1747715338 +SHA256 (cymysql-1.0.10.tar.gz) = 01547ce0a19e461a7075b30b4d4b9a6000a98bd43e33d1fc7f32992d377c0d7d +SIZE (cymysql-1.0.10.tar.gz) = 53428 diff --git a/databases/py-psycopg-c/Makefile b/databases/py-psycopg-c/Makefile index 1a28841e5b7a..9f62dcd38118 100644 --- a/databases/py-psycopg-c/Makefile +++ b/databases/py-psycopg-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= psycopg-c -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.9 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg-c/distinfo b/databases/py-psycopg-c/distinfo index 8fb87f88a64a..f8a6b14a4d83 100644 --- a/databases/py-psycopg-c/distinfo +++ b/databases/py-psycopg-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546482 -SHA256 (psycopg_c-3.2.7.tar.gz) = 14455cf71ed29fdfa725c550f8c58056a852bb27b55eb59e3a0f127ca92751a3 -SIZE (psycopg_c-3.2.7.tar.gz) = 609707 +TIMESTAMP = 1747715342 +SHA256 (psycopg_c-3.2.9.tar.gz) = 8c9f654f20c6c56bddc4543a3caab236741ee94b6732ab7090b95605502210e2 +SIZE (psycopg_c-3.2.9.tar.gz) = 609538 diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index ba3d3020e557..2b1868ca0150 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -1,5 +1,5 @@ PORTNAME= psycopg -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.9 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg/distinfo b/databases/py-psycopg/distinfo index 8764501147ce..27dcf5f2fa64 100644 --- a/databases/py-psycopg/distinfo +++ b/databases/py-psycopg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546480 -SHA256 (psycopg-3.2.7.tar.gz) = 9afa609c7ebf139827a38c0bf61be9c024a3ed743f56443de9d38e1efc260bf3 -SIZE (psycopg-3.2.7.tar.gz) = 157238 +TIMESTAMP = 1747715340 +SHA256 (psycopg-3.2.9.tar.gz) = 2fbb46fcd17bc81f993f28c47f1ebea38d66ae97cc2dbc3cad73b37cefbff700 +SIZE (psycopg-3.2.9.tar.gz) = 158122 diff --git a/databases/py-sqlalchemy20/Makefile b/databases/py-sqlalchemy20/Makefile index 72e0a88cc12b..16578871eaa5 100644 --- a/databases/py-sqlalchemy20/Makefile +++ b/databases/py-sqlalchemy20/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlalchemy -PORTVERSION= 2.0.40 +PORTVERSION= 2.0.41 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlalchemy20/distinfo b/databases/py-sqlalchemy20/distinfo index ccb537a263a9..4e55edf1d2a6 100644 --- a/databases/py-sqlalchemy20/distinfo +++ b/databases/py-sqlalchemy20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288844 -SHA256 (sqlalchemy-2.0.40.tar.gz) = d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00 -SIZE (sqlalchemy-2.0.40.tar.gz) = 9664299 +TIMESTAMP = 1747715344 +SHA256 (sqlalchemy-2.0.41.tar.gz) = edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9 +SIZE (sqlalchemy-2.0.41.tar.gz) = 9689424 diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 4fa41e11c35e..406fc8f65095 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.31.4 +PORTVERSION= 3.33.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index a2a27aa239f0..810c5c71549b 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546486 -SHA256 (sqlframe-3.31.4.tar.gz) = 9c85d61dea4235c689ad7c8891ad4ed22e4332cc116b12fc205f4e58f933adae -SIZE (sqlframe-3.31.4.tar.gz) = 29475310 +TIMESTAMP = 1747715346 +SHA256 (sqlframe-3.33.0.tar.gz) = 2c8a903e34616ca1f3575e726ab4c619d80fe2b6e20fdcb3a89fb4fefe9c96a0 +SIZE (sqlframe-3.33.0.tar.gz) = 29477232 diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index abbf45005afd..1e1b10798581 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 0.33.6 +PORTVERSION= 0.34.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - tiledb>=2.27.2:databases/tiledb + tiledb>=2.28.0:databases/tiledb LIB_DEPENDS= libtiledb.so:databases/tiledb RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/databases/py-tiledb/distinfo b/databases/py-tiledb/distinfo index b278dbec31c3..fd69d6cbb79a 100644 --- a/databases/py-tiledb/distinfo +++ b/databases/py-tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288850 -SHA256 (tiledb-0.33.6.tar.gz) = 15d48d4306e5cb2aa0b6f844a293e1639700082362fdf6789ca721937a122f69 -SIZE (tiledb-0.33.6.tar.gz) = 373673 +TIMESTAMP = 1747715308 +SHA256 (tiledb-0.34.0.tar.gz) = ce4995f7455bebfa651fa45a795b07e8bc79867a6feb9b8523c8066ac817e44c +SIZE (tiledb-0.34.0.tar.gz) = 376015 diff --git a/databases/rubygem-google-cloud-datastore-v1/Makefile b/databases/rubygem-google-cloud-datastore-v1/Makefile index ec750403cf87..455b82c66bbf 100644 --- a/databases/rubygem-google-cloud-datastore-v1/Makefile +++ b/databases/rubygem-google-cloud-datastore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-datastore-v1 -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-v1/lat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/databases/rubygem-google-cloud-datastore-v1/distinfo b/databases/rubygem-google-cloud-datastore-v1/distinfo index 726b576dedb2..0489eb8c56d9 100644 --- a/databases/rubygem-google-cloud-datastore-v1/distinfo +++ b/databases/rubygem-google-cloud-datastore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546606 -SHA256 (rubygem/google-cloud-datastore-v1-1.3.1.gem) = b5cf8eb2b61339d1a51b9696aa9abdbf8716094732626cb6fd2a28e06d48986b -SIZE (rubygem/google-cloud-datastore-v1-1.3.1.gem) = 67584 +TIMESTAMP = 1747715486 +SHA256 (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 6d418406cd4cbafbe42842fa5b6ceeaf5faae7daab839e520e6959d661729836 +SIZE (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 67072 diff --git a/databases/rubygem-google-cloud-firestore-v1/Makefile b/databases/rubygem-google-cloud-firestore-v1/Makefile index 48a534f7a93b..72ad2646f86e 100644 --- a/databases/rubygem-google-cloud-firestore-v1/Makefile +++ b/databases/rubygem-google-cloud-firestore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-firestore-v1 -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,9 +12,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-firestore-v1/lat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-google-cloud-location>=0.7<2.0:net/rubygem-google-cloud-location + rubygem-google-cloud-location>=1.0<2:net/rubygem-google-cloud-location USES= gem diff --git a/databases/rubygem-google-cloud-firestore-v1/distinfo b/databases/rubygem-google-cloud-firestore-v1/distinfo index ce87457e99ad..ed4a38aca48b 100644 --- a/databases/rubygem-google-cloud-firestore-v1/distinfo +++ b/databases/rubygem-google-cloud-firestore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546608 -SHA256 (rubygem/google-cloud-firestore-v1-2.0.1.gem) = 5b1bb11d9484dd9be2e264c8fb9dbc46935622a33147884a6e71617c548112b7 -SIZE (rubygem/google-cloud-firestore-v1-2.0.1.gem) = 86016 +TIMESTAMP = 1747715488 +SHA256 (rubygem/google-cloud-firestore-v1-2.1.0.gem) = cba1a41136b681f9048ecf4327f2f72121a90603085fecba7bb2f24a9749a3da +SIZE (rubygem/google-cloud-firestore-v1-2.1.0.gem) = 86016 diff --git a/databases/rubygem-solid_cable-rails72/Makefile b/databases/rubygem-solid_cable-rails72/Makefile index a723c07bc3ac..7c0b3a3cd41a 100644 --- a/databases/rubygem-solid_cable-rails72/Makefile +++ b/databases/rubygem-solid_cable-rails72/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_cable -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails72 diff --git a/databases/rubygem-solid_cable-rails72/distinfo b/databases/rubygem-solid_cable-rails72/distinfo index bd72e9d532cd..4b5a62830e85 100644 --- a/databases/rubygem-solid_cable-rails72/distinfo +++ b/databases/rubygem-solid_cable-rails72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738089186 -SHA256 (rubygem/solid_cable-3.0.7.gem) = f2bce91e17e2c6e04c3c5e9905cc31b1078ff991702278c8bb1ac2e09f441a21 -SIZE (rubygem/solid_cable-3.0.7.gem) = 12800 +TIMESTAMP = 1747715492 +SHA256 (rubygem/solid_cable-3.0.8.gem) = 71fcc85587c8899d4c145f25ac15e092ed0ecc14477e67c9220f82ae3cdd8c3a +SIZE (rubygem/solid_cable-3.0.8.gem) = 12800 diff --git a/databases/rubygem-solid_cable/Makefile b/databases/rubygem-solid_cable/Makefile index 883dab6156fc..4c0a940417fd 100644 --- a/databases/rubygem-solid_cable/Makefile +++ b/databases/rubygem-solid_cable/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_cable -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-solid_cable/distinfo b/databases/rubygem-solid_cable/distinfo index b3ffc5b394bd..9998669e5710 100644 --- a/databases/rubygem-solid_cable/distinfo +++ b/databases/rubygem-solid_cable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738089184 -SHA256 (rubygem/solid_cable-3.0.7.gem) = f2bce91e17e2c6e04c3c5e9905cc31b1078ff991702278c8bb1ac2e09f441a21 -SIZE (rubygem/solid_cable-3.0.7.gem) = 12800 +TIMESTAMP = 1747715490 +SHA256 (rubygem/solid_cable-3.0.8.gem) = 71fcc85587c8899d4c145f25ac15e092ed0ecc14477e67c9220f82ae3cdd8c3a +SIZE (rubygem/solid_cable-3.0.8.gem) = 12800 diff --git a/databases/sqldeveloper/Makefile b/databases/sqldeveloper/Makefile index fcabb49aa9db..93385d380ba2 100644 --- a/databases/sqldeveloper/Makefile +++ b/databases/sqldeveloper/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqldeveloper -DISTVERSION= 24.3.0.284.2209 +DISTVERSION= 24.3.1.347.1826 DISTVERSIONSUFFIX= -no-jre CATEGORIES= databases java # https://www.oracle.com/tools/downloads/sqldev-downloads.html diff --git a/databases/sqldeveloper/distinfo b/databases/sqldeveloper/distinfo index 2d6a99c2a813..93c829c41e22 100644 --- a/databases/sqldeveloper/distinfo +++ b/databases/sqldeveloper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729415847 -SHA256 (oracle/sqldeveloper-24.3.0.284.2209-no-jre.zip) = fd931ea992a99f3330bd4dcaa6ae07d99366c7b07c7e4f6bba8ff131e9641dd2 -SIZE (oracle/sqldeveloper-24.3.0.284.2209-no-jre.zip) = 583624745 +TIMESTAMP = 1748299411 +SHA256 (oracle/sqldeveloper-24.3.1.347.1826-no-jre.zip) = 3390ef58972f1f255077c49e66b171b8664773bb16e37570a7ca16acc5afb8cb +SIZE (oracle/sqldeveloper-24.3.1.347.1826-no-jre.zip) = 587604133 diff --git a/databases/sqldeveloper/pkg-plist b/databases/sqldeveloper/pkg-plist index e539bb1f8b58..a7e30b2512b9 100644 --- a/databases/sqldeveloper/pkg-plist +++ b/databases/sqldeveloper/pkg-plist @@ -1120,8 +1120,10 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/bin/sqldeveloper.boot %%DATADIR%%/sqldeveloper/bin/sqldeveloper.conf %%DATADIR%%/sqldeveloper/bin/version.properties +%%DATADIR%%/sqldeveloper/doc/dataminer_help.jar %%DATADIR%%/sqldeveloper/doc/icon.png %%DATADIR%%/sqldeveloper/doc/otn_new.css +%%DATADIR%%/sqldeveloper/doc/sqldeveloper_help.jar %%DATADIR%%/sqldeveloper/doc/sqldevtips.jar %%DATADIR%%/sqldeveloper/doc/welcome/TrainingPaths.gif %%DATADIR%%/sqldeveloper/doc/welcome/de/Training.html diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index 896d0644e26f..d555a64c86d0 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiledb -PORTVERSION= 2.27.2 +PORTVERSION= 2.28.0 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/tiledb/distinfo b/databases/tiledb/distinfo index 705118107d8f..97631c52ef4a 100644 --- a/databases/tiledb/distinfo +++ b/databases/tiledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070294 -SHA256 (TileDB-Inc-TileDB-2.27.2_GH0.tar.gz) = 7522e83599421b35a554c9eae84903e951a46a1b6d9c7e32409492f938b63ad2 -SIZE (TileDB-Inc-TileDB-2.27.2_GH0.tar.gz) = 4376904 +TIMESTAMP = 1747715306 +SHA256 (TileDB-Inc-TileDB-2.28.0_GH0.tar.gz) = de731cd0c8e82fe8cfca084b937dc0df41e451c8eb93071e4cc5aba7bbef854e +SIZE (TileDB-Inc-TileDB-2.28.0_GH0.tar.gz) = 4404203 diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 005871ec1f39..75b628ebb28d 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.20.0 +PORTVERSION= 2.20.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index dd39311a2482..585e5159a44e 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747370173 -SHA256 (timescale-timescaledb-2.20.0_GH0.tar.gz) = b6ac4c29ef29e93249fcc25bf193dab2637422797360b12e00fd73067138a953 -SIZE (timescale-timescaledb-2.20.0_GH0.tar.gz) = 7784597 +TIMESTAMP = 1748423351 +SHA256 (timescale-timescaledb-2.20.1_GH0.tar.gz) = 0bd5d30dc91780b587b98bb5f9ed6e06f53a3bbb5619073dff8ce2c6f314f615 +SIZE (timescale-timescaledb-2.20.1_GH0.tar.gz) = 7790432 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 14bc5543ffc8..40e058863595 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -36,5 +36,6 @@ share/postgresql/extension/timescaledb--2.19.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.3--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.20.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 8c6de164c942..90e07d04c31c 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -1,6 +1,6 @@ PORTNAME= calcurse DISTVERSION= 4.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= https://calcurse.org/files/ \ https://fossies.org/linux/privat/ @@ -12,9 +12,6 @@ WWW= https://calcurse.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Depends on expired security/py-oauth2client -EXPIRATION_DATE=2025-06-01 - USES= ncurses shebangfix SHEBANG_FILES= contrib/caldav/calcurse-caldav \ contrib/caldav/calcurse-caldav.py \ @@ -31,8 +28,7 @@ CALDAV_DESC= Support Calendaring Extensions to WebDAV CALDAV_USES= python CALDAV_USES_OFF= python:env -CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR} +CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} DOCS_USES= gmake DOCS_CONFIGURE_ENABLE= docs diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index 26fe798a74f9..dcbe3ee75470 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -1,5 +1,5 @@ PORTNAME= fet -DISTVERSION= 7.2.0 +DISTVERSION= 7.2.3 CATEGORIES= deskutils education MASTER_SITES= https://lalescu.ro/liviu/fet/download/ \ https://lalescu.ro/liviu/fet/download/old/ \ diff --git a/deskutils/fet/distinfo b/deskutils/fet/distinfo index b73b7a5e1451..c7931043a081 100644 --- a/deskutils/fet/distinfo +++ b/deskutils/fet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746962995 -SHA256 (fet-7.2.0.tar.bz2) = 30969e53734943e09803acaaf3498741bd7bdfa08da6eb64aeb2d9abf811bed1 -SIZE (fet-7.2.0.tar.bz2) = 15786632 +TIMESTAMP = 1748408866 +SHA256 (fet-7.2.3.tar.bz2) = 03671430df54871f51a2b0a6eb4d75bae0d5088c3a8cb40d388f74748231d740 +SIZE (fet-7.2.3.tar.bz2) = 15876283 diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index 4451deed5f75..f9ac3244085f 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -1,8 +1,7 @@ PORTNAME= virt-manager -PORTVERSION= 4.1.0 -PORTREVISION= 5 +PORTVERSION= 5.0.0 CATEGORIES= deskutils net-mgmt -MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/ +MASTER_SITES= https://releases.pagure.org/${PORTNAME}/ MAINTAINER= novel@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities @@ -10,7 +9,6 @@ WWW= https://virt-manager.org/ LICENSE= LGPL3 -LIB_DEPENDS= libvirt.so:devel/libvirt BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:textproc/py-libxml2@${PY_FLAVOR} \ @@ -24,29 +22,18 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:devel/py-dbus@${PY_FLAVOR} \ spice-gtk>=0.26:deskutils/spice-gtk \ ssh-askpass:security/openssh-askpass -PYDISTUTILS_INSTALLNOSINGLE= yes -PYDISTUTILS_CONFIGURE_TARGET= configure -PYDISTUTILS_CONFIGUREARGS= --prefix=${PREFIX} -USES= python gettext gnome shebangfix -USE_PYTHON= noegginfo autoplist distutils noflavors - -NO_ARCH= yes - +USES= desktop-file-utils gettext gnome meson tar:xz python USE_GNOME= gtksourceview4 introspection:run intltool librsvg2 pygobject3 +GLIB_SCHEMAS= org.virt-manager.virt-manager.gschema.xml -SHEBANG_FILES= virt-manager \ - virt-install \ - virt-clone \ - virt-xml \ - virtManager/virtmanager.py +CONFIGURE_ARGS= -Dtests=disabled -GLIB_SCHEMAS= org.virt-manager.virt-manager.gschema.xml +NO_ARCH= yes -#add workaround for two autoplist functions -post-install: - @${MKDIR} ${STAGEDIR}/${PREFIX}/share/glib-2.0/schemas/ -.for file in ${GLIB_SCHEMAS} - ${INSTALL_DATA} ${WRKSRC}/data/${file} ${STAGEDIR}/${PREFIX}/share/glib-2.0/schemas -.endfor +post-patch: + ${REINPLACE_CMD} -e "s|'python3'|'${PYTHON_CMD}'|" \ + ${WRKSRC}/meson.build + ${REINPLACE_CMD} -e 's|"""#!/usr/bin/env python3|"""#!${PYTHON_CMD}|' \ + ${WRKSRC}/scripts/make_bin_wrapper.py .include <bsd.port.mk> diff --git a/deskutils/virt-manager/distinfo b/deskutils/virt-manager/distinfo index 39ea4033e7f4..78a144ae5f9d 100644 --- a/deskutils/virt-manager/distinfo +++ b/deskutils/virt-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667145208 -SHA256 (virt-manager-4.1.0.tar.gz) = 950681d7b32dc61669278ad94ef31da33109bf6fcf0426ed82dfd7379aa590a2 -SIZE (virt-manager-4.1.0.tar.gz) = 3151412 +TIMESTAMP = 1738834899 +SHA256 (virt-manager-5.0.0.tar.xz) = bc89ae46e0c997bd754ed62a419ca39c6aadec27e3d8b850cea5282f0083f84a +SIZE (virt-manager-5.0.0.tar.xz) = 1466724 diff --git a/deskutils/virt-manager/files/patch-setup.py b/deskutils/virt-manager/files/patch-setup.py deleted file mode 100644 index 36503001410c..000000000000 --- a/deskutils/virt-manager/files/patch-setup.py +++ /dev/null @@ -1,30 +0,0 @@ ---- setup.py.orig 2022-08-04 19:07:49 UTC -+++ setup.py -@@ -427,8 +427,8 @@ class VMMDistribution(setuptools.dist.Distribution): - ] - - def __init__(self, *args, **kwargs): -- self.no_update_icon_cache = False -- self.no_compile_schemas = False -+ self.no_update_icon_cache = True -+ self.no_compile_schemas = True - setuptools.dist.Distribution.__init__(self, *args, **kwargs) - - -@@ -500,8 +500,6 @@ setuptools.setup( - "build/virt-xml"]), - - data_files=[ -- ("share/glib-2.0/schemas", -- ["data/org.virt-manager.virt-manager.gschema.xml"]), - ("share/virt-manager/ui", glob.glob("ui/*.ui")), - - ("share/man/man1", [ -@@ -538,7 +536,6 @@ setuptools.setup( - 'build_i18n': my_build_i18n, - - 'install': my_install, -- 'install_egg_info': my_egg_info, - - 'configure': configure, - diff --git a/deskutils/virt-manager/pkg-plist b/deskutils/virt-manager/pkg-plist new file mode 100644 index 000000000000..73d49371e53b --- /dev/null +++ b/deskutils/virt-manager/pkg-plist @@ -0,0 +1,270 @@ +bin/virt-clone +bin/virt-install +bin/virt-manager +bin/virt-xml +share/applications/virt-manager.desktop +share/bash-completion/completions/virt-clone +share/bash-completion/completions/virt-install +share/bash-completion/completions/virt-xml +share/icons/hicolor/16x16/apps/virt-manager.png +share/icons/hicolor/22x22/apps/virt-manager.png +share/icons/hicolor/24x24/apps/virt-manager.png +share/icons/hicolor/256x256/apps/virt-manager.png +share/icons/hicolor/32x32/apps/virt-manager.png +share/icons/hicolor/48x48/apps/virt-manager.png +share/locale/ar/LC_MESSAGES/virt-manager.mo +share/locale/as/LC_MESSAGES/virt-manager.mo +share/locale/bg/LC_MESSAGES/virt-manager.mo +share/locale/bn_IN/LC_MESSAGES/virt-manager.mo +share/locale/bs/LC_MESSAGES/virt-manager.mo +share/locale/ca/LC_MESSAGES/virt-manager.mo +share/locale/cs/LC_MESSAGES/virt-manager.mo +share/locale/da/LC_MESSAGES/virt-manager.mo +share/locale/de/LC_MESSAGES/virt-manager.mo +share/locale/en_GB/LC_MESSAGES/virt-manager.mo +share/locale/es/LC_MESSAGES/virt-manager.mo +share/locale/fa/LC_MESSAGES/virt-manager.mo +share/locale/fi/LC_MESSAGES/virt-manager.mo +share/locale/fr/LC_MESSAGES/virt-manager.mo +share/locale/fur/LC_MESSAGES/virt-manager.mo +share/locale/gl/LC_MESSAGES/virt-manager.mo +share/locale/gu/LC_MESSAGES/virt-manager.mo +share/locale/hi/LC_MESSAGES/virt-manager.mo +share/locale/hr/LC_MESSAGES/virt-manager.mo +share/locale/hu/LC_MESSAGES/virt-manager.mo +share/locale/id/LC_MESSAGES/virt-manager.mo +share/locale/ie/LC_MESSAGES/virt-manager.mo +share/locale/is/LC_MESSAGES/virt-manager.mo +share/locale/it/LC_MESSAGES/virt-manager.mo +share/locale/ja/LC_MESSAGES/virt-manager.mo +share/locale/ka/LC_MESSAGES/virt-manager.mo +share/locale/kab/LC_MESSAGES/virt-manager.mo +share/locale/kn/LC_MESSAGES/virt-manager.mo +share/locale/ko/LC_MESSAGES/virt-manager.mo +share/locale/ml/LC_MESSAGES/virt-manager.mo +share/locale/mr/LC_MESSAGES/virt-manager.mo +share/locale/ms/LC_MESSAGES/virt-manager.mo +share/locale/nb/LC_MESSAGES/virt-manager.mo +share/locale/nl/LC_MESSAGES/virt-manager.mo +share/locale/or/LC_MESSAGES/virt-manager.mo +share/locale/pa/LC_MESSAGES/virt-manager.mo +share/locale/pl/LC_MESSAGES/virt-manager.mo +share/locale/pt/LC_MESSAGES/virt-manager.mo +share/locale/pt_BR/LC_MESSAGES/virt-manager.mo +share/locale/ro/LC_MESSAGES/virt-manager.mo +share/locale/ru/LC_MESSAGES/virt-manager.mo +share/locale/si/LC_MESSAGES/virt-manager.mo +share/locale/sk/LC_MESSAGES/virt-manager.mo +share/locale/sr/LC_MESSAGES/virt-manager.mo +share/locale/sr@latin/LC_MESSAGES/virt-manager.mo +share/locale/sv/LC_MESSAGES/virt-manager.mo +share/locale/ta/LC_MESSAGES/virt-manager.mo +share/locale/te/LC_MESSAGES/virt-manager.mo +share/locale/tr/LC_MESSAGES/virt-manager.mo +share/locale/uk/LC_MESSAGES/virt-manager.mo +share/locale/vi/LC_MESSAGES/virt-manager.mo +share/locale/zh_CN/LC_MESSAGES/virt-manager.mo +share/locale/zh_TW/LC_MESSAGES/virt-manager.mo +share/man/man1/virt-clone.1.gz +share/man/man1/virt-install.1.gz +share/man/man1/virt-manager.1.gz +share/man/man1/virt-xml.1.gz +share/metainfo/virt-manager.appdata.xml +%%DATADIR%%/icons/hicolor/16x16/actions/icon_console.png +%%DATADIR%%/icons/hicolor/16x16/actions/vm_new.png +%%DATADIR%%/icons/hicolor/22x22/actions/icon_console.png +%%DATADIR%%/icons/hicolor/22x22/actions/icon_details.png +%%DATADIR%%/icons/hicolor/22x22/actions/vm_new.png +%%DATADIR%%/icons/hicolor/22x22/devices/device_cpu.png +%%DATADIR%%/icons/hicolor/22x22/devices/device_mem.png +%%DATADIR%%/icons/hicolor/22x22/devices/device_pci.png +%%DATADIR%%/icons/hicolor/22x22/devices/device_serial.png +%%DATADIR%%/icons/hicolor/22x22/devices/device_usb.png +%%DATADIR%%/icons/hicolor/22x22/status/state_paused.png +%%DATADIR%%/icons/hicolor/22x22/status/state_running.png +%%DATADIR%%/icons/hicolor/22x22/status/state_shutoff.png +%%DATADIR%%/icons/hicolor/24x24/actions/icon_console.png +%%DATADIR%%/icons/hicolor/24x24/actions/vm_clone_wizard.png +%%DATADIR%%/icons/hicolor/24x24/actions/vm_new.png +%%DATADIR%%/icons/hicolor/32x32/actions/icon_console.png +%%DATADIR%%/icons/hicolor/32x32/actions/vm_new.png +%%DATADIR%%/icons/hicolor/32x32/status/state_paused.png +%%DATADIR%%/icons/hicolor/32x32/status/state_running.png +%%DATADIR%%/icons/hicolor/32x32/status/state_shutoff.png +%%DATADIR%%/icons/hicolor/48x48/actions/vm_clone_wizard.png +%%DATADIR%%/icons/hicolor/48x48/actions/vm_delete_wizard.png +%%DATADIR%%/icons/hicolor/48x48/actions/vm_import_wizard.png +%%DATADIR%%/icons/hicolor/48x48/actions/vm_new_wizard.png +%%DATADIR%%/ui/about.ui +%%DATADIR%%/ui/addhardware.ui +%%DATADIR%%/ui/addstorage.ui +%%DATADIR%%/ui/asyncjob.ui +%%DATADIR%%/ui/clone.ui +%%DATADIR%%/ui/connectauth.ui +%%DATADIR%%/ui/console.ui +%%DATADIR%%/ui/createconn.ui +%%DATADIR%%/ui/createnet.ui +%%DATADIR%%/ui/createpool.ui +%%DATADIR%%/ui/createvm.ui +%%DATADIR%%/ui/createvol.ui +%%DATADIR%%/ui/delete.ui +%%DATADIR%%/ui/details.ui +%%DATADIR%%/ui/fsdetails.ui +%%DATADIR%%/ui/gfxdetails.ui +%%DATADIR%%/ui/host.ui +%%DATADIR%%/ui/hostnets.ui +%%DATADIR%%/ui/hoststorage.ui +%%DATADIR%%/ui/manager.ui +%%DATADIR%%/ui/migrate.ui +%%DATADIR%%/ui/netlist.ui +%%DATADIR%%/ui/oslist.ui +%%DATADIR%%/ui/preferences.ui +%%DATADIR%%/ui/snapshots.ui +%%DATADIR%%/ui/snapshotsnew.ui +%%DATADIR%%/ui/storagebrowse.ui +%%DATADIR%%/ui/tpmdetails.ui +%%DATADIR%%/ui/vmwindow.ui +%%DATADIR%%/ui/vsockdetails.ui +%%DATADIR%%/ui/xmleditor.ui +%%DATADIR%%/virtManager/__init__.py +%%DATADIR%%/virtManager/about.py +%%DATADIR%%/virtManager/addhardware.py +%%DATADIR%%/virtManager/asyncjob.py +%%DATADIR%%/virtManager/baseclass.py +%%DATADIR%%/virtManager/clone.py +%%DATADIR%%/virtManager/config.py +%%DATADIR%%/virtManager/connection.py +%%DATADIR%%/virtManager/connmanager.py +%%DATADIR%%/virtManager/createconn.py +%%DATADIR%%/virtManager/createnet.py +%%DATADIR%%/virtManager/createpool.py +%%DATADIR%%/virtManager/createvm.py +%%DATADIR%%/virtManager/createvol.py +%%DATADIR%%/virtManager/delete.py +%%DATADIR%%/virtManager/details/__init__.py +%%DATADIR%%/virtManager/details/console.py +%%DATADIR%%/virtManager/details/details.py +%%DATADIR%%/virtManager/details/serialcon.py +%%DATADIR%%/virtManager/details/snapshots.py +%%DATADIR%%/virtManager/details/sshtunnels.py +%%DATADIR%%/virtManager/details/viewers.py +%%DATADIR%%/virtManager/device/__init__.py +%%DATADIR%%/virtManager/device/addstorage.py +%%DATADIR%%/virtManager/device/fsdetails.py +%%DATADIR%%/virtManager/device/gfxdetails.py +%%DATADIR%%/virtManager/device/mediacombo.py +%%DATADIR%%/virtManager/device/netlist.py +%%DATADIR%%/virtManager/device/tpmdetails.py +%%DATADIR%%/virtManager/device/vsockdetails.py +%%DATADIR%%/virtManager/engine.py +%%DATADIR%%/virtManager/error.py +%%DATADIR%%/virtManager/host.py +%%DATADIR%%/virtManager/hostnets.py +%%DATADIR%%/virtManager/hoststorage.py +%%DATADIR%%/virtManager/lib/__init__.py +%%DATADIR%%/virtManager/lib/connectauth.py +%%DATADIR%%/virtManager/lib/graphwidgets.py +%%DATADIR%%/virtManager/lib/inspection.py +%%DATADIR%%/virtManager/lib/keyring.py +%%DATADIR%%/virtManager/lib/libvirtenummap.py +%%DATADIR%%/virtManager/lib/module_trace.py +%%DATADIR%%/virtManager/lib/statsmanager.py +%%DATADIR%%/virtManager/lib/testmock.py +%%DATADIR%%/virtManager/lib/uiutil.py +%%DATADIR%%/virtManager/manager.py +%%DATADIR%%/virtManager/migrate.py +%%DATADIR%%/virtManager/object/__init__.py +%%DATADIR%%/virtManager/object/domain.py +%%DATADIR%%/virtManager/object/libvirtobject.py +%%DATADIR%%/virtManager/object/network.py +%%DATADIR%%/virtManager/object/nodedev.py +%%DATADIR%%/virtManager/object/storagepool.py +%%DATADIR%%/virtManager/oslist.py +%%DATADIR%%/virtManager/preferences.py +%%DATADIR%%/virtManager/storagebrowse.py +%%DATADIR%%/virtManager/systray.py +%%DATADIR%%/virtManager/virtmanager.py +%%DATADIR%%/virtManager/vmmenu.py +%%DATADIR%%/virtManager/vmwindow.py +%%DATADIR%%/virtManager/xmleditor.py +%%DATADIR%%/virtinst/__init__.py +%%DATADIR%%/virtinst/_progresspriv.py +%%DATADIR%%/virtinst/build.cfg +%%DATADIR%%/virtinst/buildconfig.py +%%DATADIR%%/virtinst/capabilities.py +%%DATADIR%%/virtinst/cli.py +%%DATADIR%%/virtinst/cloner.py +%%DATADIR%%/virtinst/connection.py +%%DATADIR%%/virtinst/devices/__init__.py +%%DATADIR%%/virtinst/devices/audio.py +%%DATADIR%%/virtinst/devices/char.py +%%DATADIR%%/virtinst/devices/controller.py +%%DATADIR%%/virtinst/devices/device.py +%%DATADIR%%/virtinst/devices/disk.py +%%DATADIR%%/virtinst/devices/filesystem.py +%%DATADIR%%/virtinst/devices/graphics.py +%%DATADIR%%/virtinst/devices/hostdev.py +%%DATADIR%%/virtinst/devices/input.py +%%DATADIR%%/virtinst/devices/interface.py +%%DATADIR%%/virtinst/devices/iommu.py +%%DATADIR%%/virtinst/devices/memballoon.py +%%DATADIR%%/virtinst/devices/memory.py +%%DATADIR%%/virtinst/devices/panic.py +%%DATADIR%%/virtinst/devices/redirdev.py +%%DATADIR%%/virtinst/devices/rng.py +%%DATADIR%%/virtinst/devices/shmem.py +%%DATADIR%%/virtinst/devices/smartcard.py +%%DATADIR%%/virtinst/devices/sound.py +%%DATADIR%%/virtinst/devices/tpm.py +%%DATADIR%%/virtinst/devices/video.py +%%DATADIR%%/virtinst/devices/vsock.py +%%DATADIR%%/virtinst/devices/watchdog.py +%%DATADIR%%/virtinst/diskbackend.py +%%DATADIR%%/virtinst/domain/__init__.py +%%DATADIR%%/virtinst/domain/blkiotune.py +%%DATADIR%%/virtinst/domain/clock.py +%%DATADIR%%/virtinst/domain/cpu.py +%%DATADIR%%/virtinst/domain/cputune.py +%%DATADIR%%/virtinst/domain/features.py +%%DATADIR%%/virtinst/domain/idmap.py +%%DATADIR%%/virtinst/domain/keywrap.py +%%DATADIR%%/virtinst/domain/launch_security.py +%%DATADIR%%/virtinst/domain/memorybacking.py +%%DATADIR%%/virtinst/domain/memtune.py +%%DATADIR%%/virtinst/domain/metadata.py +%%DATADIR%%/virtinst/domain/numatune.py +%%DATADIR%%/virtinst/domain/os.py +%%DATADIR%%/virtinst/domain/pm.py +%%DATADIR%%/virtinst/domain/resource.py +%%DATADIR%%/virtinst/domain/seclabel.py +%%DATADIR%%/virtinst/domain/sysinfo.py +%%DATADIR%%/virtinst/domain/vcpus.py +%%DATADIR%%/virtinst/domain/xmlnsqemu.py +%%DATADIR%%/virtinst/domcapabilities.py +%%DATADIR%%/virtinst/generatename.py +%%DATADIR%%/virtinst/guest.py +%%DATADIR%%/virtinst/install/__init__.py +%%DATADIR%%/virtinst/install/cloudinit.py +%%DATADIR%%/virtinst/install/installer.py +%%DATADIR%%/virtinst/install/installerinject.py +%%DATADIR%%/virtinst/install/installertreemedia.py +%%DATADIR%%/virtinst/install/unattended.py +%%DATADIR%%/virtinst/install/urldetect.py +%%DATADIR%%/virtinst/install/urlfetcher.py +%%DATADIR%%/virtinst/install/volumeupload.py +%%DATADIR%%/virtinst/logger.py +%%DATADIR%%/virtinst/network.py +%%DATADIR%%/virtinst/nodedev.py +%%DATADIR%%/virtinst/osdict.py +%%DATADIR%%/virtinst/pollhelpers.py +%%DATADIR%%/virtinst/progress.py +%%DATADIR%%/virtinst/snapshot.py +%%DATADIR%%/virtinst/storage.py +%%DATADIR%%/virtinst/support.py +%%DATADIR%%/virtinst/uri.py +%%DATADIR%%/virtinst/virtclone.py +%%DATADIR%%/virtinst/virtinstall.py +%%DATADIR%%/virtinst/virtxml.py +%%DATADIR%%/virtinst/xmlapi.py +%%DATADIR%%/virtinst/xmlbuilder.py +%%DATADIR%%/virtinst/xmlutil.py diff --git a/devel/Makefile b/devel/Makefile index 1c7f03f47ca3..61520105f23d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1107,6 +1107,7 @@ SUBDIR += judy SUBDIR += jujutsu SUBDIR += jwasm + SUBDIR += jwt-cpp SUBDIR += kBuild SUBDIR += kapptemplate SUBDIR += kassert @@ -5364,6 +5365,7 @@ SUBDIR += py-os-vif SUBDIR += py-os-win SUBDIR += py-osc-lib + SUBDIR += py-oslex SUBDIR += py-oslo.cache SUBDIR += py-oslo.concurrency SUBDIR += py-oslo.config @@ -5958,6 +5960,7 @@ SUBDIR += py-spyder-kernels SUBDIR += py-spyder-unittest SUBDIR += py-sqids + SUBDIR += py-sqlfluff SUBDIR += py-squint SUBDIR += py-sre-yield SUBDIR += py-srsly @@ -6161,6 +6164,7 @@ SUBDIR += py-vsts-cd-manager SUBDIR += py-vulture SUBDIR += py-wadllib + SUBDIR += py-wait-for2 SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-watchfiles @@ -7498,6 +7502,7 @@ SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json SUBDIR += rubygem-json-canonicalization + SUBDIR += rubygem-json-gitlab SUBDIR += rubygem-json-schema SUBDIR += rubygem-json1 SUBDIR += rubygem-json27 diff --git a/devel/R-cran-collapse/Makefile b/devel/R-cran-collapse/Makefile index 45243d0683cd..eb0f4f87f7ee 100644 --- a/devel/R-cran-collapse/Makefile +++ b/devel/R-cran-collapse/Makefile @@ -1,5 +1,5 @@ PORTNAME= collapse -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-collapse/distinfo b/devel/R-cran-collapse/distinfo index 5c01a8d1b528..aed3f710ddab 100644 --- a/devel/R-cran-collapse/distinfo +++ b/devel/R-cran-collapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744916558 -SHA256 (collapse_2.1.1.tar.gz) = e4c3ef6f387c4b3bd0f037d3f3cd65a8d137f1127790f5ae206d6294d30982ba -SIZE (collapse_2.1.1.tar.gz) = 1467283 +TIMESTAMP = 1748291103 +SHA256 (collapse_2.1.2.tar.gz) = 38620139595ffaaf253be429532ffd8cf2f2d9617a4ff981a4da0ff89fc1ce61 +SIZE (collapse_2.1.2.tar.gz) = 1468574 diff --git a/devel/R-cran-data.table/Makefile b/devel/R-cran-data.table/Makefile index 478c5efdde36..48dfccacd831 100644 --- a/devel/R-cran-data.table/Makefile +++ b/devel/R-cran-data.table/Makefile @@ -1,5 +1,5 @@ PORTNAME= data.table -DISTVERSION= 1.17.2 +DISTVERSION= 1.17.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-data.table/distinfo b/devel/R-cran-data.table/distinfo index 8d27085e4224..34b58065041c 100644 --- a/devel/R-cran-data.table/distinfo +++ b/devel/R-cran-data.table/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747185972 -SHA256 (data.table_1.17.2.tar.gz) = 014037d829c9bebf1ef91f73fcffdb7349196893d1c3eef5bfc71a3e679f1c5b -SIZE (data.table_1.17.2.tar.gz) = 5839559 +TIMESTAMP = 1748333320 +SHA256 (data.table_1.17.4.tar.gz) = 396eb2a0e38249310070b60cc6c4e930f2cfc940e6ad0ac62c4c7a5b16390753 +SIZE (data.table_1.17.4.tar.gz) = 5839682 diff --git a/devel/R-cran-pkgcache/Makefile b/devel/R-cran-pkgcache/Makefile index e20e1d0c18cb..3837a7a3a4ae 100644 --- a/devel/R-cran-pkgcache/Makefile +++ b/devel/R-cran-pkgcache/Makefile @@ -1,11 +1,11 @@ PORTNAME= pkgcache -DISTVERSION= 2.2.3 +DISTVERSION= 2.2.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Cache 'CRAN'-Like Metadata and R Packages -WWW= https://cran.r-project.org/web/packages/pkgcache/ +WWW= https://cran.r-project.org/package=pkgcache LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/R-cran-pkgcache/distinfo b/devel/R-cran-pkgcache/distinfo index 5f0b9a8633d7..ceb2ea6720f2 100644 --- a/devel/R-cran-pkgcache/distinfo +++ b/devel/R-cran-pkgcache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726428206 -SHA256 (pkgcache_2.2.3.tar.gz) = fbcc976fdc8f50a5cf08591e24ca856f598070419f1d989f985c5043c55a5bc7 -SIZE (pkgcache_2.2.3.tar.gz) = 266662 +TIMESTAMP = 1748334856 +SHA256 (pkgcache_2.2.4.tar.gz) = 13183ca5b21450e4190b4f7d571b2d8ce9d9e84823916b04f1d28407cf389e02 +SIZE (pkgcache_2.2.4.tar.gz) = 292445 diff --git a/devel/R-cran-sparsevctrs/Makefile b/devel/R-cran-sparsevctrs/Makefile index 022955e489fe..381642a41598 100644 --- a/devel/R-cran-sparsevctrs/Makefile +++ b/devel/R-cran-sparsevctrs/Makefile @@ -1,5 +1,5 @@ PORTNAME= sparsevctrs -DISTVERSION= 0.3.3 +DISTVERSION= 0.3.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-sparsevctrs/distinfo b/devel/R-cran-sparsevctrs/distinfo index ded7bbfc2de7..697ba77a73ad 100644 --- a/devel/R-cran-sparsevctrs/distinfo +++ b/devel/R-cran-sparsevctrs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744947853 -SHA256 (sparsevctrs_0.3.3.tar.gz) = 265a5b22941356041bd4b132cd3470b69c6ac0aac83954d5d14b33dfc9e12393 -SIZE (sparsevctrs_0.3.3.tar.gz) = 93664 +TIMESTAMP = 1748294238 +SHA256 (sparsevctrs_0.3.4.tar.gz) = 69c6fbf404ed22232a162baac4702795dbb099f2540f3f5bb77cf4c93cebf272 +SIZE (sparsevctrs_0.3.4.tar.gz) = 93765 diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 4459f61b2b3e..37dd06a3d3bd 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,5 +1,5 @@ PORTNAME= arduino-irremote -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -28,6 +28,8 @@ OPTIONS_DEFINE= EXAMPLES do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${RELPATH} cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${RELPATH} + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo index 32424eb263fa..281fc8a808e6 100644 --- a/devel/arduino-irremote/distinfo +++ b/devel/arduino-irremote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726680130 -SHA256 (Arduino-IRremote-Arduino-IRremote-v4.4.1_GH0.tar.gz) = 33541901cd805c399ad7025ceba7c450901512df548a2d4c7a628b506f380031 -SIZE (Arduino-IRremote-Arduino-IRremote-v4.4.1_GH0.tar.gz) = 1206645 +TIMESTAMP = 1748364818 +SHA256 (Arduino-IRremote-Arduino-IRremote-v4.4.2_GH0.tar.gz) = 691da86bdef7e88335429a2bb11810c38a954a44b0974b5326a8762e55bf1eae +SIZE (Arduino-IRremote-Arduino-IRremote-v4.4.2_GH0.tar.gz) = 1220596 diff --git a/devel/aws-c-mqtt/Makefile b/devel/aws-c-mqtt/Makefile index 507f4026eb4c..1cbcd0a30ec8 100644 --- a/devel/aws-c-mqtt/Makefile +++ b/devel/aws-c-mqtt/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-mqtt DISTVERSIONPREFIX= v -DISTVERSION= 0.13.0 +DISTVERSION= 0.13.1 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-mqtt/distinfo b/devel/aws-c-mqtt/distinfo index 09360ce165f8..ce4ceb005fd4 100644 --- a/devel/aws-c-mqtt/distinfo +++ b/devel/aws-c-mqtt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746032679 -SHA256 (awslabs-aws-c-mqtt-v0.13.0_GH0.tar.gz) = 8aa9e5b8f90a6aecdb85e83786b3543afa2a414738049447fd3ba5d1afef519b -SIZE (awslabs-aws-c-mqtt-v0.13.0_GH0.tar.gz) = 441027 +TIMESTAMP = 1748192327 +SHA256 (awslabs-aws-c-mqtt-v0.13.1_GH0.tar.gz) = c54d02c1e46f55bae8d5e6f9c4b0d78d84c1c9d9ac16ba8d78c3361edcd8b5bb +SIZE (awslabs-aws-c-mqtt-v0.13.1_GH0.tar.gz) = 442637 diff --git a/devel/capnproto1/Makefile b/devel/capnproto1/Makefile index cac0ffc681e6..b3c96124276a 100644 --- a/devel/capnproto1/Makefile +++ b/devel/capnproto1/Makefile @@ -1,5 +1,5 @@ PORTNAME= capnproto -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= c++- CATEGORIES= devel MASTER_SITES= https://capnproto.org/ @@ -25,7 +25,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} CONFLICTS_INSTALL= capnproto -# databases/tiledb 2.27.0+ requires capnproto 1.0.2 +# databases/tiledb 2.28.0+ requires capnproto 1.1.0 PORTSCOUT= ignore:1 .include <bsd.port.mk> diff --git a/devel/capnproto1/distinfo b/devel/capnproto1/distinfo index b3157b324c4c..e4fee9befc92 100644 --- a/devel/capnproto1/distinfo +++ b/devel/capnproto1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888032 -SHA256 (capnproto-c++-1.0.2.tar.gz) = 9057dbc0223366b74bbeca33a05de164a229b0377927f1b7ef3828cdd8cb1d7e -SIZE (capnproto-c++-1.0.2.tar.gz) = 1763161 +TIMESTAMP = 1747715292 +SHA256 (capnproto-c++-1.1.0.tar.gz) = 07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939 +SIZE (capnproto-c++-1.1.0.tar.gz) = 1768797 diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 89836a4b8184..25bb2e430155 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.133.0 +DISTVERSION= 0.133.1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/cirruslabs/cirrus-cli LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules USE_RC_SUBR= ${PORTNAME} diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 2a90f434e1b4..f82d66ebbf17 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747957596 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.133.0/v0.133.0.mod) = 4176a8972f255ac76b65a3a29e4255d81717d22159da748c8aa910bdb7d598a1 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.133.0/v0.133.0.mod) = 10858 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.133.0/v0.133.0.zip) = 1921f85149917d92871567f1830ace92ec15ad7f9caa28537db15cb8baef63cb -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.133.0/v0.133.0.zip) = 1319853 +TIMESTAMP = 1748195220 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.133.1/v0.133.1.mod) = 4176a8972f255ac76b65a3a29e4255d81717d22159da748c8aa910bdb7d598a1 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.133.1/v0.133.1.mod) = 10858 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.133.1/v0.133.1.zip) = f7c8fdca867df412b08ce527448b78f915f673082edcd12a46dfcdb8d00f523e +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.133.1/v0.133.1.zip) = 1320034 diff --git a/devel/cppinsights/Makefile b/devel/cppinsights/Makefile index 064fc56835f1..3b43f4bc9add 100644 --- a/devel/cppinsights/Makefile +++ b/devel/cppinsights/Makefile @@ -1,6 +1,6 @@ PORTNAME= cppinsights DISTVERSIONPREFIX= v_ -DISTVERSION= 19.1 +DISTVERSION= 20.1 CATEGORIES= devel MAINTAINER= freebsd@sysctl.cz @@ -10,7 +10,7 @@ WWW= https://github.com/andreasfertig/cppinsights LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake llvm:min=19,lib +USES= cmake llvm:min=20,lib USE_GITHUB= yes GH_ACCOUNT= andreasfertig diff --git a/devel/cppinsights/distinfo b/devel/cppinsights/distinfo index 71ad1e271d20..a5f69f7c85d7 100644 --- a/devel/cppinsights/distinfo +++ b/devel/cppinsights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737191513 -SHA256 (andreasfertig-cppinsights-v_19.1_GH0.tar.gz) = 88853a67b9eaf6917c531071436a275c62f1dcfe6f2e02e521c39ce81b05e6a7 -SIZE (andreasfertig-cppinsights-v_19.1_GH0.tar.gz) = 346873 +TIMESTAMP = 1748122202 +SHA256 (andreasfertig-cppinsights-v_20.1_GH0.tar.gz) = 672ecc237bc0231510025c9662c0f4880feebb076af46d16840adfb16e8fc4e8 +SIZE (andreasfertig-cppinsights-v_20.1_GH0.tar.gz) = 354064 diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 9019a276609a..9d9caa96a61b 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 9afc9423ea35..fa06d15539c7 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730524 -SHA256 (facebook-fatal-v2025.05.19.00_GH0.tar.gz) = 94d0a8d8fae5b094d0e8928dc84d47688254dbb329a70a6d3b9a773002ba4e69 -SIZE (facebook-fatal-v2025.05.19.00_GH0.tar.gz) = 656391 +TIMESTAMP = 1748334338 +SHA256 (facebook-fatal-v2025.05.26.00_GH0.tar.gz) = e545c450832da1fb503182457dfb2636dc6ca4179ca851cd5d9fee89bf4e9b80 +SIZE (facebook-fatal-v2025.05.26.00_GH0.tar.gz) = 656403 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 505908c30923..d08e459bc92b 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 6211876e419e..1c26ca4a9608 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730523 -SHA256 (facebook-fbthrift-v2025.05.19.00_GH0.tar.gz) = 418aaaa695c843ccd0eb445e7b782e315783b5639d9ce5b40e4b5aa708c73245 -SIZE (facebook-fbthrift-v2025.05.19.00_GH0.tar.gz) = 15177653 +TIMESTAMP = 1748334336 +SHA256 (facebook-fbthrift-v2025.05.26.00_GH0.tar.gz) = 28b0ba5d5698369c17919d68656ee20e0a85c789f76a08b3e718ae97a7ddc235 +SIZE (facebook-fbthrift-v2025.05.26.00_GH0.tar.gz) = 15136060 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index 28dea75e4fe0..19050d6e476b 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -284,6 +284,7 @@ include/thrift/lib/cpp2/dynamic/SerializableRecord.h include/thrift/lib/cpp2/dynamic/TypeId.h include/thrift/lib/cpp2/dynamic/TypeSystem.h include/thrift/lib/cpp2/dynamic/TypeSystemBuilder.h +include/thrift/lib/cpp2/dynamic/TypeSystemTraits.h include/thrift/lib/cpp2/dynamic/detail/Traits.h include/thrift/lib/cpp2/folly_dynamic/folly_dynamic.h include/thrift/lib/cpp2/folly_dynamic/internal/folly_dynamic-inl-post.h @@ -472,6 +473,7 @@ include/thrift/lib/cpp2/server/PreprocessResult.h include/thrift/lib/cpp2/server/ReactiveToggle.h include/thrift/lib/cpp2/server/RequestCompletionCallback.h include/thrift/lib/cpp2/server/RequestDebugLog.h +include/thrift/lib/cpp2/server/RequestExpirationDelegate.h include/thrift/lib/cpp2/server/RequestPileBase.h include/thrift/lib/cpp2/server/RequestPileInterface.h include/thrift/lib/cpp2/server/RequestsRegistry.h @@ -540,7 +542,7 @@ include/thrift/lib/cpp2/test/gen-cpp2/ProtocolBenchData_visit_union.h include/thrift/lib/cpp2/test/gen-cpp2/ProtocolBenchData_visitation.h include/thrift/lib/cpp2/test/server/ThriftServerTestUtils.h include/thrift/lib/cpp2/test/util/FakeClock.h -include/thrift/lib/cpp2/test/util/TestInterface.h +include/thrift/lib/cpp2/test/util/TestHandler.h include/thrift/lib/cpp2/test/util/TestServerFactory.h include/thrift/lib/cpp2/test/util/TestThriftServerFactory.h include/thrift/lib/cpp2/test/util/TrackingTProcessorEventHandler.h @@ -962,6 +964,7 @@ lib/fb-py-libs/thrift_py_inspect.manifest lib/fb-py-libs/thrift_py_inspect/thrift/util/inspect.py lib/libasync.so lib/libasync.so.1.0.0 +lib/libcommon.so lib/libcompiler.so lib/libcompiler.so.1.0.0 lib/libcompiler_ast.so @@ -975,7 +978,6 @@ lib/librpcmetadata.so.1.0.0 lib/libruntime.so lib/libserverdbginfo.so lib/libserverdbginfo.so.1.0.0 -lib/libshared.so lib/libthrift-core.so lib/libthrift-core.so.1.0.0 lib/libthriftannotation.so diff --git a/devel/folly/Makefile b/devel/folly/Makefile index 3b459cde9177..8ab38fa2485a 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 812b7a06f628..3ee739ff2b88 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730517 -SHA256 (facebook-folly-v2025.05.19.00_GH0.tar.gz) = c60daf2e709e0a3fd428d09a1e3439c1836189d4248189a1a45f33500de90eac -SIZE (facebook-folly-v2025.05.19.00_GH0.tar.gz) = 4466764 +TIMESTAMP = 1748334331 +SHA256 (facebook-folly-v2025.05.26.00_GH0.tar.gz) = 330510aad0e2dadcb7c96a885066b1d5785c1b410f346784a8d9b708689cb860 +SIZE (facebook-folly-v2025.05.26.00_GH0.tar.gz) = 4469476 diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index a6cff24d3465..347e23140b6e 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -858,6 +858,7 @@ include/folly/lang/Thunk.h include/folly/lang/ToAscii.h include/folly/lang/TypeInfo.h include/folly/lang/UncaughtExceptions.h +include/folly/lang/VectorTraits.h include/folly/logging/AsyncFileWriter.h include/folly/logging/AsyncLogWriter.h include/folly/logging/AutoTimer.h diff --git a/devel/gitu/Makefile b/devel/gitu/Makefile index 60fe6b66da63..56d394aff06c 100644 --- a/devel/gitu/Makefile +++ b/devel/gitu/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitu DISTVERSIONPREFIX= v -DISTVERSION= 0.31.0 +DISTVERSION= 0.32.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitu/distinfo b/devel/gitu/distinfo index 7a721ca314b0..77d059da9388 100644 --- a/devel/gitu/distinfo +++ b/devel/gitu/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1746508809 +TIMESTAMP = 1748374003 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/allocator-api2-0.2.18.crate) = 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f @@ -565,5 +565,5 @@ SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19d SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (altsem-gitu-v0.31.0_GH0.tar.gz) = a6eafe8fc5ce0dfec029d919bc970de330e6d5d8404d7f57ba89be27e7feec1c -SIZE (altsem-gitu-v0.31.0_GH0.tar.gz) = 3937616 +SHA256 (altsem-gitu-v0.32.0_GH0.tar.gz) = 02197becacec15ff1b862ea7e1ddc283145b72fc8a212e98b87d02e6c0637c9b +SIZE (altsem-gitu-v0.32.0_GH0.tar.gz) = 3939619 diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile index ca98f31d8a10..48cb98f560ed 100644 --- a/devel/jetbrains-clion/Makefile +++ b/devel/jetbrains-clion/Makefile @@ -1,5 +1,6 @@ PORTNAME= clion DISTVERSION= 2024.3.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/cpp/ \ https://packages.jetbrains.team/files/p/clion/ports/2024.3/freebsd/clang/:clang @@ -39,7 +40,7 @@ RUN_DEPENDS= cmake:devel/cmake-core \ USES= cpe java python:run shebangfix CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ SHEBANG_FILES= plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh @@ -108,6 +109,8 @@ do-install: # Use sqlite replacement provided by devel/jetbrains-sqlite ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH} ${LN} -sf ../../../../sqlite/${ARCH}/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH}/libsqliteij.so +# Disable automatic updates + ${ECHO} "ide.no.platform.update=FreeBSD Ports" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Install FreeBSD native clang ${MKDIR} ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/bin ${INSTALL_PROGRAM} \ diff --git a/devel/jwt-cpp/Makefile b/devel/jwt-cpp/Makefile new file mode 100644 index 000000000000..0a0b8efc6ef8 --- /dev/null +++ b/devel/jwt-cpp/Makefile @@ -0,0 +1,28 @@ +PORTNAME= jwt-cpp +DISTVERSIONPREFIX= v +DISTVERSION= 0.7.1 +CATEGORIES= devel + +MAINTAINER= kiwi@FreeBSD.org +COMMENT= C++ library for jwt +WWW= https://thalhammer.github.io/jwt-cpp/ + +LICENSE= MIT + +BUILD_DEPENDS= nlohmann-json>=3.11:devel/nlohmann-json + +USES= cmake pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= Thalhammer + +CMAKE_ON= JWT_ENABLE_COVERAGE \ + JWT_ENABLE_FUZZING \ + JWT_EXTERNAL_NLOHMANN_JSON + +CMAKE_OFF= JWT_BUILD_EXAMPLES \ + JWT_BUILD_TESTS \ + JWT_BUILD_DOCS \ + JWT_EXTERNAL_PICOJSON + +.include <bsd.port.mk> diff --git a/devel/jwt-cpp/distinfo b/devel/jwt-cpp/distinfo new file mode 100644 index 000000000000..d6d2d5b80740 --- /dev/null +++ b/devel/jwt-cpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747916819 +SHA256 (Thalhammer-jwt-cpp-v0.7.1_GH0.tar.gz) = e52f247d5e62fac5da6191170998271a70ce27f747f2ce8fde9b09f96a5375a4 +SIZE (Thalhammer-jwt-cpp-v0.7.1_GH0.tar.gz) = 159954 diff --git a/devel/jwt-cpp/pkg-descr b/devel/jwt-cpp/pkg-descr new file mode 100644 index 000000000000..e84769cf0c26 --- /dev/null +++ b/devel/jwt-cpp/pkg-descr @@ -0,0 +1,5 @@ +A header only library for creating and validating JSON web tokens in C++. + +The objective is to deliver a versatile and universally applicable collection +of algorithms, classes, and data structures, fostering adaptability and +seamless integration with other libraries that you may already be employing. diff --git a/devel/jwt-cpp/pkg-plist b/devel/jwt-cpp/pkg-plist new file mode 100644 index 000000000000..ae1f5fc1911d --- /dev/null +++ b/devel/jwt-cpp/pkg-plist @@ -0,0 +1,15 @@ +cmake/jwt-cpp-config-version.cmake +cmake/jwt-cpp-config.cmake +cmake/jwt-cpp-targets.cmake +include/jwt-cpp/base.h +include/jwt-cpp/jwt.h +include/jwt-cpp/traits/boost-json/defaults.h +include/jwt-cpp/traits/boost-json/traits.h +include/jwt-cpp/traits/danielaparker-jsoncons/defaults.h +include/jwt-cpp/traits/danielaparker-jsoncons/traits.h +include/jwt-cpp/traits/defaults.h.mustache +include/jwt-cpp/traits/kazuho-picojson/defaults.h +include/jwt-cpp/traits/kazuho-picojson/traits.h +include/jwt-cpp/traits/nlohmann-json/defaults.h +include/jwt-cpp/traits/nlohmann-json/traits.h +include/picojson/picojson.h diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile index aad94b0a4ec0..0f4d18497b18 100644 --- a/devel/libcbor/Makefile +++ b/devel/libcbor/Makefile @@ -1,7 +1,7 @@ PORTNAME= libcbor PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -11,8 +11,6 @@ WWW= https://github.com/PJK/libcbor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libcjson.so:devel/libcjson - USES= cmake pathfix CMAKE_OFF= CBOR_CUSTOM_ALLOC \ diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index f1553b38f1c5..1fea921189f2 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS_armv7= ac_cv_search__Unwind_Resume="-lgcc_s -lgcc" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes PLIST_SUB= ARCH=${ARCH:S|amd64|x86_64|:C|armv.|arm|:S|i386|x86|:C|powerpc64.*|ppc64|:S|powerpc|ppc32|} @@ -36,6 +37,8 @@ CPE_VENDOR= libunwind_project LIBUNWIND_VERSION= 1.8.1 +TESTING_UNSAFE= One test fails rarely due to race condition https://github.com/libunwind/libunwind/issues/715 + .include <bsd.port.options.mk> .if ${ARCH:Mpowerpc*} diff --git a/devel/mold/Makefile b/devel/mold/Makefile index f3709a286c69..0175e74d1f32 100644 --- a/devel/mold/Makefile +++ b/devel/mold/Makefile @@ -1,6 +1,6 @@ PORTNAME= mold DISTVERSIONPREFIX= v -DISTVERSION= 2.39.1 +DISTVERSION= 2.40.0 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/mold/distinfo b/devel/mold/distinfo index 67b3a49742aa..02b60c11ef01 100644 --- a/devel/mold/distinfo +++ b/devel/mold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747120965 -SHA256 (rui314-mold-v2.39.1_GH0.tar.gz) = 231ea3643a14fe5b88478c97b68b31f7c975b57b247a81356ffd889d015b5cc1 -SIZE (rui314-mold-v2.39.1_GH0.tar.gz) = 10224022 +TIMESTAMP = 1748331817 +SHA256 (rui314-mold-v2.40.0_GH0.tar.gz) = ee93ef0868cd54d1f30dfba1070dbacf04c1a35428bbea307a4b9242a883ad20 +SIZE (rui314-mold-v2.40.0_GH0.tar.gz) = 11005480 diff --git a/devel/muon/Makefile b/devel/muon/Makefile index d1a7a374992a..2d2dfd07d30e 100644 --- a/devel/muon/Makefile +++ b/devel/muon/Makefile @@ -1,5 +1,5 @@ PORTNAME= muon -DISTVERSION= 0.3.1 +DISTVERSION= 0.4.0 CATEGORIES= devel MASTER_SITES= https://git.sr.ht/~lattis/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -28,7 +28,7 @@ CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" do-configure: @(cd ${WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${SH} bootstrap.sh . && \ - ${SETENV} ${CONFIGURE_ENV} ./muon setup \ + ${SETENV} ${CONFIGURE_ENV} ./muon-bootstrap setup \ -Dlibcurl=disabled \ -Dlibarchive=disabled \ -Dtracy=disabled \ diff --git a/devel/muon/distinfo b/devel/muon/distinfo index 1d5d3dc08502..fda21d4d7e94 100644 --- a/devel/muon/distinfo +++ b/devel/muon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731066215 -SHA256 (muon-0.3.1.tar.gz) = 14b175b29c4390a69c1d9b5758b4689f0456c749822476af67511f007be2e503 -SIZE (muon-0.3.1.tar.gz) = 446185 +TIMESTAMP = 1744615411 +SHA256 (muon-0.4.0.tar.gz) = c2ce8302e886b2d3534ec38896a824dc83f43698d085d57bb19a751611d94e86 +SIZE (muon-0.4.0.tar.gz) = 527121 diff --git a/devel/muon/files/patch-tests_project_meson.build b/devel/muon/files/patch-tests_project_meson.build deleted file mode 100644 index e64500e59d93..000000000000 --- a/devel/muon/files/patch-tests_project_meson.build +++ /dev/null @@ -1,12 +0,0 @@ ---- tests/project/meson.build.orig 2024-10-07 15:19:19 UTC -+++ tests/project/meson.build -@@ -401,8 +401,8 @@ endif - endif - endif - -+meson_tests_dir = meson.current_source_dir() / 'meson-tests' - if git.found() -- meson_tests_dir = meson.current_source_dir() / 'meson-tests' - meson_tests_sha = '1e565931348f15f3f9b654f46ab4bf5fa009ca4f' - - if not fs.is_dir(meson_tests_dir) diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index edd041ecad95..876c415bf7cd 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/kkos/oniguruma LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Project archived upstream # but there are 30+ dependencies and deprecation is unlikely to happen +EXPIRATION_DATE= 2026-12-01 + USES= cmake cpe pathfix CPE_VENDOR= oniguruma_project USE_LDCONFIG= yes diff --git a/devel/osc/Makefile b/devel/osc/Makefile index 82e75879052d..50e4effa8ecf 100644 --- a/devel/osc/Makefile +++ b/devel/osc/Makefile @@ -1,5 +1,5 @@ PORTNAME= osc -PORTVERSION= 1.15.1 +PORTVERSION= 1.16.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/osc/distinfo b/devel/osc/distinfo index 7e7a8e3131d3..ab81e6f71d1e 100644 --- a/devel/osc/distinfo +++ b/devel/osc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743773302 -SHA256 (openSUSE-osc-1.15.1_GH0.tar.gz) = 730f8729fb7d29425d852c99d0359e94c5ba77575be9fe0521ff39b219910d67 -SIZE (openSUSE-osc-1.15.1_GH0.tar.gz) = 436520 +TIMESTAMP = 1748028462 +SHA256 (openSUSE-osc-1.16.0_GH0.tar.gz) = 42c7d41bbb6e365a65efcb557eee7cded0bb2abeaa30c94877ebc5bc784c1076 +SIZE (openSUSE-osc-1.16.0_GH0.tar.gz) = 441483 diff --git a/devel/p5-Data-URIEncode/Makefile b/devel/p5-Data-URIEncode/Makefile index 94f41d1d27cf..00a768a34a93 100644 --- a/devel/p5-Data-URIEncode/Makefile +++ b/devel/p5-Data-URIEncode/Makefile @@ -4,7 +4,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Allow complex data structures to be encoded using flat URIs WWW= https://metacpan.org/pod/Data::URIEncode diff --git a/devel/p5-Devel-Size/Makefile b/devel/p5-Devel-Size/Makefile index 6d8889c53cfe..5f8cd4ada33a 100644 --- a/devel/p5-Devel-Size/Makefile +++ b/devel/p5-Devel-Size/Makefile @@ -1,5 +1,5 @@ PORTNAME= Devel-Size -PORTVERSION= 0.84 +PORTVERSION= 0.85 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Devel-Size/distinfo b/devel/p5-Devel-Size/distinfo index f593912c930e..25c224cda07b 100644 --- a/devel/p5-Devel-Size/distinfo +++ b/devel/p5-Devel-Size/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714248954 -SHA256 (Devel-Size-0.84.tar.gz) = db2e4d65f688dbf59273b5e82101ac3f1a66f665afb0594dce168b8650a4d0e4 -SIZE (Devel-Size-0.84.tar.gz) = 75362 +TIMESTAMP = 1748084693 +SHA256 (Devel-Size-0.85.tar.gz) = 292f98b13edd1aa4a544e3a5cf1d9f2d7019f75c7364d2e8fa8a35ea5451e73e +SIZE (Devel-Size-0.85.tar.gz) = 75627 diff --git a/devel/p5-ExportTo/Makefile b/devel/p5-ExportTo/Makefile index 0bb7ef516278..a80b91433286 100644 --- a/devel/p5-ExportTo/Makefile +++ b/devel/p5-ExportTo/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KTAT PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Export any function/method to any namespace WWW= https://github.com/ktat/ExportTo diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile index 3b774359d65f..40bc608c2e13 100644 --- a/devel/p5-ExtUtils-MakeMaker/Makefile +++ b/devel/p5-ExtUtils-MakeMaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 7.74 +PORTVERSION= 7.76 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-ExtUtils-MakeMaker/distinfo b/devel/p5-ExtUtils-MakeMaker/distinfo index b6c8f979e3d7..0ecbdc7c1e17 100644 --- a/devel/p5-ExtUtils-MakeMaker/distinfo +++ b/devel/p5-ExtUtils-MakeMaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289410 -SHA256 (ExtUtils-MakeMaker-7.74.tar.gz) = 8ad2be00713b49dcfd386286e0a64ff9297b771a485f2425fbc144794f5a3e8c -SIZE (ExtUtils-MakeMaker-7.74.tar.gz) = 488199 +TIMESTAMP = 1748157431 +SHA256 (ExtUtils-MakeMaker-7.76.tar.gz) = 30bcfd75fec4d512e9081c792f7cb590009d9de2fe285ffa8eec1be35a5ae7ca +SIZE (ExtUtils-MakeMaker-7.76.tar.gz) = 488229 diff --git a/devel/p5-Goo-Canvas2/Makefile b/devel/p5-Goo-Canvas2/Makefile index 788e542d63a8..a92519642643 100644 --- a/devel/p5-Goo-Canvas2/Makefile +++ b/devel/p5-Goo-Canvas2/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= p5- PKGNAMESUFFIX= 2 DISTNAME= GooCanvas2-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl binding for GooCanvas2 WWW= https://metacpan.org/release/GooCanvas2 diff --git a/devel/p5-Module-Build-Tiny/Makefile b/devel/p5-Module-Build-Tiny/Makefile index cbc9976e8ed6..2c636151cc84 100644 --- a/devel/p5-Module-Build-Tiny/Makefile +++ b/devel/p5-Module-Build-Tiny/Makefile @@ -3,7 +3,7 @@ # Mk/Uses/perl5.mk. PORTNAME= Module-Build-Tiny -PORTVERSION= 0.051 +PORTVERSION= 0.052 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Module-Build-Tiny/distinfo b/devel/p5-Module-Build-Tiny/distinfo index 1d7862270ed9..9af212dac45c 100644 --- a/devel/p5-Module-Build-Tiny/distinfo +++ b/devel/p5-Module-Build-Tiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726080969 -SHA256 (Module-Build-Tiny-0.051.tar.gz) = 74fdce35e8cd4d787bc2d4fc1d43a291b7bbced4e94dc5fc592bd81ca93a98e9 -SIZE (Module-Build-Tiny-0.051.tar.gz) = 22872 +TIMESTAMP = 1747715314 +SHA256 (Module-Build-Tiny-0.052.tar.gz) = bd10452c9f24d4b4fe594126e3ad231bab6cebf16acda40a4e8dc784907eb87f +SIZE (Module-Build-Tiny-0.052.tar.gz) = 22980 diff --git a/devel/p5-Term-TablePrint/Makefile b/devel/p5-Term-TablePrint/Makefile index 6b4607597245..daf2a478b03a 100644 --- a/devel/p5-Term-TablePrint/Makefile +++ b/devel/p5-Term-TablePrint/Makefile @@ -1,5 +1,5 @@ PORTNAME= Term-TablePrint -PORTVERSION= 0.171 +PORTVERSION= 0.172 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Term-TablePrint/distinfo b/devel/p5-Term-TablePrint/distinfo index c89cf4eeb88c..741b0d44d219 100644 --- a/devel/p5-Term-TablePrint/distinfo +++ b/devel/p5-Term-TablePrint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546452 -SHA256 (Term-TablePrint-0.171.tar.gz) = a91cb62a2536d874f05304c4aab203b06df867a1eab0be8082783ed18f8f7401 -SIZE (Term-TablePrint-0.171.tar.gz) = 26977 +TIMESTAMP = 1747715316 +SHA256 (Term-TablePrint-0.172.tar.gz) = 2011c11f14737a377fdb63c449eff83cf1e8a0d1822f88e7539fa7c6ee51e99a +SIZE (Term-TablePrint-0.172.tar.gz) = 27084 diff --git a/devel/p5-Test-Mini-Unit/Makefile b/devel/p5-Test-Mini-Unit/Makefile index aea975df7869..bd94a9f6be5c 100644 --- a/devel/p5-Test-Mini-Unit/Makefile +++ b/devel/p5-Test-Mini-Unit/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PVANDE PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Declarative syntactic sugar for Test::Mini WWW= https://metacpan.org/release/Test-Mini-Unit diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 6c22c70e9c8f..d4432a834a48 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,5 +1,5 @@ PORTNAME= Test-Simple -PORTVERSION= 1.302211 +PORTVERSION= 1.302213 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 37197aa45cdc..c2812a5866de 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546454 -SHA256 (Test-Simple-1.302211.tar.gz) = c0cf69744134ecc2fcbd2777ae123bd135868295a0034da1d03a712574cd9a62 -SIZE (Test-Simple-1.302211.tar.gz) = 568329 +TIMESTAMP = 1747715318 +SHA256 (Test-Simple-1.302213.tar.gz) = ea8f9f328aba03a916598efc26d2d10852365a5dd814276a525001fcd36dea89 +SIZE (Test-Simple-1.302213.tar.gz) = 537117 diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index 681869f8f09a..47a1469528ff 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- DISTFILES= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to Thrift WWW= https://thrift.apache.org/ diff --git a/devel/p5-Util-Any/Makefile b/devel/p5-Util-Any/Makefile index 7132c6396ee3..2283471385f7 100644 --- a/devel/p5-Util-Any/Makefile +++ b/devel/p5-Util-Any/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KTAT PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Export any utilities and create your own utility module WWW= https://github.com/ktat/Util-Any diff --git a/devel/pecl-protobuf/Makefile b/devel/pecl-protobuf/Makefile index 4a0b4fcad5e4..5d95cf62324c 100644 --- a/devel/pecl-protobuf/Makefile +++ b/devel/pecl-protobuf/Makefile @@ -1,5 +1,5 @@ PORTNAME= protobuf -PORTVERSION= 4.30.2 +PORTVERSION= 4.31.0 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/pecl-protobuf/distinfo b/devel/pecl-protobuf/distinfo index ed0c31723b2a..8b073bcc6daf 100644 --- a/devel/pecl-protobuf/distinfo +++ b/devel/pecl-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288830 -SHA256 (PECL/protobuf-4.30.2.tgz) = a73856143393f138f0cfde15ce4047f3ec86afd2c9835ac9dc676150afe416aa -SIZE (PECL/protobuf-4.30.2.tgz) = 475879 +TIMESTAMP = 1747715330 +SHA256 (PECL/protobuf-4.31.0.tgz) = 7a19a09fdaa3440e34c721e48951ff91e789c52b1a18fc599ae8b63d42513a24 +SIZE (PECL/protobuf-4.31.0.tgz) = 494862 diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile index c403f8df134d..985d9d8d0f4b 100644 --- a/devel/phpunit11/Makefile +++ b/devel/phpunit11/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 11.5.19 +PORTVERSION= 11.5.20 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 11${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit11/distinfo b/devel/phpunit11/distinfo index b55c54f8351c..e2d9ae612ed0 100644 --- a/devel/phpunit11/distinfo +++ b/devel/phpunit11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546418 -SHA256 (phpunit-11.5.19.phar) = 096ab0201590617e8f1821683784de5e3b56a53dcca5991161a991e269cb9b64 -SIZE (phpunit-11.5.19.phar) = 5632058 +TIMESTAMP = 1747715294 +SHA256 (phpunit-11.5.20.phar) = 188430b561d17f08e7ed253a9d68c26d1f86f3a4620ed1651e91018312778261 +SIZE (phpunit-11.5.20.phar) = 5630854 diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index e6c5a2e50e73..ae3f92e868d0 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 3.3.9 +PORTVERSION= 3.3.10 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 31100 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4:devel/py-typing-extensions@${PY_FLAVOR} .endif .include <bsd.port.post.mk> diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index 366dad792a25..8c4d7701eb76 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070332 -SHA256 (astroid-3.3.9.tar.gz) = 622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550 -SIZE (astroid-3.3.9.tar.gz) = 398731 +TIMESTAMP = 1747715348 +SHA256 (astroid-3.3.10.tar.gz) = c332157953060c6deb9caa57303ae0d20b0fbdb2e59b4a4f2a6ba49d0a7961ce +SIZE (astroid-3.3.10.tar.gz) = 398941 diff --git a/devel/py-astroid/files/patch-pyproject.toml b/devel/py-astroid/files/patch-pyproject.toml index bc2223ca1ffc..97b1efd41b01 100644 --- a/devel/py-astroid/files/patch-pyproject.toml +++ b/devel/py-astroid/files/patch-pyproject.toml @@ -1,9 +1,20 @@ ---- pyproject.toml.orig 2023-03-05 23:08:15 UTC +--- pyproject.toml.orig 2025-05-10 13:32:40 UTC +++ pyproject.toml -@@ -1,5 +1,5 @@ +@@ -1,15 +1,14 @@ build-backend = "setuptools.build_meta" [build-system] --requires = ["setuptools>=64.0", "wheel>=0.37.1"] -+requires = ["setuptools>=62.6", "wheel>=0.37.1"] build-backend = "setuptools.build_meta" +-requires = [ "setuptools>=77" ] ++requires = [ "setuptools>=62.6" ] + [project] + name = "astroid" + description = "An abstract syntax tree for Python with inference support." + readme = "README.rst" + keywords = [ "abstract syntax tree", "python", "static code analysis" ] +-license = "LGPL-2.1-or-later" +-license-files = [ "LICENSE", "CONTRIBUTORS.txt" ] ++license = { text = "LGPL-2.1-or-later" } + + requires-python = ">=3.9.0" + classifiers = [ diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index c65f8e7868c9..8afba773ac9e 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.27.1 +PORTVERSION= 0.27.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index eb8fc82ea07c..c6651f489af9 100644 --- a/devel/py-awscrt/distinfo +++ b/devel/py-awscrt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546494 -SHA256 (awscrt-0.27.1.tar.gz) = fceb989c91001934c7a764e5c0ba68d7cbd339e054260dc35291f3245b8859cb -SIZE (awscrt-0.27.1.tar.gz) = 36843962 +TIMESTAMP = 1747715350 +SHA256 (awscrt-0.27.2.tar.gz) = 0c960bc48de60f11ba8c9b32ce1a1ea4985df10b665e0a430cc2f90a32226fb0 +SIZE (awscrt-0.27.2.tar.gz) = 37516253 diff --git a/devel/py-awscrt/files/patch-pyproject.toml b/devel/py-awscrt/files/patch-pyproject.toml index 50d9fde94c87..be9cc64ff016 100644 --- a/devel/py-awscrt/files/patch-pyproject.toml +++ b/devel/py-awscrt/files/patch-pyproject.toml @@ -1,10 +1,10 @@ ---- pyproject.toml.orig 2025-03-14 16:53:45 UTC +--- pyproject.toml.orig 2025-05-13 17:10:57 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools>=75.3.1", + "setuptools>=61", - "wheel>=0.45.1", # used by our setup.py + "wheel>=0.45.1", # used by our setup.py ] build-backend = "setuptools.build_meta" diff --git a/devel/py-castellan/Makefile b/devel/py-castellan/Makefile index 3f1efbc57d88..2464154e1d41 100644 --- a/devel/py-castellan/Makefile +++ b/devel/py-castellan/Makefile @@ -1,5 +1,5 @@ PORTNAME= castellan -PORTVERSION= 5.2.1 +PORTVERSION= 5.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-castellan/distinfo b/devel/py-castellan/distinfo index e0d4385c65da..921ef054297c 100644 --- a/devel/py-castellan/distinfo +++ b/devel/py-castellan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836108 -SHA256 (castellan-5.2.1.tar.gz) = 4db628c837fe305ba30b00a774cca317fd4652f6b3184a73c4cdd9db798a8eaa -SIZE (castellan-5.2.1.tar.gz) = 84665 +TIMESTAMP = 1747715352 +SHA256 (castellan-5.3.0.tar.gz) = 5aac40f303dc887b226030bda8a77bf807ce43473e9438f3e2ef520207bc3966 +SIZE (castellan-5.3.0.tar.gz) = 84742 diff --git a/devel/py-check-wheel-contents/Makefile b/devel/py-check-wheel-contents/Makefile index 909539b8fe0d..81ddd4c2a134 100644 --- a/devel/py-check-wheel-contents/Makefile +++ b/devel/py-check-wheel-contents/Makefile @@ -1,5 +1,5 @@ PORTNAME= check-wheel-contents -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +13,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=18.1:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \ +xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=18.1:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=8.2<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0<3:devel/py-pydantic2@${PY_FLAVOR} \ ${PY_TOMLI} \ ${PYTHON_PKGNAMEPREFIX}wheel-filename>=1.1<2:devel/py-wheel-filename@${PY_FLAVOR} -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-check-wheel-contents/distinfo b/devel/py-check-wheel-contents/distinfo index 5a5abd006ee8..8a382ac5b22c 100644 --- a/devel/py-check-wheel-contents/distinfo +++ b/devel/py-check-wheel-contents/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739962424 -SHA256 (check_wheel_contents-0.6.1.tar.gz) = d1261166c24a7a0f202016e38f2601452580674e9bb35667530c2b1a1c36f690 -SIZE (check_wheel_contents-0.6.1.tar.gz) = 585959 +TIMESTAMP = 1747715354 +SHA256 (check_wheel_contents-0.6.2.tar.gz) = f4a01d2b5bb62a91781cf4b5c0f472fcb41a0790027a34de05ca69b552717d32 +SIZE (check_wheel_contents-0.6.2.tar.gz) = 585951 diff --git a/devel/py-cliff/Makefile b/devel/py-cliff/Makefile index 4d7fa08cc277..859cf8cb0480 100644 --- a/devel/py-cliff/Makefile +++ b/devel/py-cliff/Makefile @@ -1,5 +1,5 @@ PORTNAME= cliff -PORTVERSION= 4.9.1 +PORTVERSION= 4.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,12 +17,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopage>=0.4.0:devel/py-autopage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cmd2>=1.0.0:devel/py-cmd2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.4:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.12:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.9+ +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-cliff/distinfo b/devel/py-cliff/distinfo index 1c585e98fefa..4258d9d64721 100644 --- a/devel/py-cliff/distinfo +++ b/devel/py-cliff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070344 -SHA256 (cliff-4.9.1.tar.gz) = 5b392198293c0b9225d459be8ba710cf8248f1ee33006bdeb3d92fb0012592b4 -SIZE (cliff-4.9.1.tar.gz) = 86597 +TIMESTAMP = 1747715356 +SHA256 (cliff-4.10.0.tar.gz) = 8c1f5b682741a03b0c4607c82e8af41d4e9c2859024646562f86cdeb2959a86d +SIZE (cliff-4.10.0.tar.gz) = 86514 diff --git a/devel/py-cloudpathlib/Makefile b/devel/py-cloudpathlib/Makefile index e78b17b380c9..6c847d4b130b 100644 --- a/devel/py-cloudpathlib/Makefile +++ b/devel/py-cloudpathlib/Makefile @@ -1,5 +1,5 @@ PORTNAME= cloudpathlib -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-cloudpathlib/distinfo b/devel/py-cloudpathlib/distinfo index 3132046006d6..d3edca77cfb3 100644 --- a/devel/py-cloudpathlib/distinfo +++ b/devel/py-cloudpathlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070346 -SHA256 (cloudpathlib-0.21.0.tar.gz) = fb8f6b890a3d37b35f0eabff86721bb8d35dfc6a6be98c1f4d34b19e989c6641 -SIZE (cloudpathlib-0.21.0.tar.gz) = 45271 +TIMESTAMP = 1747715358 +SHA256 (cloudpathlib-0.21.1.tar.gz) = f26a855abf34d98f267aafd15efdb2db3c9665913dbabe5fad079df92837a431 +SIZE (cloudpathlib-0.21.1.tar.gz) = 45295 diff --git a/devel/py-dask/Makefile b/devel/py-dask/Makefile index 5dea9d9e15fa..84160112508a 100644 --- a/devel/py-dask/Makefile +++ b/devel/py-dask/Makefile @@ -1,5 +1,5 @@ PORTNAME= dask -PORTVERSION= 2025.4.1 +PORTVERSION= 2025.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-dask/distinfo b/devel/py-dask/distinfo index 111df50e885b..88d8939e8d90 100644 --- a/devel/py-dask/distinfo +++ b/devel/py-dask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936122 -SHA256 (dask-2025.4.1.tar.gz) = 3b4b5d6e29d858c48339a5b9a99c39f11cb44111d3836d77ff32da51e0f51243 -SIZE (dask-2025.4.1.tar.gz) = 10963890 +TIMESTAMP = 1747715360 +SHA256 (dask-2025.5.0.tar.gz) = 3ec9175e53effe1c2b0086668352e0d5261c5ef6f71a410264eda83659d686ef +SIZE (dask-2025.5.0.tar.gz) = 10971343 diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile index 623d1e2b024f..06b479d643cc 100644 --- a/devel/py-ddtrace/Makefile +++ b/devel/py-ddtrace/Makefile @@ -1,5 +1,5 @@ PORTNAME= ddtrace -PORTVERSION= 2.21.7 +PORTVERSION= 2.21.8 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/abseil/abseil-cpp/releases/download/${ABSEIL_VERSION}/:abseil diff --git a/devel/py-ddtrace/distinfo b/devel/py-ddtrace/distinfo index b8730cde44f3..5915e307b9e9 100644 --- a/devel/py-ddtrace/distinfo +++ b/devel/py-ddtrace/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1747546498 -SHA256 (ddtrace-2.21.7.tar.gz) = 99df11ec7630abe6594da23b8b5dfab8ed33a4e2721e51049f3c8cf6fe010d2b -SIZE (ddtrace-2.21.7.tar.gz) = 9302575 +TIMESTAMP = 1747715362 +SHA256 (ddtrace-2.21.8.tar.gz) = 881f5482db3a24686ee225cdbc8a38d26a952a65ef0f00d5cfa8f5d115545952 +SIZE (ddtrace-2.21.8.tar.gz) = 9379875 SHA256 (abseil-cpp-20250127.1.tar.gz) = b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811 SIZE (abseil-cpp-20250127.1.tar.gz) = 2267282 SHA256 (rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile index 57ee5262538d..0351ef3430d2 100644 --- a/devel/py-distributed/Makefile +++ b/devel/py-distributed/Makefile @@ -1,5 +1,5 @@ PORTNAME= distributed -PORTVERSION= 2025.4.1 +PORTVERSION= 2025.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo index 8e84511e99d2..4cdfe5efb07a 100644 --- a/devel/py-distributed/distinfo +++ b/devel/py-distributed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936124 -SHA256 (distributed-2025.4.1.tar.gz) = d5c76d8d407c8c9529f3a205754536099479013e29c198f492c46f2d9dcecfb9 -SIZE (distributed-2025.4.1.tar.gz) = 1109277 +TIMESTAMP = 1747715364 +SHA256 (distributed-2025.5.0.tar.gz) = 49dc3395eb3b7169800160731064bbc7ee6f5235bbea49d9b85baa6358a2e37a +SIZE (distributed-2025.5.0.tar.gz) = 1108873 diff --git a/devel/py-docformatter/Makefile b/devel/py-docformatter/Makefile index 9b7f0674d9d5..eec22bccb2a2 100644 --- a/devel/py-docformatter/Makefile +++ b/devel/py-docformatter/Makefile @@ -1,5 +1,5 @@ PORTNAME= docformatter -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-docformatter/distinfo b/devel/py-docformatter/distinfo index acb9034507bc..60479617a91c 100644 --- a/devel/py-docformatter/distinfo +++ b/devel/py-docformatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546500 -SHA256 (docformatter-1.7.6.tar.gz) = 911f03dd302d0045739dd4daf6a007ce26256db693494b19a4ccdc9136a59dbb -SIZE (docformatter-1.7.6.tar.gz) = 26357 +TIMESTAMP = 1747715366 +SHA256 (docformatter-1.7.7.tar.gz) = ea0e1e8867e5af468dfc3f9e947b92230a55be9ec17cd1609556387bffac7978 +SIZE (docformatter-1.7.7.tar.gz) = 26587 diff --git a/devel/py-dunamai/Makefile b/devel/py-dunamai/Makefile index ebdc93f8b478..25d9e59db0f2 100644 --- a/devel/py-dunamai/Makefile +++ b/devel/py-dunamai/Makefile @@ -1,5 +1,5 @@ PORTNAME= dunamai -PORTVERSION= 1.24.0 +PORTVERSION= 1.24.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/mtkennerly/dunamai/releases/download/v${PORTVERSION}/ diff --git a/devel/py-dunamai/distinfo b/devel/py-dunamai/distinfo index ff4dfbd56e38..fd96aed80f0d 100644 --- a/devel/py-dunamai/distinfo +++ b/devel/py-dunamai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546502 -SHA256 (dunamai-1.24.0.tar.gz) = c2d1a9f7359033c04dfc1865481d890acc5be4ac02596ad3275b854aba342294 -SIZE (dunamai-1.24.0.tar.gz) = 45554 +TIMESTAMP = 1747715368 +SHA256 (dunamai-1.24.1.tar.gz) = 3aa3348f77242da8628b23f11e89569343440f0f912bcef32a1fa891cf8e7215 +SIZE (dunamai-1.24.1.tar.gz) = 45616 diff --git a/devel/py-exceptiongroup/Makefile b/devel/py-exceptiongroup/Makefile index ea656b438133..ea8860d1d871 100644 --- a/devel/py-exceptiongroup/Makefile +++ b/devel/py-exceptiongroup/Makefile @@ -1,5 +1,5 @@ PORTNAME= exceptiongroup -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +18,10 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-exceptiongroup/distinfo b/devel/py-exceptiongroup/distinfo index f6138d41d6a4..56fe736e1f06 100644 --- a/devel/py-exceptiongroup/distinfo +++ b/devel/py-exceptiongroup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720893176 -SHA256 (exceptiongroup-1.2.2.tar.gz) = 47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc -SIZE (exceptiongroup-1.2.2.tar.gz) = 28883 +TIMESTAMP = 1747715370 +SHA256 (exceptiongroup-1.3.0.tar.gz) = b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88 +SIZE (exceptiongroup-1.3.0.tar.gz) = 29749 diff --git a/devel/py-freezegun/Makefile b/devel/py-freezegun/Makefile index b5019fc4493c..a8164b53c44b 100644 --- a/devel/py-freezegun/Makefile +++ b/devel/py-freezegun/Makefile @@ -1,5 +1,5 @@ PORTNAME= freezegun -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-freezegun/distinfo b/devel/py-freezegun/distinfo index f29ceca6cf29..5b00362941b0 100644 --- a/devel/py-freezegun/distinfo +++ b/devel/py-freezegun/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716816533 -SHA256 (freezegun-1.5.1.tar.gz) = b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9 -SIZE (freezegun-1.5.1.tar.gz) = 33697 +TIMESTAMP = 1748195417 +SHA256 (freezegun-1.5.2.tar.gz) = a54ae1d2f9c02dbf42e02c18a3ab95ab4295818b549a34dac55592d72a905181 +SIZE (freezegun-1.5.2.tar.gz) = 34855 diff --git a/devel/py-glance-store/Makefile b/devel/py-glance-store/Makefile index 47d64030af89..125f0ddc3656 100644 --- a/devel/py-glance-store/Makefile +++ b/devel/py-glance-store/Makefile @@ -1,5 +1,5 @@ PORTNAME= glance-store -PORTVERSION= 4.9.1 +PORTVERSION= 4.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-glance-store/distinfo b/devel/py-glance-store/distinfo index 37ea88015fb6..a0914299c3b2 100644 --- a/devel/py-glance-store/distinfo +++ b/devel/py-glance-store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836120 -SHA256 (glance_store-4.9.1.tar.gz) = ef5885361a0eab6a89b8f259eda19b729e72361e18de3f129dd0e7e83b43f715 -SIZE (glance_store-4.9.1.tar.gz) = 240085 +TIMESTAMP = 1747715372 +SHA256 (glance_store-4.10.0.tar.gz) = 513a389556880fdb5d02254d02af531ccd4cc0cccf89ea80078cdb6ff7479cf7 +SIZE (glance_store-4.10.0.tar.gz) = 240372 diff --git a/devel/py-gql/Makefile b/devel/py-gql/Makefile index 034033d4cc06..193b219b002e 100644 --- a/devel/py-gql/Makefile +++ b/devel/py-gql/Makefile @@ -1,6 +1,5 @@ PORTNAME= gql -PORTVERSION= 3.5.1 -PORTREVISION= 1 +DISTVERSION= 3.5.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-gql/distinfo b/devel/py-gql/distinfo index 0c3128500c8d..97a1cf87acc8 100644 --- a/devel/py-gql/distinfo +++ b/devel/py-gql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740888880 -SHA256 (gql-3.5.1.tar.gz) = 6845cf92cabf885cfd3940211f74f63328ce1148a3e0156005f33eae8b73ac09 -SIZE (gql-3.5.1.tar.gz) = 180187 +TIMESTAMP = 1748140401 +SHA256 (gql-3.5.3.tar.gz) = 393b8c049d58e0d2f5461b9d738a2b5f904186a40395500b4a84dd092d56e42b +SIZE (gql-3.5.3.tar.gz) = 180504 diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index 19ff0519e728..4da112c88d69 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -1,5 +1,5 @@ PORTNAME= greenlet -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-greenlet/distinfo b/devel/py-greenlet/distinfo index 2c3ab46b544e..b55394341b03 100644 --- a/devel/py-greenlet/distinfo +++ b/devel/py-greenlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936130 -SHA256 (greenlet-3.2.1.tar.gz) = 9f4dd4b4946b14bb3bf038f81e1d2e535b7d94f1b2a59fdba1293cd9c1a0a4d7 -SIZE (greenlet-3.2.1.tar.gz) = 184475 +TIMESTAMP = 1747715374 +SHA256 (greenlet-3.2.2.tar.gz) = ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485 +SIZE (greenlet-3.2.2.tar.gz) = 185797 diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 703a0b6799e6..961f200c5f8b 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.131.15 +PORTVERSION= 6.131.19 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index e7dda73831a7..d81e56cf38ed 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546506 -SHA256 (hypothesis-6.131.15.tar.gz) = 11849998ae5eecc8c586c6c98e47677fcc02d97475065f62768cfffbcc15ef7a -SIZE (hypothesis-6.131.15.tar.gz) = 436596 +TIMESTAMP = 1747715376 +SHA256 (hypothesis-6.131.19.tar.gz) = eadb7d26427a66332dc06f4a6c91a95dbe3827e7618bec4913e3610d74ff76ef +SIZE (hypothesis-6.131.19.tar.gz) = 437718 diff --git a/devel/py-identify/Makefile b/devel/py-identify/Makefile index 798744122e63..821d6f027a4c 100644 --- a/devel/py-identify/Makefile +++ b/devel/py-identify/Makefile @@ -1,5 +1,5 @@ PORTNAME= identify -DISTVERSION= 2.6.10 +DISTVERSION= 2.6.11 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-identify/distinfo b/devel/py-identify/distinfo index 032a9162ba41..46ba8adce4d7 100644 --- a/devel/py-identify/distinfo +++ b/devel/py-identify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745141724 -SHA256 (identify-2.6.10.tar.gz) = 45e92fd704f3da71cc3880036633f48b4b7265fd4de2b57627cb157216eb7eb8 -SIZE (identify-2.6.10.tar.gz) = 99201 +TIMESTAMP = 1748195706 +SHA256 (identify-2.6.11.tar.gz) = 7c637280b88b37110c4b7955c055fc93dcad386973fd9023db5d770c3eed878f +SIZE (identify-2.6.11.tar.gz) = 99234 diff --git a/devel/py-ipywidgets/Makefile b/devel/py-ipywidgets/Makefile index 040a19881f35..864ef7cb9110 100644 --- a/devel/py-ipywidgets/Makefile +++ b/devel/py-ipywidgets/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipywidgets -PORTVERSION= 8.1.6 +PORTVERSION= 8.1.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ipywidgets/distinfo b/devel/py-ipywidgets/distinfo index 7437762f7bd5..15cb96c1478e 100644 --- a/devel/py-ipywidgets/distinfo +++ b/devel/py-ipywidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744560056 -SHA256 (ipywidgets-8.1.6.tar.gz) = d8ace49c66f14419fc66071371b99d01bed230bbc15d8a60233b18bfbd782851 -SIZE (ipywidgets-8.1.6.tar.gz) = 116764 +TIMESTAMP = 1748197923 +SHA256 (ipywidgets-8.1.7.tar.gz) = 15f1ac050b9ccbefd45dccfbb2ef6bed0029d8278682d569d71b8dd96bee0376 +SIZE (ipywidgets-8.1.7.tar.gz) = 116721 diff --git a/devel/py-jaraco.itertools/Makefile b/devel/py-jaraco.itertools/Makefile index ca6fede4a721..33b4cb52c3d4 100644 --- a/devel/py-jaraco.itertools/Makefile +++ b/devel/py-jaraco.itertools/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaraco.itertools -PORTVERSION= 6.4.2 +PORTVERSION= 6.4.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jaraco.itertools/distinfo b/devel/py-jaraco.itertools/distinfo index 2d4b079e5983..a7ce5eab86e7 100644 --- a/devel/py-jaraco.itertools/distinfo +++ b/devel/py-jaraco.itertools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288898 -SHA256 (jaraco_itertools-6.4.2.tar.gz) = 36c98e8bd7906b27021062e2fe141a0b7281dc6e7a59cf605fb70771a4bb4abd -SIZE (jaraco_itertools-6.4.2.tar.gz) = 19524 +TIMESTAMP = 1747715378 +SHA256 (jaraco_itertools-6.4.3.tar.gz) = 06c8727afcad659e29ce78773870428500f4daf6f13b9c2f5154ddb21cbca90d +SIZE (jaraco_itertools-6.4.3.tar.gz) = 19680 diff --git a/devel/py-jaraco.itertools/files/patch-pyproject.toml b/devel/py-jaraco.itertools/files/patch-pyproject.toml new file mode 100644 index 000000000000..c4fe54deff66 --- /dev/null +++ b/devel/py-jaraco.itertools/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-05-10 16:39:26 UTC ++++ pyproject.toml +@@ -2,8 +2,6 @@ requires = [ + requires = [ + "setuptools>=61.2", + "setuptools_scm[toml]>=3.4.1", +- # jaraco/skeleton#174 +- "coherent.licensed", + ] + build-backend = "setuptools.build_meta" + +@@ -21,7 +19,7 @@ requires-python = ">=3.9" + "Programming Language :: Python :: 3 :: Only", + ] + requires-python = ">=3.9" +-license = "MIT" ++license = { text = "MIT" } + dependencies = [ + "more_itertools>=4.0.0", + "inflect", diff --git a/devel/py-jupyter-server/Makefile b/devel/py-jupyter-server/Makefile index a57ed3332471..7c52fef39b36 100644 --- a/devel/py-jupyter-server/Makefile +++ b/devel/py-jupyter-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-server -PORTVERSION= 2.15.0 +PORTVERSION= 2.16.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyter-server/distinfo b/devel/py-jupyter-server/distinfo index 16d13567fbd2..ac725595ac15 100644 --- a/devel/py-jupyter-server/distinfo +++ b/devel/py-jupyter-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735227880 -SHA256 (jupyter_server-2.15.0.tar.gz) = 9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 -SIZE (jupyter_server-2.15.0.tar.gz) = 725227 +TIMESTAMP = 1747715380 +SHA256 (jupyter_server-2.16.0.tar.gz) = 65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 +SIZE (jupyter_server-2.16.0.tar.gz) = 728177 diff --git a/devel/py-jupyterlab-widgets/Makefile b/devel/py-jupyterlab-widgets/Makefile index da15ec578bdf..18c6b3e3f16c 100644 --- a/devel/py-jupyterlab-widgets/Makefile +++ b/devel/py-jupyterlab-widgets/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyterlab-widgets -DISTVERSION= 3.0.14 +DISTVERSION= 3.0.15 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ WWW= https://pypi.python.org/pypi/jupyterlab-widgets LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>0:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0.25:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} USES= python diff --git a/devel/py-jupyterlab-widgets/distinfo b/devel/py-jupyterlab-widgets/distinfo index 44b74647dc2d..ed30a31b77eb 100644 --- a/devel/py-jupyterlab-widgets/distinfo +++ b/devel/py-jupyterlab-widgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744560079 -SHA256 (jupyterlab_widgets-3.0.14.tar.gz) = bad03e59546869f026e537e0d170e454259e6dc7048e14041707ca31e523c8a1 -SIZE (jupyterlab_widgets-3.0.14.tar.gz) = 203815 +TIMESTAMP = 1748197945 +SHA256 (jupyterlab_widgets-3.0.15.tar.gz) = 2920888a0c2922351a9202817957a68c07d99673504d6cd37345299e971bb08b +SIZE (jupyterlab_widgets-3.0.15.tar.gz) = 213149 diff --git a/devel/py-keystoneauth1/Makefile b/devel/py-keystoneauth1/Makefile index 67fe3244070e..7df3e68d4b7d 100644 --- a/devel/py-keystoneauth1/Makefile +++ b/devel/py-keystoneauth1/Makefile @@ -1,5 +1,5 @@ PORTNAME= keystoneauth1 -PORTVERSION= 5.10.0 +PORTVERSION= 5.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-keystoneauth1/distinfo b/devel/py-keystoneauth1/distinfo index 97b70f776520..d19900178985 100644 --- a/devel/py-keystoneauth1/distinfo +++ b/devel/py-keystoneauth1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836126 -SHA256 (keystoneauth1-5.10.0.tar.gz) = 34b870dbbcf806cdb5aec98483b62820a6568d364eca7b1174ca6a8b5a9c77ed -SIZE (keystoneauth1-5.10.0.tar.gz) = 288360 +TIMESTAMP = 1747715382 +SHA256 (keystoneauth1-5.11.0.tar.gz) = 9af6a165fa0747ed739ffc34b115ea0d7cfc5630ee12948af94f03ed0f9c8934 +SIZE (keystoneauth1-5.11.0.tar.gz) = 288610 diff --git a/devel/py-keystonemiddleware/Makefile b/devel/py-keystonemiddleware/Makefile index 14bef92078e0..72d931e63221 100644 --- a/devel/py-keystonemiddleware/Makefile +++ b/devel/py-keystonemiddleware/Makefile @@ -1,5 +1,5 @@ PORTNAME= keystonemiddleware -PORTVERSION= 10.9.0 +PORTVERSION= 10.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-keystonemiddleware/distinfo b/devel/py-keystonemiddleware/distinfo index 37d6cb946069..6d5057f47c33 100644 --- a/devel/py-keystonemiddleware/distinfo +++ b/devel/py-keystonemiddleware/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836128 -SHA256 (keystonemiddleware-10.9.0.tar.gz) = e24d286bf26bcb75fa91af0a40c8e2cb8f113a357e185c6cb7e8ef96ef0db67b -SIZE (keystonemiddleware-10.9.0.tar.gz) = 214384 +TIMESTAMP = 1747715384 +SHA256 (keystonemiddleware-10.10.0.tar.gz) = 34e3ff7a61a6a2817dde2602d6129755de69afd7df26e61f85a400539698f566 +SIZE (keystonemiddleware-10.10.0.tar.gz) = 215330 diff --git a/devel/py-opentelemetry-api/Makefile b/devel/py-opentelemetry-api/Makefile index 6abb9689477c..b7dc3cdeea9a 100644 --- a/devel/py-opentelemetry-api/Makefile +++ b/devel/py-opentelemetry-api/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-api -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-api/distinfo b/devel/py-opentelemetry-api/distinfo index b86e5bf0b011..b3dc21eef0f0 100644 --- a/devel/py-opentelemetry-api/distinfo +++ b/devel/py-opentelemetry-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546520 -SHA256 (opentelemetry_api-1.33.0.tar.gz) = cc4380fd2e6da7dcb52a828ea81844ed1f4f2eb638ca3c816775109d93d58ced -SIZE (opentelemetry_api-1.33.0.tar.gz) = 65000 +TIMESTAMP = 1747715386 +SHA256 (opentelemetry_api-1.33.1.tar.gz) = 1c6055fc0a2d3f23a50c7e17e16ef75ad489345fd3df1f8b8af7c0bbf8a109e8 +SIZE (opentelemetry_api-1.33.1.tar.gz) = 65002 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile index 96c3b208e9c9..601af0dfc086 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-common -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo index 665bcef91a0a..486b1830c618 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546524 -SHA256 (opentelemetry_exporter_otlp_proto_common-1.33.0.tar.gz) = 2f43679dab68ce7708db18cb145b59a7e9184d46608ef037c9c22f47c5beb320 -SIZE (opentelemetry_exporter_otlp_proto_common-1.33.0.tar.gz) = 20830 +TIMESTAMP = 1747715390 +SHA256 (opentelemetry_exporter_otlp_proto_common-1.33.1.tar.gz) = c57b3fa2d0595a21c4ed586f74f948d259d9949b58258f11edb398f246bec131 +SIZE (opentelemetry_exporter_otlp_proto_common-1.33.1.tar.gz) = 20828 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile index 2a2413c760a0..2a2a8eb06913 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-grpc -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo index 345a89c691d2..b7587a8ff17f 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546526 -SHA256 (opentelemetry_exporter_otlp_proto_grpc-1.33.0.tar.gz) = 99a2ec88f05ffa36897402820a73178cbc37dc3f9ebe2dbde6209be3303446f4 -SIZE (opentelemetry_exporter_otlp_proto_grpc-1.33.0.tar.gz) = 22555 +TIMESTAMP = 1747715392 +SHA256 (opentelemetry_exporter_otlp_proto_grpc-1.33.1.tar.gz) = 345696af8dc19785fac268c8063f3dc3d5e274c774b308c634f39d9c21955728 +SIZE (opentelemetry_exporter_otlp_proto_grpc-1.33.1.tar.gz) = 22556 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile index 2597cd07ac38..d8012cde50c7 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-http -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo index 384478c6f940..fea38f9584a3 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546528 -SHA256 (opentelemetry_exporter_otlp_proto_http-1.33.0.tar.gz) = bf0cf7568432621b903223e5b72aa9f8fe425fcc748e54d0b21ebe99885c12ee -SIZE (opentelemetry_exporter_otlp_proto_http-1.33.0.tar.gz) = 15354 +TIMESTAMP = 1747715394 +SHA256 (opentelemetry_exporter_otlp_proto_http-1.33.1.tar.gz) = 46622d964a441acb46f463ebdc26929d9dec9efb2e54ef06acdc7305e8593c38 +SIZE (opentelemetry_exporter_otlp_proto_http-1.33.1.tar.gz) = 15353 diff --git a/devel/py-opentelemetry-exporter-otlp/Makefile b/devel/py-opentelemetry-exporter-otlp/Makefile index f9cba83e3e3d..b5b2282d8f08 100644 --- a/devel/py-opentelemetry-exporter-otlp/Makefile +++ b/devel/py-opentelemetry-exporter-otlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp/distinfo b/devel/py-opentelemetry-exporter-otlp/distinfo index bcf0e48dd08a..f6f93d5b253d 100644 --- a/devel/py-opentelemetry-exporter-otlp/distinfo +++ b/devel/py-opentelemetry-exporter-otlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546522 -SHA256 (opentelemetry_exporter_otlp-1.33.0.tar.gz) = ac5c39626bacce8cf8f73e39912a9ded359b4e62097f69f35ca2a7ea9a7b9ff9 -SIZE (opentelemetry_exporter_otlp-1.33.0.tar.gz) = 6189 +TIMESTAMP = 1747715388 +SHA256 (opentelemetry_exporter_otlp-1.33.1.tar.gz) = 4d050311ea9486e3994575aa237e32932aad58330a31fba24fdba5c0d531cf04 +SIZE (opentelemetry_exporter_otlp-1.33.1.tar.gz) = 6189 diff --git a/devel/py-opentelemetry-proto/Makefile b/devel/py-opentelemetry-proto/Makefile index 13b5ef5ff726..bcfaf69db872 100644 --- a/devel/py-opentelemetry-proto/Makefile +++ b/devel/py-opentelemetry-proto/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-proto -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-proto/distinfo b/devel/py-opentelemetry-proto/distinfo index 7c5da5a53da6..79840367ac7f 100644 --- a/devel/py-opentelemetry-proto/distinfo +++ b/devel/py-opentelemetry-proto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546530 -SHA256 (opentelemetry_proto-1.33.0.tar.gz) = ec5aa35486c990207ead2512a8d616d1b324928562c91dbc7e0cb9aa48c60b7b -SIZE (opentelemetry_proto-1.33.0.tar.gz) = 34362 +TIMESTAMP = 1747715396 +SHA256 (opentelemetry_proto-1.33.1.tar.gz) = 9627b0a5c90753bf3920c398908307063e4458b287bb890e5c1d6fa11ad50b68 +SIZE (opentelemetry_proto-1.33.1.tar.gz) = 34363 diff --git a/devel/py-opentelemetry-sdk/Makefile b/devel/py-opentelemetry-sdk/Makefile index f424337d295f..7bd8d205e5d1 100644 --- a/devel/py-opentelemetry-sdk/Makefile +++ b/devel/py-opentelemetry-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-sdk -PORTVERSION= 1.33.0 +PORTVERSION= 1.33.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=0.54b0<0.54b0_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=0.54b1<0.54b1_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-opentelemetry-sdk/distinfo b/devel/py-opentelemetry-sdk/distinfo index 518e8382f423..5e6c9eb0ad90 100644 --- a/devel/py-opentelemetry-sdk/distinfo +++ b/devel/py-opentelemetry-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546532 -SHA256 (opentelemetry_sdk-1.33.0.tar.gz) = a7fc56d1e07b218fcc316b24d21b59d3f1967b2ca22c217b05da3a26b797cc68 -SIZE (opentelemetry_sdk-1.33.0.tar.gz) = 161381 +TIMESTAMP = 1747715398 +SHA256 (opentelemetry_sdk-1.33.1.tar.gz) = 85b9fcf7c3d23506fbc9692fd210b8b025a1920535feec50bd54ce203d57a531 +SIZE (opentelemetry_sdk-1.33.1.tar.gz) = 161885 diff --git a/devel/py-opentelemetry-semantic-conventions/Makefile b/devel/py-opentelemetry-semantic-conventions/Makefile index c90482b962a4..fba0e25df0d8 100644 --- a/devel/py-opentelemetry-semantic-conventions/Makefile +++ b/devel/py-opentelemetry-semantic-conventions/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-semantic-conventions -PORTVERSION= 0.54b0 +PORTVERSION= 0.54b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.6:devel/py-deprecated@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.33.0<1.33.0_99:devel/py-opentelemetry-api@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.33.1<1.33.1_99:devel/py-opentelemetry-api@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-opentelemetry-semantic-conventions/distinfo b/devel/py-opentelemetry-semantic-conventions/distinfo index 59dc13ef6702..53db38078465 100644 --- a/devel/py-opentelemetry-semantic-conventions/distinfo +++ b/devel/py-opentelemetry-semantic-conventions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546534 -SHA256 (opentelemetry_semantic_conventions-0.54b0.tar.gz) = 467b739977bdcb079af1af69f73632535cdb51099d5e3c5709a35d10fe02a9c9 -SIZE (opentelemetry_semantic_conventions-0.54b0.tar.gz) = 118646 +TIMESTAMP = 1747715400 +SHA256 (opentelemetry_semantic_conventions-0.54b1.tar.gz) = d1cecedae15d19bdaafca1e56b29a66aa286f50b5d08f036a145c7f3e9ef9cee +SIZE (opentelemetry_semantic_conventions-0.54b1.tar.gz) = 118642 diff --git a/devel/py-oslex/Makefile b/devel/py-oslex/Makefile new file mode 100644 index 000000000000..e1ba21cb71d9 --- /dev/null +++ b/devel/py-oslex/Makefile @@ -0,0 +1,21 @@ +PORTNAME= oslex +DISTVERSION= 0.1.3 +CATEGORIES= devel +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@FreeBSD.org +COMMENT= OS-independent wrapper for shlex +WWW= https://github.com/petamas/oslex + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 pytest + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-oslex/distinfo b/devel/py-oslex/distinfo new file mode 100644 index 000000000000..100206adbc81 --- /dev/null +++ b/devel/py-oslex/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747997238 +SHA256 (oslex-0.1.3.tar.gz) = 1ed4cd82c75df2a8bcb0da34400984183753933155d0c7d999fa533137685f2d +SIZE (oslex-0.1.3.tar.gz) = 4415 diff --git a/devel/py-oslex/pkg-descr b/devel/py-oslex/pkg-descr new file mode 100644 index 000000000000..e4f1806e94f3 --- /dev/null +++ b/devel/py-oslex/pkg-descr @@ -0,0 +1,5 @@ +oslex is an OS-independent wrapper for shlex and mslex. + +Its main purpose is to provide functions similar in functionality to +shlex.quote(), shlex.split() and shlex.join() on both Windows and +POSIX-compatible platforms. diff --git a/devel/py-ovsdbapp/Makefile b/devel/py-ovsdbapp/Makefile index f6bc78d993e0..9ca6d6cd013f 100644 --- a/devel/py-ovsdbapp/Makefile +++ b/devel/py-ovsdbapp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ovsdbapp -PORTVERSION= 2.11.0 +PORTVERSION= 2.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ovsdbapp/distinfo b/devel/py-ovsdbapp/distinfo index 842178642ad5..ab2081b991ee 100644 --- a/devel/py-ovsdbapp/distinfo +++ b/devel/py-ovsdbapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836136 -SHA256 (ovsdbapp-2.11.0.tar.gz) = fde140b4dac7463fcbe72fdbc34aae9c135af9d9510d2fd8aee0b37f5756fc2b -SIZE (ovsdbapp-2.11.0.tar.gz) = 126122 +TIMESTAMP = 1747715402 +SHA256 (ovsdbapp-2.12.0.tar.gz) = ee6f7cf298a9bb183ba1854ae6f60916dbcd7feb944426475b90ecb3047c61ce +SIZE (ovsdbapp-2.12.0.tar.gz) = 126509 diff --git a/devel/py-pbs-installer/Makefile b/devel/py-pbs-installer/Makefile index 401fa7afd776..055311aff395 100644 --- a/devel/py-pbs-installer/Makefile +++ b/devel/py-pbs-installer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbs-installer -PORTVERSION= 2025.3.17 +PORTVERSION= 2025.4.9 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pbs-installer/distinfo b/devel/py-pbs-installer/distinfo index 1412258ab609..da3a2329560e 100644 --- a/devel/py-pbs-installer/distinfo +++ b/devel/py-pbs-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405482 -SHA256 (pbs_installer-2025.3.17.tar.gz) = dde058f925b989c1d3bd90739c16ffd0e68732f7716e4d1e01ca480d00a67560 -SIZE (pbs_installer-2025.3.17.tar.gz) = 51820 +TIMESTAMP = 1747715404 +SHA256 (pbs_installer-2025.4.9.tar.gz) = 15755bc94769a544af5dda155f973c70caf76f0e70b21f3c8a8ed506f102f88f +SIZE (pbs_installer-2025.4.9.tar.gz) = 55005 diff --git a/devel/py-pluggy/Makefile b/devel/py-pluggy/Makefile index 299c5a87a05b..f535425a4fce 100644 --- a/devel/py-pluggy/Makefile +++ b/devel/py-pluggy/Makefile @@ -1,5 +1,5 @@ PORTNAME= pluggy -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ WWW= https://pluggy.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2.3:devel/py-setuptools-scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-pluggy/distinfo b/devel/py-pluggy/distinfo index 8a0ca5134aa8..ed15ddbcba58 100644 --- a/devel/py-pluggy/distinfo +++ b/devel/py-pluggy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715842722 -SHA256 (pluggy-1.5.0.tar.gz) = 2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 -SIZE (pluggy-1.5.0.tar.gz) = 67955 +TIMESTAMP = 1747715406 +SHA256 (pluggy-1.6.0.tar.gz) = 7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3 +SIZE (pluggy-1.6.0.tar.gz) = 69412 diff --git a/devel/py-pluggy/files/patch-pyproject.toml b/devel/py-pluggy/files/patch-pyproject.toml new file mode 100644 index 000000000000..910e11496439 --- /dev/null +++ b/devel/py-pluggy/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-05-15 12:29:37 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + requires = [ + # sync with setup.py until we discard non-pep-517/518 +- "setuptools>=65.0", ++ "setuptools>=61.0", + "setuptools-scm[toml]>=8.0", + ] + build-backend = "setuptools.build_meta" diff --git a/devel/py-proglog/Makefile b/devel/py-proglog/Makefile index 22a4210197c5..9b249ff3f733 100644 --- a/devel/py-proglog/Makefile +++ b/devel/py-proglog/Makefile @@ -1,5 +1,5 @@ PORTNAME= proglog -PORTVERSION= 0.1.11 +PORTVERSION= 0.1.12 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-proglog/distinfo b/devel/py-proglog/distinfo index 9b62f4e76f86..40036dedfb55 100644 --- a/devel/py-proglog/distinfo +++ b/devel/py-proglog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288950 -SHA256 (proglog-0.1.11.tar.gz) = ce35a0f9d1153e69d0063cdae6e6f2d8708fa0a588fc4e089501b77005e72884 -SIZE (proglog-0.1.11.tar.gz) = 9596 +TIMESTAMP = 1747715408 +SHA256 (proglog-0.1.12.tar.gz) = 361ee074721c277b89b75c061336cb8c5f287c92b043efa562ccf7866cda931c +SIZE (proglog-0.1.12.tar.gz) = 8794 diff --git a/devel/py-proglog/files/patch-pyproject.toml b/devel/py-proglog/files/patch-pyproject.toml index fa1bd8982261..d564e0d0afe0 100644 --- a/devel/py-proglog/files/patch-pyproject.toml +++ b/devel/py-proglog/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2025-04-01 16:12:26 UTC +--- pyproject.toml.orig 2025-05-09 14:35:59 UTC +++ pyproject.toml -@@ -1,7 +1,7 @@ version = "0.1.11" +@@ -1,7 +1,7 @@ version = "0.1.12" [project] name = "proglog" - version = "0.1.11" + version = "0.1.12" -license = "MIT" +license = { text = "MIT" } authors = [{ name = "Zulko" }] diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index 56996d7cf529..c93c4d912d13 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycrdt -PORTVERSION= 0.12.15 +PORTVERSION= 0.12.19 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index 10da7879cc5a..2c38c1852d06 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -2,7 +2,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ async-lock-3.4.0 \ async-trait-0.1.88 \ autocfg-1.4.0 \ - bitflags-2.9.0 \ + bitflags-2.9.1 \ bumpalo-3.17.0 \ cfg-if-1.0.0 \ concurrent-queue-2.5.0 \ @@ -11,7 +11,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ event-listener-5.4.0 \ event-listener-strategy-0.5.4 \ fastrand-2.3.0 \ - getrandom-0.2.15 \ + getrandom-0.2.16 \ hashbrown-0.14.5 \ heck-0.5.0 \ indoc-2.0.6 \ @@ -28,13 +28,13 @@ CARGO_CRATES= arc-swap-1.7.1 \ pin-project-lite-0.2.16 \ portable-atomic-1.11.0 \ proc-macro2-1.0.95 \ - pyo3-0.24.2 \ - pyo3-build-config-0.24.2 \ - pyo3-ffi-0.24.2 \ - pyo3-macros-0.24.2 \ - pyo3-macros-backend-0.24.2 \ + pyo3-0.25.0 \ + pyo3-build-config-0.25.0 \ + pyo3-ffi-0.25.0 \ + pyo3-macros-0.25.0 \ + pyo3-macros-backend-0.25.0 \ quote-1.0.40 \ - redox_syscall-0.5.11 \ + redox_syscall-0.5.12 \ ryu-1.0.20 \ scopeguard-1.2.0 \ serde-1.0.219 \ @@ -42,10 +42,10 @@ CARGO_CRATES= arc-swap-1.7.1 \ serde_json-1.0.140 \ smallstr-0.3.0 \ smallvec-1.15.0 \ - syn-2.0.100 \ + syn-2.0.101 \ target-lexicon-0.13.2 \ - thiserror-1.0.69 \ - thiserror-impl-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ unicode-ident-1.0.18 \ unindent-0.2.4 \ wasi-0.11.0+wasi-snapshot-preview1 \ @@ -63,4 +63,4 @@ CARGO_CRATES= arc-swap-1.7.1 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - yrs-0.23.1 + yrs-0.23.3 diff --git a/devel/py-pycrdt/distinfo b/devel/py-pycrdt/distinfo index 300794110fc4..f70ece4e71dc 100644 --- a/devel/py-pycrdt/distinfo +++ b/devel/py-pycrdt/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1745936164 -SHA256 (pycrdt-0.12.15.tar.gz) = 1f9002840907eb9ee402c5cb8eea77330b98289e823acca7cf9d51f84ccad754 -SIZE (pycrdt-0.12.15.tar.gz) = 71609 +TIMESTAMP = 1747715410 +SHA256 (pycrdt-0.12.19.tar.gz) = ea71195486cc1c9ab3d97d2a3f477a7f081ea5edfb86d1333cbcf8c2e6af708c +SIZE (pycrdt-0.12.19.tar.gz) = 73811 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 @@ -9,8 +9,8 @@ SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a5286 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd @@ -27,8 +27,8 @@ SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae297288 SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea @@ -61,20 +61,20 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 -SHA256 (rust/crates/pyo3-0.24.2.crate) = e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219 -SIZE (rust/crates/pyo3-0.24.2.crate) = 1113754 -SHA256 (rust/crates/pyo3-build-config-0.24.2.crate) = 99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999 -SIZE (rust/crates/pyo3-build-config-0.24.2.crate) = 34019 -SHA256 (rust/crates/pyo3-ffi-0.24.2.crate) = 78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33 -SIZE (rust/crates/pyo3-ffi-0.24.2.crate) = 76458 -SHA256 (rust/crates/pyo3-macros-0.24.2.crate) = 0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9 -SIZE (rust/crates/pyo3-macros-0.24.2.crate) = 8874 -SHA256 (rust/crates/pyo3-macros-backend-0.24.2.crate) = 822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a -SIZE (rust/crates/pyo3-macros-backend-0.24.2.crate) = 72654 +SHA256 (rust/crates/pyo3-0.25.0.crate) = f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4 +SIZE (rust/crates/pyo3-0.25.0.crate) = 1120850 +SHA256 (rust/crates/pyo3-build-config-0.25.0.crate) = 755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d +SIZE (rust/crates/pyo3-build-config-0.25.0.crate) = 34122 +SHA256 (rust/crates/pyo3-ffi-0.25.0.crate) = fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e +SIZE (rust/crates/pyo3-ffi-0.25.0.crate) = 77991 +SHA256 (rust/crates/pyo3-macros-0.25.0.crate) = a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214 +SIZE (rust/crates/pyo3-macros-0.25.0.crate) = 8876 +SHA256 (rust/crates/pyo3-macros-backend-0.25.0.crate) = 9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e +SIZE (rust/crates/pyo3-macros-backend-0.25.0.crate) = 75089 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/redox_syscall-0.5.11.crate) = d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3 -SIZE (rust/crates/redox_syscall-0.5.11.crate) = 30300 +SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af +SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 @@ -89,14 +89,14 @@ SHA256 (rust/crates/smallstr-0.3.0.crate) = 63b1aefdf380735ff8ded0b15f31aab05daf SIZE (rust/crates/smallstr-0.3.0.crate) = 12221 SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 -SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 -SIZE (rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 -SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 -SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 -SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 @@ -131,5 +131,5 @@ 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/yrs-0.23.1.crate) = 4a7cab84724ae7f361a8c92465f5160922cbb941a499e1a8cacd103351ab9c78 -SIZE (rust/crates/yrs-0.23.1.crate) = 262363 +SHA256 (rust/crates/yrs-0.23.3.crate) = 793e41a6e87900aee14c0c9afe16feed541efa496d7d8550742c1be9939f35c4 +SIZE (rust/crates/yrs-0.23.3.crate) = 263245 diff --git a/devel/py-pyproject-api/Makefile b/devel/py-pyproject-api/Makefile index 9b10b91bc268..18e8bc202924 100644 --- a/devel/py-pyproject-api/Makefile +++ b/devel/py-pyproject-api/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyproject-api -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=24.2:devel/py-packaging@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=25:devel/py-packaging@${PY_FLAVOR} \ ${PY_TOMLI} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.3:devel/py-covdefaults@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=6:devel/py-pytest-cov@${PY_FLAVOR} \ diff --git a/devel/py-pyproject-api/distinfo b/devel/py-pyproject-api/distinfo index e17128d3bbba..16f7c9dff52a 100644 --- a/devel/py-pyproject-api/distinfo +++ b/devel/py-pyproject-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288970 -SHA256 (pyproject_api-1.9.0.tar.gz) = 7e8a9854b2dfb49454fae421cb86af43efbb2b2454e5646ffb7623540321ae6e -SIZE (pyproject_api-1.9.0.tar.gz) = 22714 +TIMESTAMP = 1747715412 +SHA256 (pyproject_api-1.9.1.tar.gz) = 43c9918f49daab37e302038fc1aed54a8c7a91a9fa935d00b9a485f37e0f5335 +SIZE (pyproject_api-1.9.1.tar.gz) = 22710 diff --git a/devel/py-pytest-alembic/Makefile b/devel/py-pytest-alembic/Makefile index b14b8e2bd273..674523fbee8c 100644 --- a/devel/py-pytest-alembic/Makefile +++ b/devel/py-pytest-alembic/Makefile @@ -1,6 +1,5 @@ PORTNAME= pytest-alembic -PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTVERSION= 0.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.8:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=0:databases/py-alembic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=6.0,1:devel/py-pytest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pytest-alembic/distinfo b/devel/py-pytest-alembic/distinfo index da81045cd7f7..c50f0491666e 100644 --- a/devel/py-pytest-alembic/distinfo +++ b/devel/py-pytest-alembic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722272048 -SHA256 (pytest_alembic-0.11.1.tar.gz) = a920d8770b5be77326c5c1b2bd8d4d4a0dd8fc2c2d57abbcd1fec28a21131b85 -SIZE (pytest_alembic-0.11.1.tar.gz) = 29977 +TIMESTAMP = 1747715414 +SHA256 (pytest_alembic-0.12.0.tar.gz) = 9db35d092c48ce537eef8f3268050bef8b75016b51cc626ff1f2259e4921fecc +SIZE (pytest_alembic-0.12.0.tar.gz) = 30382 diff --git a/devel/py-pytest-cases/Makefile b/devel/py-pytest-cases/Makefile index 342777c71a4d..155fb628656a 100644 --- a/devel/py-pytest-cases/Makefile +++ b/devel/py-pytest-cases/Makefile @@ -1,8 +1,9 @@ PORTNAME= pytest-cases -PORTVERSION= 3.6.14 +PORTVERSION= 3.8.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pytest_cases-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Separate test code from test cases in pytest @@ -19,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=39.2:devel/py-setuptools@${PY_ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decopatch>=0:devel/py-decopatch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}makefun>=1.9.5:devel/py-makefun@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}makefun>=1.15.1:devel/py-makefun@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pytest-cases/distinfo b/devel/py-pytest-cases/distinfo index a22575a479c1..d2baa863a07c 100644 --- a/devel/py-pytest-cases/distinfo +++ b/devel/py-pytest-cases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694348232 -SHA256 (pytest-cases-3.6.14.tar.gz) = 7455e6ca57a544c1bfdd8b56ace08c1c1ce4c6572a8aab8f1bd351dc25a10b6b -SIZE (pytest-cases-3.6.14.tar.gz) = 1083239 +TIMESTAMP = 1747715416 +SHA256 (pytest_cases-3.8.6.tar.gz) = 5c24e0ab0cb6f8e802a469b7965906a333d3babb874586ebc56f7e2cbe1a7c44 +SIZE (pytest_cases-3.8.6.tar.gz) = 1092150 diff --git a/devel/py-python-engineio/Makefile b/devel/py-python-engineio/Makefile index af82154adfbb..068ccf67434b 100644 --- a/devel/py-python-engineio/Makefile +++ b/devel/py-python-engineio/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-engineio -PORTVERSION= 4.12.0 +PORTVERSION= 4.12.1 CATEGORIES= devel net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-python-engineio/distinfo b/devel/py-python-engineio/distinfo index c287ecd9d8a9..95ccfc9658e9 100644 --- a/devel/py-python-engineio/distinfo +++ b/devel/py-python-engineio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178056 -SHA256 (python_engineio-4.12.0.tar.gz) = f42a36a868d7063aa10ddccf6bd6117a169b6bd00d7ca53999772093b62014f9 -SIZE (python_engineio-4.12.0.tar.gz) = 91503 +TIMESTAMP = 1747715418 +SHA256 (python_engineio-4.12.1.tar.gz) = 9f2b5a645c416208a9c727254316d487252493de52bee0ff70dc29ca9210397e +SIZE (python_engineio-4.12.1.tar.gz) = 91549 diff --git a/devel/py-pyupgrade/Makefile b/devel/py-pyupgrade/Makefile index 5904bdaf5845..b59181df5926 100644 --- a/devel/py-pyupgrade/Makefile +++ b/devel/py-pyupgrade/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyupgrade -DISTVERSION= 3.19.1 -PORTREVISION= 1 +DISTVERSION= 3.20.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyupgrade/distinfo b/devel/py-pyupgrade/distinfo index b1dd6ea094c5..0ae260424400 100644 --- a/devel/py-pyupgrade/distinfo +++ b/devel/py-pyupgrade/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734690275 -SHA256 (pyupgrade-3.19.1.tar.gz) = d10e8c5f54b8327211828769e98d95d95e4715de632a3414f1eef3f51357b9e2 -SIZE (pyupgrade-3.19.1.tar.gz) = 45116 +TIMESTAMP = 1748195791 +SHA256 (pyupgrade-3.20.0.tar.gz) = dd6a16c13fc1a7db45796008689a9a35420bd364d681430f640c5e54a3d351ea +SIZE (pyupgrade-3.20.0.tar.gz) = 45007 diff --git a/devel/py-pyyaml_env_tag/Makefile b/devel/py-pyyaml_env_tag/Makefile index b539eb64509e..8ebbe28c249c 100644 --- a/devel/py-pyyaml_env_tag/Makefile +++ b/devel/py-pyyaml_env_tag/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyyaml_env_tag -PORTVERSION= 0.1 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,8 @@ WWW= https://github.com/waylan/pyyaml-env-tag LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} USES= python diff --git a/devel/py-pyyaml_env_tag/distinfo b/devel/py-pyyaml_env_tag/distinfo index e93908862181..ceee82afe2f8 100644 --- a/devel/py-pyyaml_env_tag/distinfo +++ b/devel/py-pyyaml_env_tag/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632773095 -SHA256 (pyyaml_env_tag-0.1.tar.gz) = 70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb -SIZE (pyyaml_env_tag-0.1.tar.gz) = 5631 +TIMESTAMP = 1747715420 +SHA256 (pyyaml_env_tag-1.1.tar.gz) = 2eb38b75a2d21ee0475d6d97ec19c63287a7e140231e4214969d0eac923cd7ff +SIZE (pyyaml_env_tag-1.1.tar.gz) = 5737 diff --git a/devel/py-pyyaml_env_tag/files/patch-pyproject.toml b/devel/py-pyyaml_env_tag/files/patch-pyproject.toml new file mode 100644 index 000000000000..78dc1f018509 --- /dev/null +++ b/devel/py-pyyaml_env_tag/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-05-13 15:23:16 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ['setuptools>=77.0'] ++requires = ['setuptools>=61.0'] + build-backend = 'setuptools.build_meta' + + [project] +@@ -10,8 +10,7 @@ dependencies = ['pyyaml'] + authors = [{name = 'Waylan Limberg', email = 'waylan.limberg@icloud.com'}] + requires-python = '>=3.9' + dependencies = ['pyyaml'] +-license = 'MIT' +-license-files = ['LICENSE'] ++license = { text = 'MIT' } + classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile index 9b6110cf57cc..c1cbb35297f1 100644 --- a/devel/py-rpds-py/Makefile +++ b/devel/py-rpds-py/Makefile @@ -1,5 +1,5 @@ PORTNAME= rpds-py -PORTVERSION= 0.24.0 +PORTVERSION= 0.25.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/crate-py/rpds/releases/download/v${PORTVERSION}/ diff --git a/devel/py-rpds-py/Makefile.crates b/devel/py-rpds-py/Makefile.crates index 65bf2b763777..ece882187a9f 100644 --- a/devel/py-rpds-py/Makefile.crates +++ b/devel/py-rpds-py/Makefile.crates @@ -1,24 +1,24 @@ CARGO_CRATES= archery-1.2.1 \ - autocfg-1.3.0 \ - cc-1.0.90 \ - cfg-if-1.0.0 \ + autocfg-1.4.0 \ + cc-1.2.22 \ heck-0.5.0 \ - indoc-2.0.5 \ - libc-0.2.155 \ + indoc-2.0.6 \ + libc-0.2.172 \ memoffset-0.9.1 \ - once_cell-1.19.0 \ - portable-atomic-1.6.0 \ - proc-macro2-1.0.86 \ - pyo3-0.24.0 \ - pyo3-build-config-0.24.0 \ - pyo3-ffi-0.24.0 \ - pyo3-macros-0.24.0 \ - pyo3-macros-backend-0.24.0 \ - python3-dll-a-0.2.12 \ - quote-1.0.36 \ - rpds-1.1.0 \ - syn-2.0.69 \ + once_cell-1.21.3 \ + portable-atomic-1.11.0 \ + proc-macro2-1.0.95 \ + pyo3-0.25.0 \ + pyo3-build-config-0.25.0 \ + pyo3-ffi-0.25.0 \ + pyo3-macros-0.25.0 \ + pyo3-macros-backend-0.25.0 \ + python3-dll-a-0.2.13 \ + quote-1.0.40 \ + rpds-1.1.1 \ + shlex-1.3.0 \ + syn-2.0.101 \ target-lexicon-0.13.2 \ - triomphe-0.1.13 \ - unicode-ident-1.0.12 \ - unindent-0.2.3 + triomphe-0.1.14 \ + unicode-ident-1.0.18 \ + unindent-0.2.4 diff --git a/devel/py-rpds-py/distinfo b/devel/py-rpds-py/distinfo index 9358ef745eda..18c5386a7dcf 100644 --- a/devel/py-rpds-py/distinfo +++ b/devel/py-rpds-py/distinfo @@ -1,51 +1,51 @@ -TIMESTAMP = 1744288976 -SHA256 (rpds_py-0.24.0.tar.gz) = 772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e -SIZE (rpds_py-0.24.0.tar.gz) = 26863 +TIMESTAMP = 1747715422 +SHA256 (rpds_py-0.25.0.tar.gz) = 4d97661bf5848dd9e5eb7ded480deccf9d32ce2cd500b88a26acbf7bd2864985 +SIZE (rpds_py-0.25.0.tar.gz) = 26822 SHA256 (rust/crates/archery-1.2.1.crate) = eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869 SIZE (rust/crates/archery-1.2.1.crate) = 21224 -SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 -SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 -SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 -SIZE (rust/crates/cc-1.0.90.crate) = 73954 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1 +SIZE (rust/crates/cc-1.2.22.crate) = 106294 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 -SIZE (rust/crates/indoc-2.0.5.crate) = 14396 -SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c -SIZE (rust/crates/libc-0.2.155.crate) = 743539 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 +SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa +SIZE (rust/crates/libc-0.2.172.crate) = 791646 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 -SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 -SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 -SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958 -SHA256 (rust/crates/pyo3-0.24.0.crate) = 7f1c6c3591120564d64db2261bec5f910ae454f01def849b9c22835a84695e86 -SIZE (rust/crates/pyo3-0.24.0.crate) = 1108432 -SHA256 (rust/crates/pyo3-build-config-0.24.0.crate) = e9b6c2b34cf71427ea37c7001aefbaeb85886a074795e35f161f5aecc7620a7a -SIZE (rust/crates/pyo3-build-config-0.24.0.crate) = 33982 -SHA256 (rust/crates/pyo3-ffi-0.24.0.crate) = 5507651906a46432cdda02cd02dd0319f6064f1374c9147c45b978621d2c3a9c -SIZE (rust/crates/pyo3-ffi-0.24.0.crate) = 76274 -SHA256 (rust/crates/pyo3-macros-0.24.0.crate) = b0d394b5b4fd8d97d48336bb0dd2aebabad39f1d294edd6bcd2cccf2eefe6f42 -SIZE (rust/crates/pyo3-macros-0.24.0.crate) = 8850 -SHA256 (rust/crates/pyo3-macros-backend-0.24.0.crate) = fd72da09cfa943b1080f621f024d2ef7e2773df7badd51aa30a2be1f8caa7c8e -SIZE (rust/crates/pyo3-macros-backend-0.24.0.crate) = 71998 -SHA256 (rust/crates/python3-dll-a-0.2.12.crate) = 9b66f9171950e674e64bad3456e11bb3cca108e5c34844383cfe277f45c8a7a8 -SIZE (rust/crates/python3-dll-a-0.2.12.crate) = 83731 -SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 -SIZE (rust/crates/quote-1.0.36.crate) = 28507 -SHA256 (rust/crates/rpds-1.1.0.crate) = a0e15515d3ce3313324d842629ea4905c25a13f81953eadb88f85516f59290a4 -SIZE (rust/crates/rpds-1.1.0.crate) = 69493 -SHA256 (rust/crates/syn-2.0.69.crate) = 201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6 -SIZE (rust/crates/syn-2.0.69.crate) = 265441 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e +SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/pyo3-0.25.0.crate) = f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4 +SIZE (rust/crates/pyo3-0.25.0.crate) = 1120850 +SHA256 (rust/crates/pyo3-build-config-0.25.0.crate) = 755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d +SIZE (rust/crates/pyo3-build-config-0.25.0.crate) = 34122 +SHA256 (rust/crates/pyo3-ffi-0.25.0.crate) = fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e +SIZE (rust/crates/pyo3-ffi-0.25.0.crate) = 77991 +SHA256 (rust/crates/pyo3-macros-0.25.0.crate) = a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214 +SIZE (rust/crates/pyo3-macros-0.25.0.crate) = 8876 +SHA256 (rust/crates/pyo3-macros-backend-0.25.0.crate) = 9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e +SIZE (rust/crates/pyo3-macros-backend-0.25.0.crate) = 75089 +SHA256 (rust/crates/python3-dll-a-0.2.13.crate) = 49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed +SIZE (rust/crates/python3-dll-a-0.2.13.crate) = 85018 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/rpds-1.1.1.crate) = a7f89f654d51fffdd6026289d07d1fd523244d46ae0a8bc22caa6dd7f9e8cb0b +SIZE (rust/crates/rpds-1.1.1.crate) = 75894 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 -SHA256 (rust/crates/triomphe-0.1.13.crate) = e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369 -SIZE (rust/crates/triomphe-0.1.13.crate) = 29568 -SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b -SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce -SIZE (rust/crates/unindent-0.2.3.crate) = 7306 +SHA256 (rust/crates/triomphe-0.1.14.crate) = ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85 +SIZE (rust/crates/triomphe-0.1.14.crate) = 30292 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 +SIZE (rust/crates/unindent-0.2.4.crate) = 7422 diff --git a/devel/py-ruamel.yaml/Makefile b/devel/py-ruamel.yaml/Makefile index e738f4e32bd3..2b795b439f8d 100644 --- a/devel/py-ruamel.yaml/Makefile +++ b/devel/py-ruamel.yaml/Makefile @@ -1,6 +1,5 @@ PORTNAME= ruamel.yaml -PORTVERSION= 0.18.10 -PORTREVISION= 1 +PORTVERSION= 0.18.11 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ruamel.yaml/distinfo b/devel/py-ruamel.yaml/distinfo index 982cc442ffcf..144431648807 100644 --- a/devel/py-ruamel.yaml/distinfo +++ b/devel/py-ruamel.yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736184190 -SHA256 (ruamel.yaml-0.18.10.tar.gz) = 20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58 -SIZE (ruamel.yaml-0.18.10.tar.gz) = 143447 +TIMESTAMP = 1748198064 +SHA256 (ruamel.yaml-0.18.11.tar.gz) = b586a3416676566ed45bf679a0909719f7ea7b58c03a9b6e03f905a1e2cd5076 +SIZE (ruamel.yaml-0.18.11.tar.gz) = 144299 diff --git a/devel/py-sqlfluff/Makefile b/devel/py-sqlfluff/Makefile new file mode 100644 index 000000000000..48cfdd7afa3a --- /dev/null +++ b/devel/py-sqlfluff/Makefile @@ -0,0 +1,41 @@ +PORTNAME= sqlfluff +PORTVERSION= 3.4.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ume@FreeBSD.org +COMMENT= The SQL Linter for Humans +WWW= https://sqlfluff.com/ \ + https://github.com/sqlfluff/sqlfluff2 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click<=8.3.0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.3:devel/py-colorama@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}diff-cover>=2.5.0:devel/py-diff-cover@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathspec>=0:devel/py-pathspec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tblib>=0:devel/py-tblib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} + +USES= python:3.9+ +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31100 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-sqlfluff/distinfo b/devel/py-sqlfluff/distinfo new file mode 100644 index 000000000000..ae8eea3afec1 --- /dev/null +++ b/devel/py-sqlfluff/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748368236 +SHA256 (sqlfluff-3.4.0.tar.gz) = 6e1ea2d39b20cc791a1a009c234afaf043b448c7f2eb1c11551316fb41f36f47 +SIZE (sqlfluff-3.4.0.tar.gz) = 882079 diff --git a/devel/py-sqlfluff/pkg-descr b/devel/py-sqlfluff/pkg-descr new file mode 100644 index 000000000000..1cbf0c99cb50 --- /dev/null +++ b/devel/py-sqlfluff/pkg-descr @@ -0,0 +1,4 @@ +SQLFluff is an open source, dialect-flexible and configurable SQL +linter. Designed with ELT applications in mind, SQLFluff also works +with Jinja templating and dbt. SQLFluff will auto-fix most linting +errors, allowing you to focus your time on what matters. diff --git a/devel/py-stdlibs/Makefile b/devel/py-stdlibs/Makefile index 80f8e682b611..ea90e9e36331 100644 --- a/devel/py-stdlibs/Makefile +++ b/devel/py-stdlibs/Makefile @@ -1,5 +1,5 @@ PORTNAME= stdlibs -PORTVERSION= 2025.4.4 +PORTVERSION= 2025.5.10 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-stdlibs/distinfo b/devel/py-stdlibs/distinfo index c5c8aa173e56..15b72bc3dab7 100644 --- a/devel/py-stdlibs/distinfo +++ b/devel/py-stdlibs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288984 -SHA256 (stdlibs-2025.4.4.tar.gz) = bb327c1369434c453ef68f3d0ac37d707f568e498f19d7a88f483843b99338e1 -SIZE (stdlibs-2025.4.4.tar.gz) = 19456 +TIMESTAMP = 1747715424 +SHA256 (stdlibs-2025.5.10.tar.gz) = 75d55a0b7b070ec44bd7dae5bc1ee1a6cea742122fb4253313cb4ab354f7f0c5 +SIZE (stdlibs-2025.5.10.tar.gz) = 19625 diff --git a/devel/py-tokenize-rt/Makefile b/devel/py-tokenize-rt/Makefile index a9d4d8c58a70..e3591e857e47 100644 --- a/devel/py-tokenize-rt/Makefile +++ b/devel/py-tokenize-rt/Makefile @@ -1,6 +1,5 @@ PORTNAME= tokenize-rt -DISTVERSION= 6.1.0 -PORTREVISION= 1 +DISTVERSION= 6.2.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tokenize-rt/distinfo b/devel/py-tokenize-rt/distinfo index f97f32b7ae19..f491e8d1c2d3 100644 --- a/devel/py-tokenize-rt/distinfo +++ b/devel/py-tokenize-rt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729803377 -SHA256 (tokenize_rt-6.1.0.tar.gz) = e8ee836616c0877ab7c7b54776d2fefcc3bde714449a206762425ae114b53c86 -SIZE (tokenize_rt-6.1.0.tar.gz) = 5506 +TIMESTAMP = 1748196269 +SHA256 (tokenize_rt-6.2.0.tar.gz) = 8439c042b330c553fdbe1758e4a05c0ed460dbbbb24a606f11f0dee75da4cad6 +SIZE (tokenize_rt-6.2.0.tar.gz) = 5476 diff --git a/devel/py-ttkbootstrap/Makefile b/devel/py-ttkbootstrap/Makefile index 3b84392e115a..907e1994f208 100644 --- a/devel/py-ttkbootstrap/Makefile +++ b/devel/py-ttkbootstrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttkbootstrap -DISTVERSION= 1.10.1 -PORTREVISION= 1 +DISTVERSION= 1.13.8 +PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://ttkbootstrap.readthedocs.io/en/latest/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0.61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.45.1:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0:graphics/py-pillow@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-ttkbootstrap/distinfo b/devel/py-ttkbootstrap/distinfo index e56e921745b7..88a0a90e09f4 100644 --- a/devel/py-ttkbootstrap/distinfo +++ b/devel/py-ttkbootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673970512 -SHA256 (ttkbootstrap-1.10.1.tar.gz) = 53925525c4104f9e345627500dced2d0392ad74324b2a81467aaee3ffbe1a474 -SIZE (ttkbootstrap-1.10.1.tar.gz) = 125360 +TIMESTAMP = 1748163142 +SHA256 (ttkbootstrap-1.13.8.tar.gz) = 5352f12d529459cbd891aa07c31dc85288a1086fc379b9f663b628bd8eff6b3d +SIZE (ttkbootstrap-1.13.8.tar.gz) = 135987 diff --git a/devel/py-ty/Makefile b/devel/py-ty/Makefile index 29323c5168f6..792a2bcc493c 100644 --- a/devel/py-ty/Makefile +++ b/devel/py-ty/Makefile @@ -1,5 +1,5 @@ PORTNAME= ty -DISTVERSION= 0.0.1a6 +DISTVERSION= 0.0.1a7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ty/Makefile.crates b/devel/py-ty/Makefile.crates index d56a675cc4ec..d1a6108e67a7 100644 --- a/devel/py-ty/Makefile.crates +++ b/devel/py-ty/Makefile.crates @@ -154,8 +154,8 @@ CARGO_CRATES= adler2-2.0.0 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.13 \ - jiff-static-0.2.13 \ + jiff-0.2.14 \ + jiff-static-0.2.14 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ jobserver-0.1.33 \ @@ -353,8 +353,8 @@ CARGO_CRATES= adler2-2.0.0 \ utf8-width-0.1.7 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ - uuid-macro-internal-1.16.0 \ + uuid-1.17.0 \ + uuid-macro-internal-1.17.0 \ valuable-0.1.1 \ version-ranges-0.1.1 \ version_check-0.9.5 \ diff --git a/devel/py-ty/distinfo b/devel/py-ty/distinfo index 90e398d04ff1..4fd73a2060c0 100644 --- a/devel/py-ty/distinfo +++ b/devel/py-ty/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1747962806 -SHA256 (ty-0.0.1a6.tar.gz) = 0b75642d7326c7abb7fa4a9efcc3cb818d4fa4224dab1fc8fb273c8ed02f34f2 -SIZE (ty-0.0.1a6.tar.gz) = 2882923 +TIMESTAMP = 1748334111 +SHA256 (ty-0.0.1a7.tar.gz) = 826945b5259d36276b5ac743d9ce660a97488fc87f9fe9679f9bf7084521c01f +SIZE (ty-0.0.1a7.tar.gz) = 2909489 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -313,10 +313,10 @@ SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aab SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.13.crate) = f02000660d30638906021176af16b17498bd0d12813dbfe7b276d8bc7f3c0806 -SIZE (rust/crates/jiff-0.2.13.crate) = 707842 -SHA256 (rust/crates/jiff-static-0.2.13.crate) = f3c30758ddd7188629c6713fc45d1188af4f44c90582311d0c8d8c9907f60c48 -SIZE (rust/crates/jiff-static-0.2.13.crate) = 76123 +SHA256 (rust/crates/jiff-0.2.14.crate) = a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93 +SIZE (rust/crates/jiff-0.2.14.crate) = 712978 +SHA256 (rust/crates/jiff-static-0.2.14.crate) = 6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442 +SIZE (rust/crates/jiff-static-0.2.14.crate) = 76141 SHA256 (rust/crates/jiff-tzdb-0.1.4.crate) = c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524 SIZE (rust/crates/jiff-tzdb-0.1.4.crate) = 62435 SHA256 (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8 @@ -711,10 +711,10 @@ SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59 SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 -SHA256 (rust/crates/uuid-macro-internal-1.16.0.crate) = 72dcd78c4f979627a754f5522cea6e6a25e55139056535fe6e69c506cd64a862 -SIZE (rust/crates/uuid-macro-internal-1.16.0.crate) = 9645 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 +SHA256 (rust/crates/uuid-macro-internal-1.17.0.crate) = 26b682e8c381995ea03130e381928e0e005b7c9eb483c6c8682f50e07b33c2b7 +SIZE (rust/crates/uuid-macro-internal-1.17.0.crate) = 9668 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/version-ranges-0.1.1.crate) = f8d079415ceb2be83fc355adbadafe401307d5c309c7e6ade6638e6f9f42f42d diff --git a/devel/py-typer/Makefile b/devel/py-typer/Makefile index 063a5c4706eb..7a480242bb50 100644 --- a/devel/py-typer/Makefile +++ b/devel/py-typer/Makefile @@ -1,5 +1,5 @@ PORTNAME= typer -PORTVERSION= 0.15.3 +PORTVERSION= 0.15.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.0<8.2:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=10.11.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shellingham>=1.3.0:devel/py-shellingham@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} diff --git a/devel/py-typer/distinfo b/devel/py-typer/distinfo index a806d3699d76..c19730dd5543 100644 --- a/devel/py-typer/distinfo +++ b/devel/py-typer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936182 -SHA256 (typer-0.15.3.tar.gz) = 818873625d0569653438316567861899f7e9972f2e6e0c16dab608345ced713c -SIZE (typer-0.15.3.tar.gz) = 101641 +TIMESTAMP = 1747715426 +SHA256 (typer-0.15.4.tar.gz) = 89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3 +SIZE (typer-0.15.4.tar.gz) = 101559 diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile index f458a0eb691c..6e4d9ac01ab6 100644 --- a/devel/py-types-docutils/Makefile +++ b/devel/py-types-docutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-docutils -PORTVERSION= 0.21.0.20241128 +PORTVERSION= 0.21.0.20250516 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/python/typeshed/tree/main/stubs/docutils LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-types-docutils/distinfo b/devel/py-types-docutils/distinfo index b1c2ff05b57d..71638c73b027 100644 --- a/devel/py-types-docutils/distinfo +++ b/devel/py-types-docutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888298 -SHA256 (types_docutils-0.21.0.20241128.tar.gz) = 4dd059805b83ac6ec5a223699195c4e9eeb0446a4f7f2aeff1759a4a7cc17473 -SIZE (types_docutils-0.21.0.20241128.tar.gz) = 26739 +TIMESTAMP = 1747715428 +SHA256 (types_docutils-0.21.0.20250516.tar.gz) = 975e5ade9ef0b1f45b6b075f017a0f470ee4e53b0c2dd50ccbf3a04d9c53816f +SIZE (types_docutils-0.21.0.20250516.tar.gz) = 26903 diff --git a/devel/py-types-docutils/files/patch-pyproject.toml b/devel/py-types-docutils/files/patch-pyproject.toml new file mode 100644 index 000000000000..f3578902de64 --- /dev/null +++ b/devel/py-types-docutils/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-05-16 03:08:12 UTC ++++ pyproject.toml +@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=77.0.3"] ++requires = ["setuptools>=61"] + + [project] + name = "types-docutils" + version = "0.21.0.20250516" +-license = "Apache-2.0" +-license-files = ["LICENSE"] ++license = { text = "Apache-2.0" } + description = "Typing stubs for docutils" + readme = { text = """\ + ## Typing stubs for docutils +@@ -55,5 +54,4 @@ dependencies = [] + "Chat" = "https://gitter.im/python/typing" + + [tool.setuptools] +-packages = ['docutils-stubs'] + include-package-data = false diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index bd8876aa5b58..c8449a3ad1a0 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.23.0.20250516 +PORTVERSION= 4.24.0.20250528 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index c3266f2e0dc7..48f3b0887ce5 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747915536 -SHA256 (types_jsonschema-4.23.0.20250516.tar.gz) = 9ace09d9d35c4390a7251ccd7d833b92ccc189d24d1b347f26212afce361117e -SIZE (types_jsonschema-4.23.0.20250516.tar.gz) = 14911 +TIMESTAMP = 1748415341 +SHA256 (types_jsonschema-4.24.0.20250528.tar.gz) = 7e28c64e0ae7980eeb158105b20663fc6a6b8f81d5f86ea6614aa0014417bd1e +SIZE (types_jsonschema-4.24.0.20250528.tar.gz) = 15128 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 5b7d74e2c6d1..0c28fd251238 100644 --- a/devel/py-types-jsonschema/files/patch-pyproject.toml +++ b/devel/py-types-jsonschema/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-05-22 12:06:21 UTC +--- pyproject.toml.orig 2025-05-28 03:07:14 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,7 +8,7 @@ [project] name = "types-jsonschema" - version = "4.23.0.20250516" + version = "4.24.0.20250528" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } diff --git a/devel/py-types-mock/Makefile b/devel/py-types-mock/Makefile index e95989871070..bba5527272a0 100644 --- a/devel/py-types-mock/Makefile +++ b/devel/py-types-mock/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-mock -PORTVERSION= 5.2.0.20250306 +PORTVERSION= 5.2.0.20250516 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ WWW= https://github.com/python/typeshed/tree/main/stubs/mock LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-types-mock/distinfo b/devel/py-types-mock/distinfo index c6f92ccb9ef6..50cb9fb39ebb 100644 --- a/devel/py-types-mock/distinfo +++ b/devel/py-types-mock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070416 -SHA256 (types_mock-5.2.0.20250306.tar.gz) = 15882cb5cf9980587a7607e31890801223801d7997f559686805ce09b6536087 -SIZE (types_mock-5.2.0.20250306.tar.gz) = 11357 +TIMESTAMP = 1747715430 +SHA256 (types_mock-5.2.0.20250516.tar.gz) = aab7d3d9ad3814f2f8da12cc8e42d9be7d38200c5f214e3c0278c38fa01299d7 +SIZE (types_mock-5.2.0.20250516.tar.gz) = 11220 diff --git a/devel/py-types-mock/files/patch-pyproject.toml b/devel/py-types-mock/files/patch-pyproject.toml new file mode 100644 index 000000000000..f6c8a34d5fdd --- /dev/null +++ b/devel/py-types-mock/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-05-16 03:08:09 UTC ++++ pyproject.toml +@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=77.0.3"] ++requires = ["setuptools>=61.0"] + + [project] + name = "types-mock" + version = "5.2.0.20250516" +-license = "Apache-2.0" +-license-files = ["LICENSE"] ++license = { text = "Apache-2.0" } + description = "Typing stubs for mock" + readme = { text = """\ + ## Typing stubs for mock +@@ -51,5 +50,4 @@ dependencies = [] + "Chat" = "https://gitter.im/python/typing" + + [tool.setuptools] +-packages = ['mock-stubs'] + include-package-data = false diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index d791357fd0b0..0d0e51c40fdd 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-psutil -PORTVERSION= 7.0.0.20250401 +PORTVERSION= 7.0.0.20250516 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index 027f52f74a78..c00b2d6fd0e8 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288992 -SHA256 (types_psutil-7.0.0.20250401.tar.gz) = 2a7d663c0888a079fc1643ebc109ad12e57a21c9552a9e2035da504191336dbf -SIZE (types_psutil-7.0.0.20250401.tar.gz) = 20273 +TIMESTAMP = 1747715432 +SHA256 (types_psutil-7.0.0.20250516.tar.gz) = 3d8aa8392ac4d1e5e9237d111cf9e59d8fce8f2bde3115e687623f5e1039a1ab +SIZE (types_psutil-7.0.0.20250516.tar.gz) = 20271 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index 3968c499fdce..39f57f7c72dc 100644 --- a/devel/py-types-psutil/files/patch-pyproject.toml +++ b/devel/py-types-psutil/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-04-01 03:06:44 UTC +--- pyproject.toml.orig 2025-05-16 03:08:05 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,7 +8,7 @@ [project] name = "types-psutil" - version = "7.0.0.20250401" + version = "7.0.0.20250516" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } diff --git a/devel/py-types-setuptools/Makefile b/devel/py-types-setuptools/Makefile index 33e1561ba12c..d5b1a5de5865 100644 --- a/devel/py-types-setuptools/Makefile +++ b/devel/py-types-setuptools/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-setuptools -PORTVERSION= 80.3.0.20250505 +PORTVERSION= 80.7.0.20250516 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-setuptools/distinfo b/devel/py-types-setuptools/distinfo index 39ff6f5a0c06..4de3e5fb7ccc 100644 --- a/devel/py-types-setuptools/distinfo +++ b/devel/py-types-setuptools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546556 -SHA256 (types_setuptools-80.3.0.20250505.tar.gz) = 5fd3d34b8fa3441d68d010fef95e232d1e48f3f5cb578f3477b7aae4f8374502 -SIZE (types_setuptools-80.3.0.20250505.tar.gz) = 41205 +TIMESTAMP = 1747715434 +SHA256 (types_setuptools-80.7.0.20250516.tar.gz) = 57274b58e05434de42088a86074c9e630e5786f759cf9cc1e3015e886297ca21 +SIZE (types_setuptools-80.7.0.20250516.tar.gz) = 41313 diff --git a/devel/py-types-setuptools/files/patch-pyproject.toml b/devel/py-types-setuptools/files/patch-pyproject.toml index 7b8c7be8a7c6..1c5e5537be31 100644 --- a/devel/py-types-setuptools/files/patch-pyproject.toml +++ b/devel/py-types-setuptools/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-05-05 03:06:40 UTC +--- pyproject.toml.orig 2025-05-16 03:07:58 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,16 +8,16 @@ [project] name = "types-setuptools" - version = "80.3.0.20250505" + version = "80.7.0.20250516" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for setuptools" readme = { text = """\ ## Typing stubs for setuptools -@@ -53,5 +52,4 @@ dependencies = ['setuptools'] +@@ -53,5 +52,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] --packages = ['distutils-stubs', 'setuptools-stubs'] +-packages = ['setuptools-stubs', 'distutils-stubs'] include-package-data = false diff --git a/devel/py-unittest-parallel/Makefile b/devel/py-unittest-parallel/Makefile index 45975534f45a..d29181e52472 100644 --- a/devel/py-unittest-parallel/Makefile +++ b/devel/py-unittest-parallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= unittest-parallel -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-unittest-parallel/distinfo b/devel/py-unittest-parallel/distinfo index 47a52e14d02e..a60e2621349a 100644 --- a/devel/py-unittest-parallel/distinfo +++ b/devel/py-unittest-parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735227928 -SHA256 (unittest_parallel-1.7.1.tar.gz) = 832b51b8a5b48cb7fa271f15f9e06cec02ec751629c1e0646c90f70a2edbb517 -SIZE (unittest_parallel-1.7.1.tar.gz) = 9327 +TIMESTAMP = 1747715436 +SHA256 (unittest_parallel-1.7.2.tar.gz) = e1d68bb6c9a58cdb38cdada0825b26998893959e683e131416eb2559e88810ca +SIZE (unittest_parallel-1.7.2.tar.gz) = 9282 diff --git a/devel/py-uproot/Makefile b/devel/py-uproot/Makefile index fe6cffaeffec..0c1a3dd0454c 100644 --- a/devel/py-uproot/Makefile +++ b/devel/py-uproot/Makefile @@ -1,5 +1,5 @@ PORTNAME= uproot -PORTVERSION= 5.6.1 +PORTVERSION= 5.6.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-uproot/distinfo b/devel/py-uproot/distinfo index 1e6908df8985..1d4115dd95e5 100644 --- a/devel/py-uproot/distinfo +++ b/devel/py-uproot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936186 -SHA256 (uproot-5.6.1.tar.gz) = c58aaf5521e09c547ab0ef9de4915da3a9556b1827e207b9fd59f7ce8355bf19 -SIZE (uproot-5.6.1.tar.gz) = 961802 +TIMESTAMP = 1747715438 +SHA256 (uproot-5.6.2.tar.gz) = 18f4d3fc0cccc7234297b9c809cf80ada8dff31cd8d4feba4bc4132c5312b511 +SIZE (uproot-5.6.2.tar.gz) = 961870 diff --git a/devel/py-wait-for2/Makefile b/devel/py-wait-for2/Makefile new file mode 100644 index 000000000000..dbde6407eabd --- /dev/null +++ b/devel/py-wait-for2/Makefile @@ -0,0 +1,21 @@ +PORTNAME= wait-for2 +DISTVERSION= 0.3.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= wait_for2-${DISTVERSION} + +MAINTAINER= DtxdF@disroot.org +COMMENT= Handle simultaneous cancellation and future completion +WWW= https://pypi.org/project/${PORTNAME} \ + https://github.com/Traktormaster/${PORTNAME} + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-wait-for2/distinfo b/devel/py-wait-for2/distinfo new file mode 100644 index 000000000000..83ec7bb55dd2 --- /dev/null +++ b/devel/py-wait-for2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748292412 +SHA256 (wait_for2-0.3.2.tar.gz) = 93863026dc35f3471104ecf7de1f4a0b31f4c8b12a2241c0d6ee26dcc0c2092a +SIZE (wait_for2-0.3.2.tar.gz) = 16673 diff --git a/devel/py-wait-for2/pkg-descr b/devel/py-wait-for2/pkg-descr new file mode 100644 index 000000000000..bf3aa0286dfd --- /dev/null +++ b/devel/py-wait-for2/pkg-descr @@ -0,0 +1,4 @@ +wait_for2 is an alternate implementation of asyncio.wait_for(). It +handles several edge cases like simultaneous cancellation of wait +and completion of future differently and consistently across Python +versions 3.7+. diff --git a/devel/py-xstatic-svg-edit-moin/Makefile b/devel/py-xstatic-svg-edit-moin/Makefile index 2a02fe9a316d..00e34cefc09d 100644 --- a/devel/py-xstatic-svg-edit-moin/Makefile +++ b/devel/py-xstatic-svg-edit-moin/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= XStatic-svg-edit-moin-${DISTVERSION} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= svg-edit-moin 2012.11.27 (XStatic packaging standard) WWW= https://code.google.com/archive/p/svg-edit/ diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile index 5274fa5e4d00..96afd8492e9d 100644 --- a/devel/ruby-gems/Makefile +++ b/devel/ruby-gems/Makefile @@ -1,5 +1,5 @@ PORTNAME= gems -PORTVERSION= 3.6.8 +PORTVERSION= 3.6.9 CATEGORIES= devel ruby MASTER_SITES= https://rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/ruby-gems/distinfo b/devel/ruby-gems/distinfo index d4e8a6b86f60..05967324dcd7 100644 --- a/devel/ruby-gems/distinfo +++ b/devel/ruby-gems/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178256 -SHA256 (ruby/rubygems-3.6.8.tgz) = da5340b42ba3ddc5ede4a6b948ffa5b409d48cb119e2937e27e4c0b13bf9c390 -SIZE (ruby/rubygems-3.6.8.tgz) = 965044 +TIMESTAMP = 1747716426 +SHA256 (ruby/rubygems-3.6.9.tgz) = ffdd46c6adbecb9dac561cc003666406efd2ed93ca21b5fcc47062025007209d +SIZE (ruby/rubygems-3.6.9.tgz) = 967932 diff --git a/devel/ruby-gems/pkg-plist b/devel/ruby-gems/pkg-plist index 61c91b640b72..ea27b81b1d59 100644 --- a/devel/ruby-gems/pkg-plist +++ b/devel/ruby-gems/pkg-plist @@ -148,7 +148,6 @@ bin/gem %%RUBY_SITELIBDIR%%/rubygems/security/signer.rb %%RUBY_SITELIBDIR%%/rubygems/security/trust_dir.rb %%RUBY_SITELIBDIR%%/rubygems/security_option.rb -%%RUBY_SITELIBDIR%%/rubygems/shellwords.rb %%RUBY_SITELIBDIR%%/rubygems/source.rb %%RUBY_SITELIBDIR%%/rubygems/source/git.rb %%RUBY_SITELIBDIR%%/rubygems/source/installed.rb diff --git a/devel/rubygem-apipie-bindings/Makefile b/devel/rubygem-apipie-bindings/Makefile index 201796d54c72..9a3ccf22a803 100644 --- a/devel/rubygem-apipie-bindings/Makefile +++ b/devel/rubygem-apipie-bindings/Makefile @@ -1,5 +1,5 @@ PORTNAME= apipie-bindings -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/Apipie/apipie-bindings LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gssapi>=1.3<2:security/rubygem-gssapi \ +RUN_DEPENDS= rubygem-gssapi>=1.2<2:security/rubygem-gssapi \ rubygem-oauth>=1.1<2:net/rubygem-oauth \ rubygem-rest-client>=2.0<3:www/rubygem-rest-client diff --git a/devel/rubygem-apipie-bindings/distinfo b/devel/rubygem-apipie-bindings/distinfo index e5afa2a2ca6a..d94c7b87a7c7 100644 --- a/devel/rubygem-apipie-bindings/distinfo +++ b/devel/rubygem-apipie-bindings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738090256 -SHA256 (rubygem/apipie-bindings-0.7.0.gem) = 35295fc20b78d026981849b892aa9fe3a8db689d362787686f7f74d2a0e3b2ae -SIZE (rubygem/apipie-bindings-0.7.0.gem) = 31744 +TIMESTAMP = 1747716428 +SHA256 (rubygem/apipie-bindings-0.7.1.gem) = bd08c8ebed40bd44c6d046449972aefdfbd53d776d1afce7e964139f44ec8de4 +SIZE (rubygem/apipie-bindings-0.7.1.gem) = 31744 diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index 4c5a74278295..f99f17c6fd0f 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1100.0 +PORTVERSION= 1.1104.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index aeaa8dd01881..696274ff7546 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546612 -SHA256 (rubygem/aws-partitions-1.1100.0.gem) = 30fa06954fd3f897e6d7ecadf9c88d46435cec28d1ad0420cbd0559ad34ba0ac -SIZE (rubygem/aws-partitions-1.1100.0.gem) = 80896 +TIMESTAMP = 1747715494 +SHA256 (rubygem/aws-partitions-1.1104.0.gem) = 7ff527e3f8b0e5cc3a89d09ca4727ee1038b52f1fa2c929cb6bed67e6ab96e58 +SIZE (rubygem/aws-partitions-1.1104.0.gem) = 80896 diff --git a/devel/rubygem-aws-sdk-accessanalyzer/Makefile b/devel/rubygem-aws-sdk-accessanalyzer/Makefile index 092321ba6b78..ef29b10b8f19 100644 --- a/devel/rubygem-aws-sdk-accessanalyzer/Makefile +++ b/devel/rubygem-aws-sdk-accessanalyzer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-accessanalyzer -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-accessanalyzer/distinfo b/devel/rubygem-aws-sdk-accessanalyzer/distinfo index 4c6d4641d86f..f0c4dccfad5e 100644 --- a/devel/rubygem-aws-sdk-accessanalyzer/distinfo +++ b/devel/rubygem-aws-sdk-accessanalyzer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546614 -SHA256 (rubygem/aws-sdk-accessanalyzer-1.70.0.gem) = a8e934ce9a77e51144bab44e968527711098a71e424d7a5713e914a3be163c88 -SIZE (rubygem/aws-sdk-accessanalyzer-1.70.0.gem) = 79360 +TIMESTAMP = 1747715496 +SHA256 (rubygem/aws-sdk-accessanalyzer-1.71.0.gem) = b6aec2935914e699aa2ccac11e484c4a46adfcef9af2964541cebc1731106547 +SIZE (rubygem/aws-sdk-accessanalyzer-1.71.0.gem) = 79360 diff --git a/devel/rubygem-aws-sdk-account/Makefile b/devel/rubygem-aws-sdk-account/Makefile index 3b227057b15a..d58900d10792 100644 --- a/devel/rubygem-aws-sdk-account/Makefile +++ b/devel/rubygem-aws-sdk-account/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-account -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-account/distinfo b/devel/rubygem-aws-sdk-account/distinfo index cb43b39ba630..3dd14bc1fc71 100644 --- a/devel/rubygem-aws-sdk-account/distinfo +++ b/devel/rubygem-aws-sdk-account/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546616 -SHA256 (rubygem/aws-sdk-account-1.41.0.gem) = 9a8762118c444a1735edc855a8fc348d94c3b2fb2fa8a4f0c47e135ff2449e18 -SIZE (rubygem/aws-sdk-account-1.41.0.gem) = 33280 +TIMESTAMP = 1747715498 +SHA256 (rubygem/aws-sdk-account-1.42.0.gem) = 6e7c55d9915ef0f42c2593f80e717f064b21b2b598e818fe6323077822929bc3 +SIZE (rubygem/aws-sdk-account-1.42.0.gem) = 33280 diff --git a/devel/rubygem-aws-sdk-acm/Makefile b/devel/rubygem-aws-sdk-acm/Makefile index 60d9dae5f57e..b4c25e9f7879 100644 --- a/devel/rubygem-aws-sdk-acm/Makefile +++ b/devel/rubygem-aws-sdk-acm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-acm -PORTVERSION= 1.86.0 +PORTVERSION= 1.87.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-acm/distinfo b/devel/rubygem-aws-sdk-acm/distinfo index b788f84c08d7..c0236eb991c5 100644 --- a/devel/rubygem-aws-sdk-acm/distinfo +++ b/devel/rubygem-aws-sdk-acm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546618 -SHA256 (rubygem/aws-sdk-acm-1.86.0.gem) = 9daedb81af8303d722c381d582768b1cbcca6a957952bdb99f4c38bf15ca44cc -SIZE (rubygem/aws-sdk-acm-1.86.0.gem) = 50176 +TIMESTAMP = 1747715500 +SHA256 (rubygem/aws-sdk-acm-1.87.0.gem) = 398e103c33dce58fac01bc3e2aced8bfea949bbe692c368d5b3cb2b1400ebcc3 +SIZE (rubygem/aws-sdk-acm-1.87.0.gem) = 50176 diff --git a/devel/rubygem-aws-sdk-acmpca/Makefile b/devel/rubygem-aws-sdk-acmpca/Makefile index 6cd6c4f123f4..6477be48b07f 100644 --- a/devel/rubygem-aws-sdk-acmpca/Makefile +++ b/devel/rubygem-aws-sdk-acmpca/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-acmpca -PORTVERSION= 1.92.0 +PORTVERSION= 1.93.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-acmpca/distinfo b/devel/rubygem-aws-sdk-acmpca/distinfo index 884d12dd4984..eaa6d101c2d1 100644 --- a/devel/rubygem-aws-sdk-acmpca/distinfo +++ b/devel/rubygem-aws-sdk-acmpca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546620 -SHA256 (rubygem/aws-sdk-acmpca-1.92.0.gem) = 713b3b3a852fbd99c778017acc97d098e2039ce29bcda90059b4afe730dec1e3 -SIZE (rubygem/aws-sdk-acmpca-1.92.0.gem) = 73216 +TIMESTAMP = 1747715502 +SHA256 (rubygem/aws-sdk-acmpca-1.93.0.gem) = 2ddefcff620521022b32edce99b8002e75183b5c59658089809b6c04c976777c +SIZE (rubygem/aws-sdk-acmpca-1.93.0.gem) = 73216 diff --git a/devel/rubygem-aws-sdk-amplify/Makefile b/devel/rubygem-aws-sdk-amplify/Makefile index 427ea69bd53f..075910845a62 100644 --- a/devel/rubygem-aws-sdk-amplify/Makefile +++ b/devel/rubygem-aws-sdk-amplify/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-amplify -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-amplify/distinfo b/devel/rubygem-aws-sdk-amplify/distinfo index 314e41fd928a..19a7437552ec 100644 --- a/devel/rubygem-aws-sdk-amplify/distinfo +++ b/devel/rubygem-aws-sdk-amplify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546622 -SHA256 (rubygem/aws-sdk-amplify-1.83.0.gem) = 2d9c91e10a5c407b5b0ef4c86a11b4e9a307d576a3df25a2121cedc8bb921cb0 -SIZE (rubygem/aws-sdk-amplify-1.83.0.gem) = 62976 +TIMESTAMP = 1747715504 +SHA256 (rubygem/aws-sdk-amplify-1.84.0.gem) = 675e98794f612224ee3942e960d57198c19e2531f4a8acff5097201fa50b71f7 +SIZE (rubygem/aws-sdk-amplify-1.84.0.gem) = 62976 diff --git a/devel/rubygem-aws-sdk-amplifybackend/Makefile b/devel/rubygem-aws-sdk-amplifybackend/Makefile index d940c32ffaed..b3b813b733a4 100644 --- a/devel/rubygem-aws-sdk-amplifybackend/Makefile +++ b/devel/rubygem-aws-sdk-amplifybackend/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-amplifybackend -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-amplifybackend/distinfo b/devel/rubygem-aws-sdk-amplifybackend/distinfo index aa91a4d5809f..5dbef83beb13 100644 --- a/devel/rubygem-aws-sdk-amplifybackend/distinfo +++ b/devel/rubygem-aws-sdk-amplifybackend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546624 -SHA256 (rubygem/aws-sdk-amplifybackend-1.47.0.gem) = f940098d4e5ecafeb3daef393413035aa0e56dc44d21bbbceee2b2520b4e9ef6 -SIZE (rubygem/aws-sdk-amplifybackend-1.47.0.gem) = 49152 +TIMESTAMP = 1747715506 +SHA256 (rubygem/aws-sdk-amplifybackend-1.48.0.gem) = 79208df8ff9aac078cd32c6d4001ac90c82422bfe8ed23b1342af18687b08d12 +SIZE (rubygem/aws-sdk-amplifybackend-1.48.0.gem) = 49152 diff --git a/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile b/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile index 3fac45679f0f..bb65b53b5663 100644 --- a/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile +++ b/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-amplifyuibuilder -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-amplifyuibuilder/distinfo b/devel/rubygem-aws-sdk-amplifyuibuilder/distinfo index 61e3718efb41..a3a274bbf7ba 100644 --- a/devel/rubygem-aws-sdk-amplifyuibuilder/distinfo +++ b/devel/rubygem-aws-sdk-amplifyuibuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546626 -SHA256 (rubygem/aws-sdk-amplifyuibuilder-1.41.0.gem) = b0d9413e2e8d1761de2bed1fbcc1b791ce918d5ae11478ac203a56b03782ec51 -SIZE (rubygem/aws-sdk-amplifyuibuilder-1.41.0.gem) = 79872 +TIMESTAMP = 1747715508 +SHA256 (rubygem/aws-sdk-amplifyuibuilder-1.42.0.gem) = 216cb767544fd6a8ea7ad8045b2c9e9604473c77c1b138afbf66b85baceb662a +SIZE (rubygem/aws-sdk-amplifyuibuilder-1.42.0.gem) = 79872 diff --git a/devel/rubygem-aws-sdk-apigateway/Makefile b/devel/rubygem-aws-sdk-apigateway/Makefile index 1783c97f577a..0a0218610b30 100644 --- a/devel/rubygem-aws-sdk-apigateway/Makefile +++ b/devel/rubygem-aws-sdk-apigateway/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-apigateway -PORTVERSION= 1.115.0 +PORTVERSION= 1.116.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-apigateway/distinfo b/devel/rubygem-aws-sdk-apigateway/distinfo index 5ae7f32713fa..81fe2548fdd4 100644 --- a/devel/rubygem-aws-sdk-apigateway/distinfo +++ b/devel/rubygem-aws-sdk-apigateway/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546628 -SHA256 (rubygem/aws-sdk-apigateway-1.115.0.gem) = 71a339a1c24c1d8b94ac0bd7c68bcbbfdafaeae90c27db59471c8f3c15d65783 -SIZE (rubygem/aws-sdk-apigateway-1.115.0.gem) = 119296 +TIMESTAMP = 1747715510 +SHA256 (rubygem/aws-sdk-apigateway-1.116.0.gem) = 1a5dda9af9d88a8df449dba1bc5d7b586a30d83eeb9e3d2a4e991c1b53113140 +SIZE (rubygem/aws-sdk-apigateway-1.116.0.gem) = 119296 diff --git a/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile b/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile index cbb8f82842ff..3b3217586ca3 100644 --- a/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile +++ b/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-apigatewaymanagementapi -PORTVERSION= 1.59.0 +PORTVERSION= 1.60.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-apigatewaymanagementapi/distinfo b/devel/rubygem-aws-sdk-apigatewaymanagementapi/distinfo index 63bd446b0f62..0fb5240c76dd 100644 --- a/devel/rubygem-aws-sdk-apigatewaymanagementapi/distinfo +++ b/devel/rubygem-aws-sdk-apigatewaymanagementapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546630 -SHA256 (rubygem/aws-sdk-apigatewaymanagementapi-1.59.0.gem) = a8e3847510570b1f43ad5d9fc7532e5297dc8dae2c843b33bbbcfd215c80e903 -SIZE (rubygem/aws-sdk-apigatewaymanagementapi-1.59.0.gem) = 21504 +TIMESTAMP = 1747715512 +SHA256 (rubygem/aws-sdk-apigatewaymanagementapi-1.60.0.gem) = bac20d7619bef65d4b317f2e624d1f7ae3ce7eee5f8bec28cd70b5e0f30462c4 +SIZE (rubygem/aws-sdk-apigatewaymanagementapi-1.60.0.gem) = 21504 diff --git a/devel/rubygem-aws-sdk-apigatewayv2/Makefile b/devel/rubygem-aws-sdk-apigatewayv2/Makefile index 6e6f2da40be6..13edbe450c5a 100644 --- a/devel/rubygem-aws-sdk-apigatewayv2/Makefile +++ b/devel/rubygem-aws-sdk-apigatewayv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-apigatewayv2 -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-apigatewayv2/distinfo b/devel/rubygem-aws-sdk-apigatewayv2/distinfo index bdc8869cf787..d9d330b6dd20 100644 --- a/devel/rubygem-aws-sdk-apigatewayv2/distinfo +++ b/devel/rubygem-aws-sdk-apigatewayv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546632 -SHA256 (rubygem/aws-sdk-apigatewayv2-1.74.0.gem) = 5a32d3969f55c6a4698390bb0d20cb25ab74da37803ed2138b60bafaaec09aa0 -SIZE (rubygem/aws-sdk-apigatewayv2-1.74.0.gem) = 95232 +TIMESTAMP = 1747715514 +SHA256 (rubygem/aws-sdk-apigatewayv2-1.75.0.gem) = 36ae125dc9dc71d336f7cf61cbc4668fd53de9bae049dbaa0750b94ea9b52ba8 +SIZE (rubygem/aws-sdk-apigatewayv2-1.75.0.gem) = 95232 diff --git a/devel/rubygem-aws-sdk-appconfig/Makefile b/devel/rubygem-aws-sdk-appconfig/Makefile index fb676ad6505d..813fce685501 100644 --- a/devel/rubygem-aws-sdk-appconfig/Makefile +++ b/devel/rubygem-aws-sdk-appconfig/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appconfig -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appconfig/distinfo b/devel/rubygem-aws-sdk-appconfig/distinfo index 0226794123a3..dca5796a9410 100644 --- a/devel/rubygem-aws-sdk-appconfig/distinfo +++ b/devel/rubygem-aws-sdk-appconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546634 -SHA256 (rubygem/aws-sdk-appconfig-1.65.0.gem) = fdfc61b4b1c6dbbfaff0ee3be9104bf5bddbfa38e0cb736ae28472004ef65c84 -SIZE (rubygem/aws-sdk-appconfig-1.65.0.gem) = 68096 +TIMESTAMP = 1747715516 +SHA256 (rubygem/aws-sdk-appconfig-1.66.0.gem) = 6f0d9d15f6c01afd2c399ee1ce4d593709069add20896db53ca420123c22d215 +SIZE (rubygem/aws-sdk-appconfig-1.66.0.gem) = 68096 diff --git a/devel/rubygem-aws-sdk-appconfigdata/Makefile b/devel/rubygem-aws-sdk-appconfigdata/Makefile index d11cf2046161..72ce809e22db 100644 --- a/devel/rubygem-aws-sdk-appconfigdata/Makefile +++ b/devel/rubygem-aws-sdk-appconfigdata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appconfigdata -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appconfigdata/distinfo b/devel/rubygem-aws-sdk-appconfigdata/distinfo index 620cd262663b..ff829a010800 100644 --- a/devel/rubygem-aws-sdk-appconfigdata/distinfo +++ b/devel/rubygem-aws-sdk-appconfigdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546636 -SHA256 (rubygem/aws-sdk-appconfigdata-1.36.0.gem) = b35d01f8a5e91049fad82fd6c2ba55633377208c8fb04e80098201929baa54f5 -SIZE (rubygem/aws-sdk-appconfigdata-1.36.0.gem) = 24064 +TIMESTAMP = 1747715518 +SHA256 (rubygem/aws-sdk-appconfigdata-1.37.0.gem) = 1a6e06c058dfea98911c8c4d0511dc0ee741b8425bf2be72e51151c511c48611 +SIZE (rubygem/aws-sdk-appconfigdata-1.37.0.gem) = 23552 diff --git a/devel/rubygem-aws-sdk-appfabric/Makefile b/devel/rubygem-aws-sdk-appfabric/Makefile index 4afe932aac63..f73ce04f6644 100644 --- a/devel/rubygem-aws-sdk-appfabric/Makefile +++ b/devel/rubygem-aws-sdk-appfabric/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appfabric -PORTVERSION= 1.25.0 +PORTVERSION= 1.26.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appfabric/distinfo b/devel/rubygem-aws-sdk-appfabric/distinfo index cc3828539e2c..749a4e5712b8 100644 --- a/devel/rubygem-aws-sdk-appfabric/distinfo +++ b/devel/rubygem-aws-sdk-appfabric/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546638 -SHA256 (rubygem/aws-sdk-appfabric-1.25.0.gem) = c894089a5818d3f1b3e3aa2708f5789208cb3ea72561f8c4c368dc38231437df -SIZE (rubygem/aws-sdk-appfabric-1.25.0.gem) = 40448 +TIMESTAMP = 1747715520 +SHA256 (rubygem/aws-sdk-appfabric-1.26.0.gem) = 6b0eab77029cbeac9a18d203e426e6e71c0734d595158eca2d0f5b03cf5c8fb1 +SIZE (rubygem/aws-sdk-appfabric-1.26.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-appflow/Makefile b/devel/rubygem-aws-sdk-appflow/Makefile index e9e852e06f57..bcd00da1e5cf 100644 --- a/devel/rubygem-aws-sdk-appflow/Makefile +++ b/devel/rubygem-aws-sdk-appflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appflow -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appflow/distinfo b/devel/rubygem-aws-sdk-appflow/distinfo index 4db5dd87925a..42c1f4925065 100644 --- a/devel/rubygem-aws-sdk-appflow/distinfo +++ b/devel/rubygem-aws-sdk-appflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546640 -SHA256 (rubygem/aws-sdk-appflow-1.74.0.gem) = 62a5bfcf6f8d6e20234a64e4a42b63558479afc8f6ddccbb20d5bf5de1b2af65 -SIZE (rubygem/aws-sdk-appflow-1.74.0.gem) = 99328 +TIMESTAMP = 1747715522 +SHA256 (rubygem/aws-sdk-appflow-1.75.0.gem) = 03e2c1b00930d0f3e312f71d02c2099d47d3ead017159edabb699df1185145c1 +SIZE (rubygem/aws-sdk-appflow-1.75.0.gem) = 99328 diff --git a/devel/rubygem-aws-sdk-appintegrationsservice/Makefile b/devel/rubygem-aws-sdk-appintegrationsservice/Makefile index 0db9dec74ac4..0ba2e66a8905 100644 --- a/devel/rubygem-aws-sdk-appintegrationsservice/Makefile +++ b/devel/rubygem-aws-sdk-appintegrationsservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appintegrationsservice -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appintegrationsservice/distinfo b/devel/rubygem-aws-sdk-appintegrationsservice/distinfo index 6b7702cbca87..65c21e78e09f 100644 --- a/devel/rubygem-aws-sdk-appintegrationsservice/distinfo +++ b/devel/rubygem-aws-sdk-appintegrationsservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546642 -SHA256 (rubygem/aws-sdk-appintegrationsservice-1.49.0.gem) = f66c2d74eabe4ab04fa901bdd132a14c7ad108840537963ab9c386e5570c56c2 -SIZE (rubygem/aws-sdk-appintegrationsservice-1.49.0.gem) = 37376 +TIMESTAMP = 1747715524 +SHA256 (rubygem/aws-sdk-appintegrationsservice-1.50.0.gem) = aa1f08e8dd9b93f8e314d2001fbfa78aad6d76dfc11049d25a27a799fd955ddd +SIZE (rubygem/aws-sdk-appintegrationsservice-1.50.0.gem) = 37376 diff --git a/devel/rubygem-aws-sdk-applicationautoscaling/Makefile b/devel/rubygem-aws-sdk-applicationautoscaling/Makefile index 52cd2e80e195..1f237c5f8e27 100644 --- a/devel/rubygem-aws-sdk-applicationautoscaling/Makefile +++ b/devel/rubygem-aws-sdk-applicationautoscaling/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-applicationautoscaling -PORTVERSION= 1.104.0 +PORTVERSION= 1.105.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-applicationautoscaling/distinfo b/devel/rubygem-aws-sdk-applicationautoscaling/distinfo index 70ed0ba9fd84..16464e30ad93 100644 --- a/devel/rubygem-aws-sdk-applicationautoscaling/distinfo +++ b/devel/rubygem-aws-sdk-applicationautoscaling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546644 -SHA256 (rubygem/aws-sdk-applicationautoscaling-1.104.0.gem) = 32c93e0c4ad3621c808dbe3d404b31813d2bb12359323f6b87068288171d941c -SIZE (rubygem/aws-sdk-applicationautoscaling-1.104.0.gem) = 70144 +TIMESTAMP = 1747715526 +SHA256 (rubygem/aws-sdk-applicationautoscaling-1.105.0.gem) = 23171aff05f6ce2c5eb99e62bd19a49666b7d49f66774262c81395cbf5f1cc65 +SIZE (rubygem/aws-sdk-applicationautoscaling-1.105.0.gem) = 70144 diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile index 827e553a006f..ee1d9fffbf88 100644 --- a/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile +++ b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-applicationcostprofiler -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo b/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo index dfb8dfbaba84..1771b9a1de9c 100644 --- a/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo +++ b/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546646 -SHA256 (rubygem/aws-sdk-applicationcostprofiler-1.39.0.gem) = ae72e221ec260326f434729301d702e7616e4b9568ce164dbda4081f8eb78bef -SIZE (rubygem/aws-sdk-applicationcostprofiler-1.39.0.gem) = 25088 +TIMESTAMP = 1747715528 +SHA256 (rubygem/aws-sdk-applicationcostprofiler-1.40.0.gem) = 3ded0acc3b1116c480c07ea021b692eecd5de3c71da80150cbc5dc0d83110798 +SIZE (rubygem/aws-sdk-applicationcostprofiler-1.40.0.gem) = 25088 diff --git a/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile b/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile index 29217b29f5ef..2d7a20d1a4ab 100644 --- a/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile +++ b/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-applicationdiscoveryservice -PORTVERSION= 1.85.0 +PORTVERSION= 1.86.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-applicationdiscoveryservice/distinfo b/devel/rubygem-aws-sdk-applicationdiscoveryservice/distinfo index e173fe77ce0b..5bebc3f4ba91 100644 --- a/devel/rubygem-aws-sdk-applicationdiscoveryservice/distinfo +++ b/devel/rubygem-aws-sdk-applicationdiscoveryservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546648 -SHA256 (rubygem/aws-sdk-applicationdiscoveryservice-1.85.0.gem) = dc7d96bf1c1cf892bff3c58470ae95c2dcddc3a901223630ff027cffb2e8c7df -SIZE (rubygem/aws-sdk-applicationdiscoveryservice-1.85.0.gem) = 55808 +TIMESTAMP = 1747715530 +SHA256 (rubygem/aws-sdk-applicationdiscoveryservice-1.86.0.gem) = 8adc10d99bb11a5a482ac0c7b9f23ae3f7431fed6a15cf35b7380e0cccaf62a0 +SIZE (rubygem/aws-sdk-applicationdiscoveryservice-1.86.0.gem) = 55808 diff --git a/devel/rubygem-aws-sdk-applicationinsights/Makefile b/devel/rubygem-aws-sdk-applicationinsights/Makefile index 25f0ab23db5e..87e50403229b 100644 --- a/devel/rubygem-aws-sdk-applicationinsights/Makefile +++ b/devel/rubygem-aws-sdk-applicationinsights/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-applicationinsights -PORTVERSION= 1.63.0 +PORTVERSION= 1.64.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-applicationinsights/distinfo b/devel/rubygem-aws-sdk-applicationinsights/distinfo index eab1dd921ccf..75be8e51ad0c 100644 --- a/devel/rubygem-aws-sdk-applicationinsights/distinfo +++ b/devel/rubygem-aws-sdk-applicationinsights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546650 -SHA256 (rubygem/aws-sdk-applicationinsights-1.63.0.gem) = 2669c70763bc8743a743d0f6732f7716affa9f1949848ffd30e159df25f2a192 -SIZE (rubygem/aws-sdk-applicationinsights-1.63.0.gem) = 51712 +TIMESTAMP = 1747715532 +SHA256 (rubygem/aws-sdk-applicationinsights-1.64.0.gem) = a81d39d1d873a882d1fee5fdf6e922236ac05c53408bc23fc5394addc62935f3 +SIZE (rubygem/aws-sdk-applicationinsights-1.64.0.gem) = 51712 diff --git a/devel/rubygem-aws-sdk-applicationsignals/Makefile b/devel/rubygem-aws-sdk-applicationsignals/Makefile index 9354be529970..4207054ff19a 100644 --- a/devel/rubygem-aws-sdk-applicationsignals/Makefile +++ b/devel/rubygem-aws-sdk-applicationsignals/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-applicationsignals -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-applicationsignals/distinfo b/devel/rubygem-aws-sdk-applicationsignals/distinfo index 9a6f63e5ce22..d582be86ee9c 100644 --- a/devel/rubygem-aws-sdk-applicationsignals/distinfo +++ b/devel/rubygem-aws-sdk-applicationsignals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546652 -SHA256 (rubygem/aws-sdk-applicationsignals-1.20.0.gem) = 627225b9e2a9418be127748531928059d7cbd21770f1ac50a6187f58454a283a -SIZE (rubygem/aws-sdk-applicationsignals-1.20.0.gem) = 55808 +TIMESTAMP = 1747715534 +SHA256 (rubygem/aws-sdk-applicationsignals-1.21.0.gem) = a6e93bb74ba23f8039f3ea7a256a9a8051739ee5a0d50bd341d42063a7af81b0 +SIZE (rubygem/aws-sdk-applicationsignals-1.21.0.gem) = 55808 diff --git a/devel/rubygem-aws-sdk-appmesh/Makefile b/devel/rubygem-aws-sdk-appmesh/Makefile index 42d0775c84a1..49d48ca4aaba 100644 --- a/devel/rubygem-aws-sdk-appmesh/Makefile +++ b/devel/rubygem-aws-sdk-appmesh/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appmesh -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appmesh/distinfo b/devel/rubygem-aws-sdk-appmesh/distinfo index b6235b729954..a983a2485eb8 100644 --- a/devel/rubygem-aws-sdk-appmesh/distinfo +++ b/devel/rubygem-aws-sdk-appmesh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546654 -SHA256 (rubygem/aws-sdk-appmesh-1.77.0.gem) = e8db48933eb0637d593131ead40f0a7a28e4538ccdde07d649a4fc5e56d02c98 -SIZE (rubygem/aws-sdk-appmesh-1.77.0.gem) = 87040 +TIMESTAMP = 1747715536 +SHA256 (rubygem/aws-sdk-appmesh-1.78.0.gem) = 5b0dc17f9e371c941c57c27f0258f008d4ee781aa7b5a44688b7fe6991a81de7 +SIZE (rubygem/aws-sdk-appmesh-1.78.0.gem) = 87040 diff --git a/devel/rubygem-aws-sdk-appregistry/Makefile b/devel/rubygem-aws-sdk-appregistry/Makefile index ddf3964621f5..15828f35cbe9 100644 --- a/devel/rubygem-aws-sdk-appregistry/Makefile +++ b/devel/rubygem-aws-sdk-appregistry/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appregistry -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appregistry/distinfo b/devel/rubygem-aws-sdk-appregistry/distinfo index f4e2192f732f..0939b739f391 100644 --- a/devel/rubygem-aws-sdk-appregistry/distinfo +++ b/devel/rubygem-aws-sdk-appregistry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546656 -SHA256 (rubygem/aws-sdk-appregistry-1.50.0.gem) = 98a36fff9e0749df66dc177ba8323c3e68ea44d1cb2c662de95e22afc22e067a -SIZE (rubygem/aws-sdk-appregistry-1.50.0.gem) = 37888 +TIMESTAMP = 1747715538 +SHA256 (rubygem/aws-sdk-appregistry-1.51.0.gem) = 3b5a53fea4588beec79d3059610cdfc9e54ea45909b78c62f4141cbae0e1030e +SIZE (rubygem/aws-sdk-appregistry-1.51.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-apprunner/Makefile b/devel/rubygem-aws-sdk-apprunner/Makefile index b61e33c90dd1..eb6d0b716504 100644 --- a/devel/rubygem-aws-sdk-apprunner/Makefile +++ b/devel/rubygem-aws-sdk-apprunner/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-apprunner -PORTVERSION= 1.56.0 +PORTVERSION= 1.57.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-apprunner/distinfo b/devel/rubygem-aws-sdk-apprunner/distinfo index de76a6047f2f..a798530a3056 100644 --- a/devel/rubygem-aws-sdk-apprunner/distinfo +++ b/devel/rubygem-aws-sdk-apprunner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546658 -SHA256 (rubygem/aws-sdk-apprunner-1.56.0.gem) = 8eef7581932bf69f8484c3c04e5986d99e00ae7bf00b8c2cb1ef469e2ecae014 -SIZE (rubygem/aws-sdk-apprunner-1.56.0.gem) = 63488 +TIMESTAMP = 1747715540 +SHA256 (rubygem/aws-sdk-apprunner-1.57.0.gem) = 522376f528d7aaf508504d5a804b8f967d43024ffb24e09c7ca69814153e9d51 +SIZE (rubygem/aws-sdk-apprunner-1.57.0.gem) = 63488 diff --git a/devel/rubygem-aws-sdk-appstream/Makefile b/devel/rubygem-aws-sdk-appstream/Makefile index b9cd0a0abc2a..371acf26a089 100644 --- a/devel/rubygem-aws-sdk-appstream/Makefile +++ b/devel/rubygem-aws-sdk-appstream/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appstream -PORTVERSION= 1.109.0 +PORTVERSION= 1.110.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appstream/distinfo b/devel/rubygem-aws-sdk-appstream/distinfo index b219d8eeb55f..8d3794ba6131 100644 --- a/devel/rubygem-aws-sdk-appstream/distinfo +++ b/devel/rubygem-aws-sdk-appstream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546660 -SHA256 (rubygem/aws-sdk-appstream-1.109.0.gem) = c1f1184b14c56a4184956b033d9dd300b03e5dd2933393c08be811c84ec2221d -SIZE (rubygem/aws-sdk-appstream-1.109.0.gem) = 108032 +TIMESTAMP = 1747715542 +SHA256 (rubygem/aws-sdk-appstream-1.110.0.gem) = 288378c1936bec2385bd8f4651bc15dbbf71af9b690af05999d92f23ebeb5526 +SIZE (rubygem/aws-sdk-appstream-1.110.0.gem) = 108032 diff --git a/devel/rubygem-aws-sdk-appsync/Makefile b/devel/rubygem-aws-sdk-appsync/Makefile index 4d792b7239c9..22423e8f4745 100644 --- a/devel/rubygem-aws-sdk-appsync/Makefile +++ b/devel/rubygem-aws-sdk-appsync/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appsync -PORTVERSION= 1.104.0 +PORTVERSION= 1.105.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appsync/distinfo b/devel/rubygem-aws-sdk-appsync/distinfo index 77be8272b045..c46a565cace1 100644 --- a/devel/rubygem-aws-sdk-appsync/distinfo +++ b/devel/rubygem-aws-sdk-appsync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546662 -SHA256 (rubygem/aws-sdk-appsync-1.104.0.gem) = 0ac6ca2defe266a55eeab9919188dea83b48a8420f3025e9a3310b4d5e6c764f -SIZE (rubygem/aws-sdk-appsync-1.104.0.gem) = 102912 +TIMESTAMP = 1747715544 +SHA256 (rubygem/aws-sdk-appsync-1.105.0.gem) = 4e4339581bf637e92cf9c890b8f9765efe16373faa56112f0ad6ab585b7b70f4 +SIZE (rubygem/aws-sdk-appsync-1.105.0.gem) = 102912 diff --git a/devel/rubygem-aws-sdk-apptest/Makefile b/devel/rubygem-aws-sdk-apptest/Makefile index 8312d9b9369b..291a723b9913 100644 --- a/devel/rubygem-aws-sdk-apptest/Makefile +++ b/devel/rubygem-aws-sdk-apptest/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-apptest -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-apptest/distinfo b/devel/rubygem-aws-sdk-apptest/distinfo index c9c75e9220f6..449c5dce04d7 100644 --- a/devel/rubygem-aws-sdk-apptest/distinfo +++ b/devel/rubygem-aws-sdk-apptest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546664 -SHA256 (rubygem/aws-sdk-apptest-1.14.0.gem) = 08f3bc7950b3e2c0911ba4dee705fd31a7e493bcbc00085799d461d5946b7880 -SIZE (rubygem/aws-sdk-apptest-1.14.0.gem) = 50176 +TIMESTAMP = 1747715546 +SHA256 (rubygem/aws-sdk-apptest-1.15.0.gem) = 02e4a58a4c752c378b368f2901a7c849d1f99bc572e6855beb807deec5dda586 +SIZE (rubygem/aws-sdk-apptest-1.15.0.gem) = 50176 diff --git a/devel/rubygem-aws-sdk-arczonalshift/Makefile b/devel/rubygem-aws-sdk-arczonalshift/Makefile index d0e07e808d1d..3daa7fd3b6d6 100644 --- a/devel/rubygem-aws-sdk-arczonalshift/Makefile +++ b/devel/rubygem-aws-sdk-arczonalshift/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-arczonalshift -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-arczonalshift/distinfo b/devel/rubygem-aws-sdk-arczonalshift/distinfo index 29629ebc3720..141e08fb63bf 100644 --- a/devel/rubygem-aws-sdk-arczonalshift/distinfo +++ b/devel/rubygem-aws-sdk-arczonalshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546666 -SHA256 (rubygem/aws-sdk-arczonalshift-1.32.0.gem) = 53e664f5d62311e85cc854bfe191395196903185fa6b995ae7a599771f99522c -SIZE (rubygem/aws-sdk-arczonalshift-1.32.0.gem) = 37888 +TIMESTAMP = 1747715548 +SHA256 (rubygem/aws-sdk-arczonalshift-1.33.0.gem) = b0da88efe8a95310641fe18e7c02ba50c444408628a11f6c01fbe142fc643b26 +SIZE (rubygem/aws-sdk-arczonalshift-1.33.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-artifact/Makefile b/devel/rubygem-aws-sdk-artifact/Makefile index 5b946d633eb6..2c4777b6c6a0 100644 --- a/devel/rubygem-aws-sdk-artifact/Makefile +++ b/devel/rubygem-aws-sdk-artifact/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-artifact -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-artifact/distinfo b/devel/rubygem-aws-sdk-artifact/distinfo index b14085e49d21..9b9f9120c2ee 100644 --- a/devel/rubygem-aws-sdk-artifact/distinfo +++ b/devel/rubygem-aws-sdk-artifact/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546668 -SHA256 (rubygem/aws-sdk-artifact-1.20.0.gem) = 05f051ae9e044427bd87bc0571fc8442597202092dcbc468fb6e7000ac5a9759 -SIZE (rubygem/aws-sdk-artifact-1.20.0.gem) = 28160 +TIMESTAMP = 1747715550 +SHA256 (rubygem/aws-sdk-artifact-1.21.0.gem) = 29c7668ee791c0d97ac2f7704a981aaee51a1c7631880a3c4f22aa65aa0668d0 +SIZE (rubygem/aws-sdk-artifact-1.21.0.gem) = 28160 diff --git a/devel/rubygem-aws-sdk-athena/Makefile b/devel/rubygem-aws-sdk-athena/Makefile index d14fb8e02e39..2de154e453b1 100644 --- a/devel/rubygem-aws-sdk-athena/Makefile +++ b/devel/rubygem-aws-sdk-athena/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-athena -PORTVERSION= 1.102.0 +PORTVERSION= 1.104.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-athena/distinfo b/devel/rubygem-aws-sdk-athena/distinfo index 13a30702cce6..929aaa78da86 100644 --- a/devel/rubygem-aws-sdk-athena/distinfo +++ b/devel/rubygem-aws-sdk-athena/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546670 -SHA256 (rubygem/aws-sdk-athena-1.102.0.gem) = 678d367a42c668053583c9a9f0525b4891d4f9a2f1b8ba624e79c6e3047baed8 -SIZE (rubygem/aws-sdk-athena-1.102.0.gem) = 92672 +TIMESTAMP = 1747715552 +SHA256 (rubygem/aws-sdk-athena-1.104.0.gem) = e5c5733d39773e51574087b9921157b06cc4b1ccf65b27076281e298ed8cfce0 +SIZE (rubygem/aws-sdk-athena-1.104.0.gem) = 92672 diff --git a/devel/rubygem-aws-sdk-auditmanager/Makefile b/devel/rubygem-aws-sdk-auditmanager/Makefile index a562fb614abf..d42b65b9ba59 100644 --- a/devel/rubygem-aws-sdk-auditmanager/Makefile +++ b/devel/rubygem-aws-sdk-auditmanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-auditmanager -PORTVERSION= 1.63.0 +PORTVERSION= 1.64.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-auditmanager/distinfo b/devel/rubygem-aws-sdk-auditmanager/distinfo index d5e9f4425668..509e63b85a65 100644 --- a/devel/rubygem-aws-sdk-auditmanager/distinfo +++ b/devel/rubygem-aws-sdk-auditmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546672 -SHA256 (rubygem/aws-sdk-auditmanager-1.63.0.gem) = 9f046f3a5d00aa5d1a303b4818d4f12767aea66348aeae5e2effde34e942f665 -SIZE (rubygem/aws-sdk-auditmanager-1.63.0.gem) = 84480 +TIMESTAMP = 1747715554 +SHA256 (rubygem/aws-sdk-auditmanager-1.64.0.gem) = 7a5392e8d446b910379ffe45ecb205bd5edc61523579f4d7b02d3a94c0317b43 +SIZE (rubygem/aws-sdk-auditmanager-1.64.0.gem) = 84480 diff --git a/devel/rubygem-aws-sdk-augmentedairuntime/Makefile b/devel/rubygem-aws-sdk-augmentedairuntime/Makefile index 1ee76193b035..db7b5849c4e7 100644 --- a/devel/rubygem-aws-sdk-augmentedairuntime/Makefile +++ b/devel/rubygem-aws-sdk-augmentedairuntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-augmentedairuntime -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-augmentedairuntime/distinfo b/devel/rubygem-aws-sdk-augmentedairuntime/distinfo index 539950962ace..70031fc302a4 100644 --- a/devel/rubygem-aws-sdk-augmentedairuntime/distinfo +++ b/devel/rubygem-aws-sdk-augmentedairuntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546674 -SHA256 (rubygem/aws-sdk-augmentedairuntime-1.53.0.gem) = 28d91bfe4e9b804a3e9b6f60352a479528bdbbf774cb4905cb3a4c68d7741561 -SIZE (rubygem/aws-sdk-augmentedairuntime-1.53.0.gem) = 26112 +TIMESTAMP = 1747715556 +SHA256 (rubygem/aws-sdk-augmentedairuntime-1.54.0.gem) = 1703c875218fd66c79b70164eb6d7e4f41d69049b3764fed8e996c50e1a2f2d9 +SIZE (rubygem/aws-sdk-augmentedairuntime-1.54.0.gem) = 26112 diff --git a/devel/rubygem-aws-sdk-autoscaling/Makefile b/devel/rubygem-aws-sdk-autoscaling/Makefile index 1d072ba9be40..80ddadef2b05 100644 --- a/devel/rubygem-aws-sdk-autoscaling/Makefile +++ b/devel/rubygem-aws-sdk-autoscaling/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-autoscaling -PORTVERSION= 1.134.0 +PORTVERSION= 1.135.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-autoscaling/distinfo b/devel/rubygem-aws-sdk-autoscaling/distinfo index 9e4ac2d1af05..8f43b70eab10 100644 --- a/devel/rubygem-aws-sdk-autoscaling/distinfo +++ b/devel/rubygem-aws-sdk-autoscaling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546676 -SHA256 (rubygem/aws-sdk-autoscaling-1.134.0.gem) = 22d840714ae9ea1d64af7d7c57dea71e2d503f033b6913a3a8e384f39bf1d6a8 -SIZE (rubygem/aws-sdk-autoscaling-1.134.0.gem) = 199168 +TIMESTAMP = 1747715558 +SHA256 (rubygem/aws-sdk-autoscaling-1.135.0.gem) = 1413561f8e3fadbe9caeee417fc411a794b6ce0d5bedc6a4b92177bb412a8653 +SIZE (rubygem/aws-sdk-autoscaling-1.135.0.gem) = 199168 diff --git a/devel/rubygem-aws-sdk-autoscalingplans/Makefile b/devel/rubygem-aws-sdk-autoscalingplans/Makefile index 9f4ebd8981ed..f7e00ef4bdf3 100644 --- a/devel/rubygem-aws-sdk-autoscalingplans/Makefile +++ b/devel/rubygem-aws-sdk-autoscalingplans/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-autoscalingplans -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-autoscalingplans/distinfo b/devel/rubygem-aws-sdk-autoscalingplans/distinfo index b1723e2a915c..5010cf96926d 100644 --- a/devel/rubygem-aws-sdk-autoscalingplans/distinfo +++ b/devel/rubygem-aws-sdk-autoscalingplans/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546678 -SHA256 (rubygem/aws-sdk-autoscalingplans-1.70.0.gem) = 8c35dc41fcdeeea85f8337e68eacf40bcf941fca5c702802ca8b6b0850d4fcee -SIZE (rubygem/aws-sdk-autoscalingplans-1.70.0.gem) = 36864 +TIMESTAMP = 1747715560 +SHA256 (rubygem/aws-sdk-autoscalingplans-1.71.0.gem) = 0f1e65f646960dd75729915643aec1e8313ede7ddba3b95869ed3a8c88cbe24f +SIZE (rubygem/aws-sdk-autoscalingplans-1.71.0.gem) = 36864 diff --git a/devel/rubygem-aws-sdk-b2bi/Makefile b/devel/rubygem-aws-sdk-b2bi/Makefile index c0fd5d8c6a6c..fc6f9e893151 100644 --- a/devel/rubygem-aws-sdk-b2bi/Makefile +++ b/devel/rubygem-aws-sdk-b2bi/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-b2bi -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-b2bi/distinfo b/devel/rubygem-aws-sdk-b2bi/distinfo index fb6caa42c2f1..a283ea62517a 100644 --- a/devel/rubygem-aws-sdk-b2bi/distinfo +++ b/devel/rubygem-aws-sdk-b2bi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546680 -SHA256 (rubygem/aws-sdk-b2bi-1.29.0.gem) = 94f6d0244043da6deff6c5df4558d7d056824671714650a65e2d8254fc9d58ac -SIZE (rubygem/aws-sdk-b2bi-1.29.0.gem) = 69632 +TIMESTAMP = 1747715562 +SHA256 (rubygem/aws-sdk-b2bi-1.30.0.gem) = 9222a1b452f2bc6e663205c49f76473521c8dc33e56739a85f7fb563d7ca9051 +SIZE (rubygem/aws-sdk-b2bi-1.30.0.gem) = 69632 diff --git a/devel/rubygem-aws-sdk-backup/Makefile b/devel/rubygem-aws-sdk-backup/Makefile index 682e80799e0d..1ce34eeee15a 100644 --- a/devel/rubygem-aws-sdk-backup/Makefile +++ b/devel/rubygem-aws-sdk-backup/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-backup -PORTVERSION= 1.87.0 +PORTVERSION= 1.88.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-backup/distinfo b/devel/rubygem-aws-sdk-backup/distinfo index bf56c1fe4c96..34b61cbd45b9 100644 --- a/devel/rubygem-aws-sdk-backup/distinfo +++ b/devel/rubygem-aws-sdk-backup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546682 -SHA256 (rubygem/aws-sdk-backup-1.87.0.gem) = f7e4e8ada754eec9f3e2cf9ab7faab2fc866daeee4d9a5aca7d6cf2c8c265267 -SIZE (rubygem/aws-sdk-backup-1.87.0.gem) = 133120 +TIMESTAMP = 1747715564 +SHA256 (rubygem/aws-sdk-backup-1.88.0.gem) = a04c6d8c58cc93b43fcdf75f9d7744ea522b4a521f039f58c853a09fe19baa80 +SIZE (rubygem/aws-sdk-backup-1.88.0.gem) = 133120 diff --git a/devel/rubygem-aws-sdk-backupgateway/Makefile b/devel/rubygem-aws-sdk-backupgateway/Makefile index 0c2f4fa86f90..980c78cb622e 100644 --- a/devel/rubygem-aws-sdk-backupgateway/Makefile +++ b/devel/rubygem-aws-sdk-backupgateway/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-backupgateway -PORTVERSION= 1.35.0 +PORTVERSION= 1.36.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-backupgateway/distinfo b/devel/rubygem-aws-sdk-backupgateway/distinfo index 9b6dcec8ba13..01c1b2cbae2a 100644 --- a/devel/rubygem-aws-sdk-backupgateway/distinfo +++ b/devel/rubygem-aws-sdk-backupgateway/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546684 -SHA256 (rubygem/aws-sdk-backupgateway-1.35.0.gem) = c51c0ba3045ac83b7967dba757ce4eab74664e57f1fe4ab5d968ce7f2d914325 -SIZE (rubygem/aws-sdk-backupgateway-1.35.0.gem) = 37376 +TIMESTAMP = 1747715566 +SHA256 (rubygem/aws-sdk-backupgateway-1.36.0.gem) = 5b5af59644d71f691cae7e3104b6bc5cbd1437583fe5f9dceca65939edb5f7d4 +SIZE (rubygem/aws-sdk-backupgateway-1.36.0.gem) = 37376 diff --git a/devel/rubygem-aws-sdk-backupsearch/Makefile b/devel/rubygem-aws-sdk-backupsearch/Makefile index b2116d0cb3fb..13e689b2659b 100644 --- a/devel/rubygem-aws-sdk-backupsearch/Makefile +++ b/devel/rubygem-aws-sdk-backupsearch/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-backupsearch -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-backupsearch/distinfo b/devel/rubygem-aws-sdk-backupsearch/distinfo index e84a0ed040e2..6db324bd1e54 100644 --- a/devel/rubygem-aws-sdk-backupsearch/distinfo +++ b/devel/rubygem-aws-sdk-backupsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546686 -SHA256 (rubygem/aws-sdk-backupsearch-1.4.0.gem) = 393fd991274cb4b6f1cfd8c005d4d324914e0d4acb6b6a4dbcab48b867697fc8 -SIZE (rubygem/aws-sdk-backupsearch-1.4.0.gem) = 36352 +TIMESTAMP = 1747715568 +SHA256 (rubygem/aws-sdk-backupsearch-1.5.0.gem) = 436d910c5e5afb9b4363176ebf74c5641009738a851144ea0e78f05fb130cadd +SIZE (rubygem/aws-sdk-backupsearch-1.5.0.gem) = 36352 diff --git a/devel/rubygem-aws-sdk-batch/Makefile b/devel/rubygem-aws-sdk-batch/Makefile index ff003a26db1a..07a4c0b40b54 100644 --- a/devel/rubygem-aws-sdk-batch/Makefile +++ b/devel/rubygem-aws-sdk-batch/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-batch -PORTVERSION= 1.113.0 +PORTVERSION= 1.114.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-batch/distinfo b/devel/rubygem-aws-sdk-batch/distinfo index 64509c77bad7..7c2c6d798b05 100644 --- a/devel/rubygem-aws-sdk-batch/distinfo +++ b/devel/rubygem-aws-sdk-batch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546688 -SHA256 (rubygem/aws-sdk-batch-1.113.0.gem) = dd6e3d269b1e7c90ddc83e387105b6dffa84ee896f9896a5ee1448cc6fbfa61f -SIZE (rubygem/aws-sdk-batch-1.113.0.gem) = 138752 +TIMESTAMP = 1747715570 +SHA256 (rubygem/aws-sdk-batch-1.114.0.gem) = a670bc0de00d527e862b191085d4185eb2b010fa055de984e89ef0b91516081c +SIZE (rubygem/aws-sdk-batch-1.114.0.gem) = 138752 diff --git a/devel/rubygem-aws-sdk-bcmdataexports/Makefile b/devel/rubygem-aws-sdk-bcmdataexports/Makefile index a7438b023af2..2f7c5a8ce20a 100644 --- a/devel/rubygem-aws-sdk-bcmdataexports/Makefile +++ b/devel/rubygem-aws-sdk-bcmdataexports/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bcmdataexports -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bcmdataexports/distinfo b/devel/rubygem-aws-sdk-bcmdataexports/distinfo index 0de5dd2e42df..46ecc7d3b5c4 100644 --- a/devel/rubygem-aws-sdk-bcmdataexports/distinfo +++ b/devel/rubygem-aws-sdk-bcmdataexports/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546690 -SHA256 (rubygem/aws-sdk-bcmdataexports-1.19.0.gem) = b2b830c7c081c87d21f9e6ed6b1e8f4ba8bf3555aef938325bd48fdfd6416cf3 -SIZE (rubygem/aws-sdk-bcmdataexports-1.19.0.gem) = 31232 +TIMESTAMP = 1747715572 +SHA256 (rubygem/aws-sdk-bcmdataexports-1.20.0.gem) = ab43b17403da1e09a0cc464e7bb6e97e084fe5cb353a419ca7f190e2aa7c8f10 +SIZE (rubygem/aws-sdk-bcmdataexports-1.20.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-bcmpricingcalculator/Makefile b/devel/rubygem-aws-sdk-bcmpricingcalculator/Makefile index 0a719e45fef9..b71a451fd8b2 100644 --- a/devel/rubygem-aws-sdk-bcmpricingcalculator/Makefile +++ b/devel/rubygem-aws-sdk-bcmpricingcalculator/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bcmpricingcalculator -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bcmpricingcalculator/distinfo b/devel/rubygem-aws-sdk-bcmpricingcalculator/distinfo index 8c8b569db321..e22059c4bf52 100644 --- a/devel/rubygem-aws-sdk-bcmpricingcalculator/distinfo +++ b/devel/rubygem-aws-sdk-bcmpricingcalculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546692 -SHA256 (rubygem/aws-sdk-bcmpricingcalculator-1.8.0.gem) = 3b25352d76b751bcf6e4ce0ed1272ec39d2ec08e277f8f80bf40c32f751d5334 -SIZE (rubygem/aws-sdk-bcmpricingcalculator-1.8.0.gem) = 53760 +TIMESTAMP = 1747715574 +SHA256 (rubygem/aws-sdk-bcmpricingcalculator-1.9.0.gem) = 035c0e49f290c5d64249b8121a895d89bae3ebd0a7e8c0921367b1ba11ff0860 +SIZE (rubygem/aws-sdk-bcmpricingcalculator-1.9.0.gem) = 53760 diff --git a/devel/rubygem-aws-sdk-bedrock/Makefile b/devel/rubygem-aws-sdk-bedrock/Makefile index 07dfe9afb951..6f426da22846 100644 --- a/devel/rubygem-aws-sdk-bedrock/Makefile +++ b/devel/rubygem-aws-sdk-bedrock/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrock -PORTVERSION= 1.44.0 +PORTVERSION= 1.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrock/distinfo b/devel/rubygem-aws-sdk-bedrock/distinfo index c575f5ace107..3026accf9e17 100644 --- a/devel/rubygem-aws-sdk-bedrock/distinfo +++ b/devel/rubygem-aws-sdk-bedrock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546694 -SHA256 (rubygem/aws-sdk-bedrock-1.44.0.gem) = 326d6e3ddfb3e7ff581e2430846fb288de440ed7819c9a55be7fa989b212cc4e -SIZE (rubygem/aws-sdk-bedrock-1.44.0.gem) = 124928 +TIMESTAMP = 1747715576 +SHA256 (rubygem/aws-sdk-bedrock-1.46.0.gem) = f129e71f70c63e2f0a64db7a8374f6b8cea52824030fed3f7756405d8bd62c6c +SIZE (rubygem/aws-sdk-bedrock-1.46.0.gem) = 126464 diff --git a/devel/rubygem-aws-sdk-bedrockagent/Makefile b/devel/rubygem-aws-sdk-bedrockagent/Makefile index d3bc1aa2780f..c01c3f0d0a9e 100644 --- a/devel/rubygem-aws-sdk-bedrockagent/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagent/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagent -PORTVERSION= 1.55.0 +PORTVERSION= 1.57.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagent/distinfo b/devel/rubygem-aws-sdk-bedrockagent/distinfo index 12b3eb90c879..dacf71fe7e6c 100644 --- a/devel/rubygem-aws-sdk-bedrockagent/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546696 -SHA256 (rubygem/aws-sdk-bedrockagent-1.55.0.gem) = 6c32bc7be08cccf5b17ac597794c2193604de0c64ced4154e49b292bfc79193b -SIZE (rubygem/aws-sdk-bedrockagent-1.55.0.gem) = 162816 +TIMESTAMP = 1747715578 +SHA256 (rubygem/aws-sdk-bedrockagent-1.57.0.gem) = 71a0c8826bd42163408cbc59034027722dfa320be3dd8db4b2455dfa912ff80d +SIZE (rubygem/aws-sdk-bedrockagent-1.57.0.gem) = 173056 diff --git a/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile b/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile index e828a5d5debb..6cf8db4a20a8 100644 --- a/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagentruntime -PORTVERSION= 1.53.0 +PORTVERSION= 1.55.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo b/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo index b5a4cdb1c116..b220f31a6e7e 100644 --- a/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546698 -SHA256 (rubygem/aws-sdk-bedrockagentruntime-1.53.0.gem) = c5e6bb549ee97448829f21e64ef3229de79f6c3d8ae715835fcf8b430f990609 -SIZE (rubygem/aws-sdk-bedrockagentruntime-1.53.0.gem) = 125440 +TIMESTAMP = 1747715580 +SHA256 (rubygem/aws-sdk-bedrockagentruntime-1.55.0.gem) = 5dd64b6ba26791cc9233933af8f61f7ec7f21c135412e94a5d89feec39bda4e7 +SIZE (rubygem/aws-sdk-bedrockagentruntime-1.55.0.gem) = 127488 diff --git a/devel/rubygem-aws-sdk-bedrockdataautomation/Makefile b/devel/rubygem-aws-sdk-bedrockdataautomation/Makefile index 7180ea4ed4b9..23dd45147de5 100644 --- a/devel/rubygem-aws-sdk-bedrockdataautomation/Makefile +++ b/devel/rubygem-aws-sdk-bedrockdataautomation/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockdataautomation -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockdataautomation/distinfo b/devel/rubygem-aws-sdk-bedrockdataautomation/distinfo index 305a36d226c7..a7bc4ee9c3e0 100644 --- a/devel/rubygem-aws-sdk-bedrockdataautomation/distinfo +++ b/devel/rubygem-aws-sdk-bedrockdataautomation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546700 -SHA256 (rubygem/aws-sdk-bedrockdataautomation-1.8.0.gem) = cf4c46c703340c62e0fe773c55f9f99f416b2f0fe8393869ff991bff67dd37ae -SIZE (rubygem/aws-sdk-bedrockdataautomation-1.8.0.gem) = 35328 +TIMESTAMP = 1747715582 +SHA256 (rubygem/aws-sdk-bedrockdataautomation-1.10.0.gem) = 4b21530763e4ae96cd9e28a1b452b25038b581d6ed2c1624a85517fbfda501bb +SIZE (rubygem/aws-sdk-bedrockdataautomation-1.10.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile index 91e6ce4e9069..e93cd1668583 100644 --- a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile +++ b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockdataautomationruntime -PORTVERSION= 1.6.0 +PORTVERSION= 1.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo index 6bb36e82ecc8..80588c84c8d6 100644 --- a/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockdataautomationruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546702 -SHA256 (rubygem/aws-sdk-bedrockdataautomationruntime-1.6.0.gem) = 28aeb94bd4dc1cc2f2b8f6bf93148d7347a6ef908e728244492279b8c94034e3 -SIZE (rubygem/aws-sdk-bedrockdataautomationruntime-1.6.0.gem) = 25088 +TIMESTAMP = 1747715584 +SHA256 (rubygem/aws-sdk-bedrockdataautomationruntime-1.8.0.gem) = 43685de87180abcbcc650aea3856315676050974cec56747ef442b12094873fe +SIZE (rubygem/aws-sdk-bedrockdataautomationruntime-1.8.0.gem) = 25600 diff --git a/devel/rubygem-aws-sdk-bedrockruntime/Makefile b/devel/rubygem-aws-sdk-bedrockruntime/Makefile index ad810533c4e6..f1f05d3ba990 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/Makefile +++ b/devel/rubygem-aws-sdk-bedrockruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockruntime -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockruntime/distinfo b/devel/rubygem-aws-sdk-bedrockruntime/distinfo index 28d928890d23..278fad2ae0ae 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546704 -SHA256 (rubygem/aws-sdk-bedrockruntime-1.47.0.gem) = a7f9bc8d603ee5dbfff0b9b04ea1f8239381ff08a8a31af4b7ffa469659def16 -SIZE (rubygem/aws-sdk-bedrockruntime-1.47.0.gem) = 76288 +TIMESTAMP = 1747715586 +SHA256 (rubygem/aws-sdk-bedrockruntime-1.48.0.gem) = f9f1c09a2051013db0e22d1b79571db2656edcbba374788b4900eeee6ac29ce3 +SIZE (rubygem/aws-sdk-bedrockruntime-1.48.0.gem) = 76288 diff --git a/devel/rubygem-aws-sdk-billing/Makefile b/devel/rubygem-aws-sdk-billing/Makefile index 2c411b47de96..f54ec2e725c7 100644 --- a/devel/rubygem-aws-sdk-billing/Makefile +++ b/devel/rubygem-aws-sdk-billing/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-billing -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-billing/distinfo b/devel/rubygem-aws-sdk-billing/distinfo index eeec4f548da6..395be735be46 100644 --- a/devel/rubygem-aws-sdk-billing/distinfo +++ b/devel/rubygem-aws-sdk-billing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546706 -SHA256 (rubygem/aws-sdk-billing-1.5.0.gem) = ade212cfdfd67bb1d423a2bc5f4820ecb5347d8c95abc5060a65d6b6be43249b -SIZE (rubygem/aws-sdk-billing-1.5.0.gem) = 29184 +TIMESTAMP = 1747715588 +SHA256 (rubygem/aws-sdk-billing-1.6.0.gem) = 1fc936295e6171a56aefe8b4cf24249972ed84baf7e73bf7027ec5f58344223e +SIZE (rubygem/aws-sdk-billing-1.6.0.gem) = 29184 diff --git a/devel/rubygem-aws-sdk-billingconductor/Makefile b/devel/rubygem-aws-sdk-billingconductor/Makefile index 83b159d25b13..d204757e614d 100644 --- a/devel/rubygem-aws-sdk-billingconductor/Makefile +++ b/devel/rubygem-aws-sdk-billingconductor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-billingconductor -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-billingconductor/distinfo b/devel/rubygem-aws-sdk-billingconductor/distinfo index 9830a86b091e..fd5bafa21824 100644 --- a/devel/rubygem-aws-sdk-billingconductor/distinfo +++ b/devel/rubygem-aws-sdk-billingconductor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546708 -SHA256 (rubygem/aws-sdk-billingconductor-1.38.0.gem) = 985c9c1069a16edef22e0f785a979258f90e20e77eaf6400d648a5546d25947c -SIZE (rubygem/aws-sdk-billingconductor-1.38.0.gem) = 54272 +TIMESTAMP = 1747715590 +SHA256 (rubygem/aws-sdk-billingconductor-1.39.0.gem) = 5e4d65099920e09f8cf9636f33c10cd732f52a56716deab472030e645a0ffee1 +SIZE (rubygem/aws-sdk-billingconductor-1.39.0.gem) = 54272 diff --git a/devel/rubygem-aws-sdk-braket/Makefile b/devel/rubygem-aws-sdk-braket/Makefile index 9688a891dd57..d0216984d34f 100644 --- a/devel/rubygem-aws-sdk-braket/Makefile +++ b/devel/rubygem-aws-sdk-braket/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-braket -PORTVERSION= 1.51.0 +PORTVERSION= 1.52.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-braket/distinfo b/devel/rubygem-aws-sdk-braket/distinfo index ec86e8acfea6..b59aa54734ec 100644 --- a/devel/rubygem-aws-sdk-braket/distinfo +++ b/devel/rubygem-aws-sdk-braket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546710 -SHA256 (rubygem/aws-sdk-braket-1.51.0.gem) = 68e9a347fc563c9a58055745b24c33ba5dd4edb0c63260692e0728c6e7100fbc -SIZE (rubygem/aws-sdk-braket-1.51.0.gem) = 38400 +TIMESTAMP = 1747715592 +SHA256 (rubygem/aws-sdk-braket-1.52.0.gem) = c6a08df6b9d66fa828bd5da7d80948d58a032800c3a2bff3779068141d4a1f6c +SIZE (rubygem/aws-sdk-braket-1.52.0.gem) = 38400 diff --git a/devel/rubygem-aws-sdk-budgets/Makefile b/devel/rubygem-aws-sdk-budgets/Makefile index 4cf0d0de33f8..8ab41d66c7d4 100644 --- a/devel/rubygem-aws-sdk-budgets/Makefile +++ b/devel/rubygem-aws-sdk-budgets/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-budgets -PORTVERSION= 1.84.0 +PORTVERSION= 1.85.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-budgets/distinfo b/devel/rubygem-aws-sdk-budgets/distinfo index d8181eb5fed3..6c08880beca9 100644 --- a/devel/rubygem-aws-sdk-budgets/distinfo +++ b/devel/rubygem-aws-sdk-budgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546712 -SHA256 (rubygem/aws-sdk-budgets-1.84.0.gem) = d4a2dc5acbc0fc02b5870845855e8abb183edd8544ae4bab3d3d6e9177b1712a -SIZE (rubygem/aws-sdk-budgets-1.84.0.gem) = 52224 +TIMESTAMP = 1747715594 +SHA256 (rubygem/aws-sdk-budgets-1.85.0.gem) = f7da8eba8276094a5200bac6575b3d863fcd41afafe1b3c5ee8726a61f3b05b3 +SIZE (rubygem/aws-sdk-budgets-1.85.0.gem) = 52224 diff --git a/devel/rubygem-aws-sdk-chatbot/Makefile b/devel/rubygem-aws-sdk-chatbot/Makefile index 6f8d65c3ea9f..8e278f5c9403 100644 --- a/devel/rubygem-aws-sdk-chatbot/Makefile +++ b/devel/rubygem-aws-sdk-chatbot/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chatbot -PORTVERSION= 1.23.0 +PORTVERSION= 1.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chatbot/distinfo b/devel/rubygem-aws-sdk-chatbot/distinfo index f0c630067008..7175a31401b0 100644 --- a/devel/rubygem-aws-sdk-chatbot/distinfo +++ b/devel/rubygem-aws-sdk-chatbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546714 -SHA256 (rubygem/aws-sdk-chatbot-1.23.0.gem) = 8f2f38ca2974badd0042e2e66858ac5c1f207209026bcb83335dadc22d0937a1 -SIZE (rubygem/aws-sdk-chatbot-1.23.0.gem) = 47616 +TIMESTAMP = 1747715596 +SHA256 (rubygem/aws-sdk-chatbot-1.24.0.gem) = 0b64d27271d46e5a4f0a2938804152ee35188af1329bdbcf0fef1b320e7c4759 +SIZE (rubygem/aws-sdk-chatbot-1.24.0.gem) = 47616 diff --git a/devel/rubygem-aws-sdk-chime/Makefile b/devel/rubygem-aws-sdk-chime/Makefile index a4bd5ed060d6..846d528dff5d 100644 --- a/devel/rubygem-aws-sdk-chime/Makefile +++ b/devel/rubygem-aws-sdk-chime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chime -PORTVERSION= 1.101.0 +PORTVERSION= 1.102.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chime/distinfo b/devel/rubygem-aws-sdk-chime/distinfo index b13d4879770d..8d21e365d2b7 100644 --- a/devel/rubygem-aws-sdk-chime/distinfo +++ b/devel/rubygem-aws-sdk-chime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546716 -SHA256 (rubygem/aws-sdk-chime-1.101.0.gem) = 9a4a8fb820bf1f39841b989fd7582663d13dafe34be5e2ac4bae1e0998fc6575 -SIZE (rubygem/aws-sdk-chime-1.101.0.gem) = 60416 +TIMESTAMP = 1747715598 +SHA256 (rubygem/aws-sdk-chime-1.102.0.gem) = 4c88af05536890066f0b50a977b65f9283926cbed588e3da2c3b84b34227d829 +SIZE (rubygem/aws-sdk-chime-1.102.0.gem) = 60416 diff --git a/devel/rubygem-aws-sdk-chimesdkidentity/Makefile b/devel/rubygem-aws-sdk-chimesdkidentity/Makefile index 5e95512bed68..1e71261c39ea 100644 --- a/devel/rubygem-aws-sdk-chimesdkidentity/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkidentity/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chimesdkidentity -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chimesdkidentity/distinfo b/devel/rubygem-aws-sdk-chimesdkidentity/distinfo index c42d21ae3a8a..4757bb81a9a6 100644 --- a/devel/rubygem-aws-sdk-chimesdkidentity/distinfo +++ b/devel/rubygem-aws-sdk-chimesdkidentity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546718 -SHA256 (rubygem/aws-sdk-chimesdkidentity-1.41.0.gem) = ff6d3127b3133a982eb1ebc23c8756b422b690f778d15ccbc9c99779cffa3a26 -SIZE (rubygem/aws-sdk-chimesdkidentity-1.41.0.gem) = 39424 +TIMESTAMP = 1747715600 +SHA256 (rubygem/aws-sdk-chimesdkidentity-1.42.0.gem) = 69184ebd9ad607a1862948b3031f7e15a68161f21c0c88f43ca9d31080fa7cdd +SIZE (rubygem/aws-sdk-chimesdkidentity-1.42.0.gem) = 39424 diff --git a/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile b/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile index 2855ff8771d0..637391f3fa29 100644 --- a/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chimesdkmediapipelines -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chimesdkmediapipelines/distinfo b/devel/rubygem-aws-sdk-chimesdkmediapipelines/distinfo index 848aa8f55ff3..5811d116a440 100644 --- a/devel/rubygem-aws-sdk-chimesdkmediapipelines/distinfo +++ b/devel/rubygem-aws-sdk-chimesdkmediapipelines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546720 -SHA256 (rubygem/aws-sdk-chimesdkmediapipelines-1.38.0.gem) = 6f0f069b35a8c70bd6831ce471e79e65b646eb79f48fdbe18cf45f12b5fc2e79 -SIZE (rubygem/aws-sdk-chimesdkmediapipelines-1.38.0.gem) = 70656 +TIMESTAMP = 1747715602 +SHA256 (rubygem/aws-sdk-chimesdkmediapipelines-1.39.0.gem) = 004167d34ee6e12bf82746bea5a7b99049c945192707028e968829778a7157d1 +SIZE (rubygem/aws-sdk-chimesdkmediapipelines-1.39.0.gem) = 70656 diff --git a/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile b/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile index fad5420b5ba4..a17f2bc609fc 100644 --- a/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chimesdkmeetings -PORTVERSION= 1.48.0 +PORTVERSION= 1.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chimesdkmeetings/distinfo b/devel/rubygem-aws-sdk-chimesdkmeetings/distinfo index 9978f18980a3..0fd025e21f64 100644 --- a/devel/rubygem-aws-sdk-chimesdkmeetings/distinfo +++ b/devel/rubygem-aws-sdk-chimesdkmeetings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546722 -SHA256 (rubygem/aws-sdk-chimesdkmeetings-1.48.0.gem) = 6241ff24cee26dac52dcbb7de858bca747d6f5dac7761a11f05080768352f279 -SIZE (rubygem/aws-sdk-chimesdkmeetings-1.48.0.gem) = 44032 +TIMESTAMP = 1747715604 +SHA256 (rubygem/aws-sdk-chimesdkmeetings-1.49.0.gem) = af22962f024428520a09cc66f032f96dd9b38fbb0f1553459014f526d77d7ae2 +SIZE (rubygem/aws-sdk-chimesdkmeetings-1.49.0.gem) = 44032 diff --git a/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile b/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile index e8572d9f8e67..6f6ab4d03ec8 100644 --- a/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chimesdkmessaging -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chimesdkmessaging/distinfo b/devel/rubygem-aws-sdk-chimesdkmessaging/distinfo index f43f9380004f..33dbac5cb3e7 100644 --- a/devel/rubygem-aws-sdk-chimesdkmessaging/distinfo +++ b/devel/rubygem-aws-sdk-chimesdkmessaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546724 -SHA256 (rubygem/aws-sdk-chimesdkmessaging-1.47.0.gem) = 7b2ef49cf88d244e24d4d348b182310e5cf20645ccb4be30ed03f231f91e704d -SIZE (rubygem/aws-sdk-chimesdkmessaging-1.47.0.gem) = 59904 +TIMESTAMP = 1747715606 +SHA256 (rubygem/aws-sdk-chimesdkmessaging-1.48.0.gem) = 8e8132234c7e2163f9282adf56401a2b2f496a686bf926f08a1587eddbc5b206 +SIZE (rubygem/aws-sdk-chimesdkmessaging-1.48.0.gem) = 59904 diff --git a/devel/rubygem-aws-sdk-chimesdkvoice/Makefile b/devel/rubygem-aws-sdk-chimesdkvoice/Makefile index e94030f0eb3b..14bad51f3276 100644 --- a/devel/rubygem-aws-sdk-chimesdkvoice/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkvoice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-chimesdkvoice -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-chimesdkvoice/distinfo b/devel/rubygem-aws-sdk-chimesdkvoice/distinfo index 1dedba6c15c7..9326848f20d8 100644 --- a/devel/rubygem-aws-sdk-chimesdkvoice/distinfo +++ b/devel/rubygem-aws-sdk-chimesdkvoice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546726 -SHA256 (rubygem/aws-sdk-chimesdkvoice-1.39.0.gem) = 3801d6f51686a73422d496ccfcef4b895ec50e9c679c5e863f60f2d04d2cd0d2 -SIZE (rubygem/aws-sdk-chimesdkvoice-1.39.0.gem) = 83456 +TIMESTAMP = 1747715608 +SHA256 (rubygem/aws-sdk-chimesdkvoice-1.40.0.gem) = 7e75920235d84b2e5604a59169616196937371e5f415d11c7de06dc96c1e0776 +SIZE (rubygem/aws-sdk-chimesdkvoice-1.40.0.gem) = 83456 diff --git a/devel/rubygem-aws-sdk-cleanrooms/Makefile b/devel/rubygem-aws-sdk-cleanrooms/Makefile index 9719506ed27b..b09e637f88ad 100644 --- a/devel/rubygem-aws-sdk-cleanrooms/Makefile +++ b/devel/rubygem-aws-sdk-cleanrooms/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cleanrooms -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cleanrooms/distinfo b/devel/rubygem-aws-sdk-cleanrooms/distinfo index 0e1bf97e1963..54a2f33be17c 100644 --- a/devel/rubygem-aws-sdk-cleanrooms/distinfo +++ b/devel/rubygem-aws-sdk-cleanrooms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546728 -SHA256 (rubygem/aws-sdk-cleanrooms-1.44.0.gem) = c0c8c4d884315277f55f223eab3e91cfd4208fe07924a5b8e489a3a3fbdd0704 -SIZE (rubygem/aws-sdk-cleanrooms-1.44.0.gem) = 118784 +TIMESTAMP = 1747715610 +SHA256 (rubygem/aws-sdk-cleanrooms-1.45.0.gem) = 21810a9e4429bb79ba4f7e358f89a9b4ec76dfe8b9e3ad7861e3b45022ff6068 +SIZE (rubygem/aws-sdk-cleanrooms-1.45.0.gem) = 118784 diff --git a/devel/rubygem-aws-sdk-cleanroomsml/Makefile b/devel/rubygem-aws-sdk-cleanroomsml/Makefile index f81f56830699..aa320e38b3c2 100644 --- a/devel/rubygem-aws-sdk-cleanroomsml/Makefile +++ b/devel/rubygem-aws-sdk-cleanroomsml/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cleanroomsml -PORTVERSION= 1.24.0 +PORTVERSION= 1.25.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cleanroomsml/distinfo b/devel/rubygem-aws-sdk-cleanroomsml/distinfo index 4772c034d6cd..1a87dee9b03e 100644 --- a/devel/rubygem-aws-sdk-cleanroomsml/distinfo +++ b/devel/rubygem-aws-sdk-cleanroomsml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546730 -SHA256 (rubygem/aws-sdk-cleanroomsml-1.24.0.gem) = 9883784211661fdfe0fd6b5944c4134dac3b96714fcb6e66ba2c60ea7bdb82e6 -SIZE (rubygem/aws-sdk-cleanroomsml-1.24.0.gem) = 77312 +TIMESTAMP = 1747715612 +SHA256 (rubygem/aws-sdk-cleanroomsml-1.25.0.gem) = 250268c8ca842d13a61886aadfd8f02268d3a37105b8826ae5367372a78df956 +SIZE (rubygem/aws-sdk-cleanroomsml-1.25.0.gem) = 77312 diff --git a/devel/rubygem-aws-sdk-cloud9/Makefile b/devel/rubygem-aws-sdk-cloud9/Makefile index 3a81dc0b0738..d232d0dd91cb 100644 --- a/devel/rubygem-aws-sdk-cloud9/Makefile +++ b/devel/rubygem-aws-sdk-cloud9/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloud9 -PORTVERSION= 1.86.0 +PORTVERSION= 1.87.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloud9/distinfo b/devel/rubygem-aws-sdk-cloud9/distinfo index 94f6494985a7..7367ed57d125 100644 --- a/devel/rubygem-aws-sdk-cloud9/distinfo +++ b/devel/rubygem-aws-sdk-cloud9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546732 -SHA256 (rubygem/aws-sdk-cloud9-1.86.0.gem) = 77a672188babaeb60e676d6bb569d885f76c5880fdc820d717f717b7bcdf54bc -SIZE (rubygem/aws-sdk-cloud9-1.86.0.gem) = 34304 +TIMESTAMP = 1747715614 +SHA256 (rubygem/aws-sdk-cloud9-1.87.0.gem) = cd1e68dba4c66c0a206cddc3b2e8cc94909d71dff9da794df6c9f3b24efc8e50 +SIZE (rubygem/aws-sdk-cloud9-1.87.0.gem) = 34304 diff --git a/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile b/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile index 5a089e506fca..968a23ab227a 100644 --- a/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile +++ b/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudcontrolapi -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudcontrolapi/distinfo b/devel/rubygem-aws-sdk-cloudcontrolapi/distinfo index fdd67f5badf0..6ba2109de195 100644 --- a/devel/rubygem-aws-sdk-cloudcontrolapi/distinfo +++ b/devel/rubygem-aws-sdk-cloudcontrolapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546734 -SHA256 (rubygem/aws-sdk-cloudcontrolapi-1.38.0.gem) = a48e5d56532b0048c21d0d008e801d644ba50312c2eb772f06436c972fa24ca7 -SIZE (rubygem/aws-sdk-cloudcontrolapi-1.38.0.gem) = 36352 +TIMESTAMP = 1747715616 +SHA256 (rubygem/aws-sdk-cloudcontrolapi-1.39.0.gem) = 508718c1556cde053655d1ac6f3c37253b0468601437d8226e7937a8f699c9c4 +SIZE (rubygem/aws-sdk-cloudcontrolapi-1.39.0.gem) = 36352 diff --git a/devel/rubygem-aws-sdk-clouddirectory/Makefile b/devel/rubygem-aws-sdk-clouddirectory/Makefile index 110dabc3a0a5..1893846c7cd2 100644 --- a/devel/rubygem-aws-sdk-clouddirectory/Makefile +++ b/devel/rubygem-aws-sdk-clouddirectory/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-clouddirectory -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-clouddirectory/distinfo b/devel/rubygem-aws-sdk-clouddirectory/distinfo index 80312758257b..3b2fc40baed5 100644 --- a/devel/rubygem-aws-sdk-clouddirectory/distinfo +++ b/devel/rubygem-aws-sdk-clouddirectory/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546736 -SHA256 (rubygem/aws-sdk-clouddirectory-1.73.0.gem) = b4ebd7a9b03cef00e97a45a6fff116a63ac3214a896178045a241f4ada830a32 -SIZE (rubygem/aws-sdk-clouddirectory-1.73.0.gem) = 85504 +TIMESTAMP = 1747715618 +SHA256 (rubygem/aws-sdk-clouddirectory-1.74.0.gem) = dfc96ec7efa9a4d0753f5c97c798dfbf391330a0d500b84452d73f66f9288814 +SIZE (rubygem/aws-sdk-clouddirectory-1.74.0.gem) = 85504 diff --git a/devel/rubygem-aws-sdk-cloudformation/Makefile b/devel/rubygem-aws-sdk-cloudformation/Makefile index dc81175898a2..c9e31b408450 100644 --- a/devel/rubygem-aws-sdk-cloudformation/Makefile +++ b/devel/rubygem-aws-sdk-cloudformation/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudformation -PORTVERSION= 1.130.0 +PORTVERSION= 1.131.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudformation/distinfo b/devel/rubygem-aws-sdk-cloudformation/distinfo index 9c969de2f048..043a9856e955 100644 --- a/devel/rubygem-aws-sdk-cloudformation/distinfo +++ b/devel/rubygem-aws-sdk-cloudformation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546738 -SHA256 (rubygem/aws-sdk-cloudformation-1.130.0.gem) = 7f61eb2fd2d82bd80ecb0f3c5454b0527beb63bc5ed8aa15ade0077171be9c04 -SIZE (rubygem/aws-sdk-cloudformation-1.130.0.gem) = 210944 +TIMESTAMP = 1747715620 +SHA256 (rubygem/aws-sdk-cloudformation-1.131.0.gem) = b76aff1fa4ce825dfb21d88b105bde5037b12f5596ce9be78778d2f035e873ae +SIZE (rubygem/aws-sdk-cloudformation-1.131.0.gem) = 210944 diff --git a/devel/rubygem-aws-sdk-cloudfront/Makefile b/devel/rubygem-aws-sdk-cloudfront/Makefile index 9f8a0605648d..8739dd0e28b8 100644 --- a/devel/rubygem-aws-sdk-cloudfront/Makefile +++ b/devel/rubygem-aws-sdk-cloudfront/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudfront -PORTVERSION= 1.117.0 +PORTVERSION= 1.118.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudfront/distinfo b/devel/rubygem-aws-sdk-cloudfront/distinfo index 7f9de3070938..1dcffa0229f6 100644 --- a/devel/rubygem-aws-sdk-cloudfront/distinfo +++ b/devel/rubygem-aws-sdk-cloudfront/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546740 -SHA256 (rubygem/aws-sdk-cloudfront-1.117.0.gem) = 335ea3cc03ef6d56245e09d5bacf62519694148ed4e6e9c4df430194d575cdcd -SIZE (rubygem/aws-sdk-cloudfront-1.117.0.gem) = 230400 +TIMESTAMP = 1747715622 +SHA256 (rubygem/aws-sdk-cloudfront-1.118.0.gem) = 3d5c66f661b743a5281935498768e33dbb077e8d3c06fe13961511c25e5496df +SIZE (rubygem/aws-sdk-cloudfront-1.118.0.gem) = 230400 diff --git a/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/Makefile b/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/Makefile index b3d18a51bad3..635ed6330ea9 100644 --- a/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/Makefile +++ b/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudfrontkeyvaluestore -PORTVERSION= 1.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/distinfo b/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/distinfo index 636f0a1e4d68..2032afbb4f33 100644 --- a/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/distinfo +++ b/devel/rubygem-aws-sdk-cloudfrontkeyvaluestore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546742 -SHA256 (rubygem/aws-sdk-cloudfrontkeyvaluestore-1.21.0.gem) = 609047dbd02305103269898bc4731d373b51cef3e89e356e86cefec7f1d4866b -SIZE (rubygem/aws-sdk-cloudfrontkeyvaluestore-1.21.0.gem) = 25088 +TIMESTAMP = 1747715624 +SHA256 (rubygem/aws-sdk-cloudfrontkeyvaluestore-1.22.0.gem) = 8ed0b0a4f4877604a7670295a42737d0168cbe05b88ea1522151e3e3014886cf +SIZE (rubygem/aws-sdk-cloudfrontkeyvaluestore-1.22.0.gem) = 25088 diff --git a/devel/rubygem-aws-sdk-cloudhsm/Makefile b/devel/rubygem-aws-sdk-cloudhsm/Makefile index 6fffd1edff51..8cedd6f52605 100644 --- a/devel/rubygem-aws-sdk-cloudhsm/Makefile +++ b/devel/rubygem-aws-sdk-cloudhsm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudhsm -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudhsm/distinfo b/devel/rubygem-aws-sdk-cloudhsm/distinfo index f7dc0b163693..ab70c75914f5 100644 --- a/devel/rubygem-aws-sdk-cloudhsm/distinfo +++ b/devel/rubygem-aws-sdk-cloudhsm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546744 -SHA256 (rubygem/aws-sdk-cloudhsm-1.69.0.gem) = f4ddd74a48acca1f76eda73a8aa1d4d1593a3f14746182387abf290ca1882b89 -SIZE (rubygem/aws-sdk-cloudhsm-1.69.0.gem) = 33792 +TIMESTAMP = 1747715626 +SHA256 (rubygem/aws-sdk-cloudhsm-1.70.0.gem) = 52ce000527ccdfd4b1af2f2b1eb840fe07135dcd09b2b88addf58f833144d10e +SIZE (rubygem/aws-sdk-cloudhsm-1.70.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-cloudhsmv2/Makefile b/devel/rubygem-aws-sdk-cloudhsmv2/Makefile index d8551cec51c4..917bc6e92fae 100644 --- a/devel/rubygem-aws-sdk-cloudhsmv2/Makefile +++ b/devel/rubygem-aws-sdk-cloudhsmv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudhsmv2 -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudhsmv2/distinfo b/devel/rubygem-aws-sdk-cloudhsmv2/distinfo index b0442f57c4eb..828401bd18f6 100644 --- a/devel/rubygem-aws-sdk-cloudhsmv2/distinfo +++ b/devel/rubygem-aws-sdk-cloudhsmv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546746 -SHA256 (rubygem/aws-sdk-cloudhsmv2-1.75.0.gem) = 86633cd3f77085b1f5a534f3418ab26010e9d062a8a804be06369ba216887a58 -SIZE (rubygem/aws-sdk-cloudhsmv2-1.75.0.gem) = 38912 +TIMESTAMP = 1747715628 +SHA256 (rubygem/aws-sdk-cloudhsmv2-1.76.0.gem) = 5384eab13e1b90cf906accc4c3990642e7b6ea00e851541833f55c84cb694fb0 +SIZE (rubygem/aws-sdk-cloudhsmv2-1.76.0.gem) = 38912 diff --git a/devel/rubygem-aws-sdk-cloudsearch/Makefile b/devel/rubygem-aws-sdk-cloudsearch/Makefile index e3663c5a38ed..d5acab43fce6 100644 --- a/devel/rubygem-aws-sdk-cloudsearch/Makefile +++ b/devel/rubygem-aws-sdk-cloudsearch/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudsearch -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudsearch/distinfo b/devel/rubygem-aws-sdk-cloudsearch/distinfo index 367710cb225a..bc150f2e9751 100644 --- a/devel/rubygem-aws-sdk-cloudsearch/distinfo +++ b/devel/rubygem-aws-sdk-cloudsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546748 -SHA256 (rubygem/aws-sdk-cloudsearch-1.73.0.gem) = 5da181f720cbd78c1683655ae8cecb7e3b0a2efd581b1915068175fb87d2d775 -SIZE (rubygem/aws-sdk-cloudsearch-1.73.0.gem) = 46080 +TIMESTAMP = 1747715630 +SHA256 (rubygem/aws-sdk-cloudsearch-1.74.0.gem) = 1bec1b8ae5a22517392dd852d881ed283eebb735915b04a4efae047d789a4261 +SIZE (rubygem/aws-sdk-cloudsearch-1.74.0.gem) = 46080 diff --git a/devel/rubygem-aws-sdk-cloudtrail/Makefile b/devel/rubygem-aws-sdk-cloudtrail/Makefile index 0e89227ccef0..6b14515fedc7 100644 --- a/devel/rubygem-aws-sdk-cloudtrail/Makefile +++ b/devel/rubygem-aws-sdk-cloudtrail/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudtrail -PORTVERSION= 1.103.0 +PORTVERSION= 1.104.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudtrail/distinfo b/devel/rubygem-aws-sdk-cloudtrail/distinfo index 0cbd3888bb6b..b474a74afa86 100644 --- a/devel/rubygem-aws-sdk-cloudtrail/distinfo +++ b/devel/rubygem-aws-sdk-cloudtrail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546750 -SHA256 (rubygem/aws-sdk-cloudtrail-1.103.0.gem) = fc57cac2946a82fcf4acaf9b53402fada4e9ef3e2c01c4a0622085f3676054b8 -SIZE (rubygem/aws-sdk-cloudtrail-1.103.0.gem) = 113152 +TIMESTAMP = 1747715632 +SHA256 (rubygem/aws-sdk-cloudtrail-1.104.0.gem) = ba28a14566d27f12892e7c20f889145a4fe27e4425f98d1e98f2039223e8a3f5 +SIZE (rubygem/aws-sdk-cloudtrail-1.104.0.gem) = 113152 diff --git a/devel/rubygem-aws-sdk-cloudtraildata/Makefile b/devel/rubygem-aws-sdk-cloudtraildata/Makefile index 7d2f2f4910d5..9e3bffd62688 100644 --- a/devel/rubygem-aws-sdk-cloudtraildata/Makefile +++ b/devel/rubygem-aws-sdk-cloudtraildata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudtraildata -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudtraildata/distinfo b/devel/rubygem-aws-sdk-cloudtraildata/distinfo index 5ee3964d72cb..9c9cfa57579d 100644 --- a/devel/rubygem-aws-sdk-cloudtraildata/distinfo +++ b/devel/rubygem-aws-sdk-cloudtraildata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546752 -SHA256 (rubygem/aws-sdk-cloudtraildata-1.27.0.gem) = cbc048f2bde3167a15c7be2ba4d2c285678ac158046347fc471aae061253eb2f -SIZE (rubygem/aws-sdk-cloudtraildata-1.27.0.gem) = 22016 +TIMESTAMP = 1747715634 +SHA256 (rubygem/aws-sdk-cloudtraildata-1.28.0.gem) = 9a073e1acc593fd8098f9c5ba7b1e77646109900ae461082541e9982d00430b3 +SIZE (rubygem/aws-sdk-cloudtraildata-1.28.0.gem) = 22016 diff --git a/devel/rubygem-aws-sdk-cloudwatch/Makefile b/devel/rubygem-aws-sdk-cloudwatch/Makefile index 3f326f09ad26..25db374ebb69 100644 --- a/devel/rubygem-aws-sdk-cloudwatch/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatch/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatch -PORTVERSION= 1.113.0 +PORTVERSION= 1.114.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatch/distinfo b/devel/rubygem-aws-sdk-cloudwatch/distinfo index 3ee79da611fa..dc4fafa9f508 100644 --- a/devel/rubygem-aws-sdk-cloudwatch/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546754 -SHA256 (rubygem/aws-sdk-cloudwatch-1.113.0.gem) = 74442438ef510fdc5357a2694ee943424d243df4be9184fe6efa953d2bab6406 -SIZE (rubygem/aws-sdk-cloudwatch-1.113.0.gem) = 123392 +TIMESTAMP = 1747715636 +SHA256 (rubygem/aws-sdk-cloudwatch-1.114.0.gem) = 98a23d57d81e5a9619001c9e4463ef9f61729852789c5e19d75ca2519bf2d068 +SIZE (rubygem/aws-sdk-cloudwatch-1.114.0.gem) = 123392 diff --git a/devel/rubygem-aws-sdk-cloudwatchevents/Makefile b/devel/rubygem-aws-sdk-cloudwatchevents/Makefile index 58d0f2ed24e7..3e9ab8bbaddc 100644 --- a/devel/rubygem-aws-sdk-cloudwatchevents/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchevents/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatchevents -PORTVERSION= 1.89.0 +PORTVERSION= 1.90.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchevents/distinfo b/devel/rubygem-aws-sdk-cloudwatchevents/distinfo index fa6cda84cd4c..66663749053d 100644 --- a/devel/rubygem-aws-sdk-cloudwatchevents/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchevents/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546756 -SHA256 (rubygem/aws-sdk-cloudwatchevents-1.89.0.gem) = 9e4f9cd62002ec42a6193672416d465561762a0a837b40651a33372168205041 -SIZE (rubygem/aws-sdk-cloudwatchevents-1.89.0.gem) = 79360 +TIMESTAMP = 1747715638 +SHA256 (rubygem/aws-sdk-cloudwatchevents-1.90.0.gem) = 91a254c5c02b4c4a04f9e55c517207613b96f1cdcdb0bee08c875ff764e82565 +SIZE (rubygem/aws-sdk-cloudwatchevents-1.90.0.gem) = 79360 diff --git a/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile b/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile index 05b6469d5e73..f6a605689796 100644 --- a/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatchevidently -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchevidently/distinfo b/devel/rubygem-aws-sdk-cloudwatchevidently/distinfo index 87968753dc06..1a5fa6225cf9 100644 --- a/devel/rubygem-aws-sdk-cloudwatchevidently/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchevidently/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546758 -SHA256 (rubygem/aws-sdk-cloudwatchevidently-1.39.0.gem) = 9677110af7050b7811aadcf49428792bed253a38fc212529e0abe45f9e2c0e7f -SIZE (rubygem/aws-sdk-cloudwatchevidently-1.39.0.gem) = 67584 +TIMESTAMP = 1747715640 +SHA256 (rubygem/aws-sdk-cloudwatchevidently-1.40.0.gem) = ac183f7b19187ea8f255b95cc9d5c2a6439e512d740d2b2dc75ab9357746bbe7 +SIZE (rubygem/aws-sdk-cloudwatchevidently-1.40.0.gem) = 67584 diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile index be6746ec16ee..392796c1b0ea 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatchlogs -PORTVERSION= 1.113.0 +PORTVERSION= 1.116.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo index 6cd7194b3e74..2a2d372822ec 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546760 -SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.113.0.gem) = b49637d61ea644c72b8712cf9433a543774e5a3bb68bfb20cd17ad0fa44b6683 -SIZE (rubygem/aws-sdk-cloudwatchlogs-1.113.0.gem) = 147456 +TIMESTAMP = 1747715642 +SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.116.0.gem) = bba112274d0ba75b10a61570a421e6817cb2f6b1bc5858faf0d954832bf62e0c +SIZE (rubygem/aws-sdk-cloudwatchlogs-1.116.0.gem) = 149504 diff --git a/devel/rubygem-aws-sdk-cloudwatchrum/Makefile b/devel/rubygem-aws-sdk-cloudwatchrum/Makefile index 33d4a386f568..c8a607e6f6cd 100644 --- a/devel/rubygem-aws-sdk-cloudwatchrum/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchrum/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatchrum -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchrum/distinfo b/devel/rubygem-aws-sdk-cloudwatchrum/distinfo index 9fefdf0d9711..3d1d2f1b8184 100644 --- a/devel/rubygem-aws-sdk-cloudwatchrum/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546762 -SHA256 (rubygem/aws-sdk-cloudwatchrum-1.40.0.gem) = ce3d02ba01030846f93432e850987ee53a81889f2be7150a65e905530ea0a94f -SIZE (rubygem/aws-sdk-cloudwatchrum-1.40.0.gem) = 48128 +TIMESTAMP = 1747715644 +SHA256 (rubygem/aws-sdk-cloudwatchrum-1.41.0.gem) = 75b52295a0002972ea7628bde09aba5f0d9c92900d2e12136eac35b810440f00 +SIZE (rubygem/aws-sdk-cloudwatchrum-1.41.0.gem) = 48128 diff --git a/devel/rubygem-aws-sdk-codeartifact/Makefile b/devel/rubygem-aws-sdk-codeartifact/Makefile index 4236dd8aa136..fc92831f1ce7 100644 --- a/devel/rubygem-aws-sdk-codeartifact/Makefile +++ b/devel/rubygem-aws-sdk-codeartifact/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codeartifact -PORTVERSION= 1.60.0 +PORTVERSION= 1.61.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codeartifact/distinfo b/devel/rubygem-aws-sdk-codeartifact/distinfo index f69958982947..a75d1e5b0ab7 100644 --- a/devel/rubygem-aws-sdk-codeartifact/distinfo +++ b/devel/rubygem-aws-sdk-codeartifact/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546764 -SHA256 (rubygem/aws-sdk-codeartifact-1.60.0.gem) = 33849b36bffd8dcf8238bf7284473f0df990ac50ca87619d0582d0abe4f9a706 -SIZE (rubygem/aws-sdk-codeartifact-1.60.0.gem) = 67584 +TIMESTAMP = 1747715646 +SHA256 (rubygem/aws-sdk-codeartifact-1.61.0.gem) = dd601de18e67ef5b40d3a8419fa7c25eaab68d1c0d4394dbfa2c6c58dd0f9beb +SIZE (rubygem/aws-sdk-codeartifact-1.61.0.gem) = 67584 diff --git a/devel/rubygem-aws-sdk-codebuild/Makefile b/devel/rubygem-aws-sdk-codebuild/Makefile index 0540aa72eba4..b7c7c20a234c 100644 --- a/devel/rubygem-aws-sdk-codebuild/Makefile +++ b/devel/rubygem-aws-sdk-codebuild/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codebuild -PORTVERSION= 1.154.0 +PORTVERSION= 1.156.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codebuild/distinfo b/devel/rubygem-aws-sdk-codebuild/distinfo index 923ff8e0660f..8c88481fcce9 100644 --- a/devel/rubygem-aws-sdk-codebuild/distinfo +++ b/devel/rubygem-aws-sdk-codebuild/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546766 -SHA256 (rubygem/aws-sdk-codebuild-1.154.0.gem) = 7bad771a7b8396395846301f3a9f2ad9d592ad216ab312e14eaa2d7dc46804aa -SIZE (rubygem/aws-sdk-codebuild-1.154.0.gem) = 139776 +TIMESTAMP = 1747715648 +SHA256 (rubygem/aws-sdk-codebuild-1.156.0.gem) = fcb9d4322d1c1c75b4c066ad7b55ab1f9fb1a831a40dab68335efe5a5a398cf7 +SIZE (rubygem/aws-sdk-codebuild-1.156.0.gem) = 141312 diff --git a/devel/rubygem-aws-sdk-codecatalyst/Makefile b/devel/rubygem-aws-sdk-codecatalyst/Makefile index d9df378c99ba..8eaa0ecaf8f4 100644 --- a/devel/rubygem-aws-sdk-codecatalyst/Makefile +++ b/devel/rubygem-aws-sdk-codecatalyst/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codecatalyst -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codecatalyst/distinfo b/devel/rubygem-aws-sdk-codecatalyst/distinfo index 8ab944dbc9be..b04871aa67a8 100644 --- a/devel/rubygem-aws-sdk-codecatalyst/distinfo +++ b/devel/rubygem-aws-sdk-codecatalyst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546768 -SHA256 (rubygem/aws-sdk-codecatalyst-1.34.0.gem) = fe034166a41d8fd9992c89acd308c637ad8b6b9c92e224d593e66c90d65843dd -SIZE (rubygem/aws-sdk-codecatalyst-1.34.0.gem) = 51200 +TIMESTAMP = 1747715650 +SHA256 (rubygem/aws-sdk-codecatalyst-1.35.0.gem) = 56a84314210c0ae32fae4d314025d1e27ad9f44a1ecfc035b63ea9eaae835503 +SIZE (rubygem/aws-sdk-codecatalyst-1.35.0.gem) = 51200 diff --git a/devel/rubygem-aws-sdk-codecommit/Makefile b/devel/rubygem-aws-sdk-codecommit/Makefile index f3572b7fe5ff..6e9b0b927f13 100644 --- a/devel/rubygem-aws-sdk-codecommit/Makefile +++ b/devel/rubygem-aws-sdk-codecommit/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codecommit -PORTVERSION= 1.84.0 +PORTVERSION= 1.85.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codecommit/distinfo b/devel/rubygem-aws-sdk-codecommit/distinfo index 79af3b77d824..08574c4c46a2 100644 --- a/devel/rubygem-aws-sdk-codecommit/distinfo +++ b/devel/rubygem-aws-sdk-codecommit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546770 -SHA256 (rubygem/aws-sdk-codecommit-1.84.0.gem) = bf82512d9870b64142faa8df14cb7e185ac0dde6f5456a70434b3ae0bd3d4245 -SIZE (rubygem/aws-sdk-codecommit-1.84.0.gem) = 118272 +TIMESTAMP = 1747715652 +SHA256 (rubygem/aws-sdk-codecommit-1.85.0.gem) = d28ffd21c778ef41c077182c675380ea9a6e7d41ff7339fba1ffe51c70c2e036 +SIZE (rubygem/aws-sdk-codecommit-1.85.0.gem) = 118272 diff --git a/devel/rubygem-aws-sdk-codeconnections/Makefile b/devel/rubygem-aws-sdk-codeconnections/Makefile index 076a11e082df..24209dc17fd8 100644 --- a/devel/rubygem-aws-sdk-codeconnections/Makefile +++ b/devel/rubygem-aws-sdk-codeconnections/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codeconnections -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codeconnections/distinfo b/devel/rubygem-aws-sdk-codeconnections/distinfo index a0a6865a9ce0..c65120e7a12c 100644 --- a/devel/rubygem-aws-sdk-codeconnections/distinfo +++ b/devel/rubygem-aws-sdk-codeconnections/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546772 -SHA256 (rubygem/aws-sdk-codeconnections-1.19.0.gem) = de9cceec0010f1b45b0a2ad581915b2ef83330ae4488c2b6c18b1911ae5e6dfb -SIZE (rubygem/aws-sdk-codeconnections-1.19.0.gem) = 42496 +TIMESTAMP = 1747715654 +SHA256 (rubygem/aws-sdk-codeconnections-1.20.0.gem) = a8cedb739a90e7ce31c78e855e8b31943c0d320197fdffcff425d96d488c2176 +SIZE (rubygem/aws-sdk-codeconnections-1.20.0.gem) = 42496 diff --git a/devel/rubygem-aws-sdk-codedeploy/Makefile b/devel/rubygem-aws-sdk-codedeploy/Makefile index a66f4c6d896d..30d20cbfba73 100644 --- a/devel/rubygem-aws-sdk-codedeploy/Makefile +++ b/devel/rubygem-aws-sdk-codedeploy/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codedeploy -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codedeploy/distinfo b/devel/rubygem-aws-sdk-codedeploy/distinfo index b75c93f3e911..da9413b99819 100644 --- a/devel/rubygem-aws-sdk-codedeploy/distinfo +++ b/devel/rubygem-aws-sdk-codedeploy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546774 -SHA256 (rubygem/aws-sdk-codedeploy-1.83.0.gem) = fca21de6fff4607f63b553207f20aebc6e017f7ef553437db1857ebd68070375 -SIZE (rubygem/aws-sdk-codedeploy-1.83.0.gem) = 100864 +TIMESTAMP = 1747715656 +SHA256 (rubygem/aws-sdk-codedeploy-1.84.0.gem) = 868cce23cb76ed3d9394a1014a4931924d6359b2b7f2e8e78b6da8fe8650548d +SIZE (rubygem/aws-sdk-codedeploy-1.84.0.gem) = 100864 diff --git a/devel/rubygem-aws-sdk-codeguruprofiler/Makefile b/devel/rubygem-aws-sdk-codeguruprofiler/Makefile index 90d4af102026..e9f3a63b0fdc 100644 --- a/devel/rubygem-aws-sdk-codeguruprofiler/Makefile +++ b/devel/rubygem-aws-sdk-codeguruprofiler/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codeguruprofiler -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codeguruprofiler/distinfo b/devel/rubygem-aws-sdk-codeguruprofiler/distinfo index 67be8df7f931..baf3f51a185f 100644 --- a/devel/rubygem-aws-sdk-codeguruprofiler/distinfo +++ b/devel/rubygem-aws-sdk-codeguruprofiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546776 -SHA256 (rubygem/aws-sdk-codeguruprofiler-1.53.0.gem) = 4dbd921cbb858099ac37b59ee01c36ef13ac1f1cfe8eb169520a4617e754d6c7 -SIZE (rubygem/aws-sdk-codeguruprofiler-1.53.0.gem) = 49152 +TIMESTAMP = 1747715658 +SHA256 (rubygem/aws-sdk-codeguruprofiler-1.54.0.gem) = ee104cc8c597a0bfa6ad8aa1533cc6a7981c47aac9eafed968dcf61206d580a9 +SIZE (rubygem/aws-sdk-codeguruprofiler-1.54.0.gem) = 49152 diff --git a/devel/rubygem-aws-sdk-codegurureviewer/Makefile b/devel/rubygem-aws-sdk-codegurureviewer/Makefile index 015f8d2a63d9..a2e8e903e917 100644 --- a/devel/rubygem-aws-sdk-codegurureviewer/Makefile +++ b/devel/rubygem-aws-sdk-codegurureviewer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codegurureviewer -PORTVERSION= 1.64.0 +PORTVERSION= 1.65.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codegurureviewer/distinfo b/devel/rubygem-aws-sdk-codegurureviewer/distinfo index 928e98260891..eef1d6c3771a 100644 --- a/devel/rubygem-aws-sdk-codegurureviewer/distinfo +++ b/devel/rubygem-aws-sdk-codegurureviewer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546778 -SHA256 (rubygem/aws-sdk-codegurureviewer-1.64.0.gem) = 7e38aa7baf0b534d70a1552660f5eb95bc51cfe3199987f9159ff1d077f5d734 -SIZE (rubygem/aws-sdk-codegurureviewer-1.64.0.gem) = 47616 +TIMESTAMP = 1747715660 +SHA256 (rubygem/aws-sdk-codegurureviewer-1.65.0.gem) = cd5b9245347cfb968491c479b0f360838bc2b8b849b0ad65fe26c9a8a93734d3 +SIZE (rubygem/aws-sdk-codegurureviewer-1.65.0.gem) = 47616 diff --git a/devel/rubygem-aws-sdk-codegurusecurity/Makefile b/devel/rubygem-aws-sdk-codegurusecurity/Makefile index ff1291086652..93a162170f21 100644 --- a/devel/rubygem-aws-sdk-codegurusecurity/Makefile +++ b/devel/rubygem-aws-sdk-codegurusecurity/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codegurusecurity -PORTVERSION= 1.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codegurusecurity/distinfo b/devel/rubygem-aws-sdk-codegurusecurity/distinfo index b87933bfccb3..c2a2f4ce03c9 100644 --- a/devel/rubygem-aws-sdk-codegurusecurity/distinfo +++ b/devel/rubygem-aws-sdk-codegurusecurity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546780 -SHA256 (rubygem/aws-sdk-codegurusecurity-1.28.0.gem) = 862cc27c54aa4a6e45e01fd9d5ad5d1270c07fb5012646aee310963ed23abc48 -SIZE (rubygem/aws-sdk-codegurusecurity-1.28.0.gem) = 36864 +TIMESTAMP = 1747715662 +SHA256 (rubygem/aws-sdk-codegurusecurity-1.29.0.gem) = d8a428cb29d658cb6b39f8ca16f087b5eb7666ed7a26324702142259f5417465 +SIZE (rubygem/aws-sdk-codegurusecurity-1.29.0.gem) = 36864 diff --git a/devel/rubygem-aws-sdk-codepipeline/Makefile b/devel/rubygem-aws-sdk-codepipeline/Makefile index 333b3934d0ac..9c5fbce88f91 100644 --- a/devel/rubygem-aws-sdk-codepipeline/Makefile +++ b/devel/rubygem-aws-sdk-codepipeline/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codepipeline -PORTVERSION= 1.98.0 +PORTVERSION= 1.100.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codepipeline/distinfo b/devel/rubygem-aws-sdk-codepipeline/distinfo index 6d130ffcdd62..8cc401c2bb2a 100644 --- a/devel/rubygem-aws-sdk-codepipeline/distinfo +++ b/devel/rubygem-aws-sdk-codepipeline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546782 -SHA256 (rubygem/aws-sdk-codepipeline-1.98.0.gem) = 5ef1f14deeefeca19ca253d8e924eac1c0e3650e6881233a2ded52b2d07ad1d5 -SIZE (rubygem/aws-sdk-codepipeline-1.98.0.gem) = 97792 +TIMESTAMP = 1747715664 +SHA256 (rubygem/aws-sdk-codepipeline-1.100.0.gem) = d5372979f1df2e99bf43a4984e19200733c410b4a75295fed6e5a00866dcdcfe +SIZE (rubygem/aws-sdk-codepipeline-1.100.0.gem) = 99328 diff --git a/devel/rubygem-aws-sdk-codestarconnections/Makefile b/devel/rubygem-aws-sdk-codestarconnections/Makefile index 638d5ebfd8c4..0bb2a961460d 100644 --- a/devel/rubygem-aws-sdk-codestarconnections/Makefile +++ b/devel/rubygem-aws-sdk-codestarconnections/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codestarconnections -PORTVERSION= 1.59.0 +PORTVERSION= 1.60.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codestarconnections/distinfo b/devel/rubygem-aws-sdk-codestarconnections/distinfo index 909b39bb1e8d..7d7d4f3606ca 100644 --- a/devel/rubygem-aws-sdk-codestarconnections/distinfo +++ b/devel/rubygem-aws-sdk-codestarconnections/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546784 -SHA256 (rubygem/aws-sdk-codestarconnections-1.59.0.gem) = 4da575c3621ec900c38f59e8f7bf64bcca2a726bcefb2460dbca434b4fbd1fb0 -SIZE (rubygem/aws-sdk-codestarconnections-1.59.0.gem) = 43008 +TIMESTAMP = 1747715666 +SHA256 (rubygem/aws-sdk-codestarconnections-1.60.0.gem) = 069edd72976b1c0dbc9f15141232f2a92946c24d67acffc646ca5c96c6a8270f +SIZE (rubygem/aws-sdk-codestarconnections-1.60.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-codestarnotifications/Makefile b/devel/rubygem-aws-sdk-codestarnotifications/Makefile index 1f2a943ddffa..90607d5cbeb9 100644 --- a/devel/rubygem-aws-sdk-codestarnotifications/Makefile +++ b/devel/rubygem-aws-sdk-codestarnotifications/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-codestarnotifications -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-codestarnotifications/distinfo b/devel/rubygem-aws-sdk-codestarnotifications/distinfo index 501b74785a63..420c1a788d88 100644 --- a/devel/rubygem-aws-sdk-codestarnotifications/distinfo +++ b/devel/rubygem-aws-sdk-codestarnotifications/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546786 -SHA256 (rubygem/aws-sdk-codestarnotifications-1.50.0.gem) = 19dedc0ad82c8b94779fff51df8c3c02296bf9b2736f70caf3925297fb150350 -SIZE (rubygem/aws-sdk-codestarnotifications-1.50.0.gem) = 31744 +TIMESTAMP = 1747715668 +SHA256 (rubygem/aws-sdk-codestarnotifications-1.51.0.gem) = fa8da64cf0fa300239522f8f45b00f1ad57281f2bda4a33ebc362444aaaa5c74 +SIZE (rubygem/aws-sdk-codestarnotifications-1.51.0.gem) = 31744 diff --git a/devel/rubygem-aws-sdk-cognitoidentity/Makefile b/devel/rubygem-aws-sdk-cognitoidentity/Makefile index 2c6218148cb6..2319b037535e 100644 --- a/devel/rubygem-aws-sdk-cognitoidentity/Makefile +++ b/devel/rubygem-aws-sdk-cognitoidentity/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cognitoidentity -PORTVERSION= 1.72.0 +PORTVERSION= 1.73.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cognitoidentity/distinfo b/devel/rubygem-aws-sdk-cognitoidentity/distinfo index d9d927c02aee..d0dcbee1f467 100644 --- a/devel/rubygem-aws-sdk-cognitoidentity/distinfo +++ b/devel/rubygem-aws-sdk-cognitoidentity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546788 -SHA256 (rubygem/aws-sdk-cognitoidentity-1.72.0.gem) = bb4f098d5133d60d39db9d288a1e6b1913c3eb26da1683bd0fd4dc32637ca4ad -SIZE (rubygem/aws-sdk-cognitoidentity-1.72.0.gem) = 44544 +TIMESTAMP = 1747715670 +SHA256 (rubygem/aws-sdk-cognitoidentity-1.73.0.gem) = b3ed70568ae093516c5bc04990de1e1e3fe7f09f588a74e0b15267828fe957f6 +SIZE (rubygem/aws-sdk-cognitoidentity-1.73.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile b/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile index 4547ec1c3775..6ab6723f4ba0 100644 --- a/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile +++ b/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cognitoidentityprovider -PORTVERSION= 1.120.0 +PORTVERSION= 1.122.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cognitoidentityprovider/distinfo b/devel/rubygem-aws-sdk-cognitoidentityprovider/distinfo index 47f306bf4c80..1cf2577511fb 100644 --- a/devel/rubygem-aws-sdk-cognitoidentityprovider/distinfo +++ b/devel/rubygem-aws-sdk-cognitoidentityprovider/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546790 -SHA256 (rubygem/aws-sdk-cognitoidentityprovider-1.120.0.gem) = 86b8b9e48b702a2be8f25cde46965e292d074e1fc4a74bf49a9aa8150829d9be -SIZE (rubygem/aws-sdk-cognitoidentityprovider-1.120.0.gem) = 261632 +TIMESTAMP = 1747715672 +SHA256 (rubygem/aws-sdk-cognitoidentityprovider-1.122.0.gem) = c7dbeaba99ef448ce20dea2e3c48d339655d3c74b928883c6d47fbd146bd95ec +SIZE (rubygem/aws-sdk-cognitoidentityprovider-1.122.0.gem) = 261632 diff --git a/devel/rubygem-aws-sdk-cognitosync/Makefile b/devel/rubygem-aws-sdk-cognitosync/Makefile index aa558b38bdd1..49ff0aa467f9 100644 --- a/devel/rubygem-aws-sdk-cognitosync/Makefile +++ b/devel/rubygem-aws-sdk-cognitosync/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cognitosync -PORTVERSION= 1.66.0 +PORTVERSION= 1.67.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cognitosync/distinfo b/devel/rubygem-aws-sdk-cognitosync/distinfo index c3c1379a9947..95b00eb78a1b 100644 --- a/devel/rubygem-aws-sdk-cognitosync/distinfo +++ b/devel/rubygem-aws-sdk-cognitosync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546792 -SHA256 (rubygem/aws-sdk-cognitosync-1.66.0.gem) = be1737daf7256bbb3ccdd16098f02eb0ea2979374d3144e73b8e14d30f275d19 -SIZE (rubygem/aws-sdk-cognitosync-1.66.0.gem) = 34816 +TIMESTAMP = 1747715674 +SHA256 (rubygem/aws-sdk-cognitosync-1.67.0.gem) = 36ae9e32388c14100bf4d8468f0ebf4689ef173ab4e6d13a837e476a2a449377 +SIZE (rubygem/aws-sdk-cognitosync-1.67.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-comprehend/Makefile b/devel/rubygem-aws-sdk-comprehend/Makefile index 31f3b47644c1..d08954cce338 100644 --- a/devel/rubygem-aws-sdk-comprehend/Makefile +++ b/devel/rubygem-aws-sdk-comprehend/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-comprehend -PORTVERSION= 1.99.0 +PORTVERSION= 1.100.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-comprehend/distinfo b/devel/rubygem-aws-sdk-comprehend/distinfo index d2792371c0b2..203c68d0f685 100644 --- a/devel/rubygem-aws-sdk-comprehend/distinfo +++ b/devel/rubygem-aws-sdk-comprehend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546794 -SHA256 (rubygem/aws-sdk-comprehend-1.99.0.gem) = 11a912b1587af7f49b469875f7d47822eecfc17df0dd728abbd8d36c26dd0995 -SIZE (rubygem/aws-sdk-comprehend-1.99.0.gem) = 122368 +TIMESTAMP = 1747715676 +SHA256 (rubygem/aws-sdk-comprehend-1.100.0.gem) = 93ba8e1a9223c936849876a86fdc7be5b28b09493c67dc6d48abf61e9d49c6cc +SIZE (rubygem/aws-sdk-comprehend-1.100.0.gem) = 122368 diff --git a/devel/rubygem-aws-sdk-comprehendmedical/Makefile b/devel/rubygem-aws-sdk-comprehendmedical/Makefile index 50c8231f6c9b..cf2a9506e374 100644 --- a/devel/rubygem-aws-sdk-comprehendmedical/Makefile +++ b/devel/rubygem-aws-sdk-comprehendmedical/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-comprehendmedical -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-comprehendmedical/distinfo b/devel/rubygem-aws-sdk-comprehendmedical/distinfo index b1ae00946df2..f329f451a248 100644 --- a/devel/rubygem-aws-sdk-comprehendmedical/distinfo +++ b/devel/rubygem-aws-sdk-comprehendmedical/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546796 -SHA256 (rubygem/aws-sdk-comprehendmedical-1.68.0.gem) = f5ab904c446d3f3671c5042d840bc3c44d9863f3bd96a38913b9ddbff8ed9293 -SIZE (rubygem/aws-sdk-comprehendmedical-1.68.0.gem) = 43520 +TIMESTAMP = 1747715678 +SHA256 (rubygem/aws-sdk-comprehendmedical-1.69.0.gem) = 5ab51a100f0d2d19c72e4dee95b5e9c14d1e6512533ead20da785609d29bba6b +SIZE (rubygem/aws-sdk-comprehendmedical-1.69.0.gem) = 43520 diff --git a/devel/rubygem-aws-sdk-computeoptimizer/Makefile b/devel/rubygem-aws-sdk-computeoptimizer/Makefile index f908bbe0a5e9..810d24de8ba7 100644 --- a/devel/rubygem-aws-sdk-computeoptimizer/Makefile +++ b/devel/rubygem-aws-sdk-computeoptimizer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-computeoptimizer -PORTVERSION= 1.76.0 +PORTVERSION= 1.77.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-computeoptimizer/distinfo b/devel/rubygem-aws-sdk-computeoptimizer/distinfo index a5245e36e6bc..10614d23429d 100644 --- a/devel/rubygem-aws-sdk-computeoptimizer/distinfo +++ b/devel/rubygem-aws-sdk-computeoptimizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546798 -SHA256 (rubygem/aws-sdk-computeoptimizer-1.76.0.gem) = 3724669f07e640c25838a6763d06efc8990906cadcec2e8156a4ad55e60f870d -SIZE (rubygem/aws-sdk-computeoptimizer-1.76.0.gem) = 102912 +TIMESTAMP = 1747715680 +SHA256 (rubygem/aws-sdk-computeoptimizer-1.77.0.gem) = 895a627c70edc2c7035464d94b3722e6d0113dc59bd9151f8b9b640ae1f50729 +SIZE (rubygem/aws-sdk-computeoptimizer-1.77.0.gem) = 102912 diff --git a/devel/rubygem-aws-sdk-configservice/Makefile b/devel/rubygem-aws-sdk-configservice/Makefile index a91d2eadb257..023e856530c8 100644 --- a/devel/rubygem-aws-sdk-configservice/Makefile +++ b/devel/rubygem-aws-sdk-configservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-configservice -PORTVERSION= 1.127.0 +PORTVERSION= 1.128.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-configservice/distinfo b/devel/rubygem-aws-sdk-configservice/distinfo index f2557d83c36a..d7b75d88a7c0 100644 --- a/devel/rubygem-aws-sdk-configservice/distinfo +++ b/devel/rubygem-aws-sdk-configservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546800 -SHA256 (rubygem/aws-sdk-configservice-1.127.0.gem) = 34e3f6bfa300d5843e0cad48777883107d6d95a968a6a914d6022de811ca245a -SIZE (rubygem/aws-sdk-configservice-1.127.0.gem) = 217600 +TIMESTAMP = 1747715682 +SHA256 (rubygem/aws-sdk-configservice-1.128.0.gem) = 4aab3abb9d9e9e27d2baa1880517803d9b80c2331173be31d5b8c1eaaa162305 +SIZE (rubygem/aws-sdk-configservice-1.128.0.gem) = 217600 diff --git a/devel/rubygem-aws-sdk-connect/Makefile b/devel/rubygem-aws-sdk-connect/Makefile index 8fe74f712d63..9ca90d1ca12d 100644 --- a/devel/rubygem-aws-sdk-connect/Makefile +++ b/devel/rubygem-aws-sdk-connect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connect -PORTVERSION= 1.201.0 +PORTVERSION= 1.202.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connect/distinfo b/devel/rubygem-aws-sdk-connect/distinfo index c5a5b538070a..be88e9d45e25 100644 --- a/devel/rubygem-aws-sdk-connect/distinfo +++ b/devel/rubygem-aws-sdk-connect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546802 -SHA256 (rubygem/aws-sdk-connect-1.201.0.gem) = c615a179215c908c7cd5fe83b0e8280f9ce97523ea68f0963bc2eefa0dffa294 -SIZE (rubygem/aws-sdk-connect-1.201.0.gem) = 368128 +TIMESTAMP = 1747715684 +SHA256 (rubygem/aws-sdk-connect-1.202.0.gem) = 94fb2bd7b3d6acdb2bcf0731b69bcd3e35447a0c012f706ba9e6d8bb0de66f9f +SIZE (rubygem/aws-sdk-connect-1.202.0.gem) = 368128 diff --git a/devel/rubygem-aws-sdk-connectcampaignservice/Makefile b/devel/rubygem-aws-sdk-connectcampaignservice/Makefile index fe6f4b001b18..541c9de72a34 100644 --- a/devel/rubygem-aws-sdk-connectcampaignservice/Makefile +++ b/devel/rubygem-aws-sdk-connectcampaignservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectcampaignservice -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectcampaignservice/distinfo b/devel/rubygem-aws-sdk-connectcampaignservice/distinfo index 86c3deb7cd00..3cff3b7a8fc1 100644 --- a/devel/rubygem-aws-sdk-connectcampaignservice/distinfo +++ b/devel/rubygem-aws-sdk-connectcampaignservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546804 -SHA256 (rubygem/aws-sdk-connectcampaignservice-1.32.0.gem) = 460c6395412b357d09edb2d3619fce506bc12b6bce5929af42273d7474a4cbe6 -SIZE (rubygem/aws-sdk-connectcampaignservice-1.32.0.gem) = 33792 +TIMESTAMP = 1747715686 +SHA256 (rubygem/aws-sdk-connectcampaignservice-1.33.0.gem) = 0aa2c115803239f0c704edf1cd476b64cc11a9fbcd50c8e140d3d34296174cb3 +SIZE (rubygem/aws-sdk-connectcampaignservice-1.33.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile b/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile index e2b1c6c74d16..debcb71f6590 100644 --- a/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile +++ b/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectcampaignsv2 -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo b/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo index ab8de02c83bf..881b99ebead7 100644 --- a/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo +++ b/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546806 -SHA256 (rubygem/aws-sdk-connectcampaignsv2-1.5.0.gem) = 142aed34e0ea3956ef99d84d95af681c10cf4920c538d2c96c1284499e947ea8 -SIZE (rubygem/aws-sdk-connectcampaignsv2-1.5.0.gem) = 46080 +TIMESTAMP = 1747715688 +SHA256 (rubygem/aws-sdk-connectcampaignsv2-1.6.0.gem) = a405c58670fc9521cf8aebfacac9d1726bce6916f65b7529e9f55379d5f34e01 +SIZE (rubygem/aws-sdk-connectcampaignsv2-1.6.0.gem) = 46080 diff --git a/devel/rubygem-aws-sdk-connectcases/Makefile b/devel/rubygem-aws-sdk-connectcases/Makefile index 46458ba30f05..b9a45d7a7f24 100644 --- a/devel/rubygem-aws-sdk-connectcases/Makefile +++ b/devel/rubygem-aws-sdk-connectcases/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectcases -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectcases/distinfo b/devel/rubygem-aws-sdk-connectcases/distinfo index e1f7118c5d89..5bec7165ee5e 100644 --- a/devel/rubygem-aws-sdk-connectcases/distinfo +++ b/devel/rubygem-aws-sdk-connectcases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546808 -SHA256 (rubygem/aws-sdk-connectcases-1.42.0.gem) = 5f35f05623f635103c727a2852fd12458b3995df02b1940eba768e352bc6623b -SIZE (rubygem/aws-sdk-connectcases-1.42.0.gem) = 58880 +TIMESTAMP = 1747715690 +SHA256 (rubygem/aws-sdk-connectcases-1.43.0.gem) = 6be0dcac2af3ff09e09b4ff11a1cfc4c27ed10697f202c06d16bbac6eb696942 +SIZE (rubygem/aws-sdk-connectcases-1.43.0.gem) = 58880 diff --git a/devel/rubygem-aws-sdk-connectcontactlens/Makefile b/devel/rubygem-aws-sdk-connectcontactlens/Makefile index 3d070c4758f2..0da7e7d677a2 100644 --- a/devel/rubygem-aws-sdk-connectcontactlens/Makefile +++ b/devel/rubygem-aws-sdk-connectcontactlens/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectcontactlens -PORTVERSION= 1.43.0 +PORTVERSION= 1.44.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectcontactlens/distinfo b/devel/rubygem-aws-sdk-connectcontactlens/distinfo index 6c3b60b2fc36..6b7d022f3088 100644 --- a/devel/rubygem-aws-sdk-connectcontactlens/distinfo +++ b/devel/rubygem-aws-sdk-connectcontactlens/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546810 -SHA256 (rubygem/aws-sdk-connectcontactlens-1.43.0.gem) = 68867eb62824d9b7f1c4cfde04262870a8392cf1d2d7dbeff6331f5f055e6977 -SIZE (rubygem/aws-sdk-connectcontactlens-1.43.0.gem) = 24576 +TIMESTAMP = 1747715692 +SHA256 (rubygem/aws-sdk-connectcontactlens-1.44.0.gem) = a90aea36986cc764600eff8b76488c63513b22a388c53ae124e6889e01f3a43c +SIZE (rubygem/aws-sdk-connectcontactlens-1.44.0.gem) = 24576 diff --git a/devel/rubygem-aws-sdk-connectparticipant/Makefile b/devel/rubygem-aws-sdk-connectparticipant/Makefile index 053ac41dfa55..03e1e51216d7 100644 --- a/devel/rubygem-aws-sdk-connectparticipant/Makefile +++ b/devel/rubygem-aws-sdk-connectparticipant/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectparticipant -PORTVERSION= 1.62.0 +PORTVERSION= 1.63.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectparticipant/distinfo b/devel/rubygem-aws-sdk-connectparticipant/distinfo index be5b85a8575f..1ca82b6a284e 100644 --- a/devel/rubygem-aws-sdk-connectparticipant/distinfo +++ b/devel/rubygem-aws-sdk-connectparticipant/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546812 -SHA256 (rubygem/aws-sdk-connectparticipant-1.62.0.gem) = b510b0c9025d8f60528281bcdf17f32c0a6fe8de2c3f625598e72d42ecbc1d9e -SIZE (rubygem/aws-sdk-connectparticipant-1.62.0.gem) = 35328 +TIMESTAMP = 1747715694 +SHA256 (rubygem/aws-sdk-connectparticipant-1.63.0.gem) = e665cbb079f2cf8a9363daf45d8765112249a629fc3b9a8e8f0114b78f010ba4 +SIZE (rubygem/aws-sdk-connectparticipant-1.63.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-connectwisdomservice/Makefile b/devel/rubygem-aws-sdk-connectwisdomservice/Makefile index 0c631e996abc..8490d133812a 100644 --- a/devel/rubygem-aws-sdk-connectwisdomservice/Makefile +++ b/devel/rubygem-aws-sdk-connectwisdomservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectwisdomservice -PORTVERSION= 1.46.0 +PORTVERSION= 1.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectwisdomservice/distinfo b/devel/rubygem-aws-sdk-connectwisdomservice/distinfo index c0675e6cee6d..4ccbf37e2444 100644 --- a/devel/rubygem-aws-sdk-connectwisdomservice/distinfo +++ b/devel/rubygem-aws-sdk-connectwisdomservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546814 -SHA256 (rubygem/aws-sdk-connectwisdomservice-1.46.0.gem) = 67f1382690715348ddc805aeb0da8aafeaa47e2caf9defd4cf6fa54be982c1e4 -SIZE (rubygem/aws-sdk-connectwisdomservice-1.46.0.gem) = 61440 +TIMESTAMP = 1747715696 +SHA256 (rubygem/aws-sdk-connectwisdomservice-1.47.0.gem) = 9bed93a2e8f024746c5a3114f389bda1882217180573dbd9d1f919970f6fff6e +SIZE (rubygem/aws-sdk-connectwisdomservice-1.47.0.gem) = 61440 diff --git a/devel/rubygem-aws-sdk-controlcatalog/Makefile b/devel/rubygem-aws-sdk-controlcatalog/Makefile index 57be41b41ed9..d94bc4d52db6 100644 --- a/devel/rubygem-aws-sdk-controlcatalog/Makefile +++ b/devel/rubygem-aws-sdk-controlcatalog/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-controlcatalog -PORTVERSION= 1.23.0 +PORTVERSION= 1.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-controlcatalog/distinfo b/devel/rubygem-aws-sdk-controlcatalog/distinfo index 03215c0c7fa8..fb83b173b0b7 100644 --- a/devel/rubygem-aws-sdk-controlcatalog/distinfo +++ b/devel/rubygem-aws-sdk-controlcatalog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546816 -SHA256 (rubygem/aws-sdk-controlcatalog-1.23.0.gem) = c8113a9388aff63b90408f4012207cb62f1241e77b42f05c58533f50378780f4 -SIZE (rubygem/aws-sdk-controlcatalog-1.23.0.gem) = 29184 +TIMESTAMP = 1747715698 +SHA256 (rubygem/aws-sdk-controlcatalog-1.24.0.gem) = e7ccaa9cb4442c523bcf39f2edb540b73cb1f675e622559d907c28e89c738b9d +SIZE (rubygem/aws-sdk-controlcatalog-1.24.0.gem) = 29184 diff --git a/devel/rubygem-aws-sdk-controltower/Makefile b/devel/rubygem-aws-sdk-controltower/Makefile index 4afaad8334c8..f558e4980093 100644 --- a/devel/rubygem-aws-sdk-controltower/Makefile +++ b/devel/rubygem-aws-sdk-controltower/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-controltower -PORTVERSION= 1.40.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-controltower/distinfo b/devel/rubygem-aws-sdk-controltower/distinfo index 1c505a8ff95f..ce2983b5bed7 100644 --- a/devel/rubygem-aws-sdk-controltower/distinfo +++ b/devel/rubygem-aws-sdk-controltower/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546818 -SHA256 (rubygem/aws-sdk-controltower-1.40.0.gem) = 1065d4cc6750365be435fdcaf6df518b79f40028b3a5625f2beba951adb731a7 -SIZE (rubygem/aws-sdk-controltower-1.40.0.gem) = 41984 +TIMESTAMP = 1747715700 +SHA256 (rubygem/aws-sdk-controltower-1.43.0.gem) = 83c102713eb6317032c78b58495127667f04b611fe4433e1b9e8bc71376b0420 +SIZE (rubygem/aws-sdk-controltower-1.43.0.gem) = 43520 diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile index 8da8638383f4..39f49504aa6c 100644 --- a/devel/rubygem-aws-sdk-core/Makefile +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-core -PORTVERSION= 3.223.0 +PORTVERSION= 3.224.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-core/distinfo b/devel/rubygem-aws-sdk-core/distinfo index 0ab4cfd6cda9..683904378d7c 100644 --- a/devel/rubygem-aws-sdk-core/distinfo +++ b/devel/rubygem-aws-sdk-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546820 -SHA256 (rubygem/aws-sdk-core-3.223.0.gem) = d8c309116787cd24fb32095da4fa94d1f76e26baea705eabb66aa4585e8d8c77 -SIZE (rubygem/aws-sdk-core-3.223.0.gem) = 391680 +TIMESTAMP = 1747715702 +SHA256 (rubygem/aws-sdk-core-3.224.0.gem) = c617aae3f43ba2bfe9f819c1a31c7c9dbda3e1d1a33c746c23c4dc15638817ac +SIZE (rubygem/aws-sdk-core-3.224.0.gem) = 392192 diff --git a/devel/rubygem-aws-sdk-costandusagereportservice/Makefile b/devel/rubygem-aws-sdk-costandusagereportservice/Makefile index 53b8e94123bc..aaa6db053fc1 100644 --- a/devel/rubygem-aws-sdk-costandusagereportservice/Makefile +++ b/devel/rubygem-aws-sdk-costandusagereportservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-costandusagereportservice -PORTVERSION= 1.72.0 +PORTVERSION= 1.73.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-costandusagereportservice/distinfo b/devel/rubygem-aws-sdk-costandusagereportservice/distinfo index e68c913018dd..2b2b1ff194a2 100644 --- a/devel/rubygem-aws-sdk-costandusagereportservice/distinfo +++ b/devel/rubygem-aws-sdk-costandusagereportservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546822 -SHA256 (rubygem/aws-sdk-costandusagereportservice-1.72.0.gem) = c7b2eb89bf30c43b2531b2ebb1167a3f5bb8641e76ae4be02099d9cf9e54a079 -SIZE (rubygem/aws-sdk-costandusagereportservice-1.72.0.gem) = 28160 +TIMESTAMP = 1747715704 +SHA256 (rubygem/aws-sdk-costandusagereportservice-1.73.0.gem) = d38ccc7154c594d58a1ee684f0ca96a3db1cdd76cb2d685f14bd67155dcfa3e8 +SIZE (rubygem/aws-sdk-costandusagereportservice-1.73.0.gem) = 28160 diff --git a/devel/rubygem-aws-sdk-costexplorer/Makefile b/devel/rubygem-aws-sdk-costexplorer/Makefile index 61a695e122e6..cb13ac84d945 100644 --- a/devel/rubygem-aws-sdk-costexplorer/Makefile +++ b/devel/rubygem-aws-sdk-costexplorer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-costexplorer -PORTVERSION= 1.124.0 +PORTVERSION= 1.125.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-costexplorer/distinfo b/devel/rubygem-aws-sdk-costexplorer/distinfo index 95d4d996107a..fad38d750fa5 100644 --- a/devel/rubygem-aws-sdk-costexplorer/distinfo +++ b/devel/rubygem-aws-sdk-costexplorer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546824 -SHA256 (rubygem/aws-sdk-costexplorer-1.124.0.gem) = c74a701d4b24810bd876268c7293a2b162e6960801c857dd209fe9738f96b793 -SIZE (rubygem/aws-sdk-costexplorer-1.124.0.gem) = 124928 +TIMESTAMP = 1747715706 +SHA256 (rubygem/aws-sdk-costexplorer-1.125.0.gem) = 8950af5342b9027e5019ce2e5483d7bbd8d51c7aa37061e52c8055b6d1eb3a8c +SIZE (rubygem/aws-sdk-costexplorer-1.125.0.gem) = 124928 diff --git a/devel/rubygem-aws-sdk-costoptimizationhub/Makefile b/devel/rubygem-aws-sdk-costoptimizationhub/Makefile index 5908cf0e9cce..13aeff663372 100644 --- a/devel/rubygem-aws-sdk-costoptimizationhub/Makefile +++ b/devel/rubygem-aws-sdk-costoptimizationhub/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-costoptimizationhub -PORTVERSION= 1.24.0 +PORTVERSION= 1.25.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-costoptimizationhub/distinfo b/devel/rubygem-aws-sdk-costoptimizationhub/distinfo index 17d05ea61ff9..5001e88b6513 100644 --- a/devel/rubygem-aws-sdk-costoptimizationhub/distinfo +++ b/devel/rubygem-aws-sdk-costoptimizationhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546826 -SHA256 (rubygem/aws-sdk-costoptimizationhub-1.24.0.gem) = 03c80137f43e1d18f4777b480d233d4a10ca111cffcc5563dd8534dbad950d73 -SIZE (rubygem/aws-sdk-costoptimizationhub-1.24.0.gem) = 45056 +TIMESTAMP = 1747715708 +SHA256 (rubygem/aws-sdk-costoptimizationhub-1.25.0.gem) = dca781a20dc1afa1793cd1187421207692de9e47b69084b58aa48240fc48d330 +SIZE (rubygem/aws-sdk-costoptimizationhub-1.25.0.gem) = 45056 diff --git a/devel/rubygem-aws-sdk-customerprofiles/Makefile b/devel/rubygem-aws-sdk-customerprofiles/Makefile index 463e7bce03dc..50ab8997133e 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/Makefile +++ b/devel/rubygem-aws-sdk-customerprofiles/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-customerprofiles -PORTVERSION= 1.62.0 +PORTVERSION= 1.63.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-customerprofiles/distinfo b/devel/rubygem-aws-sdk-customerprofiles/distinfo index ce6b98e0d63a..c83eeca5e089 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/distinfo +++ b/devel/rubygem-aws-sdk-customerprofiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546828 -SHA256 (rubygem/aws-sdk-customerprofiles-1.62.0.gem) = 6a011c91a8500262405f4bc0e9de200f28fecc0d112cdba3931aa122452774f7 -SIZE (rubygem/aws-sdk-customerprofiles-1.62.0.gem) = 121344 +TIMESTAMP = 1747715710 +SHA256 (rubygem/aws-sdk-customerprofiles-1.63.0.gem) = 54264925dd11853a3f614ada3e0b2769ac9194facb62be9f8e90308cc8b4b57d +SIZE (rubygem/aws-sdk-customerprofiles-1.63.0.gem) = 121344 diff --git a/devel/rubygem-aws-sdk-databasemigrationservice/Makefile b/devel/rubygem-aws-sdk-databasemigrationservice/Makefile index 55bbfab4c74e..98cafbba5113 100644 --- a/devel/rubygem-aws-sdk-databasemigrationservice/Makefile +++ b/devel/rubygem-aws-sdk-databasemigrationservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-databasemigrationservice -PORTVERSION= 1.120.0 +PORTVERSION= 1.122.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-databasemigrationservice/distinfo b/devel/rubygem-aws-sdk-databasemigrationservice/distinfo index 576036bce8e1..6e37046abeb0 100644 --- a/devel/rubygem-aws-sdk-databasemigrationservice/distinfo +++ b/devel/rubygem-aws-sdk-databasemigrationservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546830 -SHA256 (rubygem/aws-sdk-databasemigrationservice-1.120.0.gem) = e6772a0fc8f5759e10fecc13a6a49b41fdbd46ff4b181e17fe17e6648a1582f7 -SIZE (rubygem/aws-sdk-databasemigrationservice-1.120.0.gem) = 242688 +TIMESTAMP = 1747715712 +SHA256 (rubygem/aws-sdk-databasemigrationservice-1.122.0.gem) = e4a37b1b08f3560909152a01e6dd465b80fd8b6007c7d287e9474bc352bd29ab +SIZE (rubygem/aws-sdk-databasemigrationservice-1.122.0.gem) = 243712 diff --git a/devel/rubygem-aws-sdk-dataexchange/Makefile b/devel/rubygem-aws-sdk-dataexchange/Makefile index eb4378c67e15..61c16bf268cd 100644 --- a/devel/rubygem-aws-sdk-dataexchange/Makefile +++ b/devel/rubygem-aws-sdk-dataexchange/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dataexchange -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dataexchange/distinfo b/devel/rubygem-aws-sdk-dataexchange/distinfo index bfe2e1c74b67..2283da26c9b3 100644 --- a/devel/rubygem-aws-sdk-dataexchange/distinfo +++ b/devel/rubygem-aws-sdk-dataexchange/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546832 -SHA256 (rubygem/aws-sdk-dataexchange-1.65.0.gem) = e21f3e29f1364c28d13b4a1f215d7f4173caedf06595b288a657b9c725cd0c24 -SIZE (rubygem/aws-sdk-dataexchange-1.65.0.gem) = 64000 +TIMESTAMP = 1747715714 +SHA256 (rubygem/aws-sdk-dataexchange-1.66.0.gem) = aa1b6e86cc3c037bdaa2e9f2596661335c278144da87293618bbd8e2e7b3dcfe +SIZE (rubygem/aws-sdk-dataexchange-1.66.0.gem) = 64000 diff --git a/devel/rubygem-aws-sdk-datapipeline/Makefile b/devel/rubygem-aws-sdk-datapipeline/Makefile index 1ebc0d58d501..2ab0fc94b3c8 100644 --- a/devel/rubygem-aws-sdk-datapipeline/Makefile +++ b/devel/rubygem-aws-sdk-datapipeline/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-datapipeline -PORTVERSION= 1.66.0 +PORTVERSION= 1.67.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-datapipeline/distinfo b/devel/rubygem-aws-sdk-datapipeline/distinfo index ddd7cfc36c95..91b6aab249ce 100644 --- a/devel/rubygem-aws-sdk-datapipeline/distinfo +++ b/devel/rubygem-aws-sdk-datapipeline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546834 -SHA256 (rubygem/aws-sdk-datapipeline-1.66.0.gem) = ffa66631b9f78b2cb67e5bf20b7fa9edc44aaeb1bb61dd3b81cd0e8b4c2ab502 -SIZE (rubygem/aws-sdk-datapipeline-1.66.0.gem) = 39936 +TIMESTAMP = 1747715716 +SHA256 (rubygem/aws-sdk-datapipeline-1.67.0.gem) = 0e48c086999c41b7d9f20e650e3f645cc643b9c2a71c44907caca0ba785e2870 +SIZE (rubygem/aws-sdk-datapipeline-1.67.0.gem) = 39936 diff --git a/devel/rubygem-aws-sdk-datasync/Makefile b/devel/rubygem-aws-sdk-datasync/Makefile index 08ac9e90edb0..c0827730aae8 100644 --- a/devel/rubygem-aws-sdk-datasync/Makefile +++ b/devel/rubygem-aws-sdk-datasync/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-datasync -PORTVERSION= 1.101.0 +PORTVERSION= 1.102.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-datasync/distinfo b/devel/rubygem-aws-sdk-datasync/distinfo index 1f9e449a7dc1..8e93832d8dc3 100644 --- a/devel/rubygem-aws-sdk-datasync/distinfo +++ b/devel/rubygem-aws-sdk-datasync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546836 -SHA256 (rubygem/aws-sdk-datasync-1.101.0.gem) = ed3278732f335e230105d2f31ba130bd14122cbba581020590e1d4ec5ed66927 -SIZE (rubygem/aws-sdk-datasync-1.101.0.gem) = 121344 +TIMESTAMP = 1747715718 +SHA256 (rubygem/aws-sdk-datasync-1.102.0.gem) = abb9e3877969832333d02e3a635c6bc2fec08ba160080cafcd86bbab4b1c408a +SIZE (rubygem/aws-sdk-datasync-1.102.0.gem) = 121344 diff --git a/devel/rubygem-aws-sdk-datazone/Makefile b/devel/rubygem-aws-sdk-datazone/Makefile index 7c7dadec7f8e..7958c358d356 100644 --- a/devel/rubygem-aws-sdk-datazone/Makefile +++ b/devel/rubygem-aws-sdk-datazone/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-datazone -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-datazone/distinfo b/devel/rubygem-aws-sdk-datazone/distinfo index 16266353f157..c73d9dd6e7dd 100644 --- a/devel/rubygem-aws-sdk-datazone/distinfo +++ b/devel/rubygem-aws-sdk-datazone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546838 -SHA256 (rubygem/aws-sdk-datazone-1.38.0.gem) = 717b9add6705e0fe1c4c23ed88a06cb7e67d4d08ae86bc128eff03739cf0cd0e -SIZE (rubygem/aws-sdk-datazone-1.38.0.gem) = 235520 +TIMESTAMP = 1747715720 +SHA256 (rubygem/aws-sdk-datazone-1.39.0.gem) = b5b3066d36deb08c937892a859f085c32b5b9cc37db70f3574a2ec398547530a +SIZE (rubygem/aws-sdk-datazone-1.39.0.gem) = 235520 diff --git a/devel/rubygem-aws-sdk-dax/Makefile b/devel/rubygem-aws-sdk-dax/Makefile index 629061f8415d..b4cb1881580f 100644 --- a/devel/rubygem-aws-sdk-dax/Makefile +++ b/devel/rubygem-aws-sdk-dax/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dax -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dax/distinfo b/devel/rubygem-aws-sdk-dax/distinfo index c116d21aba1d..4f5a4b42cd24 100644 --- a/devel/rubygem-aws-sdk-dax/distinfo +++ b/devel/rubygem-aws-sdk-dax/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546840 -SHA256 (rubygem/aws-sdk-dax-1.69.0.gem) = f7566c65b6d50cafe9e2d2ea06630171b705ca6fbddfce94d4f3774143c27207 -SIZE (rubygem/aws-sdk-dax-1.69.0.gem) = 43008 +TIMESTAMP = 1747715722 +SHA256 (rubygem/aws-sdk-dax-1.70.0.gem) = 70017695a9188a22819417ddac44274af69d2cfe9b977d3715817d973eca4382 +SIZE (rubygem/aws-sdk-dax-1.70.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-deadline/Makefile b/devel/rubygem-aws-sdk-deadline/Makefile index 9187773edecc..e56b7ca596bb 100644 --- a/devel/rubygem-aws-sdk-deadline/Makefile +++ b/devel/rubygem-aws-sdk-deadline/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-deadline -PORTVERSION= 1.24.0 +PORTVERSION= 1.25.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-deadline/distinfo b/devel/rubygem-aws-sdk-deadline/distinfo index 640cccbce12a..5638a21dc129 100644 --- a/devel/rubygem-aws-sdk-deadline/distinfo +++ b/devel/rubygem-aws-sdk-deadline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546842 -SHA256 (rubygem/aws-sdk-deadline-1.24.0.gem) = d0410147bec68f1a611b4de70b11eff055989166dcba38117f6a3239b51446bc -SIZE (rubygem/aws-sdk-deadline-1.24.0.gem) = 134656 +TIMESTAMP = 1747715724 +SHA256 (rubygem/aws-sdk-deadline-1.25.0.gem) = 772e144446c3eb9cb2ff61f452d434c5eadcf4d98abed6ebe758a296172bcdde +SIZE (rubygem/aws-sdk-deadline-1.25.0.gem) = 137216 diff --git a/devel/rubygem-aws-sdk-detective/Makefile b/devel/rubygem-aws-sdk-detective/Makefile index 9e5671486e3d..fe121e36ff9d 100644 --- a/devel/rubygem-aws-sdk-detective/Makefile +++ b/devel/rubygem-aws-sdk-detective/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-detective -PORTVERSION= 1.66.0 +PORTVERSION= 1.67.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-detective/distinfo b/devel/rubygem-aws-sdk-detective/distinfo index 8d2537781d22..ed3cf0c1771c 100644 --- a/devel/rubygem-aws-sdk-detective/distinfo +++ b/devel/rubygem-aws-sdk-detective/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546844 -SHA256 (rubygem/aws-sdk-detective-1.66.0.gem) = 795fc7939df673bae07a1680a178032476aac339cd099f6389e22693b4db06d3 -SIZE (rubygem/aws-sdk-detective-1.66.0.gem) = 48128 +TIMESTAMP = 1747715726 +SHA256 (rubygem/aws-sdk-detective-1.67.0.gem) = d9ec0765b8f2c4c26d44af5fd19eb67a9c327f63fa57ada4f0a221665a0eb9a8 +SIZE (rubygem/aws-sdk-detective-1.67.0.gem) = 48128 diff --git a/devel/rubygem-aws-sdk-devicefarm/Makefile b/devel/rubygem-aws-sdk-devicefarm/Makefile index 47c47ad21ac6..1e7d67a90489 100644 --- a/devel/rubygem-aws-sdk-devicefarm/Makefile +++ b/devel/rubygem-aws-sdk-devicefarm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-devicefarm -PORTVERSION= 1.87.0 +PORTVERSION= 1.88.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-devicefarm/distinfo b/devel/rubygem-aws-sdk-devicefarm/distinfo index 4c60cf2e24c2..cff4df71f108 100644 --- a/devel/rubygem-aws-sdk-devicefarm/distinfo +++ b/devel/rubygem-aws-sdk-devicefarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546846 -SHA256 (rubygem/aws-sdk-devicefarm-1.87.0.gem) = db203e9aecc04069ea2e58440c4959d68d9b56a2a3b46046c4d768eea871c7f6 -SIZE (rubygem/aws-sdk-devicefarm-1.87.0.gem) = 105472 +TIMESTAMP = 1747715728 +SHA256 (rubygem/aws-sdk-devicefarm-1.88.0.gem) = dca9b89fe7e31bd11eb89aee27306b066fe5b0707f8bf272202cc6c397a4e35e +SIZE (rubygem/aws-sdk-devicefarm-1.88.0.gem) = 105472 diff --git a/devel/rubygem-aws-sdk-devopsguru/Makefile b/devel/rubygem-aws-sdk-devopsguru/Makefile index 2613cb655190..7e82345471a7 100644 --- a/devel/rubygem-aws-sdk-devopsguru/Makefile +++ b/devel/rubygem-aws-sdk-devopsguru/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-devopsguru -PORTVERSION= 1.58.0 +PORTVERSION= 1.59.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-devopsguru/distinfo b/devel/rubygem-aws-sdk-devopsguru/distinfo index ffc951161ca1..97ab7a96402a 100644 --- a/devel/rubygem-aws-sdk-devopsguru/distinfo +++ b/devel/rubygem-aws-sdk-devopsguru/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546848 -SHA256 (rubygem/aws-sdk-devopsguru-1.58.0.gem) = 66333e96197afa1eef0fb57909bee3c6690152bdb1637d686f38cfc9531d6c08 -SIZE (rubygem/aws-sdk-devopsguru-1.58.0.gem) = 73728 +TIMESTAMP = 1747715730 +SHA256 (rubygem/aws-sdk-devopsguru-1.59.0.gem) = f021a8b27eb9ed2b25240e74519a2b1547846bfb39c48338682dee2f0060b4a9 +SIZE (rubygem/aws-sdk-devopsguru-1.59.0.gem) = 73728 diff --git a/devel/rubygem-aws-sdk-directconnect/Makefile b/devel/rubygem-aws-sdk-directconnect/Makefile index 85cf70adb3fb..2508ec916f8b 100644 --- a/devel/rubygem-aws-sdk-directconnect/Makefile +++ b/devel/rubygem-aws-sdk-directconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-directconnect -PORTVERSION= 1.90.0 +PORTVERSION= 1.91.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-directconnect/distinfo b/devel/rubygem-aws-sdk-directconnect/distinfo index 62b4288366d0..fd162cd667a9 100644 --- a/devel/rubygem-aws-sdk-directconnect/distinfo +++ b/devel/rubygem-aws-sdk-directconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546850 -SHA256 (rubygem/aws-sdk-directconnect-1.90.0.gem) = 16d72c2303e1b325aeb7990b920a7888cdea789221807e7c0143659d2706add9 -SIZE (rubygem/aws-sdk-directconnect-1.90.0.gem) = 74752 +TIMESTAMP = 1747715732 +SHA256 (rubygem/aws-sdk-directconnect-1.91.0.gem) = 9b1ec67715d7b13eefb62c746fb45a1e1580c0f62a192c980f83b15885992cb4 +SIZE (rubygem/aws-sdk-directconnect-1.91.0.gem) = 74752 diff --git a/devel/rubygem-aws-sdk-directoryservice/Makefile b/devel/rubygem-aws-sdk-directoryservice/Makefile index 98569c07fbc2..faff5f2d0a9a 100644 --- a/devel/rubygem-aws-sdk-directoryservice/Makefile +++ b/devel/rubygem-aws-sdk-directoryservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-directoryservice -PORTVERSION= 1.84.0 +PORTVERSION= 1.85.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-directoryservice/distinfo b/devel/rubygem-aws-sdk-directoryservice/distinfo index df56f0bbcdfb..49aad28d495c 100644 --- a/devel/rubygem-aws-sdk-directoryservice/distinfo +++ b/devel/rubygem-aws-sdk-directoryservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546852 -SHA256 (rubygem/aws-sdk-directoryservice-1.84.0.gem) = 4a10e2596e22bfac516938dccfa44159ac5be5a04a0bff3f84c34f98101761a6 -SIZE (rubygem/aws-sdk-directoryservice-1.84.0.gem) = 82944 +TIMESTAMP = 1747715734 +SHA256 (rubygem/aws-sdk-directoryservice-1.85.0.gem) = ac0a30ea91ce2f89f4570f484dfd69e87ff65fb94e1fc646216faa240edc09fc +SIZE (rubygem/aws-sdk-directoryservice-1.85.0.gem) = 82944 diff --git a/devel/rubygem-aws-sdk-directoryservicedata/Makefile b/devel/rubygem-aws-sdk-directoryservicedata/Makefile index e80abc9ec103..a026c39c2b95 100644 --- a/devel/rubygem-aws-sdk-directoryservicedata/Makefile +++ b/devel/rubygem-aws-sdk-directoryservicedata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-directoryservicedata -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-directoryservicedata/distinfo b/devel/rubygem-aws-sdk-directoryservicedata/distinfo index 185a83c8e81c..f794be578f46 100644 --- a/devel/rubygem-aws-sdk-directoryservicedata/distinfo +++ b/devel/rubygem-aws-sdk-directoryservicedata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546854 -SHA256 (rubygem/aws-sdk-directoryservicedata-1.9.0.gem) = ed17529baa43b21d01b339b5740cd24da25e46122f373ea080fa6ba4352054a5 -SIZE (rubygem/aws-sdk-directoryservicedata-1.9.0.gem) = 35328 +TIMESTAMP = 1747715736 +SHA256 (rubygem/aws-sdk-directoryservicedata-1.10.0.gem) = cf298063f307f95214c6c8fec8dd89b69548862db5337e6285e2061516663d81 +SIZE (rubygem/aws-sdk-directoryservicedata-1.10.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-dlm/Makefile b/devel/rubygem-aws-sdk-dlm/Makefile index f7a923ab15cf..cb66c7b72e5d 100644 --- a/devel/rubygem-aws-sdk-dlm/Makefile +++ b/devel/rubygem-aws-sdk-dlm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dlm -PORTVERSION= 1.87.0 +PORTVERSION= 1.88.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dlm/distinfo b/devel/rubygem-aws-sdk-dlm/distinfo index dcb1bb1aedce..caef18d96c52 100644 --- a/devel/rubygem-aws-sdk-dlm/distinfo +++ b/devel/rubygem-aws-sdk-dlm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546856 -SHA256 (rubygem/aws-sdk-dlm-1.87.0.gem) = 375b6956359e50ebc8eb000c682048add0bbe045120a5fe5b4a19f8d7fb42111 -SIZE (rubygem/aws-sdk-dlm-1.87.0.gem) = 44544 +TIMESTAMP = 1747715738 +SHA256 (rubygem/aws-sdk-dlm-1.88.0.gem) = fa70a7cbcafbbe674e0759ecd23d2340fb096894e0fd81a7c9ebd3a9a6d17c16 +SIZE (rubygem/aws-sdk-dlm-1.88.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-docdb/Makefile b/devel/rubygem-aws-sdk-docdb/Makefile index 1f5438e7f352..d6d6bbea614c 100644 --- a/devel/rubygem-aws-sdk-docdb/Makefile +++ b/devel/rubygem-aws-sdk-docdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-docdb -PORTVERSION= 1.85.0 +PORTVERSION= 1.86.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-docdb/distinfo b/devel/rubygem-aws-sdk-docdb/distinfo index 12d3f50d2eb6..ad208ab9a56d 100644 --- a/devel/rubygem-aws-sdk-docdb/distinfo +++ b/devel/rubygem-aws-sdk-docdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546858 -SHA256 (rubygem/aws-sdk-docdb-1.85.0.gem) = c53a84c1b5877120dd56ea98095b4046818d391e61fcf8429faebc7b6f901dce -SIZE (rubygem/aws-sdk-docdb-1.85.0.gem) = 107520 +TIMESTAMP = 1747715740 +SHA256 (rubygem/aws-sdk-docdb-1.86.0.gem) = 598f55db6ed4717148894571798b395cac34d0403453c9d1cef3818fcc058a3c +SIZE (rubygem/aws-sdk-docdb-1.86.0.gem) = 107520 diff --git a/devel/rubygem-aws-sdk-docdbelastic/Makefile b/devel/rubygem-aws-sdk-docdbelastic/Makefile index e648dbba7eca..504b90c80a76 100644 --- a/devel/rubygem-aws-sdk-docdbelastic/Makefile +++ b/devel/rubygem-aws-sdk-docdbelastic/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-docdbelastic -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-docdbelastic/distinfo b/devel/rubygem-aws-sdk-docdbelastic/distinfo index 932552a009d9..3fe587f7a562 100644 --- a/devel/rubygem-aws-sdk-docdbelastic/distinfo +++ b/devel/rubygem-aws-sdk-docdbelastic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546860 -SHA256 (rubygem/aws-sdk-docdbelastic-1.30.0.gem) = f04beac96c010ccf7dffc4cf02796decee5d8f8281629af0587fee3db28b7d1e -SIZE (rubygem/aws-sdk-docdbelastic-1.30.0.gem) = 37888 +TIMESTAMP = 1747715742 +SHA256 (rubygem/aws-sdk-docdbelastic-1.31.0.gem) = a8cb8a17cb073dd1eecb04ad3d9eb1ef34d820442ee069ea7092cf042b87bef2 +SIZE (rubygem/aws-sdk-docdbelastic-1.31.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-drs/Makefile b/devel/rubygem-aws-sdk-drs/Makefile index d84f03c8bc63..d71ee198d520 100644 --- a/devel/rubygem-aws-sdk-drs/Makefile +++ b/devel/rubygem-aws-sdk-drs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-drs -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-drs/distinfo b/devel/rubygem-aws-sdk-drs/distinfo index d6c777ef0535..450d39297c77 100644 --- a/devel/rubygem-aws-sdk-drs/distinfo +++ b/devel/rubygem-aws-sdk-drs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546862 -SHA256 (rubygem/aws-sdk-drs-1.47.0.gem) = f826bb72ae84dbe64245a770ce2267ff058038d48637b6f15470d932052f1cea -SIZE (rubygem/aws-sdk-drs-1.47.0.gem) = 76800 +TIMESTAMP = 1747715744 +SHA256 (rubygem/aws-sdk-drs-1.48.0.gem) = 27f2084f9491861cb8392553ef14aa1e3e3a6c315410213cf61321f74c54daab +SIZE (rubygem/aws-sdk-drs-1.48.0.gem) = 76800 diff --git a/devel/rubygem-aws-sdk-dsql/Makefile b/devel/rubygem-aws-sdk-dsql/Makefile index eadb479594fa..72fd2345a34f 100644 --- a/devel/rubygem-aws-sdk-dsql/Makefile +++ b/devel/rubygem-aws-sdk-dsql/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dsql -PORTVERSION= 1.6.0 +PORTVERSION= 1.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dsql/distinfo b/devel/rubygem-aws-sdk-dsql/distinfo index 2d9ce0895a9b..7aee300415b7 100644 --- a/devel/rubygem-aws-sdk-dsql/distinfo +++ b/devel/rubygem-aws-sdk-dsql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546864 -SHA256 (rubygem/aws-sdk-dsql-1.6.0.gem) = 6dbc0fb425ba0e66c1a8fc7ed106a07feb2f1a30d660e4583b761a0298d3ddb7 -SIZE (rubygem/aws-sdk-dsql-1.6.0.gem) = 31744 +TIMESTAMP = 1747715746 +SHA256 (rubygem/aws-sdk-dsql-1.8.0.gem) = f8c24fe55fcd41beac39cfa44082620a71192803115d34dec69a73b6f3fb880d +SIZE (rubygem/aws-sdk-dsql-1.8.0.gem) = 33280 diff --git a/devel/rubygem-aws-sdk-dynamodb/Makefile b/devel/rubygem-aws-sdk-dynamodb/Makefile index 6598ded263a8..01931728f37b 100644 --- a/devel/rubygem-aws-sdk-dynamodb/Makefile +++ b/devel/rubygem-aws-sdk-dynamodb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dynamodb -PORTVERSION= 1.143.0 +PORTVERSION= 1.144.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dynamodb/distinfo b/devel/rubygem-aws-sdk-dynamodb/distinfo index fc18e0af2fec..d24e9835fd54 100644 --- a/devel/rubygem-aws-sdk-dynamodb/distinfo +++ b/devel/rubygem-aws-sdk-dynamodb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546866 -SHA256 (rubygem/aws-sdk-dynamodb-1.143.0.gem) = 45d689fb8a770046df4ae8612049818daf2d16aef96af99bed8248f265e9a522 -SIZE (rubygem/aws-sdk-dynamodb-1.143.0.gem) = 226304 +TIMESTAMP = 1747715748 +SHA256 (rubygem/aws-sdk-dynamodb-1.144.0.gem) = fbbace1eaa8ff4ab2c8af6788ab8b37d6b5ec1089e1988b944ade08363ad52ac +SIZE (rubygem/aws-sdk-dynamodb-1.144.0.gem) = 226304 diff --git a/devel/rubygem-aws-sdk-dynamodbstreams/Makefile b/devel/rubygem-aws-sdk-dynamodbstreams/Makefile index 8345aa32c553..12338ef7e737 100644 --- a/devel/rubygem-aws-sdk-dynamodbstreams/Makefile +++ b/devel/rubygem-aws-sdk-dynamodbstreams/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dynamodbstreams -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dynamodbstreams/distinfo b/devel/rubygem-aws-sdk-dynamodbstreams/distinfo index 892ec14a791f..58743c69960a 100644 --- a/devel/rubygem-aws-sdk-dynamodbstreams/distinfo +++ b/devel/rubygem-aws-sdk-dynamodbstreams/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546868 -SHA256 (rubygem/aws-sdk-dynamodbstreams-1.74.0.gem) = 727a1b21ec0c2ace5af69852a82aeba772caf18a206ddbd0ce3d1249ad40049c -SIZE (rubygem/aws-sdk-dynamodbstreams-1.74.0.gem) = 34816 +TIMESTAMP = 1747715750 +SHA256 (rubygem/aws-sdk-dynamodbstreams-1.75.0.gem) = d068aa198998498de9f534ad8dfbfe86d194e203c1341fad57dfcf65c81d8cc6 +SIZE (rubygem/aws-sdk-dynamodbstreams-1.75.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-ebs/Makefile b/devel/rubygem-aws-sdk-ebs/Makefile index e2c369bb93c1..657761bb77c1 100644 --- a/devel/rubygem-aws-sdk-ebs/Makefile +++ b/devel/rubygem-aws-sdk-ebs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ebs -PORTVERSION= 1.57.0 +PORTVERSION= 1.58.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ebs/distinfo b/devel/rubygem-aws-sdk-ebs/distinfo index 71af27586801..c37077ff51dd 100644 --- a/devel/rubygem-aws-sdk-ebs/distinfo +++ b/devel/rubygem-aws-sdk-ebs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546870 -SHA256 (rubygem/aws-sdk-ebs-1.57.0.gem) = 1dddb8b833cb2609cb34ff72018203820887bc79602308a40cd23f9f15619c28 -SIZE (rubygem/aws-sdk-ebs-1.57.0.gem) = 32256 +TIMESTAMP = 1747715752 +SHA256 (rubygem/aws-sdk-ebs-1.58.0.gem) = f2a037baad410cc19bf27af7dee7e38256fa5dde4913fff2d4c71b41a9fb0f40 +SIZE (rubygem/aws-sdk-ebs-1.58.0.gem) = 32256 diff --git a/devel/rubygem-aws-sdk-ec2/Makefile b/devel/rubygem-aws-sdk-ec2/Makefile index f969f976f63e..8798e7ac72cf 100644 --- a/devel/rubygem-aws-sdk-ec2/Makefile +++ b/devel/rubygem-aws-sdk-ec2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ec2 -PORTVERSION= 1.522.0 +PORTVERSION= 1.523.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ec2/distinfo b/devel/rubygem-aws-sdk-ec2/distinfo index 9d6b0dc54b77..d3f096c7add0 100644 --- a/devel/rubygem-aws-sdk-ec2/distinfo +++ b/devel/rubygem-aws-sdk-ec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546872 -SHA256 (rubygem/aws-sdk-ec2-1.522.0.gem) = a1010e8d6e3886a7cdf6c6013e37eb378d9cc619e475af6becbbfb1bb72021d9 -SIZE (rubygem/aws-sdk-ec2-1.522.0.gem) = 1428480 +TIMESTAMP = 1747715754 +SHA256 (rubygem/aws-sdk-ec2-1.523.0.gem) = d10e8b5833dd2cd2db7bf45020ccd36488a5adf17964e44fe434ba0ce4035fb0 +SIZE (rubygem/aws-sdk-ec2-1.523.0.gem) = 1428992 diff --git a/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile b/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile index ba9bdbc5431d..6049321fdd4d 100644 --- a/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile +++ b/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ec2instanceconnect -PORTVERSION= 1.56.0 +PORTVERSION= 1.57.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ec2instanceconnect/distinfo b/devel/rubygem-aws-sdk-ec2instanceconnect/distinfo index bdd21ae24f70..003b8ae5dd70 100644 --- a/devel/rubygem-aws-sdk-ec2instanceconnect/distinfo +++ b/devel/rubygem-aws-sdk-ec2instanceconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546874 -SHA256 (rubygem/aws-sdk-ec2instanceconnect-1.56.0.gem) = 3b7684be8d5b06e5b6b5b456b157cac5df87a9b7014487a93a1ce2f41275e2f1 -SIZE (rubygem/aws-sdk-ec2instanceconnect-1.56.0.gem) = 24576 +TIMESTAMP = 1747715756 +SHA256 (rubygem/aws-sdk-ec2instanceconnect-1.57.0.gem) = 71098a9c665aa29589fdf34aaffe45ab1354f54c3c7cbf49d1f0356ef305bebf +SIZE (rubygem/aws-sdk-ec2instanceconnect-1.57.0.gem) = 24576 diff --git a/devel/rubygem-aws-sdk-ecr/Makefile b/devel/rubygem-aws-sdk-ecr/Makefile index 9a2628fe54a1..f62abf917c1d 100644 --- a/devel/rubygem-aws-sdk-ecr/Makefile +++ b/devel/rubygem-aws-sdk-ecr/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ecr -PORTVERSION= 1.101.0 +PORTVERSION= 1.102.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ecr/distinfo b/devel/rubygem-aws-sdk-ecr/distinfo index d1f560b8c023..892a36a66816 100644 --- a/devel/rubygem-aws-sdk-ecr/distinfo +++ b/devel/rubygem-aws-sdk-ecr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546876 -SHA256 (rubygem/aws-sdk-ecr-1.101.0.gem) = ae48e64a8d763435271758061d11cbb707aec2fb56e641a837cabd92b7df07df -SIZE (rubygem/aws-sdk-ecr-1.101.0.gem) = 87040 +TIMESTAMP = 1747715758 +SHA256 (rubygem/aws-sdk-ecr-1.102.0.gem) = bc8194617752d47bda3c4576ee443e5745efa20ab24305483121b098cae85843 +SIZE (rubygem/aws-sdk-ecr-1.102.0.gem) = 87040 diff --git a/devel/rubygem-aws-sdk-ecrpublic/Makefile b/devel/rubygem-aws-sdk-ecrpublic/Makefile index ec42c702ccc0..c7c126176e38 100644 --- a/devel/rubygem-aws-sdk-ecrpublic/Makefile +++ b/devel/rubygem-aws-sdk-ecrpublic/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ecrpublic -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ecrpublic/distinfo b/devel/rubygem-aws-sdk-ecrpublic/distinfo index b6aab24801c1..25dd6f91c338 100644 --- a/devel/rubygem-aws-sdk-ecrpublic/distinfo +++ b/devel/rubygem-aws-sdk-ecrpublic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546878 -SHA256 (rubygem/aws-sdk-ecrpublic-1.49.0.gem) = d272f49f83be4515b81fc67b637060e83530da4f884e3c5c1e1b2852c0658da4 -SIZE (rubygem/aws-sdk-ecrpublic-1.49.0.gem) = 44032 +TIMESTAMP = 1747715760 +SHA256 (rubygem/aws-sdk-ecrpublic-1.50.0.gem) = 919392e533599a270b0dec005944f062ad47e748ebbc65bc83e59fd9736f9b36 +SIZE (rubygem/aws-sdk-ecrpublic-1.50.0.gem) = 44032 diff --git a/devel/rubygem-aws-sdk-ecs/Makefile b/devel/rubygem-aws-sdk-ecs/Makefile index c2b972cb5b58..e962e6d72ba4 100644 --- a/devel/rubygem-aws-sdk-ecs/Makefile +++ b/devel/rubygem-aws-sdk-ecs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ecs -PORTVERSION= 1.189.0 +PORTVERSION= 1.192.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ecs/distinfo b/devel/rubygem-aws-sdk-ecs/distinfo index 44b77afe4764..dbe61110e844 100644 --- a/devel/rubygem-aws-sdk-ecs/distinfo +++ b/devel/rubygem-aws-sdk-ecs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546880 -SHA256 (rubygem/aws-sdk-ecs-1.189.0.gem) = 79460fa0d8641b2349fb3ba4b102e38dd2941d4db319efe5a864b9b7149d35f2 -SIZE (rubygem/aws-sdk-ecs-1.189.0.gem) = 254976 +TIMESTAMP = 1747715762 +SHA256 (rubygem/aws-sdk-ecs-1.192.0.gem) = a1e5385f8fd36934659cfbf8b81721489d8a8a357f683d5d6ad1c80b67097cba +SIZE (rubygem/aws-sdk-ecs-1.192.0.gem) = 256000 diff --git a/devel/rubygem-aws-sdk-efs/Makefile b/devel/rubygem-aws-sdk-efs/Makefile index 0e7fad07c132..c716e17db2c2 100644 --- a/devel/rubygem-aws-sdk-efs/Makefile +++ b/devel/rubygem-aws-sdk-efs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-efs -PORTVERSION= 1.93.0 +PORTVERSION= 1.94.0 CATEGORIES= devel filesystems rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-efs/distinfo b/devel/rubygem-aws-sdk-efs/distinfo index 6b4dd9659519..d40471872622 100644 --- a/devel/rubygem-aws-sdk-efs/distinfo +++ b/devel/rubygem-aws-sdk-efs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546882 -SHA256 (rubygem/aws-sdk-efs-1.93.0.gem) = 8c9233779092cba3f426489f6e710c4f11efa4c9c59ac34045de541c035920e5 -SIZE (rubygem/aws-sdk-efs-1.93.0.gem) = 66560 +TIMESTAMP = 1747715764 +SHA256 (rubygem/aws-sdk-efs-1.94.0.gem) = 7dcaa1e3b73cce270c6ff4b84a777ff12a263c6c05c43a33a3f8b03c3df05549 +SIZE (rubygem/aws-sdk-efs-1.94.0.gem) = 66560 diff --git a/devel/rubygem-aws-sdk-eks/Makefile b/devel/rubygem-aws-sdk-eks/Makefile index 47aba217339e..f7fa2068ef04 100644 --- a/devel/rubygem-aws-sdk-eks/Makefile +++ b/devel/rubygem-aws-sdk-eks/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-eks -PORTVERSION= 1.136.0 +PORTVERSION= 1.137.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eks/distinfo b/devel/rubygem-aws-sdk-eks/distinfo index 15f5fda3f4d8..299cf98f9883 100644 --- a/devel/rubygem-aws-sdk-eks/distinfo +++ b/devel/rubygem-aws-sdk-eks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546884 -SHA256 (rubygem/aws-sdk-eks-1.136.0.gem) = e02fb0d0a7b90e611f74f8165e30bbee7e8ff5fc3b3c7c5fe749587a2ac82406 -SIZE (rubygem/aws-sdk-eks-1.136.0.gem) = 130560 +TIMESTAMP = 1747715766 +SHA256 (rubygem/aws-sdk-eks-1.137.0.gem) = f99e5d9202317512556c42e1fdcc5cabefe12315976b86fd87019de3850acec0 +SIZE (rubygem/aws-sdk-eks-1.137.0.gem) = 130560 diff --git a/devel/rubygem-aws-sdk-eksauth/Makefile b/devel/rubygem-aws-sdk-eksauth/Makefile index ac97adad6839..97159cb47b20 100644 --- a/devel/rubygem-aws-sdk-eksauth/Makefile +++ b/devel/rubygem-aws-sdk-eksauth/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-eksauth -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eksauth/distinfo b/devel/rubygem-aws-sdk-eksauth/distinfo index 671037564852..b0289e6b217c 100644 --- a/devel/rubygem-aws-sdk-eksauth/distinfo +++ b/devel/rubygem-aws-sdk-eksauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546886 -SHA256 (rubygem/aws-sdk-eksauth-1.19.0.gem) = 65947f6d09aad8126b4fe4b1f747a23c4132bccc6ca5ba7c00a701d6c6d5668e -SIZE (rubygem/aws-sdk-eksauth-1.19.0.gem) = 22528 +TIMESTAMP = 1747715768 +SHA256 (rubygem/aws-sdk-eksauth-1.20.0.gem) = 47952e7519c073b1fac9dd5880b5a57ff29a855454db65d3351362356b738879 +SIZE (rubygem/aws-sdk-eksauth-1.20.0.gem) = 22528 diff --git a/devel/rubygem-aws-sdk-elasticache/Makefile b/devel/rubygem-aws-sdk-elasticache/Makefile index e648b156bc63..e9a70fea7d8a 100644 --- a/devel/rubygem-aws-sdk-elasticache/Makefile +++ b/devel/rubygem-aws-sdk-elasticache/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-elasticache -PORTVERSION= 1.126.0 +PORTVERSION= 1.127.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-elasticache/distinfo b/devel/rubygem-aws-sdk-elasticache/distinfo index 87f339bd9b8c..1599438d8a5c 100644 --- a/devel/rubygem-aws-sdk-elasticache/distinfo +++ b/devel/rubygem-aws-sdk-elasticache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546888 -SHA256 (rubygem/aws-sdk-elasticache-1.126.0.gem) = 76d73877b1d6c7606f4be909b16130cd6f57bf211b666e03ab13463c7fb37ea0 -SIZE (rubygem/aws-sdk-elasticache-1.126.0.gem) = 178688 +TIMESTAMP = 1747715770 +SHA256 (rubygem/aws-sdk-elasticache-1.127.0.gem) = 2435a5e72cd34e9a61764d4f9ccae3918182153f2812aa2c1bd3137138f24ef6 +SIZE (rubygem/aws-sdk-elasticache-1.127.0.gem) = 178688 diff --git a/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile b/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile index 68d9c5131877..e211c7be8995 100644 --- a/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile +++ b/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-elasticbeanstalk -PORTVERSION= 1.86.0 +PORTVERSION= 1.87.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-elasticbeanstalk/distinfo b/devel/rubygem-aws-sdk-elasticbeanstalk/distinfo index f5b9b384ae41..25e9fe4f63e1 100644 --- a/devel/rubygem-aws-sdk-elasticbeanstalk/distinfo +++ b/devel/rubygem-aws-sdk-elasticbeanstalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546890 -SHA256 (rubygem/aws-sdk-elasticbeanstalk-1.86.0.gem) = 6c3512e5ccd88bda1cd03ffed40660f60b313f6949e99e57e05e69ddc776916b -SIZE (rubygem/aws-sdk-elasticbeanstalk-1.86.0.gem) = 92672 +TIMESTAMP = 1747715772 +SHA256 (rubygem/aws-sdk-elasticbeanstalk-1.87.0.gem) = 3a51f6062628c403cede6ca0d701c73c0a2c7a81cc12b7590a625e4e290f991b +SIZE (rubygem/aws-sdk-elasticbeanstalk-1.87.0.gem) = 92672 diff --git a/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile b/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile index a729170989f4..bef27798d3d1 100644 --- a/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile +++ b/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-elasticloadbalancing -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-elasticloadbalancing/distinfo b/devel/rubygem-aws-sdk-elasticloadbalancing/distinfo index 95db4b9c92f1..5ba3965fead8 100644 --- a/devel/rubygem-aws-sdk-elasticloadbalancing/distinfo +++ b/devel/rubygem-aws-sdk-elasticloadbalancing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546892 -SHA256 (rubygem/aws-sdk-elasticloadbalancing-1.73.0.gem) = 9a1b66a364fef5281c7f380c0f42e9348857fe4ba42d45e9f80d0b8802bc1d24 -SIZE (rubygem/aws-sdk-elasticloadbalancing-1.73.0.gem) = 54272 +TIMESTAMP = 1747715774 +SHA256 (rubygem/aws-sdk-elasticloadbalancing-1.74.0.gem) = 7e36803945f1455784f3a12e3ae63dbade073521805ef91ecc9a2472124c40af +SIZE (rubygem/aws-sdk-elasticloadbalancing-1.74.0.gem) = 54272 diff --git a/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile b/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile index 1a039eb7fb1e..ee808f74a622 100644 --- a/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile +++ b/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-elasticloadbalancingv2 -PORTVERSION= 1.131.0 +PORTVERSION= 1.132.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo b/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo index 866f421b1bf0..e65bd89fa1de 100644 --- a/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo +++ b/devel/rubygem-aws-sdk-elasticloadbalancingv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546894 -SHA256 (rubygem/aws-sdk-elasticloadbalancingv2-1.131.0.gem) = 6faa18f531d44407c3efba765d0e40c5934938b799f59a05f5d61ab5c38001d5 -SIZE (rubygem/aws-sdk-elasticloadbalancingv2-1.131.0.gem) = 102912 +TIMESTAMP = 1747715776 +SHA256 (rubygem/aws-sdk-elasticloadbalancingv2-1.132.0.gem) = 96890f6f4c3d47db288b2b7d7a95facc3e6bcc9c2a65d8a38790e1173205c532 +SIZE (rubygem/aws-sdk-elasticloadbalancingv2-1.132.0.gem) = 102912 diff --git a/devel/rubygem-aws-sdk-elasticsearchservice/Makefile b/devel/rubygem-aws-sdk-elasticsearchservice/Makefile index 02870322a3a3..2a8d8dbfd200 100644 --- a/devel/rubygem-aws-sdk-elasticsearchservice/Makefile +++ b/devel/rubygem-aws-sdk-elasticsearchservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-elasticsearchservice -PORTVERSION= 1.101.0 +PORTVERSION= 1.102.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-elasticsearchservice/distinfo b/devel/rubygem-aws-sdk-elasticsearchservice/distinfo index b67cc4dba417..e34be6898db8 100644 --- a/devel/rubygem-aws-sdk-elasticsearchservice/distinfo +++ b/devel/rubygem-aws-sdk-elasticsearchservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546896 -SHA256 (rubygem/aws-sdk-elasticsearchservice-1.101.0.gem) = 400365cf4996c17cdb8ecc76e0b04cf0a4a17a3a25f5277d5a5b14974a0670d3 -SIZE (rubygem/aws-sdk-elasticsearchservice-1.101.0.gem) = 89600 +TIMESTAMP = 1747715778 +SHA256 (rubygem/aws-sdk-elasticsearchservice-1.102.0.gem) = a20fdeaf9d51eadbeae61809bc57d6a29c16e20b65c9f0b56628bd65bd741a99 +SIZE (rubygem/aws-sdk-elasticsearchservice-1.102.0.gem) = 89600 diff --git a/devel/rubygem-aws-sdk-elastictranscoder/Makefile b/devel/rubygem-aws-sdk-elastictranscoder/Makefile index 9a0c7a49a0b4..175e7c545660 100644 --- a/devel/rubygem-aws-sdk-elastictranscoder/Makefile +++ b/devel/rubygem-aws-sdk-elastictranscoder/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-elastictranscoder -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-elastictranscoder/distinfo b/devel/rubygem-aws-sdk-elastictranscoder/distinfo index 378d36b19afd..1ae9634db14e 100644 --- a/devel/rubygem-aws-sdk-elastictranscoder/distinfo +++ b/devel/rubygem-aws-sdk-elastictranscoder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546898 -SHA256 (rubygem/aws-sdk-elastictranscoder-1.70.0.gem) = 81a05a98790de4b264c77e5aedc0a729a2ad15e0e1ee59699913e30f2c51a7f2 -SIZE (rubygem/aws-sdk-elastictranscoder-1.70.0.gem) = 81408 +TIMESTAMP = 1747715780 +SHA256 (rubygem/aws-sdk-elastictranscoder-1.71.0.gem) = a7ee1550f16b434e4870b911b99ccac196b1b0bcd204ea614bd5475036af8cf0 +SIZE (rubygem/aws-sdk-elastictranscoder-1.71.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-emr/Makefile b/devel/rubygem-aws-sdk-emr/Makefile index 20f3d14eccc3..e43125630007 100644 --- a/devel/rubygem-aws-sdk-emr/Makefile +++ b/devel/rubygem-aws-sdk-emr/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-emr -PORTVERSION= 1.108.0 +PORTVERSION= 1.110.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-emr/distinfo b/devel/rubygem-aws-sdk-emr/distinfo index f994789fa36f..c532f4afc682 100644 --- a/devel/rubygem-aws-sdk-emr/distinfo +++ b/devel/rubygem-aws-sdk-emr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546900 -SHA256 (rubygem/aws-sdk-emr-1.108.0.gem) = 621c1e528b328c340338d68c7b76e83f5dff16b630da3001240106fd00ff9258 -SIZE (rubygem/aws-sdk-emr-1.108.0.gem) = 128512 +TIMESTAMP = 1747715782 +SHA256 (rubygem/aws-sdk-emr-1.110.0.gem) = aa9464f3930e0b8d2bf0bceade48cdfb0aee5aba770f22ba172a4cddf4c60e06 +SIZE (rubygem/aws-sdk-emr-1.110.0.gem) = 132608 diff --git a/devel/rubygem-aws-sdk-emrcontainers/Makefile b/devel/rubygem-aws-sdk-emrcontainers/Makefile index 240c6cd26fef..cd88b575e8ec 100644 --- a/devel/rubygem-aws-sdk-emrcontainers/Makefile +++ b/devel/rubygem-aws-sdk-emrcontainers/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-emrcontainers -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-emrcontainers/distinfo b/devel/rubygem-aws-sdk-emrcontainers/distinfo index 119b118e16ec..65302a0dd38c 100644 --- a/devel/rubygem-aws-sdk-emrcontainers/distinfo +++ b/devel/rubygem-aws-sdk-emrcontainers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546902 -SHA256 (rubygem/aws-sdk-emrcontainers-1.53.0.gem) = 0600a27624558b607ce83ad6ee68d5125ce418cd7b9dd7870cca455e2ba787ba -SIZE (rubygem/aws-sdk-emrcontainers-1.53.0.gem) = 47616 +TIMESTAMP = 1747715784 +SHA256 (rubygem/aws-sdk-emrcontainers-1.54.0.gem) = 1a29c983d908a02b8e66abab5bc77c6de89fb62874329a487b4a42ed8a3a5bc3 +SIZE (rubygem/aws-sdk-emrcontainers-1.54.0.gem) = 47616 diff --git a/devel/rubygem-aws-sdk-emrserverless/Makefile b/devel/rubygem-aws-sdk-emrserverless/Makefile index fb660576bb2f..5820da5dfe71 100644 --- a/devel/rubygem-aws-sdk-emrserverless/Makefile +++ b/devel/rubygem-aws-sdk-emrserverless/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-emrserverless -PORTVERSION= 1.43.0 +PORTVERSION= 1.44.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-emrserverless/distinfo b/devel/rubygem-aws-sdk-emrserverless/distinfo index d90af8cf4d8d..67b3595aa691 100644 --- a/devel/rubygem-aws-sdk-emrserverless/distinfo +++ b/devel/rubygem-aws-sdk-emrserverless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546904 -SHA256 (rubygem/aws-sdk-emrserverless-1.43.0.gem) = 2a4ef8a083329fa38ebae203953e18b375e271611d4a0ad8fdc70f711fb44860 -SIZE (rubygem/aws-sdk-emrserverless-1.43.0.gem) = 45568 +TIMESTAMP = 1747715786 +SHA256 (rubygem/aws-sdk-emrserverless-1.44.0.gem) = a7a83b9a62fc886e6f9233f9b853f35e2cc2e84747b10b477e27eabc1e5617d5 +SIZE (rubygem/aws-sdk-emrserverless-1.44.0.gem) = 45568 diff --git a/devel/rubygem-aws-sdk-entityresolution/Makefile b/devel/rubygem-aws-sdk-entityresolution/Makefile index 21c5c9a8f45b..48c213ca9b72 100644 --- a/devel/rubygem-aws-sdk-entityresolution/Makefile +++ b/devel/rubygem-aws-sdk-entityresolution/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-entityresolution -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-entityresolution/distinfo b/devel/rubygem-aws-sdk-entityresolution/distinfo index 5f4be5371aaf..b318b58a425b 100644 --- a/devel/rubygem-aws-sdk-entityresolution/distinfo +++ b/devel/rubygem-aws-sdk-entityresolution/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546906 -SHA256 (rubygem/aws-sdk-entityresolution-1.29.0.gem) = a0043764691813f88e20099b1d6d1aec149a8370d3287d02aad9a730d2b14b5e -SIZE (rubygem/aws-sdk-entityresolution-1.29.0.gem) = 57856 +TIMESTAMP = 1747715788 +SHA256 (rubygem/aws-sdk-entityresolution-1.30.0.gem) = 0c5df20054ed5bc6072159726dc2f7c56cc898cb0198803c87ba86c62fa2cb07 +SIZE (rubygem/aws-sdk-entityresolution-1.30.0.gem) = 57856 diff --git a/devel/rubygem-aws-sdk-eventbridge/Makefile b/devel/rubygem-aws-sdk-eventbridge/Makefile index a89e376beb9f..00f8b2d1ebf0 100644 --- a/devel/rubygem-aws-sdk-eventbridge/Makefile +++ b/devel/rubygem-aws-sdk-eventbridge/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-eventbridge -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eventbridge/distinfo b/devel/rubygem-aws-sdk-eventbridge/distinfo index fa843c52e98a..aa14d5ad7ece 100644 --- a/devel/rubygem-aws-sdk-eventbridge/distinfo +++ b/devel/rubygem-aws-sdk-eventbridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546908 -SHA256 (rubygem/aws-sdk-eventbridge-1.80.0.gem) = 0f8b2b2ba98fa66561d5c2975087e121b87465f18c9eb303c954d6e05238cabe -SIZE (rubygem/aws-sdk-eventbridge-1.80.0.gem) = 96256 +TIMESTAMP = 1747715790 +SHA256 (rubygem/aws-sdk-eventbridge-1.81.0.gem) = 31810dabbede6edec21c13477996838a8639a0307f44bf69eca7e8f76c131bb6 +SIZE (rubygem/aws-sdk-eventbridge-1.81.0.gem) = 96256 diff --git a/devel/rubygem-aws-sdk-finspace/Makefile b/devel/rubygem-aws-sdk-finspace/Makefile index 2d557a19be66..ffd81838154e 100644 --- a/devel/rubygem-aws-sdk-finspace/Makefile +++ b/devel/rubygem-aws-sdk-finspace/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-finspace -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-finspace/distinfo b/devel/rubygem-aws-sdk-finspace/distinfo index e7e981286db9..bfeab80e3683 100644 --- a/devel/rubygem-aws-sdk-finspace/distinfo +++ b/devel/rubygem-aws-sdk-finspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546910 -SHA256 (rubygem/aws-sdk-finspace-1.52.0.gem) = 888c2e90304f518956a4f8edf3615e4d967c6bceb3823d89e2ec7ab8ad34b079 -SIZE (rubygem/aws-sdk-finspace-1.52.0.gem) = 86016 +TIMESTAMP = 1747715792 +SHA256 (rubygem/aws-sdk-finspace-1.53.0.gem) = d548eb2969b34f9e03471d1620e9d13ae9d0e0d159fc0212adf2fff5c87f1092 +SIZE (rubygem/aws-sdk-finspace-1.53.0.gem) = 86016 diff --git a/devel/rubygem-aws-sdk-finspacedata/Makefile b/devel/rubygem-aws-sdk-finspacedata/Makefile index 15ff06291afb..51ceb00589de 100644 --- a/devel/rubygem-aws-sdk-finspacedata/Makefile +++ b/devel/rubygem-aws-sdk-finspacedata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-finspacedata -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-finspacedata/distinfo b/devel/rubygem-aws-sdk-finspacedata/distinfo index 113a84e3923f..d75cdd32b275 100644 --- a/devel/rubygem-aws-sdk-finspacedata/distinfo +++ b/devel/rubygem-aws-sdk-finspacedata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546912 -SHA256 (rubygem/aws-sdk-finspacedata-1.50.0.gem) = 695b0865d67e95ea25749096a33ea3e554502b4cb41180bc76ce3d7784ced9b9 -SIZE (rubygem/aws-sdk-finspacedata-1.50.0.gem) = 52736 +TIMESTAMP = 1747715794 +SHA256 (rubygem/aws-sdk-finspacedata-1.51.0.gem) = 8a6e6632e905e2bacbfcebf69fd53bac345747d2e47d260283949d3d7706c328 +SIZE (rubygem/aws-sdk-finspacedata-1.51.0.gem) = 52736 diff --git a/devel/rubygem-aws-sdk-firehose/Makefile b/devel/rubygem-aws-sdk-firehose/Makefile index 59cc1ed6f56a..8d5f7c597588 100644 --- a/devel/rubygem-aws-sdk-firehose/Makefile +++ b/devel/rubygem-aws-sdk-firehose/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-firehose -PORTVERSION= 1.91.0 +PORTVERSION= 1.93.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-firehose/distinfo b/devel/rubygem-aws-sdk-firehose/distinfo index 87603aff698a..a9f98d3b32ce 100644 --- a/devel/rubygem-aws-sdk-firehose/distinfo +++ b/devel/rubygem-aws-sdk-firehose/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546914 -SHA256 (rubygem/aws-sdk-firehose-1.91.0.gem) = bf490617f525a4702f276422c4f5e51805d2e02e4dac3e0aa9fb262777dc4729 -SIZE (rubygem/aws-sdk-firehose-1.91.0.gem) = 95232 +TIMESTAMP = 1747715796 +SHA256 (rubygem/aws-sdk-firehose-1.93.0.gem) = 55dc9cafb0661ecbea3fdc6393de2a97a365da61c9c6bc0f7d7b0f10d689dc3b +SIZE (rubygem/aws-sdk-firehose-1.93.0.gem) = 95232 diff --git a/devel/rubygem-aws-sdk-fis/Makefile b/devel/rubygem-aws-sdk-fis/Makefile index aba7624cd2f5..8fdc9d6be07a 100644 --- a/devel/rubygem-aws-sdk-fis/Makefile +++ b/devel/rubygem-aws-sdk-fis/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-fis -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-fis/distinfo b/devel/rubygem-aws-sdk-fis/distinfo index cc08810e3d96..d0830330780e 100644 --- a/devel/rubygem-aws-sdk-fis/distinfo +++ b/devel/rubygem-aws-sdk-fis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546916 -SHA256 (rubygem/aws-sdk-fis-1.49.0.gem) = 325d9b301679385655ff94d7f3ac0eb776d1647973bcdfc762c952dc6cf5a0d4 -SIZE (rubygem/aws-sdk-fis-1.49.0.gem) = 47104 +TIMESTAMP = 1747715798 +SHA256 (rubygem/aws-sdk-fis-1.50.0.gem) = 7cc3f8f3c158ba0ff38caec8bf96a311657d1e3884a14df3674f20a47020454c +SIZE (rubygem/aws-sdk-fis-1.50.0.gem) = 47104 diff --git a/devel/rubygem-aws-sdk-fms/Makefile b/devel/rubygem-aws-sdk-fms/Makefile index 86977ec7f25f..8aed7d53c01d 100644 --- a/devel/rubygem-aws-sdk-fms/Makefile +++ b/devel/rubygem-aws-sdk-fms/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-fms -PORTVERSION= 1.91.0 +PORTVERSION= 1.92.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-fms/distinfo b/devel/rubygem-aws-sdk-fms/distinfo index 5355e8c67121..c4954e4f43bd 100644 --- a/devel/rubygem-aws-sdk-fms/distinfo +++ b/devel/rubygem-aws-sdk-fms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546918 -SHA256 (rubygem/aws-sdk-fms-1.91.0.gem) = dc7c3708560d475cabddcc01e821efe8ce5610b39a900961c5721117e7b7ea03 -SIZE (rubygem/aws-sdk-fms-1.91.0.gem) = 93184 +TIMESTAMP = 1747715800 +SHA256 (rubygem/aws-sdk-fms-1.92.0.gem) = f84db4208fc4dca53ebba57481f2e875da8559c04225a90b50963a25bcb6314c +SIZE (rubygem/aws-sdk-fms-1.92.0.gem) = 93184 diff --git a/devel/rubygem-aws-sdk-forecastqueryservice/Makefile b/devel/rubygem-aws-sdk-forecastqueryservice/Makefile index 27d1c84caf01..1f18d88f9171 100644 --- a/devel/rubygem-aws-sdk-forecastqueryservice/Makefile +++ b/devel/rubygem-aws-sdk-forecastqueryservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-forecastqueryservice -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-forecastqueryservice/distinfo b/devel/rubygem-aws-sdk-forecastqueryservice/distinfo index e524099194f5..71f8b66b09f6 100644 --- a/devel/rubygem-aws-sdk-forecastqueryservice/distinfo +++ b/devel/rubygem-aws-sdk-forecastqueryservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546920 -SHA256 (rubygem/aws-sdk-forecastqueryservice-1.53.0.gem) = 42449874a6454888d6d442f3e6aeb8c920814ad7d8278c8fb445d2811655895e -SIZE (rubygem/aws-sdk-forecastqueryservice-1.53.0.gem) = 23040 +TIMESTAMP = 1747715802 +SHA256 (rubygem/aws-sdk-forecastqueryservice-1.54.0.gem) = 78d47d0e67ab7890b30ae768b163d2790de52f61564885d543a9fc8e7fed7f5c +SIZE (rubygem/aws-sdk-forecastqueryservice-1.54.0.gem) = 23040 diff --git a/devel/rubygem-aws-sdk-forecastservice/Makefile b/devel/rubygem-aws-sdk-forecastservice/Makefile index 003aa5bf7b77..144bd37f6c88 100644 --- a/devel/rubygem-aws-sdk-forecastservice/Makefile +++ b/devel/rubygem-aws-sdk-forecastservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-forecastservice -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-forecastservice/distinfo b/devel/rubygem-aws-sdk-forecastservice/distinfo index e45c8cbb854e..8410e11d6445 100644 --- a/devel/rubygem-aws-sdk-forecastservice/distinfo +++ b/devel/rubygem-aws-sdk-forecastservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546922 -SHA256 (rubygem/aws-sdk-forecastservice-1.70.0.gem) = a54c90912f84b7c27e1bad716449c3dce867566d20c2446a1c1cfa9890d7bfaf -SIZE (rubygem/aws-sdk-forecastservice-1.70.0.gem) = 103424 +TIMESTAMP = 1747715804 +SHA256 (rubygem/aws-sdk-forecastservice-1.71.0.gem) = 46c127206c24177beff6bdf6fdc83fd5e336f7bdbf6e968002dfddc21fc03907 +SIZE (rubygem/aws-sdk-forecastservice-1.71.0.gem) = 103424 diff --git a/devel/rubygem-aws-sdk-frauddetector/Makefile b/devel/rubygem-aws-sdk-frauddetector/Makefile index 1931b68cc3c8..a2395471de61 100644 --- a/devel/rubygem-aws-sdk-frauddetector/Makefile +++ b/devel/rubygem-aws-sdk-frauddetector/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-frauddetector -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-frauddetector/distinfo b/devel/rubygem-aws-sdk-frauddetector/distinfo index 499bd3ecd411..b357c4082157 100644 --- a/devel/rubygem-aws-sdk-frauddetector/distinfo +++ b/devel/rubygem-aws-sdk-frauddetector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546924 -SHA256 (rubygem/aws-sdk-frauddetector-1.69.0.gem) = 2ef903ca54ee55729a8703f7a431f63ec6a88dc285a48546ba3c49a4c8d33f9a -SIZE (rubygem/aws-sdk-frauddetector-1.69.0.gem) = 81920 +TIMESTAMP = 1747715806 +SHA256 (rubygem/aws-sdk-frauddetector-1.70.0.gem) = 543edf8e956e647afb90c70d51b80569783be1c95ce37c46650f7ca901c1b2cd +SIZE (rubygem/aws-sdk-frauddetector-1.70.0.gem) = 81920 diff --git a/devel/rubygem-aws-sdk-freetier/Makefile b/devel/rubygem-aws-sdk-freetier/Makefile index 7d73b01a080c..d1f9d1f2db71 100644 --- a/devel/rubygem-aws-sdk-freetier/Makefile +++ b/devel/rubygem-aws-sdk-freetier/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-freetier -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-freetier/distinfo b/devel/rubygem-aws-sdk-freetier/distinfo index 82e9fdb0a03a..a79d37a10747 100644 --- a/devel/rubygem-aws-sdk-freetier/distinfo +++ b/devel/rubygem-aws-sdk-freetier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546926 -SHA256 (rubygem/aws-sdk-freetier-1.20.0.gem) = 3467a56968e3f10f0dd7e5e440eba8e3385a040569ef85fda4845542d563334e -SIZE (rubygem/aws-sdk-freetier-1.20.0.gem) = 23552 +TIMESTAMP = 1747715808 +SHA256 (rubygem/aws-sdk-freetier-1.21.0.gem) = 60f546c2dcb271209c382f2ac640fba2bf9c168536f6575cf95436466847bc16 +SIZE (rubygem/aws-sdk-freetier-1.21.0.gem) = 23552 diff --git a/devel/rubygem-aws-sdk-fsx/Makefile b/devel/rubygem-aws-sdk-fsx/Makefile index f3ec02f6d22b..02ab96f2a791 100644 --- a/devel/rubygem-aws-sdk-fsx/Makefile +++ b/devel/rubygem-aws-sdk-fsx/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-fsx -PORTVERSION= 1.111.0 +PORTVERSION= 1.112.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-fsx/distinfo b/devel/rubygem-aws-sdk-fsx/distinfo index ca53e7afe8f2..c33e2fa7545d 100644 --- a/devel/rubygem-aws-sdk-fsx/distinfo +++ b/devel/rubygem-aws-sdk-fsx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546928 -SHA256 (rubygem/aws-sdk-fsx-1.111.0.gem) = 10c9f7668feb0db9a902d35ae57d41af8585a688bd9a04af04b79de1d67d5f8c -SIZE (rubygem/aws-sdk-fsx-1.111.0.gem) = 203264 +TIMESTAMP = 1747715810 +SHA256 (rubygem/aws-sdk-fsx-1.112.0.gem) = ddcc432a9e8f7ca9ff75c81f779c4b2159be6a4f68a241e6c740974e80fdc904 +SIZE (rubygem/aws-sdk-fsx-1.112.0.gem) = 203264 diff --git a/devel/rubygem-aws-sdk-gamelift/Makefile b/devel/rubygem-aws-sdk-gamelift/Makefile index 6a3f0a87fdbc..8f5be6a4fdd9 100644 --- a/devel/rubygem-aws-sdk-gamelift/Makefile +++ b/devel/rubygem-aws-sdk-gamelift/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-gamelift -PORTVERSION= 1.103.0 +PORTVERSION= 1.104.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-gamelift/distinfo b/devel/rubygem-aws-sdk-gamelift/distinfo index a0825e3b236d..23e158798bef 100644 --- a/devel/rubygem-aws-sdk-gamelift/distinfo +++ b/devel/rubygem-aws-sdk-gamelift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546930 -SHA256 (rubygem/aws-sdk-gamelift-1.103.0.gem) = 809de1d458965733acf267a6df86f2508949e2ba82129f485443710f5cc53b99 -SIZE (rubygem/aws-sdk-gamelift-1.103.0.gem) = 260096 +TIMESTAMP = 1747715812 +SHA256 (rubygem/aws-sdk-gamelift-1.104.0.gem) = 748034cd328fae6ea38ed8037e7f548477c535618bb64395f4e6e1ace749d4a0 +SIZE (rubygem/aws-sdk-gamelift-1.104.0.gem) = 260096 diff --git a/devel/rubygem-aws-sdk-gameliftstreams/Makefile b/devel/rubygem-aws-sdk-gameliftstreams/Makefile index 9cc417f1fadc..adf461f9c296 100644 --- a/devel/rubygem-aws-sdk-gameliftstreams/Makefile +++ b/devel/rubygem-aws-sdk-gameliftstreams/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-gameliftstreams -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-gameliftstreams/distinfo b/devel/rubygem-aws-sdk-gameliftstreams/distinfo index d3b61d39c398..2266838bd6c1 100644 --- a/devel/rubygem-aws-sdk-gameliftstreams/distinfo +++ b/devel/rubygem-aws-sdk-gameliftstreams/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546932 -SHA256 (rubygem/aws-sdk-gameliftstreams-1.2.0.gem) = 9696c15e0f8587f3e5e7edcb2dec440763822d7450bf886e023090c7584d9629 -SIZE (rubygem/aws-sdk-gameliftstreams-1.2.0.gem) = 59904 +TIMESTAMP = 1747715814 +SHA256 (rubygem/aws-sdk-gameliftstreams-1.3.0.gem) = 9aeb484c2d283131ace3b31bb36d4acaf4978c494029e56882a9fcc7ab517f5e +SIZE (rubygem/aws-sdk-gameliftstreams-1.3.0.gem) = 59904 diff --git a/devel/rubygem-aws-sdk-geomaps/Makefile b/devel/rubygem-aws-sdk-geomaps/Makefile index 678eca176f25..05e02f1d7686 100644 --- a/devel/rubygem-aws-sdk-geomaps/Makefile +++ b/devel/rubygem-aws-sdk-geomaps/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-geomaps -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-geomaps/distinfo b/devel/rubygem-aws-sdk-geomaps/distinfo index 69bc163b4bfc..4b9f938f65d5 100644 --- a/devel/rubygem-aws-sdk-geomaps/distinfo +++ b/devel/rubygem-aws-sdk-geomaps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546934 -SHA256 (rubygem/aws-sdk-geomaps-1.6.0.gem) = 8d01985015513696904a36c8a2109726004e9450636811a5477df675b003250e -SIZE (rubygem/aws-sdk-geomaps-1.6.0.gem) = 31232 +TIMESTAMP = 1747715816 +SHA256 (rubygem/aws-sdk-geomaps-1.7.0.gem) = 1897224d9775223cbac675582dc885d2a7cc1e09c4f5a9d1f6e090f4bdc30535 +SIZE (rubygem/aws-sdk-geomaps-1.7.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-geoplaces/Makefile b/devel/rubygem-aws-sdk-geoplaces/Makefile index b90105606972..a20dc7bb12b0 100644 --- a/devel/rubygem-aws-sdk-geoplaces/Makefile +++ b/devel/rubygem-aws-sdk-geoplaces/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-geoplaces -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-geoplaces/distinfo b/devel/rubygem-aws-sdk-geoplaces/distinfo index dbb8877ebe3f..194d9e42aeed 100644 --- a/devel/rubygem-aws-sdk-geoplaces/distinfo +++ b/devel/rubygem-aws-sdk-geoplaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546936 -SHA256 (rubygem/aws-sdk-geoplaces-1.5.0.gem) = f62356836c80c53451892caf27778c0663154a17da703789741a3f1a3efe19c5 -SIZE (rubygem/aws-sdk-geoplaces-1.5.0.gem) = 46592 +TIMESTAMP = 1747715818 +SHA256 (rubygem/aws-sdk-geoplaces-1.6.0.gem) = c1f9aebd2eb2e8c6cdcdc43340db86f0ee94aff6ba6407b514f7ada5fbfe7f02 +SIZE (rubygem/aws-sdk-geoplaces-1.6.0.gem) = 46592 diff --git a/devel/rubygem-aws-sdk-georoutes/Makefile b/devel/rubygem-aws-sdk-georoutes/Makefile index ae03d2c25d6b..8ad45e14522f 100644 --- a/devel/rubygem-aws-sdk-georoutes/Makefile +++ b/devel/rubygem-aws-sdk-georoutes/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-georoutes -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-georoutes/distinfo b/devel/rubygem-aws-sdk-georoutes/distinfo index 971933a6431e..54664ddf1009 100644 --- a/devel/rubygem-aws-sdk-georoutes/distinfo +++ b/devel/rubygem-aws-sdk-georoutes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546938 -SHA256 (rubygem/aws-sdk-georoutes-1.6.0.gem) = 04376d1f26ecddc427f0651ef06811b21869bbc07e6b69532d380eb2f46af940 -SIZE (rubygem/aws-sdk-georoutes-1.6.0.gem) = 88064 +TIMESTAMP = 1747715820 +SHA256 (rubygem/aws-sdk-georoutes-1.7.0.gem) = f8357e896b2148392cc14aeb1278e00ae49eb61b9eca5b7dc2666eba837aa8d4 +SIZE (rubygem/aws-sdk-georoutes-1.7.0.gem) = 88064 diff --git a/devel/rubygem-aws-sdk-glacier/Makefile b/devel/rubygem-aws-sdk-glacier/Makefile index 935c2fb91329..35bf4d463caf 100644 --- a/devel/rubygem-aws-sdk-glacier/Makefile +++ b/devel/rubygem-aws-sdk-glacier/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-glacier -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glacier/distinfo b/devel/rubygem-aws-sdk-glacier/distinfo index ac6edd7202ba..952ef8fee7f6 100644 --- a/devel/rubygem-aws-sdk-glacier/distinfo +++ b/devel/rubygem-aws-sdk-glacier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546940 -SHA256 (rubygem/aws-sdk-glacier-1.77.0.gem) = ad1cbfec05957a5da4ecab7d0a97aaa800e9fd6942eefd2eb340324abff61169 -SIZE (rubygem/aws-sdk-glacier-1.77.0.gem) = 81408 +TIMESTAMP = 1747715822 +SHA256 (rubygem/aws-sdk-glacier-1.78.0.gem) = 69e77eefc63a47b89adc5a1496979c340529dfc6b04b4196bb4cc1d664f0903f +SIZE (rubygem/aws-sdk-glacier-1.78.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-globalaccelerator/Makefile b/devel/rubygem-aws-sdk-globalaccelerator/Makefile index 1fff202628ad..ce30a28df950 100644 --- a/devel/rubygem-aws-sdk-globalaccelerator/Makefile +++ b/devel/rubygem-aws-sdk-globalaccelerator/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-globalaccelerator -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-globalaccelerator/distinfo b/devel/rubygem-aws-sdk-globalaccelerator/distinfo index f011e4085436..b8f7fe71d334 100644 --- a/devel/rubygem-aws-sdk-globalaccelerator/distinfo +++ b/devel/rubygem-aws-sdk-globalaccelerator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546942 -SHA256 (rubygem/aws-sdk-globalaccelerator-1.77.0.gem) = 56bcdd10bbbc3c7882671c876e7eae7f544aebd22c770154f4b401c78b5cc2a7 -SIZE (rubygem/aws-sdk-globalaccelerator-1.77.0.gem) = 70144 +TIMESTAMP = 1747715824 +SHA256 (rubygem/aws-sdk-globalaccelerator-1.78.0.gem) = 9e5d99127e512baf7455afc1d1f7adcc34352eadd1a239ddc805e726c595a2b1 +SIZE (rubygem/aws-sdk-globalaccelerator-1.78.0.gem) = 70144 diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index b52759aaf59e..0172045f8caa 100644 --- a/devel/rubygem-aws-sdk-glue/Makefile +++ b/devel/rubygem-aws-sdk-glue/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-glue -PORTVERSION= 1.215.0 +PORTVERSION= 1.217.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glue/distinfo b/devel/rubygem-aws-sdk-glue/distinfo index 09ae1a34249a..96e241931bbe 100644 --- a/devel/rubygem-aws-sdk-glue/distinfo +++ b/devel/rubygem-aws-sdk-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546944 -SHA256 (rubygem/aws-sdk-glue-1.215.0.gem) = 1270492702dc28ce977a44a22e780da7ad550a2ac9f919d14f556489cdc97095 -SIZE (rubygem/aws-sdk-glue-1.215.0.gem) = 428032 +TIMESTAMP = 1747715826 +SHA256 (rubygem/aws-sdk-glue-1.217.0.gem) = 1c9109529f6da1cb439ee84809a6b12cf7829143bd02a268775dc8b77af663bf +SIZE (rubygem/aws-sdk-glue-1.217.0.gem) = 430592 diff --git a/devel/rubygem-aws-sdk-gluedatabrew/Makefile b/devel/rubygem-aws-sdk-gluedatabrew/Makefile index 8729aa606eeb..269faefc5b1a 100644 --- a/devel/rubygem-aws-sdk-gluedatabrew/Makefile +++ b/devel/rubygem-aws-sdk-gluedatabrew/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-gluedatabrew -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-gluedatabrew/distinfo b/devel/rubygem-aws-sdk-gluedatabrew/distinfo index 84938b697e17..8f5908fa53a8 100644 --- a/devel/rubygem-aws-sdk-gluedatabrew/distinfo +++ b/devel/rubygem-aws-sdk-gluedatabrew/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546946 -SHA256 (rubygem/aws-sdk-gluedatabrew-1.53.0.gem) = 3053f96f7bea9d257e627f4a20dd709b8ab41975d30644ec83e390665d853dd6 -SIZE (rubygem/aws-sdk-gluedatabrew-1.53.0.gem) = 72704 +TIMESTAMP = 1747715828 +SHA256 (rubygem/aws-sdk-gluedatabrew-1.54.0.gem) = 0b2f98942ad9b17b38b1873d40fe59e150786bc9845c03352c1111899290f8f1 +SIZE (rubygem/aws-sdk-gluedatabrew-1.54.0.gem) = 72704 diff --git a/devel/rubygem-aws-sdk-greengrass/Makefile b/devel/rubygem-aws-sdk-greengrass/Makefile index 3fe3b3fdd3c0..47574769de5c 100644 --- a/devel/rubygem-aws-sdk-greengrass/Makefile +++ b/devel/rubygem-aws-sdk-greengrass/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-greengrass -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-greengrass/distinfo b/devel/rubygem-aws-sdk-greengrass/distinfo index 4ab8dd075f4b..2741b6968d7c 100644 --- a/devel/rubygem-aws-sdk-greengrass/distinfo +++ b/devel/rubygem-aws-sdk-greengrass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546948 -SHA256 (rubygem/aws-sdk-greengrass-1.80.0.gem) = 9d76fb497303311f01df221a671c4e6885f008e01bef8c996f51dcfd33cf6aea -SIZE (rubygem/aws-sdk-greengrass-1.80.0.gem) = 69120 +TIMESTAMP = 1747715830 +SHA256 (rubygem/aws-sdk-greengrass-1.81.0.gem) = acfd60f0c7b3d0ba4ae0f904366111e5d909c5c9c6f172e7a89e7fd3169493d3 +SIZE (rubygem/aws-sdk-greengrass-1.81.0.gem) = 69120 diff --git a/devel/rubygem-aws-sdk-greengrassv2/Makefile b/devel/rubygem-aws-sdk-greengrassv2/Makefile index 06ca2a0df37b..5050a8164cb4 100644 --- a/devel/rubygem-aws-sdk-greengrassv2/Makefile +++ b/devel/rubygem-aws-sdk-greengrassv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-greengrassv2 -PORTVERSION= 1.55.0 +PORTVERSION= 1.56.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-greengrassv2/distinfo b/devel/rubygem-aws-sdk-greengrassv2/distinfo index 76ef496f41ac..0274bde1df06 100644 --- a/devel/rubygem-aws-sdk-greengrassv2/distinfo +++ b/devel/rubygem-aws-sdk-greengrassv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546950 -SHA256 (rubygem/aws-sdk-greengrassv2-1.55.0.gem) = de83a03352e27dfc4b8de51a33c90a9ed3ad69a16d592b475b66ab9da2d6aa8d -SIZE (rubygem/aws-sdk-greengrassv2-1.55.0.gem) = 62464 +TIMESTAMP = 1747715832 +SHA256 (rubygem/aws-sdk-greengrassv2-1.56.0.gem) = 0717a3afd6b11af004416cffee7837f2465c43025cd0636979468858c2cddc52 +SIZE (rubygem/aws-sdk-greengrassv2-1.56.0.gem) = 62464 diff --git a/devel/rubygem-aws-sdk-groundstation/Makefile b/devel/rubygem-aws-sdk-groundstation/Makefile index 37ca780b55e7..51a21d8bd4ef 100644 --- a/devel/rubygem-aws-sdk-groundstation/Makefile +++ b/devel/rubygem-aws-sdk-groundstation/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-groundstation -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-groundstation/distinfo b/devel/rubygem-aws-sdk-groundstation/distinfo index 2c82a4d1b1a8..c390c8bed52c 100644 --- a/devel/rubygem-aws-sdk-groundstation/distinfo +++ b/devel/rubygem-aws-sdk-groundstation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546952 -SHA256 (rubygem/aws-sdk-groundstation-1.65.0.gem) = 94685f7566362366c8b21230a868d475308ecf9f0309a71b767757a835d07b48 -SIZE (rubygem/aws-sdk-groundstation-1.65.0.gem) = 60928 +TIMESTAMP = 1747715834 +SHA256 (rubygem/aws-sdk-groundstation-1.66.0.gem) = 459767fc049c44a1d5072605908ad31c843823ce6585bfbff07e26a460117725 +SIZE (rubygem/aws-sdk-groundstation-1.66.0.gem) = 60928 diff --git a/devel/rubygem-aws-sdk-guardduty/Makefile b/devel/rubygem-aws-sdk-guardduty/Makefile index e4073140c909..8476b17a8384 100644 --- a/devel/rubygem-aws-sdk-guardduty/Makefile +++ b/devel/rubygem-aws-sdk-guardduty/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-guardduty -PORTVERSION= 1.115.0 +PORTVERSION= 1.116.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-guardduty/distinfo b/devel/rubygem-aws-sdk-guardduty/distinfo index f91d6607c88a..2b8b4361cb6e 100644 --- a/devel/rubygem-aws-sdk-guardduty/distinfo +++ b/devel/rubygem-aws-sdk-guardduty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546954 -SHA256 (rubygem/aws-sdk-guardduty-1.115.0.gem) = 98a73a958e9085c683a4ba8d3ab0af18958ed915f591161bae725f43bfc07e33 -SIZE (rubygem/aws-sdk-guardduty-1.115.0.gem) = 135680 +TIMESTAMP = 1747715836 +SHA256 (rubygem/aws-sdk-guardduty-1.116.0.gem) = 73d951560e01b6dd181ef0d08c512ac7ac3e01af943f520e405fc57fcdd942c2 +SIZE (rubygem/aws-sdk-guardduty-1.116.0.gem) = 135680 diff --git a/devel/rubygem-aws-sdk-health/Makefile b/devel/rubygem-aws-sdk-health/Makefile index 95ebf065d825..53777f5752a2 100644 --- a/devel/rubygem-aws-sdk-health/Makefile +++ b/devel/rubygem-aws-sdk-health/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-health -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-health/distinfo b/devel/rubygem-aws-sdk-health/distinfo index cbd13604f8b8..0e24bb6903f7 100644 --- a/devel/rubygem-aws-sdk-health/distinfo +++ b/devel/rubygem-aws-sdk-health/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546956 -SHA256 (rubygem/aws-sdk-health-1.79.0.gem) = 59695548093edde5c93acb576d658f8800e5760762a61afcddc6589de855583c -SIZE (rubygem/aws-sdk-health-1.79.0.gem) = 39936 +TIMESTAMP = 1747715838 +SHA256 (rubygem/aws-sdk-health-1.80.0.gem) = bc6f419aa6e940645bcb9bb68c0363549c18eb8a38b838988c98f2d2fc8a553e +SIZE (rubygem/aws-sdk-health-1.80.0.gem) = 39936 diff --git a/devel/rubygem-aws-sdk-healthlake/Makefile b/devel/rubygem-aws-sdk-healthlake/Makefile index 3b53e84afa5d..8eb0b3d6eade 100644 --- a/devel/rubygem-aws-sdk-healthlake/Makefile +++ b/devel/rubygem-aws-sdk-healthlake/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-healthlake -PORTVERSION= 1.46.0 +PORTVERSION= 1.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-healthlake/distinfo b/devel/rubygem-aws-sdk-healthlake/distinfo index 1fa2c518cb70..1a9304cefe40 100644 --- a/devel/rubygem-aws-sdk-healthlake/distinfo +++ b/devel/rubygem-aws-sdk-healthlake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546958 -SHA256 (rubygem/aws-sdk-healthlake-1.46.0.gem) = c058ae0c63e44e966c7b88fd59bad9377a53f4e8f42cbe3447723704018ed83c -SIZE (rubygem/aws-sdk-healthlake-1.46.0.gem) = 35328 +TIMESTAMP = 1747715840 +SHA256 (rubygem/aws-sdk-healthlake-1.47.0.gem) = c0ea2a654543059a3b0fddcee90ac2b08fa52134e7c96202b1c43561478fcc77 +SIZE (rubygem/aws-sdk-healthlake-1.47.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-iam/Makefile b/devel/rubygem-aws-sdk-iam/Makefile index 7e0d35afc36b..851502efb60c 100644 --- a/devel/rubygem-aws-sdk-iam/Makefile +++ b/devel/rubygem-aws-sdk-iam/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iam -PORTVERSION= 1.121.0 +PORTVERSION= 1.122.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iam/distinfo b/devel/rubygem-aws-sdk-iam/distinfo index 6b46864bbd31..3268d4af0dbb 100644 --- a/devel/rubygem-aws-sdk-iam/distinfo +++ b/devel/rubygem-aws-sdk-iam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546960 -SHA256 (rubygem/aws-sdk-iam-1.121.0.gem) = 631b8f5cecd540ec427467aa1cc6aeb891313f3a6441fe40c6f26b1a0926f934 -SIZE (rubygem/aws-sdk-iam-1.121.0.gem) = 223744 +TIMESTAMP = 1747715842 +SHA256 (rubygem/aws-sdk-iam-1.122.0.gem) = 05884e4c54ac73d2e88c08e08c99cfd0f91d29435a8f2f2a26074f394aff253b +SIZE (rubygem/aws-sdk-iam-1.122.0.gem) = 223744 diff --git a/devel/rubygem-aws-sdk-identitystore/Makefile b/devel/rubygem-aws-sdk-identitystore/Makefile index c935d485b20d..c8678b82e67e 100644 --- a/devel/rubygem-aws-sdk-identitystore/Makefile +++ b/devel/rubygem-aws-sdk-identitystore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-identitystore -PORTVERSION= 1.51.0 +PORTVERSION= 1.52.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-identitystore/distinfo b/devel/rubygem-aws-sdk-identitystore/distinfo index 5bba3dd58593..1ac6fc5c41ea 100644 --- a/devel/rubygem-aws-sdk-identitystore/distinfo +++ b/devel/rubygem-aws-sdk-identitystore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546962 -SHA256 (rubygem/aws-sdk-identitystore-1.51.0.gem) = 8b6837d05ad147afcd2d50fa747b94aa4c4fab5f4fc0aaca636a90d02cce757c -SIZE (rubygem/aws-sdk-identitystore-1.51.0.gem) = 37888 +TIMESTAMP = 1747715844 +SHA256 (rubygem/aws-sdk-identitystore-1.52.0.gem) = aae1c779a60f8a2bb5b28f67f9282d16e51ba7a0a181d6b548186b70f726e039 +SIZE (rubygem/aws-sdk-identitystore-1.52.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-imagebuilder/Makefile b/devel/rubygem-aws-sdk-imagebuilder/Makefile index ec25fa885f63..47b929c6e418 100644 --- a/devel/rubygem-aws-sdk-imagebuilder/Makefile +++ b/devel/rubygem-aws-sdk-imagebuilder/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-imagebuilder -PORTVERSION= 1.81.0 +PORTVERSION= 1.82.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-imagebuilder/distinfo b/devel/rubygem-aws-sdk-imagebuilder/distinfo index 40bdbc238ed3..8f88aab030c1 100644 --- a/devel/rubygem-aws-sdk-imagebuilder/distinfo +++ b/devel/rubygem-aws-sdk-imagebuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546964 -SHA256 (rubygem/aws-sdk-imagebuilder-1.81.0.gem) = 077d27540509df1b732df363173a1bfe01c3e746d6be3937a492f4dd49303781 -SIZE (rubygem/aws-sdk-imagebuilder-1.81.0.gem) = 121344 +TIMESTAMP = 1747715846 +SHA256 (rubygem/aws-sdk-imagebuilder-1.82.0.gem) = 188e55ca943f123e62989649424d384b191caa8e6bde4f5d2858db66d8ce0709 +SIZE (rubygem/aws-sdk-imagebuilder-1.82.0.gem) = 121344 diff --git a/devel/rubygem-aws-sdk-importexport/Makefile b/devel/rubygem-aws-sdk-importexport/Makefile index 0ab0e19d8141..9834308f29eb 100644 --- a/devel/rubygem-aws-sdk-importexport/Makefile +++ b/devel/rubygem-aws-sdk-importexport/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-importexport -PORTVERSION= 1.59.0 +PORTVERSION= 1.60.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-importexport/distinfo b/devel/rubygem-aws-sdk-importexport/distinfo index 2324f2ca1076..a0a40165bbca 100644 --- a/devel/rubygem-aws-sdk-importexport/distinfo +++ b/devel/rubygem-aws-sdk-importexport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070588 -SHA256 (rubygem/aws-sdk-importexport-1.59.0.gem) = f4882f7ece4b75175cb50b60b65625d2e163ba9555ce6dc761705c30d43b1366 -SIZE (rubygem/aws-sdk-importexport-1.59.0.gem) = 27648 +TIMESTAMP = 1747715848 +SHA256 (rubygem/aws-sdk-importexport-1.60.0.gem) = 47c65d846e2816a695eb447151799ad5bc0ff583810447513689c8c50e01e522 +SIZE (rubygem/aws-sdk-importexport-1.60.0.gem) = 27648 diff --git a/devel/rubygem-aws-sdk-inspector/Makefile b/devel/rubygem-aws-sdk-inspector/Makefile index d16aa5b5f314..31ad2ac57882 100644 --- a/devel/rubygem-aws-sdk-inspector/Makefile +++ b/devel/rubygem-aws-sdk-inspector/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-inspector -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-inspector/distinfo b/devel/rubygem-aws-sdk-inspector/distinfo index 25656ec85034..c22fc3d0b4aa 100644 --- a/devel/rubygem-aws-sdk-inspector/distinfo +++ b/devel/rubygem-aws-sdk-inspector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546966 -SHA256 (rubygem/aws-sdk-inspector-1.74.0.gem) = fd7cec37063a193f9cd276beadab04d615f7afb58c710992913698091dc2e0a9 -SIZE (rubygem/aws-sdk-inspector-1.74.0.gem) = 57856 +TIMESTAMP = 1747715850 +SHA256 (rubygem/aws-sdk-inspector-1.75.0.gem) = 4593b3314b3f29dceb6661c60c6a03ca0b556b5c7a83bb8174cb4bd19221727a +SIZE (rubygem/aws-sdk-inspector-1.75.0.gem) = 57856 diff --git a/devel/rubygem-aws-sdk-inspector2/Makefile b/devel/rubygem-aws-sdk-inspector2/Makefile index 2e379854a67e..c7571c657d20 100644 --- a/devel/rubygem-aws-sdk-inspector2/Makefile +++ b/devel/rubygem-aws-sdk-inspector2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-inspector2 -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-inspector2/distinfo b/devel/rubygem-aws-sdk-inspector2/distinfo index dbb4d1e12d6b..6cb49becf701 100644 --- a/devel/rubygem-aws-sdk-inspector2/distinfo +++ b/devel/rubygem-aws-sdk-inspector2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546968 -SHA256 (rubygem/aws-sdk-inspector2-1.50.0.gem) = 9092c01ce0b459bfebb680e0f1fd1c90ae39ef47f2eee3fa45e93c460484394b -SIZE (rubygem/aws-sdk-inspector2-1.50.0.gem) = 111616 +TIMESTAMP = 1747715852 +SHA256 (rubygem/aws-sdk-inspector2-1.51.0.gem) = 53968d0531d2463239561e9ee6300274686e203e202b64f906aa8be52895474f +SIZE (rubygem/aws-sdk-inspector2-1.51.0.gem) = 111616 diff --git a/devel/rubygem-aws-sdk-inspectorscan/Makefile b/devel/rubygem-aws-sdk-inspectorscan/Makefile index 5065ccf07765..f48d6870a010 100644 --- a/devel/rubygem-aws-sdk-inspectorscan/Makefile +++ b/devel/rubygem-aws-sdk-inspectorscan/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-inspectorscan -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-inspectorscan/distinfo b/devel/rubygem-aws-sdk-inspectorscan/distinfo index 15aa16f4eb94..7b6d7f55674a 100644 --- a/devel/rubygem-aws-sdk-inspectorscan/distinfo +++ b/devel/rubygem-aws-sdk-inspectorscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546970 -SHA256 (rubygem/aws-sdk-inspectorscan-1.20.0.gem) = 57c72889fa65eaae76c495bcc1f29b5087c8f9732a82f6975c8e2faa1711bdc5 -SIZE (rubygem/aws-sdk-inspectorscan-1.20.0.gem) = 20992 +TIMESTAMP = 1747715854 +SHA256 (rubygem/aws-sdk-inspectorscan-1.21.0.gem) = b7bdd2f0718090c9f130ad64569d0660b945bf6dca5f756fcf3b71c35d140df6 +SIZE (rubygem/aws-sdk-inspectorscan-1.21.0.gem) = 20992 diff --git a/devel/rubygem-aws-sdk-internetmonitor/Makefile b/devel/rubygem-aws-sdk-internetmonitor/Makefile index 80cf4004eb82..7d61aee6ce09 100644 --- a/devel/rubygem-aws-sdk-internetmonitor/Makefile +++ b/devel/rubygem-aws-sdk-internetmonitor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-internetmonitor -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-internetmonitor/distinfo b/devel/rubygem-aws-sdk-internetmonitor/distinfo index 75825bd7f678..4dcf724d7834 100644 --- a/devel/rubygem-aws-sdk-internetmonitor/distinfo +++ b/devel/rubygem-aws-sdk-internetmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546972 -SHA256 (rubygem/aws-sdk-internetmonitor-1.36.0.gem) = c6d4a823fb46004bed67d8a4f8efac50ea101ef5683acebad5c7fc92557e6db4 -SIZE (rubygem/aws-sdk-internetmonitor-1.36.0.gem) = 48128 +TIMESTAMP = 1747715856 +SHA256 (rubygem/aws-sdk-internetmonitor-1.37.0.gem) = f4c3f49768070541b120d6413522927ccce803236db4668753670d9c44dd83ac +SIZE (rubygem/aws-sdk-internetmonitor-1.37.0.gem) = 48128 diff --git a/devel/rubygem-aws-sdk-invoicing/Makefile b/devel/rubygem-aws-sdk-invoicing/Makefile index 1c7f0b0c823d..51b211cd4b38 100644 --- a/devel/rubygem-aws-sdk-invoicing/Makefile +++ b/devel/rubygem-aws-sdk-invoicing/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-invoicing -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-invoicing/distinfo b/devel/rubygem-aws-sdk-invoicing/distinfo index 70c67b12bf10..2919f6247cb3 100644 --- a/devel/rubygem-aws-sdk-invoicing/distinfo +++ b/devel/rubygem-aws-sdk-invoicing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546974 -SHA256 (rubygem/aws-sdk-invoicing-1.4.0.gem) = 3e1d565f7c7eb38223a4189a678ff98752ec715fd9f52c2fcbf93ea5631d0d4e -SIZE (rubygem/aws-sdk-invoicing-1.4.0.gem) = 29184 +TIMESTAMP = 1747715858 +SHA256 (rubygem/aws-sdk-invoicing-1.5.0.gem) = fa60597dd1810aca7b6ed2bfc06c47374ea0d85579091f672d02e430976df715 +SIZE (rubygem/aws-sdk-invoicing-1.5.0.gem) = 29184 diff --git a/devel/rubygem-aws-sdk-iot/Makefile b/devel/rubygem-aws-sdk-iot/Makefile index e54c6164e625..4487e23f10ff 100644 --- a/devel/rubygem-aws-sdk-iot/Makefile +++ b/devel/rubygem-aws-sdk-iot/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iot -PORTVERSION= 1.147.0 +PORTVERSION= 1.148.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iot/distinfo b/devel/rubygem-aws-sdk-iot/distinfo index 7a702bf6b3b3..6d87695d71de 100644 --- a/devel/rubygem-aws-sdk-iot/distinfo +++ b/devel/rubygem-aws-sdk-iot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546976 -SHA256 (rubygem/aws-sdk-iot-1.147.0.gem) = 068635277138d01101eb6f8ef319803a86210ffa5658ef8bba849fcb517d9f70 -SIZE (rubygem/aws-sdk-iot-1.147.0.gem) = 311296 +TIMESTAMP = 1747715860 +SHA256 (rubygem/aws-sdk-iot-1.148.0.gem) = 2640de02df6b8fa15444f6ce3ef5f5c1a86d12969310da3e624cbe03b75df27e +SIZE (rubygem/aws-sdk-iot-1.148.0.gem) = 311296 diff --git a/devel/rubygem-aws-sdk-iotanalytics/Makefile b/devel/rubygem-aws-sdk-iotanalytics/Makefile index f06aa7ee21cc..fd949e84a911 100644 --- a/devel/rubygem-aws-sdk-iotanalytics/Makefile +++ b/devel/rubygem-aws-sdk-iotanalytics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotanalytics -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotanalytics/distinfo b/devel/rubygem-aws-sdk-iotanalytics/distinfo index fe313714f7b4..c59598109be0 100644 --- a/devel/rubygem-aws-sdk-iotanalytics/distinfo +++ b/devel/rubygem-aws-sdk-iotanalytics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546978 -SHA256 (rubygem/aws-sdk-iotanalytics-1.80.0.gem) = 25841b3803117b4d52818e4a577dd924172d2b5374d7475db761d4032760faf3 -SIZE (rubygem/aws-sdk-iotanalytics-1.80.0.gem) = 60928 +TIMESTAMP = 1747715862 +SHA256 (rubygem/aws-sdk-iotanalytics-1.81.0.gem) = d2ded9da89f59638bfea203476fdd0ace7e248b172ef105b08def3795e916725 +SIZE (rubygem/aws-sdk-iotanalytics-1.81.0.gem) = 60928 diff --git a/devel/rubygem-aws-sdk-iotdataplane/Makefile b/devel/rubygem-aws-sdk-iotdataplane/Makefile index 8ee7b229470e..ee013416aeec 100644 --- a/devel/rubygem-aws-sdk-iotdataplane/Makefile +++ b/devel/rubygem-aws-sdk-iotdataplane/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotdataplane -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotdataplane/distinfo b/devel/rubygem-aws-sdk-iotdataplane/distinfo index c743318e61d5..94e03b379aa0 100644 --- a/devel/rubygem-aws-sdk-iotdataplane/distinfo +++ b/devel/rubygem-aws-sdk-iotdataplane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546980 -SHA256 (rubygem/aws-sdk-iotdataplane-1.74.0.gem) = 05e849e4e0becbcfc60c01a53e500f423db655cf873f33714870c11ad788ed0e -SIZE (rubygem/aws-sdk-iotdataplane-1.74.0.gem) = 28672 +TIMESTAMP = 1747715864 +SHA256 (rubygem/aws-sdk-iotdataplane-1.75.0.gem) = 5b7dbd4d61cf89c9234b0d5f389dc494ddfae5478089df3398ed65e56eb5e2b1 +SIZE (rubygem/aws-sdk-iotdataplane-1.75.0.gem) = 28672 diff --git a/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile b/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile index fb2ca8462675..649f195eace6 100644 --- a/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile +++ b/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotdeviceadvisor -PORTVERSION= 1.48.0 +PORTVERSION= 1.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo b/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo index 54aa8d240c1c..3becbfb862f2 100644 --- a/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo +++ b/devel/rubygem-aws-sdk-iotdeviceadvisor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546982 -SHA256 (rubygem/aws-sdk-iotdeviceadvisor-1.48.0.gem) = 071e53b7db67d8d1f260bd44d56a71c5a1cea9574254d17df4ce95f746b1e4e9 -SIZE (rubygem/aws-sdk-iotdeviceadvisor-1.48.0.gem) = 32256 +TIMESTAMP = 1747715866 +SHA256 (rubygem/aws-sdk-iotdeviceadvisor-1.49.0.gem) = 1b8d8c020602aa0c578695b78c09a704374e640dfb7bd88060f5106f17c21aff +SIZE (rubygem/aws-sdk-iotdeviceadvisor-1.49.0.gem) = 32256 diff --git a/devel/rubygem-aws-sdk-iotevents/Makefile b/devel/rubygem-aws-sdk-iotevents/Makefile index 0b8d9daa95e5..2fecb30092c1 100644 --- a/devel/rubygem-aws-sdk-iotevents/Makefile +++ b/devel/rubygem-aws-sdk-iotevents/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotevents -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotevents/distinfo b/devel/rubygem-aws-sdk-iotevents/distinfo index ca9d0d7b1248..5f8680010ee5 100644 --- a/devel/rubygem-aws-sdk-iotevents/distinfo +++ b/devel/rubygem-aws-sdk-iotevents/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546984 -SHA256 (rubygem/aws-sdk-iotevents-1.65.0.gem) = bbd8ec4f31b41fede14c12bb8e53270ed5e2c95990398e0bc116ab10294877bf -SIZE (rubygem/aws-sdk-iotevents-1.65.0.gem) = 63488 +TIMESTAMP = 1747715868 +SHA256 (rubygem/aws-sdk-iotevents-1.66.0.gem) = 123d21b1dd6eb6f248c85229ea77cff8050541a539dd3830fedf11823ab6806d +SIZE (rubygem/aws-sdk-iotevents-1.66.0.gem) = 63488 diff --git a/devel/rubygem-aws-sdk-ioteventsdata/Makefile b/devel/rubygem-aws-sdk-ioteventsdata/Makefile index b5f36e0271e0..4bb6b0e80eec 100644 --- a/devel/rubygem-aws-sdk-ioteventsdata/Makefile +++ b/devel/rubygem-aws-sdk-ioteventsdata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ioteventsdata -PORTVERSION= 1.58.0 +PORTVERSION= 1.59.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ioteventsdata/distinfo b/devel/rubygem-aws-sdk-ioteventsdata/distinfo index 369a6f9ae2b1..b0b477939abd 100644 --- a/devel/rubygem-aws-sdk-ioteventsdata/distinfo +++ b/devel/rubygem-aws-sdk-ioteventsdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546986 -SHA256 (rubygem/aws-sdk-ioteventsdata-1.58.0.gem) = 5a9245c70c3cbff96d8eb504e68bf81239b398b7cfda6f3b7c7fe9662af53b6d -SIZE (rubygem/aws-sdk-ioteventsdata-1.58.0.gem) = 33792 +TIMESTAMP = 1747715870 +SHA256 (rubygem/aws-sdk-ioteventsdata-1.59.0.gem) = 338b44f51f57c770a926c90107a1e38593088187d1b25a1c15ea594474e23cc0 +SIZE (rubygem/aws-sdk-ioteventsdata-1.59.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-iotfleethub/Makefile b/devel/rubygem-aws-sdk-iotfleethub/Makefile index 89c60bafb503..e78482e83bb5 100644 --- a/devel/rubygem-aws-sdk-iotfleethub/Makefile +++ b/devel/rubygem-aws-sdk-iotfleethub/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotfleethub -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotfleethub/distinfo b/devel/rubygem-aws-sdk-iotfleethub/distinfo index e1e4e3282ddf..4a0334bc0a90 100644 --- a/devel/rubygem-aws-sdk-iotfleethub/distinfo +++ b/devel/rubygem-aws-sdk-iotfleethub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546988 -SHA256 (rubygem/aws-sdk-iotfleethub-1.42.0.gem) = b2956c06578ddf19aa4e9a0ba1133f88948340ff1cf716cc3ab36708fa31ec38 -SIZE (rubygem/aws-sdk-iotfleethub-1.42.0.gem) = 25600 +TIMESTAMP = 1747715872 +SHA256 (rubygem/aws-sdk-iotfleethub-1.43.0.gem) = 322cb4f954922ac7a86948673ee6f5053a450a387a91d8116cf1d6f40b7aa552 +SIZE (rubygem/aws-sdk-iotfleethub-1.43.0.gem) = 25600 diff --git a/devel/rubygem-aws-sdk-iotfleetwise/Makefile b/devel/rubygem-aws-sdk-iotfleetwise/Makefile index 784c8bc788bd..698f2a558aac 100644 --- a/devel/rubygem-aws-sdk-iotfleetwise/Makefile +++ b/devel/rubygem-aws-sdk-iotfleetwise/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotfleetwise -PORTVERSION= 1.46.0 +PORTVERSION= 1.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotfleetwise/distinfo b/devel/rubygem-aws-sdk-iotfleetwise/distinfo index 7cca134a6455..50afc90be39c 100644 --- a/devel/rubygem-aws-sdk-iotfleetwise/distinfo +++ b/devel/rubygem-aws-sdk-iotfleetwise/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546990 -SHA256 (rubygem/aws-sdk-iotfleetwise-1.46.0.gem) = 61064acc07a21456fde83d9036c3a1dd6395b66d12c6c9d60fc52fabdd441361 -SIZE (rubygem/aws-sdk-iotfleetwise-1.46.0.gem) = 92672 +TIMESTAMP = 1747715874 +SHA256 (rubygem/aws-sdk-iotfleetwise-1.47.0.gem) = e824236e6189ce93512571e812a69f7af7d9cb0a8b07bde9e369fc19af00b45f +SIZE (rubygem/aws-sdk-iotfleetwise-1.47.0.gem) = 92672 diff --git a/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile b/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile index 92762baa7d86..5220bdcb90ba 100644 --- a/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile +++ b/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotjobsdataplane -PORTVERSION= 1.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotjobsdataplane/distinfo b/devel/rubygem-aws-sdk-iotjobsdataplane/distinfo index d5477faf7982..a3d1acd4631f 100644 --- a/devel/rubygem-aws-sdk-iotjobsdataplane/distinfo +++ b/devel/rubygem-aws-sdk-iotjobsdataplane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546992 -SHA256 (rubygem/aws-sdk-iotjobsdataplane-1.67.0.gem) = 231e61cea495f562bda8061257298b9a3faed5631843ced05c42e40a9babe09e -SIZE (rubygem/aws-sdk-iotjobsdataplane-1.67.0.gem) = 29184 +TIMESTAMP = 1747715876 +SHA256 (rubygem/aws-sdk-iotjobsdataplane-1.68.0.gem) = 62d60c064cb442b8b16ce22304676292d0cb8d5a10da39b5036b922aa0c31ddf +SIZE (rubygem/aws-sdk-iotjobsdataplane-1.68.0.gem) = 29184 diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile index fda86f380c5e..1fe1c623ab39 100644 --- a/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotmanagedintegrations -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo index 116752db686e..78598194aea0 100644 --- a/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo +++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546994 -SHA256 (rubygem/aws-sdk-iotmanagedintegrations-1.1.0.gem) = 3d2b56732df50d9cbf642d88f1057d4a2ab90175e7a25d7cf53753971b10ae74 -SIZE (rubygem/aws-sdk-iotmanagedintegrations-1.1.0.gem) = 63488 +TIMESTAMP = 1747715878 +SHA256 (rubygem/aws-sdk-iotmanagedintegrations-1.2.0.gem) = f1f5f4dc8efa670ecc99a87be9691b0e9ca906dc120d763aabc0487d6ffdf26f +SIZE (rubygem/aws-sdk-iotmanagedintegrations-1.2.0.gem) = 63488 diff --git a/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile b/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile index a0510f559e09..6628d2386843 100644 --- a/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile +++ b/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotsecuretunneling -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotsecuretunneling/distinfo b/devel/rubygem-aws-sdk-iotsecuretunneling/distinfo index e296751e010a..06eb9c0d5ffe 100644 --- a/devel/rubygem-aws-sdk-iotsecuretunneling/distinfo +++ b/devel/rubygem-aws-sdk-iotsecuretunneling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546996 -SHA256 (rubygem/aws-sdk-iotsecuretunneling-1.52.0.gem) = 07c608f9e2dbdef69e0d041e4d7f1ff1eb5eb875c7a66ca635c0ded2fd519e8e -SIZE (rubygem/aws-sdk-iotsecuretunneling-1.52.0.gem) = 26624 +TIMESTAMP = 1747715880 +SHA256 (rubygem/aws-sdk-iotsecuretunneling-1.53.0.gem) = 18ce8a9c55dfc59d37cc36f848ef574f2d96a2fa799d583d7969b1384270248e +SIZE (rubygem/aws-sdk-iotsecuretunneling-1.53.0.gem) = 26624 diff --git a/devel/rubygem-aws-sdk-iotsitewise/Makefile b/devel/rubygem-aws-sdk-iotsitewise/Makefile index a5c68fdd3557..fe5820a7c0d9 100644 --- a/devel/rubygem-aws-sdk-iotsitewise/Makefile +++ b/devel/rubygem-aws-sdk-iotsitewise/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotsitewise -PORTVERSION= 1.85.0 +PORTVERSION= 1.86.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotsitewise/distinfo b/devel/rubygem-aws-sdk-iotsitewise/distinfo index 5094c3183572..23350b505e63 100644 --- a/devel/rubygem-aws-sdk-iotsitewise/distinfo +++ b/devel/rubygem-aws-sdk-iotsitewise/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546998 -SHA256 (rubygem/aws-sdk-iotsitewise-1.85.0.gem) = 9701c930b6f1fa592a1d7f8d989fc229d56ab8efa7842f25eb36febe8970a245 -SIZE (rubygem/aws-sdk-iotsitewise-1.85.0.gem) = 146432 +TIMESTAMP = 1747715882 +SHA256 (rubygem/aws-sdk-iotsitewise-1.86.0.gem) = bbcac2555b4911c3ed5cae0e19f4ba6c8d2b5ab9750de33be4b8e1a5de6428cb +SIZE (rubygem/aws-sdk-iotsitewise-1.86.0.gem) = 146432 diff --git a/devel/rubygem-aws-sdk-iotthingsgraph/Makefile b/devel/rubygem-aws-sdk-iotthingsgraph/Makefile index 33407db06740..a994bcc267f0 100644 --- a/devel/rubygem-aws-sdk-iotthingsgraph/Makefile +++ b/devel/rubygem-aws-sdk-iotthingsgraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotthingsgraph -PORTVERSION= 1.54.0 +PORTVERSION= 1.55.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotthingsgraph/distinfo b/devel/rubygem-aws-sdk-iotthingsgraph/distinfo index d55bbcfe9363..80a7b5797cec 100644 --- a/devel/rubygem-aws-sdk-iotthingsgraph/distinfo +++ b/devel/rubygem-aws-sdk-iotthingsgraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547000 -SHA256 (rubygem/aws-sdk-iotthingsgraph-1.54.0.gem) = 8bc8ab3756f4e2d3acd94ed77f4f794db25d47e5a82c64be55aa0d2b4c0d0e27 -SIZE (rubygem/aws-sdk-iotthingsgraph-1.54.0.gem) = 44544 +TIMESTAMP = 1747715884 +SHA256 (rubygem/aws-sdk-iotthingsgraph-1.55.0.gem) = 1475abf97ce815054ea9708f24a2adaef55d9bb84403a55630a6c1bd629dcb62 +SIZE (rubygem/aws-sdk-iotthingsgraph-1.55.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-iottwinmaker/Makefile b/devel/rubygem-aws-sdk-iottwinmaker/Makefile index 2ae0212e499d..7cc94baf8831 100644 --- a/devel/rubygem-aws-sdk-iottwinmaker/Makefile +++ b/devel/rubygem-aws-sdk-iottwinmaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iottwinmaker -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iottwinmaker/distinfo b/devel/rubygem-aws-sdk-iottwinmaker/distinfo index 1a56a4f64e8e..d4f5d5e1caac 100644 --- a/devel/rubygem-aws-sdk-iottwinmaker/distinfo +++ b/devel/rubygem-aws-sdk-iottwinmaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547002 -SHA256 (rubygem/aws-sdk-iottwinmaker-1.40.0.gem) = 1ef9503bb167bb54aeacb656eb1db1d200a70c715e06e3140ec58e632a2a760d -SIZE (rubygem/aws-sdk-iottwinmaker-1.40.0.gem) = 69120 +TIMESTAMP = 1747715886 +SHA256 (rubygem/aws-sdk-iottwinmaker-1.41.0.gem) = e9a38c966160e51ba938fe2185f3fd7b708d6ac84644b27441d938c757566899 +SIZE (rubygem/aws-sdk-iottwinmaker-1.41.0.gem) = 69120 diff --git a/devel/rubygem-aws-sdk-iotwireless/Makefile b/devel/rubygem-aws-sdk-iotwireless/Makefile index d01bda509b5e..fa3e113d6c4d 100644 --- a/devel/rubygem-aws-sdk-iotwireless/Makefile +++ b/devel/rubygem-aws-sdk-iotwireless/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotwireless -PORTVERSION= 1.66.0 +PORTVERSION= 1.67.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotwireless/distinfo b/devel/rubygem-aws-sdk-iotwireless/distinfo index e29b9d3c03ce..41711e4148ae 100644 --- a/devel/rubygem-aws-sdk-iotwireless/distinfo +++ b/devel/rubygem-aws-sdk-iotwireless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547004 -SHA256 (rubygem/aws-sdk-iotwireless-1.66.0.gem) = dab3ee243ece26711d2194da91e044f673dcbc4b6b4f1743a2d3e07dcbe1d9a3 -SIZE (rubygem/aws-sdk-iotwireless-1.66.0.gem) = 115200 +TIMESTAMP = 1747715888 +SHA256 (rubygem/aws-sdk-iotwireless-1.67.0.gem) = 327d283758528e07d306b1fc223d479a244b820c2c2e8a1a6e1157b379e23a9e +SIZE (rubygem/aws-sdk-iotwireless-1.67.0.gem) = 115200 diff --git a/devel/rubygem-aws-sdk-ivs/Makefile b/devel/rubygem-aws-sdk-ivs/Makefile index 145add43e87b..ded42f2a5f3d 100644 --- a/devel/rubygem-aws-sdk-ivs/Makefile +++ b/devel/rubygem-aws-sdk-ivs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ivs -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ivs/distinfo b/devel/rubygem-aws-sdk-ivs/distinfo index 2eb69e2a6ad7..e595dbf8ee29 100644 --- a/devel/rubygem-aws-sdk-ivs/distinfo +++ b/devel/rubygem-aws-sdk-ivs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547006 -SHA256 (rubygem/aws-sdk-ivs-1.68.0.gem) = f719374ad6f2eda77bc6fd0fad474cf9140438bdc716351157a3397f331d2ce6 -SIZE (rubygem/aws-sdk-ivs-1.68.0.gem) = 55808 +TIMESTAMP = 1747715890 +SHA256 (rubygem/aws-sdk-ivs-1.69.0.gem) = 460086720627f05207f0d7b450ecc8605ce9c14974e38e3b5cb3cfa9d9981495 +SIZE (rubygem/aws-sdk-ivs-1.69.0.gem) = 55808 diff --git a/devel/rubygem-aws-sdk-ivschat/Makefile b/devel/rubygem-aws-sdk-ivschat/Makefile index 077200bbea9d..35c3c3e79cc0 100644 --- a/devel/rubygem-aws-sdk-ivschat/Makefile +++ b/devel/rubygem-aws-sdk-ivschat/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ivschat -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ivschat/distinfo b/devel/rubygem-aws-sdk-ivschat/distinfo index a33c918d717c..7ebe313c661c 100644 --- a/devel/rubygem-aws-sdk-ivschat/distinfo +++ b/devel/rubygem-aws-sdk-ivschat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547008 -SHA256 (rubygem/aws-sdk-ivschat-1.41.0.gem) = 325095bce9d56e44261da092550382c2ba59dc9b62c4bfe04a58ed106b2244ae -SIZE (rubygem/aws-sdk-ivschat-1.41.0.gem) = 36352 +TIMESTAMP = 1747715892 +SHA256 (rubygem/aws-sdk-ivschat-1.42.0.gem) = ae9fde55953adae344e5aa865bf4576e868df0bdab37d415307f3cb27169a14e +SIZE (rubygem/aws-sdk-ivschat-1.42.0.gem) = 36352 diff --git a/devel/rubygem-aws-sdk-ivsrealtime/Makefile b/devel/rubygem-aws-sdk-ivsrealtime/Makefile index e1a5da03c74d..6a64a969a08a 100644 --- a/devel/rubygem-aws-sdk-ivsrealtime/Makefile +++ b/devel/rubygem-aws-sdk-ivsrealtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ivsrealtime -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ivsrealtime/distinfo b/devel/rubygem-aws-sdk-ivsrealtime/distinfo index 3deba298040c..2cacb71f4508 100644 --- a/devel/rubygem-aws-sdk-ivsrealtime/distinfo +++ b/devel/rubygem-aws-sdk-ivsrealtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547010 -SHA256 (rubygem/aws-sdk-ivsrealtime-1.41.0.gem) = 19509ce61405a2979350b92d935c67f6ef33a5b6893fa6436e748824ceff4c48 -SIZE (rubygem/aws-sdk-ivsrealtime-1.41.0.gem) = 56832 +TIMESTAMP = 1747715894 +SHA256 (rubygem/aws-sdk-ivsrealtime-1.42.0.gem) = ad102d53082fd160b8d15dab1bc25ca53d870d6a8ec04ee1bdffdf5cfbf274a4 +SIZE (rubygem/aws-sdk-ivsrealtime-1.42.0.gem) = 56832 diff --git a/devel/rubygem-aws-sdk-kafka/Makefile b/devel/rubygem-aws-sdk-kafka/Makefile index ebb8181964e2..c5055d2136a0 100644 --- a/devel/rubygem-aws-sdk-kafka/Makefile +++ b/devel/rubygem-aws-sdk-kafka/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kafka -PORTVERSION= 1.90.0 +PORTVERSION= 1.91.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kafka/distinfo b/devel/rubygem-aws-sdk-kafka/distinfo index 3251494ebbca..f1b083f16de5 100644 --- a/devel/rubygem-aws-sdk-kafka/distinfo +++ b/devel/rubygem-aws-sdk-kafka/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547012 -SHA256 (rubygem/aws-sdk-kafka-1.90.0.gem) = 82f05ba901eba38bd353a849654444d76d23642463a0ed9261f52d92a85206d3 -SIZE (rubygem/aws-sdk-kafka-1.90.0.gem) = 73728 +TIMESTAMP = 1747715896 +SHA256 (rubygem/aws-sdk-kafka-1.91.0.gem) = d16cba880630cb4e3cf88e52ef78ef3fa6596f0f1eb1453c2e276e73e4def677 +SIZE (rubygem/aws-sdk-kafka-1.91.0.gem) = 73728 diff --git a/devel/rubygem-aws-sdk-kafkaconnect/Makefile b/devel/rubygem-aws-sdk-kafkaconnect/Makefile index 540238d3894a..b5f933fc1e1a 100644 --- a/devel/rubygem-aws-sdk-kafkaconnect/Makefile +++ b/devel/rubygem-aws-sdk-kafkaconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kafkaconnect -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kafkaconnect/distinfo b/devel/rubygem-aws-sdk-kafkaconnect/distinfo index 44518b9fca68..612f81770510 100644 --- a/devel/rubygem-aws-sdk-kafkaconnect/distinfo +++ b/devel/rubygem-aws-sdk-kafkaconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547014 -SHA256 (rubygem/aws-sdk-kafkaconnect-1.38.0.gem) = e12d0ee65d83dcd8153dfadce5a89414e15810fccc9c81cce5ab1ce176ca8fc2 -SIZE (rubygem/aws-sdk-kafkaconnect-1.38.0.gem) = 41984 +TIMESTAMP = 1747715898 +SHA256 (rubygem/aws-sdk-kafkaconnect-1.39.0.gem) = d4fe6ce64a348d58c3de88ff9edfd8d3fa575b45575ce052b8e3960adfd3d09f +SIZE (rubygem/aws-sdk-kafkaconnect-1.39.0.gem) = 41984 diff --git a/devel/rubygem-aws-sdk-kendra/Makefile b/devel/rubygem-aws-sdk-kendra/Makefile index 8087df089b2b..13c05ebca650 100644 --- a/devel/rubygem-aws-sdk-kendra/Makefile +++ b/devel/rubygem-aws-sdk-kendra/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kendra -PORTVERSION= 1.98.0 +PORTVERSION= 1.99.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kendra/distinfo b/devel/rubygem-aws-sdk-kendra/distinfo index 9da2b10924b0..fd04f0f98292 100644 --- a/devel/rubygem-aws-sdk-kendra/distinfo +++ b/devel/rubygem-aws-sdk-kendra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547016 -SHA256 (rubygem/aws-sdk-kendra-1.98.0.gem) = 240c8053b0b2f7e4e44851bac7e14967136500e66699bf4273742f436df34738 -SIZE (rubygem/aws-sdk-kendra-1.98.0.gem) = 180736 +TIMESTAMP = 1747715900 +SHA256 (rubygem/aws-sdk-kendra-1.99.0.gem) = 9bca4f3ff8a24a8959772645af091dca15e3bf7eee1f71c56e9d0a72d74086b3 +SIZE (rubygem/aws-sdk-kendra-1.99.0.gem) = 180736 diff --git a/devel/rubygem-aws-sdk-kendraranking/Makefile b/devel/rubygem-aws-sdk-kendraranking/Makefile index 0a0f2331a557..971826738e7c 100644 --- a/devel/rubygem-aws-sdk-kendraranking/Makefile +++ b/devel/rubygem-aws-sdk-kendraranking/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kendraranking -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kendraranking/distinfo b/devel/rubygem-aws-sdk-kendraranking/distinfo index 85b096a4bd11..79ec724f9999 100644 --- a/devel/rubygem-aws-sdk-kendraranking/distinfo +++ b/devel/rubygem-aws-sdk-kendraranking/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547018 -SHA256 (rubygem/aws-sdk-kendraranking-1.29.0.gem) = dcc4226aa826973ab78a4672c1abeb71d26464fbf544b0fdd2a0d9392b569448 -SIZE (rubygem/aws-sdk-kendraranking-1.29.0.gem) = 28672 +TIMESTAMP = 1747715902 +SHA256 (rubygem/aws-sdk-kendraranking-1.30.0.gem) = c70be51a03fa43a1cefef6268152cdfb888998deaa31c1caba44d8d8e73c3fa4 +SIZE (rubygem/aws-sdk-kendraranking-1.30.0.gem) = 28672 diff --git a/devel/rubygem-aws-sdk-keyspaces/Makefile b/devel/rubygem-aws-sdk-keyspaces/Makefile index e838db5c1833..acf6900254bc 100644 --- a/devel/rubygem-aws-sdk-keyspaces/Makefile +++ b/devel/rubygem-aws-sdk-keyspaces/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-keyspaces -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-keyspaces/distinfo b/devel/rubygem-aws-sdk-keyspaces/distinfo index b1c5f92420b7..c4eaffdd2197 100644 --- a/devel/rubygem-aws-sdk-keyspaces/distinfo +++ b/devel/rubygem-aws-sdk-keyspaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547020 -SHA256 (rubygem/aws-sdk-keyspaces-1.39.0.gem) = ffec3add1c8f68c9681e0a7c9c5e19a7115f472488b93a426670b515bc3b04ad -SIZE (rubygem/aws-sdk-keyspaces-1.39.0.gem) = 49664 +TIMESTAMP = 1747715904 +SHA256 (rubygem/aws-sdk-keyspaces-1.40.0.gem) = 64a7cf548f07cf0ef329018608bbaccee7e45e085342d52d7845e8fb64c37735 +SIZE (rubygem/aws-sdk-keyspaces-1.40.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-kinesis/Makefile b/devel/rubygem-aws-sdk-kinesis/Makefile index 63518755f2e8..aaf19968b9c3 100644 --- a/devel/rubygem-aws-sdk-kinesis/Makefile +++ b/devel/rubygem-aws-sdk-kinesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesis -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesis/distinfo b/devel/rubygem-aws-sdk-kinesis/distinfo index 3f7c5302fec4..1be677475309 100644 --- a/devel/rubygem-aws-sdk-kinesis/distinfo +++ b/devel/rubygem-aws-sdk-kinesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547022 -SHA256 (rubygem/aws-sdk-kinesis-1.79.0.gem) = e4fd437b7c1373e180938d66e7bf99da846ba6b6fc9b7e47580f616b80ddf037 -SIZE (rubygem/aws-sdk-kinesis-1.79.0.gem) = 77824 +TIMESTAMP = 1747715906 +SHA256 (rubygem/aws-sdk-kinesis-1.80.0.gem) = 34c5dfd77a0d56b0ab669727550b06200eb66636c923139d314d6e70532048a5 +SIZE (rubygem/aws-sdk-kinesis-1.80.0.gem) = 77824 diff --git a/devel/rubygem-aws-sdk-kinesisanalytics/Makefile b/devel/rubygem-aws-sdk-kinesisanalytics/Makefile index de373110abf3..ae3b78c6661a 100644 --- a/devel/rubygem-aws-sdk-kinesisanalytics/Makefile +++ b/devel/rubygem-aws-sdk-kinesisanalytics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisanalytics -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisanalytics/distinfo b/devel/rubygem-aws-sdk-kinesisanalytics/distinfo index 652a3d33cd99..5fd31bb14b0e 100644 --- a/devel/rubygem-aws-sdk-kinesisanalytics/distinfo +++ b/devel/rubygem-aws-sdk-kinesisanalytics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547024 -SHA256 (rubygem/aws-sdk-kinesisanalytics-1.70.0.gem) = 81b3bf8f57f1f434e212c2568482c54d21edfd39ebb224552131a07f4a16c420 -SIZE (rubygem/aws-sdk-kinesisanalytics-1.70.0.gem) = 51712 +TIMESTAMP = 1747715908 +SHA256 (rubygem/aws-sdk-kinesisanalytics-1.71.0.gem) = f2a3bc36eee1eaa8022d4f96d7b76484e1397421666d4f76ea59cf5d6175e43c +SIZE (rubygem/aws-sdk-kinesisanalytics-1.71.0.gem) = 51712 diff --git a/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile b/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile index b4c4e7075f44..69125d7b2753 100644 --- a/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile +++ b/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisanalyticsv2 -PORTVERSION= 1.74.0 +PORTVERSION= 1.75.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisanalyticsv2/distinfo b/devel/rubygem-aws-sdk-kinesisanalyticsv2/distinfo index 238f605b2517..c5a928d111a2 100644 --- a/devel/rubygem-aws-sdk-kinesisanalyticsv2/distinfo +++ b/devel/rubygem-aws-sdk-kinesisanalyticsv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547026 -SHA256 (rubygem/aws-sdk-kinesisanalyticsv2-1.74.0.gem) = 69a70407fcff06d00c6d142183b2a5b106bd1e36322e0277bb0a987baa95b240 -SIZE (rubygem/aws-sdk-kinesisanalyticsv2-1.74.0.gem) = 86016 +TIMESTAMP = 1747715910 +SHA256 (rubygem/aws-sdk-kinesisanalyticsv2-1.75.0.gem) = 4ef5f6eedbbbfd9b91791e5712a16572e3021e9315b6d3f2da2960cb06459fc6 +SIZE (rubygem/aws-sdk-kinesisanalyticsv2-1.75.0.gem) = 86016 diff --git a/devel/rubygem-aws-sdk-kinesisvideo/Makefile b/devel/rubygem-aws-sdk-kinesisvideo/Makefile index 8b366f96705e..d4708896af67 100644 --- a/devel/rubygem-aws-sdk-kinesisvideo/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideo/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisvideo -PORTVERSION= 1.78.0 +PORTVERSION= 1.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisvideo/distinfo b/devel/rubygem-aws-sdk-kinesisvideo/distinfo index 1e8b52b6b4e4..a178d7aa20f7 100644 --- a/devel/rubygem-aws-sdk-kinesisvideo/distinfo +++ b/devel/rubygem-aws-sdk-kinesisvideo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547028 -SHA256 (rubygem/aws-sdk-kinesisvideo-1.78.0.gem) = 0e832529ae9d3d51b4b52e7cf5aeb18b612b500274846172cdd15414333624be -SIZE (rubygem/aws-sdk-kinesisvideo-1.78.0.gem) = 53248 +TIMESTAMP = 1747715912 +SHA256 (rubygem/aws-sdk-kinesisvideo-1.79.0.gem) = 157fc7a9d78c5302db7cf5866059a6b3e4d0098397a4d4f02f87d44a58259939 +SIZE (rubygem/aws-sdk-kinesisvideo-1.79.0.gem) = 53248 diff --git a/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile b/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile index 7a188087c6ac..bf723aa96a1b 100644 --- a/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisvideoarchivedmedia -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/distinfo b/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/distinfo index 9f7bbd6e230c..0dac8c488f3e 100644 --- a/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/distinfo +++ b/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547030 -SHA256 (rubygem/aws-sdk-kinesisvideoarchivedmedia-1.75.0.gem) = 0c00a36c7190d8765c084c1335e8e2da70ff476ba5a9a844076a24477582f81a -SIZE (rubygem/aws-sdk-kinesisvideoarchivedmedia-1.75.0.gem) = 44544 +TIMESTAMP = 1747715914 +SHA256 (rubygem/aws-sdk-kinesisvideoarchivedmedia-1.76.0.gem) = c65d7778842b92fbc5b0bc64b10bd92927dfa4cf8173ab18ddc45b6f99c0df54 +SIZE (rubygem/aws-sdk-kinesisvideoarchivedmedia-1.76.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile b/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile index 06b64952268c..2f9af35f5c24 100644 --- a/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisvideomedia -PORTVERSION= 1.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisvideomedia/distinfo b/devel/rubygem-aws-sdk-kinesisvideomedia/distinfo index 73ac744953ba..9ede2360b2b5 100644 --- a/devel/rubygem-aws-sdk-kinesisvideomedia/distinfo +++ b/devel/rubygem-aws-sdk-kinesisvideomedia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547032 -SHA256 (rubygem/aws-sdk-kinesisvideomedia-1.67.0.gem) = 88c7ad1383a1c735165a0135e275190399d0fb2c9d6662faa0c4d069bcbb4c0d -SIZE (rubygem/aws-sdk-kinesisvideomedia-1.67.0.gem) = 24064 +TIMESTAMP = 1747715916 +SHA256 (rubygem/aws-sdk-kinesisvideomedia-1.68.0.gem) = 7efddf1a8d19858daf4ca6e09d391525898e841e8b5dda5e195bc226cbebc66e +SIZE (rubygem/aws-sdk-kinesisvideomedia-1.68.0.gem) = 24064 diff --git a/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile b/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile index 6d1a572653eb..27824cc91907 100644 --- a/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisvideosignalingchannels -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/distinfo b/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/distinfo index 8896313b55a9..756ec2fe8e8f 100644 --- a/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/distinfo +++ b/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547034 -SHA256 (rubygem/aws-sdk-kinesisvideosignalingchannels-1.49.0.gem) = adb4ee55d686800e4716027781cd53f31881445d5ceb25179fad2be58e42efb4 -SIZE (rubygem/aws-sdk-kinesisvideosignalingchannels-1.49.0.gem) = 23040 +TIMESTAMP = 1747715918 +SHA256 (rubygem/aws-sdk-kinesisvideosignalingchannels-1.50.0.gem) = ec4c0b8461e22ddc83bef5a995ab812f21677366993b3cb737d7e95a6e35977e +SIZE (rubygem/aws-sdk-kinesisvideosignalingchannels-1.50.0.gem) = 23040 diff --git a/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/Makefile b/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/Makefile index dd08dba73700..ca08d79c27fb 100644 --- a/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kinesisvideowebrtcstorage -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/distinfo b/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/distinfo index 9c0c92db85ab..dc20dc7ed214 100644 --- a/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/distinfo +++ b/devel/rubygem-aws-sdk-kinesisvideowebrtcstorage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547036 -SHA256 (rubygem/aws-sdk-kinesisvideowebrtcstorage-1.30.0.gem) = ce9cd082d30001080bd1a459c20e66503d6056e35345a9fe6e433442a3a32321 -SIZE (rubygem/aws-sdk-kinesisvideowebrtcstorage-1.30.0.gem) = 22016 +TIMESTAMP = 1747715920 +SHA256 (rubygem/aws-sdk-kinesisvideowebrtcstorage-1.31.0.gem) = 9b363554b2040578d9dc2dde908fceb200358055d6760d0d78793dbd3eb77508 +SIZE (rubygem/aws-sdk-kinesisvideowebrtcstorage-1.31.0.gem) = 22016 diff --git a/devel/rubygem-aws-sdk-kms/Makefile b/devel/rubygem-aws-sdk-kms/Makefile index 9ff98d465a8d..4aa73a7335de 100644 --- a/devel/rubygem-aws-sdk-kms/Makefile +++ b/devel/rubygem-aws-sdk-kms/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-kms -PORTVERSION= 1.100.0 +PORTVERSION= 1.101.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-kms/distinfo b/devel/rubygem-aws-sdk-kms/distinfo index c9f0f44446cd..88c117064de9 100644 --- a/devel/rubygem-aws-sdk-kms/distinfo +++ b/devel/rubygem-aws-sdk-kms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547038 -SHA256 (rubygem/aws-sdk-kms-1.100.0.gem) = b9abf0531c43272ed6f66032bf64c8c969dd07b5c27fc06b7e43411e39db2f15 -SIZE (rubygem/aws-sdk-kms-1.100.0.gem) = 161792 +TIMESTAMP = 1747715922 +SHA256 (rubygem/aws-sdk-kms-1.101.0.gem) = 44d8b5b69ce7394cc02f30f9a35bea04ea12c947b5ffe1471535eea5119368d7 +SIZE (rubygem/aws-sdk-kms-1.101.0.gem) = 161792 diff --git a/devel/rubygem-aws-sdk-lakeformation/Makefile b/devel/rubygem-aws-sdk-lakeformation/Makefile index c8925e39f1b6..37eb284d5d7b 100644 --- a/devel/rubygem-aws-sdk-lakeformation/Makefile +++ b/devel/rubygem-aws-sdk-lakeformation/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lakeformation -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lakeformation/distinfo b/devel/rubygem-aws-sdk-lakeformation/distinfo index 016ba52392b3..f512096082ea 100644 --- a/devel/rubygem-aws-sdk-lakeformation/distinfo +++ b/devel/rubygem-aws-sdk-lakeformation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547040 -SHA256 (rubygem/aws-sdk-lakeformation-1.70.0.gem) = 1337bc88fdd25091b59c9f240664a482b6c4815f7779f070c563e0dee0bb30a6 -SIZE (rubygem/aws-sdk-lakeformation-1.70.0.gem) = 82432 +TIMESTAMP = 1747715924 +SHA256 (rubygem/aws-sdk-lakeformation-1.71.0.gem) = a36705f86dd134812e26cb2c0df4df0b89de671a46fe2f34ecc8fd2fe3380ca1 +SIZE (rubygem/aws-sdk-lakeformation-1.71.0.gem) = 82432 diff --git a/devel/rubygem-aws-sdk-lambda/Makefile b/devel/rubygem-aws-sdk-lambda/Makefile index 471359e23c04..4255cbb946de 100644 --- a/devel/rubygem-aws-sdk-lambda/Makefile +++ b/devel/rubygem-aws-sdk-lambda/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lambda -PORTVERSION= 1.150.0 +PORTVERSION= 1.151.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lambda/distinfo b/devel/rubygem-aws-sdk-lambda/distinfo index f2826c988bcb..9e0df4d838dd 100644 --- a/devel/rubygem-aws-sdk-lambda/distinfo +++ b/devel/rubygem-aws-sdk-lambda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547042 -SHA256 (rubygem/aws-sdk-lambda-1.150.0.gem) = 445887c51c1493d4c3da8191aa8d7455f04158fd27d8b82d078b95ae1a2cca4b -SIZE (rubygem/aws-sdk-lambda-1.150.0.gem) = 146944 +TIMESTAMP = 1747715926 +SHA256 (rubygem/aws-sdk-lambda-1.151.0.gem) = 13a1eb468a2f49de96b25083f0c968cfef65f4dbceb488bf72b43c313f5ab102 +SIZE (rubygem/aws-sdk-lambda-1.151.0.gem) = 146944 diff --git a/devel/rubygem-aws-sdk-launchwizard/Makefile b/devel/rubygem-aws-sdk-launchwizard/Makefile index 737bd2ad6012..2d127660f72d 100644 --- a/devel/rubygem-aws-sdk-launchwizard/Makefile +++ b/devel/rubygem-aws-sdk-launchwizard/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-launchwizard -PORTVERSION= 1.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-launchwizard/distinfo b/devel/rubygem-aws-sdk-launchwizard/distinfo index 4a8957442aa9..a57219292a1a 100644 --- a/devel/rubygem-aws-sdk-launchwizard/distinfo +++ b/devel/rubygem-aws-sdk-launchwizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547044 -SHA256 (rubygem/aws-sdk-launchwizard-1.21.0.gem) = 3938120d80d15615a7c3166d13265164218b5f9404c71dcd7d08df6eda069ac4 -SIZE (rubygem/aws-sdk-launchwizard-1.21.0.gem) = 29696 +TIMESTAMP = 1747715928 +SHA256 (rubygem/aws-sdk-launchwizard-1.22.0.gem) = e5a2e1a56de69b46b9caddf8e56d70ea63bae1afd0ac6fe852b1f60a98f85752 +SIZE (rubygem/aws-sdk-launchwizard-1.22.0.gem) = 29696 diff --git a/devel/rubygem-aws-sdk-lex/Makefile b/devel/rubygem-aws-sdk-lex/Makefile index 41af11039930..da6e6af2fe22 100644 --- a/devel/rubygem-aws-sdk-lex/Makefile +++ b/devel/rubygem-aws-sdk-lex/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lex -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lex/distinfo b/devel/rubygem-aws-sdk-lex/distinfo index 25315a53dd08..56c87abb4264 100644 --- a/devel/rubygem-aws-sdk-lex/distinfo +++ b/devel/rubygem-aws-sdk-lex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547046 -SHA256 (rubygem/aws-sdk-lex-1.77.0.gem) = 96ee883064ad2d3586b8064f98b92fc1522cf9af8ae682fd50ed1f094a58a818 -SIZE (rubygem/aws-sdk-lex-1.77.0.gem) = 40960 +TIMESTAMP = 1747715930 +SHA256 (rubygem/aws-sdk-lex-1.78.0.gem) = e12b7e9846e8894d60693eeb301916abc1bf3c2575398fe6a3a2110b6439ec36 +SIZE (rubygem/aws-sdk-lex-1.78.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile b/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile index cf28b1eaf9e1..22465e9a075d 100644 --- a/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile +++ b/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lexmodelbuildingservice -PORTVERSION= 1.88.0 +PORTVERSION= 1.89.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lexmodelbuildingservice/distinfo b/devel/rubygem-aws-sdk-lexmodelbuildingservice/distinfo index 1dc677b91d51..930ce451a26a 100644 --- a/devel/rubygem-aws-sdk-lexmodelbuildingservice/distinfo +++ b/devel/rubygem-aws-sdk-lexmodelbuildingservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547048 -SHA256 (rubygem/aws-sdk-lexmodelbuildingservice-1.88.0.gem) = 9ff16c83fc1f4797750c1ed3867fbcd455644f217f0b1e8e8a74a43ab913faf8 -SIZE (rubygem/aws-sdk-lexmodelbuildingservice-1.88.0.gem) = 86016 +TIMESTAMP = 1747715932 +SHA256 (rubygem/aws-sdk-lexmodelbuildingservice-1.89.0.gem) = 8b225ca1f50090995bdd3c1d13a5d84c60c49351bc8f12503f0884b6cea7da63 +SIZE (rubygem/aws-sdk-lexmodelbuildingservice-1.89.0.gem) = 86016 diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile index 4fdad6a8b04d..fa0bc6d70ee1 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile +++ b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lexmodelsv2 -PORTVERSION= 1.71.0 +PORTVERSION= 1.72.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/distinfo b/devel/rubygem-aws-sdk-lexmodelsv2/distinfo index 222279f6ca4a..b3a4a9a80d1e 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/distinfo +++ b/devel/rubygem-aws-sdk-lexmodelsv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547050 -SHA256 (rubygem/aws-sdk-lexmodelsv2-1.71.0.gem) = dcb60c95add5c9ed962d199614afb3d807a338216adf91d2e57db45ef7450f38 -SIZE (rubygem/aws-sdk-lexmodelsv2-1.71.0.gem) = 234496 +TIMESTAMP = 1747715934 +SHA256 (rubygem/aws-sdk-lexmodelsv2-1.72.0.gem) = 5b2e92972f5a31a81100e265b53f78f3ad37f183c3f834ed439bb25490529b2f +SIZE (rubygem/aws-sdk-lexmodelsv2-1.72.0.gem) = 234496 diff --git a/devel/rubygem-aws-sdk-lexruntimev2/Makefile b/devel/rubygem-aws-sdk-lexruntimev2/Makefile index e657f6ff709c..ceb41e26e1d8 100644 --- a/devel/rubygem-aws-sdk-lexruntimev2/Makefile +++ b/devel/rubygem-aws-sdk-lexruntimev2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lexruntimev2 -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lexruntimev2/distinfo b/devel/rubygem-aws-sdk-lexruntimev2/distinfo index d7188d7625f9..fbe2bb9d086b 100644 --- a/devel/rubygem-aws-sdk-lexruntimev2/distinfo +++ b/devel/rubygem-aws-sdk-lexruntimev2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547052 -SHA256 (rubygem/aws-sdk-lexruntimev2-1.52.0.gem) = 916506f3f14ca7dcd356d7b6659febfbfb91ecc5b76e38083af746115250c8a2 -SIZE (rubygem/aws-sdk-lexruntimev2-1.52.0.gem) = 52224 +TIMESTAMP = 1747715936 +SHA256 (rubygem/aws-sdk-lexruntimev2-1.53.0.gem) = 5d611f8c5d4754184d97a61643e3924532fb8b1f8b0047ff7e562d13d10b0238 +SIZE (rubygem/aws-sdk-lexruntimev2-1.53.0.gem) = 52224 diff --git a/devel/rubygem-aws-sdk-licensemanager/Makefile b/devel/rubygem-aws-sdk-licensemanager/Makefile index e942180b9f21..6ced5490a8a2 100644 --- a/devel/rubygem-aws-sdk-licensemanager/Makefile +++ b/devel/rubygem-aws-sdk-licensemanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-licensemanager -PORTVERSION= 1.71.0 +PORTVERSION= 1.73.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-aws-sdk-core>=3.216.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-licensemanager/distinfo b/devel/rubygem-aws-sdk-licensemanager/distinfo index 9b660b3ccb27..15685b9a46e8 100644 --- a/devel/rubygem-aws-sdk-licensemanager/distinfo +++ b/devel/rubygem-aws-sdk-licensemanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547054 -SHA256 (rubygem/aws-sdk-licensemanager-1.71.0.gem) = cb47c54d84df47bf1a014ac8a131e11edd5e923408403786caa68ba27267b92d -SIZE (rubygem/aws-sdk-licensemanager-1.71.0.gem) = 67584 +TIMESTAMP = 1747715938 +SHA256 (rubygem/aws-sdk-licensemanager-1.73.0.gem) = 65eee812daa5dbe9e44a234ba9a7c33cdba438efd510521417494cd1a05c7d20 +SIZE (rubygem/aws-sdk-licensemanager-1.73.0.gem) = 68096 diff --git a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile index 00d5a9829619..431ba1b4fd1e 100644 --- a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile +++ b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-licensemanagerlinuxsubscriptions -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo index 3bf43fe1d4c3..180a67ab87a6 100644 --- a/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo +++ b/devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547056 -SHA256 (rubygem/aws-sdk-licensemanagerlinuxsubscriptions-1.29.0.gem) = db4c5d18d58459b53fc65431065b1d8cbf234713f3d9b705c42310e22803422b -SIZE (rubygem/aws-sdk-licensemanagerlinuxsubscriptions-1.29.0.gem) = 30208 +TIMESTAMP = 1747715940 +SHA256 (rubygem/aws-sdk-licensemanagerlinuxsubscriptions-1.30.0.gem) = 8716ebd0a32b3f85628eeb31194171bde1997460038d36f21fa785b8f8038d9f +SIZE (rubygem/aws-sdk-licensemanagerlinuxsubscriptions-1.30.0.gem) = 30208 diff --git a/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile b/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile index 24fd8e17f1d7..45c720cab7fb 100644 --- a/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile +++ b/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-licensemanagerusersubscriptions -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/distinfo b/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/distinfo index b48807f6c08c..0b41fbf96282 100644 --- a/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/distinfo +++ b/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547058 -SHA256 (rubygem/aws-sdk-licensemanagerusersubscriptions-1.32.0.gem) = 9777d4323c18f60cac295849e4e1c30efbfc705dfcfb1058d3e25416a8f8b59b -SIZE (rubygem/aws-sdk-licensemanagerusersubscriptions-1.32.0.gem) = 37888 +TIMESTAMP = 1747715942 +SHA256 (rubygem/aws-sdk-licensemanagerusersubscriptions-1.33.0.gem) = 87a483284b431c1cb03818e8c56b74b459c69a71f8f5f2c2815317ba0aa14234 +SIZE (rubygem/aws-sdk-licensemanagerusersubscriptions-1.33.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-lightsail/Makefile b/devel/rubygem-aws-sdk-lightsail/Makefile index 06e83b267ef4..73d3b87a2b40 100644 --- a/devel/rubygem-aws-sdk-lightsail/Makefile +++ b/devel/rubygem-aws-sdk-lightsail/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lightsail -PORTVERSION= 1.109.0 +PORTVERSION= 1.110.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lightsail/distinfo b/devel/rubygem-aws-sdk-lightsail/distinfo index 40cfb8a12ce1..ffc40197dc24 100644 --- a/devel/rubygem-aws-sdk-lightsail/distinfo +++ b/devel/rubygem-aws-sdk-lightsail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547060 -SHA256 (rubygem/aws-sdk-lightsail-1.109.0.gem) = 9ebd28bdb6eeddfaf1728eef46d4f81189981fb432ea40ef3dfd1dd3455ebbf8 -SIZE (rubygem/aws-sdk-lightsail-1.109.0.gem) = 228864 +TIMESTAMP = 1747715944 +SHA256 (rubygem/aws-sdk-lightsail-1.110.0.gem) = 775c4e9ba1407d1916feccf52eb0a7ce438aca706d2a9639af40e9a80340d13c +SIZE (rubygem/aws-sdk-lightsail-1.110.0.gem) = 228864 diff --git a/devel/rubygem-aws-sdk-locationservice/Makefile b/devel/rubygem-aws-sdk-locationservice/Makefile index 25062fc08c3b..c8433ea9a39a 100644 --- a/devel/rubygem-aws-sdk-locationservice/Makefile +++ b/devel/rubygem-aws-sdk-locationservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-locationservice -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-locationservice/distinfo b/devel/rubygem-aws-sdk-locationservice/distinfo index f33235177526..62aa129ec402 100644 --- a/devel/rubygem-aws-sdk-locationservice/distinfo +++ b/devel/rubygem-aws-sdk-locationservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547062 -SHA256 (rubygem/aws-sdk-locationservice-1.69.0.gem) = 9d4c7dfea94bcbb0a8b716bd3a75d69f2001b47fb959a5cecdc2f2f2d506754f -SIZE (rubygem/aws-sdk-locationservice-1.69.0.gem) = 101888 +TIMESTAMP = 1747715946 +SHA256 (rubygem/aws-sdk-locationservice-1.70.0.gem) = b2847711bc6ccfba6c4ad5fe2d38f6b7d8f50e50b29e8b2394bf9b527954f63a +SIZE (rubygem/aws-sdk-locationservice-1.70.0.gem) = 101888 diff --git a/devel/rubygem-aws-sdk-lookoutequipment/Makefile b/devel/rubygem-aws-sdk-lookoutequipment/Makefile index 8b55c7cc24a4..14f85d0d89e3 100644 --- a/devel/rubygem-aws-sdk-lookoutequipment/Makefile +++ b/devel/rubygem-aws-sdk-lookoutequipment/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lookoutequipment -PORTVERSION= 1.48.0 +PORTVERSION= 1.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lookoutequipment/distinfo b/devel/rubygem-aws-sdk-lookoutequipment/distinfo index f2b82d743be0..f86cc3cd0b2a 100644 --- a/devel/rubygem-aws-sdk-lookoutequipment/distinfo +++ b/devel/rubygem-aws-sdk-lookoutequipment/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547064 -SHA256 (rubygem/aws-sdk-lookoutequipment-1.48.0.gem) = 195df585779d5d0c9f5a12284d6edaa102b756fd9f660c70e80448938edb2f2f -SIZE (rubygem/aws-sdk-lookoutequipment-1.48.0.gem) = 77312 +TIMESTAMP = 1747715948 +SHA256 (rubygem/aws-sdk-lookoutequipment-1.49.0.gem) = 2d9d373b74d28316604c069c77249a61b762f5e4676a1134241d210b212106ad +SIZE (rubygem/aws-sdk-lookoutequipment-1.49.0.gem) = 77312 diff --git a/devel/rubygem-aws-sdk-lookoutforvision/Makefile b/devel/rubygem-aws-sdk-lookoutforvision/Makefile index 46211bb35435..6858a97d1aaa 100644 --- a/devel/rubygem-aws-sdk-lookoutforvision/Makefile +++ b/devel/rubygem-aws-sdk-lookoutforvision/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lookoutforvision -PORTVERSION= 1.48.0 +PORTVERSION= 1.49.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lookoutforvision/distinfo b/devel/rubygem-aws-sdk-lookoutforvision/distinfo index 3f50e21eb1ed..0249be03883e 100644 --- a/devel/rubygem-aws-sdk-lookoutforvision/distinfo +++ b/devel/rubygem-aws-sdk-lookoutforvision/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547066 -SHA256 (rubygem/aws-sdk-lookoutforvision-1.48.0.gem) = bdae8cd735edce5d883426d92567825b4508758faac8eaff49b93ed165c6ccbb -SIZE (rubygem/aws-sdk-lookoutforvision-1.48.0.gem) = 46592 +TIMESTAMP = 1747715950 +SHA256 (rubygem/aws-sdk-lookoutforvision-1.49.0.gem) = 2f8c955740467c6a0d71ca08aaa7fa32d9504d180007315e3acfddb89639ad28 +SIZE (rubygem/aws-sdk-lookoutforvision-1.49.0.gem) = 46592 diff --git a/devel/rubygem-aws-sdk-lookoutmetrics/Makefile b/devel/rubygem-aws-sdk-lookoutmetrics/Makefile index 4096a9220a87..2b600fe7a4d1 100644 --- a/devel/rubygem-aws-sdk-lookoutmetrics/Makefile +++ b/devel/rubygem-aws-sdk-lookoutmetrics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lookoutmetrics -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lookoutmetrics/distinfo b/devel/rubygem-aws-sdk-lookoutmetrics/distinfo index 0e126ed717ff..cbe56e9514cb 100644 --- a/devel/rubygem-aws-sdk-lookoutmetrics/distinfo +++ b/devel/rubygem-aws-sdk-lookoutmetrics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547068 -SHA256 (rubygem/aws-sdk-lookoutmetrics-1.52.0.gem) = c1527323a8fc03ed834a2e46d19ac7d0cba86dc64d95eb9dfa1ea446c51e5d22 -SIZE (rubygem/aws-sdk-lookoutmetrics-1.52.0.gem) = 55296 +TIMESTAMP = 1747715952 +SHA256 (rubygem/aws-sdk-lookoutmetrics-1.53.0.gem) = 4d7ee871ed0ab16a0371a38f906816e0ba4faf5a71b3d33721a6d9f2a0548449 +SIZE (rubygem/aws-sdk-lookoutmetrics-1.53.0.gem) = 55296 diff --git a/devel/rubygem-aws-sdk-machinelearning/Makefile b/devel/rubygem-aws-sdk-machinelearning/Makefile index 0ca5e2fa6198..2b6ed2c63baf 100644 --- a/devel/rubygem-aws-sdk-machinelearning/Makefile +++ b/devel/rubygem-aws-sdk-machinelearning/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-machinelearning -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-machinelearning/distinfo b/devel/rubygem-aws-sdk-machinelearning/distinfo index 131ab0f77540..77cfcfc9fa44 100644 --- a/devel/rubygem-aws-sdk-machinelearning/distinfo +++ b/devel/rubygem-aws-sdk-machinelearning/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547070 -SHA256 (rubygem/aws-sdk-machinelearning-1.70.0.gem) = bb17cd387a2a853676071b951268e4cbd3b778d6dacc15243021d6613872a341 -SIZE (rubygem/aws-sdk-machinelearning-1.70.0.gem) = 62464 +TIMESTAMP = 1747715954 +SHA256 (rubygem/aws-sdk-machinelearning-1.71.0.gem) = 54118da9992f166d985b9b2bd01343466295d710ce09cb5e1037464725e59722 +SIZE (rubygem/aws-sdk-machinelearning-1.71.0.gem) = 62464 diff --git a/devel/rubygem-aws-sdk-macie2/Makefile b/devel/rubygem-aws-sdk-macie2/Makefile index dd4f3b592487..76488f33f577 100644 --- a/devel/rubygem-aws-sdk-macie2/Makefile +++ b/devel/rubygem-aws-sdk-macie2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-macie2 -PORTVERSION= 1.85.0 +PORTVERSION= 1.86.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-macie2/distinfo b/devel/rubygem-aws-sdk-macie2/distinfo index 1e0f172f00cb..7a484f287640 100644 --- a/devel/rubygem-aws-sdk-macie2/distinfo +++ b/devel/rubygem-aws-sdk-macie2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547072 -SHA256 (rubygem/aws-sdk-macie2-1.85.0.gem) = 50b3791577a27f43f11281bed66b906603c2ae903ab231260403546a36ab2eeb -SIZE (rubygem/aws-sdk-macie2-1.85.0.gem) = 111616 +TIMESTAMP = 1747715956 +SHA256 (rubygem/aws-sdk-macie2-1.86.0.gem) = 9554eccb6d23548afbf2ce26426cfa7452808fde2f1c4036683777b645eafc79 +SIZE (rubygem/aws-sdk-macie2-1.86.0.gem) = 111616 diff --git a/devel/rubygem-aws-sdk-mailmanager/Makefile b/devel/rubygem-aws-sdk-mailmanager/Makefile index a50789e02df6..c1030d895f48 100644 --- a/devel/rubygem-aws-sdk-mailmanager/Makefile +++ b/devel/rubygem-aws-sdk-mailmanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mailmanager -PORTVERSION= 1.25.0 +PORTVERSION= 1.26.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mailmanager/distinfo b/devel/rubygem-aws-sdk-mailmanager/distinfo index 8b8b14187f11..2e4203978e72 100644 --- a/devel/rubygem-aws-sdk-mailmanager/distinfo +++ b/devel/rubygem-aws-sdk-mailmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547074 -SHA256 (rubygem/aws-sdk-mailmanager-1.25.0.gem) = 66223c6c3b4538acb7e1b65d6c478ecba34b3ca842e36b99a35274cbf023cea8 -SIZE (rubygem/aws-sdk-mailmanager-1.25.0.gem) = 78848 +TIMESTAMP = 1747715958 +SHA256 (rubygem/aws-sdk-mailmanager-1.26.0.gem) = ed184c87d53b373fca892c2741d845577a8ff5fa58259c162d5606daf1695ee7 +SIZE (rubygem/aws-sdk-mailmanager-1.26.0.gem) = 78848 diff --git a/devel/rubygem-aws-sdk-mainframemodernization/Makefile b/devel/rubygem-aws-sdk-mainframemodernization/Makefile index 0792f1fa1505..0fe9b04a0167 100644 --- a/devel/rubygem-aws-sdk-mainframemodernization/Makefile +++ b/devel/rubygem-aws-sdk-mainframemodernization/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mainframemodernization -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mainframemodernization/distinfo b/devel/rubygem-aws-sdk-mainframemodernization/distinfo index a4ce94c6486f..bfd9ada19ac1 100644 --- a/devel/rubygem-aws-sdk-mainframemodernization/distinfo +++ b/devel/rubygem-aws-sdk-mainframemodernization/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547076 -SHA256 (rubygem/aws-sdk-mainframemodernization-1.36.0.gem) = ad2d1585b7115338b610717f49b723dd9d0e6960c794d428bdf3cbe21ddc5c08 -SIZE (rubygem/aws-sdk-mainframemodernization-1.36.0.gem) = 61952 +TIMESTAMP = 1747715960 +SHA256 (rubygem/aws-sdk-mainframemodernization-1.37.0.gem) = 9e5692ce0731450c865f73620559715615686d14ba294084c7cd572607531c13 +SIZE (rubygem/aws-sdk-mainframemodernization-1.37.0.gem) = 61952 diff --git a/devel/rubygem-aws-sdk-managedblockchain/Makefile b/devel/rubygem-aws-sdk-managedblockchain/Makefile index 5118ec1fdbd4..287e5bd56b7e 100644 --- a/devel/rubygem-aws-sdk-managedblockchain/Makefile +++ b/devel/rubygem-aws-sdk-managedblockchain/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-managedblockchain -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-managedblockchain/distinfo b/devel/rubygem-aws-sdk-managedblockchain/distinfo index 9d1d5af2befe..f137bc8e6697 100644 --- a/devel/rubygem-aws-sdk-managedblockchain/distinfo +++ b/devel/rubygem-aws-sdk-managedblockchain/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547078 -SHA256 (rubygem/aws-sdk-managedblockchain-1.69.0.gem) = 10492814d27c4cc0cfb1d86678bcd3f8eb0b5c38b3d6aa1639900568df3626e7 -SIZE (rubygem/aws-sdk-managedblockchain-1.69.0.gem) = 49664 +TIMESTAMP = 1747715962 +SHA256 (rubygem/aws-sdk-managedblockchain-1.70.0.gem) = 24d0647b7f6e0bdfff965c808250254e96eb3a6b9da38cbdae538135a347a689 +SIZE (rubygem/aws-sdk-managedblockchain-1.70.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-managedblockchainquery/Makefile b/devel/rubygem-aws-sdk-managedblockchainquery/Makefile index a5cf16796b0c..dbcbff516c2b 100644 --- a/devel/rubygem-aws-sdk-managedblockchainquery/Makefile +++ b/devel/rubygem-aws-sdk-managedblockchainquery/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-managedblockchainquery -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-managedblockchainquery/distinfo b/devel/rubygem-aws-sdk-managedblockchainquery/distinfo index 841cfa00fe20..1a3ecc8d4761 100644 --- a/devel/rubygem-aws-sdk-managedblockchainquery/distinfo +++ b/devel/rubygem-aws-sdk-managedblockchainquery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547080 -SHA256 (rubygem/aws-sdk-managedblockchainquery-1.27.0.gem) = f37b3591b5e2d30e54fb683d4f5d1726282ad4a2c8d323e8ee036378a6ffcee0 -SIZE (rubygem/aws-sdk-managedblockchainquery-1.27.0.gem) = 35840 +TIMESTAMP = 1747715964 +SHA256 (rubygem/aws-sdk-managedblockchainquery-1.28.0.gem) = b672350792a6a9461d09841628508df983829b555c22071423491671c8d9663e +SIZE (rubygem/aws-sdk-managedblockchainquery-1.28.0.gem) = 35840 diff --git a/devel/rubygem-aws-sdk-managedgrafana/Makefile b/devel/rubygem-aws-sdk-managedgrafana/Makefile index a6134a7fb1a4..f5441d21cee7 100644 --- a/devel/rubygem-aws-sdk-managedgrafana/Makefile +++ b/devel/rubygem-aws-sdk-managedgrafana/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-managedgrafana -PORTVERSION= 1.45.0 +PORTVERSION= 1.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-managedgrafana/distinfo b/devel/rubygem-aws-sdk-managedgrafana/distinfo index e3ac7e7eb521..6722b3e1f1c6 100644 --- a/devel/rubygem-aws-sdk-managedgrafana/distinfo +++ b/devel/rubygem-aws-sdk-managedgrafana/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547082 -SHA256 (rubygem/aws-sdk-managedgrafana-1.45.0.gem) = 1846cb18d892da5a0339c0118db87a8437ff9b0407dbe8662d3b51a3ea9e9609 -SIZE (rubygem/aws-sdk-managedgrafana-1.45.0.gem) = 52736 +TIMESTAMP = 1747715966 +SHA256 (rubygem/aws-sdk-managedgrafana-1.46.0.gem) = 83aa1deb02ed2aed793bb9ada1135938260435a3a9d3adff911555b3a8bdc1da +SIZE (rubygem/aws-sdk-managedgrafana-1.46.0.gem) = 52736 diff --git a/devel/rubygem-aws-sdk-marketplaceagreement/Makefile b/devel/rubygem-aws-sdk-marketplaceagreement/Makefile index ef000747b7ee..18128e2f4e34 100644 --- a/devel/rubygem-aws-sdk-marketplaceagreement/Makefile +++ b/devel/rubygem-aws-sdk-marketplaceagreement/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplaceagreement -PORTVERSION= 1.18.0 +PORTVERSION= 1.19.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplaceagreement/distinfo b/devel/rubygem-aws-sdk-marketplaceagreement/distinfo index b9539dd0a01a..f6bf2eb3a146 100644 --- a/devel/rubygem-aws-sdk-marketplaceagreement/distinfo +++ b/devel/rubygem-aws-sdk-marketplaceagreement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547084 -SHA256 (rubygem/aws-sdk-marketplaceagreement-1.18.0.gem) = 2fdb5a17b591a664265c3502b3974ffbfaebf213603a018d478c576765374d54 -SIZE (rubygem/aws-sdk-marketplaceagreement-1.18.0.gem) = 34304 +TIMESTAMP = 1747715968 +SHA256 (rubygem/aws-sdk-marketplaceagreement-1.19.0.gem) = 015a3545abdc761de459357be1018a29a67794d81caa6df88f878ec92a67d2df +SIZE (rubygem/aws-sdk-marketplaceagreement-1.19.0.gem) = 34304 diff --git a/devel/rubygem-aws-sdk-marketplacecatalog/Makefile b/devel/rubygem-aws-sdk-marketplacecatalog/Makefile index ef3caf0a80ad..bec5ce93665f 100644 --- a/devel/rubygem-aws-sdk-marketplacecatalog/Makefile +++ b/devel/rubygem-aws-sdk-marketplacecatalog/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplacecatalog -PORTVERSION= 1.58.0 +PORTVERSION= 1.59.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplacecatalog/distinfo b/devel/rubygem-aws-sdk-marketplacecatalog/distinfo index 00e98f40a6b2..beac7b1124db 100644 --- a/devel/rubygem-aws-sdk-marketplacecatalog/distinfo +++ b/devel/rubygem-aws-sdk-marketplacecatalog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547086 -SHA256 (rubygem/aws-sdk-marketplacecatalog-1.58.0.gem) = 3795d84a75047ded38aabf235077d36e877cbd52f5cbdf3df99dcb7c3bd8d019 -SIZE (rubygem/aws-sdk-marketplacecatalog-1.58.0.gem) = 47616 +TIMESTAMP = 1747715970 +SHA256 (rubygem/aws-sdk-marketplacecatalog-1.59.0.gem) = 4f7f6a72b927ab8db17aabb4162b88c51d9c53e7b1785199f03c0a4557e11111 +SIZE (rubygem/aws-sdk-marketplacecatalog-1.59.0.gem) = 47616 diff --git a/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile b/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile index 74dfdf06dc32..31d69298bc74 100644 --- a/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile +++ b/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplacecommerceanalytics -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplacecommerceanalytics/distinfo b/devel/rubygem-aws-sdk-marketplacecommerceanalytics/distinfo index 97fa8e58349a..455b0c1fbe23 100644 --- a/devel/rubygem-aws-sdk-marketplacecommerceanalytics/distinfo +++ b/devel/rubygem-aws-sdk-marketplacecommerceanalytics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547088 -SHA256 (rubygem/aws-sdk-marketplacecommerceanalytics-1.73.0.gem) = d12f06c1a6d6f147652ca30cb83ea6ce81165a8e635144d3d812ea8e87f3c603 -SIZE (rubygem/aws-sdk-marketplacecommerceanalytics-1.73.0.gem) = 26624 +TIMESTAMP = 1747715972 +SHA256 (rubygem/aws-sdk-marketplacecommerceanalytics-1.74.0.gem) = bf05a5431d03ec163d2a3d2c7fe51cb92e8f49aa26dd797ea078a5d9626cab03 +SIZE (rubygem/aws-sdk-marketplacecommerceanalytics-1.74.0.gem) = 26624 diff --git a/devel/rubygem-aws-sdk-marketplacedeployment/Makefile b/devel/rubygem-aws-sdk-marketplacedeployment/Makefile index 93b34f084c93..a2c23d6fb304 100644 --- a/devel/rubygem-aws-sdk-marketplacedeployment/Makefile +++ b/devel/rubygem-aws-sdk-marketplacedeployment/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplacedeployment -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplacedeployment/distinfo b/devel/rubygem-aws-sdk-marketplacedeployment/distinfo index 40ff5911f937..8aabcdc0619e 100644 --- a/devel/rubygem-aws-sdk-marketplacedeployment/distinfo +++ b/devel/rubygem-aws-sdk-marketplacedeployment/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547090 -SHA256 (rubygem/aws-sdk-marketplacedeployment-1.19.0.gem) = 3425e613b5517ed22d78bebceeba52bd5d209c3d56b09aa86af17065f03942bb -SIZE (rubygem/aws-sdk-marketplacedeployment-1.19.0.gem) = 24064 +TIMESTAMP = 1747715974 +SHA256 (rubygem/aws-sdk-marketplacedeployment-1.20.0.gem) = fa0aedd23aa3645aa8601e9f4f9bd45dc0bdc13596efc53d87fd2ad763db37b1 +SIZE (rubygem/aws-sdk-marketplacedeployment-1.20.0.gem) = 24064 diff --git a/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile b/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile index b39a5d1baf8a..9838e4b3b15f 100644 --- a/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile +++ b/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplaceentitlementservice -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplaceentitlementservice/distinfo b/devel/rubygem-aws-sdk-marketplaceentitlementservice/distinfo index 3e2ba2f4bd73..968d919bd646 100644 --- a/devel/rubygem-aws-sdk-marketplaceentitlementservice/distinfo +++ b/devel/rubygem-aws-sdk-marketplaceentitlementservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547092 -SHA256 (rubygem/aws-sdk-marketplaceentitlementservice-1.70.0.gem) = 9dd6b40e9bb41e0837454088f1b8e5c05e249f1982a662614316730ddce97e96 -SIZE (rubygem/aws-sdk-marketplaceentitlementservice-1.70.0.gem) = 24064 +TIMESTAMP = 1747715976 +SHA256 (rubygem/aws-sdk-marketplaceentitlementservice-1.71.0.gem) = 4b4ebf974dd01e5379a08ad3b47e7f58382a78881b2e2e4d14f1dfdded6680bf +SIZE (rubygem/aws-sdk-marketplaceentitlementservice-1.71.0.gem) = 24064 diff --git a/devel/rubygem-aws-sdk-marketplacemetering/Makefile b/devel/rubygem-aws-sdk-marketplacemetering/Makefile index 09b3fe1e337a..8aea436094fd 100644 --- a/devel/rubygem-aws-sdk-marketplacemetering/Makefile +++ b/devel/rubygem-aws-sdk-marketplacemetering/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplacemetering -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplacemetering/distinfo b/devel/rubygem-aws-sdk-marketplacemetering/distinfo index fcefa86fab20..afa3a3e236e2 100644 --- a/devel/rubygem-aws-sdk-marketplacemetering/distinfo +++ b/devel/rubygem-aws-sdk-marketplacemetering/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547094 -SHA256 (rubygem/aws-sdk-marketplacemetering-1.79.0.gem) = 40872e4c62550058835e0fad3c3247dc446499306a388e7ff20f5932b703ff49 -SIZE (rubygem/aws-sdk-marketplacemetering-1.79.0.gem) = 31232 +TIMESTAMP = 1747715978 +SHA256 (rubygem/aws-sdk-marketplacemetering-1.80.0.gem) = 9c4c188abd50d51da58fc90df56f684c370babddb68975c6a40fd9ebfdd6c9f4 +SIZE (rubygem/aws-sdk-marketplacemetering-1.80.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-marketplacereporting/Makefile b/devel/rubygem-aws-sdk-marketplacereporting/Makefile index d54d9bdcf82c..3826b3821d9a 100644 --- a/devel/rubygem-aws-sdk-marketplacereporting/Makefile +++ b/devel/rubygem-aws-sdk-marketplacereporting/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplacereporting -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplacereporting/distinfo b/devel/rubygem-aws-sdk-marketplacereporting/distinfo index 2e2b1616abff..bcc69c1855f0 100644 --- a/devel/rubygem-aws-sdk-marketplacereporting/distinfo +++ b/devel/rubygem-aws-sdk-marketplacereporting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547096 -SHA256 (rubygem/aws-sdk-marketplacereporting-1.6.0.gem) = 4a5677539efd4dd72bb9e5dad287ce6a3544d061a5407f488e13b8448c2957a7 -SIZE (rubygem/aws-sdk-marketplacereporting-1.6.0.gem) = 21504 +TIMESTAMP = 1747715980 +SHA256 (rubygem/aws-sdk-marketplacereporting-1.7.0.gem) = 122e81a8eca65dd00f32dcd0eb06a0a127a72258660bea419d21954fc0b19580 +SIZE (rubygem/aws-sdk-marketplacereporting-1.7.0.gem) = 21504 diff --git a/devel/rubygem-aws-sdk-mediaconnect/Makefile b/devel/rubygem-aws-sdk-mediaconnect/Makefile index 19743893a633..46c4990dd29f 100644 --- a/devel/rubygem-aws-sdk-mediaconnect/Makefile +++ b/devel/rubygem-aws-sdk-mediaconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediaconnect -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediaconnect/distinfo b/devel/rubygem-aws-sdk-mediaconnect/distinfo index 70c7ee8f36b3..035230cb48c8 100644 --- a/devel/rubygem-aws-sdk-mediaconnect/distinfo +++ b/devel/rubygem-aws-sdk-mediaconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547098 -SHA256 (rubygem/aws-sdk-mediaconnect-1.79.0.gem) = ae7512ba2d8ffe1305013eae8cc3116b73af072a3631013267aa294e005505cd -SIZE (rubygem/aws-sdk-mediaconnect-1.79.0.gem) = 94208 +TIMESTAMP = 1747715982 +SHA256 (rubygem/aws-sdk-mediaconnect-1.80.0.gem) = 42148bb2df687440811b8ebe140682672f2b301f9272c851680df6f2b2631f99 +SIZE (rubygem/aws-sdk-mediaconnect-1.80.0.gem) = 94208 diff --git a/devel/rubygem-aws-sdk-mediaconvert/Makefile b/devel/rubygem-aws-sdk-mediaconvert/Makefile index 845fc6545a49..01e61b5e2430 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/Makefile +++ b/devel/rubygem-aws-sdk-mediaconvert/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediaconvert -PORTVERSION= 1.157.0 +PORTVERSION= 1.159.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediaconvert/distinfo b/devel/rubygem-aws-sdk-mediaconvert/distinfo index 324186595ad1..259cdcac2cbc 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/distinfo +++ b/devel/rubygem-aws-sdk-mediaconvert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547100 -SHA256 (rubygem/aws-sdk-mediaconvert-1.157.0.gem) = 0f0b286e599db3ea0af3792e91b166f8e60d33baff7d54c7ab8ab67e3b45df78 -SIZE (rubygem/aws-sdk-mediaconvert-1.157.0.gem) = 328704 +TIMESTAMP = 1747715984 +SHA256 (rubygem/aws-sdk-mediaconvert-1.159.0.gem) = e8c7988c827b64b74f57e997d496b2e95b17d85e2407b116442c2d43b5d1c29c +SIZE (rubygem/aws-sdk-mediaconvert-1.159.0.gem) = 329728 diff --git a/devel/rubygem-aws-sdk-medialive/Makefile b/devel/rubygem-aws-sdk-medialive/Makefile index 83f290371a22..ba60ed9339f8 100644 --- a/devel/rubygem-aws-sdk-medialive/Makefile +++ b/devel/rubygem-aws-sdk-medialive/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-medialive -PORTVERSION= 1.153.0 +PORTVERSION= 1.154.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-medialive/distinfo b/devel/rubygem-aws-sdk-medialive/distinfo index 760ef12a4172..684347d7e243 100644 --- a/devel/rubygem-aws-sdk-medialive/distinfo +++ b/devel/rubygem-aws-sdk-medialive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547102 -SHA256 (rubygem/aws-sdk-medialive-1.153.0.gem) = d532bf1473e7040e0f621fb51b79cd423294166d322c16b6871994cd0669c6ba -SIZE (rubygem/aws-sdk-medialive-1.153.0.gem) = 352768 +TIMESTAMP = 1747715986 +SHA256 (rubygem/aws-sdk-medialive-1.154.0.gem) = 8b1ebb591cc0ef9a307172d10ff5e9c01f78e70c1a637423d8167fa898b7aabe +SIZE (rubygem/aws-sdk-medialive-1.154.0.gem) = 353280 diff --git a/devel/rubygem-aws-sdk-mediapackage/Makefile b/devel/rubygem-aws-sdk-mediapackage/Makefile index f1de51bd1395..517ed6f06404 100644 --- a/devel/rubygem-aws-sdk-mediapackage/Makefile +++ b/devel/rubygem-aws-sdk-mediapackage/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediapackage -PORTVERSION= 1.87.0 +PORTVERSION= 1.88.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediapackage/distinfo b/devel/rubygem-aws-sdk-mediapackage/distinfo index 4379511d0027..7b7452878d97 100644 --- a/devel/rubygem-aws-sdk-mediapackage/distinfo +++ b/devel/rubygem-aws-sdk-mediapackage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547104 -SHA256 (rubygem/aws-sdk-mediapackage-1.87.0.gem) = cf491e2461d970facf01ff96187d836bbc81ca99b0c1af3f76f47b8494f4ad1a -SIZE (rubygem/aws-sdk-mediapackage-1.87.0.gem) = 47104 +TIMESTAMP = 1747715988 +SHA256 (rubygem/aws-sdk-mediapackage-1.88.0.gem) = f8186680f23dd363ccc1fe3f8a942a023776175ea1568f2563760915e755a79e +SIZE (rubygem/aws-sdk-mediapackage-1.88.0.gem) = 47104 diff --git a/devel/rubygem-aws-sdk-mediapackagev2/Makefile b/devel/rubygem-aws-sdk-mediapackagev2/Makefile index 0101d7b61945..ee14046de2e1 100644 --- a/devel/rubygem-aws-sdk-mediapackagev2/Makefile +++ b/devel/rubygem-aws-sdk-mediapackagev2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediapackagev2 -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediapackagev2/distinfo b/devel/rubygem-aws-sdk-mediapackagev2/distinfo index e49b28573384..1fd0f82fc2b1 100644 --- a/devel/rubygem-aws-sdk-mediapackagev2/distinfo +++ b/devel/rubygem-aws-sdk-mediapackagev2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547106 -SHA256 (rubygem/aws-sdk-mediapackagev2-1.38.0.gem) = 7c5b88f33e1c4ac53bcaf140ac027702704206eedf9eb14dd3df854d24fdc5ab -SIZE (rubygem/aws-sdk-mediapackagev2-1.38.0.gem) = 71680 +TIMESTAMP = 1747715990 +SHA256 (rubygem/aws-sdk-mediapackagev2-1.39.0.gem) = 97f2993616a415674ecdb8d58e920a45d215368c0d0c51248dcbf7d71908cc96 +SIZE (rubygem/aws-sdk-mediapackagev2-1.39.0.gem) = 71680 diff --git a/devel/rubygem-aws-sdk-mediapackagevod/Makefile b/devel/rubygem-aws-sdk-mediapackagevod/Makefile index 11220626e751..5204f9b4f382 100644 --- a/devel/rubygem-aws-sdk-mediapackagevod/Makefile +++ b/devel/rubygem-aws-sdk-mediapackagevod/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediapackagevod -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediapackagevod/distinfo b/devel/rubygem-aws-sdk-mediapackagevod/distinfo index 6e8ea8d4501b..a7dc28b94818 100644 --- a/devel/rubygem-aws-sdk-mediapackagevod/distinfo +++ b/devel/rubygem-aws-sdk-mediapackagevod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547108 -SHA256 (rubygem/aws-sdk-mediapackagevod-1.69.0.gem) = ad81f2e71898bc13af7af5a5374f7e476f4d74eee5c1917a4a98e6e63360690a -SIZE (rubygem/aws-sdk-mediapackagevod-1.69.0.gem) = 38912 +TIMESTAMP = 1747715992 +SHA256 (rubygem/aws-sdk-mediapackagevod-1.70.0.gem) = 4fe177a6eb3ad8beca5084b2e245cf7ff4698d3e13247fae423443a8e51f1e96 +SIZE (rubygem/aws-sdk-mediapackagevod-1.70.0.gem) = 38912 diff --git a/devel/rubygem-aws-sdk-mediastore/Makefile b/devel/rubygem-aws-sdk-mediastore/Makefile index 81549f69ba8d..0ad98dd22135 100644 --- a/devel/rubygem-aws-sdk-mediastore/Makefile +++ b/devel/rubygem-aws-sdk-mediastore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediastore -PORTVERSION= 1.71.0 +PORTVERSION= 1.72.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediastore/distinfo b/devel/rubygem-aws-sdk-mediastore/distinfo index 56526beed279..9077bdde870e 100644 --- a/devel/rubygem-aws-sdk-mediastore/distinfo +++ b/devel/rubygem-aws-sdk-mediastore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547110 -SHA256 (rubygem/aws-sdk-mediastore-1.71.0.gem) = 72d0b659bbbf5a163b0824119a83ea91c82aa98fb94770a134ecb912d4710fbe -SIZE (rubygem/aws-sdk-mediastore-1.71.0.gem) = 34304 +TIMESTAMP = 1747715994 +SHA256 (rubygem/aws-sdk-mediastore-1.72.0.gem) = 03ebb59b34736600fce30ee0839a29777d20ad52d6c6f7161bc7a8b44d96aaa1 +SIZE (rubygem/aws-sdk-mediastore-1.72.0.gem) = 34304 diff --git a/devel/rubygem-aws-sdk-mediastoredata/Makefile b/devel/rubygem-aws-sdk-mediastoredata/Makefile index a66372c2e22e..1655a8550cfa 100644 --- a/devel/rubygem-aws-sdk-mediastoredata/Makefile +++ b/devel/rubygem-aws-sdk-mediastoredata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediastoredata -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediastoredata/distinfo b/devel/rubygem-aws-sdk-mediastoredata/distinfo index 00a0f25c1bda..3899f59d8d99 100644 --- a/devel/rubygem-aws-sdk-mediastoredata/distinfo +++ b/devel/rubygem-aws-sdk-mediastoredata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547112 -SHA256 (rubygem/aws-sdk-mediastoredata-1.68.0.gem) = 59320cae42da71b5b301d163a875d47ec34ed4ad32cab8c19215ea4006dfcc7f -SIZE (rubygem/aws-sdk-mediastoredata-1.68.0.gem) = 27136 +TIMESTAMP = 1747715996 +SHA256 (rubygem/aws-sdk-mediastoredata-1.69.0.gem) = 874a40644ad57472a42e99e046db26ef59dec33fababba2df4110b8cf242e462 +SIZE (rubygem/aws-sdk-mediastoredata-1.69.0.gem) = 27136 diff --git a/devel/rubygem-aws-sdk-mediatailor/Makefile b/devel/rubygem-aws-sdk-mediatailor/Makefile index c8703010040f..f2b1ab48d620 100644 --- a/devel/rubygem-aws-sdk-mediatailor/Makefile +++ b/devel/rubygem-aws-sdk-mediatailor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediatailor -PORTVERSION= 1.99.0 +PORTVERSION= 1.100.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediatailor/distinfo b/devel/rubygem-aws-sdk-mediatailor/distinfo index 9b626ec523de..46656ef6dc8f 100644 --- a/devel/rubygem-aws-sdk-mediatailor/distinfo +++ b/devel/rubygem-aws-sdk-mediatailor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547114 -SHA256 (rubygem/aws-sdk-mediatailor-1.99.0.gem) = 38a720ffa5c11b259b826d456196e21a43af4aac760f7eaff8a5b5677422bd4c -SIZE (rubygem/aws-sdk-mediatailor-1.99.0.gem) = 86016 +TIMESTAMP = 1747715998 +SHA256 (rubygem/aws-sdk-mediatailor-1.100.0.gem) = 1bb12cb57af941af81b5f90c21ea03010bba2586f16f8cba447a311f9381dca8 +SIZE (rubygem/aws-sdk-mediatailor-1.100.0.gem) = 86016 diff --git a/devel/rubygem-aws-sdk-medicalimaging/Makefile b/devel/rubygem-aws-sdk-medicalimaging/Makefile index 3edfd8fd4acc..f11a255552b1 100644 --- a/devel/rubygem-aws-sdk-medicalimaging/Makefile +++ b/devel/rubygem-aws-sdk-medicalimaging/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-medicalimaging -PORTVERSION= 1.26.0 +PORTVERSION= 1.27.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-medicalimaging/distinfo b/devel/rubygem-aws-sdk-medicalimaging/distinfo index 2a03af36a77d..4c37321b1a08 100644 --- a/devel/rubygem-aws-sdk-medicalimaging/distinfo +++ b/devel/rubygem-aws-sdk-medicalimaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547116 -SHA256 (rubygem/aws-sdk-medicalimaging-1.26.0.gem) = b9737d570c8f1cd0ee034d8918b20450481457f961e6e6f174c8a7544e582779 -SIZE (rubygem/aws-sdk-medicalimaging-1.26.0.gem) = 39936 +TIMESTAMP = 1747716000 +SHA256 (rubygem/aws-sdk-medicalimaging-1.27.0.gem) = bddeccfffe4e8054497853cc7a00d7cb187749e183ebe8872479d231401f4443 +SIZE (rubygem/aws-sdk-medicalimaging-1.27.0.gem) = 39936 diff --git a/devel/rubygem-aws-sdk-memorydb/Makefile b/devel/rubygem-aws-sdk-memorydb/Makefile index 277e55445ed8..4fe8bf7cd86a 100644 --- a/devel/rubygem-aws-sdk-memorydb/Makefile +++ b/devel/rubygem-aws-sdk-memorydb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-memorydb -PORTVERSION= 1.45.0 +PORTVERSION= 1.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-memorydb/distinfo b/devel/rubygem-aws-sdk-memorydb/distinfo index 87599d58fa46..33396640b635 100644 --- a/devel/rubygem-aws-sdk-memorydb/distinfo +++ b/devel/rubygem-aws-sdk-memorydb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547118 -SHA256 (rubygem/aws-sdk-memorydb-1.45.0.gem) = 905096ae26bc12e2ca06ee6a26239d452afaf80c6f10e98e9398bbb4b2e36f06 -SIZE (rubygem/aws-sdk-memorydb-1.45.0.gem) = 69632 +TIMESTAMP = 1747716002 +SHA256 (rubygem/aws-sdk-memorydb-1.46.0.gem) = 8d59e415a0ecfecbc82f2414bd5e6e0d1f83dbb2f5caad5f0fd1fd0e5fee41d0 +SIZE (rubygem/aws-sdk-memorydb-1.46.0.gem) = 69632 diff --git a/devel/rubygem-aws-sdk-mgn/Makefile b/devel/rubygem-aws-sdk-mgn/Makefile index 97de5faa1dd7..159cf581b494 100644 --- a/devel/rubygem-aws-sdk-mgn/Makefile +++ b/devel/rubygem-aws-sdk-mgn/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mgn -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mgn/distinfo b/devel/rubygem-aws-sdk-mgn/distinfo index fff5cd5d6c58..3e0db63ade2b 100644 --- a/devel/rubygem-aws-sdk-mgn/distinfo +++ b/devel/rubygem-aws-sdk-mgn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547120 -SHA256 (rubygem/aws-sdk-mgn-1.47.0.gem) = 72de716aad6a401f45a673c08ba03e48193a1e3c2bdcf90a2bda0c120e499515 -SIZE (rubygem/aws-sdk-mgn-1.47.0.gem) = 85504 +TIMESTAMP = 1747716004 +SHA256 (rubygem/aws-sdk-mgn-1.48.0.gem) = 1ac34cc455765912f207e0f2f9c58eabfb9e2d83b66340ec7e66d6fd3fee4bb4 +SIZE (rubygem/aws-sdk-mgn-1.48.0.gem) = 85504 diff --git a/devel/rubygem-aws-sdk-migrationhub/Makefile b/devel/rubygem-aws-sdk-migrationhub/Makefile index 128191cd2b69..4d327d66dc58 100644 --- a/devel/rubygem-aws-sdk-migrationhub/Makefile +++ b/devel/rubygem-aws-sdk-migrationhub/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-migrationhub -PORTVERSION= 1.72.0 +PORTVERSION= 1.73.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-migrationhub/distinfo b/devel/rubygem-aws-sdk-migrationhub/distinfo index 3bdf062ef68c..780367d7bdfa 100644 --- a/devel/rubygem-aws-sdk-migrationhub/distinfo +++ b/devel/rubygem-aws-sdk-migrationhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547122 -SHA256 (rubygem/aws-sdk-migrationhub-1.72.0.gem) = 7397136fd7ef95490e13bd6d993b84889c46f927155c7d3e625a6f4cf2e2fca6 -SIZE (rubygem/aws-sdk-migrationhub-1.72.0.gem) = 38400 +TIMESTAMP = 1747716006 +SHA256 (rubygem/aws-sdk-migrationhub-1.73.0.gem) = 94f9b83a4beff42f1df5bdd61c6038412e1fac07ae719fdeea66aba438a3fac3 +SIZE (rubygem/aws-sdk-migrationhub-1.73.0.gem) = 38400 diff --git a/devel/rubygem-aws-sdk-migrationhubconfig/Makefile b/devel/rubygem-aws-sdk-migrationhubconfig/Makefile index be52779ef678..bd2195832532 100644 --- a/devel/rubygem-aws-sdk-migrationhubconfig/Makefile +++ b/devel/rubygem-aws-sdk-migrationhubconfig/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-migrationhubconfig -PORTVERSION= 1.51.0 +PORTVERSION= 1.52.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-migrationhubconfig/distinfo b/devel/rubygem-aws-sdk-migrationhubconfig/distinfo index ab7114ed2686..8a151c6e1d43 100644 --- a/devel/rubygem-aws-sdk-migrationhubconfig/distinfo +++ b/devel/rubygem-aws-sdk-migrationhubconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547124 -SHA256 (rubygem/aws-sdk-migrationhubconfig-1.51.0.gem) = 4329d83c4d42878cc502456d66deec328af8dceeb837b6e95abca2b247855021 -SIZE (rubygem/aws-sdk-migrationhubconfig-1.51.0.gem) = 24576 +TIMESTAMP = 1747716008 +SHA256 (rubygem/aws-sdk-migrationhubconfig-1.52.0.gem) = 4f0ef422b1a986c142832ed3a23773ebaf73187c43245a4c35914c0521cb1ec4 +SIZE (rubygem/aws-sdk-migrationhubconfig-1.52.0.gem) = 24576 diff --git a/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile b/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile index d4ac4bd1605e..b8c080d69c05 100644 --- a/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile +++ b/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-migrationhuborchestrator -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo b/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo index bce2ab08109b..d394e07807a9 100644 --- a/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo +++ b/devel/rubygem-aws-sdk-migrationhuborchestrator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547126 -SHA256 (rubygem/aws-sdk-migrationhuborchestrator-1.30.0.gem) = f4e9e028adeda2b3cbaf7f19e27e539b1ec26f1fde93abc5c44a3a81495c64c6 -SIZE (rubygem/aws-sdk-migrationhuborchestrator-1.30.0.gem) = 45056 +TIMESTAMP = 1747716010 +SHA256 (rubygem/aws-sdk-migrationhuborchestrator-1.31.0.gem) = c0d7174e7ad57eee2eb1cd8f1441f3d6a738baa823e650bab7a710788d08ee0f +SIZE (rubygem/aws-sdk-migrationhuborchestrator-1.31.0.gem) = 45056 diff --git a/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile b/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile index 6fc193c48c4c..6ad244dc1540 100644 --- a/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile +++ b/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-migrationhubrefactorspaces -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-migrationhubrefactorspaces/distinfo b/devel/rubygem-aws-sdk-migrationhubrefactorspaces/distinfo index 843dec89767e..397fb51e6b1c 100644 --- a/devel/rubygem-aws-sdk-migrationhubrefactorspaces/distinfo +++ b/devel/rubygem-aws-sdk-migrationhubrefactorspaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547128 -SHA256 (rubygem/aws-sdk-migrationhubrefactorspaces-1.40.0.gem) = 1a747a40825bd5e2329ee36244244220c9ab6a772d321c5d38a4cc94a9a2f44b -SIZE (rubygem/aws-sdk-migrationhubrefactorspaces-1.40.0.gem) = 45568 +TIMESTAMP = 1747716012 +SHA256 (rubygem/aws-sdk-migrationhubrefactorspaces-1.41.0.gem) = b5a58632305ef596875a47034102ee66739a4ef6e3432a7d5b7c25ec9fbdf57b +SIZE (rubygem/aws-sdk-migrationhubrefactorspaces-1.41.0.gem) = 45568 diff --git a/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile b/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile index 1b2d6bb5b8d1..5a94f2e047a7 100644 --- a/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile +++ b/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-migrationhubstrategyrecommendations -PORTVERSION= 1.37.0 +PORTVERSION= 1.38.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/distinfo b/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/distinfo index 1519cd5e4fda..0de84b766829 100644 --- a/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/distinfo +++ b/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547130 -SHA256 (rubygem/aws-sdk-migrationhubstrategyrecommendations-1.37.0.gem) = 3e142e435d163770fe85fce59d3a8ac25fb36ae7c51c556ce2763d6233fa5325 -SIZE (rubygem/aws-sdk-migrationhubstrategyrecommendations-1.37.0.gem) = 54784 +TIMESTAMP = 1747716014 +SHA256 (rubygem/aws-sdk-migrationhubstrategyrecommendations-1.38.0.gem) = 9dbd7b0fd0fb1388cb1e9ed5c02f940b262f23a2e78fb0d6888fa6705f2cefb3 +SIZE (rubygem/aws-sdk-migrationhubstrategyrecommendations-1.38.0.gem) = 54784 diff --git a/devel/rubygem-aws-sdk-mq/Makefile b/devel/rubygem-aws-sdk-mq/Makefile index b890591ae4a1..22eca9d9d0f8 100644 --- a/devel/rubygem-aws-sdk-mq/Makefile +++ b/devel/rubygem-aws-sdk-mq/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mq -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mq/distinfo b/devel/rubygem-aws-sdk-mq/distinfo index dfe98f34c167..9ca41978777b 100644 --- a/devel/rubygem-aws-sdk-mq/distinfo +++ b/devel/rubygem-aws-sdk-mq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547132 -SHA256 (rubygem/aws-sdk-mq-1.79.0.gem) = d14ce1d2820d5aeedb7e85404f6ce5d673265df4b85470206a2847d981e6da94 -SIZE (rubygem/aws-sdk-mq-1.79.0.gem) = 49664 +TIMESTAMP = 1747716016 +SHA256 (rubygem/aws-sdk-mq-1.80.0.gem) = fcc9b4270cc02752b9d02404927f553c4a6aca29a728de62226db4df50514c18 +SIZE (rubygem/aws-sdk-mq-1.80.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-mturk/Makefile b/devel/rubygem-aws-sdk-mturk/Makefile index a02ea5b92bad..0f6aa77d4612 100644 --- a/devel/rubygem-aws-sdk-mturk/Makefile +++ b/devel/rubygem-aws-sdk-mturk/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mturk -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mturk/distinfo b/devel/rubygem-aws-sdk-mturk/distinfo index f37fabeb1f55..e26b35e081a6 100644 --- a/devel/rubygem-aws-sdk-mturk/distinfo +++ b/devel/rubygem-aws-sdk-mturk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547134 -SHA256 (rubygem/aws-sdk-mturk-1.70.0.gem) = 5303d7434f11c59056bee0bf0a88de00d3ac1419260c1968a1b741ef4c4f0ac6 -SIZE (rubygem/aws-sdk-mturk-1.70.0.gem) = 64000 +TIMESTAMP = 1747716018 +SHA256 (rubygem/aws-sdk-mturk-1.71.0.gem) = b1bf58c781e6012dd8c97a9e0fe0b8ffa9a24e8f211c73b22734c0c723d470bb +SIZE (rubygem/aws-sdk-mturk-1.71.0.gem) = 64000 diff --git a/devel/rubygem-aws-sdk-mwaa/Makefile b/devel/rubygem-aws-sdk-mwaa/Makefile index ec4af1c6f4b8..989d6127b5ca 100644 --- a/devel/rubygem-aws-sdk-mwaa/Makefile +++ b/devel/rubygem-aws-sdk-mwaa/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mwaa -PORTVERSION= 1.56.0 +PORTVERSION= 1.57.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mwaa/distinfo b/devel/rubygem-aws-sdk-mwaa/distinfo index 0a0eac1de1d8..8808eba8f5dd 100644 --- a/devel/rubygem-aws-sdk-mwaa/distinfo +++ b/devel/rubygem-aws-sdk-mwaa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547136 -SHA256 (rubygem/aws-sdk-mwaa-1.56.0.gem) = dfb27f17ddc92536e5041a0ba27a4ab5c7a1ccaf4adcaca7ed4c0bcad70428d2 -SIZE (rubygem/aws-sdk-mwaa-1.56.0.gem) = 43008 +TIMESTAMP = 1747716020 +SHA256 (rubygem/aws-sdk-mwaa-1.57.0.gem) = cf0883ce89da8757918bf8759104bb6c9730eaa28688de172c1c9f92eb627b7e +SIZE (rubygem/aws-sdk-mwaa-1.57.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-neptune/Makefile b/devel/rubygem-aws-sdk-neptune/Makefile index 5ba177421558..eb63868ec4c9 100644 --- a/devel/rubygem-aws-sdk-neptune/Makefile +++ b/devel/rubygem-aws-sdk-neptune/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-neptune -PORTVERSION= 1.83.0 +PORTVERSION= 1.85.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-neptune/distinfo b/devel/rubygem-aws-sdk-neptune/distinfo index c115a7c8f2ab..3ae6f2b6ef73 100644 --- a/devel/rubygem-aws-sdk-neptune/distinfo +++ b/devel/rubygem-aws-sdk-neptune/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547138 -SHA256 (rubygem/aws-sdk-neptune-1.83.0.gem) = 5606aef0ccf58c8a70b6b6b7f16d3f0048ee196ffb06640d9dde26de85322c83 -SIZE (rubygem/aws-sdk-neptune-1.83.0.gem) = 134144 +TIMESTAMP = 1747716022 +SHA256 (rubygem/aws-sdk-neptune-1.85.0.gem) = 70e5979454a20cd201eb87c4666fb6d13a2a9f99e58913533d9de90996bbe2a1 +SIZE (rubygem/aws-sdk-neptune-1.85.0.gem) = 138240 diff --git a/devel/rubygem-aws-sdk-neptunedata/Makefile b/devel/rubygem-aws-sdk-neptunedata/Makefile index b344f27b4ba9..db21c5ab21bd 100644 --- a/devel/rubygem-aws-sdk-neptunedata/Makefile +++ b/devel/rubygem-aws-sdk-neptunedata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-neptunedata -PORTVERSION= 1.25.0 +PORTVERSION= 1.26.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-neptunedata/distinfo b/devel/rubygem-aws-sdk-neptunedata/distinfo index 3510219a2263..fd97530b50ab 100644 --- a/devel/rubygem-aws-sdk-neptunedata/distinfo +++ b/devel/rubygem-aws-sdk-neptunedata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547140 -SHA256 (rubygem/aws-sdk-neptunedata-1.25.0.gem) = db63ef87c2ca8dc7b8dca3f733631d9256aea1db3f00a60026c35d51514291d4 -SIZE (rubygem/aws-sdk-neptunedata-1.25.0.gem) = 73728 +TIMESTAMP = 1747716024 +SHA256 (rubygem/aws-sdk-neptunedata-1.26.0.gem) = ec1e27aa0d31b0a34dc43cc85149e6aa3e53ebd735ae0f19835cfb3fbf2989eb +SIZE (rubygem/aws-sdk-neptunedata-1.26.0.gem) = 73728 diff --git a/devel/rubygem-aws-sdk-neptunegraph/Makefile b/devel/rubygem-aws-sdk-neptunegraph/Makefile index 2bf3d99ab717..51e305a10735 100644 --- a/devel/rubygem-aws-sdk-neptunegraph/Makefile +++ b/devel/rubygem-aws-sdk-neptunegraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-neptunegraph -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-neptunegraph/distinfo b/devel/rubygem-aws-sdk-neptunegraph/distinfo index 19d935dea4f0..667d73f2932d 100644 --- a/devel/rubygem-aws-sdk-neptunegraph/distinfo +++ b/devel/rubygem-aws-sdk-neptunegraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547142 -SHA256 (rubygem/aws-sdk-neptunegraph-1.32.0.gem) = b5749f36764ed7ca1013e55abcfd2985cd19a5bfc3c12c9fedfbef2345bc5558 -SIZE (rubygem/aws-sdk-neptunegraph-1.32.0.gem) = 60416 +TIMESTAMP = 1747716026 +SHA256 (rubygem/aws-sdk-neptunegraph-1.33.0.gem) = aa941dac32130da680eb90662077954d086dfd6ec25e6068a524033bb858e639 +SIZE (rubygem/aws-sdk-neptunegraph-1.33.0.gem) = 60416 diff --git a/devel/rubygem-aws-sdk-networkfirewall/Makefile b/devel/rubygem-aws-sdk-networkfirewall/Makefile index eb51e74fe02c..ad90d0d10160 100644 --- a/devel/rubygem-aws-sdk-networkfirewall/Makefile +++ b/devel/rubygem-aws-sdk-networkfirewall/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-networkfirewall -PORTVERSION= 1.64.0 +PORTVERSION= 1.65.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkfirewall/distinfo b/devel/rubygem-aws-sdk-networkfirewall/distinfo index 0ae0bdc97a04..933d07e47a7e 100644 --- a/devel/rubygem-aws-sdk-networkfirewall/distinfo +++ b/devel/rubygem-aws-sdk-networkfirewall/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547144 -SHA256 (rubygem/aws-sdk-networkfirewall-1.64.0.gem) = 70169657437436fb40990e393e40ba10a44cf142db5f47f1d267b21464d42489 -SIZE (rubygem/aws-sdk-networkfirewall-1.64.0.gem) = 99328 +TIMESTAMP = 1747716028 +SHA256 (rubygem/aws-sdk-networkfirewall-1.65.0.gem) = fdda526648584a7e2a1c6f9d52a75fef1ac29834b0c3fd5dcaefbdaa6f961b2c +SIZE (rubygem/aws-sdk-networkfirewall-1.65.0.gem) = 99328 diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile index 25c263d341cd..23de3d55bbf2 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile +++ b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-networkflowmonitor -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo index 1e71f4c4e4cb..ca554383cf89 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo +++ b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547146 -SHA256 (rubygem/aws-sdk-networkflowmonitor-1.5.0.gem) = 13409d4d3a75b9a21a9106d3f38c408cba199cd73b1667aa04862149897918c0 -SIZE (rubygem/aws-sdk-networkflowmonitor-1.5.0.gem) = 40448 +TIMESTAMP = 1747716030 +SHA256 (rubygem/aws-sdk-networkflowmonitor-1.6.0.gem) = f2c48bbee5b777dae3fb9d6fbef29a23cc81f735f75a652a13c0300edcc36ac9 +SIZE (rubygem/aws-sdk-networkflowmonitor-1.6.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-networkmanager/Makefile b/devel/rubygem-aws-sdk-networkmanager/Makefile index d5c1e8faf148..c4d92ad4846e 100644 --- a/devel/rubygem-aws-sdk-networkmanager/Makefile +++ b/devel/rubygem-aws-sdk-networkmanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-networkmanager -PORTVERSION= 1.62.0 +PORTVERSION= 1.63.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkmanager/distinfo b/devel/rubygem-aws-sdk-networkmanager/distinfo index 62ddda723b25..717d11aebb01 100644 --- a/devel/rubygem-aws-sdk-networkmanager/distinfo +++ b/devel/rubygem-aws-sdk-networkmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547148 -SHA256 (rubygem/aws-sdk-networkmanager-1.62.0.gem) = 324b4405e6b53104cc0560431bcbcf5ea0057f7a17826cb7ec5d24b7dc01778b -SIZE (rubygem/aws-sdk-networkmanager-1.62.0.gem) = 92672 +TIMESTAMP = 1747716032 +SHA256 (rubygem/aws-sdk-networkmanager-1.63.0.gem) = 6394042d4b4ea45223a0acb71bec5f6c033db9e42c9b7741c8a08f7bb8c5fac1 +SIZE (rubygem/aws-sdk-networkmanager-1.63.0.gem) = 92672 diff --git a/devel/rubygem-aws-sdk-networkmonitor/Makefile b/devel/rubygem-aws-sdk-networkmonitor/Makefile index 010a5b8a2b19..7b635ec8adbe 100644 --- a/devel/rubygem-aws-sdk-networkmonitor/Makefile +++ b/devel/rubygem-aws-sdk-networkmonitor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-networkmonitor -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkmonitor/distinfo b/devel/rubygem-aws-sdk-networkmonitor/distinfo index 1254c1135d41..a0dadf67b5dd 100644 --- a/devel/rubygem-aws-sdk-networkmonitor/distinfo +++ b/devel/rubygem-aws-sdk-networkmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547150 -SHA256 (rubygem/aws-sdk-networkmonitor-1.19.0.gem) = f9088527393c78636081acd262fa1d3a583e5edfadc6592817791a799da75b91 -SIZE (rubygem/aws-sdk-networkmonitor-1.19.0.gem) = 30208 +TIMESTAMP = 1747716034 +SHA256 (rubygem/aws-sdk-networkmonitor-1.20.0.gem) = c7f8430a4fca5682afeb12dbc53279227ecdc24dd370738ebeada5e040f8d2c1 +SIZE (rubygem/aws-sdk-networkmonitor-1.20.0.gem) = 30208 diff --git a/devel/rubygem-aws-sdk-notifications/Makefile b/devel/rubygem-aws-sdk-notifications/Makefile index 16fc57b0bc2a..1d1736407b83 100644 --- a/devel/rubygem-aws-sdk-notifications/Makefile +++ b/devel/rubygem-aws-sdk-notifications/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-notifications -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-notifications/distinfo b/devel/rubygem-aws-sdk-notifications/distinfo index 0a376e40b49f..2372eef5f004 100644 --- a/devel/rubygem-aws-sdk-notifications/distinfo +++ b/devel/rubygem-aws-sdk-notifications/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547152 -SHA256 (rubygem/aws-sdk-notifications-1.5.0.gem) = 01fe6304f6ba974d7d7370a7d67b37cd18f9d9ba59631e932653c1789790922e -SIZE (rubygem/aws-sdk-notifications-1.5.0.gem) = 51200 +TIMESTAMP = 1747716036 +SHA256 (rubygem/aws-sdk-notifications-1.6.0.gem) = 1f6ba29e6ce673d508aa40a1c9319b6e2181fd0af7509d26995e164619a875ba +SIZE (rubygem/aws-sdk-notifications-1.6.0.gem) = 51200 diff --git a/devel/rubygem-aws-sdk-notificationscontacts/Makefile b/devel/rubygem-aws-sdk-notificationscontacts/Makefile index f1ec63a5c2c9..7576c50d81bb 100644 --- a/devel/rubygem-aws-sdk-notificationscontacts/Makefile +++ b/devel/rubygem-aws-sdk-notificationscontacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-notificationscontacts -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-notificationscontacts/distinfo b/devel/rubygem-aws-sdk-notificationscontacts/distinfo index 36165111db7f..50d934813662 100644 --- a/devel/rubygem-aws-sdk-notificationscontacts/distinfo +++ b/devel/rubygem-aws-sdk-notificationscontacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547154 -SHA256 (rubygem/aws-sdk-notificationscontacts-1.4.0.gem) = 0947ea2b70797a5612db128f5cec90064fab787dd58ba1adfb706dc712d9d282 -SIZE (rubygem/aws-sdk-notificationscontacts-1.4.0.gem) = 26624 +TIMESTAMP = 1747716038 +SHA256 (rubygem/aws-sdk-notificationscontacts-1.5.0.gem) = 2e15fddc5de171d1f7626f7513dd0f13b03ccabbf6168ebb4b6f4f5d3d15106c +SIZE (rubygem/aws-sdk-notificationscontacts-1.5.0.gem) = 26624 diff --git a/devel/rubygem-aws-sdk-oam/Makefile b/devel/rubygem-aws-sdk-oam/Makefile index 995ec1e57a5f..b5f46f4dcb8a 100644 --- a/devel/rubygem-aws-sdk-oam/Makefile +++ b/devel/rubygem-aws-sdk-oam/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-oam -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-oam/distinfo b/devel/rubygem-aws-sdk-oam/distinfo index 15454486cb0e..7113b3c38225 100644 --- a/devel/rubygem-aws-sdk-oam/distinfo +++ b/devel/rubygem-aws-sdk-oam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547156 -SHA256 (rubygem/aws-sdk-oam-1.32.0.gem) = 3b9bba7a6587c3feab6ee7427654cc28bb0cfa0b52f0ec529366eb9e54bdf716 -SIZE (rubygem/aws-sdk-oam-1.32.0.gem) = 32768 +TIMESTAMP = 1747716040 +SHA256 (rubygem/aws-sdk-oam-1.33.0.gem) = db46b7429825b004d6e8620e129ec50c85b902cd52e490719e99cc720510a937 +SIZE (rubygem/aws-sdk-oam-1.33.0.gem) = 32768 diff --git a/devel/rubygem-aws-sdk-observabilityadmin/Makefile b/devel/rubygem-aws-sdk-observabilityadmin/Makefile index 06f5f188e251..1f78d874bcd7 100644 --- a/devel/rubygem-aws-sdk-observabilityadmin/Makefile +++ b/devel/rubygem-aws-sdk-observabilityadmin/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-observabilityadmin -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-observabilityadmin/distinfo b/devel/rubygem-aws-sdk-observabilityadmin/distinfo index 895d9383d4d1..7d94a8129403 100644 --- a/devel/rubygem-aws-sdk-observabilityadmin/distinfo +++ b/devel/rubygem-aws-sdk-observabilityadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547158 -SHA256 (rubygem/aws-sdk-observabilityadmin-1.4.0.gem) = ad20996524d1f28d584b7d963e9aba2693159a7fc6fa23b71d0c7bc0ee7f0b96 -SIZE (rubygem/aws-sdk-observabilityadmin-1.4.0.gem) = 24576 +TIMESTAMP = 1747716042 +SHA256 (rubygem/aws-sdk-observabilityadmin-1.5.0.gem) = 8d5a6ae94df63b9309fe256c101f7035ffe34e5956ff7cb9709d85db5de10b1d +SIZE (rubygem/aws-sdk-observabilityadmin-1.5.0.gem) = 24576 diff --git a/devel/rubygem-aws-sdk-omics/Makefile b/devel/rubygem-aws-sdk-omics/Makefile index f29f45d46a93..720b1bb73a4a 100644 --- a/devel/rubygem-aws-sdk-omics/Makefile +++ b/devel/rubygem-aws-sdk-omics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-omics -PORTVERSION= 1.46.0 +PORTVERSION= 1.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-omics/distinfo b/devel/rubygem-aws-sdk-omics/distinfo index 882b87553af3..54debe4cb504 100644 --- a/devel/rubygem-aws-sdk-omics/distinfo +++ b/devel/rubygem-aws-sdk-omics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547160 -SHA256 (rubygem/aws-sdk-omics-1.46.0.gem) = 9720a55b3a588d194e883c79839f2bd430c69eeb39036f9c83f5808b7cfcdd8b -SIZE (rubygem/aws-sdk-omics-1.46.0.gem) = 110592 +TIMESTAMP = 1747716044 +SHA256 (rubygem/aws-sdk-omics-1.47.0.gem) = defd7506a97a104c338367eb90eee6d6b45fd4cfee4f9fc0d41cda1638a7cc7b +SIZE (rubygem/aws-sdk-omics-1.47.0.gem) = 110592 diff --git a/devel/rubygem-aws-sdk-opensearchserverless/Makefile b/devel/rubygem-aws-sdk-opensearchserverless/Makefile index 1e28e85c9f74..e0f5c336a95b 100644 --- a/devel/rubygem-aws-sdk-opensearchserverless/Makefile +++ b/devel/rubygem-aws-sdk-opensearchserverless/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opensearchserverless -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opensearchserverless/distinfo b/devel/rubygem-aws-sdk-opensearchserverless/distinfo index db477ab9c7bf..581af32af0be 100644 --- a/devel/rubygem-aws-sdk-opensearchserverless/distinfo +++ b/devel/rubygem-aws-sdk-opensearchserverless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547162 -SHA256 (rubygem/aws-sdk-opensearchserverless-1.36.0.gem) = 38005ac419d30bf76c2a595489e6deb4631093dcab449ec8e023be05cc20001f -SIZE (rubygem/aws-sdk-opensearchserverless-1.36.0.gem) = 49664 +TIMESTAMP = 1747716046 +SHA256 (rubygem/aws-sdk-opensearchserverless-1.37.0.gem) = 4a69fb1a38ab459d605b5083fdb91284dffa261c9b7872ce5afe415355db0692 +SIZE (rubygem/aws-sdk-opensearchserverless-1.37.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-opensearchservice/Makefile b/devel/rubygem-aws-sdk-opensearchservice/Makefile index bb85c8c8f4bb..0676e52cc402 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/Makefile +++ b/devel/rubygem-aws-sdk-opensearchservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opensearchservice -PORTVERSION= 1.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opensearchservice/distinfo b/devel/rubygem-aws-sdk-opensearchservice/distinfo index 54d0cf9f0fc3..4db0c71eb4bd 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/distinfo +++ b/devel/rubygem-aws-sdk-opensearchservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547164 -SHA256 (rubygem/aws-sdk-opensearchservice-1.67.0.gem) = a901b729944a9175b4a16f826d8502eb48462462bd1782ee20c91d7ed78118d7 -SIZE (rubygem/aws-sdk-opensearchservice-1.67.0.gem) = 138752 +TIMESTAMP = 1747716048 +SHA256 (rubygem/aws-sdk-opensearchservice-1.68.0.gem) = 50222fae193a673f392dd692c905bb0e0c0c2c52b9706fec6b1b4f2a3fd6e5fe +SIZE (rubygem/aws-sdk-opensearchservice-1.68.0.gem) = 138752 diff --git a/devel/rubygem-aws-sdk-opsworks/Makefile b/devel/rubygem-aws-sdk-opsworks/Makefile index 846f18f179fc..09f451654011 100644 --- a/devel/rubygem-aws-sdk-opsworks/Makefile +++ b/devel/rubygem-aws-sdk-opsworks/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opsworks -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opsworks/distinfo b/devel/rubygem-aws-sdk-opsworks/distinfo index 57e50b21623b..72fee1d47c1f 100644 --- a/devel/rubygem-aws-sdk-opsworks/distinfo +++ b/devel/rubygem-aws-sdk-opsworks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547166 -SHA256 (rubygem/aws-sdk-opsworks-1.73.0.gem) = 5b29dcfcd28158716e53caa9cd686fa25395a4abd5122eeb5560de39c68e6762 -SIZE (rubygem/aws-sdk-opsworks-1.73.0.gem) = 128512 +TIMESTAMP = 1747716050 +SHA256 (rubygem/aws-sdk-opsworks-1.74.0.gem) = 9c2fec01f3e8d5de9e904a8c231af12806981a8e1891193337cf837946f23506 +SIZE (rubygem/aws-sdk-opsworks-1.74.0.gem) = 128512 diff --git a/devel/rubygem-aws-sdk-opsworkscm/Makefile b/devel/rubygem-aws-sdk-opsworkscm/Makefile index 7a194f2bfb37..6154f5c69432 100644 --- a/devel/rubygem-aws-sdk-opsworkscm/Makefile +++ b/devel/rubygem-aws-sdk-opsworkscm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opsworkscm -PORTVERSION= 1.82.0 +PORTVERSION= 1.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opsworkscm/distinfo b/devel/rubygem-aws-sdk-opsworkscm/distinfo index edba782b13fb..39f392792fab 100644 --- a/devel/rubygem-aws-sdk-opsworkscm/distinfo +++ b/devel/rubygem-aws-sdk-opsworkscm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547168 -SHA256 (rubygem/aws-sdk-opsworkscm-1.82.0.gem) = e5d518288dce1d105cbb2cedd8adddf0c5a2a8c77879d326d1f2f3c98bcca21f -SIZE (rubygem/aws-sdk-opsworkscm-1.82.0.gem) = 50176 +TIMESTAMP = 1747716052 +SHA256 (rubygem/aws-sdk-opsworkscm-1.83.0.gem) = 5c0eb7047bb342b079767fdfe91328a250fe9c774c76d61c13445ef58ce3bb9a +SIZE (rubygem/aws-sdk-opsworkscm-1.83.0.gem) = 50176 diff --git a/devel/rubygem-aws-sdk-organizations/Makefile b/devel/rubygem-aws-sdk-organizations/Makefile index ad23832f5dc8..12941aec5ed9 100644 --- a/devel/rubygem-aws-sdk-organizations/Makefile +++ b/devel/rubygem-aws-sdk-organizations/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-organizations -PORTVERSION= 1.114.0 +PORTVERSION= 1.115.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-organizations/distinfo b/devel/rubygem-aws-sdk-organizations/distinfo index 681f2d15192d..76541a56efa1 100644 --- a/devel/rubygem-aws-sdk-organizations/distinfo +++ b/devel/rubygem-aws-sdk-organizations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547170 -SHA256 (rubygem/aws-sdk-organizations-1.114.0.gem) = 34814380a12585ec2caf4de00aff6e2acb56c3554eff41fabd7e41cd5f95a65c -SIZE (rubygem/aws-sdk-organizations-1.114.0.gem) = 94208 +TIMESTAMP = 1747716054 +SHA256 (rubygem/aws-sdk-organizations-1.115.0.gem) = f507bc3440863b3039eb0f6b281460f5d98dd088a0ff2eec1d382a4943cc4d91 +SIZE (rubygem/aws-sdk-organizations-1.115.0.gem) = 94208 diff --git a/devel/rubygem-aws-sdk-osis/Makefile b/devel/rubygem-aws-sdk-osis/Makefile index fdd5689025d6..394633e5abb0 100644 --- a/devel/rubygem-aws-sdk-osis/Makefile +++ b/devel/rubygem-aws-sdk-osis/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-osis -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-osis/distinfo b/devel/rubygem-aws-sdk-osis/distinfo index 812bd7f0826a..9bfa57a42449 100644 --- a/devel/rubygem-aws-sdk-osis/distinfo +++ b/devel/rubygem-aws-sdk-osis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547172 -SHA256 (rubygem/aws-sdk-osis-1.31.0.gem) = 20888154726f0d891019ab640474c7ca7b8220a94ae48a3a4874921cb71a8adc -SIZE (rubygem/aws-sdk-osis-1.31.0.gem) = 33792 +TIMESTAMP = 1747716056 +SHA256 (rubygem/aws-sdk-osis-1.32.0.gem) = cfee4dcb610b82ad0a50a0e92049a23a5b2431a9345801a4ec4f700233517a3a +SIZE (rubygem/aws-sdk-osis-1.32.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-outposts/Makefile b/devel/rubygem-aws-sdk-outposts/Makefile index daffac6e6ca9..afcef11ea5b6 100644 --- a/devel/rubygem-aws-sdk-outposts/Makefile +++ b/devel/rubygem-aws-sdk-outposts/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-outposts -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-outposts/distinfo b/devel/rubygem-aws-sdk-outposts/distinfo index 12f22fb67795..a8ddbf6489b2 100644 --- a/devel/rubygem-aws-sdk-outposts/distinfo +++ b/devel/rubygem-aws-sdk-outposts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547174 -SHA256 (rubygem/aws-sdk-outposts-1.80.0.gem) = 979f9f6f9a0521e747a6ea00fb534b4cfc7cb1859d4d1e3b7a68742c6a852999 -SIZE (rubygem/aws-sdk-outposts-1.80.0.gem) = 55808 +TIMESTAMP = 1747716058 +SHA256 (rubygem/aws-sdk-outposts-1.81.0.gem) = a63d21f276e8cd56478f39ad6f3bd1287ee03f079e5e43ddb35eb8f9ad80d559 +SIZE (rubygem/aws-sdk-outposts-1.81.0.gem) = 55808 diff --git a/devel/rubygem-aws-sdk-panorama/Makefile b/devel/rubygem-aws-sdk-panorama/Makefile index 451803e65294..4ff3d8c082b0 100644 --- a/devel/rubygem-aws-sdk-panorama/Makefile +++ b/devel/rubygem-aws-sdk-panorama/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-panorama -PORTVERSION= 1.40.0 +PORTVERSION= 1.41.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-panorama/distinfo b/devel/rubygem-aws-sdk-panorama/distinfo index 8f3242962666..198245a531ac 100644 --- a/devel/rubygem-aws-sdk-panorama/distinfo +++ b/devel/rubygem-aws-sdk-panorama/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547176 -SHA256 (rubygem/aws-sdk-panorama-1.40.0.gem) = 86bbc30d43a087e19710e2699a70d3392e05222394ef3afb16f620bafb7fabe5 -SIZE (rubygem/aws-sdk-panorama-1.40.0.gem) = 52736 +TIMESTAMP = 1747716060 +SHA256 (rubygem/aws-sdk-panorama-1.41.0.gem) = 92544a96603cdb474ca6c47ece5dc254b72f408d0a253fd1b722cbcedc445e7c +SIZE (rubygem/aws-sdk-panorama-1.41.0.gem) = 52736 diff --git a/devel/rubygem-aws-sdk-partnercentralselling/Makefile b/devel/rubygem-aws-sdk-partnercentralselling/Makefile index 8e5c655d697b..659b83de413f 100644 --- a/devel/rubygem-aws-sdk-partnercentralselling/Makefile +++ b/devel/rubygem-aws-sdk-partnercentralselling/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-partnercentralselling -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-partnercentralselling/distinfo b/devel/rubygem-aws-sdk-partnercentralselling/distinfo index f8499ee5b3e2..480d708b5fa1 100644 --- a/devel/rubygem-aws-sdk-partnercentralselling/distinfo +++ b/devel/rubygem-aws-sdk-partnercentralselling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547178 -SHA256 (rubygem/aws-sdk-partnercentralselling-1.7.0.gem) = 264d4689a41fb5fd2f2815c3481e37da8ac395685908ff7c5f5b1e2dd5aee485 -SIZE (rubygem/aws-sdk-partnercentralselling-1.7.0.gem) = 118272 +TIMESTAMP = 1747716062 +SHA256 (rubygem/aws-sdk-partnercentralselling-1.8.0.gem) = 5ce850b51da059e227d8ac0b4a1f12041a46fc00401250de1b063656144d2478 +SIZE (rubygem/aws-sdk-partnercentralselling-1.8.0.gem) = 118272 diff --git a/devel/rubygem-aws-sdk-paymentcryptography/Makefile b/devel/rubygem-aws-sdk-paymentcryptography/Makefile index c0c94fb84602..9c39b04dd878 100644 --- a/devel/rubygem-aws-sdk-paymentcryptography/Makefile +++ b/devel/rubygem-aws-sdk-paymentcryptography/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-paymentcryptography -PORTVERSION= 1.33.0 +PORTVERSION= 1.34.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-paymentcryptography/distinfo b/devel/rubygem-aws-sdk-paymentcryptography/distinfo index 5d0708bffc4c..41bdb46d0f3c 100644 --- a/devel/rubygem-aws-sdk-paymentcryptography/distinfo +++ b/devel/rubygem-aws-sdk-paymentcryptography/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547180 -SHA256 (rubygem/aws-sdk-paymentcryptography-1.33.0.gem) = 688f61e1f3b20ee422c78cf39b6f05dbbaf97e68df43b003bb304018ceb1e031 -SIZE (rubygem/aws-sdk-paymentcryptography-1.33.0.gem) = 52224 +TIMESTAMP = 1747716064 +SHA256 (rubygem/aws-sdk-paymentcryptography-1.34.0.gem) = 8aa76c8b4f03cff1653313a8102aa2384a5528a04cbcd8ef63e63a0aa7678a71 +SIZE (rubygem/aws-sdk-paymentcryptography-1.34.0.gem) = 52224 diff --git a/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile b/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile index 8f0b57aa1be9..ae05d7b54389 100644 --- a/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile +++ b/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-paymentcryptographydata -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo b/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo index 150d5a99a262..1a00b2826b20 100644 --- a/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo +++ b/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547182 -SHA256 (rubygem/aws-sdk-paymentcryptographydata-1.31.0.gem) = eadd877ffa4637a731ffcaa85149c1c8682bbe847bf47efc079be4cfb8b9f165 -SIZE (rubygem/aws-sdk-paymentcryptographydata-1.31.0.gem) = 57344 +TIMESTAMP = 1747716066 +SHA256 (rubygem/aws-sdk-paymentcryptographydata-1.32.0.gem) = efbbde4385c164d099348ae5138dc5e5bc3f32bd086d0b41a79a9945634f3a32 +SIZE (rubygem/aws-sdk-paymentcryptographydata-1.32.0.gem) = 57344 diff --git a/devel/rubygem-aws-sdk-pcaconnectorad/Makefile b/devel/rubygem-aws-sdk-pcaconnectorad/Makefile index 409f6989fd69..2289f36d9ae5 100644 --- a/devel/rubygem-aws-sdk-pcaconnectorad/Makefile +++ b/devel/rubygem-aws-sdk-pcaconnectorad/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pcaconnectorad -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pcaconnectorad/distinfo b/devel/rubygem-aws-sdk-pcaconnectorad/distinfo index 4b88f9237fd3..f41f963f2536 100644 --- a/devel/rubygem-aws-sdk-pcaconnectorad/distinfo +++ b/devel/rubygem-aws-sdk-pcaconnectorad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547184 -SHA256 (rubygem/aws-sdk-pcaconnectorad-1.22.0.gem) = 777bc8221432660847cdf8caf5944ba831a7c714aab407ce3f76d86a69bf7bad -SIZE (rubygem/aws-sdk-pcaconnectorad-1.22.0.gem) = 52736 +TIMESTAMP = 1747716068 +SHA256 (rubygem/aws-sdk-pcaconnectorad-1.23.0.gem) = aa5941559387a16cde2c8f961ad83a0e831f0de2a77929f37cad70d3f834688a +SIZE (rubygem/aws-sdk-pcaconnectorad-1.23.0.gem) = 52736 diff --git a/devel/rubygem-aws-sdk-pcaconnectorscep/Makefile b/devel/rubygem-aws-sdk-pcaconnectorscep/Makefile index 3a60945e23ac..9cd90a62fabc 100644 --- a/devel/rubygem-aws-sdk-pcaconnectorscep/Makefile +++ b/devel/rubygem-aws-sdk-pcaconnectorscep/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pcaconnectorscep -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pcaconnectorscep/distinfo b/devel/rubygem-aws-sdk-pcaconnectorscep/distinfo index 22c4091dc236..266e4cb7c6ee 100644 --- a/devel/rubygem-aws-sdk-pcaconnectorscep/distinfo +++ b/devel/rubygem-aws-sdk-pcaconnectorscep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547186 -SHA256 (rubygem/aws-sdk-pcaconnectorscep-1.15.0.gem) = 462a1b7200fa17bdfd022633f6e430c42783f0d0a764fd305b0c2e941e0ba8d7 -SIZE (rubygem/aws-sdk-pcaconnectorscep-1.15.0.gem) = 31232 +TIMESTAMP = 1747716070 +SHA256 (rubygem/aws-sdk-pcaconnectorscep-1.16.0.gem) = a29c3b1dfc9bb2196394c808a2c74a102fcf08cd222d4e2a52e0fea54efb7443 +SIZE (rubygem/aws-sdk-pcaconnectorscep-1.16.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-pcs/Makefile b/devel/rubygem-aws-sdk-pcs/Makefile index 4f3b24e981e2..1cb7a12c324a 100644 --- a/devel/rubygem-aws-sdk-pcs/Makefile +++ b/devel/rubygem-aws-sdk-pcs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pcs -PORTVERSION= 1.17.0 +PORTVERSION= 1.19.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pcs/distinfo b/devel/rubygem-aws-sdk-pcs/distinfo index d9056734a4e1..b0a28be574d6 100644 --- a/devel/rubygem-aws-sdk-pcs/distinfo +++ b/devel/rubygem-aws-sdk-pcs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547188 -SHA256 (rubygem/aws-sdk-pcs-1.17.0.gem) = e56f676fca1ef427819408a50cf0c2f23ec3aba36cbacf22e7ae6d78cb361432 -SIZE (rubygem/aws-sdk-pcs-1.17.0.gem) = 41984 +TIMESTAMP = 1747716072 +SHA256 (rubygem/aws-sdk-pcs-1.19.0.gem) = ec379b89d1d9a7ddb5a6731a76f4f32641bd909be5d531d0865854bd71384734 +SIZE (rubygem/aws-sdk-pcs-1.19.0.gem) = 42496 diff --git a/devel/rubygem-aws-sdk-personalize/Makefile b/devel/rubygem-aws-sdk-personalize/Makefile index b227439c34b3..60b2a6ae29c1 100644 --- a/devel/rubygem-aws-sdk-personalize/Makefile +++ b/devel/rubygem-aws-sdk-personalize/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-personalize -PORTVERSION= 1.81.0 +PORTVERSION= 1.82.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-personalize/distinfo b/devel/rubygem-aws-sdk-personalize/distinfo index 3310153eef59..fbe80f50574b 100644 --- a/devel/rubygem-aws-sdk-personalize/distinfo +++ b/devel/rubygem-aws-sdk-personalize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547190 -SHA256 (rubygem/aws-sdk-personalize-1.81.0.gem) = 4a2113769648dd611c3ff26ea7690db9446203be6085b78ba225964e991d30a0 -SIZE (rubygem/aws-sdk-personalize-1.81.0.gem) = 90112 +TIMESTAMP = 1747716074 +SHA256 (rubygem/aws-sdk-personalize-1.82.0.gem) = 202dd5708c3a2d63c87d7ee89e7f496ef70179fcb346eb1121119d0e466c9f2e +SIZE (rubygem/aws-sdk-personalize-1.82.0.gem) = 90112 diff --git a/devel/rubygem-aws-sdk-personalizeevents/Makefile b/devel/rubygem-aws-sdk-personalizeevents/Makefile index 6aa1dc691b18..f058b2aba304 100644 --- a/devel/rubygem-aws-sdk-personalizeevents/Makefile +++ b/devel/rubygem-aws-sdk-personalizeevents/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-personalizeevents -PORTVERSION= 1.61.0 +PORTVERSION= 1.62.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-personalizeevents/distinfo b/devel/rubygem-aws-sdk-personalizeevents/distinfo index 7c99c78abf6e..9ec9b68bb3c1 100644 --- a/devel/rubygem-aws-sdk-personalizeevents/distinfo +++ b/devel/rubygem-aws-sdk-personalizeevents/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547192 -SHA256 (rubygem/aws-sdk-personalizeevents-1.61.0.gem) = bab62977ae150f3346193f33d07520bf02000744b5d5d1dd1904544db30a6a96 -SIZE (rubygem/aws-sdk-personalizeevents-1.61.0.gem) = 26624 +TIMESTAMP = 1747716076 +SHA256 (rubygem/aws-sdk-personalizeevents-1.62.0.gem) = 26a9b5468dd01f2fb000823f8fee75442ffd72e9f4c4dc7e156feb0d1752f2d1 +SIZE (rubygem/aws-sdk-personalizeevents-1.62.0.gem) = 26624 diff --git a/devel/rubygem-aws-sdk-personalizeruntime/Makefile b/devel/rubygem-aws-sdk-personalizeruntime/Makefile index a243a146aeec..0dfc56ce7f6a 100644 --- a/devel/rubygem-aws-sdk-personalizeruntime/Makefile +++ b/devel/rubygem-aws-sdk-personalizeruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-personalizeruntime -PORTVERSION= 1.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-personalizeruntime/distinfo b/devel/rubygem-aws-sdk-personalizeruntime/distinfo index 6cfb85b14376..60135de924d5 100644 --- a/devel/rubygem-aws-sdk-personalizeruntime/distinfo +++ b/devel/rubygem-aws-sdk-personalizeruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547194 -SHA256 (rubygem/aws-sdk-personalizeruntime-1.67.0.gem) = 24f6ff33122707a2ad9e8288f936d0a6cd86887e3a4bbc24be6c1ffa567fb78a -SIZE (rubygem/aws-sdk-personalizeruntime-1.67.0.gem) = 27648 +TIMESTAMP = 1747716078 +SHA256 (rubygem/aws-sdk-personalizeruntime-1.68.0.gem) = 56984ffb9f6ce911ecf93e1ad23c4fb70fe779616ff05aade5f9711fb3d6cc67 +SIZE (rubygem/aws-sdk-personalizeruntime-1.68.0.gem) = 27648 diff --git a/devel/rubygem-aws-sdk-pi/Makefile b/devel/rubygem-aws-sdk-pi/Makefile index 387478a3cfdc..047c9be0c50f 100644 --- a/devel/rubygem-aws-sdk-pi/Makefile +++ b/devel/rubygem-aws-sdk-pi/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pi -PORTVERSION= 1.78.0 +PORTVERSION= 1.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pi/distinfo b/devel/rubygem-aws-sdk-pi/distinfo index 330f209074e8..ebb21f1dcbaa 100644 --- a/devel/rubygem-aws-sdk-pi/distinfo +++ b/devel/rubygem-aws-sdk-pi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547196 -SHA256 (rubygem/aws-sdk-pi-1.78.0.gem) = 6231b9ac9cfcd1733c0f83fcc5dea0a3c28e1907ea3d6c9d2c8b23645d169ff1 -SIZE (rubygem/aws-sdk-pi-1.78.0.gem) = 44544 +TIMESTAMP = 1747716080 +SHA256 (rubygem/aws-sdk-pi-1.79.0.gem) = d5a6353b420c978919ad37a40c57cd4e0aa9c7873c9a048d06d3ddc48dc3deda +SIZE (rubygem/aws-sdk-pi-1.79.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-pinpoint/Makefile b/devel/rubygem-aws-sdk-pinpoint/Makefile index eeaa5c079365..54ab491ab608 100644 --- a/devel/rubygem-aws-sdk-pinpoint/Makefile +++ b/devel/rubygem-aws-sdk-pinpoint/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pinpoint -PORTVERSION= 1.107.0 +PORTVERSION= 1.108.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pinpoint/distinfo b/devel/rubygem-aws-sdk-pinpoint/distinfo index df01a7f1fe26..839c4cd9baa3 100644 --- a/devel/rubygem-aws-sdk-pinpoint/distinfo +++ b/devel/rubygem-aws-sdk-pinpoint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547198 -SHA256 (rubygem/aws-sdk-pinpoint-1.107.0.gem) = 40e4edbc1dbaaa4377baf8f843da2d36cd78b50d2599cd8ce2f90d2a64e803c1 -SIZE (rubygem/aws-sdk-pinpoint-1.107.0.gem) = 207360 +TIMESTAMP = 1747716082 +SHA256 (rubygem/aws-sdk-pinpoint-1.108.0.gem) = 8269b3f9cf49e8ffe2a68c8a5abc4fb201fc8e0d1788706f4fad97897a686e76 +SIZE (rubygem/aws-sdk-pinpoint-1.108.0.gem) = 207360 diff --git a/devel/rubygem-aws-sdk-pinpointemail/Makefile b/devel/rubygem-aws-sdk-pinpointemail/Makefile index c0c2d4cca583..3b974ed6757d 100644 --- a/devel/rubygem-aws-sdk-pinpointemail/Makefile +++ b/devel/rubygem-aws-sdk-pinpointemail/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pinpointemail -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pinpointemail/distinfo b/devel/rubygem-aws-sdk-pinpointemail/distinfo index fe9a7f795001..f8c2ea43ecc5 100644 --- a/devel/rubygem-aws-sdk-pinpointemail/distinfo +++ b/devel/rubygem-aws-sdk-pinpointemail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547200 -SHA256 (rubygem/aws-sdk-pinpointemail-1.65.0.gem) = e3414c204ad6f08913e6be4363023b417df356b9b95f14853a082096221d94f3 -SIZE (rubygem/aws-sdk-pinpointemail-1.65.0.gem) = 67072 +TIMESTAMP = 1747716084 +SHA256 (rubygem/aws-sdk-pinpointemail-1.66.0.gem) = 32074de6f43355e6c7bb89a9abaf5ac27308f5c53819c1d5551791ddefab04e2 +SIZE (rubygem/aws-sdk-pinpointemail-1.66.0.gem) = 67072 diff --git a/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile b/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile index 7a2a6631f5d5..0f12135e1436 100644 --- a/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile +++ b/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pinpointsmsvoice -PORTVERSION= 1.61.0 +PORTVERSION= 1.62.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pinpointsmsvoice/distinfo b/devel/rubygem-aws-sdk-pinpointsmsvoice/distinfo index c5124e19b784..231b369bc460 100644 --- a/devel/rubygem-aws-sdk-pinpointsmsvoice/distinfo +++ b/devel/rubygem-aws-sdk-pinpointsmsvoice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547202 -SHA256 (rubygem/aws-sdk-pinpointsmsvoice-1.61.0.gem) = 46028bdb3ab6ccb982d281932b6e3cd05447adf4c24d40e4a068c0a206779b08 -SIZE (rubygem/aws-sdk-pinpointsmsvoice-1.61.0.gem) = 27136 +TIMESTAMP = 1747716086 +SHA256 (rubygem/aws-sdk-pinpointsmsvoice-1.62.0.gem) = 1e7d11b7bb38bc15a6a1627a0f433bc3244142b4de8cb4fe4cb4a250a84355ab +SIZE (rubygem/aws-sdk-pinpointsmsvoice-1.62.0.gem) = 27136 diff --git a/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile b/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile index a0eb23387c1b..3bee6a411c7f 100644 --- a/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile +++ b/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pinpointsmsvoicev2 -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pinpointsmsvoicev2/distinfo b/devel/rubygem-aws-sdk-pinpointsmsvoicev2/distinfo index dc7ca65ad878..458badc48faa 100644 --- a/devel/rubygem-aws-sdk-pinpointsmsvoicev2/distinfo +++ b/devel/rubygem-aws-sdk-pinpointsmsvoicev2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547204 -SHA256 (rubygem/aws-sdk-pinpointsmsvoicev2-1.36.0.gem) = c98dce08c635c9f156c9ca6051a85f6baa16bb32ad76313ab73a7eb673162702 -SIZE (rubygem/aws-sdk-pinpointsmsvoicev2-1.36.0.gem) = 112128 +TIMESTAMP = 1747716088 +SHA256 (rubygem/aws-sdk-pinpointsmsvoicev2-1.37.0.gem) = 6ef1f458659be87fdc5058c0cdad71d37c255f5358d7ab12141bf1283b2b9307 +SIZE (rubygem/aws-sdk-pinpointsmsvoicev2-1.37.0.gem) = 112128 diff --git a/devel/rubygem-aws-sdk-pipes/Makefile b/devel/rubygem-aws-sdk-pipes/Makefile index ba6281b4f485..da2926f082fa 100644 --- a/devel/rubygem-aws-sdk-pipes/Makefile +++ b/devel/rubygem-aws-sdk-pipes/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pipes -PORTVERSION= 1.37.0 +PORTVERSION= 1.38.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pipes/distinfo b/devel/rubygem-aws-sdk-pipes/distinfo index 4af10879008f..04bf3dd5ce4b 100644 --- a/devel/rubygem-aws-sdk-pipes/distinfo +++ b/devel/rubygem-aws-sdk-pipes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547206 -SHA256 (rubygem/aws-sdk-pipes-1.37.0.gem) = f25a552b56be184abf394d19901f8ccd5c21f0afb1a894376f49230ff65e5938 -SIZE (rubygem/aws-sdk-pipes-1.37.0.gem) = 66560 +TIMESTAMP = 1747716090 +SHA256 (rubygem/aws-sdk-pipes-1.38.0.gem) = f5915b66f439c326870a8609c6a5970cae45bb82cfe21c82d428db8f58ac4c8d +SIZE (rubygem/aws-sdk-pipes-1.38.0.gem) = 66560 diff --git a/devel/rubygem-aws-sdk-polly/Makefile b/devel/rubygem-aws-sdk-polly/Makefile index 10b56a5bf572..97ff728121aa 100644 --- a/devel/rubygem-aws-sdk-polly/Makefile +++ b/devel/rubygem-aws-sdk-polly/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-polly -PORTVERSION= 1.106.0 +PORTVERSION= 1.107.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-polly/distinfo b/devel/rubygem-aws-sdk-polly/distinfo index eeb814d10fad..4d6ff50a3a9c 100644 --- a/devel/rubygem-aws-sdk-polly/distinfo +++ b/devel/rubygem-aws-sdk-polly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547208 -SHA256 (rubygem/aws-sdk-polly-1.106.0.gem) = 7e5828a789d07e350c15c7fe3cf5c4eb944451b6ba01b574bab6f1da9ad0358f -SIZE (rubygem/aws-sdk-polly-1.106.0.gem) = 40448 +TIMESTAMP = 1747716092 +SHA256 (rubygem/aws-sdk-polly-1.107.0.gem) = f8763bdf7c70646db25023637994c4cb1fc7d49d685fa57f5032962e8dc7817b +SIZE (rubygem/aws-sdk-polly-1.107.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-pricing/Makefile b/devel/rubygem-aws-sdk-pricing/Makefile index 8da5ebd03de9..26ba9cb46ad5 100644 --- a/devel/rubygem-aws-sdk-pricing/Makefile +++ b/devel/rubygem-aws-sdk-pricing/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pricing -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pricing/distinfo b/devel/rubygem-aws-sdk-pricing/distinfo index 9534cd211ea0..c5d00778595c 100644 --- a/devel/rubygem-aws-sdk-pricing/distinfo +++ b/devel/rubygem-aws-sdk-pricing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547210 -SHA256 (rubygem/aws-sdk-pricing-1.75.0.gem) = b2493a6fca8beda97b506eb12edb327ba6f68f393e337e820c6979054f53cfad -SIZE (rubygem/aws-sdk-pricing-1.75.0.gem) = 28672 +TIMESTAMP = 1747716094 +SHA256 (rubygem/aws-sdk-pricing-1.76.0.gem) = 22e54e1e87194cb3717eeb9c1cccc4c9c7ca4b4c5b9df18da5d3423d3ea160f3 +SIZE (rubygem/aws-sdk-pricing-1.76.0.gem) = 28672 diff --git a/devel/rubygem-aws-sdk-privatenetworks/Makefile b/devel/rubygem-aws-sdk-privatenetworks/Makefile index 3af92fbc9f7d..0c881e5b23e5 100644 --- a/devel/rubygem-aws-sdk-privatenetworks/Makefile +++ b/devel/rubygem-aws-sdk-privatenetworks/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-privatenetworks -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-privatenetworks/distinfo b/devel/rubygem-aws-sdk-privatenetworks/distinfo index 3d254c8b3c6b..f67c15138507 100644 --- a/devel/rubygem-aws-sdk-privatenetworks/distinfo +++ b/devel/rubygem-aws-sdk-privatenetworks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547212 -SHA256 (rubygem/aws-sdk-privatenetworks-1.31.0.gem) = 7ee053363911d61cdecc700c648b90f387f3262e4b287337ad920d5b41b1f91f -SIZE (rubygem/aws-sdk-privatenetworks-1.31.0.gem) = 43008 +TIMESTAMP = 1747716096 +SHA256 (rubygem/aws-sdk-privatenetworks-1.32.0.gem) = 415350489ae6771c4066d7d760774ed10acbb682c82bfc34332ba7a4205fcf8e +SIZE (rubygem/aws-sdk-privatenetworks-1.32.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-prometheusservice/Makefile b/devel/rubygem-aws-sdk-prometheusservice/Makefile index 7f6397dc6620..527a86ed2b76 100644 --- a/devel/rubygem-aws-sdk-prometheusservice/Makefile +++ b/devel/rubygem-aws-sdk-prometheusservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-prometheusservice -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-prometheusservice/distinfo b/devel/rubygem-aws-sdk-prometheusservice/distinfo index ad46c73815ce..3dbb5e51f526 100644 --- a/devel/rubygem-aws-sdk-prometheusservice/distinfo +++ b/devel/rubygem-aws-sdk-prometheusservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547214 -SHA256 (rubygem/aws-sdk-prometheusservice-1.50.0.gem) = c27e6f7eae99c7270427120d947f3ebda0732f5d26180135d60501311fecc93d -SIZE (rubygem/aws-sdk-prometheusservice-1.50.0.gem) = 48640 +TIMESTAMP = 1747716098 +SHA256 (rubygem/aws-sdk-prometheusservice-1.51.0.gem) = 526346d5c901b01d432bf94ec9b08081e816c5ac99798f0c884ced618d1468fe +SIZE (rubygem/aws-sdk-prometheusservice-1.51.0.gem) = 48640 diff --git a/devel/rubygem-aws-sdk-proton/Makefile b/devel/rubygem-aws-sdk-proton/Makefile index 7b090b298daa..53996def1801 100644 --- a/devel/rubygem-aws-sdk-proton/Makefile +++ b/devel/rubygem-aws-sdk-proton/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-proton -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-proton/distinfo b/devel/rubygem-aws-sdk-proton/distinfo index 52b6d71b58d5..0a4564db7746 100644 --- a/devel/rubygem-aws-sdk-proton/distinfo +++ b/devel/rubygem-aws-sdk-proton/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547216 -SHA256 (rubygem/aws-sdk-proton-1.53.0.gem) = bd05c131bfdfaf5f8c9d9b44d2c179e6ce94ddf3609020e835985cb2a9a7f866 -SIZE (rubygem/aws-sdk-proton-1.53.0.gem) = 93696 +TIMESTAMP = 1747716100 +SHA256 (rubygem/aws-sdk-proton-1.54.0.gem) = f7deae633bc8dfe038b5ece2d76b052eb18b344d0f577e275b7c8f03d177b2b8 +SIZE (rubygem/aws-sdk-proton-1.54.0.gem) = 93696 diff --git a/devel/rubygem-aws-sdk-qapps/Makefile b/devel/rubygem-aws-sdk-qapps/Makefile index 78d411030096..8e18100dcc37 100644 --- a/devel/rubygem-aws-sdk-qapps/Makefile +++ b/devel/rubygem-aws-sdk-qapps/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qapps -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qapps/distinfo b/devel/rubygem-aws-sdk-qapps/distinfo index 1bc3523f2e1a..49d1c559c3cf 100644 --- a/devel/rubygem-aws-sdk-qapps/distinfo +++ b/devel/rubygem-aws-sdk-qapps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547218 -SHA256 (rubygem/aws-sdk-qapps-1.15.0.gem) = bf6a47e4eff7fbc16a770ff9b55560d60a30f523d75540d2b93f85da5b91e6b0 -SIZE (rubygem/aws-sdk-qapps-1.15.0.gem) = 58880 +TIMESTAMP = 1747716102 +SHA256 (rubygem/aws-sdk-qapps-1.16.0.gem) = 7b279b819a38ca54192b87f4577122d5a32913b965c0f0c32b7f9c94ef00a301 +SIZE (rubygem/aws-sdk-qapps-1.16.0.gem) = 58880 diff --git a/devel/rubygem-aws-sdk-qbusiness/Makefile b/devel/rubygem-aws-sdk-qbusiness/Makefile index 6d9e2f2a7238..487ff2170bb5 100644 --- a/devel/rubygem-aws-sdk-qbusiness/Makefile +++ b/devel/rubygem-aws-sdk-qbusiness/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qbusiness -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qbusiness/distinfo b/devel/rubygem-aws-sdk-qbusiness/distinfo index e5d491b03694..18fb8d502ba4 100644 --- a/devel/rubygem-aws-sdk-qbusiness/distinfo +++ b/devel/rubygem-aws-sdk-qbusiness/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547220 -SHA256 (rubygem/aws-sdk-qbusiness-1.38.0.gem) = 09a83acaa85dc369bcbfca2bf9091ad9c89fe5e782b6c8fb502aea64c6b5891e -SIZE (rubygem/aws-sdk-qbusiness-1.38.0.gem) = 145408 +TIMESTAMP = 1747716104 +SHA256 (rubygem/aws-sdk-qbusiness-1.39.0.gem) = e289ad21240f7a012b5474519bc9417bbf2fc85548183384ec90661c002d8752 +SIZE (rubygem/aws-sdk-qbusiness-1.39.0.gem) = 145408 diff --git a/devel/rubygem-aws-sdk-qconnect/Makefile b/devel/rubygem-aws-sdk-qconnect/Makefile index 8a9414720a41..2dedff181a45 100644 --- a/devel/rubygem-aws-sdk-qconnect/Makefile +++ b/devel/rubygem-aws-sdk-qconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qconnect -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qconnect/distinfo b/devel/rubygem-aws-sdk-qconnect/distinfo index 7dc3df204bb0..0affd8f7600f 100644 --- a/devel/rubygem-aws-sdk-qconnect/distinfo +++ b/devel/rubygem-aws-sdk-qconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547222 -SHA256 (rubygem/aws-sdk-qconnect-1.32.0.gem) = 0587ef188aab5dbf09cd32f711db61c77b9bca843f4a063c2c3b4870202d8bd5 -SIZE (rubygem/aws-sdk-qconnect-1.32.0.gem) = 145408 +TIMESTAMP = 1747716106 +SHA256 (rubygem/aws-sdk-qconnect-1.33.0.gem) = 226fcb0e469f120b2e97853e74dd50f2ffb0dd47dea3fb9918ddf514490184a5 +SIZE (rubygem/aws-sdk-qconnect-1.33.0.gem) = 145408 diff --git a/devel/rubygem-aws-sdk-qldb/Makefile b/devel/rubygem-aws-sdk-qldb/Makefile index 209f9181d0d4..a31a0088b76e 100644 --- a/devel/rubygem-aws-sdk-qldb/Makefile +++ b/devel/rubygem-aws-sdk-qldb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qldb -PORTVERSION= 1.57.0 +PORTVERSION= 1.58.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qldb/distinfo b/devel/rubygem-aws-sdk-qldb/distinfo index 6de51ad37541..6601b3bfd6ac 100644 --- a/devel/rubygem-aws-sdk-qldb/distinfo +++ b/devel/rubygem-aws-sdk-qldb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547224 -SHA256 (rubygem/aws-sdk-qldb-1.57.0.gem) = 013bb570371955a81d5110d287709f198e52a3784d07dd7ebbb967d09ea5ac54 -SIZE (rubygem/aws-sdk-qldb-1.57.0.gem) = 44544 +TIMESTAMP = 1747716108 +SHA256 (rubygem/aws-sdk-qldb-1.58.0.gem) = 39ed57d8f3c062ea7f9b4667461057ca72944fad7fb3264e9d33da540d940c54 +SIZE (rubygem/aws-sdk-qldb-1.58.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-qldbsession/Makefile b/devel/rubygem-aws-sdk-qldbsession/Makefile index 6b2842ac0d5b..96c3772d1232 100644 --- a/devel/rubygem-aws-sdk-qldbsession/Makefile +++ b/devel/rubygem-aws-sdk-qldbsession/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qldbsession -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qldbsession/distinfo b/devel/rubygem-aws-sdk-qldbsession/distinfo index 50f58b1609ba..c8bcce7b947f 100644 --- a/devel/rubygem-aws-sdk-qldbsession/distinfo +++ b/devel/rubygem-aws-sdk-qldbsession/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547226 -SHA256 (rubygem/aws-sdk-qldbsession-1.52.0.gem) = 720e9726fc1bdf8ed0c80aea89f2f6d8f5bfbf9dadfbf41bfb1df60ea6dd045d -SIZE (rubygem/aws-sdk-qldbsession-1.52.0.gem) = 25600 +TIMESTAMP = 1747716110 +SHA256 (rubygem/aws-sdk-qldbsession-1.53.0.gem) = f8c2f2ec030be7829de9fc020626dc5c3fdd169b1a07993961e02299dcd02daf +SIZE (rubygem/aws-sdk-qldbsession-1.53.0.gem) = 25600 diff --git a/devel/rubygem-aws-sdk-quicksight/Makefile b/devel/rubygem-aws-sdk-quicksight/Makefile index fc760477374d..6ec7f98c0313 100644 --- a/devel/rubygem-aws-sdk-quicksight/Makefile +++ b/devel/rubygem-aws-sdk-quicksight/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-quicksight -PORTVERSION= 1.147.0 +PORTVERSION= 1.148.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-quicksight/distinfo b/devel/rubygem-aws-sdk-quicksight/distinfo index da4dac87e1e8..4bb2095b12ee 100644 --- a/devel/rubygem-aws-sdk-quicksight/distinfo +++ b/devel/rubygem-aws-sdk-quicksight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547228 -SHA256 (rubygem/aws-sdk-quicksight-1.147.0.gem) = 1c87567cca3f4c2b94d9a5b3d39110b0adb8148d1e84a2d2c19e9fe3b1f48594 -SIZE (rubygem/aws-sdk-quicksight-1.147.0.gem) = 970752 +TIMESTAMP = 1747716112 +SHA256 (rubygem/aws-sdk-quicksight-1.148.0.gem) = 8be11f16e92de0b27f5d05e7ca384f5869aabbdc901cca2d72629cee88b23e2f +SIZE (rubygem/aws-sdk-quicksight-1.148.0.gem) = 970752 diff --git a/devel/rubygem-aws-sdk-ram/Makefile b/devel/rubygem-aws-sdk-ram/Makefile index ccba472105a7..c1fd5bfde4f2 100644 --- a/devel/rubygem-aws-sdk-ram/Makefile +++ b/devel/rubygem-aws-sdk-ram/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ram -PORTVERSION= 1.71.0 +PORTVERSION= 1.72.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ram/distinfo b/devel/rubygem-aws-sdk-ram/distinfo index 13780b21ccb6..9a47532c52cf 100644 --- a/devel/rubygem-aws-sdk-ram/distinfo +++ b/devel/rubygem-aws-sdk-ram/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547230 -SHA256 (rubygem/aws-sdk-ram-1.71.0.gem) = 213c34542a9b056c8e6373697eb9d52d474d1cf6f577a4461157881946acde94 -SIZE (rubygem/aws-sdk-ram-1.71.0.gem) = 61952 +TIMESTAMP = 1747716114 +SHA256 (rubygem/aws-sdk-ram-1.72.0.gem) = d12b4972546faf96085c59f901af1fbb1f886dc5127b5724b8f8087d2fcc2bcf +SIZE (rubygem/aws-sdk-ram-1.72.0.gem) = 61952 diff --git a/devel/rubygem-aws-sdk-rds/Makefile b/devel/rubygem-aws-sdk-rds/Makefile index f744d0adf02d..6e635bd3a5a5 100644 --- a/devel/rubygem-aws-sdk-rds/Makefile +++ b/devel/rubygem-aws-sdk-rds/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-rds -PORTVERSION= 1.275.0 +PORTVERSION= 1.276.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-rds/distinfo b/devel/rubygem-aws-sdk-rds/distinfo index bd6c8a1975ba..7f2ee0c248e2 100644 --- a/devel/rubygem-aws-sdk-rds/distinfo +++ b/devel/rubygem-aws-sdk-rds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547232 -SHA256 (rubygem/aws-sdk-rds-1.275.0.gem) = 8cf62b0c5786ecbdb22b1f2c332b20c6fbbfad65c6fc9ca13386988a8b7311f1 -SIZE (rubygem/aws-sdk-rds-1.275.0.gem) = 639488 +TIMESTAMP = 1747716116 +SHA256 (rubygem/aws-sdk-rds-1.276.0.gem) = 9ed4183b1abb30e50b3751486e667c85b9192b8a7a3aec73f791277799bc5756 +SIZE (rubygem/aws-sdk-rds-1.276.0.gem) = 639488 diff --git a/devel/rubygem-aws-sdk-rdsdataservice/Makefile b/devel/rubygem-aws-sdk-rdsdataservice/Makefile index 6d6faf0381cd..26a1e25340f2 100644 --- a/devel/rubygem-aws-sdk-rdsdataservice/Makefile +++ b/devel/rubygem-aws-sdk-rdsdataservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-rdsdataservice -PORTVERSION= 1.71.0 +PORTVERSION= 1.72.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-rdsdataservice/distinfo b/devel/rubygem-aws-sdk-rdsdataservice/distinfo index f002d82fe610..dc0c67c6e4db 100644 --- a/devel/rubygem-aws-sdk-rdsdataservice/distinfo +++ b/devel/rubygem-aws-sdk-rdsdataservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547234 -SHA256 (rubygem/aws-sdk-rdsdataservice-1.71.0.gem) = 50657afb05e3e673c0359a03b3d8f0280b96f74d217b132e1596ac39a927b734 -SIZE (rubygem/aws-sdk-rdsdataservice-1.71.0.gem) = 35328 +TIMESTAMP = 1747716118 +SHA256 (rubygem/aws-sdk-rdsdataservice-1.72.0.gem) = 54c27e212c4a80052e8b656abbf3644303c4888dba2122faf584cd2041cc1bb3 +SIZE (rubygem/aws-sdk-rdsdataservice-1.72.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-recyclebin/Makefile b/devel/rubygem-aws-sdk-recyclebin/Makefile index 1a5d13b5d953..22a02baad841 100644 --- a/devel/rubygem-aws-sdk-recyclebin/Makefile +++ b/devel/rubygem-aws-sdk-recyclebin/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-recyclebin -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-recyclebin/distinfo b/devel/rubygem-aws-sdk-recyclebin/distinfo index 8d2027e6a3f0..f7601af8adf3 100644 --- a/devel/rubygem-aws-sdk-recyclebin/distinfo +++ b/devel/rubygem-aws-sdk-recyclebin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547236 -SHA256 (rubygem/aws-sdk-recyclebin-1.38.0.gem) = a7a0515011e50bd06158aee5fa19444d0866570f284af6d96f1402b6d7adbf99 -SIZE (rubygem/aws-sdk-recyclebin-1.38.0.gem) = 30208 +TIMESTAMP = 1747716120 +SHA256 (rubygem/aws-sdk-recyclebin-1.39.0.gem) = dc0a948b4e123d09e0c459fe3f1cb8a9dd91af54462b23a7a9d491be4e4f000c +SIZE (rubygem/aws-sdk-recyclebin-1.39.0.gem) = 30208 diff --git a/devel/rubygem-aws-sdk-redshift/Makefile b/devel/rubygem-aws-sdk-redshift/Makefile index 5adfa2cf9dfa..874555568836 100644 --- a/devel/rubygem-aws-sdk-redshift/Makefile +++ b/devel/rubygem-aws-sdk-redshift/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-redshift -PORTVERSION= 1.139.0 +PORTVERSION= 1.140.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-redshift/distinfo b/devel/rubygem-aws-sdk-redshift/distinfo index 17c313ebe87f..7488d963b1ac 100644 --- a/devel/rubygem-aws-sdk-redshift/distinfo +++ b/devel/rubygem-aws-sdk-redshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547238 -SHA256 (rubygem/aws-sdk-redshift-1.139.0.gem) = 221a52ae1aeb747958f82876462c14bcc1f864c7e0b9208f4adcb034c356b59a -SIZE (rubygem/aws-sdk-redshift-1.139.0.gem) = 223232 +TIMESTAMP = 1747716122 +SHA256 (rubygem/aws-sdk-redshift-1.140.0.gem) = 1edd6e0e4146f00f3f8940649cf8ba6379df923255ad35d2cd3f75e80ca79b2b +SIZE (rubygem/aws-sdk-redshift-1.140.0.gem) = 223232 diff --git a/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile b/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile index 54b1f67ad9ab..305221e8bb66 100644 --- a/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile +++ b/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-redshiftdataapiservice -PORTVERSION= 1.55.0 +PORTVERSION= 1.56.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo b/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo index 9dd6cf07cf19..258825f5832c 100644 --- a/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo +++ b/devel/rubygem-aws-sdk-redshiftdataapiservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547240 -SHA256 (rubygem/aws-sdk-redshiftdataapiservice-1.55.0.gem) = f2feed2299fbaf85abb891f1f14b681a673b1cc49ebda193f824e98375deeed3 -SIZE (rubygem/aws-sdk-redshiftdataapiservice-1.55.0.gem) = 38912 +TIMESTAMP = 1747716124 +SHA256 (rubygem/aws-sdk-redshiftdataapiservice-1.56.0.gem) = 14cf4c770e9e68350b70b2d174c7728a903c12d8afa322323b681025a769015d +SIZE (rubygem/aws-sdk-redshiftdataapiservice-1.56.0.gem) = 38912 diff --git a/devel/rubygem-aws-sdk-redshiftserverless/Makefile b/devel/rubygem-aws-sdk-redshiftserverless/Makefile index 0263b7a94dfd..4e49aae2882b 100644 --- a/devel/rubygem-aws-sdk-redshiftserverless/Makefile +++ b/devel/rubygem-aws-sdk-redshiftserverless/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-redshiftserverless -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-redshiftserverless/distinfo b/devel/rubygem-aws-sdk-redshiftserverless/distinfo index 9f508284a9f2..64947809fb18 100644 --- a/devel/rubygem-aws-sdk-redshiftserverless/distinfo +++ b/devel/rubygem-aws-sdk-redshiftserverless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547242 -SHA256 (rubygem/aws-sdk-redshiftserverless-1.49.0.gem) = 259e4868b7576d57f55052e1777b999ec89dc54de8e98a36775ab8ad1481103c -SIZE (rubygem/aws-sdk-redshiftserverless-1.49.0.gem) = 78848 +TIMESTAMP = 1747716126 +SHA256 (rubygem/aws-sdk-redshiftserverless-1.50.0.gem) = 6c8c254d92406b1e3f77245e37a59fe3502893d698d4ffd6ead9558d9f092c68 +SIZE (rubygem/aws-sdk-redshiftserverless-1.50.0.gem) = 78848 diff --git a/devel/rubygem-aws-sdk-rekognition/Makefile b/devel/rubygem-aws-sdk-rekognition/Makefile index 80cd46628a0c..d758c4cdddc5 100644 --- a/devel/rubygem-aws-sdk-rekognition/Makefile +++ b/devel/rubygem-aws-sdk-rekognition/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-rekognition -PORTVERSION= 1.114.0 +PORTVERSION= 1.115.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-rekognition/distinfo b/devel/rubygem-aws-sdk-rekognition/distinfo index ebfb3c4f50c5..131c226f415a 100644 --- a/devel/rubygem-aws-sdk-rekognition/distinfo +++ b/devel/rubygem-aws-sdk-rekognition/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547244 -SHA256 (rubygem/aws-sdk-rekognition-1.114.0.gem) = 50ff0b237b09667bd1e242dd8b8092c8f3dbe9c4d0a852cd19be90e895c2930c -SIZE (rubygem/aws-sdk-rekognition-1.114.0.gem) = 172032 +TIMESTAMP = 1747716128 +SHA256 (rubygem/aws-sdk-rekognition-1.115.0.gem) = e1ecedf7c173d95859bb972c99e1412e66a6e15a188210177f25ccf84bd67431 +SIZE (rubygem/aws-sdk-rekognition-1.115.0.gem) = 172032 diff --git a/devel/rubygem-aws-sdk-repostspace/Makefile b/devel/rubygem-aws-sdk-repostspace/Makefile index 6638aa53a7d7..0cffebae4d7c 100644 --- a/devel/rubygem-aws-sdk-repostspace/Makefile +++ b/devel/rubygem-aws-sdk-repostspace/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-repostspace -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-repostspace/distinfo b/devel/rubygem-aws-sdk-repostspace/distinfo index 08340efbb239..9a496d2bc2b1 100644 --- a/devel/rubygem-aws-sdk-repostspace/distinfo +++ b/devel/rubygem-aws-sdk-repostspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547246 -SHA256 (rubygem/aws-sdk-repostspace-1.20.0.gem) = 344f7407970dede3fce0b67aded46ce5b905219cb26e31ff7a9adde16d741f1a -SIZE (rubygem/aws-sdk-repostspace-1.20.0.gem) = 30208 +TIMESTAMP = 1747716130 +SHA256 (rubygem/aws-sdk-repostspace-1.21.0.gem) = 77696e8d4ef6d4817359a04f29eb83e3228c2b7f9e4837b9eb23b78c631a8079 +SIZE (rubygem/aws-sdk-repostspace-1.21.0.gem) = 30208 diff --git a/devel/rubygem-aws-sdk-resiliencehub/Makefile b/devel/rubygem-aws-sdk-resiliencehub/Makefile index 028c572b0ce5..99d3c1b90a33 100644 --- a/devel/rubygem-aws-sdk-resiliencehub/Makefile +++ b/devel/rubygem-aws-sdk-resiliencehub/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resiliencehub -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-resiliencehub/distinfo b/devel/rubygem-aws-sdk-resiliencehub/distinfo index 3146dda05075..328f1c5f5c4c 100644 --- a/devel/rubygem-aws-sdk-resiliencehub/distinfo +++ b/devel/rubygem-aws-sdk-resiliencehub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547248 -SHA256 (rubygem/aws-sdk-resiliencehub-1.49.0.gem) = ab75c8b56842cbadf2fb5d7521aaaa451f5118be7b81ab6d47f30a83812258b8 -SIZE (rubygem/aws-sdk-resiliencehub-1.49.0.gem) = 92672 +TIMESTAMP = 1747716132 +SHA256 (rubygem/aws-sdk-resiliencehub-1.50.0.gem) = 5d5b365811261380b3f452b97055cf9c25d4c1e80dedf77d2b1b5e10eb6d23bf +SIZE (rubygem/aws-sdk-resiliencehub-1.50.0.gem) = 92672 diff --git a/devel/rubygem-aws-sdk-resourceexplorer2/Makefile b/devel/rubygem-aws-sdk-resourceexplorer2/Makefile index 7434ec42c1db..64af4391eb22 100644 --- a/devel/rubygem-aws-sdk-resourceexplorer2/Makefile +++ b/devel/rubygem-aws-sdk-resourceexplorer2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resourceexplorer2 -PORTVERSION= 1.35.0 +PORTVERSION= 1.36.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-resourceexplorer2/distinfo b/devel/rubygem-aws-sdk-resourceexplorer2/distinfo index a7f1a8a45031..b55b83f3f91d 100644 --- a/devel/rubygem-aws-sdk-resourceexplorer2/distinfo +++ b/devel/rubygem-aws-sdk-resourceexplorer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547250 -SHA256 (rubygem/aws-sdk-resourceexplorer2-1.35.0.gem) = bfa020e2d88b9512c5c41da8440f250647807ca17e26f2064891d5005c4ce40f -SIZE (rubygem/aws-sdk-resourceexplorer2-1.35.0.gem) = 44544 +TIMESTAMP = 1747716134 +SHA256 (rubygem/aws-sdk-resourceexplorer2-1.36.0.gem) = d9a449c07bb78e89d91552eadf11940b4fb808e11d4e7598aefdd58e00978e80 +SIZE (rubygem/aws-sdk-resourceexplorer2-1.36.0.gem) = 44544 diff --git a/devel/rubygem-aws-sdk-resourcegroups/Makefile b/devel/rubygem-aws-sdk-resourcegroups/Makefile index b34ffdeb0654..c7f98ac5dbe0 100644 --- a/devel/rubygem-aws-sdk-resourcegroups/Makefile +++ b/devel/rubygem-aws-sdk-resourcegroups/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resourcegroups -PORTVERSION= 1.81.0 +PORTVERSION= 1.82.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-resourcegroups/distinfo b/devel/rubygem-aws-sdk-resourcegroups/distinfo index 25a7e8f7bc51..34a95fa25600 100644 --- a/devel/rubygem-aws-sdk-resourcegroups/distinfo +++ b/devel/rubygem-aws-sdk-resourcegroups/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547252 -SHA256 (rubygem/aws-sdk-resourcegroups-1.81.0.gem) = e8e087377fdd9efac57e7bcbe44ec9822703fc51e621bae6fd6ea059d59b9006 -SIZE (rubygem/aws-sdk-resourcegroups-1.81.0.gem) = 49152 +TIMESTAMP = 1747716136 +SHA256 (rubygem/aws-sdk-resourcegroups-1.82.0.gem) = bbaea7504438955befdcfb0321f51080719e3697605472837ca216e0a41648bd +SIZE (rubygem/aws-sdk-resourcegroups-1.82.0.gem) = 49152 diff --git a/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile b/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile index 9b2aee0fd71c..38339f047f31 100644 --- a/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile +++ b/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resourcegroupstaggingapi -PORTVERSION= 1.78.0 +PORTVERSION= 1.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-resourcegroupstaggingapi/distinfo b/devel/rubygem-aws-sdk-resourcegroupstaggingapi/distinfo index 80c8c896fd94..33cdd04f3732 100644 --- a/devel/rubygem-aws-sdk-resourcegroupstaggingapi/distinfo +++ b/devel/rubygem-aws-sdk-resourcegroupstaggingapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547254 -SHA256 (rubygem/aws-sdk-resourcegroupstaggingapi-1.78.0.gem) = c735057bc9dda7751219d2eb47c0547ff3e88401637bd5a8f68df032cbe469af -SIZE (rubygem/aws-sdk-resourcegroupstaggingapi-1.78.0.gem) = 35328 +TIMESTAMP = 1747716138 +SHA256 (rubygem/aws-sdk-resourcegroupstaggingapi-1.79.0.gem) = f4782cc7a3eb069ed05ff053f740812f67e49e41884ecb200f2090a3763b8d62 +SIZE (rubygem/aws-sdk-resourcegroupstaggingapi-1.79.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-robomaker/Makefile b/devel/rubygem-aws-sdk-robomaker/Makefile index 6041fc829e3b..9cd28a0e9fa6 100644 --- a/devel/rubygem-aws-sdk-robomaker/Makefile +++ b/devel/rubygem-aws-sdk-robomaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-robomaker -PORTVERSION= 1.82.0 +PORTVERSION= 1.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-robomaker/distinfo b/devel/rubygem-aws-sdk-robomaker/distinfo index 9bbb193b483c..8f0ee5df4074 100644 --- a/devel/rubygem-aws-sdk-robomaker/distinfo +++ b/devel/rubygem-aws-sdk-robomaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547258 -SHA256 (rubygem/aws-sdk-robomaker-1.82.0.gem) = 72ba3eb542298e76fba091a448e29ea42f458fd22289dc781d8d0a4edd152cc3 -SIZE (rubygem/aws-sdk-robomaker-1.82.0.gem) = 88576 +TIMESTAMP = 1747716140 +SHA256 (rubygem/aws-sdk-robomaker-1.83.0.gem) = 2641ba864c74daeba72f8cd2fcf61fd31bb565a4bf06f04ac7475aaf9a9708f3 +SIZE (rubygem/aws-sdk-robomaker-1.83.0.gem) = 88576 diff --git a/devel/rubygem-aws-sdk-rolesanywhere/Makefile b/devel/rubygem-aws-sdk-rolesanywhere/Makefile index c3da9c234bb5..a476c27942db 100644 --- a/devel/rubygem-aws-sdk-rolesanywhere/Makefile +++ b/devel/rubygem-aws-sdk-rolesanywhere/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-rolesanywhere -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-rolesanywhere/distinfo b/devel/rubygem-aws-sdk-rolesanywhere/distinfo index c2c785f14ea5..31103c052434 100644 --- a/devel/rubygem-aws-sdk-rolesanywhere/distinfo +++ b/devel/rubygem-aws-sdk-rolesanywhere/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547260 -SHA256 (rubygem/aws-sdk-rolesanywhere-1.34.0.gem) = 1a2c966a79d7794df62c368623a880f06b420c9bede645850d024dc871eda8c7 -SIZE (rubygem/aws-sdk-rolesanywhere-1.34.0.gem) = 37376 +TIMESTAMP = 1747716142 +SHA256 (rubygem/aws-sdk-rolesanywhere-1.35.0.gem) = 0b66bf2bfbf1cf5c2c14b226435c83f0542745563210174ef410434d6654beb2 +SIZE (rubygem/aws-sdk-rolesanywhere-1.35.0.gem) = 37376 diff --git a/devel/rubygem-aws-sdk-route53/Makefile b/devel/rubygem-aws-sdk-route53/Makefile index 536da73122f7..0677eba467ab 100644 --- a/devel/rubygem-aws-sdk-route53/Makefile +++ b/devel/rubygem-aws-sdk-route53/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53 -PORTVERSION= 1.113.0 +PORTVERSION= 1.114.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53/distinfo b/devel/rubygem-aws-sdk-route53/distinfo index 9a5387ae4767..f1dd9d32148e 100644 --- a/devel/rubygem-aws-sdk-route53/distinfo +++ b/devel/rubygem-aws-sdk-route53/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547262 -SHA256 (rubygem/aws-sdk-route53-1.113.0.gem) = 1f2709b775ffeba2266e6daa7778beec52b6d7ae44b4815adb15e984a7987203 -SIZE (rubygem/aws-sdk-route53-1.113.0.gem) = 143872 +TIMESTAMP = 1747716144 +SHA256 (rubygem/aws-sdk-route53-1.114.0.gem) = ea4c5b7c059c95134bc241215a196e0248288fbfde76fad3315d087d055ef734 +SIZE (rubygem/aws-sdk-route53-1.114.0.gem) = 143872 diff --git a/devel/rubygem-aws-sdk-route53domains/Makefile b/devel/rubygem-aws-sdk-route53domains/Makefile index 5d64d8abd2fa..f834da145324 100644 --- a/devel/rubygem-aws-sdk-route53domains/Makefile +++ b/devel/rubygem-aws-sdk-route53domains/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53domains -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53domains/distinfo b/devel/rubygem-aws-sdk-route53domains/distinfo index a7310ea3dc31..856f44b100da 100644 --- a/devel/rubygem-aws-sdk-route53domains/distinfo +++ b/devel/rubygem-aws-sdk-route53domains/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547264 -SHA256 (rubygem/aws-sdk-route53domains-1.77.0.gem) = 250de62c76847889f90e498077eabfa83d6bc7afd539debc7a005ddbdea0cd37 -SIZE (rubygem/aws-sdk-route53domains-1.77.0.gem) = 67072 +TIMESTAMP = 1747716146 +SHA256 (rubygem/aws-sdk-route53domains-1.78.0.gem) = 993b9b3bd9d6729b8de629cc0b4d6743e424de9e5d23cfb71ad6e5612d015d57 +SIZE (rubygem/aws-sdk-route53domains-1.78.0.gem) = 67072 diff --git a/devel/rubygem-aws-sdk-route53profiles/Makefile b/devel/rubygem-aws-sdk-route53profiles/Makefile index 7d41c4cbd29d..3cd660d0b630 100644 --- a/devel/rubygem-aws-sdk-route53profiles/Makefile +++ b/devel/rubygem-aws-sdk-route53profiles/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53profiles -PORTVERSION= 1.18.0 +PORTVERSION= 1.19.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53profiles/distinfo b/devel/rubygem-aws-sdk-route53profiles/distinfo index 5217962f66ff..9ba1271bd68a 100644 --- a/devel/rubygem-aws-sdk-route53profiles/distinfo +++ b/devel/rubygem-aws-sdk-route53profiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547266 -SHA256 (rubygem/aws-sdk-route53profiles-1.18.0.gem) = 3e6378631e9a5ec7f06220bee63b772ec7d219b9b4c2ba9709aeb4f0cd06fa5d -SIZE (rubygem/aws-sdk-route53profiles-1.18.0.gem) = 31232 +TIMESTAMP = 1747716148 +SHA256 (rubygem/aws-sdk-route53profiles-1.19.0.gem) = 08bbf4edddce8eb599125da493a9da909c624df9c3a05780ed55764fa007bb8a +SIZE (rubygem/aws-sdk-route53profiles-1.19.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-route53recoverycluster/Makefile b/devel/rubygem-aws-sdk-route53recoverycluster/Makefile index 44f8f9d92ef4..1991c092d645 100644 --- a/devel/rubygem-aws-sdk-route53recoverycluster/Makefile +++ b/devel/rubygem-aws-sdk-route53recoverycluster/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53recoverycluster -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53recoverycluster/distinfo b/devel/rubygem-aws-sdk-route53recoverycluster/distinfo index 74b3ee6c5f16..6ab4a1c54171 100644 --- a/devel/rubygem-aws-sdk-route53recoverycluster/distinfo +++ b/devel/rubygem-aws-sdk-route53recoverycluster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547268 -SHA256 (rubygem/aws-sdk-route53recoverycluster-1.42.0.gem) = a3e5fbbd6ba33ffb055290a3168e96bc3ad1af05dc9c19a770205b96e07b5752 -SIZE (rubygem/aws-sdk-route53recoverycluster-1.42.0.gem) = 26112 +TIMESTAMP = 1747716150 +SHA256 (rubygem/aws-sdk-route53recoverycluster-1.43.0.gem) = 03ec5b46c2241a2356d26335304a47ba441628d59b306b1eb2e575024f9be826 +SIZE (rubygem/aws-sdk-route53recoverycluster-1.43.0.gem) = 26112 diff --git a/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile b/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile index 1f0a7101ab96..496f8bc4625d 100644 --- a/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile +++ b/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53recoverycontrolconfig -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53recoverycontrolconfig/distinfo b/devel/rubygem-aws-sdk-route53recoverycontrolconfig/distinfo index 491bfd4bc8d0..ebb118c15453 100644 --- a/devel/rubygem-aws-sdk-route53recoverycontrolconfig/distinfo +++ b/devel/rubygem-aws-sdk-route53recoverycontrolconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547270 -SHA256 (rubygem/aws-sdk-route53recoverycontrolconfig-1.42.0.gem) = a6b679ff872afbaa1135a7d9743feaa29fe054a7a45deef507b55c5360e098ba -SIZE (rubygem/aws-sdk-route53recoverycontrolconfig-1.42.0.gem) = 40960 +TIMESTAMP = 1747716152 +SHA256 (rubygem/aws-sdk-route53recoverycontrolconfig-1.43.0.gem) = f5af37e21e6fff013d1cd617e3593c2fed7d24c5fce00e4923e334f2d35c8c00 +SIZE (rubygem/aws-sdk-route53recoverycontrolconfig-1.43.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile b/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile index 102a0726aeac..dafa2e72c7fd 100644 --- a/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile +++ b/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53recoveryreadiness -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53recoveryreadiness/distinfo b/devel/rubygem-aws-sdk-route53recoveryreadiness/distinfo index e4b47160774f..64e244965416 100644 --- a/devel/rubygem-aws-sdk-route53recoveryreadiness/distinfo +++ b/devel/rubygem-aws-sdk-route53recoveryreadiness/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547272 -SHA256 (rubygem/aws-sdk-route53recoveryreadiness-1.39.0.gem) = 836fdf905303369f9e6987342a72195aaca127f7b9b7a4cc8114c85a01f31928 -SIZE (rubygem/aws-sdk-route53recoveryreadiness-1.39.0.gem) = 36352 +TIMESTAMP = 1747716154 +SHA256 (rubygem/aws-sdk-route53recoveryreadiness-1.40.0.gem) = 770a946f17e06ff2abb18efb161af772331c910292e76678738e8acef73477b9 +SIZE (rubygem/aws-sdk-route53recoveryreadiness-1.40.0.gem) = 36352 diff --git a/devel/rubygem-aws-sdk-route53resolver/Makefile b/devel/rubygem-aws-sdk-route53resolver/Makefile index e1e665f8e0bc..50d0c4c58d34 100644 --- a/devel/rubygem-aws-sdk-route53resolver/Makefile +++ b/devel/rubygem-aws-sdk-route53resolver/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53resolver -PORTVERSION= 1.78.0 +PORTVERSION= 1.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53resolver/distinfo b/devel/rubygem-aws-sdk-route53resolver/distinfo index 7ee13ed57a36..9cfecc2d9fb5 100644 --- a/devel/rubygem-aws-sdk-route53resolver/distinfo +++ b/devel/rubygem-aws-sdk-route53resolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547274 -SHA256 (rubygem/aws-sdk-route53resolver-1.78.0.gem) = 2229c909acca1ed4768b37df8ed0dde6d5226470930db00bbad6b54906038863 -SIZE (rubygem/aws-sdk-route53resolver-1.78.0.gem) = 93696 +TIMESTAMP = 1747716156 +SHA256 (rubygem/aws-sdk-route53resolver-1.79.0.gem) = bc4c62f166497e75b9023bed22309d0ba4299348f1f3c0f7bed5ebd263874ad8 +SIZE (rubygem/aws-sdk-route53resolver-1.79.0.gem) = 93696 diff --git a/devel/rubygem-aws-sdk-s3/Makefile b/devel/rubygem-aws-sdk-s3/Makefile index d63e67acae88..aa8ffd6c3785 100644 --- a/devel/rubygem-aws-sdk-s3/Makefile +++ b/devel/rubygem-aws-sdk-s3/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3 -PORTVERSION= 1.185.0 +PORTVERSION= 1.186.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3/distinfo b/devel/rubygem-aws-sdk-s3/distinfo index 53ddbda84ef0..25f481b7bea9 100644 --- a/devel/rubygem-aws-sdk-s3/distinfo +++ b/devel/rubygem-aws-sdk-s3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547276 -SHA256 (rubygem/aws-sdk-s3-1.185.0.gem) = 7e5ebb091b2a5dafe561786e0b7bfee7a2ae5959a02f302572a09e6b7178a5c7 -SIZE (rubygem/aws-sdk-s3-1.185.0.gem) = 500224 +TIMESTAMP = 1747716158 +SHA256 (rubygem/aws-sdk-s3-1.186.1.gem) = 5b703b8aafc26ca4f3f927368412da5f4b8f74909bb0e4651eb8afe8aa105803 +SIZE (rubygem/aws-sdk-s3-1.186.1.gem) = 500224 diff --git a/devel/rubygem-aws-sdk-s3control/Makefile b/devel/rubygem-aws-sdk-s3control/Makefile index f13ef2aaa363..4ed166cdef73 100644 --- a/devel/rubygem-aws-sdk-s3control/Makefile +++ b/devel/rubygem-aws-sdk-s3control/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3control -PORTVERSION= 1.108.0 +PORTVERSION= 1.109.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3control/distinfo b/devel/rubygem-aws-sdk-s3control/distinfo index d02a5c03ddae..5f2ddc301ff7 100644 --- a/devel/rubygem-aws-sdk-s3control/distinfo +++ b/devel/rubygem-aws-sdk-s3control/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547278 -SHA256 (rubygem/aws-sdk-s3control-1.108.0.gem) = 0204ebb53a035e8b052198f085cbaf83521839570cee62f8a2a88be2aeb1570f -SIZE (rubygem/aws-sdk-s3control-1.108.0.gem) = 157184 +TIMESTAMP = 1747716160 +SHA256 (rubygem/aws-sdk-s3control-1.109.0.gem) = e65e00002387b70bf37598869c07c22e9a708f65f67ab5ad74362cfd37ebb1b8 +SIZE (rubygem/aws-sdk-s3control-1.109.0.gem) = 157184 diff --git a/devel/rubygem-aws-sdk-s3outposts/Makefile b/devel/rubygem-aws-sdk-s3outposts/Makefile index 216f8e68f90f..bc16bd533326 100644 --- a/devel/rubygem-aws-sdk-s3outposts/Makefile +++ b/devel/rubygem-aws-sdk-s3outposts/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3outposts -PORTVERSION= 1.46.0 +PORTVERSION= 1.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3outposts/distinfo b/devel/rubygem-aws-sdk-s3outposts/distinfo index 4b979deb28ef..80420796f96b 100644 --- a/devel/rubygem-aws-sdk-s3outposts/distinfo +++ b/devel/rubygem-aws-sdk-s3outposts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547280 -SHA256 (rubygem/aws-sdk-s3outposts-1.46.0.gem) = a1b85f3ad2778bd898a777d181dcdb2a53145dbae06e457a5c8e4a6e4d9df706 -SIZE (rubygem/aws-sdk-s3outposts-1.46.0.gem) = 26624 +TIMESTAMP = 1747716162 +SHA256 (rubygem/aws-sdk-s3outposts-1.47.0.gem) = 9d837d0dbd8ebfa6bddcb3b78afd3f35b5cb32bd1f34777a8ab4f23f3274aba9 +SIZE (rubygem/aws-sdk-s3outposts-1.47.0.gem) = 26624 diff --git a/devel/rubygem-aws-sdk-s3tables/Makefile b/devel/rubygem-aws-sdk-s3tables/Makefile index 141aed6497b4..6d40be82c65c 100644 --- a/devel/rubygem-aws-sdk-s3tables/Makefile +++ b/devel/rubygem-aws-sdk-s3tables/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3tables -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3tables/distinfo b/devel/rubygem-aws-sdk-s3tables/distinfo index 70bd90251ccf..7fcd067e5e65 100644 --- a/devel/rubygem-aws-sdk-s3tables/distinfo +++ b/devel/rubygem-aws-sdk-s3tables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547282 -SHA256 (rubygem/aws-sdk-s3tables-1.6.0.gem) = ffe7326f317cf7961a14bf46d1c6a31ccc7fa97bc86a48f25188587d010b72c6 -SIZE (rubygem/aws-sdk-s3tables-1.6.0.gem) = 36864 +TIMESTAMP = 1747716164 +SHA256 (rubygem/aws-sdk-s3tables-1.7.0.gem) = 89df8bc7d9d48f7994ca71a4b878b284d29697544ac79f78c50873337e7fa9a5 +SIZE (rubygem/aws-sdk-s3tables-1.7.0.gem) = 36864 diff --git a/devel/rubygem-aws-sdk-sagemaker/Makefile b/devel/rubygem-aws-sdk-sagemaker/Makefile index 76be3a0e9f92..7b42c8e44ee4 100644 --- a/devel/rubygem-aws-sdk-sagemaker/Makefile +++ b/devel/rubygem-aws-sdk-sagemaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemaker -PORTVERSION= 1.304.0 +PORTVERSION= 1.305.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemaker/distinfo b/devel/rubygem-aws-sdk-sagemaker/distinfo index b539050ac01c..05047cb1d0d5 100644 --- a/devel/rubygem-aws-sdk-sagemaker/distinfo +++ b/devel/rubygem-aws-sdk-sagemaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547284 -SHA256 (rubygem/aws-sdk-sagemaker-1.304.0.gem) = 748b6c2eae1f8c98f4d8abd596b37c2cd411957c67b98a22624db6619582ea27 -SIZE (rubygem/aws-sdk-sagemaker-1.304.0.gem) = 777216 +TIMESTAMP = 1747716166 +SHA256 (rubygem/aws-sdk-sagemaker-1.305.0.gem) = 2c5abdb0dcdbf414b50a0c0f48c2698901e763e91ff368b5ada344def413b9cf +SIZE (rubygem/aws-sdk-sagemaker-1.305.0.gem) = 777728 diff --git a/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile b/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile index 32e9d7d7fa68..9d73d6dc6908 100644 --- a/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile +++ b/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemakeredgemanager -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemakeredgemanager/distinfo b/devel/rubygem-aws-sdk-sagemakeredgemanager/distinfo index 402b69b8ce0c..b0b46ab7c0f3 100644 --- a/devel/rubygem-aws-sdk-sagemakeredgemanager/distinfo +++ b/devel/rubygem-aws-sdk-sagemakeredgemanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547286 -SHA256 (rubygem/aws-sdk-sagemakeredgemanager-1.42.0.gem) = 68e7096e85e828c8600064cfb95e1dfc5fa3a90255114d88da2d9953bde024a7 -SIZE (rubygem/aws-sdk-sagemakeredgemanager-1.42.0.gem) = 24064 +TIMESTAMP = 1747716168 +SHA256 (rubygem/aws-sdk-sagemakeredgemanager-1.43.0.gem) = 19ccc1711bff79e81797ae57f8dca7bc5057a0cee2673fb7dafadbc1ae7fb4de +SIZE (rubygem/aws-sdk-sagemakeredgemanager-1.43.0.gem) = 24064 diff --git a/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile b/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile index 820662ed9d75..ea1229fb060c 100644 --- a/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile +++ b/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemakerfeaturestoreruntime -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/distinfo b/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/distinfo index ba699a98dd7f..3886bab5185e 100644 --- a/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/distinfo +++ b/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547288 -SHA256 (rubygem/aws-sdk-sagemakerfeaturestoreruntime-1.47.0.gem) = 24cc9dd7216735de0a0b20789ba50e1b81b277b6e1900294b59594cee302be5e -SIZE (rubygem/aws-sdk-sagemakerfeaturestoreruntime-1.47.0.gem) = 27136 +TIMESTAMP = 1747716170 +SHA256 (rubygem/aws-sdk-sagemakerfeaturestoreruntime-1.48.0.gem) = 05b07da5757089c0923919e4c4a3c7f652843d845a08add3f24288ebe8577043 +SIZE (rubygem/aws-sdk-sagemakerfeaturestoreruntime-1.48.0.gem) = 27136 diff --git a/devel/rubygem-aws-sdk-sagemakergeospatial/Makefile b/devel/rubygem-aws-sdk-sagemakergeospatial/Makefile index 4d5ac8526c38..a1149b8f6a76 100644 --- a/devel/rubygem-aws-sdk-sagemakergeospatial/Makefile +++ b/devel/rubygem-aws-sdk-sagemakergeospatial/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemakergeospatial -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemakergeospatial/distinfo b/devel/rubygem-aws-sdk-sagemakergeospatial/distinfo index 9a81b923579f..bb5eea8faf18 100644 --- a/devel/rubygem-aws-sdk-sagemakergeospatial/distinfo +++ b/devel/rubygem-aws-sdk-sagemakergeospatial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547290 -SHA256 (rubygem/aws-sdk-sagemakergeospatial-1.30.0.gem) = 47395537645a07eff02a3ddb62bf3548426b32a937997a4a344dc6cfe42cc5ea -SIZE (rubygem/aws-sdk-sagemakergeospatial-1.30.0.gem) = 51200 +TIMESTAMP = 1747716172 +SHA256 (rubygem/aws-sdk-sagemakergeospatial-1.31.0.gem) = f7dfa3e5b5dcc3406fb519feab3566ee8e75c95d06e798ff43f81ad6ebc39351 +SIZE (rubygem/aws-sdk-sagemakergeospatial-1.31.0.gem) = 51200 diff --git a/devel/rubygem-aws-sdk-sagemakermetrics/Makefile b/devel/rubygem-aws-sdk-sagemakermetrics/Makefile index b72552137b25..269bfde1ef7e 100644 --- a/devel/rubygem-aws-sdk-sagemakermetrics/Makefile +++ b/devel/rubygem-aws-sdk-sagemakermetrics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemakermetrics -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemakermetrics/distinfo b/devel/rubygem-aws-sdk-sagemakermetrics/distinfo index c0ebb36822d5..b30c9c702162 100644 --- a/devel/rubygem-aws-sdk-sagemakermetrics/distinfo +++ b/devel/rubygem-aws-sdk-sagemakermetrics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547292 -SHA256 (rubygem/aws-sdk-sagemakermetrics-1.31.0.gem) = 4af0bdfe88af8564436c48c6aedbbc685ca23e0490860940336e58978352b93a -SIZE (rubygem/aws-sdk-sagemakermetrics-1.31.0.gem) = 22528 +TIMESTAMP = 1747716174 +SHA256 (rubygem/aws-sdk-sagemakermetrics-1.32.0.gem) = 09b0b2c7ee48558dfa24117efb4983e0e0e8dc1fcd263a538bc0baf9b1ea89d7 +SIZE (rubygem/aws-sdk-sagemakermetrics-1.32.0.gem) = 22528 diff --git a/devel/rubygem-aws-sdk-sagemakerruntime/Makefile b/devel/rubygem-aws-sdk-sagemakerruntime/Makefile index 6c8e626a0a51..1663b7e04b91 100644 --- a/devel/rubygem-aws-sdk-sagemakerruntime/Makefile +++ b/devel/rubygem-aws-sdk-sagemakerruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemakerruntime -PORTVERSION= 1.81.0 +PORTVERSION= 1.82.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemakerruntime/distinfo b/devel/rubygem-aws-sdk-sagemakerruntime/distinfo index 9688577d2c68..737a46a9e16b 100644 --- a/devel/rubygem-aws-sdk-sagemakerruntime/distinfo +++ b/devel/rubygem-aws-sdk-sagemakerruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547294 -SHA256 (rubygem/aws-sdk-sagemakerruntime-1.81.0.gem) = 52c75733b6dff212fe02a27268b98c63021b02a10c43c10f7dcd8624c9917252 -SIZE (rubygem/aws-sdk-sagemakerruntime-1.81.0.gem) = 32256 +TIMESTAMP = 1747716176 +SHA256 (rubygem/aws-sdk-sagemakerruntime-1.82.0.gem) = c7d7d7f1da9fe657867f6fa3425c2557d9f73e19ec1ceb178b544a91e8050a9c +SIZE (rubygem/aws-sdk-sagemakerruntime-1.82.0.gem) = 32256 diff --git a/devel/rubygem-aws-sdk-savingsplans/Makefile b/devel/rubygem-aws-sdk-savingsplans/Makefile index 5af60652aaf3..3be723bf342b 100644 --- a/devel/rubygem-aws-sdk-savingsplans/Makefile +++ b/devel/rubygem-aws-sdk-savingsplans/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-savingsplans -PORTVERSION= 1.58.0 +PORTVERSION= 1.59.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-savingsplans/distinfo b/devel/rubygem-aws-sdk-savingsplans/distinfo index 0a1c65127d7c..e34849887f75 100644 --- a/devel/rubygem-aws-sdk-savingsplans/distinfo +++ b/devel/rubygem-aws-sdk-savingsplans/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547296 -SHA256 (rubygem/aws-sdk-savingsplans-1.58.0.gem) = 87a24256e789657fb4106bad94b1bf3ee11e634339cb20504c9c849b8a1e8ee6 -SIZE (rubygem/aws-sdk-savingsplans-1.58.0.gem) = 31232 +TIMESTAMP = 1747716178 +SHA256 (rubygem/aws-sdk-savingsplans-1.59.0.gem) = 9f9c668112ef1cf89ddcc9b21592b30541d796e56bac995e75f039a37ecd773b +SIZE (rubygem/aws-sdk-savingsplans-1.59.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-scheduler/Makefile b/devel/rubygem-aws-sdk-scheduler/Makefile index 495f6b525780..bc5dce161667 100644 --- a/devel/rubygem-aws-sdk-scheduler/Makefile +++ b/devel/rubygem-aws-sdk-scheduler/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-scheduler -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-scheduler/distinfo b/devel/rubygem-aws-sdk-scheduler/distinfo index caa020459b34..dc0c7ad80c1c 100644 --- a/devel/rubygem-aws-sdk-scheduler/distinfo +++ b/devel/rubygem-aws-sdk-scheduler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547298 -SHA256 (rubygem/aws-sdk-scheduler-1.30.0.gem) = 78a61e9105b19e5045dfe148a19b7de0227a66a97eff22b1b7da7640969ca764 -SIZE (rubygem/aws-sdk-scheduler-1.30.0.gem) = 38912 +TIMESTAMP = 1747716180 +SHA256 (rubygem/aws-sdk-scheduler-1.31.0.gem) = 94f1c7f45151fae3ac928bb46c6aec09f41ba1f57008954149991b9662f6de3b +SIZE (rubygem/aws-sdk-scheduler-1.31.0.gem) = 38912 diff --git a/devel/rubygem-aws-sdk-schemas/Makefile b/devel/rubygem-aws-sdk-schemas/Makefile index 4f4798ece33b..3e9a53b1eeec 100644 --- a/devel/rubygem-aws-sdk-schemas/Makefile +++ b/devel/rubygem-aws-sdk-schemas/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-schemas -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-schemas/distinfo b/devel/rubygem-aws-sdk-schemas/distinfo index 05c38daf73e1..62081d7f0510 100644 --- a/devel/rubygem-aws-sdk-schemas/distinfo +++ b/devel/rubygem-aws-sdk-schemas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547300 -SHA256 (rubygem/aws-sdk-schemas-1.52.0.gem) = e3fcc6b4eda4eae02c507d8c05f49e47075786a7b458b0e1dae9efc8c4a3c1f1 -SIZE (rubygem/aws-sdk-schemas-1.52.0.gem) = 38912 +TIMESTAMP = 1747716182 +SHA256 (rubygem/aws-sdk-schemas-1.53.0.gem) = 3f7b148a02142c63fae29b1269c47c23cf4d6ee1fd32656ac4b8464161697a47 +SIZE (rubygem/aws-sdk-schemas-1.53.0.gem) = 38912 diff --git a/devel/rubygem-aws-sdk-secretsmanager/Makefile b/devel/rubygem-aws-sdk-secretsmanager/Makefile index 1b0f3e6bb799..6f27873fa7f2 100644 --- a/devel/rubygem-aws-sdk-secretsmanager/Makefile +++ b/devel/rubygem-aws-sdk-secretsmanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-secretsmanager -PORTVERSION= 1.114.0 +PORTVERSION= 1.115.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-secretsmanager/distinfo b/devel/rubygem-aws-sdk-secretsmanager/distinfo index 44521bbc0e7f..61db743a911a 100644 --- a/devel/rubygem-aws-sdk-secretsmanager/distinfo +++ b/devel/rubygem-aws-sdk-secretsmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547302 -SHA256 (rubygem/aws-sdk-secretsmanager-1.114.0.gem) = e0435d6ea51d5b5bf6925137afd15ecacfbca9c75e1fe7f9c4e676833bdda6ca -SIZE (rubygem/aws-sdk-secretsmanager-1.114.0.gem) = 66048 +TIMESTAMP = 1747716184 +SHA256 (rubygem/aws-sdk-secretsmanager-1.115.0.gem) = 343b6bbf12d8afe6477540983186abd37047cf5b0c530c1669186f0557f50bab +SIZE (rubygem/aws-sdk-secretsmanager-1.115.0.gem) = 66048 diff --git a/devel/rubygem-aws-sdk-securityhub/Makefile b/devel/rubygem-aws-sdk-securityhub/Makefile index 9823a209e209..26311980e033 100644 --- a/devel/rubygem-aws-sdk-securityhub/Makefile +++ b/devel/rubygem-aws-sdk-securityhub/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-securityhub -PORTVERSION= 1.134.0 +PORTVERSION= 1.135.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-securityhub/distinfo b/devel/rubygem-aws-sdk-securityhub/distinfo index b91c6781fdc4..0f1a4d1fdfd3 100644 --- a/devel/rubygem-aws-sdk-securityhub/distinfo +++ b/devel/rubygem-aws-sdk-securityhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547304 -SHA256 (rubygem/aws-sdk-securityhub-1.134.0.gem) = 545b87ca62078f834d0000b02214a451a9835bbe92d154308ffd953892ba3689 -SIZE (rubygem/aws-sdk-securityhub-1.134.0.gem) = 373248 +TIMESTAMP = 1747716186 +SHA256 (rubygem/aws-sdk-securityhub-1.135.0.gem) = b98dae9f9b95250385f93378d2869fc4dc84a4d65b341a97cf808ffab0380c80 +SIZE (rubygem/aws-sdk-securityhub-1.135.0.gem) = 373248 diff --git a/devel/rubygem-aws-sdk-securityir/Makefile b/devel/rubygem-aws-sdk-securityir/Makefile index 6f6b19b19d2e..79e7acb36adb 100644 --- a/devel/rubygem-aws-sdk-securityir/Makefile +++ b/devel/rubygem-aws-sdk-securityir/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-securityir -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-securityir/distinfo b/devel/rubygem-aws-sdk-securityir/distinfo index b772d34b7abf..fa06373a9857 100644 --- a/devel/rubygem-aws-sdk-securityir/distinfo +++ b/devel/rubygem-aws-sdk-securityir/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547306 -SHA256 (rubygem/aws-sdk-securityir-1.4.0.gem) = b096828c37a64fab6a2c5254ed46209fd77665fe3b524b3d764107fdd36d831a -SIZE (rubygem/aws-sdk-securityir-1.4.0.gem) = 40960 +TIMESTAMP = 1747716188 +SHA256 (rubygem/aws-sdk-securityir-1.5.0.gem) = 3833102c4cd5b46ce50155ce5c6d071352d24858a0b44ea2e8f9957369826f74 +SIZE (rubygem/aws-sdk-securityir-1.5.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-securitylake/Makefile b/devel/rubygem-aws-sdk-securitylake/Makefile index 6b22900ba073..3f97ff537fa9 100644 --- a/devel/rubygem-aws-sdk-securitylake/Makefile +++ b/devel/rubygem-aws-sdk-securitylake/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-securitylake -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-securitylake/distinfo b/devel/rubygem-aws-sdk-securitylake/distinfo index 65a90fe0c6ab..23beeda296db 100644 --- a/devel/rubygem-aws-sdk-securitylake/distinfo +++ b/devel/rubygem-aws-sdk-securitylake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547308 -SHA256 (rubygem/aws-sdk-securitylake-1.38.0.gem) = 0a15c4fc6d42cc92d73e008ddb7534f959fadc425587bfb0bcec15026abe3007 -SIZE (rubygem/aws-sdk-securitylake-1.38.0.gem) = 49664 +TIMESTAMP = 1747716190 +SHA256 (rubygem/aws-sdk-securitylake-1.39.0.gem) = 2e33d7ff17483850a22c5321385c27e096c5398184ee075b8d22e5fb09ddf7a3 +SIZE (rubygem/aws-sdk-securitylake-1.39.0.gem) = 50176 diff --git a/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile b/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile index a0b6bedccd84..5ee18a459426 100644 --- a/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile +++ b/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-serverlessapplicationrepository -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-serverlessapplicationrepository/distinfo b/devel/rubygem-aws-sdk-serverlessapplicationrepository/distinfo index 57ebe0d2fdbe..a4c2df16e7a2 100644 --- a/devel/rubygem-aws-sdk-serverlessapplicationrepository/distinfo +++ b/devel/rubygem-aws-sdk-serverlessapplicationrepository/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547310 -SHA256 (rubygem/aws-sdk-serverlessapplicationrepository-1.75.0.gem) = 2c86da20672451885ffff90f7c2ebcb5a9e724ecab7252aa26904d4a62c8d8a1 -SIZE (rubygem/aws-sdk-serverlessapplicationrepository-1.75.0.gem) = 37888 +TIMESTAMP = 1747716192 +SHA256 (rubygem/aws-sdk-serverlessapplicationrepository-1.76.0.gem) = fb725e5341df232c24848f50f060d84f5d5f7610cf1bbc23b2ebceec47c091c5 +SIZE (rubygem/aws-sdk-serverlessapplicationrepository-1.76.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-servicecatalog/Makefile b/devel/rubygem-aws-sdk-servicecatalog/Makefile index c3ce878db821..a16af87132ef 100644 --- a/devel/rubygem-aws-sdk-servicecatalog/Makefile +++ b/devel/rubygem-aws-sdk-servicecatalog/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-servicecatalog -PORTVERSION= 1.113.0 +PORTVERSION= 1.114.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-servicecatalog/distinfo b/devel/rubygem-aws-sdk-servicecatalog/distinfo index 3d985b4b7ffd..ab6395ba1dd4 100644 --- a/devel/rubygem-aws-sdk-servicecatalog/distinfo +++ b/devel/rubygem-aws-sdk-servicecatalog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547312 -SHA256 (rubygem/aws-sdk-servicecatalog-1.113.0.gem) = c300d6fb4e1a7e07b20a3f62e9c4a3faa4c522331c86bd3f79512b5dc2c5d12b -SIZE (rubygem/aws-sdk-servicecatalog-1.113.0.gem) = 113152 +TIMESTAMP = 1747716194 +SHA256 (rubygem/aws-sdk-servicecatalog-1.114.0.gem) = 4bc86f3dea60ebd5dd5d27f57a3165fb1e5d712f81a88f2243e7459351ce702a +SIZE (rubygem/aws-sdk-servicecatalog-1.114.0.gem) = 113152 diff --git a/devel/rubygem-aws-sdk-servicediscovery/Makefile b/devel/rubygem-aws-sdk-servicediscovery/Makefile index 205a298b8fc2..ddc1224b0e44 100644 --- a/devel/rubygem-aws-sdk-servicediscovery/Makefile +++ b/devel/rubygem-aws-sdk-servicediscovery/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-servicediscovery -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-servicediscovery/distinfo b/devel/rubygem-aws-sdk-servicediscovery/distinfo index 583dd5e0f477..7e0d20422a75 100644 --- a/devel/rubygem-aws-sdk-servicediscovery/distinfo +++ b/devel/rubygem-aws-sdk-servicediscovery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547314 -SHA256 (rubygem/aws-sdk-servicediscovery-1.83.0.gem) = c501e9c10e92a292c2414350a52acb4222312fbdd6a4c076beb006bb1c219f19 -SIZE (rubygem/aws-sdk-servicediscovery-1.83.0.gem) = 62464 +TIMESTAMP = 1747716196 +SHA256 (rubygem/aws-sdk-servicediscovery-1.84.0.gem) = cd7d576fde805da0923a7efa31f784d5b0ac04cd9473ce1472faec4ff8cc8fbe +SIZE (rubygem/aws-sdk-servicediscovery-1.84.0.gem) = 62464 diff --git a/devel/rubygem-aws-sdk-servicequotas/Makefile b/devel/rubygem-aws-sdk-servicequotas/Makefile index fcc5e9684027..1a32725f8e7e 100644 --- a/devel/rubygem-aws-sdk-servicequotas/Makefile +++ b/devel/rubygem-aws-sdk-servicequotas/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-servicequotas -PORTVERSION= 1.54.0 +PORTVERSION= 1.56.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-servicequotas/distinfo b/devel/rubygem-aws-sdk-servicequotas/distinfo index e35744e0454f..2b4dc1143dbc 100644 --- a/devel/rubygem-aws-sdk-servicequotas/distinfo +++ b/devel/rubygem-aws-sdk-servicequotas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547316 -SHA256 (rubygem/aws-sdk-servicequotas-1.54.0.gem) = 1c9e278c6789da948ab85016cbf53a528da436ce6f9058b839d7f3c9ec160af4 -SIZE (rubygem/aws-sdk-servicequotas-1.54.0.gem) = 37376 +TIMESTAMP = 1747716198 +SHA256 (rubygem/aws-sdk-servicequotas-1.56.0.gem) = 10972d382f6254f661d9854a2c6813752e6e3bde671f6a7ce8f89d2ec9df8544 +SIZE (rubygem/aws-sdk-servicequotas-1.56.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-ses/Makefile b/devel/rubygem-aws-sdk-ses/Makefile index 497f5b4ec930..9a13e88964a2 100644 --- a/devel/rubygem-aws-sdk-ses/Makefile +++ b/devel/rubygem-aws-sdk-ses/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ses -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ses/distinfo b/devel/rubygem-aws-sdk-ses/distinfo index 4d9d3a24ff0a..c8e7a593c29b 100644 --- a/devel/rubygem-aws-sdk-ses/distinfo +++ b/devel/rubygem-aws-sdk-ses/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547318 -SHA256 (rubygem/aws-sdk-ses-1.83.0.gem) = ca2e8906538fbfbca8928372d73aebecaff13252e5028840ee614b6e1437dba0 -SIZE (rubygem/aws-sdk-ses-1.83.0.gem) = 101376 +TIMESTAMP = 1747716200 +SHA256 (rubygem/aws-sdk-ses-1.84.0.gem) = 46bf3d76cc4726a8a50650eb9ff23aa43f0d9bc471a02042589696736a4d9a83 +SIZE (rubygem/aws-sdk-ses-1.84.0.gem) = 101376 diff --git a/devel/rubygem-aws-sdk-sesv2/Makefile b/devel/rubygem-aws-sdk-sesv2/Makefile index 122a88fa982f..d2c7bdb4a84e 100644 --- a/devel/rubygem-aws-sdk-sesv2/Makefile +++ b/devel/rubygem-aws-sdk-sesv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sesv2 -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sesv2/distinfo b/devel/rubygem-aws-sdk-sesv2/distinfo index 73e80eaad160..5ca8d2143271 100644 --- a/devel/rubygem-aws-sdk-sesv2/distinfo +++ b/devel/rubygem-aws-sdk-sesv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547320 -SHA256 (rubygem/aws-sdk-sesv2-1.75.0.gem) = 64b83c938196fae0d9a2ed75a29b291bbb221e0238360d24d7244cfa4500faf8 -SIZE (rubygem/aws-sdk-sesv2-1.75.0.gem) = 137728 +TIMESTAMP = 1747716202 +SHA256 (rubygem/aws-sdk-sesv2-1.76.0.gem) = 6c9c2d061856bd027cab64c82f045e7af86584260e0e30daba38075a4c245eef +SIZE (rubygem/aws-sdk-sesv2-1.76.0.gem) = 137728 diff --git a/devel/rubygem-aws-sdk-shield/Makefile b/devel/rubygem-aws-sdk-shield/Makefile index 98e3a7e359e1..8a8ce97fa430 100644 --- a/devel/rubygem-aws-sdk-shield/Makefile +++ b/devel/rubygem-aws-sdk-shield/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-shield -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-shield/distinfo b/devel/rubygem-aws-sdk-shield/distinfo index 01ff2d980e95..78d121c4a6cd 100644 --- a/devel/rubygem-aws-sdk-shield/distinfo +++ b/devel/rubygem-aws-sdk-shield/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547322 -SHA256 (rubygem/aws-sdk-shield-1.80.0.gem) = 3b39f9e65fca715f546dd5a12e26f7d40f5fd14179eb8b020fb84c319b32d753 -SIZE (rubygem/aws-sdk-shield-1.80.0.gem) = 54272 +TIMESTAMP = 1747716204 +SHA256 (rubygem/aws-sdk-shield-1.81.0.gem) = c577a30bc39293fc5cf85390c2895350ebec7005a57293c408526b3eb619648d +SIZE (rubygem/aws-sdk-shield-1.81.0.gem) = 54272 diff --git a/devel/rubygem-aws-sdk-signer/Makefile b/devel/rubygem-aws-sdk-signer/Makefile index dfdf40ebd920..53eae7c25387 100644 --- a/devel/rubygem-aws-sdk-signer/Makefile +++ b/devel/rubygem-aws-sdk-signer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-signer -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-signer/distinfo b/devel/rubygem-aws-sdk-signer/distinfo index 9497eaa90d48..58bab2e543d0 100644 --- a/devel/rubygem-aws-sdk-signer/distinfo +++ b/devel/rubygem-aws-sdk-signer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547324 -SHA256 (rubygem/aws-sdk-signer-1.70.0.gem) = ebb7a528c0c0ff0f966099d37a6f579d4e4bcbc5331bd9515f265da4953c2e3f -SIZE (rubygem/aws-sdk-signer-1.70.0.gem) = 45568 +TIMESTAMP = 1747716206 +SHA256 (rubygem/aws-sdk-signer-1.71.0.gem) = b2e1c5122577b9eeedd5d9d9c754d0550c32272752904a64e2cfae5813deedc0 +SIZE (rubygem/aws-sdk-signer-1.71.0.gem) = 45568 diff --git a/devel/rubygem-aws-sdk-simpledb/Makefile b/devel/rubygem-aws-sdk-simpledb/Makefile index 944133d9b034..6ca28d47647b 100644 --- a/devel/rubygem-aws-sdk-simpledb/Makefile +++ b/devel/rubygem-aws-sdk-simpledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-simpledb -PORTVERSION= 1.63.0 +PORTVERSION= 1.64.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-simpledb/distinfo b/devel/rubygem-aws-sdk-simpledb/distinfo index fe07a1f1fe35..3b3d209a8b8f 100644 --- a/devel/rubygem-aws-sdk-simpledb/distinfo +++ b/devel/rubygem-aws-sdk-simpledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547326 -SHA256 (rubygem/aws-sdk-simpledb-1.63.0.gem) = a3f36f60450a3bf5d9a04777d219c3c5ab407ccd8248e01925014cb3995170ce -SIZE (rubygem/aws-sdk-simpledb-1.63.0.gem) = 28160 +TIMESTAMP = 1747716208 +SHA256 (rubygem/aws-sdk-simpledb-1.64.0.gem) = 53085a4a17705707f5ce5917e853cfa8b56d0d64f8f02bedd5ae8675a8fc05be +SIZE (rubygem/aws-sdk-simpledb-1.64.0.gem) = 28160 diff --git a/devel/rubygem-aws-sdk-simspaceweaver/Makefile b/devel/rubygem-aws-sdk-simspaceweaver/Makefile index 427fa1ebaa3f..1a3f893b987a 100644 --- a/devel/rubygem-aws-sdk-simspaceweaver/Makefile +++ b/devel/rubygem-aws-sdk-simspaceweaver/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-simspaceweaver -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-simspaceweaver/distinfo b/devel/rubygem-aws-sdk-simspaceweaver/distinfo index f4f3fab8edf1..d498675cf638 100644 --- a/devel/rubygem-aws-sdk-simspaceweaver/distinfo +++ b/devel/rubygem-aws-sdk-simspaceweaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547328 -SHA256 (rubygem/aws-sdk-simspaceweaver-1.31.0.gem) = c43a67325ffce1d930744ad715c3a519106f5a25958b297be69f5cfb2ee9e826 -SIZE (rubygem/aws-sdk-simspaceweaver-1.31.0.gem) = 34816 +TIMESTAMP = 1747716210 +SHA256 (rubygem/aws-sdk-simspaceweaver-1.32.0.gem) = 60a87377ae9393402d36fe423686dc0c70d004ebe81cab1817ba807bde9eaca4 +SIZE (rubygem/aws-sdk-simspaceweaver-1.32.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-sms/Makefile b/devel/rubygem-aws-sdk-sms/Makefile index 8b258acbac67..315d9ad05925 100644 --- a/devel/rubygem-aws-sdk-sms/Makefile +++ b/devel/rubygem-aws-sdk-sms/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sms -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sms/distinfo b/devel/rubygem-aws-sdk-sms/distinfo index f78ab288528e..85d6107ad6ed 100644 --- a/devel/rubygem-aws-sdk-sms/distinfo +++ b/devel/rubygem-aws-sdk-sms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547330 -SHA256 (rubygem/aws-sdk-sms-1.70.0.gem) = 35a5dc7b0c8d491fa1d95a5d276f5fe04449c2eb091d9b7b38e7d9bdca8a09bb -SIZE (rubygem/aws-sdk-sms-1.70.0.gem) = 49664 +TIMESTAMP = 1747716212 +SHA256 (rubygem/aws-sdk-sms-1.71.0.gem) = 4d907319cca33f664f067ab5810fb8dcdce9971c7b4018f0be2755434235e259 +SIZE (rubygem/aws-sdk-sms-1.71.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-snowball/Makefile b/devel/rubygem-aws-sdk-snowball/Makefile index 890c581c6829..b39b17c4d2a2 100644 --- a/devel/rubygem-aws-sdk-snowball/Makefile +++ b/devel/rubygem-aws-sdk-snowball/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-snowball -PORTVERSION= 1.85.0 +PORTVERSION= 1.86.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-snowball/distinfo b/devel/rubygem-aws-sdk-snowball/distinfo index d46038cd3ace..0d2a5a925ebb 100644 --- a/devel/rubygem-aws-sdk-snowball/distinfo +++ b/devel/rubygem-aws-sdk-snowball/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547332 -SHA256 (rubygem/aws-sdk-snowball-1.85.0.gem) = 99d09b63cd6a7b9cdd6305da4f5c2cd3103f08abe83f8776661d7d8d0a8a721f -SIZE (rubygem/aws-sdk-snowball-1.85.0.gem) = 64000 +TIMESTAMP = 1747716214 +SHA256 (rubygem/aws-sdk-snowball-1.86.0.gem) = 0950a7f6c22fdbe528c6ed6d385946899aaeceddc13545da818bd1bacf0003cf +SIZE (rubygem/aws-sdk-snowball-1.86.0.gem) = 64000 diff --git a/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile b/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile index 4189d04bbed0..266c08987777 100644 --- a/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile +++ b/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-snowdevicemanagement -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-snowdevicemanagement/distinfo b/devel/rubygem-aws-sdk-snowdevicemanagement/distinfo index 6d9f411b00a9..dce12448b6bc 100644 --- a/devel/rubygem-aws-sdk-snowdevicemanagement/distinfo +++ b/devel/rubygem-aws-sdk-snowdevicemanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547334 -SHA256 (rubygem/aws-sdk-snowdevicemanagement-1.36.0.gem) = 0a04b9fecb17ecfdcafa55a0ac9fc5b8671f42e1962d88747e0c649bbe3efbc6 -SIZE (rubygem/aws-sdk-snowdevicemanagement-1.36.0.gem) = 33792 +TIMESTAMP = 1747716216 +SHA256 (rubygem/aws-sdk-snowdevicemanagement-1.37.0.gem) = 1d35dd9f4f57fc0af3d591bd57c736bf7db7642e64dd2cb115713149260122e6 +SIZE (rubygem/aws-sdk-snowdevicemanagement-1.37.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-sns/Makefile b/devel/rubygem-aws-sdk-sns/Makefile index 7a6445e15758..e3cd0cebe5b4 100644 --- a/devel/rubygem-aws-sdk-sns/Makefile +++ b/devel/rubygem-aws-sdk-sns/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sns -PORTVERSION= 1.98.0 +PORTVERSION= 1.99.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sns/distinfo b/devel/rubygem-aws-sdk-sns/distinfo index 2ae84a660935..3bb7d83904cd 100644 --- a/devel/rubygem-aws-sdk-sns/distinfo +++ b/devel/rubygem-aws-sdk-sns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547336 -SHA256 (rubygem/aws-sdk-sns-1.98.0.gem) = f70cb9dbc672869afb3fab4cbdc76dfaf0798efaa1efcfe27f615eca6e3f5e51 -SIZE (rubygem/aws-sdk-sns-1.98.0.gem) = 89088 +TIMESTAMP = 1747716218 +SHA256 (rubygem/aws-sdk-sns-1.99.0.gem) = a84cf111e375783f8d92093cb790757f6856acfe15cbf46a7f1a9868ded6ec0a +SIZE (rubygem/aws-sdk-sns-1.99.0.gem) = 89088 diff --git a/devel/rubygem-aws-sdk-socialmessaging/Makefile b/devel/rubygem-aws-sdk-socialmessaging/Makefile index 7e01150b25a6..b6b90229f5a9 100644 --- a/devel/rubygem-aws-sdk-socialmessaging/Makefile +++ b/devel/rubygem-aws-sdk-socialmessaging/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-socialmessaging -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-socialmessaging/distinfo b/devel/rubygem-aws-sdk-socialmessaging/distinfo index 55392288ec0b..bc48078a6758 100644 --- a/devel/rubygem-aws-sdk-socialmessaging/distinfo +++ b/devel/rubygem-aws-sdk-socialmessaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547338 -SHA256 (rubygem/aws-sdk-socialmessaging-1.7.0.gem) = c67c2235ec8f623ce14513e6a0091ece58b93520be5de3e46fcf5ede8641ed0e -SIZE (rubygem/aws-sdk-socialmessaging-1.7.0.gem) = 33792 +TIMESTAMP = 1747716220 +SHA256 (rubygem/aws-sdk-socialmessaging-1.8.0.gem) = 46e9ed8b9c64bc0cb549147d72b554683aaef1cf555e433d6f5ee126d680d531 +SIZE (rubygem/aws-sdk-socialmessaging-1.8.0.gem) = 33792 diff --git a/devel/rubygem-aws-sdk-sqs/Makefile b/devel/rubygem-aws-sdk-sqs/Makefile index 6869a370502c..a71cab2c7332 100644 --- a/devel/rubygem-aws-sdk-sqs/Makefile +++ b/devel/rubygem-aws-sdk-sqs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sqs -PORTVERSION= 1.94.0 +PORTVERSION= 1.95.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sqs/distinfo b/devel/rubygem-aws-sdk-sqs/distinfo index 7117c08c0d12..e409b42ce9bb 100644 --- a/devel/rubygem-aws-sdk-sqs/distinfo +++ b/devel/rubygem-aws-sdk-sqs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547340 -SHA256 (rubygem/aws-sdk-sqs-1.94.0.gem) = 339cb2d2c875fd462b7eb455e367eb4d6c1ef3a15df78c65679186531807de9e -SIZE (rubygem/aws-sdk-sqs-1.94.0.gem) = 89600 +TIMESTAMP = 1747716222 +SHA256 (rubygem/aws-sdk-sqs-1.95.0.gem) = a4de8fe865870027fbf38b0c8f880797dc78e72cb92f10ad53c2b6b5663b2ad5 +SIZE (rubygem/aws-sdk-sqs-1.95.0.gem) = 89600 diff --git a/devel/rubygem-aws-sdk-ssm/Makefile b/devel/rubygem-aws-sdk-ssm/Makefile index 4d5c6295fb67..c18bdb788e74 100644 --- a/devel/rubygem-aws-sdk-ssm/Makefile +++ b/devel/rubygem-aws-sdk-ssm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssm -PORTVERSION= 1.194.0 +PORTVERSION= 1.195.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssm/distinfo b/devel/rubygem-aws-sdk-ssm/distinfo index ec4c39e2b64e..a3216943557f 100644 --- a/devel/rubygem-aws-sdk-ssm/distinfo +++ b/devel/rubygem-aws-sdk-ssm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547342 -SHA256 (rubygem/aws-sdk-ssm-1.194.0.gem) = b48a86335d5d9f922c08d93117736364dbf24eb57fc12840e8713522dc99a269 -SIZE (rubygem/aws-sdk-ssm-1.194.0.gem) = 323072 +TIMESTAMP = 1747716224 +SHA256 (rubygem/aws-sdk-ssm-1.195.0.gem) = ab26a155395192e836f58d3c9fddcf4ca496843b8e406d29a643c9bd3386aec0 +SIZE (rubygem/aws-sdk-ssm-1.195.0.gem) = 323072 diff --git a/devel/rubygem-aws-sdk-ssmcontacts/Makefile b/devel/rubygem-aws-sdk-ssmcontacts/Makefile index 88e90519df54..6bd23b348b7d 100644 --- a/devel/rubygem-aws-sdk-ssmcontacts/Makefile +++ b/devel/rubygem-aws-sdk-ssmcontacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssmcontacts -PORTVERSION= 1.45.0 +PORTVERSION= 1.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssmcontacts/distinfo b/devel/rubygem-aws-sdk-ssmcontacts/distinfo index d9596d0dfb21..6acb41dc492f 100644 --- a/devel/rubygem-aws-sdk-ssmcontacts/distinfo +++ b/devel/rubygem-aws-sdk-ssmcontacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547344 -SHA256 (rubygem/aws-sdk-ssmcontacts-1.45.0.gem) = d69ed3cdfecc8987ab6ebb2806fb9d30433c59a46e96ec3222e19cdab6d91921 -SIZE (rubygem/aws-sdk-ssmcontacts-1.45.0.gem) = 52736 +TIMESTAMP = 1747716226 +SHA256 (rubygem/aws-sdk-ssmcontacts-1.46.0.gem) = 9590c0ab4c9a90779f5775a879f79851701790a3c3a195468cbcab4978c75fc9 +SIZE (rubygem/aws-sdk-ssmcontacts-1.46.0.gem) = 52736 diff --git a/devel/rubygem-aws-sdk-ssmincidents/Makefile b/devel/rubygem-aws-sdk-ssmincidents/Makefile index da623b60c528..0d457a1a65dd 100644 --- a/devel/rubygem-aws-sdk-ssmincidents/Makefile +++ b/devel/rubygem-aws-sdk-ssmincidents/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssmincidents -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssmincidents/distinfo b/devel/rubygem-aws-sdk-ssmincidents/distinfo index ece9f1ebe7d6..f48ca71957f4 100644 --- a/devel/rubygem-aws-sdk-ssmincidents/distinfo +++ b/devel/rubygem-aws-sdk-ssmincidents/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547346 -SHA256 (rubygem/aws-sdk-ssmincidents-1.50.0.gem) = b863a8c70e9d4373e8add2ad5ca0c05208a9b78da1163843f9154b9702e91f0d -SIZE (rubygem/aws-sdk-ssmincidents-1.50.0.gem) = 58368 +TIMESTAMP = 1747716228 +SHA256 (rubygem/aws-sdk-ssmincidents-1.51.0.gem) = ea6b27d9d3fc51b355bad1e3dd46c802dcb29afedcb491a23997d7bd3f0144fb +SIZE (rubygem/aws-sdk-ssmincidents-1.51.0.gem) = 58368 diff --git a/devel/rubygem-aws-sdk-ssmquicksetup/Makefile b/devel/rubygem-aws-sdk-ssmquicksetup/Makefile index 4e12343649d1..2048bc7a6c12 100644 --- a/devel/rubygem-aws-sdk-ssmquicksetup/Makefile +++ b/devel/rubygem-aws-sdk-ssmquicksetup/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssmquicksetup -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssmquicksetup/distinfo b/devel/rubygem-aws-sdk-ssmquicksetup/distinfo index c6bfdff45e44..bb1260b6185b 100644 --- a/devel/rubygem-aws-sdk-ssmquicksetup/distinfo +++ b/devel/rubygem-aws-sdk-ssmquicksetup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547348 -SHA256 (rubygem/aws-sdk-ssmquicksetup-1.13.0.gem) = 0f888b31fcaac36f6b0d70f1932d4d3b05c5fa77bafdad189dcf81035c76985a -SIZE (rubygem/aws-sdk-ssmquicksetup-1.13.0.gem) = 33280 +TIMESTAMP = 1747716230 +SHA256 (rubygem/aws-sdk-ssmquicksetup-1.14.0.gem) = f613d5916223a5fb235b974c8f0e14ffa366bbc1fd59df75b164a1749c351999 +SIZE (rubygem/aws-sdk-ssmquicksetup-1.14.0.gem) = 33280 diff --git a/devel/rubygem-aws-sdk-ssmsap/Makefile b/devel/rubygem-aws-sdk-ssmsap/Makefile index d42c6b71e929..a3a9182074c3 100644 --- a/devel/rubygem-aws-sdk-ssmsap/Makefile +++ b/devel/rubygem-aws-sdk-ssmsap/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssmsap -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssmsap/distinfo b/devel/rubygem-aws-sdk-ssmsap/distinfo index db34dfe4141f..37a4b0a5f32c 100644 --- a/devel/rubygem-aws-sdk-ssmsap/distinfo +++ b/devel/rubygem-aws-sdk-ssmsap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547350 -SHA256 (rubygem/aws-sdk-ssmsap-1.36.0.gem) = 627ee82a2df5ca026b7613e48d16574cae3f353f6047c5432de240362f4f83dc -SIZE (rubygem/aws-sdk-ssmsap-1.36.0.gem) = 38912 +TIMESTAMP = 1747716232 +SHA256 (rubygem/aws-sdk-ssmsap-1.37.0.gem) = 2d8cae5e414867e91a120c581d3f129d8cdff9a5d38770eb76e1729063317bc6 +SIZE (rubygem/aws-sdk-ssmsap-1.37.0.gem) = 38912 diff --git a/devel/rubygem-aws-sdk-ssoadmin/Makefile b/devel/rubygem-aws-sdk-ssoadmin/Makefile index af65d9316290..b2ca488fff5f 100644 --- a/devel/rubygem-aws-sdk-ssoadmin/Makefile +++ b/devel/rubygem-aws-sdk-ssoadmin/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssoadmin -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssoadmin/distinfo b/devel/rubygem-aws-sdk-ssoadmin/distinfo index dab68a9ed1ca..7421fa00b55c 100644 --- a/devel/rubygem-aws-sdk-ssoadmin/distinfo +++ b/devel/rubygem-aws-sdk-ssoadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547352 -SHA256 (rubygem/aws-sdk-ssoadmin-1.53.0.gem) = ab10377446022efc18869953dacb54dd2497400e20daec6cc9c519c8edf0dfd2 -SIZE (rubygem/aws-sdk-ssoadmin-1.53.0.gem) = 71168 +TIMESTAMP = 1747716234 +SHA256 (rubygem/aws-sdk-ssoadmin-1.54.0.gem) = 6b90701dd1bb0357381ebc9abfcd1424c0a1d97cc537f437b2071c5b58529085 +SIZE (rubygem/aws-sdk-ssoadmin-1.54.0.gem) = 71168 diff --git a/devel/rubygem-aws-sdk-states/Makefile b/devel/rubygem-aws-sdk-states/Makefile index 7781e4198bba..7433d51fd2ba 100644 --- a/devel/rubygem-aws-sdk-states/Makefile +++ b/devel/rubygem-aws-sdk-states/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-states -PORTVERSION= 1.88.0 +PORTVERSION= 1.89.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-states/distinfo b/devel/rubygem-aws-sdk-states/distinfo index 74ce84ff58be..ad9b4b1a094f 100644 --- a/devel/rubygem-aws-sdk-states/distinfo +++ b/devel/rubygem-aws-sdk-states/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547354 -SHA256 (rubygem/aws-sdk-states-1.88.0.gem) = 096f0f78d0ea96e8dd8dc37f7e501dd67412759a5c4fd9f766f4f6452cca7e5c -SIZE (rubygem/aws-sdk-states-1.88.0.gem) = 83456 +TIMESTAMP = 1747716236 +SHA256 (rubygem/aws-sdk-states-1.89.0.gem) = c14b0b27c2dc162ea0e543b7c0233d88bf14212dcd4ae1b7bacbc18a63c09676 +SIZE (rubygem/aws-sdk-states-1.89.0.gem) = 83456 diff --git a/devel/rubygem-aws-sdk-storagegateway/Makefile b/devel/rubygem-aws-sdk-storagegateway/Makefile index 17b67c9ecfc7..f9a47e94f8a3 100644 --- a/devel/rubygem-aws-sdk-storagegateway/Makefile +++ b/devel/rubygem-aws-sdk-storagegateway/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-storagegateway -PORTVERSION= 1.108.0 +PORTVERSION= 1.109.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-storagegateway/distinfo b/devel/rubygem-aws-sdk-storagegateway/distinfo index 00573bf81ef2..33ab826c61d4 100644 --- a/devel/rubygem-aws-sdk-storagegateway/distinfo +++ b/devel/rubygem-aws-sdk-storagegateway/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547356 -SHA256 (rubygem/aws-sdk-storagegateway-1.108.0.gem) = 7de2e6108dff64989e73f5f24e2ff1648718c4500eea9d87b23726b7c3e21e1d -SIZE (rubygem/aws-sdk-storagegateway-1.108.0.gem) = 142336 +TIMESTAMP = 1747716238 +SHA256 (rubygem/aws-sdk-storagegateway-1.109.0.gem) = 15963f68671476f9795135a624ab5b5645806d9bf6d10d6578d29c7e179337ec +SIZE (rubygem/aws-sdk-storagegateway-1.109.0.gem) = 142336 diff --git a/devel/rubygem-aws-sdk-supplychain/Makefile b/devel/rubygem-aws-sdk-supplychain/Makefile index 5d32fd72f85e..51fa299be7fd 100644 --- a/devel/rubygem-aws-sdk-supplychain/Makefile +++ b/devel/rubygem-aws-sdk-supplychain/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-supplychain -PORTVERSION= 1.24.0 +PORTVERSION= 1.25.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-supplychain/distinfo b/devel/rubygem-aws-sdk-supplychain/distinfo index 6555628d240b..56662279b995 100644 --- a/devel/rubygem-aws-sdk-supplychain/distinfo +++ b/devel/rubygem-aws-sdk-supplychain/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547358 -SHA256 (rubygem/aws-sdk-supplychain-1.24.0.gem) = e0a0a0ab3377ec1b0c27d075e0184e91705e159dc29c4a3e654e30eecb3b1ca3 -SIZE (rubygem/aws-sdk-supplychain-1.24.0.gem) = 46080 +TIMESTAMP = 1747716240 +SHA256 (rubygem/aws-sdk-supplychain-1.25.0.gem) = 0b561f86171e3edcb2a85d67b35b59f5f8be86e1e6aade3bb775d8cad69357e9 +SIZE (rubygem/aws-sdk-supplychain-1.25.0.gem) = 62464 diff --git a/devel/rubygem-aws-sdk-support/Makefile b/devel/rubygem-aws-sdk-support/Makefile index 892914d0dcef..5c4b9c5a368f 100644 --- a/devel/rubygem-aws-sdk-support/Makefile +++ b/devel/rubygem-aws-sdk-support/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-support -PORTVERSION= 1.76.0 +PORTVERSION= 1.77.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-support/distinfo b/devel/rubygem-aws-sdk-support/distinfo index 33613d48927a..1b0f9df9d238 100644 --- a/devel/rubygem-aws-sdk-support/distinfo +++ b/devel/rubygem-aws-sdk-support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547360 -SHA256 (rubygem/aws-sdk-support-1.76.0.gem) = 4209f7885926c9a1ba31efc730df7a940db87584e63fc5bda8303302c070828f -SIZE (rubygem/aws-sdk-support-1.76.0.gem) = 43008 +TIMESTAMP = 1747716242 +SHA256 (rubygem/aws-sdk-support-1.77.0.gem) = 5657feb7edced55547e9d1a689a1f37e2971e13a81f49dafb8473845d2ae2f1b +SIZE (rubygem/aws-sdk-support-1.77.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-supportapp/Makefile b/devel/rubygem-aws-sdk-supportapp/Makefile index 778d24b44a32..15df89164c6b 100644 --- a/devel/rubygem-aws-sdk-supportapp/Makefile +++ b/devel/rubygem-aws-sdk-supportapp/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-supportapp -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-supportapp/distinfo b/devel/rubygem-aws-sdk-supportapp/distinfo index 898f3bb96898..264434c72aab 100644 --- a/devel/rubygem-aws-sdk-supportapp/distinfo +++ b/devel/rubygem-aws-sdk-supportapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547362 -SHA256 (rubygem/aws-sdk-supportapp-1.31.0.gem) = da1f549d5d120117f74474ebfe2bfd30875688960d4340e7a467e62d5391678c -SIZE (rubygem/aws-sdk-supportapp-1.31.0.gem) = 27648 +TIMESTAMP = 1747716244 +SHA256 (rubygem/aws-sdk-supportapp-1.32.0.gem) = 3a25ef824900ca02e4a00fec4567caf8e4abccf37ad11cbe4b0730e7c22d7944 +SIZE (rubygem/aws-sdk-supportapp-1.32.0.gem) = 27648 diff --git a/devel/rubygem-aws-sdk-swf/Makefile b/devel/rubygem-aws-sdk-swf/Makefile index 4ce3be9cd6b4..b05bed276b24 100644 --- a/devel/rubygem-aws-sdk-swf/Makefile +++ b/devel/rubygem-aws-sdk-swf/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-swf -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-swf/distinfo b/devel/rubygem-aws-sdk-swf/distinfo index 982d2ef5aab7..bf46f866fbdc 100644 --- a/devel/rubygem-aws-sdk-swf/distinfo +++ b/devel/rubygem-aws-sdk-swf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547364 -SHA256 (rubygem/aws-sdk-swf-1.70.0.gem) = c8a5d6bfc188652d15c29cead4f8c7470e0deb87e50fd0dc239f976fe396dd1c -SIZE (rubygem/aws-sdk-swf-1.70.0.gem) = 90624 +TIMESTAMP = 1747716246 +SHA256 (rubygem/aws-sdk-swf-1.71.0.gem) = 64ff06a31ad3740fd4225bea29459156d85d9daedf26bfbd7c9e7bab99a1f3ea +SIZE (rubygem/aws-sdk-swf-1.71.0.gem) = 90624 diff --git a/devel/rubygem-aws-sdk-synthetics/Makefile b/devel/rubygem-aws-sdk-synthetics/Makefile index ae6d0751b0c5..d5dcabb4ddc3 100644 --- a/devel/rubygem-aws-sdk-synthetics/Makefile +++ b/devel/rubygem-aws-sdk-synthetics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-synthetics -PORTVERSION= 1.63.0 +PORTVERSION= 1.65.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-synthetics/distinfo b/devel/rubygem-aws-sdk-synthetics/distinfo index 02ed355882b5..e98a5b550c2c 100644 --- a/devel/rubygem-aws-sdk-synthetics/distinfo +++ b/devel/rubygem-aws-sdk-synthetics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547366 -SHA256 (rubygem/aws-sdk-synthetics-1.63.0.gem) = 6d7a7bc61be1df5b1ff066b8c29a18f00968634e153a19e086a876e66600a945 -SIZE (rubygem/aws-sdk-synthetics-1.63.0.gem) = 51712 +TIMESTAMP = 1747716248 +SHA256 (rubygem/aws-sdk-synthetics-1.65.0.gem) = ac3def3507b39f2472f2d326bc1bbb3a3256290a9fb7c2a53981307d772a6efa +SIZE (rubygem/aws-sdk-synthetics-1.65.0.gem) = 53248 diff --git a/devel/rubygem-aws-sdk-taxsettings/Makefile b/devel/rubygem-aws-sdk-taxsettings/Makefile index 6b94575d7750..f23f5e65cda7 100644 --- a/devel/rubygem-aws-sdk-taxsettings/Makefile +++ b/devel/rubygem-aws-sdk-taxsettings/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-taxsettings -PORTVERSION= 1.23.0 +PORTVERSION= 1.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-taxsettings/distinfo b/devel/rubygem-aws-sdk-taxsettings/distinfo index c83c73b693cf..0da876cb9ea7 100644 --- a/devel/rubygem-aws-sdk-taxsettings/distinfo +++ b/devel/rubygem-aws-sdk-taxsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547368 -SHA256 (rubygem/aws-sdk-taxsettings-1.23.0.gem) = 2450e778231839d80826fe073c3f79b5ef6eb6abba2d7de15dbf6e948e2694ee -SIZE (rubygem/aws-sdk-taxsettings-1.23.0.gem) = 51200 +TIMESTAMP = 1747716250 +SHA256 (rubygem/aws-sdk-taxsettings-1.24.0.gem) = 2532eb3310e263cf441c8e60490e9acd02b68bf18f38296c1673a4da1eb0123d +SIZE (rubygem/aws-sdk-taxsettings-1.24.0.gem) = 51200 diff --git a/devel/rubygem-aws-sdk-textract/Makefile b/devel/rubygem-aws-sdk-textract/Makefile index d8ea90eba6b2..43a4ef1c193e 100644 --- a/devel/rubygem-aws-sdk-textract/Makefile +++ b/devel/rubygem-aws-sdk-textract/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-textract -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-textract/distinfo b/devel/rubygem-aws-sdk-textract/distinfo index bfd54b566de2..5d24190ca441 100644 --- a/devel/rubygem-aws-sdk-textract/distinfo +++ b/devel/rubygem-aws-sdk-textract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547370 -SHA256 (rubygem/aws-sdk-textract-1.75.0.gem) = f232f27fd1adc511c97355880bd21738df56713b0bb1d8a57ecc3ba0b6e452eb -SIZE (rubygem/aws-sdk-textract-1.75.0.gem) = 68608 +TIMESTAMP = 1747716252 +SHA256 (rubygem/aws-sdk-textract-1.76.0.gem) = 0972b533f61d21020ed73a6983417742596e1b31a5024148e2d7e3439e9daaff +SIZE (rubygem/aws-sdk-textract-1.76.0.gem) = 68608 diff --git a/devel/rubygem-aws-sdk-timestreaminfluxdb/Makefile b/devel/rubygem-aws-sdk-timestreaminfluxdb/Makefile index 643a015333c8..41909b4438d0 100644 --- a/devel/rubygem-aws-sdk-timestreaminfluxdb/Makefile +++ b/devel/rubygem-aws-sdk-timestreaminfluxdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-timestreaminfluxdb -PORTVERSION= 1.23.0 +PORTVERSION= 1.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-timestreaminfluxdb/distinfo b/devel/rubygem-aws-sdk-timestreaminfluxdb/distinfo index 54ff30f21f16..8c869d0099c2 100644 --- a/devel/rubygem-aws-sdk-timestreaminfluxdb/distinfo +++ b/devel/rubygem-aws-sdk-timestreaminfluxdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547372 -SHA256 (rubygem/aws-sdk-timestreaminfluxdb-1.23.0.gem) = 362d4cd849fae01e12502c38a871c2449be8f9828b726a39297b2477eff8713b -SIZE (rubygem/aws-sdk-timestreaminfluxdb-1.23.0.gem) = 44032 +TIMESTAMP = 1747716254 +SHA256 (rubygem/aws-sdk-timestreaminfluxdb-1.24.0.gem) = 0f9b5a48f976cc4987e32bc5a1fb518bd91ef79211bb96ae1879aed7382bcb57 +SIZE (rubygem/aws-sdk-timestreaminfluxdb-1.24.0.gem) = 44032 diff --git a/devel/rubygem-aws-sdk-timestreamquery/Makefile b/devel/rubygem-aws-sdk-timestreamquery/Makefile index 8a87e4caef99..21d44c417389 100644 --- a/devel/rubygem-aws-sdk-timestreamquery/Makefile +++ b/devel/rubygem-aws-sdk-timestreamquery/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-timestreamquery -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-timestreamquery/distinfo b/devel/rubygem-aws-sdk-timestreamquery/distinfo index 0b696031dbf1..7cf18643c549 100644 --- a/devel/rubygem-aws-sdk-timestreamquery/distinfo +++ b/devel/rubygem-aws-sdk-timestreamquery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547374 -SHA256 (rubygem/aws-sdk-timestreamquery-1.52.0.gem) = 17b9853cfca63d9f84ecb029bdaec90d76aeeb2cfe2ff86519c6fd944a5cb4b2 -SIZE (rubygem/aws-sdk-timestreamquery-1.52.0.gem) = 51200 +TIMESTAMP = 1747716256 +SHA256 (rubygem/aws-sdk-timestreamquery-1.53.0.gem) = fabbfca4a934f36339956e098d184fd026ef27274396c6c1481714da6911a593 +SIZE (rubygem/aws-sdk-timestreamquery-1.53.0.gem) = 51200 diff --git a/devel/rubygem-aws-sdk-timestreamwrite/Makefile b/devel/rubygem-aws-sdk-timestreamwrite/Makefile index 061ce1d5e5dd..91c4defeb63d 100644 --- a/devel/rubygem-aws-sdk-timestreamwrite/Makefile +++ b/devel/rubygem-aws-sdk-timestreamwrite/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-timestreamwrite -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-timestreamwrite/distinfo b/devel/rubygem-aws-sdk-timestreamwrite/distinfo index 51bf8926e95e..5cd2980b8446 100644 --- a/devel/rubygem-aws-sdk-timestreamwrite/distinfo +++ b/devel/rubygem-aws-sdk-timestreamwrite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547376 -SHA256 (rubygem/aws-sdk-timestreamwrite-1.47.0.gem) = 478585c4440e8e0600ca6428e1d484abd1336de23556345799f8ec2a2b4c60b4 -SIZE (rubygem/aws-sdk-timestreamwrite-1.47.0.gem) = 45568 +TIMESTAMP = 1747716258 +SHA256 (rubygem/aws-sdk-timestreamwrite-1.48.0.gem) = 716865cb6e6c99708cb2f28194c19f31948c9fa0e05be7b592745c76ea87971b +SIZE (rubygem/aws-sdk-timestreamwrite-1.48.0.gem) = 45568 diff --git a/devel/rubygem-aws-sdk-tnb/Makefile b/devel/rubygem-aws-sdk-tnb/Makefile index 869a7fa6a62b..0bde02a5f794 100644 --- a/devel/rubygem-aws-sdk-tnb/Makefile +++ b/devel/rubygem-aws-sdk-tnb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-tnb -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-tnb/distinfo b/devel/rubygem-aws-sdk-tnb/distinfo index ab83262ea7fa..cbfe23aee6a5 100644 --- a/devel/rubygem-aws-sdk-tnb/distinfo +++ b/devel/rubygem-aws-sdk-tnb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547378 -SHA256 (rubygem/aws-sdk-tnb-1.29.0.gem) = 666c7168df4c703a1ce6da45fab598416c7b14e2aa21640c1ab150f99f67442f -SIZE (rubygem/aws-sdk-tnb-1.29.0.gem) = 45056 +TIMESTAMP = 1747716260 +SHA256 (rubygem/aws-sdk-tnb-1.30.0.gem) = 3deece07f09cfced98ff0c2c522e0f46ef3352cd8f9f91af8222087f66510f44 +SIZE (rubygem/aws-sdk-tnb-1.30.0.gem) = 45056 diff --git a/devel/rubygem-aws-sdk-transcribeservice/Makefile b/devel/rubygem-aws-sdk-transcribeservice/Makefile index d71ac645e101..b4f21c432ca8 100644 --- a/devel/rubygem-aws-sdk-transcribeservice/Makefile +++ b/devel/rubygem-aws-sdk-transcribeservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-transcribeservice -PORTVERSION= 1.118.0 +PORTVERSION= 1.119.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-transcribeservice/distinfo b/devel/rubygem-aws-sdk-transcribeservice/distinfo index 5a1c5b2c4b30..6f84bd20a604 100644 --- a/devel/rubygem-aws-sdk-transcribeservice/distinfo +++ b/devel/rubygem-aws-sdk-transcribeservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547380 -SHA256 (rubygem/aws-sdk-transcribeservice-1.118.0.gem) = cd4fb899052526b3d4e1a17a4139b524aea833e69124c246bb95fd600144adcb -SIZE (rubygem/aws-sdk-transcribeservice-1.118.0.gem) = 98816 +TIMESTAMP = 1747716262 +SHA256 (rubygem/aws-sdk-transcribeservice-1.119.0.gem) = 899f81d4caaaed6f92a843dcdad588be7942f02631a5494b2015f992bea0fa25 +SIZE (rubygem/aws-sdk-transcribeservice-1.119.0.gem) = 98816 diff --git a/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile b/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile index f21365830342..5be347168b73 100644 --- a/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile +++ b/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-transcribestreamingservice -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-transcribestreamingservice/distinfo b/devel/rubygem-aws-sdk-transcribestreamingservice/distinfo index 59b9fec2191b..7d5e6fa590ab 100644 --- a/devel/rubygem-aws-sdk-transcribestreamingservice/distinfo +++ b/devel/rubygem-aws-sdk-transcribestreamingservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547382 -SHA256 (rubygem/aws-sdk-transcribestreamingservice-1.80.0.gem) = 2d2c05f7137e7c676b3b29cdf379c22e0863c6c3a60ed76d48b7b53cc32f2952 -SIZE (rubygem/aws-sdk-transcribestreamingservice-1.80.0.gem) = 61440 +TIMESTAMP = 1747716264 +SHA256 (rubygem/aws-sdk-transcribestreamingservice-1.81.0.gem) = b4e479482ecaf12cf880a042a9db5bd11ca96db9d80a70ff8a1d2bc00f8b26b5 +SIZE (rubygem/aws-sdk-transcribestreamingservice-1.81.0.gem) = 61440 diff --git a/devel/rubygem-aws-sdk-transfer/Makefile b/devel/rubygem-aws-sdk-transfer/Makefile index c24a1d29fd83..8e52c6318860 100644 --- a/devel/rubygem-aws-sdk-transfer/Makefile +++ b/devel/rubygem-aws-sdk-transfer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-transfer -PORTVERSION= 1.117.0 +PORTVERSION= 1.118.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-transfer/distinfo b/devel/rubygem-aws-sdk-transfer/distinfo index c39a9fe64e09..8dc8943bbb26 100644 --- a/devel/rubygem-aws-sdk-transfer/distinfo +++ b/devel/rubygem-aws-sdk-transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547384 -SHA256 (rubygem/aws-sdk-transfer-1.117.0.gem) = 2a7939ba123b8cc94a4232ab447b3361a05384fa397ee615f54bdc75fd2c943f -SIZE (rubygem/aws-sdk-transfer-1.117.0.gem) = 142848 +TIMESTAMP = 1747716266 +SHA256 (rubygem/aws-sdk-transfer-1.118.0.gem) = 994c88406e574de8179520067acf11fceffa871385c1914c79901d8f463aad16 +SIZE (rubygem/aws-sdk-transfer-1.118.0.gem) = 142848 diff --git a/devel/rubygem-aws-sdk-translate/Makefile b/devel/rubygem-aws-sdk-translate/Makefile index 6decbb702239..a9a03118e6f1 100644 --- a/devel/rubygem-aws-sdk-translate/Makefile +++ b/devel/rubygem-aws-sdk-translate/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-translate -PORTVERSION= 1.81.0 +PORTVERSION= 1.82.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-translate/distinfo b/devel/rubygem-aws-sdk-translate/distinfo index 23fbe55c82e6..c0a879b2d98e 100644 --- a/devel/rubygem-aws-sdk-translate/distinfo +++ b/devel/rubygem-aws-sdk-translate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547386 -SHA256 (rubygem/aws-sdk-translate-1.81.0.gem) = 9369cdd44ab3cd8e28731f4c1a59f8c8a98542e89c744a42d51172a9ca0fdbbb -SIZE (rubygem/aws-sdk-translate-1.81.0.gem) = 49152 +TIMESTAMP = 1747716268 +SHA256 (rubygem/aws-sdk-translate-1.82.0.gem) = 10a63bbc747692b1243f5f7cc6283be36f1b199eeec04c1b15158e6282641c0e +SIZE (rubygem/aws-sdk-translate-1.82.0.gem) = 49152 diff --git a/devel/rubygem-aws-sdk-trustedadvisor/Makefile b/devel/rubygem-aws-sdk-trustedadvisor/Makefile index 276057e43970..6634b4fa3fa5 100644 --- a/devel/rubygem-aws-sdk-trustedadvisor/Makefile +++ b/devel/rubygem-aws-sdk-trustedadvisor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-trustedadvisor -PORTVERSION= 1.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-trustedadvisor/distinfo b/devel/rubygem-aws-sdk-trustedadvisor/distinfo index 0b99f503d4fa..a7aea0d56acf 100644 --- a/devel/rubygem-aws-sdk-trustedadvisor/distinfo +++ b/devel/rubygem-aws-sdk-trustedadvisor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547388 -SHA256 (rubygem/aws-sdk-trustedadvisor-1.21.0.gem) = 2be6aade09e21c74cee6c80356286112d2b31e973b151193665cc2af6f6ddee3 -SIZE (rubygem/aws-sdk-trustedadvisor-1.21.0.gem) = 32256 +TIMESTAMP = 1747716270 +SHA256 (rubygem/aws-sdk-trustedadvisor-1.22.0.gem) = 2e77052dfbcde998a648fb8b1bdcb8d07cf145452d21a56954be8ff5c32993e8 +SIZE (rubygem/aws-sdk-trustedadvisor-1.22.0.gem) = 32256 diff --git a/devel/rubygem-aws-sdk-verifiedpermissions/Makefile b/devel/rubygem-aws-sdk-verifiedpermissions/Makefile index 8fefee4b3bf0..7be097c86c30 100644 --- a/devel/rubygem-aws-sdk-verifiedpermissions/Makefile +++ b/devel/rubygem-aws-sdk-verifiedpermissions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-verifiedpermissions -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-verifiedpermissions/distinfo b/devel/rubygem-aws-sdk-verifiedpermissions/distinfo index bbaa99bbb311..6278e2ffbee7 100644 --- a/devel/rubygem-aws-sdk-verifiedpermissions/distinfo +++ b/devel/rubygem-aws-sdk-verifiedpermissions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547390 -SHA256 (rubygem/aws-sdk-verifiedpermissions-1.44.0.gem) = d1bce79c16004365947d20ad237067b68007471da228aaa95001d4b6a95707f5 -SIZE (rubygem/aws-sdk-verifiedpermissions-1.44.0.gem) = 76800 +TIMESTAMP = 1747716272 +SHA256 (rubygem/aws-sdk-verifiedpermissions-1.45.0.gem) = 862ed037a7e10ae176d4aa172ef05113c777db6cef4437600857194357582fc5 +SIZE (rubygem/aws-sdk-verifiedpermissions-1.45.0.gem) = 76800 diff --git a/devel/rubygem-aws-sdk-voiceid/Makefile b/devel/rubygem-aws-sdk-voiceid/Makefile index 51f5f91b7489..26db0e030f41 100644 --- a/devel/rubygem-aws-sdk-voiceid/Makefile +++ b/devel/rubygem-aws-sdk-voiceid/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-voiceid -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-voiceid/distinfo b/devel/rubygem-aws-sdk-voiceid/distinfo index ea82698ed2df..086bb91cb8b7 100644 --- a/devel/rubygem-aws-sdk-voiceid/distinfo +++ b/devel/rubygem-aws-sdk-voiceid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547392 -SHA256 (rubygem/aws-sdk-voiceid-1.41.0.gem) = 97914e870755b86a3ab796161d11c1716a7ded7da5c4ec488e7a81444e0ff151 -SIZE (rubygem/aws-sdk-voiceid-1.41.0.gem) = 47104 +TIMESTAMP = 1747716274 +SHA256 (rubygem/aws-sdk-voiceid-1.42.0.gem) = c6a5ee0195f12c69f157d4d5ffb43961bda35fe4486e7083c98deecaf132bdd4 +SIZE (rubygem/aws-sdk-voiceid-1.42.0.gem) = 47104 diff --git a/devel/rubygem-aws-sdk-vpclattice/Makefile b/devel/rubygem-aws-sdk-vpclattice/Makefile index 770e3699b8a2..db38de85e25a 100644 --- a/devel/rubygem-aws-sdk-vpclattice/Makefile +++ b/devel/rubygem-aws-sdk-vpclattice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-vpclattice -PORTVERSION= 1.29.0 +PORTVERSION= 1.30.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-vpclattice/distinfo b/devel/rubygem-aws-sdk-vpclattice/distinfo index c445cec5021b..41e9db2f1861 100644 --- a/devel/rubygem-aws-sdk-vpclattice/distinfo +++ b/devel/rubygem-aws-sdk-vpclattice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547394 -SHA256 (rubygem/aws-sdk-vpclattice-1.29.0.gem) = feb29a91b53da84ff2b31fe83034f3e3a903f4706f04e867a4490c74205cdbfa -SIZE (rubygem/aws-sdk-vpclattice-1.29.0.gem) = 76288 +TIMESTAMP = 1747716276 +SHA256 (rubygem/aws-sdk-vpclattice-1.30.0.gem) = 99ca163c9f957f3cd1bc8a32dc96461bb1fb9748b0e2ac2e2a02ca1bd0801d11 +SIZE (rubygem/aws-sdk-vpclattice-1.30.0.gem) = 76288 diff --git a/devel/rubygem-aws-sdk-waf/Makefile b/devel/rubygem-aws-sdk-waf/Makefile index fcc71f9f16e6..a2c764123389 100644 --- a/devel/rubygem-aws-sdk-waf/Makefile +++ b/devel/rubygem-aws-sdk-waf/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-waf -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-waf/distinfo b/devel/rubygem-aws-sdk-waf/distinfo index 4989696b6b01..88bee169ac3d 100644 --- a/devel/rubygem-aws-sdk-waf/distinfo +++ b/devel/rubygem-aws-sdk-waf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547396 -SHA256 (rubygem/aws-sdk-waf-1.77.0.gem) = 449243800cfb72374f0c5faaf6bffcab68c66e386b014e677e710b13816871b2 -SIZE (rubygem/aws-sdk-waf-1.77.0.gem) = 101376 +TIMESTAMP = 1747716278 +SHA256 (rubygem/aws-sdk-waf-1.78.0.gem) = 53d91005773de8c4e57d6753687f064ae8327d7e669afd12c480066845b7f029 +SIZE (rubygem/aws-sdk-waf-1.78.0.gem) = 101376 diff --git a/devel/rubygem-aws-sdk-wafregional/Makefile b/devel/rubygem-aws-sdk-wafregional/Makefile index 727b3d06a301..3624a41457c7 100644 --- a/devel/rubygem-aws-sdk-wafregional/Makefile +++ b/devel/rubygem-aws-sdk-wafregional/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-wafregional -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-wafregional/distinfo b/devel/rubygem-aws-sdk-wafregional/distinfo index 5627e527d7eb..d5382912d022 100644 --- a/devel/rubygem-aws-sdk-wafregional/distinfo +++ b/devel/rubygem-aws-sdk-wafregional/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547398 -SHA256 (rubygem/aws-sdk-wafregional-1.79.0.gem) = 7cc8ba5c848953db71d4b00b2865ba8f49b77df33ec30f43e1933c50a215d2e0 -SIZE (rubygem/aws-sdk-wafregional-1.79.0.gem) = 104448 +TIMESTAMP = 1747716280 +SHA256 (rubygem/aws-sdk-wafregional-1.80.0.gem) = a8c33706b7cf48211d5d9729385f9dcf0fbecec09888e1e4e140899597fba52b +SIZE (rubygem/aws-sdk-wafregional-1.80.0.gem) = 104448 diff --git a/devel/rubygem-aws-sdk-wafv2/Makefile b/devel/rubygem-aws-sdk-wafv2/Makefile index 9717b1005f1b..3c3278990dc1 100644 --- a/devel/rubygem-aws-sdk-wafv2/Makefile +++ b/devel/rubygem-aws-sdk-wafv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-wafv2 -PORTVERSION= 1.107.0 +PORTVERSION= 1.108.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-wafv2/distinfo b/devel/rubygem-aws-sdk-wafv2/distinfo index 07e2f4860bb9..8fc3decf18dd 100644 --- a/devel/rubygem-aws-sdk-wafv2/distinfo +++ b/devel/rubygem-aws-sdk-wafv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547400 -SHA256 (rubygem/aws-sdk-wafv2-1.107.0.gem) = 5d9c38b66f77abe0d575256a3c118fd8a0f6c37668bd08bfe648d516bae2a30d -SIZE (rubygem/aws-sdk-wafv2-1.107.0.gem) = 181248 +TIMESTAMP = 1747716282 +SHA256 (rubygem/aws-sdk-wafv2-1.108.0.gem) = ddbb29985aa61aa49afc82ed7c1ec0db441956d59fd9c3672f2df0f24ed25962 +SIZE (rubygem/aws-sdk-wafv2-1.108.0.gem) = 181248 diff --git a/devel/rubygem-aws-sdk-wellarchitected/Makefile b/devel/rubygem-aws-sdk-wellarchitected/Makefile index 0cb2f47ae8e8..2b829d8ca0ef 100644 --- a/devel/rubygem-aws-sdk-wellarchitected/Makefile +++ b/devel/rubygem-aws-sdk-wellarchitected/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-wellarchitected -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-wellarchitected/distinfo b/devel/rubygem-aws-sdk-wellarchitected/distinfo index 52bf308d51ab..76d92bfd4650 100644 --- a/devel/rubygem-aws-sdk-wellarchitected/distinfo +++ b/devel/rubygem-aws-sdk-wellarchitected/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547402 -SHA256 (rubygem/aws-sdk-wellarchitected-1.52.0.gem) = 12df38bf52ae34f1fef3dd04a8aeb7fe494aa2c5abff19338a04e90c81652415 -SIZE (rubygem/aws-sdk-wellarchitected-1.52.0.gem) = 84480 +TIMESTAMP = 1747716284 +SHA256 (rubygem/aws-sdk-wellarchitected-1.53.0.gem) = c2b8b8e54200277411335f535328f3d0b07345495ff56d773535b1a7d334b052 +SIZE (rubygem/aws-sdk-wellarchitected-1.53.0.gem) = 84480 diff --git a/devel/rubygem-aws-sdk-workdocs/Makefile b/devel/rubygem-aws-sdk-workdocs/Makefile index f8179e37f879..8751f5a3a197 100644 --- a/devel/rubygem-aws-sdk-workdocs/Makefile +++ b/devel/rubygem-aws-sdk-workdocs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workdocs -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workdocs/distinfo b/devel/rubygem-aws-sdk-workdocs/distinfo index 231bfe50a35e..158e7add0983 100644 --- a/devel/rubygem-aws-sdk-workdocs/distinfo +++ b/devel/rubygem-aws-sdk-workdocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547404 -SHA256 (rubygem/aws-sdk-workdocs-1.73.0.gem) = f2d187da00741df92cb50f08afa4f516521a0fbb5e033dbaeb9e0e7b40d24662 -SIZE (rubygem/aws-sdk-workdocs-1.73.0.gem) = 60416 +TIMESTAMP = 1747716286 +SHA256 (rubygem/aws-sdk-workdocs-1.74.0.gem) = 9628d80b4545b39c623cb08b4fad4b712bae314ff6de6d9b6641bf9302f2f053 +SIZE (rubygem/aws-sdk-workdocs-1.74.0.gem) = 60416 diff --git a/devel/rubygem-aws-sdk-workmail/Makefile b/devel/rubygem-aws-sdk-workmail/Makefile index 0c825d4620f4..56d3c4cd9b56 100644 --- a/devel/rubygem-aws-sdk-workmail/Makefile +++ b/devel/rubygem-aws-sdk-workmail/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workmail -PORTVERSION= 1.82.0 +PORTVERSION= 1.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workmail/distinfo b/devel/rubygem-aws-sdk-workmail/distinfo index 11fe88707080..c6247fab1f9c 100644 --- a/devel/rubygem-aws-sdk-workmail/distinfo +++ b/devel/rubygem-aws-sdk-workmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547406 -SHA256 (rubygem/aws-sdk-workmail-1.82.0.gem) = 47aaeaf0de50cd8046ec191ee2aa8f97c41d628a8008df04ff9629a1b8123dde -SIZE (rubygem/aws-sdk-workmail-1.82.0.gem) = 88576 +TIMESTAMP = 1747716288 +SHA256 (rubygem/aws-sdk-workmail-1.83.0.gem) = e7a3546ea871e17bb296db435ce286f23cc0461d43ce6cf2ec1f47e6eea14bed +SIZE (rubygem/aws-sdk-workmail-1.83.0.gem) = 88576 diff --git a/devel/rubygem-aws-sdk-workmailmessageflow/Makefile b/devel/rubygem-aws-sdk-workmailmessageflow/Makefile index 0ab02c907ad0..f526dd7ceacf 100644 --- a/devel/rubygem-aws-sdk-workmailmessageflow/Makefile +++ b/devel/rubygem-aws-sdk-workmailmessageflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workmailmessageflow -PORTVERSION= 1.51.0 +PORTVERSION= 1.52.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workmailmessageflow/distinfo b/devel/rubygem-aws-sdk-workmailmessageflow/distinfo index aa60279af8ab..a8b195a1fc28 100644 --- a/devel/rubygem-aws-sdk-workmailmessageflow/distinfo +++ b/devel/rubygem-aws-sdk-workmailmessageflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547408 -SHA256 (rubygem/aws-sdk-workmailmessageflow-1.51.0.gem) = 87debabe18d74363780835157caf991bab36e41c1e656dc04ed51617d6db5841 -SIZE (rubygem/aws-sdk-workmailmessageflow-1.51.0.gem) = 22528 +TIMESTAMP = 1747716290 +SHA256 (rubygem/aws-sdk-workmailmessageflow-1.52.0.gem) = 4f251c796c3d91590a61d2f7e210e61b2abd213ca1e3ad2eb6a9cdd4d931b7d4 +SIZE (rubygem/aws-sdk-workmailmessageflow-1.52.0.gem) = 22528 diff --git a/devel/rubygem-aws-sdk-workspaces/Makefile b/devel/rubygem-aws-sdk-workspaces/Makefile index a312faedc13c..bc079f0a416a 100644 --- a/devel/rubygem-aws-sdk-workspaces/Makefile +++ b/devel/rubygem-aws-sdk-workspaces/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workspaces -PORTVERSION= 1.134.0 +PORTVERSION= 1.137.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workspaces/distinfo b/devel/rubygem-aws-sdk-workspaces/distinfo index f48cf13099b2..3b8e9669983d 100644 --- a/devel/rubygem-aws-sdk-workspaces/distinfo +++ b/devel/rubygem-aws-sdk-workspaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547410 -SHA256 (rubygem/aws-sdk-workspaces-1.134.0.gem) = 59a6b2276330cb17621c900e9b90dea22e35e40000c547107798c32b65a037e2 -SIZE (rubygem/aws-sdk-workspaces-1.134.0.gem) = 115200 +TIMESTAMP = 1747716292 +SHA256 (rubygem/aws-sdk-workspaces-1.137.0.gem) = df57fc74c8618189029943ac4addf7170a5e524a99c19d4435d7a848db6f9450 +SIZE (rubygem/aws-sdk-workspaces-1.137.0.gem) = 115200 diff --git a/devel/rubygem-aws-sdk-workspacesthinclient/Makefile b/devel/rubygem-aws-sdk-workspacesthinclient/Makefile index f7778560532f..0f451ef40cd9 100644 --- a/devel/rubygem-aws-sdk-workspacesthinclient/Makefile +++ b/devel/rubygem-aws-sdk-workspacesthinclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workspacesthinclient -PORTVERSION= 1.25.0 +PORTVERSION= 1.26.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workspacesthinclient/distinfo b/devel/rubygem-aws-sdk-workspacesthinclient/distinfo index 32b367f23286..f7c4cc941bd7 100644 --- a/devel/rubygem-aws-sdk-workspacesthinclient/distinfo +++ b/devel/rubygem-aws-sdk-workspacesthinclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547412 -SHA256 (rubygem/aws-sdk-workspacesthinclient-1.25.0.gem) = ee51e8ee28849bb22337512211b80b4aa438ca4a15bb013e8b645fd558a2e68e -SIZE (rubygem/aws-sdk-workspacesthinclient-1.25.0.gem) = 34816 +TIMESTAMP = 1747716294 +SHA256 (rubygem/aws-sdk-workspacesthinclient-1.26.0.gem) = 01dcbaa4ba0ae18ac449488f79f1e849db7edd157d5c8e9b1ca63645fae62c05 +SIZE (rubygem/aws-sdk-workspacesthinclient-1.26.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-workspacesweb/Makefile b/devel/rubygem-aws-sdk-workspacesweb/Makefile index bca668900c3e..2785da3be790 100644 --- a/devel/rubygem-aws-sdk-workspacesweb/Makefile +++ b/devel/rubygem-aws-sdk-workspacesweb/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-workspacesweb -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-workspacesweb/distinfo b/devel/rubygem-aws-sdk-workspacesweb/distinfo index 4caa11373262..c06a64c39b20 100644 --- a/devel/rubygem-aws-sdk-workspacesweb/distinfo +++ b/devel/rubygem-aws-sdk-workspacesweb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547414 -SHA256 (rubygem/aws-sdk-workspacesweb-1.41.0.gem) = 2055ce6a7e80b96eaa7afaac6d4293ed36449413c87fba885911099e88d5bc28 -SIZE (rubygem/aws-sdk-workspacesweb-1.41.0.gem) = 65536 +TIMESTAMP = 1747716296 +SHA256 (rubygem/aws-sdk-workspacesweb-1.42.0.gem) = 22091c9e27ba0b6a374bfc0b081b2e1cfda34fd5e75889cebda2a0b6973581a2 +SIZE (rubygem/aws-sdk-workspacesweb-1.42.0.gem) = 65536 diff --git a/devel/rubygem-aws-sdk-xray/Makefile b/devel/rubygem-aws-sdk-xray/Makefile index 5b90cfc28720..8a0108365ef5 100644 --- a/devel/rubygem-aws-sdk-xray/Makefile +++ b/devel/rubygem-aws-sdk-xray/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-xray -PORTVERSION= 1.82.0 +PORTVERSION= 1.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-xray/distinfo b/devel/rubygem-aws-sdk-xray/distinfo index 4d74f452392f..34f2ff4bd72b 100644 --- a/devel/rubygem-aws-sdk-xray/distinfo +++ b/devel/rubygem-aws-sdk-xray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547416 -SHA256 (rubygem/aws-sdk-xray-1.82.0.gem) = b299f83275f9698604b03d4731c4167b791ebe6ba842f9284e4901fc22291a10 -SIZE (rubygem/aws-sdk-xray-1.82.0.gem) = 69632 +TIMESTAMP = 1747716298 +SHA256 (rubygem/aws-sdk-xray-1.83.0.gem) = af3dc9763ab78383239cacc9feb59949c0be792bc2dd1eb97b479dacb450f13c +SIZE (rubygem/aws-sdk-xray-1.83.0.gem) = 69632 diff --git a/devel/rubygem-bootsnap/Makefile b/devel/rubygem-bootsnap/Makefile index c1d4d36d8d7c..b72a93cd01cf 100644 --- a/devel/rubygem-bootsnap/Makefile +++ b/devel/rubygem-bootsnap/Makefile @@ -1,5 +1,5 @@ PORTNAME= bootsnap -PORTVERSION= 1.18.4 +PORTVERSION= 1.18.6 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-bootsnap/distinfo b/devel/rubygem-bootsnap/distinfo index d8859e155ebc..e6b03e8785b6 100644 --- a/devel/rubygem-bootsnap/distinfo +++ b/devel/rubygem-bootsnap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723201123 -SHA256 (rubygem/bootsnap-1.18.4.gem) = ac4c42af397f7ee15521820198daeff545e4c360d2772c601fbdc2c07d92af55 -SIZE (rubygem/bootsnap-1.18.4.gem) = 41984 +TIMESTAMP = 1747716300 +SHA256 (rubygem/bootsnap-1.18.6.gem) = 0ae2393c1e911e38be0f24e9173e7be570c3650128251bf06240046f84a07d00 +SIZE (rubygem/bootsnap-1.18.6.gem) = 43008 diff --git a/devel/rubygem-erb/Makefile b/devel/rubygem-erb/Makefile index d8ecc5fe5431..676d9238ce92 100644 --- a/devel/rubygem-erb/Makefile +++ b/devel/rubygem-erb/Makefile @@ -1,5 +1,5 @@ PORTNAME= erb -PORTVERSION= 4.0.4 +PORTVERSION= 5.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-cgi>=0.3.3:www/rubygem-cgi - USES= gem PLIST_FILES= bin/erb diff --git a/devel/rubygem-erb/distinfo b/devel/rubygem-erb/distinfo index a64ce01d5a66..c89dcbc087f8 100644 --- a/devel/rubygem-erb/distinfo +++ b/devel/rubygem-erb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450368 -SHA256 (rubygem/erb-4.0.4.gem) = de116e106205c46bc01918789b611aaad1328dcc6e9f12cf8cd2cc60ef619717 -SIZE (rubygem/erb-4.0.4.gem) = 19968 +TIMESTAMP = 1747716302 +SHA256 (rubygem/erb-5.0.1.gem) = 760439803b36cc93eca8a266aab614614e588024a89bc30a62e78d98ff452c23 +SIZE (rubygem/erb-5.0.1.gem) = 20992 diff --git a/devel/rubygem-gapic-common/Makefile b/devel/rubygem-gapic-common/Makefile index 7ba2093bad85..de4fc6a953b1 100644 --- a/devel/rubygem-gapic-common/Makefile +++ b/devel/rubygem-gapic-common/Makefile @@ -1,5 +1,5 @@ PORTNAME= gapic-common -PORTVERSION= 0.26.0 +PORTVERSION= 1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gapic-common/distinfo b/devel/rubygem-gapic-common/distinfo index 8e30616c7bb3..324a98042f60 100644 --- a/devel/rubygem-gapic-common/distinfo +++ b/devel/rubygem-gapic-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547418 -SHA256 (rubygem/gapic-common-0.26.0.gem) = 1d7a87cd7586e92f7d2279858908de0983a61380a87aeb4860da6a0b422ecc18 -SIZE (rubygem/gapic-common-0.26.0.gem) = 45568 +TIMESTAMP = 1747716304 +SHA256 (rubygem/gapic-common-1.0.0.gem) = 0b8515bf6668d2104422c47f2a07e37da3c125e3f48ece5b45c6776d5ced4615 +SIZE (rubygem/gapic-common-1.0.0.gem) = 45568 diff --git a/devel/rubygem-gitlab-dangerfiles/Makefile b/devel/rubygem-gitlab-dangerfiles/Makefile index f92242030d1b..3952657ab24b 100644 --- a/devel/rubygem-gitlab-dangerfiles/Makefile +++ b/devel/rubygem-gitlab-dangerfiles/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-dangerfiles -PORTVERSION= 4.9.1 +PORTVERSION= 4.9.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gitlab-dangerfiles/distinfo b/devel/rubygem-gitlab-dangerfiles/distinfo index 5795b3ecd322..3ae12f096b06 100644 --- a/devel/rubygem-gitlab-dangerfiles/distinfo +++ b/devel/rubygem-gitlab-dangerfiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747310509 -SHA256 (rubygem/gitlab-dangerfiles-4.9.1.gem) = 296b19d8aca5e4da8d391234914a1c4dfedc29700ddbcd9c554b6ffaa7fdf1b2 -SIZE (rubygem/gitlab-dangerfiles-4.9.1.gem) = 158720 +TIMESTAMP = 1748322613 +SHA256 (rubygem/gitlab-dangerfiles-4.9.2.gem) = d5c050f685d8720f6e70191a7d1216854d860dbdea5b455f87abe7542e005798 +SIZE (rubygem/gitlab-dangerfiles-4.9.2.gem) = 158720 diff --git a/devel/rubygem-google-apis-bigquery_v2/Makefile b/devel/rubygem-google-apis-bigquery_v2/Makefile index 3541e6f4a6ec..f78b18267289 100644 --- a/devel/rubygem-google-apis-bigquery_v2/Makefile +++ b/devel/rubygem-google-apis-bigquery_v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-bigquery_v2 -PORTVERSION= 0.87.0 +PORTVERSION= 0.88.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-bigquery_v2/distinfo b/devel/rubygem-google-apis-bigquery_v2/distinfo index fa409bef3bbc..f809f5cef0bc 100644 --- a/devel/rubygem-google-apis-bigquery_v2/distinfo +++ b/devel/rubygem-google-apis-bigquery_v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936338 -SHA256 (rubygem/google-apis-bigquery_v2-0.87.0.gem) = 4265bd7558bd1f5de78e2d55d12a92dc8c1569d069d66ef562cc2ad5e287a5a7 -SIZE (rubygem/google-apis-bigquery_v2-0.87.0.gem) = 140288 +TIMESTAMP = 1747716306 +SHA256 (rubygem/google-apis-bigquery_v2-0.88.0.gem) = c4d16aacdfc28ef321565abe7565b804f7816ecde8f7fb161f56f44827b34d61 +SIZE (rubygem/google-apis-bigquery_v2-0.88.0.gem) = 140288 diff --git a/devel/rubygem-google-apis-cloudkms_v1/Makefile b/devel/rubygem-google-apis-cloudkms_v1/Makefile index 5e6a0bc020df..0b0d95d9a50e 100644 --- a/devel/rubygem-google-apis-cloudkms_v1/Makefile +++ b/devel/rubygem-google-apis-cloudkms_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-cloudkms_v1 -PORTVERSION= 0.57.0 +PORTVERSION= 0.58.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-cloudkms_v1/distinfo b/devel/rubygem-google-apis-cloudkms_v1/distinfo index 08553406106d..0bf015431df6 100644 --- a/devel/rubygem-google-apis-cloudkms_v1/distinfo +++ b/devel/rubygem-google-apis-cloudkms_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936340 -SHA256 (rubygem/google-apis-cloudkms_v1-0.57.0.gem) = e1a9587fed98d690052e7f0acc252047a6941d706c230dd6769b523422f3f28a -SIZE (rubygem/google-apis-cloudkms_v1-0.57.0.gem) = 49152 +TIMESTAMP = 1747716308 +SHA256 (rubygem/google-apis-cloudkms_v1-0.58.0.gem) = a946d7c932519ff0bc611eb2e3bd858cf125dd9213ef2f7dbdbbbef129a23086 +SIZE (rubygem/google-apis-cloudkms_v1-0.58.0.gem) = 49152 diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile b/devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile index 2fdbe7288189..6bd88612180b 100644 --- a/devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile +++ b/devel/rubygem-google-apis-cloudresourcemanager_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-cloudresourcemanager_v1 -PORTVERSION= 0.42.0 +PORTVERSION= 0.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v1/distinfo b/devel/rubygem-google-apis-cloudresourcemanager_v1/distinfo index 9653576c9c0b..28e7578361c4 100644 --- a/devel/rubygem-google-apis-cloudresourcemanager_v1/distinfo +++ b/devel/rubygem-google-apis-cloudresourcemanager_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070828 -SHA256 (rubygem/google-apis-cloudresourcemanager_v1-0.42.0.gem) = 3ec59c15f396661144ac1ddb308235b1dbfe0d01d4729cfecb7c09dbd35e97f2 -SIZE (rubygem/google-apis-cloudresourcemanager_v1-0.42.0.gem) = 39424 +TIMESTAMP = 1747716430 +SHA256 (rubygem/google-apis-cloudresourcemanager_v1-0.43.0.gem) = 953aaa979c90461235a34600cfd95d229041f77d3ea8ab127b6442058c0ff35b +SIZE (rubygem/google-apis-cloudresourcemanager_v1-0.43.0.gem) = 39424 diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile b/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile index 2eef842762bc..3bf7b4ed3bdc 100644 --- a/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile +++ b/devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-cloudresourcemanager_v2 -PORTVERSION= 0.35.0 +PORTVERSION= 0.36.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo b/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo index fc1caf270dfc..46726f5fc67a 100644 --- a/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo +++ b/devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936342 -SHA256 (rubygem/google-apis-cloudresourcemanager_v2-0.35.0.gem) = 1a62632d4fc31715b8a9634e8a7af51fad1ef8e6ef74fd5d2297a4d545338f2e -SIZE (rubygem/google-apis-cloudresourcemanager_v2-0.35.0.gem) = 26624 +TIMESTAMP = 1747716310 +SHA256 (rubygem/google-apis-cloudresourcemanager_v2-0.36.0.gem) = 9799576d5fec089b2f81a3d67a0d7140db027305540a55a09d72b2308cc116c7 +SIZE (rubygem/google-apis-cloudresourcemanager_v2-0.36.0.gem) = 26624 diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile b/devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile index 41135e7b101c..83812ef64a82 100644 --- a/devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile +++ b/devel/rubygem-google-apis-cloudresourcemanager_v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-cloudresourcemanager_v3 -PORTVERSION= 0.55.0 +PORTVERSION= 0.56.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v3/distinfo b/devel/rubygem-google-apis-cloudresourcemanager_v3/distinfo index ea29c65a3fda..c4dd4c468358 100644 --- a/devel/rubygem-google-apis-cloudresourcemanager_v3/distinfo +++ b/devel/rubygem-google-apis-cloudresourcemanager_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936344 -SHA256 (rubygem/google-apis-cloudresourcemanager_v3-0.55.0.gem) = 68b2265c200d68d0dc8d523fbd04b09b8bb1e5ab51ff99d12ec567c1ff815ee5 -SIZE (rubygem/google-apis-cloudresourcemanager_v3-0.55.0.gem) = 41984 +TIMESTAMP = 1747716312 +SHA256 (rubygem/google-apis-cloudresourcemanager_v3-0.56.0.gem) = e5090337396ffd93e484edec5fe9f2c9785c5549c248c4d2be0b105aa9db3d9a +SIZE (rubygem/google-apis-cloudresourcemanager_v3-0.56.0.gem) = 41984 diff --git a/devel/rubygem-google-apis-compute_v1/Makefile b/devel/rubygem-google-apis-compute_v1/Makefile index cb369f542a5c..2938795e49bb 100644 --- a/devel/rubygem-google-apis-compute_v1/Makefile +++ b/devel/rubygem-google-apis-compute_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-compute_v1 -PORTVERSION= 0.119.0 +PORTVERSION= 0.120.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-compute_v1/distinfo b/devel/rubygem-google-apis-compute_v1/distinfo index 43f5a0371e48..5253e740d971 100644 --- a/devel/rubygem-google-apis-compute_v1/distinfo +++ b/devel/rubygem-google-apis-compute_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547432 -SHA256 (rubygem/google-apis-compute_v1-0.119.0.gem) = 18498a6c9916d95ec4c952255db41fcb669804d09b6d3bd7c316dd0eec79f89c -SIZE (rubygem/google-apis-compute_v1-0.119.0.gem) = 505856 +TIMESTAMP = 1747716314 +SHA256 (rubygem/google-apis-compute_v1-0.120.0.gem) = 22742e2d51213cd67074650a8fdc90d80430eed901e72b1b49cf32c4181f3ba7 +SIZE (rubygem/google-apis-compute_v1-0.120.0.gem) = 505856 diff --git a/devel/rubygem-google-apis-drive_v3/Makefile b/devel/rubygem-google-apis-drive_v3/Makefile index 0c05894ddd0d..9551094ae321 100644 --- a/devel/rubygem-google-apis-drive_v3/Makefile +++ b/devel/rubygem-google-apis-drive_v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-drive_v3 -PORTVERSION= 0.64.0 +PORTVERSION= 0.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-drive_v3/distinfo b/devel/rubygem-google-apis-drive_v3/distinfo index acf5e8a6a195..4045c87519b3 100644 --- a/devel/rubygem-google-apis-drive_v3/distinfo +++ b/devel/rubygem-google-apis-drive_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547438 -SHA256 (rubygem/google-apis-drive_v3-0.64.0.gem) = 046b11de1e8b3824c39b0489d34f40f1ae3c60d59f48004dac9d326e9ddea2ea -SIZE (rubygem/google-apis-drive_v3-0.64.0.gem) = 61440 +TIMESTAMP = 1747716316 +SHA256 (rubygem/google-apis-drive_v3-0.66.0.gem) = 24118d1169ee274f975bda5813c2782a114f3f796e3421e95cc65fd3b42d6a82 +SIZE (rubygem/google-apis-drive_v3-0.66.0.gem) = 61440 diff --git a/devel/rubygem-google-apis-iam_v1/Makefile b/devel/rubygem-google-apis-iam_v1/Makefile index c9bba652a132..5705c71ead99 100644 --- a/devel/rubygem-google-apis-iam_v1/Makefile +++ b/devel/rubygem-google-apis-iam_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iam_v1 -PORTVERSION= 0.67.0 +PORTVERSION= 0.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-iam_v1/distinfo b/devel/rubygem-google-apis-iam_v1/distinfo index b131fc80e89f..0fe7a2213615 100644 --- a/devel/rubygem-google-apis-iam_v1/distinfo +++ b/devel/rubygem-google-apis-iam_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936444 -SHA256 (rubygem/google-apis-iam_v1-0.67.0.gem) = 160c94a2bbebcc52799925d6885f56e72c06831f1956a1cfca47e772aa8b48b2 -SIZE (rubygem/google-apis-iam_v1-0.67.0.gem) = 64000 +TIMESTAMP = 1747716432 +SHA256 (rubygem/google-apis-iam_v1-0.68.0.gem) = 3cc0ea542a888db1d32ced57d369a7dbc33a56ac86a2acfcbe3d344083502a3b +SIZE (rubygem/google-apis-iam_v1-0.68.0.gem) = 64000 diff --git a/devel/rubygem-google-apis-iam_v2/Makefile b/devel/rubygem-google-apis-iam_v2/Makefile index c1d3c6db3eac..a34015851337 100644 --- a/devel/rubygem-google-apis-iam_v2/Makefile +++ b/devel/rubygem-google-apis-iam_v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iam_v2 -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-iam_v2/distinfo b/devel/rubygem-google-apis-iam_v2/distinfo index 570ac2b0d2da..0a3ac10ac4dd 100644 --- a/devel/rubygem-google-apis-iam_v2/distinfo +++ b/devel/rubygem-google-apis-iam_v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070678 -SHA256 (rubygem/google-apis-iam_v2-0.12.0.gem) = 30689ef624e2ff68a0896bcf5c8c332202363b609b1a7d1a15004af915b17f3b -SIZE (rubygem/google-apis-iam_v2-0.12.0.gem) = 22016 +TIMESTAMP = 1747716318 +SHA256 (rubygem/google-apis-iam_v2-0.13.0.gem) = ca764de5af30f9d13b5045b90eabcb72401ac8df97a95cb264ae02bea6368e43 +SIZE (rubygem/google-apis-iam_v2-0.13.0.gem) = 22016 diff --git a/devel/rubygem-google-apis-iam_v2beta/Makefile b/devel/rubygem-google-apis-iam_v2beta/Makefile index d13c861e6a9d..792ff81046aa 100644 --- a/devel/rubygem-google-apis-iam_v2beta/Makefile +++ b/devel/rubygem-google-apis-iam_v2beta/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iam_v2beta -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-iam_v2beta/distinfo b/devel/rubygem-google-apis-iam_v2beta/distinfo index ccb0519dd3cd..74bf806dc133 100644 --- a/devel/rubygem-google-apis-iam_v2beta/distinfo +++ b/devel/rubygem-google-apis-iam_v2beta/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070680 -SHA256 (rubygem/google-apis-iam_v2beta-0.19.0.gem) = e355ba27947e23e4f8606975ec019ae490a515bc750d5a31d791c0d789c1947c -SIZE (rubygem/google-apis-iam_v2beta-0.19.0.gem) = 22016 +TIMESTAMP = 1747716320 +SHA256 (rubygem/google-apis-iam_v2beta-0.20.0.gem) = aab28abd8bc0803ccf2e4fc102dea4e66a67da1b348c05339324e8d3cc238b81 +SIZE (rubygem/google-apis-iam_v2beta-0.20.0.gem) = 22016 diff --git a/devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile b/devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile index 7e6ffec12817..c74ca5a57a3c 100644 --- a/devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile +++ b/devel/rubygem-google-apis-iamcredentials_v1-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iamcredentials_v1 -PORTVERSION= 0.22.0 +PORTVERSION= 0.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab diff --git a/devel/rubygem-google-apis-iamcredentials_v1-gitlab/distinfo b/devel/rubygem-google-apis-iamcredentials_v1-gitlab/distinfo index 36bb20d87daa..f7df2c4e4129 100644 --- a/devel/rubygem-google-apis-iamcredentials_v1-gitlab/distinfo +++ b/devel/rubygem-google-apis-iamcredentials_v1-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730724854 -SHA256 (rubygem/google-apis-iamcredentials_v1-0.22.0.gem) = 38c1de913d541802398841a124bb5592f1bae71119b5aede5369647eee7a3dad -SIZE (rubygem/google-apis-iamcredentials_v1-0.22.0.gem) = 15872 +TIMESTAMP = 1748319590 +SHA256 (rubygem/google-apis-iamcredentials_v1-0.24.0.gem) = 5774dac78fb7b527895735252e2f76bf183b5a4462517256330327a1749c6384 +SIZE (rubygem/google-apis-iamcredentials_v1-0.24.0.gem) = 16384 diff --git a/devel/rubygem-google-apis-iamcredentials_v1/Makefile b/devel/rubygem-google-apis-iamcredentials_v1/Makefile index a41710ee9b47..da3aefe67426 100644 --- a/devel/rubygem-google-apis-iamcredentials_v1/Makefile +++ b/devel/rubygem-google-apis-iamcredentials_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iamcredentials_v1 -PORTVERSION= 0.23.0 +PORTVERSION= 0.24.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-iamcredentials_v1/distinfo b/devel/rubygem-google-apis-iamcredentials_v1/distinfo index 17793e122161..5268068608bc 100644 --- a/devel/rubygem-google-apis-iamcredentials_v1/distinfo +++ b/devel/rubygem-google-apis-iamcredentials_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936348 -SHA256 (rubygem/google-apis-iamcredentials_v1-0.23.0.gem) = df7f876ace9f69a51fc1abe05241cf1acfc6910e4644c8975f03d0e3d0371a1b -SIZE (rubygem/google-apis-iamcredentials_v1-0.23.0.gem) = 16384 +TIMESTAMP = 1747716322 +SHA256 (rubygem/google-apis-iamcredentials_v1-0.24.0.gem) = 5774dac78fb7b527895735252e2f76bf183b5a4462517256330327a1749c6384 +SIZE (rubygem/google-apis-iamcredentials_v1-0.24.0.gem) = 16384 diff --git a/devel/rubygem-google-apis-monitoring_v3/Makefile b/devel/rubygem-google-apis-monitoring_v3/Makefile index 062f6644cc76..37bdb08741f4 100644 --- a/devel/rubygem-google-apis-monitoring_v3/Makefile +++ b/devel/rubygem-google-apis-monitoring_v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-monitoring_v3 -PORTVERSION= 0.77.0 +PORTVERSION= 0.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-monitoring_v3/distinfo b/devel/rubygem-google-apis-monitoring_v3/distinfo index 02ca7cb74a60..b7b760f9e3c0 100644 --- a/devel/rubygem-google-apis-monitoring_v3/distinfo +++ b/devel/rubygem-google-apis-monitoring_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289274 -SHA256 (rubygem/google-apis-monitoring_v3-0.77.0.gem) = f6760aa86e5ed97956559ab60d2b0e5298240cf66b8be64a2f15af2d79224cbd -SIZE (rubygem/google-apis-monitoring_v3-0.77.0.gem) = 84992 +TIMESTAMP = 1747716324 +SHA256 (rubygem/google-apis-monitoring_v3-0.79.0.gem) = 3d82dde8f8d94ecca40592daf831959a7d622a3c33048c81daf3c0d9226f6a7e +SIZE (rubygem/google-apis-monitoring_v3-0.79.0.gem) = 85504 diff --git a/devel/rubygem-google-apis-playcustomapp_v1/Makefile b/devel/rubygem-google-apis-playcustomapp_v1/Makefile index 7f3d8b68fd84..30744627bb3b 100644 --- a/devel/rubygem-google-apis-playcustomapp_v1/Makefile +++ b/devel/rubygem-google-apis-playcustomapp_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-playcustomapp_v1 -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-playcustomapp_v1/distinfo b/devel/rubygem-google-apis-playcustomapp_v1/distinfo index 2bba3b8ea638..3143bb31aea4 100644 --- a/devel/rubygem-google-apis-playcustomapp_v1/distinfo +++ b/devel/rubygem-google-apis-playcustomapp_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716892354 -SHA256 (rubygem/google-apis-playcustomapp_v1-0.16.0.gem) = a6aedcacdb30d4f217734c70e0915585ccdcc5c8c956f5230c557f17e4bc7d9f -SIZE (rubygem/google-apis-playcustomapp_v1-0.16.0.gem) = 13312 +TIMESTAMP = 1747716326 +SHA256 (rubygem/google-apis-playcustomapp_v1-0.17.0.gem) = d5bc90b705f3f862bab4998086449b0abe704ee1685a84821daa90ca7fa95a78 +SIZE (rubygem/google-apis-playcustomapp_v1-0.17.0.gem) = 13312 diff --git a/devel/rubygem-google-apis-pubsub_v1/Makefile b/devel/rubygem-google-apis-pubsub_v1/Makefile index f93c693ef6b4..de0c59df19d5 100644 --- a/devel/rubygem-google-apis-pubsub_v1/Makefile +++ b/devel/rubygem-google-apis-pubsub_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-pubsub_v1 -PORTVERSION= 0.61.0 +PORTVERSION= 0.62.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-pubsub_v1/distinfo b/devel/rubygem-google-apis-pubsub_v1/distinfo index 39d1c7f36501..55402292e7eb 100644 --- a/devel/rubygem-google-apis-pubsub_v1/distinfo +++ b/devel/rubygem-google-apis-pubsub_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936350 -SHA256 (rubygem/google-apis-pubsub_v1-0.61.0.gem) = a4212462ae7434c7b1eb98f782618a701b77cd3f617537f7c785e617c35a1b5f -SIZE (rubygem/google-apis-pubsub_v1-0.61.0.gem) = 43520 +TIMESTAMP = 1747716328 +SHA256 (rubygem/google-apis-pubsub_v1-0.62.0.gem) = 9cbaada21fad5afae4dde748b85f85f2b47a2195c9f183660e245f308ce88587 +SIZE (rubygem/google-apis-pubsub_v1-0.62.0.gem) = 43520 diff --git a/devel/rubygem-google-apis-sheets_v4/Makefile b/devel/rubygem-google-apis-sheets_v4/Makefile index ac33931704a2..e1c724bfc4cd 100644 --- a/devel/rubygem-google-apis-sheets_v4/Makefile +++ b/devel/rubygem-google-apis-sheets_v4/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-sheets_v4 -PORTVERSION= 0.41.0 +PORTVERSION= 0.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-sheets_v4/distinfo b/devel/rubygem-google-apis-sheets_v4/distinfo index f8c4be6562ea..f05a485a9895 100644 --- a/devel/rubygem-google-apis-sheets_v4/distinfo +++ b/devel/rubygem-google-apis-sheets_v4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936352 -SHA256 (rubygem/google-apis-sheets_v4-0.41.0.gem) = f77783690f595f103ef478c349a2b1b7307d0386c78ca84c135a380f615d332b -SIZE (rubygem/google-apis-sheets_v4-0.41.0.gem) = 104448 +TIMESTAMP = 1747716330 +SHA256 (rubygem/google-apis-sheets_v4-0.42.0.gem) = 7a8d9ac708502e31a9cd30449ee2c8175d9cd348516fdd6c0a24d5272572b406 +SIZE (rubygem/google-apis-sheets_v4-0.42.0.gem) = 104448 diff --git a/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile b/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile index 9eded36a7fa5..853b7d1d65a6 100644 --- a/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile +++ b/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-sqladmin_v1beta4 -PORTVERSION= 0.82.0 +PORTVERSION= 0.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo b/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo index d804d9c049c4..c3e07f374c5d 100644 --- a/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo +++ b/devel/rubygem-google-apis-sqladmin_v1beta4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547442 -SHA256 (rubygem/google-apis-sqladmin_v1beta4-0.82.0.gem) = a13386a2413a38d187bf6d3311328c772a8653abb098764ce257efc0db222402 -SIZE (rubygem/google-apis-sqladmin_v1beta4-0.82.0.gem) = 69120 +TIMESTAMP = 1747716332 +SHA256 (rubygem/google-apis-sqladmin_v1beta4-0.83.0.gem) = 44e01e598d01cb94c202039bf3944a28b02d5d98e83200323ec80c758b90ae4c +SIZE (rubygem/google-apis-sqladmin_v1beta4-0.83.0.gem) = 69120 diff --git a/devel/rubygem-google-iam-credentials-v1/Makefile b/devel/rubygem-google-iam-credentials-v1/Makefile index c3cdd038e501..240e18b015ff 100644 --- a/devel/rubygem-google-iam-credentials-v1/Makefile +++ b/devel/rubygem-google-iam-credentials-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-iam-credentials-v1 -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-iam-credentials-v1/lat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/devel/rubygem-google-iam-credentials-v1/distinfo b/devel/rubygem-google-iam-credentials-v1/distinfo index fa0373beff93..48723e252d93 100644 --- a/devel/rubygem-google-iam-credentials-v1/distinfo +++ b/devel/rubygem-google-iam-credentials-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547422 -SHA256 (rubygem/google-iam-credentials-v1-1.2.1.gem) = 9f7e9a354fcc0ba42f7113d17e0d242b1d4752ed842d6ea892f8b98c6e6d7c1b -SIZE (rubygem/google-iam-credentials-v1-1.2.1.gem) = 42496 +TIMESTAMP = 1747716334 +SHA256 (rubygem/google-iam-credentials-v1-1.3.0.gem) = d5d98ac3d759eac5b9e17aaf85215d6422652639303aa2f850106a383e86486d +SIZE (rubygem/google-iam-credentials-v1-1.3.0.gem) = 42496 diff --git a/devel/rubygem-google-iam-v1/Makefile b/devel/rubygem-google-iam-v1/Makefile index ec4cf8c685ff..271e77932145 100644 --- a/devel/rubygem-google-iam-v1/Makefile +++ b/devel/rubygem-google-iam-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-iam-v1 -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,9 +12,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-iam-v1/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 + rubygem-grpc-google-iam-v1>=1.11<2:devel/rubygem-grpc-google-iam-v1 USES= gem diff --git a/devel/rubygem-google-iam-v1/distinfo b/devel/rubygem-google-iam-v1/distinfo index 8b91d467e0c7..01f0e72f1732 100644 --- a/devel/rubygem-google-iam-v1/distinfo +++ b/devel/rubygem-google-iam-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547424 -SHA256 (rubygem/google-iam-v1-1.3.1.gem) = 20d32adbe4a19996784ab616a5c95c51aa538a576727d2be7351b871b8381aae -SIZE (rubygem/google-iam-v1-1.3.1.gem) = 43008 +TIMESTAMP = 1747716336 +SHA256 (rubygem/google-iam-v1-1.4.0.gem) = ab919ba620225770273a60064c49fde7e6ffd52f6539200b8d9cd0685286d08e +SIZE (rubygem/google-iam-v1-1.4.0.gem) = 43008 diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile index 74bf60c40094..5ae1f2411ae1 100644 --- a/devel/rubygem-google-protobuf/Makefile +++ b/devel/rubygem-google-protobuf/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-protobuf -PORTVERSION= 4.30.2 +PORTVERSION= 4.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-protobuf/distinfo b/devel/rubygem-google-protobuf/distinfo index 69102b95ed2e..1e92d41ccfed 100644 --- a/devel/rubygem-google-protobuf/distinfo +++ b/devel/rubygem-google-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289278 -SHA256 (rubygem/google-protobuf-4.30.2.gem) = 0f35168dbeeccf13d928acf6c128cfec17b9a826ae4505246a02c115f4ae16ed -SIZE (rubygem/google-protobuf-4.30.2.gem) = 295424 +TIMESTAMP = 1747716338 +SHA256 (rubygem/google-protobuf-4.31.0.gem) = 4db6fe6c92dd683aa9671432c38976685aaf9ba2f92450eebd63d76bcdbe4891 +SIZE (rubygem/google-protobuf-4.31.0.gem) = 303104 diff --git a/devel/rubygem-jaro_winkler/Makefile b/devel/rubygem-jaro_winkler/Makefile index c6c5f50e0eee..9bb30d62d04c 100644 --- a/devel/rubygem-jaro_winkler/Makefile +++ b/devel/rubygem-jaro_winkler/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaro_winkler -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-jaro_winkler/distinfo b/devel/rubygem-jaro_winkler/distinfo index 6006e597b4f2..2c02285de0fd 100644 --- a/devel/rubygem-jaro_winkler/distinfo +++ b/devel/rubygem-jaro_winkler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717568500 -SHA256 (rubygem/jaro_winkler-1.6.0.gem) = 8b081ab4ba7da5d16b438e62c4be58b87724bfeeb1527e62603f05ab0a2cc424 -SIZE (rubygem/jaro_winkler-1.6.0.gem) = 10240 +TIMESTAMP = 1747716340 +SHA256 (rubygem/jaro_winkler-1.6.1.gem) = c056b61bbf7f1fc0151bde7c8f589a2d666d42d0cdb889395b9b73b328e1b393 +SIZE (rubygem/jaro_winkler-1.6.1.gem) = 10240 diff --git a/devel/rubygem-json-gitlab/Makefile b/devel/rubygem-json-gitlab/Makefile new file mode 100644 index 000000000000..7057cc5f0879 --- /dev/null +++ b/devel/rubygem-json-gitlab/Makefile @@ -0,0 +1,19 @@ +PORTNAME= json +PORTVERSION= 2.11.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= JSON implementation as a Ruby extension in C +WWW= https://ruby.github.io/json/ \ + https://github.com/ruby/json/releases + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING + +USES= gem + +.include <bsd.port.mk> diff --git a/devel/rubygem-json-gitlab/distinfo b/devel/rubygem-json-gitlab/distinfo new file mode 100644 index 000000000000..fffd171d5e7b --- /dev/null +++ b/devel/rubygem-json-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1745936358 +SHA256 (rubygem/json-2.11.3.gem) = 9a10f658a2de67c0eb837eb795dd48132ce797c403e52b5ebef87dcdc7f9ccc1 +SIZE (rubygem/json-2.11.3.gem) = 70656 diff --git a/devel/rubygem-json-gitlab/pkg-descr b/devel/rubygem-json-gitlab/pkg-descr new file mode 100644 index 000000000000..dbc5c9403654 --- /dev/null +++ b/devel/rubygem-json-gitlab/pkg-descr @@ -0,0 +1,3 @@ +This library can parse JSON texts and generate them from ruby data structures. +This port implemented in C and comes with its own unicode conversion functions +and a parser generated by the Ragel State Machine Compiler. diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile index 3d7b11c36018..d6362e14b376 100644 --- a/devel/rubygem-json/Makefile +++ b/devel/rubygem-json/Makefile @@ -1,5 +1,5 @@ PORTNAME= json -PORTVERSION= 2.11.3 +PORTVERSION= 2.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-json/distinfo b/devel/rubygem-json/distinfo index fffd171d5e7b..8768863fd1ce 100644 --- a/devel/rubygem-json/distinfo +++ b/devel/rubygem-json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936358 -SHA256 (rubygem/json-2.11.3.gem) = 9a10f658a2de67c0eb837eb795dd48132ce797c403e52b5ebef87dcdc7f9ccc1 -SIZE (rubygem/json-2.11.3.gem) = 70656 +TIMESTAMP = 1747716342 +SHA256 (rubygem/json-2.12.0.gem) = b30fce000756de94c756679c7e57ed41f03f8cc8dde2d2dc00a7c44005da0a50 +SIZE (rubygem/json-2.12.0.gem) = 75264 diff --git a/devel/rubygem-language_server-protocol/Makefile b/devel/rubygem-language_server-protocol/Makefile index 2529de6e0d86..a4a737d03add 100644 --- a/devel/rubygem-language_server-protocol/Makefile +++ b/devel/rubygem-language_server-protocol/Makefile @@ -1,5 +1,5 @@ PORTNAME= language_server-protocol -PORTVERSION= 3.17.0.4 +PORTVERSION= 3.17.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-language_server-protocol/distinfo b/devel/rubygem-language_server-protocol/distinfo index 6c18566a9c2e..58a32728b9eb 100644 --- a/devel/rubygem-language_server-protocol/distinfo +++ b/devel/rubygem-language_server-protocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738090058 -SHA256 (rubygem/language_server-protocol-3.17.0.4.gem) = c484626478664fd13482d8180947c50a8590484b1258b99b7aedb3b69df89669 -SIZE (rubygem/language_server-protocol-3.17.0.4.gem) = 78336 +TIMESTAMP = 1747716344 +SHA256 (rubygem/language_server-protocol-3.17.0.5.gem) = fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc +SIZE (rubygem/language_server-protocol-3.17.0.5.gem) = 78336 diff --git a/devel/rubygem-mini_portile2/Makefile b/devel/rubygem-mini_portile2/Makefile index 22ed9f53c31e..f47a18e69e8f 100644 --- a/devel/rubygem-mini_portile2/Makefile +++ b/devel/rubygem-mini_portile2/Makefile @@ -1,5 +1,5 @@ PORTNAME= mini_portile2 -PORTVERSION= 2.8.8 +PORTVERSION= 2.8.9 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-mini_portile2/distinfo b/devel/rubygem-mini_portile2/distinfo index 03dd6d4556a1..0f5568c87007 100644 --- a/devel/rubygem-mini_portile2/distinfo +++ b/devel/rubygem-mini_portile2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679920 -SHA256 (rubygem/mini_portile2-2.8.8.gem) = 8e47136cdac04ce81750bb6c09733b37895bf06962554e4b4056d78168d70a75 -SIZE (rubygem/mini_portile2-2.8.8.gem) = 36864 +TIMESTAMP = 1747716434 +SHA256 (rubygem/mini_portile2-2.8.9.gem) = 0cd7c7f824e010c072e33f68bc02d85a00aeb6fce05bb4819c03dfd3c140c289 +SIZE (rubygem/mini_portile2-2.8.9.gem) = 36864 diff --git a/devel/rubygem-oci/Makefile b/devel/rubygem-oci/Makefile index b288143b5be0..bbc4611ee5a5 100644 --- a/devel/rubygem-oci/Makefile +++ b/devel/rubygem-oci/Makefile @@ -1,5 +1,5 @@ PORTNAME= oci -DISTVERSION= 2.21.1 +DISTVERSION= 2.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,7 +9,8 @@ WWW= https://github.com/oracle/oci-ruby-sdk/ LICENSE= APACHE20 -RUN_DEPENDS= rubygem-inifile>=3.0.0:textproc/rubygem-inifile \ +RUN_DEPENDS= rubygem-circuitbox>=2.0.0:www/rubygem-circuitbox \ + rubygem-inifile>=3.0.0:textproc/rubygem-inifile \ rubygem-json>=1.4.6:devel/rubygem-json \ rubygem-event_stream_parser>=1.0.0:devel/rubygem-event_stream_parser \ rubygem-jwt>2.1:www/rubygem-jwt \ diff --git a/devel/rubygem-oci/distinfo b/devel/rubygem-oci/distinfo index 9760bdba0e18..16595c0c27bb 100644 --- a/devel/rubygem-oci/distinfo +++ b/devel/rubygem-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716315659 -SHA256 (rubygem/oci-2.21.1.gem) = 1b3498cfe42ed798563d4f652f1d7cdc40e56a979b3543673c1fe5f8f84631f1 -SIZE (rubygem/oci-2.21.1.gem) = 10406400 +TIMESTAMP = 1748326999 +SHA256 (rubygem/oci-2.22.0.gem) = ccc9f5f5c9ef5d44fba5775b7f93d38388b9f02d09ec42300deadbd56f3cb80a +SIZE (rubygem/oci-2.22.0.gem) = 12295168 diff --git a/devel/rubygem-opentelemetry-instrumentation-pg/Makefile b/devel/rubygem-opentelemetry-instrumentation-pg/Makefile index db6068152dad..882a89076645 100644 --- a/devel/rubygem-opentelemetry-instrumentation-pg/Makefile +++ b/devel/rubygem-opentelemetry-instrumentation-pg/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-pg -PORTVERSION= 0.30.0 +PORTVERSION= 0.30.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-opentelemetry-api>=1.0<2:devel/rubygem-opentelemetry-api \ + rubygem-opentelemetry-helpers-sql>=0:devel/rubygem-opentelemetry-helpers-sql \ rubygem-opentelemetry-helpers-sql-obfuscation>=0:devel/rubygem-opentelemetry-helpers-sql-obfuscation \ rubygem-opentelemetry-instrumentation-base>=0.23.0<0.24:devel/rubygem-opentelemetry-instrumentation-base diff --git a/devel/rubygem-opentelemetry-instrumentation-pg/distinfo b/devel/rubygem-opentelemetry-instrumentation-pg/distinfo index 7e8b685e7795..de28d86509ad 100644 --- a/devel/rubygem-opentelemetry-instrumentation-pg/distinfo +++ b/devel/rubygem-opentelemetry-instrumentation-pg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737272899 -SHA256 (rubygem/opentelemetry-instrumentation-pg-0.30.0.gem) = c17dd639cf1a4b2fb1ed41208b751f1b6716d0c8fe28dc02f362f3abaa839529 -SIZE (rubygem/opentelemetry-instrumentation-pg-0.30.0.gem) = 15360 +TIMESTAMP = 1748319203 +SHA256 (rubygem/opentelemetry-instrumentation-pg-0.30.1.gem) = 85353ad70012e3a2e196c66a2c8029e791746e028997fcf43bedfdad3ac74f27 +SIZE (rubygem/opentelemetry-instrumentation-pg-0.30.1.gem) = 15360 diff --git a/devel/rubygem-rbs/Makefile b/devel/rubygem-rbs/Makefile index 8c2155b75d16..4f26d7d56eaa 100644 --- a/devel/rubygem-rbs/Makefile +++ b/devel/rubygem-rbs/Makefile @@ -1,5 +1,5 @@ PORTNAME= rbs -PORTVERSION= 3.9.2 +PORTVERSION= 3.9.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-rbs/distinfo b/devel/rubygem-rbs/distinfo index 68c9fd097aa7..69851bb4d4b0 100644 --- a/devel/rubygem-rbs/distinfo +++ b/devel/rubygem-rbs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289296 -SHA256 (rubygem/rbs-3.9.2.gem) = 873b5d01a11f3dc15a7cc3bd66d9d50c3d05fad4fbb73b47704eb96f0ba6faf2 -SIZE (rubygem/rbs-3.9.2.gem) = 1095168 +TIMESTAMP = 1747716346 +SHA256 (rubygem/rbs-3.9.4.gem) = 8e42c8f133fc2d94b65f62f34479546de1247b79892b57584f625b61e518a5d7 +SIZE (rubygem/rbs-3.9.4.gem) = 1095168 diff --git a/devel/rubygem-rubocop-rails/Makefile b/devel/rubygem-rubocop-rails/Makefile index de41bf6b6514..90b390da101b 100644 --- a/devel/rubygem-rubocop-rails/Makefile +++ b/devel/rubygem-rubocop-rails/Makefile @@ -1,5 +1,5 @@ PORTNAME= rubocop-rails -PORTVERSION= 2.31.0 +PORTVERSION= 2.32.0 CATEGORIES= devel ruby MASTER_SITES= RG @@ -15,7 +15,7 @@ RUN_DEPENDS= rubygem-activesupport61>=4.2.0:devel/rubygem-activesupport61 \ rubygem-lint_roller>=1.1<2:devel/rubygem-lint_roller \ rubygem-rack>=1.1:www/rubygem-rack \ rubygem-rubocop>=1.75.0<2.0:devel/rubygem-rubocop \ - rubygem-rubocop-ast>=1.38.0:devel/rubygem-rubocop-ast + rubygem-rubocop-ast>=1.44.0:devel/rubygem-rubocop-ast USES= cpe gem diff --git a/devel/rubygem-rubocop-rails/distinfo b/devel/rubygem-rubocop-rails/distinfo index dd06f3734714..d88146123fbd 100644 --- a/devel/rubygem-rubocop-rails/distinfo +++ b/devel/rubygem-rubocop-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289308 -SHA256 (rubygem/rubocop-rails-2.31.0.gem) = 79476e1075299c3e60fc50549c7c32614f9ebaae719b899ed75785c6786c52bd -SIZE (rubygem/rubocop-rails-2.31.0.gem) = 115712 +TIMESTAMP = 1747716348 +SHA256 (rubygem/rubocop-rails-2.32.0.gem) = 9fcc623c8722fe71e835e99c4a18b740b5b0d3fb69915d7f0777f00794b30490 +SIZE (rubygem/rubocop-rails-2.32.0.gem) = 115712 diff --git a/devel/rubygem-ruby-lsp-rspec/Makefile b/devel/rubygem-ruby-lsp-rspec/Makefile index 94f9f4374aa7..c65edfa681b7 100644 --- a/devel/rubygem-ruby-lsp-rspec/Makefile +++ b/devel/rubygem-ruby-lsp-rspec/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-lsp-rspec -PORTVERSION= 0.1.22 +PORTVERSION= 0.1.23 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/st0012/ruby-lsp-rspec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-ruby-lsp>=0.23.0<0.24:devel/rubygem-ruby-lsp +RUN_DEPENDS= rubygem-ruby-lsp>=0.23.19<0.24:devel/rubygem-ruby-lsp USES= gem diff --git a/devel/rubygem-ruby-lsp-rspec/distinfo b/devel/rubygem-ruby-lsp-rspec/distinfo index 6eb7fee3b854..8c0d13382ca7 100644 --- a/devel/rubygem-ruby-lsp-rspec/distinfo +++ b/devel/rubygem-ruby-lsp-rspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738982896 -SHA256 (rubygem/ruby-lsp-rspec-0.1.22.gem) = e982edf5cd6ec1530c3f5fa7e423624ad00532ebeff7fc94e02c7516a9b759c0 -SIZE (rubygem/ruby-lsp-rspec-0.1.22.gem) = 12288 +TIMESTAMP = 1747716352 +SHA256 (rubygem/ruby-lsp-rspec-0.1.23.gem) = d2a915502352e9722cd3d67e1eac6c517983ec4fe580c6de95f56f61844168d3 +SIZE (rubygem/ruby-lsp-rspec-0.1.23.gem) = 13824 diff --git a/devel/rubygem-ruby-lsp/Makefile b/devel/rubygem-ruby-lsp/Makefile index 53c14f181734..67d02184a5ad 100644 --- a/devel/rubygem-ruby-lsp/Makefile +++ b/devel/rubygem-ruby-lsp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-lsp -PORTVERSION= 0.23.17 +PORTVERSION= 0.23.20 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-ruby-lsp/distinfo b/devel/rubygem-ruby-lsp/distinfo index f7bbfbcc718c..53ffde16c25c 100644 --- a/devel/rubygem-ruby-lsp/distinfo +++ b/devel/rubygem-ruby-lsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547464 -SHA256 (rubygem/ruby-lsp-0.23.17.gem) = d2b570a18cf76c24d75439f1a69e40c224ec4c523aba842cc434da4f7cb20e56 -SIZE (rubygem/ruby-lsp-0.23.17.gem) = 163840 +TIMESTAMP = 1747716350 +SHA256 (rubygem/ruby-lsp-0.23.20.gem) = 06956135001716b89d08385714c095e01a6b3563452e4a265781899d26fb2769 +SIZE (rubygem/ruby-lsp-0.23.20.gem) = 164352 diff --git a/devel/rubygem-ruby-prof/Makefile b/devel/rubygem-ruby-prof/Makefile index 049d92a64f02..d291f03ab430 100644 --- a/devel/rubygem-ruby-prof/Makefile +++ b/devel/rubygem-ruby-prof/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-prof -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,8 @@ WWW= https://github.com/ruby-prof/ruby-prof LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 + USES= gem PLIST_FILES= bin/ruby-prof bin/ruby-prof-check-trace diff --git a/devel/rubygem-ruby-prof/distinfo b/devel/rubygem-ruby-prof/distinfo index d37098b9e302..b2ecde16dcd3 100644 --- a/devel/rubygem-ruby-prof/distinfo +++ b/devel/rubygem-ruby-prof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734329851 -SHA256 (rubygem/ruby-prof-1.7.1.gem) = 026393448cf92fd24a91739bf71ccd2bfe88fe8a1401ee8afc4948a16d62ea24 -SIZE (rubygem/ruby-prof-1.7.1.gem) = 107008 +TIMESTAMP = 1748322207 +SHA256 (rubygem/ruby-prof-1.7.2.gem) = 270424fcac37e611f2d15a55226c4628e234f8434e1d7c25ca8a2155b9fc4340 +SIZE (rubygem/ruby-prof-1.7.2.gem) = 105984 diff --git a/devel/rubygem-set/Makefile b/devel/rubygem-set/Makefile index 88b52652caf5..98f72057fe91 100644 --- a/devel/rubygem-set/Makefile +++ b/devel/rubygem-set/Makefile @@ -1,5 +1,5 @@ PORTNAME= set -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-set/distinfo b/devel/rubygem-set/distinfo index 9e42d9333863..5bbe71ba7484 100644 --- a/devel/rubygem-set/distinfo +++ b/devel/rubygem-set/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888676 -SHA256 (rubygem/set-1.1.1.gem) = 6c7ac6c06d5907216395a4d5dae3ffe52ca5ee8a372befe6d4dea794383f98f0 -SIZE (rubygem/set-1.1.1.gem) = 15360 +TIMESTAMP = 1747716354 +SHA256 (rubygem/set-1.1.2.gem) = ca33a60d202e788041d94a5d4c12315b1639875576f1a266f3a10913646d8ef1 +SIZE (rubygem/set-1.1.2.gem) = 15872 diff --git a/devel/rubygem-sidekiq-scheduler/Makefile b/devel/rubygem-sidekiq-scheduler/Makefile index da90ac1f2f52..c7664bddb3fd 100644 --- a/devel/rubygem-sidekiq-scheduler/Makefile +++ b/devel/rubygem-sidekiq-scheduler/Makefile @@ -1,6 +1,5 @@ PORTNAME= sidekiq-scheduler -PORTVERSION= 5.0.6 -PORTREVISION= 1 +PORTVERSION= 6.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,8 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rufus-scheduler>=3.2<4:devel/rubygem-rufus-scheduler \ - rubygem-sidekiq>=6<9:devel/rubygem-sidekiq \ - rubygem-tilt>=1.4.0<3:devel/rubygem-tilt + rubygem-sidekiq>=7.3<9:devel/rubygem-sidekiq USES= gem diff --git a/devel/rubygem-sidekiq-scheduler/distinfo b/devel/rubygem-sidekiq-scheduler/distinfo index 22a44367b910..f63c8e95b134 100644 --- a/devel/rubygem-sidekiq-scheduler/distinfo +++ b/devel/rubygem-sidekiq-scheduler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722798873 -SHA256 (rubygem/sidekiq-scheduler-5.0.6.gem) = aa49fa982fb0d58e3e94d6bc2e2187be000414b9354a9f35e0cd06de204ad5be -SIZE (rubygem/sidekiq-scheduler-5.0.6.gem) = 28160 +TIMESTAMP = 1747716356 +SHA256 (rubygem/sidekiq-scheduler-6.0.0.gem) = b7a3323473e772c291ee17bdff3c66c5b8869bd2c664b6a92643cbe6995d1c80 +SIZE (rubygem/sidekiq-scheduler-6.0.0.gem) = 28672 diff --git a/devel/rubygem-sidekiq-scheduler/files/patch-sidekiq8 b/devel/rubygem-sidekiq-scheduler/files/patch-sidekiq8 deleted file mode 100644 index 75465ce92254..000000000000 --- a/devel/rubygem-sidekiq-scheduler/files/patch-sidekiq8 +++ /dev/null @@ -1,66 +0,0 @@ -Obtained from: https://github.com/sidekiq-scheduler/sidekiq-scheduler/commit/c631bfd873b9bbd3975b626202aa99eb783b1f0d - ---- lib/sidekiq-scheduler/extensions/web.rb.orig 2025-03-15 18:21:05 UTC -+++ lib/sidekiq-scheduler/extensions/web.rb -@@ -2,14 +2,16 @@ if SidekiqScheduler::SidekiqAdapter::SIDEKIQ_GTE_7_3_0 - - if SidekiqScheduler::SidekiqAdapter::SIDEKIQ_GTE_7_3_0 - -- # Locale and asset cache is configured in `.register` -- Sidekiq::Web.register(SidekiqScheduler::Web, -- name: "recurring_jobs", -- tab: ["Recurring Jobs"], -- index: ["recurring-jobs"], -- root_dir: File.expand_path("../../../web", File.dirname(__FILE__)), -- asset_paths: ["stylesheets-scheduler"]) do |app| -- # add middleware or additional settings here -+ # Locale and asset cache is configured in `cfg.register` -+ Sidekiq::Web.configure do |cfg| -+ cfg.register(SidekiqScheduler::Web, -+ name: "recurring_jobs", -+ tab: ["Recurring Jobs"], -+ index: ["recurring-jobs"], -+ root_dir: File.expand_path("../../../web", File.dirname(__FILE__)), -+ asset_paths: ["stylesheets-scheduler"]) do |app| -+ # add middleware or additional settings here -+ end - end - - else ---- lib/sidekiq-scheduler/web.rb.orig 2025-03-15 18:14:11 UTC -+++ lib/sidekiq-scheduler/web.rb -@@ -16,7 +16,7 @@ module SidekiqScheduler - end - - app.post '/recurring-jobs/:name/enqueue' do -- schedule = Sidekiq.get_schedule(params[:name]) -+ schedule = Sidekiq.get_schedule(route_params(:name)) - SidekiqScheduler::Scheduler.instance.enqueue_job(schedule) - redirect "#{root_path}recurring-jobs" - end -@@ -24,12 +24,12 @@ module SidekiqScheduler - app.post '/recurring-jobs/:name/toggle' do - Sidekiq.reload_schedule! - -- SidekiqScheduler::Scheduler.instance.toggle_job_enabled(params[:name]) -+ SidekiqScheduler::Scheduler.instance.toggle_job_enabled(route_params(:name)) - redirect "#{root_path}recurring-jobs" - end - - app.post '/recurring-jobs/toggle-all' do -- SidekiqScheduler::Scheduler.instance.toggle_all_jobs(params[:action] == 'enable') -+ SidekiqScheduler::Scheduler.instance.toggle_all_jobs(url_params(:action) == 'enable') - redirect "#{root_path}recurring-jobs" - end - end ---- sidekiq-scheduler.gemspec.orig 2025-03-15 18:14:11 UTC -+++ sidekiq-scheduler.gemspec -@@ -21,7 +21,7 @@ Gem::Specification.new do |s| - - s.specification_version = 4 - -- s.add_runtime_dependency(%q<sidekiq>.freeze, [">= 6".freeze, "< 8".freeze]) -+ s.add_runtime_dependency(%q<sidekiq>.freeze, [">= 6".freeze, "< 9".freeze]) - s.add_runtime_dependency(%q<rufus-scheduler>.freeze, ["~> 3.2".freeze]) - s.add_runtime_dependency(%q<tilt>.freeze, [">= 1.4.0".freeze, "< 3".freeze]) - s.add_development_dependency(%q<rake>.freeze, ["~> 12.0".freeze]) diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 50d7d1fb762b..2e0cb6efcc9b 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.12087 +PORTVERSION= 0.5.12115 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index 8e0437c1283a..443c39807959 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547466 -SHA256 (rubygem/sorbet-runtime-0.5.12087.gem) = 59601fe1cc0950d6d28cbc289cd29d7a6f0552df79a4fd1666e84ebab8b05478 -SIZE (rubygem/sorbet-runtime-0.5.12087.gem) = 89088 +TIMESTAMP = 1747716358 +SHA256 (rubygem/sorbet-runtime-0.5.12115.gem) = 1f8119a405448c1911e0e4359245ba440336f83360240370d0fcf3f719be1916 +SIZE (rubygem/sorbet-runtime-0.5.12115.gem) = 89088 diff --git a/devel/rubygem-timeliness/Makefile b/devel/rubygem-timeliness/Makefile index 0b48b5001cab..8fafd8a53245 100644 --- a/devel/rubygem-timeliness/Makefile +++ b/devel/rubygem-timeliness/Makefile @@ -1,5 +1,5 @@ PORTNAME= timeliness -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-timeliness/distinfo b/devel/rubygem-timeliness/distinfo index c80de2acca0f..6cfdec5aaaa6 100644 --- a/devel/rubygem-timeliness/distinfo +++ b/devel/rubygem-timeliness/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738606595 -SHA256 (rubygem/timeliness-0.5.2.gem) = be8956d90570027c23a0852e03bfd5e92d9e7f74d966f97c4685ec62059eba50 -SIZE (rubygem/timeliness-0.5.2.gem) = 28672 +TIMESTAMP = 1747716360 +SHA256 (rubygem/timeliness-0.5.3.gem) = 6175e14a0e072b50d2433d253de3c18ce10c573d909edf55c4b510271ecd5aed +SIZE (rubygem/timeliness-0.5.3.gem) = 29184 diff --git a/devel/sbt/Makefile b/devel/sbt/Makefile index fa865c337694..0ce8c18a36da 100644 --- a/devel/sbt/Makefile +++ b/devel/sbt/Makefile @@ -1,5 +1,5 @@ PORTNAME= sbt -PORTVERSION= 1.10.11 +PORTVERSION= 1.11.0 CATEGORIES= devel java MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ diff --git a/devel/sbt/distinfo b/devel/sbt/distinfo index 10286ff53bf6..7ea1261d162c 100644 --- a/devel/sbt/distinfo +++ b/devel/sbt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742304701 -SHA256 (sbt-1.10.11.tgz) = 5034a64841b8a9cfb52a341e45b01df2b8c2ffaa87d8d2b0fe33c4cdcabd8f0c -SIZE (sbt-1.10.11.tgz) = 58211742 +TIMESTAMP = 1748247525 +SHA256 (sbt-1.11.0.tgz) = ae8abe538fde8fc358ff3a9e6b01aae9646db1b9f91a46407485884303b28fb3 +SIZE (sbt-1.11.0.tgz) = 58204702 diff --git a/devel/tass64/Makefile b/devel/tass64/Makefile index 44dfda5a869b..8b645e3f565c 100644 --- a/devel/tass64/Makefile +++ b/devel/tass64/Makefile @@ -1,5 +1,5 @@ PORTNAME= tass64 -PORTVERSION= 1.59.3120 +PORTVERSION= 1.60.3243 CATEGORIES= devel MASTER_SITES= SF/tass64/source DISTNAME= 64tass-${PORTVERSION}-src diff --git a/devel/tass64/distinfo b/devel/tass64/distinfo index c25ec9f695ae..b85194969e2c 100644 --- a/devel/tass64/distinfo +++ b/devel/tass64/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695143223 -SHA256 (64tass-1.59.3120-src.zip) = a89a7b79ad234c6ea51a1c9d6c472d0f3827d01b2501b3f30cd0af9541423eef -SIZE (64tass-1.59.3120-src.zip) = 752572 +TIMESTAMP = 1747715296 +SHA256 (64tass-1.60.3243-src.zip) = 9d83be3d23a2c55e085b7c7a7856c2f96080447ea120a6a8c21a217ed76427f0 +SIZE (64tass-1.60.3243-src.zip) = 771985 diff --git a/devel/tree-sitter/Makefile b/devel/tree-sitter/Makefile index 687bfeda6562..8c243c6e25c7 100644 --- a/devel/tree-sitter/Makefile +++ b/devel/tree-sitter/Makefile @@ -1,6 +1,6 @@ PORTNAME= tree-sitter DISTVERSIONPREFIX= v -DISTVERSION= 0.25.4 +DISTVERSION= 0.25.5 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/tree-sitter/distinfo b/devel/tree-sitter/distinfo index 1cfcc9d8ca88..f7f9f0b8c8d4 100644 --- a/devel/tree-sitter/distinfo +++ b/devel/tree-sitter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747024183 -SHA256 (tree-sitter-tree-sitter-v0.25.4_GH0.tar.gz) = 87eadc505905c70a692917c821958a819903f808f8d244068b1d273a033dc728 -SIZE (tree-sitter-tree-sitter-v0.25.4_GH0.tar.gz) = 857194 +TIMESTAMP = 1748396195 +SHA256 (tree-sitter-tree-sitter-v0.25.5_GH0.tar.gz) = 17a72b9dd7525b01d8fabf9ebee0edd3203fe3058ccc73cbc5e2070ccbe26c0d +SIZE (tree-sitter-tree-sitter-v0.25.5_GH0.tar.gz) = 857428 diff --git a/devel/wasmer/Makefile b/devel/wasmer/Makefile index e8aa2e0a5348..051fac6a6e26 100644 --- a/devel/wasmer/Makefile +++ b/devel/wasmer/Makefile @@ -1,6 +1,6 @@ PORTNAME= wasmer DISTVERSIONPREFIX= v -DISTVERSION= 6.0.0 +DISTVERSION= 6.0.1 CATEGORIES= devel MAINTAINER= kjozic@gmail.com @@ -14,10 +14,11 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= only amd64 works so far (with some issues) BUILD_DEPENDS= bash>0:shells/bash \ - libffi>0:devel/libffi \ - zstd>0:archivers/zstd + clang${_LLVM_VERSION}:devel/llvm${_LLVM_VERSION} +LIB_DEPENDS= libffi.so:devel/libffi \ + libzstd.so:archivers/zstd -USES= cargo gmake llvm pkgconfig +USES= cargo gmake llvm:18 nodejs:build pkgconfig USE_GITHUB= yes GH_ACCOUNT= wasmerio @@ -26,18 +27,24 @@ CARGO_BUILD= no CARGO_INSTALL= no MAKE_ENV+= ENABLE_CRANELIFT=1 \ - ENABLE_LLVM=0 \ + ENABLE_LLVM=1 \ ENABLE_SINGLEPASS=1 \ ENABLE_V8=0 \ ENABLE_WAMR=0 \ - ENABLE_WASMI=0 + ENABLE_WASMI=0 \ + LLVM_SYS_180_PREFIX=${LLVM_PREFIX} \ + RUSTFLAGS="-L ${LOCALBASE}/lib" ALL_TARGET= build-wasmer -RUSTFLAGS= -L native=${LOCALBASE}/lib +CC= clang${_LLVM_VERSION} +CPP= clang-cpp${_LLVM_VERSION} +CXX= clang++${_LLVM_VERSION} PLIST_FILES= bin/wasmer +_LLVM_VERSION= 18 + pre-configure: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Makefile diff --git a/devel/wasmer/Makefile.crates b/devel/wasmer/Makefile.crates index 2ce281b64569..44673b5fb664 100644 --- a/devel/wasmer/Makefile.crates +++ b/devel/wasmer/Makefile.crates @@ -30,7 +30,6 @@ CARGO_CRATES= addr2line-0.24.2 \ async-compression-0.4.23 \ async-trait-0.1.88 \ async-tungstenite-0.28.2 \ - atomic-polyfill-1.0.3 \ atomic-waker-1.1.2 \ autocfg-1.4.0 \ backtrace-0.3.74 \ @@ -107,7 +106,6 @@ CARGO_CRATES= addr2line-0.24.2 \ crc32fast-1.4.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ - critical-section-1.2.0 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ @@ -158,8 +156,8 @@ CARGO_CRATES= addr2line-0.24.2 \ downcast-rs-1.2.1 \ dunce-1.0.5 \ dyn-clone-1.0.19 \ - dynasm-1.2.3 \ - dynasmrt-1.2.3 \ + dynasm-3.2.0 \ + dynasmrt-3.2.0 \ educe-0.5.11 \ either-1.15.0 \ encode_unicode-1.0.0 \ @@ -221,13 +219,13 @@ CARGO_CRATES= addr2line-0.24.2 \ half-2.6.0 \ handlebars-3.5.5 \ harsh-0.2.2 \ - hash32-0.2.1 \ + hash32-0.3.1 \ hashbrown-0.11.2 \ hashbrown-0.12.3 \ hashbrown-0.13.2 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ - heapless-0.7.17 \ + heapless-0.8.0 \ heck-0.3.3 \ heck-0.4.1 \ hermit-abi-0.3.9 \ @@ -321,8 +319,8 @@ CARGO_CRATES= addr2line-0.24.2 \ matchers-0.1.0 \ md5-0.7.0 \ memchr-2.7.4 \ - memmap2-0.5.10 \ memmap2-0.6.2 \ + memmap2-0.9.5 \ memoffset-0.7.1 \ memoffset-0.9.1 \ merge-streams-0.1.2 \ @@ -401,8 +399,6 @@ CARGO_CRATES= addr2line-0.24.2 \ pretty_assertions-1.4.1 \ prettyplease-0.2.32 \ proc-macro-crate-1.3.1 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ proc-macro2-1.0.95 \ diff --git a/devel/wasmer/distinfo b/devel/wasmer/distinfo index 12ef73a0ee23..02952f75c344 100644 --- a/devel/wasmer/distinfo +++ b/devel/wasmer/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1746366697 +TIMESTAMP = 1748186853 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 @@ -63,8 +63,6 @@ SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a5286 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/async-tungstenite-0.28.2.crate) = 1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99 SIZE (rust/crates/async-tungstenite-0.28.2.crate) = 42641 -SHA256 (rust/crates/atomic-polyfill-1.0.3.crate) = 8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4 -SIZE (rust/crates/atomic-polyfill-1.0.3.crate) = 11581 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 @@ -217,8 +215,6 @@ SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f SIZE (rust/crates/criterion-0.5.1.crate) = 110088 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 -SHA256 (rust/crates/critical-section-1.2.0.crate) = 790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b -SIZE (rust/crates/critical-section-1.2.0.crate) = 19133 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 @@ -319,10 +315,10 @@ SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13 SIZE (rust/crates/dunce-1.0.5.crate) = 8244 SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 -SHA256 (rust/crates/dynasm-1.2.3.crate) = add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b -SIZE (rust/crates/dynasm-1.2.3.crate) = 103467 -SHA256 (rust/crates/dynasmrt-1.2.3.crate) = 64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9 -SIZE (rust/crates/dynasmrt-1.2.3.crate) = 19701 +SHA256 (rust/crates/dynasm-3.2.0.crate) = f0cecff24995c8a5a3c3169cff4c733fe7d91aedf5d8cc96238738bfe53186b8 +SIZE (rust/crates/dynasm-3.2.0.crate) = 150841 +SHA256 (rust/crates/dynasmrt-3.2.0.crate) = 7f5eab96b8688bcbf1d2354bcfe0261005ac1dd0616747152ada34948d4e9582 +SIZE (rust/crates/dynasmrt-3.2.0.crate) = 28692 SHA256 (rust/crates/educe-0.5.11.crate) = e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8 SIZE (rust/crates/educe-0.5.11.crate) = 47047 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 @@ -445,8 +441,8 @@ SHA256 (rust/crates/handlebars-3.5.5.crate) = 4498fc115fa7d34de968184e473529abb4 SIZE (rust/crates/handlebars-3.5.5.crate) = 77308 SHA256 (rust/crates/harsh-0.2.2.crate) = a6fce2283849822530a18d7d8eeb1719ac65a27cfb6649c0dc8dfd2d2cc5edfb SIZE (rust/crates/harsh-0.2.2.crate) = 21969 -SHA256 (rust/crates/hash32-0.2.1.crate) = b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67 -SIZE (rust/crates/hash32-0.2.1.crate) = 11168 +SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 +SIZE (rust/crates/hash32-0.3.1.crate) = 10273 SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 @@ -457,8 +453,8 @@ SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 -SHA256 (rust/crates/heapless-0.7.17.crate) = cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f -SIZE (rust/crates/heapless-0.7.17.crate) = 75767 +SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad +SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c SIZE (rust/crates/heck-0.3.3.crate) = 10260 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 @@ -645,10 +641,10 @@ SHA256 (rust/crates/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db SIZE (rust/crates/md5-0.7.0.crate) = 6671 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 -SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 SHA256 (rust/crates/memmap2-0.6.2.crate) = 6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872 SIZE (rust/crates/memmap2-0.6.2.crate) = 27221 +SHA256 (rust/crates/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f +SIZE (rust/crates/memmap2-0.9.5.crate) = 33280 SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a @@ -805,10 +801,6 @@ SHA256 (rust/crates/prettyplease-0.2.32.crate) = 664ec5419c51e34154eec046ebcba56 SIZE (rust/crates/prettyplease-0.2.32.crate) = 72024 SHA256 (rust/crates/proc-macro-crate-1.3.1.crate) = 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919 SIZE (rust/crates/proc-macro-crate-1.3.1.crate) = 9678 -SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c -SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 -SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 -SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 @@ -1501,5 +1493,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (wasmerio-wasmer-v6.0.0_GH0.tar.gz) = 07ab0bfc73f0add8617de74c363f558686e9598ba194c7c8804e7cea9996397e -SIZE (wasmerio-wasmer-v6.0.0_GH0.tar.gz) = 113953884 +SHA256 (wasmerio-wasmer-v6.0.1_GH0.tar.gz) = 83facc7004f9e136bbf1cf183259444b5d04d9a96dfa9943aacec1e086762c7c +SIZE (wasmerio-wasmer-v6.0.1_GH0.tar.gz) = 113965579 diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index f259abb87454..9572b59cb836 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -11,12 +11,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= 0xERR0R USE_RC_SUBR= blocky -GO_MOD_DIST= github -GO_MODULE= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_MODULE= github.com/0xERR0R/blocky GO_TARGET= main.go:${PREFIX}/sbin/${PORTNAME} GO_BUILDFLAGS= -ldflags "-w -s \ -X github.com/0xERR0R/blocky/util.Version=${DISTVERSION} \ diff --git a/dns/blocky/distinfo b/dns/blocky/distinfo index 1192df31299c..6c80cdc7abe4 100644 --- a/dns/blocky/distinfo +++ b/dns/blocky/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747904857 -SHA256 (go/dns_blocky/0xERR0R-blocky-v0.26.2_GH0/go.mod) = ee8d5eaac9cbf13d74cd1265dc21273c22df460cc18224497536a1baf82f9f2c -SIZE (go/dns_blocky/0xERR0R-blocky-v0.26.2_GH0/go.mod) = 8316 -SHA256 (go/dns_blocky/0xERR0R-blocky-v0.26.2_GH0/0xERR0R-blocky-v0.26.2_GH0.tar.gz) = b6aadd53253fe51d1bd41a1c19911091b944657fd034cd3dfad8c139ac5870b3 -SIZE (go/dns_blocky/0xERR0R-blocky-v0.26.2_GH0/0xERR0R-blocky-v0.26.2_GH0.tar.gz) = 7259209 +TIMESTAMP = 1748358807 +SHA256 (go/dns_blocky/blocky-v0.26.2/v0.26.2.mod) = ee8d5eaac9cbf13d74cd1265dc21273c22df460cc18224497536a1baf82f9f2c +SIZE (go/dns_blocky/blocky-v0.26.2/v0.26.2.mod) = 8316 +SHA256 (go/dns_blocky/blocky-v0.26.2/v0.26.2.zip) = 73f49146154ab9f9784be7de404c5c0e4f79f7b0436df7f1a5d82f545ed54081 +SIZE (go/dns_blocky/blocky-v0.26.2/v0.26.2.zip) = 7268704 diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile index 87a6fda83580..8d86212d42a5 100644 --- a/dns/dnscontrol/Makefile +++ b/dns/dnscontrol/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnscontrol DISTVERSIONPREFIX=v -DISTVERSION= 4.19.0 +DISTVERSION= 4.20.0 CATEGORIES= dns MAINTAINER= decke@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://stackexchange.github.io/dnscontrol/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/StackExchange/dnscontrol/v4 PLIST_FILES= bin/${PORTNAME} diff --git a/dns/dnscontrol/distinfo b/dns/dnscontrol/distinfo index dc7fd7547750..a09a74919fbf 100644 --- a/dns/dnscontrol/distinfo +++ b/dns/dnscontrol/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746644422 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.19.0/v4.19.0.mod) = 93532268b81ad64d1d4773b7d80e793b603aa604bd5b930fc0db95c6dfa2a452 -SIZE (go/dns_dnscontrol/dnscontrol-v4.19.0/v4.19.0.mod) = 8026 -SHA256 (go/dns_dnscontrol/dnscontrol-v4.19.0/v4.19.0.zip) = fec390e9212aebb5c698ad4e443a3545aa3e92039b9811d80c12bfc80b3eac24 -SIZE (go/dns_dnscontrol/dnscontrol-v4.19.0/v4.19.0.zip) = 5551770 +TIMESTAMP = 1748205008 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.20.0/v4.20.0.mod) = b176ad8441d2b7cec613606df7bb24bbf1f1dc269b05403639a8f3b962579aa7 +SIZE (go/dns_dnscontrol/dnscontrol-v4.20.0/v4.20.0.mod) = 8026 +SHA256 (go/dns_dnscontrol/dnscontrol-v4.20.0/v4.20.0.zip) = e7e998640d205f03589f9fc2775effe9d484a36778688f66e3d9d0731990bd3d +SIZE (go/dns_dnscontrol/dnscontrol-v4.20.0/v4.20.0.zip) = 5552755 diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index dad2c3104ac1..106ea9acc364 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.92test9 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.92test10 # remember to bump PORTEPOCH when going from test to rc! # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 6 diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 799961b58d2c..6df356566936 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747685166 -SHA256 (dnsmasq-2.92test9.tar.xz) = 12b535fe7a979774d5e77ae91b80bfa67a08d81b452367b8735fdf900046d1cf -SIZE (dnsmasq-2.92test9.tar.xz) = 581868 +TIMESTAMP = 1748114943 +SHA256 (dnsmasq-2.92test10.tar.xz) = a668c317277f20e9a799062b03066a1b7ca5cd2daa59954b30a14ce44c6417b6 +SIZE (dnsmasq-2.92test10.tar.xz) = 582832 diff --git a/dns/dnsmasq-devel/files/patch-src_dnsmasq.c b/dns/dnsmasq-devel/files/patch-src_dnsmasq.c new file mode 100644 index 000000000000..98c34221f71d --- /dev/null +++ b/dns/dnsmasq-devel/files/patch-src_dnsmasq.c @@ -0,0 +1,12 @@ +--- src/dnsmasq.c.orig 2025-05-24 14:09:53 UTC ++++ src/dnsmasq.c +@@ -81,7 +81,9 @@ int main (int argc, char **argv) + int tftp_prefix_missing = 0; + #endif + ++#ifdef HAVE_LINUX_NETWORK + (void)netlink_warn; ++#endif + + #if defined(HAVE_IDN) || defined(HAVE_LIBIDN2) || defined(LOCALEDIR) + setlocale(LC_ALL, ""); diff --git a/dns/dnsmasq-devel/files/update.py b/dns/dnsmasq-devel/files/update.py new file mode 100755 index 000000000000..df81cdd3880b --- /dev/null +++ b/dns/dnsmasq-devel/files/update.py @@ -0,0 +1,40 @@ +#!/usr/bin/env python3 +"""update.py for dnsmasq-devel - (C) 2025 Matthias Andree, placed under MIT license +To use, edit Makefile with the new version, +then run files/update.py, which will download, check sigs, if GnuPG checks out, update makesum, +upload tarball and sig to my public_distfiles/ because upstream has low bandwidth, and test build. + +If things work out, commit manually and push.""" + +import os +import shutil +import subprocess +import sys + +def trace(func): + def wrapper(*args, **kwargs): + print(f"\n> {func.__name__}({args}, {kwargs})", file=sys.stderr) + retval = func(*args, **kwargs) + print(f"< {func.__name__} -> {retval!r}", file=sys.stderr) + return retval + return wrapper + +traced_run = trace(subprocess.run) + +cleanenv={'LC_ALL': 'C.UTF-8', + 'PATH': os.environ["PATH"]} +defargs={"check": "True", "env": cleanenv, "encoding": 'UTF-8'} + +distdir, master_site = map(str.strip, traced_run(['make', '-V', 'DISTDIR', '-V', 'MASTER_SITES:N*FreeBSD*'], capture_output=True, **defargs).stdout.splitlines()) +filename_tarball = traced_run('make -V DISTFILES'.split(), capture_output=True, **defargs).stdout.splitlines()[0].strip() +filename_signature = filename_tarball + '.asc' +uri_tarball = master_site + filename_tarball +uri_signature = master_site + filename_signature +traced_run(['fetch', uri_tarball, uri_signature], **defargs) +traced_run(['gpg', '--verify', filename_signature, filename_tarball], **defargs) +traced_run(['rsync', '-avHPW', '--chmod=0644', filename_tarball, filename_signature, 'freefall.freebsd.org:public_distfiles/'], **defargs) +shutil.move(filename_tarball, '/usr/ports/distfiles/' + filename_tarball) +os.remove(filename_signature) +traced_run(['make', 'makesum', 'clean'], **defargs) +traced_run(['make', 'check-plist', 'package'], **defargs) +print("\nSUCCESS\n") diff --git a/dns/p5-Net-DRI/Makefile b/dns/p5-Net-DRI/Makefile index 73dd7a3e8f7b..854e8c000197 100644 --- a/dns/p5-Net-DRI/Makefile +++ b/dns/p5-Net-DRI/Makefile @@ -5,7 +5,7 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl library to access Domain Name Registries/Registrars WWW= https://metacpan.org/release/Net-DRI diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index 8ebac7ddafb0..e3fa54bf203b 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -1,7 +1,6 @@ PORTNAME= Net_DNS2 -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= dns net pear MAINTAINER= sunpoet@FreeBSD.org @@ -20,11 +19,4 @@ GH_PROJECT= netdns2 NO_ARCH= yes -PLIST_FILES= ${PEARDIR}/Net/DNS2/Names.php \ - ${PEARDIR}/Net/DNS2/RR/ZONEMD.php - -post-install: - ${INSTALL_DATA} ${WRKSRC}/Net/DNS2/Names.php ${STAGEDIR}${PEARDIR}/Net/DNS2/Names.php - ${INSTALL_DATA} ${WRKSRC}/Net/DNS2/RR/ZONEMD.php ${STAGEDIR}${PEARDIR}/Net/DNS2/RR/ZONEMD.php - .include <bsd.port.mk> diff --git a/dns/pear-Net_DNS2/distinfo b/dns/pear-Net_DNS2/distinfo index 90e7281b5019..ae0afddd27ab 100644 --- a/dns/pear-Net_DNS2/distinfo +++ b/dns/pear-Net_DNS2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696432896 -SHA256 (PEAR/mikepultz-netdns2-v1.5.4_GH0.tar.gz) = 25777105f42c545cbd1ca00717f6d166e51a945eeeb89672d8b8d092d3ac8312 -SIZE (PEAR/mikepultz-netdns2-v1.5.4_GH0.tar.gz) = 87108 +TIMESTAMP = 1747715328 +SHA256 (PEAR/mikepultz-netdns2-v1.5.5_GH0.tar.gz) = 69c65d7d1a775d0b4d4a6b0b0ac8cfbb242aa5d2f03b331400ad7c2d1fdf0eb6 +SIZE (PEAR/mikepultz-netdns2-v1.5.5_GH0.tar.gz) = 87826 diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 81c0c8ce327d..6fb358a1d0ab 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= powerdns -DISTVERSION= 4.9.4 +DISTVERSION= 4.9.5 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -122,7 +122,8 @@ ZEROMQ_CONFIGURE_ON= --enable-remotebackend-zeromq post-install:: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}/var/run/pdns - @${STAGEDIR}${PREFIX}/sbin/pdns_server --module-dir=${STAGEDIR}${PREFIX}/lib/pdns --launch="pipe bind ${MODULES}" --config > ${STAGEDIR}${EXAMPLESDIR}/pdns.conf + @${STAGEDIR}${PREFIX}/sbin/pdns_server --module-dir=${STAGEDIR}${PREFIX}/lib/pdns \ + --launch="pipe bind ${MODULES}" --config > ${STAGEDIR}${EXAMPLESDIR}/pdns.conf @${REINPLACE_CMD} -e 's;${STAGEDIR};;' -i '' ${STAGEDIR}${EXAMPLESDIR}/pdns.conf .include <bsd.port.mk> diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index 5ba31463bba5..aaac51f76db1 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739032741 -SHA256 (pdns-4.9.4.tar.bz2) = cac466d7cb056434c60632e554be50543cb0cecd9d3b33bb5785c149b5979fc1 -SIZE (pdns-4.9.4.tar.bz2) = 1375659 +TIMESTAMP = 1746738482 +SHA256 (pdns-4.9.5.tar.bz2) = 669bb7b99823b32c3901337d69b38c9f8073f2fc02e8764933b8c5c0974e2724 +SIZE (pdns-4.9.5.tar.bz2) = 1380263 diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index 550e6df63feb..cd41bc6788ce 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20250509 +PORTVERSION= 1.0.2.20250519 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index 4d0a43504fb7..a538df61434e 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546560 -SHA256 (publicsuffixlist-1.0.2.20250509.tar.gz) = 4fa37440456e71989ee079144ae279068dcb1cc5625d126affcc8bbc012fda5d -SIZE (publicsuffixlist-1.0.2.20250509.tar.gz) = 105133 +TIMESTAMP = 1747715440 +SHA256 (publicsuffixlist-1.0.2.20250519.tar.gz) = 6e026be47013db9f2cb8a25daf74d1d3e6180c74dc69708c9364894bf6f017eb +SIZE (publicsuffixlist-1.0.2.20250519.tar.gz) = 105135 diff --git a/editors/Makefile b/editors/Makefile index 69d8bca00905..c5c5fa48a011 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -205,6 +205,7 @@ SUBDIR += mg SUBDIR += mickey SUBDIR += micro + SUBDIR += microsoft-edit SUBDIR += mined SUBDIR += mle SUBDIR += mousepad diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile index 23020b2a903a..ac79712b92da 100644 --- a/editors/encryptpad/Makefile +++ b/editors/encryptpad/Makefile @@ -1,7 +1,6 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0.2 -PORTREVISION= 1 +DISTVERSION= 0.5.0.4 CATEGORIES= editors security MAINTAINER= eduardo@FreeBSD.org @@ -11,22 +10,19 @@ WWW= https://evpo.net/encryptpad/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt -DEPRECATED= Depends on expired security/botan2 -EXPIRATION_DATE=2025-06-21 - -LIB_DEPENDS= libbotan-2.so:security/botan2 +LIB_DEPENDS= libbotan-3.so:security/botan3 USES= compiler:c++11-lang desktop-file-utils gl gmake pkgconfig \ - python:build qt:5 shared-mime-info shebangfix + python:build qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= evpo GH_PROJECT= EncryptPad +GH_TAGNAME= 3593110ddc83395815caa6a00ce9412161c173e7 # botan3 branch, 20240627 USE_GL= gl -USE_QT= core gui widgets buildtools:build qmake:build -BINARY_ALIAS= python=${PYTHON_CMD} \ - qmake=${QMAKE} +USE_QT= core gui printsupport svg widgets buildtools:build qmake:build +BINARY_ALIAS= python3=${PYTHON_CMD} qmake=${QMAKE} PORTDOCS= * diff --git a/editors/encryptpad/distinfo b/editors/encryptpad/distinfo index 800e802650d5..e3cbe85b22b1 100644 --- a/editors/encryptpad/distinfo +++ b/editors/encryptpad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661602196 -SHA256 (evpo-EncryptPad-v0.5.0.2_GH0.tar.gz) = 3ec5f445dc20023ceee86848053f980eed5b2536b384a2b2eb4953511ddde094 -SIZE (evpo-EncryptPad-v0.5.0.2_GH0.tar.gz) = 14968657 +TIMESTAMP = 1748299290 +SHA256 (evpo-EncryptPad-v0.5.0.4-3593110ddc83395815caa6a00ce9412161c173e7_GH0.tar.gz) = cd802cbb2cb883f83978c132462f02c432815c22ff7634a216d23664ca804793 +SIZE (evpo-EncryptPad-v0.5.0.4-3593110ddc83395815caa6a00ce9412161c173e7_GH0.tar.gz) = 18589358 diff --git a/editors/microsoft-edit/Makefile b/editors/microsoft-edit/Makefile new file mode 100644 index 000000000000..97ea85cf8af0 --- /dev/null +++ b/editors/microsoft-edit/Makefile @@ -0,0 +1,40 @@ +PORTNAME= microsoft-edit +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0 +PORTREVISION= 1 +CATEGORIES= editors + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= Console text editor written in Rust +WWW= https://github.com/microsoft/edit + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= microsoft +GH_PROJECT= edit + +BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly +CARGO_BUILDDEP= no + +PORTDOCS= CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md + +OPTIONS_DEFINE= DOCS + +PLIST_FILES= bin/edit \ + bin/msedit \ + share/man/man1/edit.1.gz \ + share/man/man1/msedit.1.gz + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install: + ${RLN} ${STAGEDIR}${PREFIX}/bin/edit ${STAGEDIR}${PREFIX}/bin/msedit + ${INSTALL_MAN} ${WRKSRC}/assets/manpage/edit.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${RLN} ${STAGEDIR}${PREFIX}/share/man/man1/edit.1 ${STAGEDIR}${PREFIX}/share/man/man1/msedit.1 + +.include <bsd.port.mk> diff --git a/editors/microsoft-edit/Makefile.crates b/editors/microsoft-edit/Makefile.crates new file mode 100644 index 000000000000..98c885e1a155 --- /dev/null +++ b/editors/microsoft-edit/Makefile.crates @@ -0,0 +1,71 @@ +CARGO_CRATES= aho-corasick-1.1.3 \ + anes-0.1.6 \ + anstyle-1.0.10 \ + autocfg-1.4.0 \ + bumpalo-3.17.0 \ + cast-0.3.0 \ + cfg-if-1.0.0 \ + ciborium-0.2.2 \ + ciborium-io-0.2.2 \ + ciborium-ll-0.2.2 \ + clap-4.5.35 \ + clap_builder-4.5.35 \ + clap_lex-0.7.4 \ + criterion-0.5.1 \ + criterion-plot-0.5.0 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.3 \ + either-1.15.0 \ + half-2.6.0 \ + hermit-abi-0.5.0 \ + is-terminal-0.4.16 \ + itertools-0.10.5 \ + itoa-1.0.15 \ + js-sys-0.3.77 \ + libc-0.2.171 \ + log-0.4.27 \ + memchr-2.7.4 \ + num-traits-0.2.19 \ + once_cell-1.21.3 \ + oorandom-11.1.5 \ + plotters-0.3.7 \ + plotters-backend-0.3.7 \ + plotters-svg-0.3.7 \ + proc-macro2-1.0.94 \ + quote-1.0.40 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rustversion-1.0.20 \ + ryu-1.0.20 \ + same-file-1.0.6 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + syn-2.0.100 \ + tinytemplate-1.2.1 \ + toml-0.5.11 \ + unicode-ident-1.0.18 \ + walkdir-2.5.0 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + web-sys-0.3.77 \ + winapi-util-0.1.9 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ + winres-0.1.12 diff --git a/editors/microsoft-edit/distinfo b/editors/microsoft-edit/distinfo new file mode 100644 index 000000000000..b13edffb06a3 --- /dev/null +++ b/editors/microsoft-edit/distinfo @@ -0,0 +1,145 @@ +TIMESTAMP = 1748176479 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 +SIZE (rust/crates/anes-0.1.6.crate) = 23857 +SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 +SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 +SIZE (rust/crates/cast-0.3.0.crate) = 11452 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e +SIZE (rust/crates/ciborium-0.2.2.crate) = 35611 +SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 +SIZE (rust/crates/ciborium-io-0.2.2.crate) = 6697 +SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 +SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 +SHA256 (rust/crates/clap-4.5.35.crate) = d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944 +SIZE (rust/crates/clap-4.5.35.crate) = 56970 +SHA256 (rust/crates/clap_builder-4.5.35.crate) = 2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9 +SIZE (rust/crates/clap_builder-4.5.35.crate) = 168525 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f +SIZE (rust/crates/criterion-0.5.1.crate) = 110088 +SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 +SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 +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/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 +SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 +SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/hermit-abi-0.5.0.crate) = fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e +SIZE (rust/crates/hermit-abi-0.5.0.crate) = 17480 +SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9 +SIZE (rust/crates/is-terminal-0.4.16.crate) = 7811 +SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 +SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e +SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 +SHA256 (rust/crates/plotters-0.3.7.crate) = 5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747 +SIZE (rust/crates/plotters-0.3.7.crate) = 149031 +SHA256 (rust/crates/plotters-backend-0.3.7.crate) = df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a +SIZE (rust/crates/plotters-backend-0.3.7.crate) = 13709 +SHA256 (rust/crates/plotters-svg-0.3.7.crate) = 51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670 +SIZE (rust/crates/plotters-svg-0.3.7.crate) = 6715 +SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 +SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +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/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc +SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 +SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 +SIZE (rust/crates/toml-0.5.11.crate) = 54910 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +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 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +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/winres-0.1.12.crate) = b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c +SIZE (rust/crates/winres-0.1.12.crate) = 19772 +SHA256 (microsoft-edit-v1.0.0_GH0.tar.gz) = 6718d9a96aa9dd2117d9d4afa83b0278ef007bcd42bdb1e8c4e2ad34144246c0 +SIZE (microsoft-edit-v1.0.0_GH0.tar.gz) = 250150 diff --git a/editors/microsoft-edit/files/patch-assets_manpage_edit.1 b/editors/microsoft-edit/files/patch-assets_manpage_edit.1 new file mode 100644 index 000000000000..0ddc19019708 --- /dev/null +++ b/editors/microsoft-edit/files/patch-assets_manpage_edit.1 @@ -0,0 +1,29 @@ +--- assets/manpage/edit.1.orig 2025-05-27 16:45:04 UTC ++++ assets/manpage/edit.1 +@@ -0,0 +1,26 @@ ++.TH EDIT 1 "version 1.0" "May 2025" ++.SH NAME ++edit \- a simple text editor ++.SH SYNOPSIS ++\fBedit\fP [\fIOPTIONS\fP]... [\fIARGUMENTS\fP]... ++.SH DESCRIPTION ++edit is a simple text editor inspired by MS-DOS edit. ++.SH EDITING ++Edit is an interactive mode-less editor. Use Alt-F to access the menus. ++.SH ARGUMENTS ++.TP ++\fIFILE[:LINE[:COLUMN]]\fP ++The file to open, optionally with line and column (e.g., \fBfoo.txt:123:45\fP). ++.SH OPTIONS ++.TP ++\fB\-h\fP, \fB\-\-help\fP ++Print the help message. ++.TP ++\fB\-v\fP, \fB\-\-version\fP ++Print the version number. ++.SH COPYRIGHT ++Copyright (c) Microsoft Corporation. ++.br ++Licensed under the MIT License. ++.SH SEE ALSO ++https://github.com/microsoft/edit diff --git a/editors/microsoft-edit/files/patch-src_lib.rs b/editors/microsoft-edit/files/patch-src_lib.rs new file mode 100644 index 000000000000..f83f9e0d6fcb --- /dev/null +++ b/editors/microsoft-edit/files/patch-src_lib.rs @@ -0,0 +1,10 @@ +--- src/lib.rs.orig 2025-05-18 18:11:22 UTC ++++ src/lib.rs +@@ -5,7 +5,6 @@ + allocator_api, + breakpoint, + cold_path, +- inherent_str_constructors, + let_chains, + linked_list_cursors, + maybe_uninit_fill, diff --git a/editors/microsoft-edit/files/patch-src_sys_unix.rs b/editors/microsoft-edit/files/patch-src_sys_unix.rs new file mode 100644 index 000000000000..5bfc46a66640 --- /dev/null +++ b/editors/microsoft-edit/files/patch-src_sys_unix.rs @@ -0,0 +1,97 @@ +--- src/sys/unix.rs.orig 2025-05-18 18:11:22 UTC ++++ src/sys/unix.rs +@@ -8,9 +8,9 @@ use std::fs::{self, File}; + + use std::ffi::{CStr, c_int, c_void}; + use std::fs::{self, File}; +-use std::mem::{self, MaybeUninit}; ++use std::mem::{self, ManuallyDrop, MaybeUninit}; + use std::os::fd::{AsRawFd as _, FromRawFd as _}; +-use std::ptr::{self, NonNull, null, null_mut}; ++use std::ptr::{self, NonNull, null_mut}; + use std::{thread, time}; + + use crate::arena::{Arena, ArenaString, scratch_arena}; +@@ -195,11 +195,19 @@ pub fn read_stdin(arena: &Arena, mut timeout: time::Du + let beg = time::Instant::now(); + + let mut pollfd = libc::pollfd { fd: STATE.stdin, events: libc::POLLIN, revents: 0 }; +- let ts = libc::timespec { +- tv_sec: timeout.as_secs() as libc::time_t, +- tv_nsec: timeout.subsec_nanos() as libc::c_long, +- }; +- let ret = libc::ppoll(&mut pollfd, 1, &ts, null()); ++ let ret; ++ #[cfg(target_os = "linux")] ++ { ++ let ts = libc::timespec { ++ tv_sec: timeout.as_secs() as libc::time_t, ++ tv_nsec: timeout.subsec_nanos() as libc::c_long, ++ }; ++ ret = libc::ppoll(&mut pollfd, 1, &ts, ptr::null()); ++ } ++ #[cfg(not(target_os = "linux"))] ++ { ++ ret = libc::poll(&mut pollfd, 1, timeout.as_millis() as libc::c_int); ++ } + if ret < 0 { + return None; // Error? Let's assume it's an EOF. + } +@@ -225,7 +233,7 @@ pub fn read_stdin(arena: &Arena, mut timeout: time::Du + return None; // EOF + } + if ret < 0 { +- match *libc::__errno_location() { ++ match errno() { + libc::EINTR if STATE.inject_resize => break, + libc::EAGAIN if timeout == time::Duration::ZERO => break, + libc::EINTR | libc::EAGAIN => {} +@@ -304,7 +312,7 @@ pub fn write_stdout(text: &str) { + continue; + } + +- let err = unsafe { *libc::__errno_location() }; ++ let err = errno(); + if err != libc::EINTR { + return; + } +@@ -407,7 +415,7 @@ unsafe fn load_library(name: &CStr) -> apperr::Result< + unsafe fn load_library(name: &CStr) -> apperr::Result<NonNull<c_void>> { + unsafe { + NonNull::new(libc::dlopen(name.as_ptr(), libc::RTLD_LAZY)) +- .ok_or_else(|| errno_to_apperr(libc::ELIBACC)) ++ .ok_or_else(|| errno_to_apperr(libc::ENOENT)) + } + } + +@@ -423,7 +431,7 @@ pub unsafe fn get_proc_address<T>(handle: NonNull<c_vo + unsafe { + let sym = libc::dlsym(handle.as_ptr(), name.as_ptr()); + if sym.is_null() { +- Err(errno_to_apperr(libc::ELIBACC)) ++ Err(errno_to_apperr(libc::ENOENT)) + } else { + Ok(mem::transmute_copy(&sym)) + } +@@ -538,6 +546,14 @@ pub fn preferred_languages(arena: &Arena) -> Vec<Arena + } + + #[inline] ++fn errno() -> i32 { ++ // Under `-O -Copt-level=s` the 1.87 compiler fails to fully inline and ++ // remove the raw_os_error() call. This leaves us with the drop() call. ++ // ManuallyDrop fixes that and results in a direct `std::sys::os::errno` call. ++ ManuallyDrop::new(std::io::Error::last_os_error()).raw_os_error().unwrap_or(0) ++} ++ ++#[inline] + pub(crate) fn io_error_to_apperr(err: std::io::Error) -> apperr::Error { + errno_to_apperr(err.raw_os_error().unwrap_or(0)) + } +@@ -565,5 +581,5 @@ fn check_int_return(ret: libc::c_int) -> apperr::Resul + } + + fn check_int_return(ret: libc::c_int) -> apperr::Result<libc::c_int> { +- if ret < 0 { Err(errno_to_apperr(unsafe { *libc::__errno_location() })) } else { Ok(ret) } ++ if ret < 0 { Err(errno_to_apperr(errno())) } else { Ok(ret) } + } diff --git a/editors/microsoft-edit/files/patch-src_tui.rs b/editors/microsoft-edit/files/patch-src_tui.rs new file mode 100644 index 000000000000..14d8bcbac081 --- /dev/null +++ b/editors/microsoft-edit/files/patch-src_tui.rs @@ -0,0 +1,421 @@ +--- src/tui.rs.orig 2025-05-18 18:11:22 UTC ++++ src/tui.rs +@@ -640,6 +640,7 @@ impl Tui { + + tree, + last_modal: None, ++ focused_node: None, + next_block_id_mixin: 0, + needs_settling: false, + +@@ -653,6 +654,9 @@ impl Tui { + // out where is to do a binary search of commenting out code in main.rs. + debug_assert!(ctx.tree.current_node.borrow().stack_parent.is_none()); + ++ // End the root node. ++ ctx.block_end(); ++ + // Ensure that focus doesn't escape the active modal. + if let Some(node) = ctx.last_modal + && !self.is_subtree_focused(&node.borrow()) +@@ -684,18 +688,8 @@ impl Tui { + // Remove any unknown nodes from the focus path. + // It's important that we do this after the tree has been swapped out, + // so that pop_focusable_node() has access to the newest version of the tree. +- let focus_path_changed = self.pop_focusable_node(focus_path_pop_min); +- needs_settling |= focus_path_changed; ++ needs_settling |= self.pop_focusable_node(focus_path_pop_min); + +- // If some elements went away and the focus path changed above, we ignore tab presses. +- // It may otherwise lead to weird situations where focus moves unexpectedly. +- if !focus_path_changed +- && !ctx.input_consumed +- && let Some(input) = ctx.input_keyboard +- { +- needs_settling |= self.move_focus(input); +- } +- + // `needs_more_settling()` depends on the current value + // of `settling_have` and so we increment it first. + self.settling_have += 1; +@@ -1213,117 +1207,6 @@ impl Tui { + last_before != last_after + } + +- // TODO: Move this into `block_end()` and run it whenever the block is a `focus_well`. +- // It makes no sense otherwise that all input handling occurs in the controls, except for this. +- fn move_focus(&mut self, input: InputKey) -> bool { +- if !matches!(input, vk::TAB | SHIFT_TAB | vk::UP | vk::DOWN | vk::LEFT | vk::RIGHT) { +- return false; +- } +- +- let focused_id = self.focused_node_path.last().cloned().unwrap_or(0); +- let Some(focused) = self.prev_node_map.get(focused_id) else { +- debug_assert!(false); // The caller should've cleaned up the focus path. +- return false; +- }; +- +- let mut focused_start = focused; +- let mut root = focused; +- +- // Figure out if we're inside a focus void (a container that doesn't +- // allow tabbing inside), and in that case, toss the focus to it. +- // +- // Also, figure out the container within which the focus must be contained. +- // This way, tab/shift-tab only moves within the same window. +- // The ROOT_ID node has no parent, and the others have a float attribute. +- // If the root is the focused node, it should of course not move upward. +- loop { +- let root_node = root.borrow(); +- if root_node.attributes.focus_well { +- break; +- } +- if root_node.attributes.focus_void { +- focused_start = root; +- } +- root = match root_node.parent { +- Some(parent) => parent, +- None => break, +- } +- } +- +- let forward; +- let min_depth; +- match input { +- SHIFT_TAB | vk::TAB => { +- forward = input == vk::TAB; +- min_depth = usize::MAX; +- } +- vk::UP | vk::DOWN => { +- forward = input == vk::DOWN; +- min_depth = usize::MAX; +- } +- vk::LEFT | vk::RIGHT => { +- // Find the cell within a row within a table that we're in. +- // To do so we'll use a circular buffer of the last 3 nodes while we travel up. +- let mut buf = [None; 3]; +- let mut idx = buf.len() - 1; +- let mut node = focused_start; +- +- loop { +- idx = (idx + 1) % buf.len(); +- buf[idx] = Some(node); +- if let NodeContent::Table(..) = &node.borrow().content { +- break; +- } +- if ptr::eq(node, root) { +- return false; +- } +- node = match node.borrow().parent { +- Some(parent) => parent, +- None => return false, +- } +- } +- +- // The current `idx` points to the table. +- // The last item is the row. +- // The 2nd to last item is the cell. +- let Some(row) = buf[(idx + 3 - 1) % buf.len()] else { +- return false; +- }; +- let Some(cell) = buf[(idx + 3 - 2) % buf.len()] else { +- return false; +- }; +- +- root = row; +- focused_start = cell; +- forward = input == vk::RIGHT; +- min_depth = root.borrow().depth; +- } +- _ => return false, +- } +- +- let mut focused_next = focused_start; +- Tree::visit_all(root, focused_start, forward, |node| { +- let n = node.borrow(); +- if ptr::eq(node, root) { +- VisitControl::Continue +- } else if n.attributes.focusable && !ptr::eq(node, focused_start) { +- focused_next = node; +- VisitControl::Stop +- } else if n.attributes.focus_void || n.depth >= min_depth { +- VisitControl::SkipChildren +- } else { +- VisitControl::Continue +- } +- }); +- +- if ptr::eq(focused_next, focused_start) { +- false +- } else { +- Tui::build_node_path(Some(focused_next), &mut self.focused_node_path); +- true +- } +- } +- + // Scroll the focused node(s) into view inside scrollviews + fn scroll_to_focused(&mut self) -> bool { + let focused_id = self.focused_node_path.last().cloned().unwrap_or(0); +@@ -1375,6 +1258,7 @@ pub struct Context<'a, 'input> { + + tree: Tree<'a>, + last_modal: Option<&'a NodeCell<'a>>, ++ focused_node: Option<&'a NodeCell<'a>>, + next_block_id_mixin: u64, + needs_settling: bool, + +@@ -1484,8 +1368,83 @@ impl<'a> Context<'a, '_> { + /// Ends the current UI block, returning to its parent container. + pub fn block_end(&mut self) { + self.tree.pop_stack(); ++ self.block_end_move_focus(); + } + ++ fn block_end_move_focus(&mut self) { ++ // At this point, it's more like "focus_well?" instead of "focus_well!". ++ let focus_well = self.tree.last_node; ++ ++ // Remember the focused node, if any, because once the code below runs, ++ // we need it for the `Tree::visit_all` call. ++ if self.is_focused() { ++ self.focused_node = Some(focus_well); ++ } ++ ++ // Filter down to nodes that are focus wells and contain the focus. ++ // They're basically the "tab container". ++ if !focus_well.borrow().attributes.focus_well { ++ return; ++ } ++ ++ // The mere fact that there's a `focused_node` indicates that we're the ++ // first `block_end()` call that's a focus well and also contains the focus. ++ let Some(focused) = self.focused_node else { ++ return; ++ }; ++ ++ // Filter down to Tab/Shift+Tab inputs. ++ if self.input_consumed { ++ return; ++ } ++ let Some(input) = self.input_keyboard else { ++ return; ++ }; ++ if !matches!(input, SHIFT_TAB | vk::TAB) { ++ return; ++ } ++ ++ let forward = input == vk::TAB; ++ let mut focused_start = focused; ++ let mut focused_next = focused; ++ ++ // We may be in a focus void right now (= doesn't want to be tabbed into), ++ // so first we must go up the tree until we're outside of it. ++ loop { ++ if ptr::eq(focused_start, focus_well) { ++ // If we hit the root / focus well, we weren't in a focus void, ++ // and can reset `focused_before` to the current focused node. ++ focused_start = focused; ++ break; ++ } ++ ++ focused_start = focused_start.borrow().parent.unwrap(); ++ if focused_start.borrow().attributes.focus_void { ++ break; ++ } ++ } ++ ++ Tree::visit_all(focus_well, focused_start, forward, |node| { ++ let n = node.borrow(); ++ if n.attributes.focusable && !ptr::eq(node, focused_start) { ++ focused_next = node; ++ VisitControl::Stop ++ } else if n.attributes.focus_void { ++ VisitControl::SkipChildren ++ } else { ++ VisitControl::Continue ++ } ++ }); ++ ++ if ptr::eq(focused_next, focused_start) { ++ return; ++ } ++ ++ Tui::build_node_path(Some(focused_next), &mut self.tui.focused_node_path); ++ self.set_input_consumed(); ++ self.needs_rerender(); ++ } ++ + /// Mixes in an extra value to the next UI block's ID for uniqueness. + /// Use this when you build a list of items with the same classname. + pub fn next_block_id_mixin(&mut self, id: u64) { +@@ -1796,6 +1755,8 @@ impl<'a> Context<'a, '_> { + debug_assert!(matches!(parent.content, NodeContent::Table(_))); + + self.block_end(); ++ self.table_end_row(); ++ + self.next_block_id_mixin(parent.child_count as u64); + } + } +@@ -1803,6 +1764,10 @@ impl<'a> Context<'a, '_> { + self.block_begin("row"); + } + ++ fn table_end_row(&mut self) { ++ self.table_row_move_focus(); ++ } ++ + /// Ends the current table block. + pub fn table_end(&mut self) { + let current_node = self.tree.current_node.borrow(); +@@ -1811,11 +1776,136 @@ impl<'a> Context<'a, '_> { + // current_node will refer to the table. Otherwise, it'll refer to the current row. + if !matches!(current_node.content, NodeContent::Table(_)) { + self.block_end(); ++ self.table_end_row(); + } + + self.block_end(); // table ++ self.table_end_move_focus(); + } + ++ fn table_row_move_focus(&mut self) { ++ // Filter down to table rows that are focused. ++ if !self.contains_focus() { ++ return; ++ } ++ ++ // Filter down to left/right inputs. ++ if self.input_consumed { ++ return; ++ } ++ let Some(input) = self.input_keyboard else { ++ return; ++ }; ++ if !matches!(input, vk::LEFT | vk::RIGHT) { ++ return; ++ } ++ ++ let row = self.tree.last_node; ++ let Some(&focused_cell_id) = self.tui.focused_node_path.get(row.borrow().depth + 1) else { ++ return; ++ }; ++ ++ let mut prev_next = NodeSiblings { prev: None, next: None }; ++ let mut focused = None; ++ ++ // Iterate through the cells in the row, looking for the focused cell. ++ // Take note of the previous and next focusable cells around the focused one. ++ for cell in Tree::iterate_siblings(row.borrow().children.first) { ++ let n = cell.borrow(); ++ if n.id == focused_cell_id { ++ focused = Some(cell); ++ } else if n.attributes.focusable { ++ if focused.is_none() { ++ prev_next.prev = Some(cell); ++ } else { ++ prev_next.next = Some(cell); ++ break; ++ } ++ } ++ } ++ ++ if focused.is_none() { ++ return; ++ } ++ ++ let forward = input == vk::RIGHT; ++ let children_idx = if forward { NodeChildren::FIRST } else { NodeChildren::LAST }; ++ let siblings_idx = if forward { NodeSiblings::NEXT } else { NodeSiblings::PREV }; ++ let Some(focused_next) = ++ prev_next.get(siblings_idx).or_else(|| row.borrow().children.get(children_idx)) ++ else { ++ return; ++ }; ++ ++ Tui::build_node_path(Some(focused_next), &mut self.tui.focused_node_path); ++ self.set_input_consumed(); ++ self.needs_rerender(); ++ } ++ ++ fn table_end_move_focus(&mut self) { ++ // Filter down to table rows that are focused. ++ if !self.contains_focus() { ++ return; ++ } ++ ++ // Filter down to up/down inputs. ++ if self.input_consumed { ++ return; ++ } ++ let Some(input) = self.input_keyboard else { ++ return; ++ }; ++ if !matches!(input, vk::UP | vk::DOWN) { ++ return; ++ } ++ ++ let table = self.tree.last_node; ++ if table.borrow().child_count <= 1 { ++ // If there's just one row, we can't move focus up or down. ++ return; ++ } ++ ++ let Some(&focused_row_id) = self.tui.focused_node_path.get(table.borrow().depth + 1) else { ++ return; ++ }; ++ ++ let mut prev_next = NodeSiblings { prev: None, next: None }; ++ let mut focused = None; ++ ++ // Iterate through the row in the table, looking for the focused row. ++ // Take note of the previous and next focusable rows around the focused one. ++ for cell in Tree::iterate_siblings(table.borrow().children.first) { ++ let n = cell.borrow(); ++ if n.id == focused_row_id { ++ focused = Some(cell); ++ } else if n.attributes.focusable { ++ if focused.is_none() { ++ prev_next.prev = Some(cell); ++ } else { ++ prev_next.next = Some(cell); ++ break; ++ } ++ } ++ } ++ ++ if focused.is_none() { ++ return; ++ } ++ ++ let forward = input == vk::DOWN; ++ let children_idx = if forward { NodeChildren::FIRST } else { NodeChildren::LAST }; ++ let siblings_idx = if forward { NodeSiblings::NEXT } else { NodeSiblings::PREV }; ++ let Some(focused_next) = ++ prev_next.get(siblings_idx).or_else(|| table.borrow().children.get(children_idx)) ++ else { ++ return; ++ }; ++ ++ Tui::build_node_path(Some(focused_next), &mut self.tui.focused_node_path); ++ self.set_input_consumed(); ++ self.needs_rerender(); ++ } ++ + /// Creates a simple text label. + pub fn label(&mut self, classname: &'static str, text: &str) { + self.styled_label_begin(classname); +@@ -3312,9 +3402,10 @@ impl<'a> Tree<'a> { + /// Completes the current node and moves focus to the parent. + fn pop_stack(&mut self) { + let current_node = self.current_node.borrow(); +- let stack_parent = current_node.stack_parent.unwrap(); +- self.last_node = self.current_node; +- self.current_node = stack_parent; ++ if let Some(stack_parent) = current_node.stack_parent { ++ self.last_node = self.current_node; ++ self.current_node = stack_parent; ++ } + } + + fn iterate_siblings( diff --git a/editors/microsoft-edit/pkg-descr b/editors/microsoft-edit/pkg-descr new file mode 100644 index 000000000000..c333168ba08f --- /dev/null +++ b/editors/microsoft-edit/pkg-descr @@ -0,0 +1,5 @@ +Microsoft Edit pays homage to the classic MS-DOS Editor, but with a modern +interface and input controls similar to VS Code. + +The goal is to provide an accessible editor that even users largely +unfamiliar with terminals can easily use. diff --git a/ftp/wcurl/Makefile b/ftp/wcurl/Makefile index a032ac6b5298..7bfe397ff3fe 100644 --- a/ftp/wcurl/Makefile +++ b/ftp/wcurl/Makefile @@ -1,6 +1,6 @@ PORTNAME= wcurl DISTVERSIONPREFIX= v -DISTVERSION= 2025.04.20 +DISTVERSION= 2025.05.26 CATEGORIES= ftp net www MAINTAINER= tagattie@FreeBSD.org diff --git a/ftp/wcurl/distinfo b/ftp/wcurl/distinfo index d83c15cac38c..114417a9522a 100644 --- a/ftp/wcurl/distinfo +++ b/ftp/wcurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745329270 -SHA256 (curl-wcurl-v2025.04.20_GH0.tar.gz) = c40ccf365febca9115611db271b2d6705728fc7efb297df3f2eba70d3a97fa03 -SIZE (curl-wcurl-v2025.04.20_GH0.tar.gz) = 11351 +TIMESTAMP = 1748346729 +SHA256 (curl-wcurl-v2025.05.26_GH0.tar.gz) = a745475f3511090685c4d000a10f4155147b75a8c7781764612a7e8f67bb6d82 +SIZE (curl-wcurl-v2025.05.26_GH0.tar.gz) = 11436 diff --git a/games/lbreakouthd/Makefile b/games/lbreakouthd/Makefile index a45d86ac7973..6d7c3a29ef7c 100644 --- a/games/lbreakouthd/Makefile +++ b/games/lbreakouthd/Makefile @@ -1,5 +1,5 @@ PORTNAME= lbreakouthd -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME}/ diff --git a/games/lbreakouthd/distinfo b/games/lbreakouthd/distinfo index 2ba8c68e17a3..b44af03e6019 100644 --- a/games/lbreakouthd/distinfo +++ b/games/lbreakouthd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747241386 -SHA256 (lbreakouthd-1.1.10.tar.gz) = bb2962f60f0aaa9c27a944649c0fc64e61d28208a6b91c3821371dc73d051974 -SIZE (lbreakouthd-1.1.10.tar.gz) = 4180390 +TIMESTAMP = 1748028480 +SHA256 (lbreakouthd-1.1.11.tar.gz) = 405a8d1afdbe5d77b50edf07028a9710759714d53f210d9cf45604a9e86b59d2 +SIZE (lbreakouthd-1.1.11.tar.gz) = 4182325 diff --git a/games/p5-Games-Dice/Makefile b/games/p5-Games-Dice/Makefile index 71f31638a2b8..442230f62bb5 100644 --- a/games/p5-Games-Dice/Makefile +++ b/games/p5-Games-Dice/Makefile @@ -4,7 +4,7 @@ CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to simulate die rolls WWW= https://metacpan.org/release/Games-Dice diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 18533b6f44c4..c09344c0f4f0 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,5 @@ PORTNAME= scummvm -PORTVERSION= 2.9.0 -PORTREVISION= 1 +DISTVERSION= 2.9.1 CATEGORIES= games emulators MASTER_SITES= https://downloads.scummvm.org/frs/${PORTNAME}/${PORTVERSION}/ diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index ab93d94454a3..a129f581eacd 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733643604 -SHA256 (scummvm-2.9.0.tar.xz) = d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452 -SIZE (scummvm-2.9.0.tar.xz) = 219893788 +TIMESTAMP = 1747476502 +SHA256 (scummvm-2.9.1.tar.xz) = 6a82f36afa9de758ab1dd377101a26a53f12417cbfd350bb8e5d7fd5b8c257e3 +SIZE (scummvm-2.9.1.tar.xz) = 219964328 diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile index 741a15d9a41a..630ab8a652ce 100644 --- a/games/sgt-puzzles/Makefile +++ b/games/sgt-puzzles/Makefile @@ -1,5 +1,5 @@ PORTNAME= puzzles -PORTVERSION= 20250303 +PORTVERSION= 20250523 CATEGORIES= games # upstream does not preserve older versions, mirroring is mandatory MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \ @@ -20,7 +20,7 @@ USES= cmake gnome magick:build perl5 pkgconfig USE_PERL5= build CMAKE_ARGS= -DNAME_PREFIX:STRING=sgt- -COMMITHASH= 7da4641 +COMMITHASH= 7fa0305 DATADIR= ${PREFIX}/share/sgt-puzzles PORTDATA= * diff --git a/games/sgt-puzzles/distinfo b/games/sgt-puzzles/distinfo index a873ebff7bea..d6a3bff1393d 100644 --- a/games/sgt-puzzles/distinfo +++ b/games/sgt-puzzles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741179823 -SHA256 (puzzles-20250303.7da4641.tar.gz) = 7f0a61478ef3515f87f80be3728d0395bf784de1feb3abfcd4c53f1fe99b1009 -SIZE (puzzles-20250303.7da4641.tar.gz) = 2465438 +TIMESTAMP = 1748028542 +SHA256 (puzzles-20250523.7fa0305.tar.gz) = 927521883305d297215f30950a7b4a897615256f075c1a00307f9af4eeb9d9b9 +SIZE (puzzles-20250523.7fa0305.tar.gz) = 2467677 diff --git a/games/simsu/Makefile b/games/simsu/Makefile index b581dd1bc038..bd0f64203fbf 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -1,5 +1,5 @@ PORTNAME= simsu -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= games MASTER_SITES= https://gottcode.org/${PORTNAME}/ diff --git a/games/simsu/distinfo b/games/simsu/distinfo index fcf1f2629b44..a95bac7d246f 100644 --- a/games/simsu/distinfo +++ b/games/simsu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741186252 -SHA256 (simsu-1.4.5.tar.bz2) = 44818819769a0510cd28de92f36da057255d80190381d3e58d3e3230827780b6 -SIZE (simsu-1.4.5.tar.bz2) = 602379 +TIMESTAMP = 1748028437 +SHA256 (simsu-1.4.6.tar.bz2) = 22f9f3c3206860f3f20b84f75ec66f070bea3e1e7350bf641a2396c98703f0a7 +SIZE (simsu-1.4.6.tar.bz2) = 602544 diff --git a/graphics/Makefile b/graphics/Makefile index 9dae08519d8b..c7113deb4e8d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -230,6 +230,7 @@ SUBDIR += gd SUBDIR += gdal SUBDIR += gdal-grass + SUBDIR += gdalcpp SUBDIR += gdchart SUBDIR += gdk-pixbuf-extra SUBDIR += gdk-pixbuf2 @@ -462,6 +463,7 @@ SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy + SUBDIR += libertiff SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index defc56d35361..f47676fb9263 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -1,5 +1,5 @@ PORTNAME= s2 -DISTVERSION= 1.1.8 +DISTVERSION= 1.1.9 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-s2/distinfo b/graphics/R-cran-s2/distinfo index 1fd11434d3dd..99bbc0bc37aa 100644 --- a/graphics/R-cran-s2/distinfo +++ b/graphics/R-cran-s2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747217289 -SHA256 (s2_1.1.8.tar.gz) = 4366c00a58471544d34b1ab405206d23c9cfc305468316961fab45f9912a8191 -SIZE (s2_1.1.8.tar.gz) = 2966956 +TIMESTAMP = 1748196544 +SHA256 (s2_1.1.9.tar.gz) = 4dcd2bff738be5a89b925fed29acb6e224e0f514b4530dc9987a0a72c5a99b55 +SIZE (s2_1.1.9.tar.gz) = 2967364 diff --git a/graphics/art/Makefile b/graphics/art/Makefile index 9803accd43e3..90cf66c3c20c 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -1,5 +1,5 @@ PORTNAME= art -DISTVERSION= 1.25.3.1 +DISTVERSION= 1.25.5 CATEGORIES= graphics MASTER_SITES= https://github.com/artpixls/ART/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= -raw-image-editor diff --git a/graphics/art/distinfo b/graphics/art/distinfo index cb99cc9ae911..c1826865e9c2 100644 --- a/graphics/art/distinfo +++ b/graphics/art/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744514634 -SHA256 (ART-1.25.3.1.tar.xz) = 0392487f5bea8de3b6329da239dddee88c3a969ebd414b293bce1b8df6ac25cd -SIZE (ART-1.25.3.1.tar.xz) = 19629520 +TIMESTAMP = 1748330075 +SHA256 (ART-1.25.5.tar.xz) = c4f8eb3fb7d363c6efef6a63997710e63fcb5997f2811c2fecae00e443529a1e +SIZE (ART-1.25.5.tar.xz) = 19598872 diff --git a/graphics/art/pkg-plist b/graphics/art/pkg-plist index 52ad2524dcc2..d5f81ee87242 100644 --- a/graphics/art/pkg-plist +++ b/graphics/art/pkg-plist @@ -373,6 +373,7 @@ share/ART/images/folder-open-recent-small.svg share/ART/images/folder-open-recent.svg share/ART/images/folder-open-small.svg share/ART/images/folder-open.svg +share/ART/images/folder-recurse-small.svg share/ART/images/fullscreen-enter.svg share/ART/images/fullscreen-leave.svg share/ART/images/gamut-hist.svg @@ -599,6 +600,7 @@ share/ART/languages/Portugues (Brasil) share/ART/languages/README share/ART/languages/default share/ART/luts/sigmoid.ctl +share/ART/metainfo/us.pixls.art.ART.metainfo.xml share/ART/options share/ART/profiles/Auto-Matched Curve.arp share/ART/profiles/Noise Reduction High.arp diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 917caaac0b78..45e412301e55 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 4.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile index 9c1e7231a156..ef8c1ca5bb8d 100644 --- a/graphics/cloudcompare/Makefile +++ b/graphics/cloudcompare/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloudcompare DISTVERSIONPREFIX= v DISTVERSION= 2.12.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 1582239ade23..c46a53b7fb40 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdal-grass PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/gdal-grass/files/patch-ogrgrass.h b/graphics/gdal-grass/files/patch-ogrgrass.h new file mode 100644 index 000000000000..2252d7adb8b4 --- /dev/null +++ b/graphics/gdal-grass/files/patch-ogrgrass.h @@ -0,0 +1,25 @@ +--- ogrgrass.h.orig 2025-02-06 13:45:38 UTC ++++ ogrgrass.h +@@ -56,9 +56,9 @@ class OGRGRASSLayer final : public OGRLayer + return poFeatureDefn; + } + GIntBig GetFeatureCount(int) override; +- OGRErr GetExtent(OGREnvelope *psExtent, int bForce) override; ++ OGRErr GetExtent(OGREnvelope *psExtent, int bForce); + virtual OGRErr GetExtent(int iGeomField, OGREnvelope *psExtent, +- int bForce) override ++ int bForce) + { + return OGRLayer::GetExtent(iGeomField, psExtent, bForce); + } +@@ -73,8 +73,8 @@ class OGRGRASSLayer final : public OGRLayer + + // Filters + virtual OGRErr SetAttributeFilter(const char *query) override; +- virtual void SetSpatialFilter(OGRGeometry *poGeomIn) override; +- virtual void SetSpatialFilter(int iGeomField, OGRGeometry *poGeom) override ++ virtual void SetSpatialFilter(OGRGeometry *poGeomIn); ++ virtual void SetSpatialFilter(int iGeomField, OGRGeometry *poGeom) + { + OGRLayer::SetSpatialFilter(iGeomField, poGeom); + } diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 2ad5c425d161..a92ab2f07baa 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,6 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.10.3 -PORTREVISION= 2 +PORTVERSION= 3.11.0 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -13,7 +12,9 @@ WWW= https://gdal.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= libgeotiff>=1.5.0:graphics/libgeotiff \ +BUILD_DEPENDS= fast_float>=0:math/fast_float \ + libertiff>=0:graphics/libertiff \ + libgeotiff>=1.5.0:graphics/libgeotiff \ proj>=6,1:graphics/proj LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ libgif.so:graphics/giflib \ @@ -94,8 +95,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} CPE_VENDOR= osgeo -HEADER_FILES= alg/gdalwarpkernel_opencl.h \ - alg/gvgcpfit.h \ +HEADER_FILES= alg/gvgcpfit.h \ alg/internal_qhull_headers.h \ alg/thinplatespline.h\ gcore/gdalexif.h \ @@ -220,26 +220,29 @@ PLIST_SUB+= BIGENDIAN="" EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/alg/internal_libqhull \ --exclude ${DISTNAME}/frmts/gif/giflib \ --exclude ${DISTNAME}/frmts/gtiff/libgeotiff \ - --exclude ${DISTNAME}/frmts/gtiff/libtiff \ --exclude ${DISTNAME}/frmts/jpeg/libjpeg \ --exclude ${DISTNAME}/frmts/jpeg/libjpeg12 \ --exclude ${DISTNAME}/frmts/png/libpng \ --exclude ${DISTNAME}/frmts/zlib \ --exclude ${DISTNAME}/ogr/ogrsf_frmts/geojson/libjson \ + --exclude ${DISTNAME}/third_party/fast_float \ --exclude ${DISTNAME}/third_party/LercLib \ + --exclude ${DISTNAME}/third_party/libertiff \ --no-same-owner --no-same-permissions .else post-patch: @${RM} -r ${WRKSRC}/alg/internal_libqhull/ @${RM} -r ${WRKSRC}/frmts/gif/giflib/ @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ - @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ +# @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ # tif_lerc.c, tif_lzw.c, tif_packbits.c @${RM} -r ${WRKSRC}/frmts/jpeg/libjpeg/ @${RM} -r ${WRKSRC}/frmts/jpeg/libjpeg12/ @${RM} -r ${WRKSRC}/frmts/png/libpng/ @${RM} -r ${WRKSRC}/frmts/zlib/ @${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ + @${RM} -r ${WRKSRC}/third_party/fast_float/ @${RM} -r ${WRKSRC}/third_party/LercLib/ + @${RM} -r ${WRKSRC}/third_party/libertiff/ .endif post-install: diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 23e72f65d3b5..e132da71acea 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288770 -SHA256 (gdal-3.10.3.tar.xz) = 335a8d2c7567d783563d3fed37e8b58d72d9c1723f6fd1d8c299fe4c0d936781 -SIZE (gdal-3.10.3.tar.xz) = 9208456 +TIMESTAMP = 1747715310 +SHA256 (gdal-3.11.0.tar.xz) = ba1a17a74428bfd5c789ce293f59b6a3d8bfabab747431c33331ac0ac579ea71 +SIZE (gdal-3.11.0.tar.xz) = 9292588 diff --git a/graphics/gdal/files/patch-libertiff b/graphics/gdal/files/patch-libertiff new file mode 100644 index 000000000000..7ff515bfe53e --- /dev/null +++ b/graphics/gdal/files/patch-libertiff @@ -0,0 +1,11 @@ +--- frmts/snap_tiff/snaptiffdriver.cpp.orig 2025-05-06 16:38:15 UTC ++++ frmts/snap_tiff/snaptiffdriver.cpp +@@ -8,7 +8,7 @@ + #include "rawdataset.h" + + #define LIBERTIFF_NS GDAL_libertiff +-#include "../../third_party/libertiff/libertiff.hpp" ++#include "libertiff.hpp" + + #include <algorithm> + #include <cmath> diff --git a/graphics/gdal/files/patch-mysql b/graphics/gdal/files/patch-mysql index 9b5d8032dc6f..a12efddd61eb 100644 --- a/graphics/gdal/files/patch-mysql +++ b/graphics/gdal/files/patch-mysql @@ -1,10 +1,10 @@ ---- cmake/modules/packages/FindMySQL.cmake.orig 2023-07-06 11:14:14 UTC +--- cmake/modules/packages/FindMySQL.cmake.orig 2025-05-06 16:38:14 UTC +++ cmake/modules/packages/FindMySQL.cmake -@@ -23,6 +23,7 @@ if( MYSQL_INCLUDE_DIR AND EXISTS "${MYSQL_INCLUDE_DIR} +@@ -23,6 +23,7 @@ endif() "${MYSQL_VERSION_H}" ) endif() +set(CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX "mysql") - find_library(MYSQL_LIBRARY NAMES mysqlclient mysqlclient_r) + find_library(MYSQL_LIBRARY NAMES mysqlclient mysqlclient_r NAMES_PER_DIR) if( NOT CMAKE_C_COMPILER_LOADED ) diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 952ff48e0055..605a1c7d789c 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -1,3 +1,4 @@ +bin/gdal bin/gdal-config bin/gdal_contour bin/gdal_create @@ -38,6 +39,7 @@ include/cpl_conv.h include/cpl_cpu_features.h include/cpl_csv.h include/cpl_error.h +include/cpl_float.h include/cpl_google_cloud.h include/cpl_hash_set.h include/cpl_http.h @@ -62,19 +64,25 @@ include/cpl_vsil_curl_priv.h include/cpl_worker_thread_pool.h include/cplkeywordparser.h include/gdal.h +include/gdal_adbc.h include/gdal_alg.h include/gdal_alg_priv.h include/gdal_csv.h include/gdal_frmts.h +include/gdal_fwd.h include/gdal_mdreader.h +include/gdal_minmax_element.hpp include/gdal_pam.h include/gdal_priv.h +include/gdal_priv_templates.hpp include/gdal_proxy.h include/gdal_rat.h include/gdal_simplesurf.h +include/gdal_typetraits.h include/gdal_utils.h include/gdal_version.h include/gdal_vrt.h +include/gdalalgorithm.h include/gdalcachedpixelaccessor.h include/gdalexif.h include/gdalgeorefpamdataset.h @@ -87,7 +95,7 @@ include/gdalpansharpen.h include/gdalsse_priv.h include/gdalsubdatasetinfo.h include/gdalwarper.h -include/gdalwarpkernel_opencl.h +include/geoheif.h include/gnm.h include/gnm_api.h include/gnm_priv.h @@ -117,9 +125,10 @@ lib/cmake/gdal/GDALConfig.cmake lib/cmake/gdal/GDALConfigVersion.cmake lib/gdalplugins/drivers.ini lib/libgdal.so -lib/libgdal.so.36 -lib/libgdal.so.36.%%PORTVERSION%% +lib/libgdal.so.37 +lib/libgdal.so.37.%%PORTVERSION%% libdata/pkgconfig/gdal.pc +share/bash-completion/completions/gdal share/bash-completion/completions/gdal-config share/bash-completion/completions/gdal2tiles.py share/bash-completion/completions/gdal2xyz.py @@ -170,6 +179,8 @@ share/bash-completion/completions/ogrtindex %%CURL%%%%DATADIR%%/eedaconf.json %%DATADIR%%/epsg.wkt %%DATADIR%%/esri_StatePlane_extra.wkt +%%DATADIR%%/gdal_algorithm.schema.json +%%DATADIR%%/gdalg.schema.json %%DATADIR%%/gdalicon.png %%DATADIR%%/gdalinfo_output.schema.json %%DATADIR%%/gdalmdiminfo_output.schema.json @@ -279,9 +290,11 @@ share/bash-completion/completions/ogrtindex %%DATADIR%%/jpfgdgml_WL.gfs %%DATADIR%%/jpfgdgml_WStrA.gfs %%DATADIR%%/jpfgdgml_WStrL.gfs +%%DATADIR%%/leaflet_template.html %%NETCDF%%%%DATADIR%%/netcdf_config.xsd %%DATADIR%%/nitf_spec.xml %%DATADIR%%/nitf_spec.xsd +%%DATADIR%%/ogr_fields_override.schema.json %%DATADIR%%/ogrinfo_output.schema.json %%DATADIR%%/ogrvrt.xsd %%SQLITE%%%%DATADIR%%/osmconf.ini @@ -313,6 +326,74 @@ share/bash-completion/completions/ogrtindex %%DATADIR%%/vdv452.xsd %%DATADIR%%/vicar.json share/man/man1/gdal-config.1.gz +share/man/man1/gdal-convert.1.gz +share/man/man1/gdal-info.1.gz +share/man/man1/gdal-mdim-convert.1.gz +share/man/man1/gdal-mdim-info.1.gz +share/man/man1/gdal-mdim.1.gz +share/man/man1/gdal-raster-calc.1.gz +share/man/man1/gdal-raster-clean-collar.1.gz +share/man/man1/gdal-raster-clip.1.gz +share/man/man1/gdal-raster-color-map.1.gz +share/man/man1/gdal-raster-contour.1.gz +share/man/man1/gdal-raster-convert.1.gz +share/man/man1/gdal-raster-create.1.gz +share/man/man1/gdal-raster-edit.1.gz +share/man/man1/gdal-raster-fill-nodata.1.gz +share/man/man1/gdal-raster-footprint.1.gz +share/man/man1/gdal-raster-hillshade.1.gz +share/man/man1/gdal-raster-index.1.gz +share/man/man1/gdal-raster-info.1.gz +share/man/man1/gdal-raster-mosaic.1.gz +share/man/man1/gdal-raster-overview-add.1.gz +share/man/man1/gdal-raster-overview-delete.1.gz +share/man/man1/gdal-raster-pipeline.1.gz +share/man/man1/gdal-raster-pixel-info.1.gz +share/man/man1/gdal-raster-polygonize.1.gz +share/man/man1/gdal-raster-reclassify.1.gz +share/man/man1/gdal-raster-reproject.1.gz +share/man/man1/gdal-raster-resize.1.gz +share/man/man1/gdal-raster-roughness.1.gz +share/man/man1/gdal-raster-scale.1.gz +share/man/man1/gdal-raster-select.1.gz +share/man/man1/gdal-raster-set-type.1.gz +share/man/man1/gdal-raster-sieve.1.gz +share/man/man1/gdal-raster-slope.1.gz +share/man/man1/gdal-raster-stack.1.gz +share/man/man1/gdal-raster-tile.1.gz +share/man/man1/gdal-raster-tpi.1.gz +share/man/man1/gdal-raster-tri.1.gz +share/man/man1/gdal-raster-unscale.1.gz +share/man/man1/gdal-raster-viewshed.1.gz +share/man/man1/gdal-raster.1.gz +share/man/man1/gdal-vector-clip.1.gz +share/man/man1/gdal-vector-convert.1.gz +share/man/man1/gdal-vector-edit.1.gz +share/man/man1/gdal-vector-filter.1.gz +share/man/man1/gdal-vector-geom-buffer.1.gz +share/man/man1/gdal-vector-geom-explode-collections.1.gz +share/man/man1/gdal-vector-geom-make-valid.1.gz +share/man/man1/gdal-vector-geom-segmentize.1.gz +share/man/man1/gdal-vector-geom-set-type.1.gz +share/man/man1/gdal-vector-geom-simplify.1.gz +share/man/man1/gdal-vector-geom-swap-xy.1.gz +share/man/man1/gdal-vector-geom.1.gz +share/man/man1/gdal-vector-grid.1.gz +share/man/man1/gdal-vector-info.1.gz +share/man/man1/gdal-vector-pipeline.1.gz +share/man/man1/gdal-vector-rasterize.1.gz +share/man/man1/gdal-vector-select.1.gz +share/man/man1/gdal-vector-sql.1.gz +share/man/man1/gdal-vector.1.gz +share/man/man1/gdal-vector_concat.1.gz +share/man/man1/gdal-vsi-copy.1.gz +share/man/man1/gdal-vsi-delete.1.gz +share/man/man1/gdal-vsi-list.1.gz +share/man/man1/gdal-vsi-move.1.gz +share/man/man1/gdal-vsi-sozip.1.gz +share/man/man1/gdal-vsi-sync.1.gz +share/man/man1/gdal-vsi.1.gz +share/man/man1/gdal.1.gz share/man/man1/gdal2tiles.1.gz share/man/man1/gdal_calc.1.gz share/man/man1/gdal_contour.1.gz diff --git a/graphics/gdalcpp/Makefile b/graphics/gdalcpp/Makefile new file mode 100644 index 000000000000..61e031bcacdf --- /dev/null +++ b/graphics/gdalcpp/Makefile @@ -0,0 +1,26 @@ +PORTNAME= gdalcpp +PORTVERSION= 1.3.0 +CATEGORIES= graphics + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++11 GDAL wrapper +WWW= https://github.com/joto/gdalcpp + +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= gdal>=0:graphics/gdal + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= include/gdalcpp.hpp + +USE_GITHUB= yes +GH_ACCOUNT= joto +GH_TAGNAME= 7e23085 + +do-install: + ${INSTALL_DATA} ${WRKSRC}/gdalcpp.hpp ${STAGEDIR}${PREFIX}/include/ + +.include <bsd.port.mk> diff --git a/graphics/gdalcpp/distinfo b/graphics/gdalcpp/distinfo new file mode 100644 index 000000000000..a667238d7658 --- /dev/null +++ b/graphics/gdalcpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747715284 +SHA256 (joto-gdalcpp-1.3.0-7e23085_GH0.tar.gz) = a3e84d6a1358754720e6cd68ad912ccc1e5cd14ab25f2281f849080d91d5ccc1 +SIZE (joto-gdalcpp-1.3.0-7e23085_GH0.tar.gz) = 4245 diff --git a/graphics/gdalcpp/pkg-descr b/graphics/gdalcpp/pkg-descr new file mode 100644 index 000000000000..adf817cca361 --- /dev/null +++ b/graphics/gdalcpp/pkg-descr @@ -0,0 +1,9 @@ +gdalcpp is a C++11 wrapper classes for GDAL/OGR. + +These are some small wrapper classes for GDAL offering: +- classes with RAII instead of the arcane cleanup functions in stock GDAL +- works with GDAL 1, 2, and 3 +- allows you to write less boilerplate code + +The classes are not very complete, they just have the code I needed for various +programs. diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index f3afcce60ab5..f5ce9a6603a2 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -1,6 +1,5 @@ PORTNAME= gexiv2 -PORTVERSION= 0.14.3 -PORTREVISION= 1 +PORTVERSION= 0.14.5 CATEGORIES= graphics MASTER_SITES= GNOME @@ -22,6 +21,8 @@ BINARY_ALIAS= python3=${PYTHON_CMD} USE_CXXSTD= c++17 +PLIST_SUB= SOVERSION=${PORTVERSION:C/^0./2./} + OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc diff --git a/graphics/gexiv2/distinfo b/graphics/gexiv2/distinfo index 2636cb4f6ec1..8a28b4a32020 100644 --- a/graphics/gexiv2/distinfo +++ b/graphics/gexiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720462254 -SHA256 (gexiv2-0.14.3.tar.xz) = 21e64d2c56e9b333d44fef3f2a4b25653d922c419acd972fa96fab695217e2c8 -SIZE (gexiv2-0.14.3.tar.xz) = 389976 +TIMESTAMP = 1748189417 +SHA256 (gexiv2-0.14.5.tar.xz) = 0913c53daabab1f1ab586afd55bb55370796f2b8abcc6e37640ab7704ad99ce1 +SIZE (gexiv2-0.14.5.tar.xz) = 390860 diff --git a/graphics/gexiv2/pkg-plist b/graphics/gexiv2/pkg-plist index 44d695c336ab..d6ad88296765 100644 --- a/graphics/gexiv2/pkg-plist +++ b/graphics/gexiv2/pkg-plist @@ -10,7 +10,7 @@ include/gexiv2/gexiv2.h lib/girepository-1.0/GExiv2-0.10.typelib lib/libgexiv2.so lib/libgexiv2.so.2 -lib/libgexiv2.so.2.14.3 +lib/libgexiv2.so.%%SOVERSION%% libdata/pkgconfig/gexiv2.pc share/gir-1.0/GExiv2-0.10.gir %%DOCS%%share/gtk-doc/html/gexiv2/GExiv2Metadata.html diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 2027a59baaa1..fd8b281bb193 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmt DISTVERSION= 6.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= https://github.com/GenericMappingTools/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index a47b4a94a66f..8ae8ff4dd70b 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,6 +1,6 @@ PORTNAME= krita DISTVERSION= 5.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile index 98eb65d96530..d795f08016ce 100644 --- a/graphics/libavif/Makefile +++ b/graphics/libavif/Makefile @@ -1,6 +1,7 @@ PORTNAME= libavif -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -22,7 +23,8 @@ CMAKE_ARGS= -DAVIF_GTEST:STRING=OFF \ -DAVIF_JPEG:STRING=SYSTEM \ -DAVIF_LIBYUV:STRING=SYSTEM \ -DAVIF_ZLIBPNG:STRING=SYSTEM -CMAKE_OFF= AVIF_BUILD_EXAMPLES +CMAKE_OFF= AVIF_BUILD_EXAMPLES \ + AVIF_BUILD_TESTS CMAKE_ON= AVIF_BUILD_APPS CMAKE_TESTING_ARGS= -DAVIF_GTEST:STRING=SYSTEM CMAKE_TESTING_ON= AVIF_BUILD_TESTS diff --git a/graphics/libavif/distinfo b/graphics/libavif/distinfo index 4d478ada0d0f..e9e6a583af46 100644 --- a/graphics/libavif/distinfo +++ b/graphics/libavif/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1742405446 -SHA256 (AOMediaCodec-libavif-v1.2.1_GH0.tar.gz) = 9c859c7c12ccb0f407511bfe303e6a7247f5f6738f54852662c6df8048daddf4 -SIZE (AOMediaCodec-libavif-v1.2.1_GH0.tar.gz) = 13942041 +TIMESTAMP = 1747715298 +SHA256 (AOMediaCodec-libavif-v1.3.0_GH0.tar.gz) = 0a545e953cc049bf5bcf4ee467306a2f113a75110edf59e61248873101cd26c1 +SIZE (AOMediaCodec-libavif-v1.3.0_GH0.tar.gz) = 14062497 SHA256 (kmurray-libargparse-ee74d1b_GH0.tar.gz) = 02348f0c63e7ffd0760ba035f2f55e5d07f10c9b37da8fd61a054eba5314c75d SIZE (kmurray-libargparse-ee74d1b_GH0.tar.gz) = 22393 diff --git a/graphics/libavif/pkg-plist b/graphics/libavif/pkg-plist index 90e896328ddc..93ee4fd71603 100644 --- a/graphics/libavif/pkg-plist +++ b/graphics/libavif/pkg-plist @@ -9,7 +9,7 @@ lib/cmake/libavif/libavif-config.cmake %%PIXBUF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-avif.so lib/libavif.so lib/libavif.so.16 -lib/libavif.so.16.2.1 +lib/libavif.so.16.3.0 libdata/pkgconfig/libavif.pc %%MANPAGES%%share/man/man1/avifdec.1.gz %%MANPAGES%%share/man/man1/avifenc.1.gz diff --git a/graphics/libertiff/Makefile b/graphics/libertiff/Makefile new file mode 100644 index 000000000000..4f2fa951b60a --- /dev/null +++ b/graphics/libertiff/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libertiff +PORTVERSION= 0.0.0.20250111 +CATEGORIES= graphics + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++11 simple, header-only, TIFF reader +WWW= https://github.com/libertiff/libertiff + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BUILD_DEPENDS= googletest>=1.12.1:devel/googletest + +USES= cmake:testing compiler:c++11-lang + +CMAKE_ON= USE_EXTERNAL_GTEST +NO_ARCH= yes + +PLIST_FILES= include/libertiff.hpp + +USE_GITHUB= yes +GH_TAGNAME= 7fc74e7 + +.include <bsd.port.mk> diff --git a/graphics/libertiff/distinfo b/graphics/libertiff/distinfo new file mode 100644 index 000000000000..d9d97259b86b --- /dev/null +++ b/graphics/libertiff/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747715286 +SHA256 (libertiff-libertiff-0.0.0.20250111-7fc74e7_GH0.tar.gz) = a1953a2541414e8a26f793b4f963bb9581ade23e193ee437c973eba907be4c5d +SIZE (libertiff-libertiff-0.0.0.20250111-7fc74e7_GH0.tar.gz) = 19972 diff --git a/graphics/libertiff/files/patch-CMakeLists.txt b/graphics/libertiff/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9f7ffa3e8846 --- /dev/null +++ b/graphics/libertiff/files/patch-CMakeLists.txt @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2025-01-11 21:34:33 UTC ++++ CMakeLists.txt +@@ -16,3 +16,5 @@ add_subdirectory(tests) + add_executable(demo demo.cpp) + + add_subdirectory(tests) ++ ++install(FILES libertiff.hpp DESTINATION ${CMAKE_INSTALL_PREFIX}/include) diff --git a/graphics/libertiff/pkg-descr b/graphics/libertiff/pkg-descr new file mode 100644 index 000000000000..0fe97e1900c9 --- /dev/null +++ b/graphics/libertiff/pkg-descr @@ -0,0 +1,21 @@ +Libertiff is a C++11 simple, header-only, TIFF reader. It is MIT licensed. + +Handles both ClassicTIFF and BigTIFF, little-endian or big-endian ordered. + +The library does not offer codec facilities (and probably won't). It is mostly +aimed at browsing through the linked chain of Image File Directory (IFD) and +their tags. + +"Offline" tag values are not loaded at IFD opening time, but only upon request, +which helps handling files with tags with an arbitrarily large number of values. + +The library is thread-safe (that is the instances that it returns can be used +from multiple threads), if passed FileReader instances are themselves +thread-safe. + +The library does not throw exceptions (but underlying std library might throw +exceptions in case of out-of-memory situations) + +Optional features: +- define LIBERTIFF_C_FILE_READER before including libertiff.hpp, so that the + libertiff::CFileReader class is available diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 03a9cfbb6774..b317dec2dacc 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -1,5 +1,6 @@ PORTNAME= libheif -DISTVERSION= 1.19.7 +DISTVERSION= 1.19.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/graphics/libheif/distinfo b/graphics/libheif/distinfo index 759edca72dfa..61391ba5b771 100644 --- a/graphics/libheif/distinfo +++ b/graphics/libheif/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1741882846 -SHA256 (libheif-1.19.7.tar.gz) = 161c042d2102665fcee3ded851c78a0eb5f2d4bfe39fba48ba6e588fd6e964f3 -SIZE (libheif-1.19.7.tar.gz) = 1717186 -SHA256 (4bc4cfb66055.patch) = e5f7eaee94aebeef387e10be6d515d2ba25b250fb15829d160a0c1a3cebe5e24 -SIZE (4bc4cfb66055.patch) = 2755 +TIMESTAMP = 1748198420 +SHA256 (libheif-1.19.8.tar.gz) = 6c4a5b08e6eae66d199977468859dea3b5e059081db8928f7c7c16e53836c906 +SIZE (libheif-1.19.8.tar.gz) = 1718218 diff --git a/graphics/mapcache/Makefile b/graphics/mapcache/Makefile index 663043d99691..ec390ad9b00f 100644 --- a/graphics/mapcache/Makefile +++ b/graphics/mapcache/Makefile @@ -1,6 +1,6 @@ PORTNAME= mapcache DISTVERSION= 1.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 984c6a67fa79..24d047d29f87 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -1,6 +1,7 @@ PORTNAME= mapnik DISTVERSIONPREFIX= v DISTVERSION= 4.0.6 +PORTREVISION= 1 CATEGORIES= graphics geography PATCH_SITES= https://github.com/mapnik/mapnik/commit/ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 7763f0943264..b4063e29fcdc 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -1,5 +1,6 @@ PORTNAME= mapserver DISTVERSION= 8.4.0 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/${PORTNAME}/ \ https://github.com/MapServer/MapServer/releases/download/rel-${DISTVERSION:S|.|-|g}/ diff --git a/graphics/opencolorio-tools/Makefile b/graphics/opencolorio-tools/Makefile index dc997b92eea9..f5c64be693dd 100644 --- a/graphics/opencolorio-tools/Makefile +++ b/graphics/opencolorio-tools/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -tools COMMENT= Tools to work with OpenColorIO profiles diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 5864be0c4dbb..360d88a89993 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -1,11 +1,11 @@ PORTNAME= opencolorio DISTVERSIONPREFIX= v -DISTVERSION= 2.3.2 +DISTVERSION= 2.4.2 # PORTREVISION must be set with ?= so as not to stomp over # py-opencolorio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 2 +PORTREVISION?= 0 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -20,8 +20,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpystring.so:devel/pystring \ libyaml-cpp.so:devel/yaml-cpp -USES= alias cmake compiler:c++14-lang localbase:ldflags \ - pkgconfig minizip:ng +USES= alias cmake compiler:c++14-lang localbase:ldflags minizip:ng \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= AcademySoftwareFoundation @@ -29,15 +29,14 @@ GH_PROJECT= OpenColorIO #GH_TUPLE+= madler:zlib:v1.2.13:zlib/ext/dist/zlib -CMAKE_OFF= OCIO_BUILD_JAVA OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE \ - OCIO_BUILD_TESTS OCIO_BUILD_GPU_TESTS +CMAKE_OFF= OCIO_BUILD_GPU_TESTS OCIO_BUILD_JAVA OCIO_BUILD_JNIGLUE \ + OCIO_BUILD_NUKE OCIO_BUILD_TESTS -PLIST_SUB= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} +PLIST_SUB= SHL2=${PORTVERSION:R} \ + SHL3=${PORTVERSION} OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS OPTIONS_SUB= yes - DOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS @@ -55,20 +54,22 @@ CMAKE_OFF+= OCIO_USE_SSE2 # py module can still be used without BUILD_DEPENDS+= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}breathe>=0:devel/py-breathe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.18.1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}recommonmark>=0:textproc/py-recommonmark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx-tabs>0:textproc/py-sphinx-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_press_theme>=0:textproc/py-sphinx_press_theme@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx-tabs>0:textproc/py-sphinx-tabs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} .endif .if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools LIB_DEPENDS+= liblcms2.so:graphics/lcms2 \ - libOpenImageIO.so:graphics/openimageio \ - libOpenEXR.so:graphics/openexr + libOpenEXR.so:graphics/openexr \ + libOpenImageIO.so:graphics/openimageio USES+= gl xorg -USE_GL= gl glu glut glew opengl +USE_GL= glew glu glut opengl USE_XORG= xi xmu CMAKE_ARGS+= -DCMAKE_CXX_STANDARD=14 CMAKE_ON+= OCIO_BUILD_APPS USE_EXTERNAL_LCMS @@ -84,8 +85,8 @@ USES+= python USE_PYTHON= concurrent flavors CMAKE_ARGS+= -DOCIO_PYTHON_VERSION=${PYTHON_VER} CMAKE_ON+= OCIO_BUILD_PYTHON -CMAKE_OFF+= OCIO_BUILD_APPS BUILD_SHARED_LIBS OCIO_BUILD_DOCS \ - OCIO_BUILD_TESTS OCIO_BUILD_GPU_TESTS +CMAKE_OFF+= BUILD_SHARED_LIBS OCIO_BUILD_APPS OCIO_BUILD_DOCS \ + OCIO_BUILD_GPU_TESTS OCIO_BUILD_TESTS LDFLAGS+= -lOpenColorIO PLIST= ${PKGDIR}/pkg-plist-pyglue # concurrent allows docs to not collide with master port @@ -106,14 +107,18 @@ PLIST= ${PKGDIR}/pkg-plist ${PKGDIR}/pkg-plist-docs .endif post-install: - @cd ${STAGEDIR}${PREFIX} && ${RM} -r share/ocio + ${RM} -r ${STAGEDIR}${PREFIX}/share/ocio .if defined(OCIO_SLAVE) - @cd ${STAGEDIR}${PREFIX} && ${RM} -r include lib/cmake lib/libOpenColorIO*.a libdata share/OpenColorIO + cd ${STAGEDIR}${PREFIX} && \ + ${RM} -r include lib/cmake lib/libOpenColorIO*.a libdata \ + share/OpenColorIO .else - @cd ${STAGEDIR}${PREFIX} && ${RM} -r lib/python* + ${RM} -r ${STAGEDIR}${PREFIX}/lib/python* .endif post-install-DOCS-on: - @cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME} + @cd ${STAGEDIR}${PREFIX}/share/doc && \ + ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME} + ${RM} -r ${STAGEDIR}${DOCSDIR}/html/_sources .include <bsd.port.mk> diff --git a/graphics/opencolorio/distinfo b/graphics/opencolorio/distinfo index 59366dcb24d3..6a2239804bcd 100644 --- a/graphics/opencolorio/distinfo +++ b/graphics/opencolorio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714594738 -SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 6bbf4e7fa4ea2f743a238cb22aff44890425771a2f57f62cece1574e46ceec2f -SIZE (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 11443450 +TIMESTAMP = 1745735100 +SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.4.2_GH0.tar.gz) = 2d8f2c47c40476d6e8cea9d878f6601d04f6d5642b47018eaafa9e9f833f3690 +SIZE (AcademySoftwareFoundation-OpenColorIO-v2.4.2_GH0.tar.gz) = 11398186 diff --git a/graphics/opencolorio/pkg-plist-docs b/graphics/opencolorio/pkg-plist-docs index 2d37fe959639..405931a8526e 100644 --- a/graphics/opencolorio/pkg-plist-docs +++ b/graphics/opencolorio/pkg-plist-docs @@ -1,7 +1,4 @@ -%%PORTDOCS%%%%DOCSDIR%%/html/CHANGELOG.html %%PORTDOCS%%%%DOCSDIR%%/html/CMakeLists.html -%%PORTDOCS%%%%DOCSDIR%%/html/INSTALL.html -%%PORTDOCS%%%%DOCSDIR%%/html/README.html %%PORTDOCS%%%%DOCSDIR%%/html/_images/gn10_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/html/_images/gnf_to_linear_light.jpeg %%PORTDOCS%%%%DOCSDIR%%/html/_images/lg10_to_linear_light.jpeg @@ -12,98 +9,6 @@ %%PORTDOCS%%%%DOCSDIR%%/html/_images/psicc_proof_setup.png %%PORTDOCS%%%%DOCSDIR%%/html/_images/psicc_reveal_profile.png %%PORTDOCS%%%%DOCSDIR%%/html/_images/psicc_select_profile.png -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/CHANGELOG.md.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/CMakeLists.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/INSTALL.md.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/README.md.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/apphelpers.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/baker.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/colorspace.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/config.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/constants.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/context.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/dynamicproperty.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/enums.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/exceptions.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/formatmetadata.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/global.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/grading_transforms.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/imagedesc.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/look.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/namedtransform.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/processors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/rules.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/shaders.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/systemmonitors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/transforms.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/api/viewtransform.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/aswf_docker.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/charter.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/cla_dco.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/aswf/license.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/configuration_files.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/glossary.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/internal_architecture.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/introduction.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/overview/overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/concepts/publications/publications.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/aces_1.0.3.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/aces_cg.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/aces_studio.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/nuke_default.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/ocio_v2_demo.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/spi_anim.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/configurations/spi_vfx.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/allocation_vars.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/authoring.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/colorspaces.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/contexts.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/displays_views.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/looks.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/looks_example.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/rules.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/authoring/transforms.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/architectural_notes.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/coding_style_guide.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/contributing.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/documentation_guidelines.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/doxygen_style_guide.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/getting_started.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/issues.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/repository_structure.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/submitting_changes.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/contributing/unit_tests.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/developing/app_helpers.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/developing/developing.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/developing/usage_examples.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/compatible_software.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/faq.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/tool_overview.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/guides/using_ocio/using_ocio.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/downloads.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_artists.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_config_authors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_contributors.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/for_devs.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/quick_start/installation.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_0.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_1.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_2.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_3.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/requirements.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/toc_redirect.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/_index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/baking_luts.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/contributing.rst.txt %%PORTDOCS%%%%DOCSDIR%%/html/_static/_sphinx_javascript_frameworks_compat.js %%PORTDOCS%%%%DOCSDIR%%/html/_static/OpenColorIO_withText.svg %%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css @@ -210,6 +115,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_1.html %%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_2.html %%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_4.html %%PORTDOCS%%%%DOCSDIR%%/html/requirements.html %%PORTDOCS%%%%DOCSDIR%%/html/search.html %%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js diff --git a/graphics/opencolorio/pkg-plist-tools b/graphics/opencolorio/pkg-plist-tools index 697f160c7792..2307aae3cb36 100644 --- a/graphics/opencolorio/pkg-plist-tools +++ b/graphics/opencolorio/pkg-plist-tools @@ -1,10 +1,11 @@ bin/ocioarchive bin/ociobakelut bin/ociocheck +bin/ociochecklut bin/ocioconvert +bin/ociocpuinfo bin/ociodisplay bin/ociolutimage -bin/ociochecklut bin/ociomakeclf bin/ocioperf bin/ociowrite diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index f032ca2704cb..a3c6ed6b53cb 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,5 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= desktop@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 101b0036c440..cb589b0eb22b 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -1,7 +1,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.4.3 DISTVERSIONPREFIX= Natron- -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index b10ccf285d7d..352a726f7f82 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.5.13.1 # py-openimageio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile index 376fa8c03562..450798dc4cfb 100644 --- a/graphics/openorienteering-mapper/Makefile +++ b/graphics/openorienteering-mapper/Makefile @@ -1,7 +1,7 @@ PORTNAME= openorienteering-mapper PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MAINTAINER= sikmir@gmail.com diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 1d3f444ca5bd..2dbd84eb1c72 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,7 +1,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 76 +PORTREVISION= 77 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile index 0cc38afae5bc..4732c45355a7 100644 --- a/graphics/osg34/Makefile +++ b/graphics/osg34/Makefile @@ -1,7 +1,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 63 +PORTREVISION= 64 CATEGORIES= graphics PKGNAMESUFFIX= 34 diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index 612b94988a2a..e61f72f0d94d 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -1,7 +1,7 @@ PORTNAME= osgearth PORTVERSION= 3.6.1 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics geography MAINTAINER= zirias@FreeBSD.org diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile index e877ffd59f2b..29bea464759d 100644 --- a/graphics/p5-Geo-GDAL-FFI/Makefile +++ b/graphics/p5-Geo-GDAL-FFI/Makefile @@ -1,6 +1,6 @@ PORTNAME= Geo-GDAL-FFI PORTVERSION= 0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile index 0af9fef0c5db..b9ed6832b0f7 100644 --- a/graphics/py-fiona/Makefile +++ b/graphics/py-fiona/Makefile @@ -1,6 +1,6 @@ PORTNAME= fiona DISTVERSION= 1.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index a43bfd4ff765..b3e66f9d8edd 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.10.3 +PORTVERSION= 3.11.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +18,14 @@ LIB_DEPENDS= libgdal.so:graphics/gdal USES= compiler:c++11-lang cpe python USE_PYTHON= autoplist concurrent pep517 -MAKE_ENV= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=yes - CPE_VENDOR= osgeo OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR} +NUMPY_MAKE_ENV= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=no +NUMPY_MAKE_ENV_OFF= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=yes NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR} NUMPY_USES= fortran diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo index 1965f39a6b37..43d7d4186f50 100644 --- a/graphics/py-gdal/distinfo +++ b/graphics/py-gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288772 -SHA256 (gdal-3.10.3.tar.gz) = b5550650daeeae8e41091581d9aea7d75a9f15b0ebbeb8c96e37458fa02264cd -SIZE (gdal-3.10.3.tar.gz) = 838170 +TIMESTAMP = 1747715312 +SHA256 (gdal-3.11.0.tar.gz) = ac59ccfe291d3ce4f6a9a3eed17da3777bc3bae970ce27217d4fa85db98650f8 +SIZE (gdal-3.11.0.tar.gz) = 877693 diff --git a/graphics/py-opencolorio/Makefile b/graphics/py-opencolorio/Makefile index 6ca6e604f265..cf62c4ac05f9 100644 --- a/graphics/py-opencolorio/Makefile +++ b/graphics/py-opencolorio/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index 0cbe1c16729c..741a44a07e46 100644 --- a/graphics/py-openimageio/Makefile +++ b/graphics/py-openimageio/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 4 +PORTREVISION= 7 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index 4b04b16f74ef..7286d8fac94f 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,5 +1,6 @@ PORTNAME= rasterio PORTVERSION= 1.3.11 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rawpy/Makefile b/graphics/py-rawpy/Makefile index b7e8c3449194..2b1902e4e7a8 100644 --- a/graphics/py-rawpy/Makefile +++ b/graphics/py-rawpy/Makefile @@ -1,5 +1,5 @@ PORTNAME= rawpy -PORTVERSION= 0.24.0 +PORTVERSION= 0.25.0 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rawpy/distinfo b/graphics/py-rawpy/distinfo index 3699eaac5de0..ae770f072946 100644 --- a/graphics/py-rawpy/distinfo +++ b/graphics/py-rawpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888322 -SHA256 (letmaik-rawpy-v0.24.0_GH0.tar.gz) = d41b41332b51096fc2ccc451eea8547e28fbfd992c277dfdbfb31eb8dab913fe -SIZE (letmaik-rawpy-v0.24.0_GH0.tar.gz) = 75984350 +TIMESTAMP = 1747715442 +SHA256 (letmaik-rawpy-v0.25.0_GH0.tar.gz) = a97feea139a42d89024c983d1321ed5c374a2bdd8cb45f73d6bea37402c08998 +SIZE (letmaik-rawpy-v0.25.0_GH0.tar.gz) = 75984021 diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile index eda122abdbe8..1e897afaf099 100644 --- a/graphics/py-tifffile/Makefile +++ b/graphics/py-tifffile/Makefile @@ -1,5 +1,5 @@ PORTNAME= tifffile -PORTVERSION= 2025.3.30 +PORTVERSION= 2025.5.10 CATEGORIES= graphics python MASTER_SITES= PYPI \ https://github.com/cgohlke/tifffile/releases/download/v${PORTVERSION}/ diff --git a/graphics/py-tifffile/distinfo b/graphics/py-tifffile/distinfo index b09628742e08..6365308fe1c9 100644 --- a/graphics/py-tifffile/distinfo +++ b/graphics/py-tifffile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289016 -SHA256 (tifffile-2025.3.30.tar.gz) = 3cdee47fe06cd75367c16bc3ff34523713156dae6cd498e3a392e5b39a51b789 -SIZE (tifffile-2025.3.30.tar.gz) = 366039 +TIMESTAMP = 1747715444 +SHA256 (tifffile-2025.5.10.tar.gz) = 018335d34283aa3fd8c263bae5c3c2b661ebc45548fde31504016fcae7bf1103 +SIZE (tifffile-2025.5.10.tar.gz) = 365290 diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index fa9ca88348c9..d2df1b28ec77 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.40.7 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index b4436721bb8f..722eca17c38e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.42.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 33403f95f4f2..2b7acbfbcf88 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,8 +1,7 @@ PORTNAME= sane-backends -DISTVERSION= 1.3.1 -PORTREVISION= 2 +DISTVERSION= 1.4.0 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/83bdbb6c9a115184c2d48f1fdc6847db/ +MASTER_SITES= https://gitlab.com/-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/ MAINTAINER= vvd@FreeBSD.org COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc diff --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo index 13cc38a21e30..4b48ae94b14e 100644 --- a/graphics/sane-backends/distinfo +++ b/graphics/sane-backends/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716563691 -SHA256 (sane-backends-1.3.1.tar.gz) = aa82f76f409b88f8ea9793d4771fce01254d9b6549ec84d6295b8f59a3879a0c -SIZE (sane-backends-1.3.1.tar.gz) = 7432184 +TIMESTAMP = 1748300444 +SHA256 (sane-backends-1.4.0.tar.gz) = f99205c903dfe2fb8990f0c531232c9a00ec9c2c66ac7cb0ce50b4af9f407a72 +SIZE (sane-backends-1.4.0.tar.gz) = 7505056 diff --git a/graphics/sane-backends/pkg-plist b/graphics/sane-backends/pkg-plist index 0cf244d17c13..81df882772d4 100644 --- a/graphics/sane-backends/pkg-plist +++ b/graphics/sane-backends/pkg-plist @@ -597,6 +597,7 @@ sbin/saned %%NLS%%share/locale/pt/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/ru/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/sv/LC_MESSAGES/sane-backends.mo +%%NLS%%share/locale/tr/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/uk/LC_MESSAGES/sane-backends.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sane-backends.mo @dir etc/sane.d/dll.d diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index c178634c7ab4..9b51b504ec9b 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,6 +1,5 @@ PORTNAME= tesseract -PORTVERSION= 5.5.0 -PORTREVISION= 1 +PORTVERSION= 5.5.1 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org @@ -49,7 +48,6 @@ TOOLS_USE= GNOME=cairo,glib20,pango .if exists(/usr/include/omp.h) CMAKE_ON= OPENMP_BUILD -LDFLAGS+= -lomp .endif post-install-DOCS-on: diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo index 17d441723154..3899751379b5 100644 --- a/graphics/tesseract/distinfo +++ b/graphics/tesseract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731798535 -SHA256 (tesseract-ocr-tesseract-5.5.0_GH0.tar.gz) = f2fb34ca035b6d087a42875a35a7a5c4155fa9979c6132365b1e5a28ebc3fc11 -SIZE (tesseract-ocr-tesseract-5.5.0_GH0.tar.gz) = 1905018 +TIMESTAMP = 1748206252 +SHA256 (tesseract-ocr-tesseract-5.5.1_GH0.tar.gz) = a7a3f2a7420cb6a6a94d80c24163e183cf1d2f1bed2df3bbc397c81808a57237 +SIZE (tesseract-ocr-tesseract-5.5.1_GH0.tar.gz) = 1897616 diff --git a/irc/Makefile b/irc/Makefile index b7c7fd2d9f72..a1acec26ba8b 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -9,7 +9,6 @@ SUBDIR += bitlbee-facebook SUBDIR += bitlbee-mastodon SUBDIR += bitlbee-steam - SUBDIR += bnc SUBDIR += catgirl SUBDIR += cgiirc SUBDIR += dancer diff --git a/irc/atheme-services/Makefile b/irc/atheme-services/Makefile index db61c8ba45dc..83cd17da0d54 100644 --- a/irc/atheme-services/Makefile +++ b/irc/atheme-services/Makefile @@ -1,5 +1,6 @@ PORTNAME= atheme-services PORTVERSION= 7.2.12 +PORTREVISION= 1 CATEGORIES= irc net MASTER_SITES= https://github.com/atheme/atheme/releases/download/v${PORTVERSION}/ DISTNAME= atheme-services-v${PORTVERSION} @@ -14,42 +15,40 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmowgli-2.so:devel/libmowgli2 USES= cpe gmake localbase pathfix pkgconfig ssl tar:xz +CPE_PRODUCT= atheme PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes +USE_RC_SUBR= ${PORTNAME} + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fhs-paths \ - --sysconfdir=${PREFIX}/etc/atheme \ +CONFIGURE_ARGS= --disable-gtk-doc \ + --enable-fhs-paths \ + --enable-large-net \ --localstatedir=/var \ - --disable-gtk-doc \ - --enable-large-net - -CPE_PRODUCT= atheme + --sysconfdir=${PREFIX}/etc/atheme CONFLICTS_INSTALL= lifelines USERS= ircservices GROUPS= ircservices -USE_RC_SUBR= atheme-services - -OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL +OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL OPTIONS_DEFAULT= CRACKLIB LDAP PCRE PERL +OPTIONS_SUB= yes CONTRIB_DESC= Enable contrib modules CRACKLIB_DESC= Use cracklib for checking password strength -OPTIONS_SUB= yes - CONTRIB_CONFIGURE_ENABLE= contrib -CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib +CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib CRACKLIB_CONFIGURE_WITH= cracklib -LDAP_USES= ldap -LDAP_CONFIGURE_WITH= ldap -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls -PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -PCRE_CONFIGURE_WITH= pcre -PERL_USES= perl5 -PERL_CONFIGURE_WITH= perl +LDAP_USES= ldap +LDAP_CONFIGURE_WITH= ldap +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +PCRE_CONFIGURE_WITH= pcre2-8 +PERL_USES= perl5 +PERL_CONFIGURE_WITH= perl .include <bsd.port.mk> diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile deleted file mode 100644 index dbe6125c835d..000000000000 --- a/irc/bnc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= bnc -DISTVERSION= 2.9.4 -PORTREVISION= 1 -CATEGORIES= irc -MASTER_SITES= http://home.risingnet.net/download/ -DISTNAME= ${PORTNAME}${DISTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple IRC relay proxy with support for virtual hosting - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained without upstream distfile and WWW -EXPIRATION_DATE= 2025-05-27 - -GNU_CONFIGURE= yes - -DOCS= COPYING Changelog README example.conf -BINS= bnc mkpasswd -SCRIPTS= bncchk bncsetup - -OPTIONS_DEFINE= DOCS - -post-patch: - ${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup - -do-install: - ${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/example.conf ${STAGEDIR}${PREFIX}/etc/bnc.conf.sample - -.include <bsd.port.mk> diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo deleted file mode 100644 index fc990dbfb36e..000000000000 --- a/irc/bnc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1584519305 -SHA256 (bnc2.9.4.tar.gz) = af0e95c97feb1f2d231c570a658be8e42a91aafab6e6dfeb04b7e9fcc360b74b -SIZE (bnc2.9.4.tar.gz) = 76896 diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in deleted file mode 100644 index 11081be785dd..000000000000 --- a/irc/bnc/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2005-01-26 04:15:06 UTC -+++ Makefile.in -@@ -2,7 +2,7 @@ LIBS=@LIBS@ - CFLAGS=-O3 -Wall -include config.h - CC=@CC@ - --ALL: bnc mkpasswd -+all: bnc mkpasswd - - mkpasswd:mkpasswd.c - ${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS} diff --git a/irc/bnc/files/patch-bncsetup b/irc/bnc/files/patch-bncsetup deleted file mode 100644 index 886c6b6879d9..000000000000 --- a/irc/bnc/files/patch-bncsetup +++ /dev/null @@ -1,37 +0,0 @@ ---- bncsetup.orig 2005-02-07 01:51:06 UTC -+++ bncsetup -@@ -91,15 +91,9 @@ altconf() - - } - --if ! [ -e ./mkpasswd ] --then -- echo "You need to Make the package before you can use this script" -- echo "(required ./mkpasswd)" -- bsclean 0 --fi - - echo "BAD\$" > $TMPFILE --echo "Test" | ./mkpasswd -s >> $TMPFILE -+echo "Test" | mkpasswd -s >> $TMPFILE - CRCYS=$(cat $TMPFILE | grep '\$' | tail -1 ) - - -@@ -244,13 +238,13 @@ ERRORLEVEL=$? - - if [ x$ERRORLEVEL = x0 ] - then -- if [ -x ./mkpasswd ] -+ if [ -x @PREFIX@/bin/mkpasswd ] - then -- SUPERPASS="+"$(echo "$SUPERPASS" | ./mkpasswd -s) -- BNCPASS="+"$(echo "$BNCPASS" | ./mkpasswd -s) -+ SUPERPASS="+"$(echo "$SUPERPASS" | mkpasswd -s) -+ BNCPASS="+"$(echo "$BNCPASS" | mkpasswd -s) - else - clear -- echo "You have not did ./configure and make so there is no ./mkpasswd" -+ echo "You have not did ./configure and make so there is no mkpasswd" - echo "This program is required to produce the encryption" - bsclean 0 - fi diff --git a/irc/bnc/pkg-descr b/irc/bnc/pkg-descr deleted file mode 100644 index 957bd941ffbf..000000000000 --- a/irc/bnc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -IRC Proxy Daemon that supports virtual hosting. - -Instructions in work/bnc*/README. - -Bill Fumerola(billf@chc-chimes.com) diff --git a/irc/bnc/pkg-plist b/irc/bnc/pkg-plist deleted file mode 100644 index 60d6cb64b234..000000000000 --- a/irc/bnc/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/bnc -bin/bncchk -bin/bncsetup -bin/mkpasswd -etc/bnc.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/example.conf -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/irc/py-sopel/Makefile b/irc/py-sopel/Makefile index 1fe300636be8..8886912b37c1 100644 --- a/irc/py-sopel/Makefile +++ b/irc/py-sopel/Makefile @@ -1,5 +1,5 @@ PORTNAME= sopel -DISTVERSION= 8.0.0 +DISTVERSION= 8.0.2 CATEGORIES= irc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,6 +32,7 @@ USES= python USE_PYTHON= autoplist pep517 USE_RC_SUBR= sopel +NO_ARCH= yes SUB_FILES+= pkg-message SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} @@ -49,8 +50,8 @@ post-install: .endfor @${MKDIR} ${STAGEDIR}/var/db/sopel/www .for script in sopel sopel-config sopel-plugins - ${CP} ${FILESDIR}/${script}.py ${STAGEDIR}${PREFIX}/bin/${script} - @${REINPLACE_CMD} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|" ${STAGEDIR}${PREFIX}/bin/${script} + ${SED} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|" ${FILESDIR}/${script}.py \ + > ${STAGEDIR}${PREFIX}/bin/${script} ${CHMOD} 555 ${STAGEDIR}${PREFIX}/bin/${script} .endfor diff --git a/irc/py-sopel/distinfo b/irc/py-sopel/distinfo index 65b1e09053cc..967672f8cf14 100644 --- a/irc/py-sopel/distinfo +++ b/irc/py-sopel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718049976 -SHA256 (sopel-8.0.0.tar.gz) = 8ee2c9a7412de6a319c01673c347b8b4a83570162a02c1fc294cea36820fef45 -SIZE (sopel-8.0.0.tar.gz) = 249956 +TIMESTAMP = 1748295430 +SHA256 (sopel-8.0.2.tar.gz) = ecb35b9d2ae2fb28c7d8dc3cac10933bc2e0f3855763a03ec4c5ec70491454af +SIZE (sopel-8.0.2.tar.gz) = 250538 diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index df5085e3f5b1..8edf939d99a1 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -1,6 +1,5 @@ PORTNAME= ibus-anthy -DISTVERSION= 1.5.16 -PORTREVISION= 2 +DISTVERSION= 1.5.17 CATEGORIES= japanese MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ja- @@ -14,19 +13,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libibus-1.0.so:textproc/ibus -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -CONFIGURE_ARGS+=--with-layout=default -USES= gettext gmake gnome libtool pkgconfig python -USE_GNOME= pygobject3 -GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml - FLAVORS= original unicode -original_CONFLICTS_INSTALL= ${PORTNAME}-unicode original_LIB_DEPENDS= libanthy.so:japanese/anthy -unicode_CONFLICTS_INSTALL= ${PORTNAME} -unicode_LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode +original_CONFLICTS_INSTALL= ${PORTNAME}-unicode unicode_PKGNAMESUFFIX= -unicode +unicode_LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode +unicode_CONFLICTS_INSTALL= ${PORTNAME} + +USES= gettext gmake gnome libtool pkgconfig python +USE_GNOME= pygobject3 +GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-layout=default +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/japanese/ibus-anthy/distinfo b/japanese/ibus-anthy/distinfo index b7643f8f82ff..eababbc8aed6 100644 --- a/japanese/ibus-anthy/distinfo +++ b/japanese/ibus-anthy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730465682 -SHA256 (ibus-anthy-1.5.16.tar.gz) = 15522214b58ad884acc9d9b1da13f15db7dcd76c3b18a88509046e5ec613d1ae -SIZE (ibus-anthy-1.5.16.tar.gz) = 912480 +TIMESTAMP = 1744535082 +SHA256 (ibus-anthy-1.5.17.tar.gz) = 9e1d28ad7da2be5e0d9c0eb0d8fb7557fc89770aa2237272debe197bd61abd40 +SIZE (ibus-anthy-1.5.17.tar.gz) = 914700 diff --git a/japanese/ibus-anthy/pkg-plist b/japanese/ibus-anthy/pkg-plist index 2631c064d325..67539e7312be 100644 --- a/japanese/ibus-anthy/pkg-plist +++ b/japanese/ibus-anthy/pkg-plist @@ -4,7 +4,7 @@ libexec/ibus-setup-anthy lib/girepository-1.0/Anthy-9000.typelib lib/libanthygobject-1.0.so lib/libanthygobject-1.0.so.5 -lib/libanthygobject-1.0.so.5.0.516 +lib/libanthygobject-1.0.so.5.0.517 share/applications/ibus-setup-anthy.desktop share/gir-1.0/Anthy-9000.gir %%DATADIR%%/dicts/emoji.t @@ -13,24 +13,34 @@ share/gir-1.0/Anthy-9000.gir %%DATADIR%%/dicts/symbol.t %%DATADIR%%/dicts/zipcode.t %%DATADIR%%/engine/__pycache__/_config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/_config.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/_config.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/engine.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/engine.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/engine.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/jastring.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/jastring.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/jastring.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/kana.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/kana.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/kana.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/romaji.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/romaji.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/romaji.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/tables.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/tables.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/tables.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/__pycache__/thumb.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/engine/__pycache__/thumb.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/engine/__pycache__/thumb.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/engine/_config.py %%DATADIR%%/engine/default.xml @@ -44,12 +54,16 @@ share/gir-1.0/Anthy-9000.gir %%DATADIR%%/engine/tables.py %%DATADIR%%/engine/thumb.py %%DATADIR%%/setup/__pycache__/_config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/setup/__pycache__/_config.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/__pycache__/_config.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/setup/__pycache__/anthyprefs.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/setup/__pycache__/anthyprefs.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/__pycache__/anthyprefs.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/setup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/setup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/setup/__pycache__/prefs.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/setup/__pycache__/prefs.cpython-%%PYTHON_SUFFIX%%.opt-2.pyc %%DATADIR%%/setup/__pycache__/prefs.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/setup/_config.py %%DATADIR%%/setup/anthyprefs.py @@ -66,8 +80,10 @@ share/locale/es/LC_MESSAGES/ibus-anthy.mo share/locale/fi/LC_MESSAGES/ibus-anthy.mo share/locale/fr/LC_MESSAGES/ibus-anthy.mo share/locale/hu/LC_MESSAGES/ibus-anthy.mo +share/locale/id/LC_MESSAGES/ibus-anthy.mo share/locale/ja/LC_MESSAGES/ibus-anthy.mo share/locale/ka/LC_MESSAGES/ibus-anthy.mo +share/locale/kab/LC_MESSAGES/ibus-anthy.mo share/locale/ko/LC_MESSAGES/ibus-anthy.mo share/locale/pt_BR/LC_MESSAGES/ibus-anthy.mo share/locale/pt_PT/LC_MESSAGES/ibus-anthy.mo diff --git a/japanese/p5-Number-Phone-JP/Makefile b/japanese/p5-Number-Phone-JP/Makefile index c6ccef94bf83..9c858913afcd 100644 --- a/japanese/p5-Number-Phone-JP/Makefile +++ b/japanese/p5-Number-Phone-JP/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI PKGNAMEPREFIX= ja-p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to validate Japanese phone numbers WWW= https://metacpan.org/release/Number-Phone-JP diff --git a/japanese/p5-PDFJ/Makefile b/japanese/p5-PDFJ/Makefile index 4aa4c29ec868..8f9097bc84d4 100644 --- a/japanese/p5-PDFJ/Makefile +++ b/japanese/p5-PDFJ/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= japanese perl5 MASTER_SITES= http://hp1.jonex.ne.jp/%7Enakajima.yasushi/archives/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= PDFJ module provides methods to generate Japanese PDF file WWW= http://hp1.jonex.ne.jp/%7Enakajima.yasushi/PDFJ.jp.html diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 17559beec8a5..3c0e73951fad 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,5 +1,5 @@ PORTNAME= dbvis -DISTVERSION= 25.1.3 +DISTVERSION= 25.1.4 CATEGORIES= java databases MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ \ https://storage.googleapis.com/${PORTNAME}-download/product_download/${PORTNAME}-${DISTVERSION}/media/ diff --git a/java/dbvis/distinfo b/java/dbvis/distinfo index faed05232970..c96efd66c586 100644 --- a/java/dbvis/distinfo +++ b/java/dbvis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744565207 -SHA256 (dbvis_linux_25_1_3.tar.gz) = 2bd45b40f0aa53db7a8b4cca9763f56918607c0b3af46391b55036294e9fa8bc -SIZE (dbvis_linux_25_1_3.tar.gz) = 191634859 +TIMESTAMP = 1748297517 +SHA256 (dbvis_linux_25_1_4.tar.gz) = a04a74f8709f23ffee91cab1557e63e9ea76e53b2e387a651ed7969ebce52eef +SIZE (dbvis_linux_25_1_4.tar.gz) = 186685977 diff --git a/lang/dotnet-host/Makefile b/lang/dotnet-host/Makefile index fae22b3505e7..4a18ce685ec3 100644 --- a/lang/dotnet-host/Makefile +++ b/lang/dotnet-host/Makefile @@ -1,6 +1,6 @@ PORTNAME= dotnet-host DISTVERSIONPREFIX= v -DISTVERSION= 9.0.4 +DISTVERSION= 9.0.5 CATEGORIES= lang devel MAINTAINER= arrowd@FreeBSD.org diff --git a/lang/dotnet-host/distinfo b/lang/dotnet-host/distinfo index 689ec06e149a..ee3a5a022322 100644 --- a/lang/dotnet-host/distinfo +++ b/lang/dotnet-host/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744271359 -SHA256 (dotnet-runtime-v9.0.4_GH0.tar.gz) = bfaae534528c3df2be1e8f0d7af2634132e0aefcdec36203f213de26fcee6b40 -SIZE (dotnet-runtime-v9.0.4_GH0.tar.gz) = 89301600 +TIMESTAMP = 1747656165 +SHA256 (dotnet-runtime-v9.0.5_GH0.tar.gz) = f9626a3a72937872d942f3649b5629692cd2a8d757f0aca9da28647191f02e44 +SIZE (dotnet-runtime-v9.0.5_GH0.tar.gz) = 89301899 diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index cca8a0bc1cbb..d29854e1e00f 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= dotnet DISTVERSIONPREFIX= v -DISTVERSION= ${DOTNETVERSION}.4 +DISTVERSION= ${DOTNETVERSION}.5 CATEGORIES= lang devel MASTER_SITES= https://github.com/dotnet/dotnet/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/release.json?dummy=/:dotnetmanifest \ https://github.com/sec/dotnet-core-freebsd-source-build/releases/download/${BOOTSTRAP_SDKVERSION}-vmr/:bootstrap @@ -48,10 +48,10 @@ BOOTSTRAP_SOURCEBUILT_ARTIFACTS_DISTNAME= Private.SourceBuilt.Artifacts.${BOOTST BOOTSTRAP_SDK_DISTNAME= dotnet-sdk-${BOOTSTRAP_SDKVERSION}-${BOOTSTRAP_SDK_RID} DOTNETVERSION= 9.0 -SDKVERSION= ${DOTNETVERSION}.105 -SDKVERSIONSUFFIX= -servicing.25164.3 -SDKSERVICESUFFIX= -servicing.25165.1 -LIBPACKSUFFIX= -servicing.25163.5 +SDKVERSION= ${DOTNETVERSION}.106 +SDKVERSIONSUFFIX= -servicing.25229.4 +SDKSERVICESUFFIX= -servicing.25230.1 +LIBPACKSUFFIX= -servicing.25215.9 MANIFESTSUFFIX= ${DOTNETVERSION}.100 SDK_DISTNAME= dotnet-sdk-${SDKVERSION}-${SDK_RID} SDK_RID= freebsd.${_OSVERSION_MAJOR}-${DOTNET_ARCH} diff --git a/lang/dotnet/distinfo b/lang/dotnet/distinfo index 7bbe0a5ef17c..07bd74f15198 100644 --- a/lang/dotnet/distinfo +++ b/lang/dotnet/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1744271131 -SHA256 (dotnet/release.json-9.0.4) = 8c3f0005b9c02634d917bfaf07d9ce70c72ba48e84e6d96de4c03d76b304658b -SIZE (dotnet/release.json-9.0.4) = 273 -SHA256 (dotnet/dotnet-dotnet-v9.0.4_GH0.tar.gz) = 5e698595d2614c41993c4579be09c1304bde57842ad101719873ef67ee3941ad -SIZE (dotnet/dotnet-dotnet-v9.0.4_GH0.tar.gz) = 494599136 +TIMESTAMP = 1747640495 +SHA256 (dotnet/release.json-9.0.5) = 36900c37e54d780ade35f2eaeaa9bf2dc1e7789b5d82c6c11a63d0da2853f813 +SIZE (dotnet/release.json-9.0.5) = 273 +SHA256 (dotnet/dotnet-dotnet-v9.0.5_GH0.tar.gz) = 0ff026271b8e21db503284b5cfae8e0546f009d18581497ba754084729dc74c3 +SIZE (dotnet/dotnet-dotnet-v9.0.5_GH0.tar.gz) = 494774541 SHA256 (dotnet/Private.SourceBuilt.Artifacts.9.0.103-servicing.25071.1.freebsd-arm64.tar.gz) = 8dd55906bd75de83cad9c6b257cbe772cf23413c3a2caee913cde7398c1a0622 SIZE (dotnet/Private.SourceBuilt.Artifacts.9.0.103-servicing.25071.1.freebsd-arm64.tar.gz) = 827383751 SHA256 (dotnet/dotnet-sdk-9.0.103-freebsd-arm64.tar.gz) = 04027a151f981dc948f3f93fca0c8a88c3de9c18d709f61c91105af8abeb3196 diff --git a/lang/dotnet/pkg-plist b/lang/dotnet/pkg-plist index e2aca282b255..d4eee77a450d 100644 --- a/lang/dotnet/pkg-plist +++ b/lang/dotnet/pkg-plist @@ -4572,6 +4572,6 @@ %%DATADIR%%/shared/Microsoft.NETCore.App/%%FULL_DOTNETVERSION%%/netstandard.dll %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.common.itemtemplates.%%SDKVERSION%%.nupkg %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.common.projecttemplates.%%DOTNETVERSION%%.%%SDKVERSION%%.nupkg -%%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.test.projecttemplates.%%DOTNETVERSION%%.1.1.0-rtm.24606.1.nupkg +%%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.test.projecttemplates.%%DOTNETVERSION%%.1.1.0-rtm.25168.1.nupkg %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.web.itemtemplates.%%DOTNETVERSION%%.%%FULL_DOTNETVERSION%%.nupkg %%DATADIR%%/templates/%%FULL_DOTNETVERSION%%/microsoft.dotnet.web.projecttemplates.%%DOTNETVERSION%%.%%FULL_DOTNETVERSION%%.nupkg diff --git a/lang/prql/Makefile b/lang/prql/Makefile index 2e12e2e468c8..958b7d0cf743 100644 --- a/lang/prql/Makefile +++ b/lang/prql/Makefile @@ -1,6 +1,5 @@ PORTNAME= prql -DISTVERSION= 0.13.3 -PORTREVISION= 2 +DISTVERSION= 0.13.4 CATEGORIES= lang databases PKGNAMESUFFIX= -compiler @@ -33,7 +32,7 @@ CARGO_CRATES= addr2line-0.21.0 \ anstyle-query-1.0.3 \ anstyle-wincon-3.0.6 \ anyhow-1.0.95 \ - ariadne-0.4.1 \ + ariadne-0.5.0 \ arrayvec-0.7.4 \ arrow-53.2.0 \ arrow-arith-53.2.0 \ @@ -71,7 +70,7 @@ CARGO_CRATES= addr2line-0.21.0 \ byteorder-1.5.0 \ bytes-1.6.0 \ cast-0.3.0 \ - cc-1.1.15 \ + cc-1.2.13 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -140,7 +139,6 @@ CARGO_CRATES= addr2line-0.21.0 \ enumflags2-0.7.9 \ enumflags2_derive-0.7.9 \ env_filter-0.1.2 \ - env_logger-0.10.2 \ env_logger-0.11.5 \ equivalent-1.0.1 \ errno-0.3.9 \ @@ -174,6 +172,7 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-util-0.3.31 \ generic-array-0.14.7 \ getrandom-0.2.15 \ + getrandom-0.3.1 \ getset-0.1.2 \ gimli-0.28.1 \ glob-0.3.2 \ @@ -205,7 +204,7 @@ CARGO_CRATES= addr2line-0.21.0 \ instant-0.1.13 \ inventory-0.3.15 \ io-enum-1.1.3 \ - is-terminal-0.4.13 \ + is-terminal-0.4.15 \ is_terminal_polyfill-1.70.0 \ itertools-0.10.5 \ itertools-0.13.0 \ @@ -237,12 +236,12 @@ CARGO_CRATES= addr2line-0.21.0 \ log-0.4.25 \ lru-0.12.3 \ md-5-0.10.6 \ - mdbook-0.4.43 \ + mdbook-0.4.44 \ mdbook-preprocessor-boilerplate-0.1.2 \ memchr-2.7.4 \ memoffset-0.9.1 \ minicov-0.3.5 \ - minijinja-2.6.0 \ + minijinja-2.7.0 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.3 \ mio-1.0.1 \ @@ -270,10 +269,10 @@ CARGO_CRATES= addr2line-0.21.0 \ once_cell-1.19.0 \ oorandom-11.1.3 \ opener-0.7.2 \ - openssl-0.10.66 \ + openssl-0.10.70 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.103 \ + openssl-sys-0.9.105 \ owo-colors-3.5.0 \ pac_cell-0.1.1 \ parking_lot-0.12.3 \ @@ -290,9 +289,9 @@ CARGO_CRATES= addr2line-0.21.0 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ portable-atomic-1.6.0 \ - postgres-0.19.9 \ - postgres-protocol-0.6.7 \ - postgres-types-0.2.8 \ + postgres-0.19.10 \ + postgres-protocol-0.6.8 \ + postgres-types-0.2.9 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ pretty-hex-0.3.0 \ @@ -314,8 +313,11 @@ CARGO_CRATES= addr2line-0.21.0 \ quote-1.0.37 \ radium-0.7.0 \ rand-0.8.5 \ + rand-0.9.0 \ rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ rand_core-0.6.4 \ + rand_core-0.9.0 \ redox_syscall-0.4.1 \ redox_syscall-0.5.1 \ ref-cast-1.0.23 \ @@ -326,7 +328,7 @@ CARGO_CRATES= addr2line-0.21.0 \ regex-syntax-0.8.5 \ relative-path-1.9.3 \ rend-0.4.2 \ - ring-0.17.8 \ + ring-0.17.13 \ rkyv-0.7.44 \ rkyv_derive-0.7.44 \ rstest-0.24.0 \ @@ -337,8 +339,8 @@ CARGO_CRATES= addr2line-0.21.0 \ rustc-hash-1.1.0 \ rustc_version-0.4.1 \ rustix-0.38.40 \ - rustler-0.36.0 \ - rustler_codegen-0.36.0 \ + rustler-0.36.1 \ + rustler_codegen-0.36.1 \ rustls-0.21.12 \ rustls-native-certs-0.6.3 \ rustls-pemfile-1.0.4 \ @@ -360,7 +362,7 @@ CARGO_CRATES= addr2line-0.21.0 \ serde-1.0.217 \ serde_derive-1.0.217 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.137 \ + serde_json-1.0.138 \ serde_yaml-0.9.34+deprecated \ sha1-0.10.6 \ sha2-0.10.8 \ @@ -374,27 +376,28 @@ CARGO_CRATES= addr2line-0.21.0 \ slab-0.4.9 \ smallvec-1.13.2 \ socket2-0.5.7 \ - spin-0.9.8 \ sqlformat-0.3.5 \ - sqlparser-0.52.0 \ - stacker-0.1.17 \ + sqlparser-0.53.0 \ + stacker-0.1.18 \ static_assertions-1.1.0 \ stringprep-0.1.5 \ strsim-0.10.0 \ strsim-0.11.1 \ strum-0.25.0 \ strum-0.26.3 \ + strum-0.27.0 \ strum_macros-0.25.3 \ strum_macros-0.26.4 \ + strum_macros-0.27.0 \ subprocess-0.2.9 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.96 \ + syn-2.0.98 \ syn_derive-0.1.8 \ tap-1.0.1 \ tar-0.4.40 \ target-lexicon-0.12.14 \ - tempfile-3.15.0 \ + tempfile-3.17.1 \ termcolor-1.4.1 \ terminal_size-0.3.0 \ test_each_file-0.3.4 \ @@ -410,9 +413,9 @@ CARGO_CRATES= addr2line-0.21.0 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.42.0 \ - tokio-macros-2.4.0 \ - tokio-postgres-0.7.12 \ + tokio-1.43.0 \ + tokio-macros-2.5.0 \ + tokio-postgres-0.7.13 \ tokio-rustls-0.24.1 \ tokio-util-0.7.13 \ toml-0.5.11 \ @@ -450,6 +453,7 @@ CARGO_CRATES= addr2line-0.21.0 \ version_check-0.9.4 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.13.3+wasi-0.2.2 \ wasite-0.1.0 \ wasm-bindgen-0.2.97 \ wasm-bindgen-backend-0.2.97 \ @@ -497,11 +501,14 @@ CARGO_CRATES= addr2line-0.21.0 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ winnow-0.6.24 \ + wit-bindgen-rt-0.33.0 \ wyz-0.5.1 \ xattr-1.3.1 \ yansi-1.0.1 \ zerocopy-0.7.34 \ + zerocopy-0.8.14 \ zerocopy-derive-0.7.34 \ + zerocopy-derive-0.8.14 \ zstd-0.13.1 \ zstd-safe-7.1.0 \ zstd-sys-2.0.10+zstd.1.5.6 diff --git a/lang/prql/distinfo b/lang/prql/distinfo index e5ac19677904..a5b4345395a5 100644 --- a/lang/prql/distinfo +++ b/lang/prql/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1737870608 +TIMESTAMP = 1748373869 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -31,8 +31,8 @@ SHA256 (rust/crates/anstyle-wincon-3.0.6.crate) = 2109dbce0e72be3ec00bed26e6a747 SIZE (rust/crates/anstyle-wincon-3.0.6.crate) = 12271 SHA256 (rust/crates/anyhow-1.0.95.crate) = 34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04 SIZE (rust/crates/anyhow-1.0.95.crate) = 52155 -SHA256 (rust/crates/ariadne-0.4.1.crate) = 44055e597c674aef7cb903b2b9f6e4cba1277ed0d2d61dae7cd52d7ffa81f8e2 -SIZE (rust/crates/ariadne-0.4.1.crate) = 27203 +SHA256 (rust/crates/ariadne-0.5.0.crate) = 31beedec3ce83ae6da3a79592b3d8d7afd146a5b15bb9bb940279aced60faa89 +SIZE (rust/crates/ariadne-0.5.0.crate) = 30873 SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 SHA256 (rust/crates/arrow-53.2.0.crate) = 4caf25cdc4a985f91df42ed9e9308e1adbcd341a31a72605c697033fcef163e3 @@ -107,8 +107,8 @@ SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f SIZE (rust/crates/bytes-1.6.0.crate) = 60605 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 -SHA256 (rust/crates/cc-1.1.15.crate) = 57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6 -SIZE (rust/crates/cc-1.1.15.crate) = 83085 +SHA256 (rust/crates/cc-1.2.13.crate) = c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda +SIZE (rust/crates/cc-1.2.13.crate) = 102839 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -245,8 +245,6 @@ SHA256 (rust/crates/enumflags2_derive-0.7.9.crate) = 5c785274071b1b420972453b306 SIZE (rust/crates/enumflags2_derive-0.7.9.crate) = 7901 SHA256 (rust/crates/env_filter-0.1.2.crate) = 4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab SIZE (rust/crates/env_filter-0.1.2.crate) = 13327 -SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580 -SIZE (rust/crates/env_logger-0.10.2.crate) = 36402 SHA256 (rust/crates/env_logger-0.11.5.crate) = e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d SIZE (rust/crates/env_logger-0.11.5.crate) = 30683 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 @@ -313,6 +311,8 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 +SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 SHA256 (rust/crates/getset-0.1.2.crate) = e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9 SIZE (rust/crates/getset-0.1.2.crate) = 8831 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 @@ -375,8 +375,8 @@ SHA256 (rust/crates/inventory-0.3.15.crate) = f958d3d68f4167080a18141e10381e7634 SIZE (rust/crates/inventory-0.3.15.crate) = 13967 SHA256 (rust/crates/io-enum-1.1.3.crate) = 53b53d712d99a73eec59ee5e4fe6057f8052142d38eeafbbffcb06b36d738a6e SIZE (rust/crates/io-enum-1.1.3.crate) = 9414 -SHA256 (rust/crates/is-terminal-0.4.13.crate) = 261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b -SIZE (rust/crates/is-terminal-0.4.13.crate) = 7665 +SHA256 (rust/crates/is-terminal-0.4.15.crate) = e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37 +SIZE (rust/crates/is-terminal-0.4.15.crate) = 7770 SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 @@ -439,8 +439,8 @@ SHA256 (rust/crates/lru-0.12.3.crate) = d3262e75e648fce39813cb56ac41f3c3e3f65217 SIZE (rust/crates/lru-0.12.3.crate) = 15009 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf SIZE (rust/crates/md-5-0.10.6.crate) = 16161 -SHA256 (rust/crates/mdbook-0.4.43.crate) = fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148 -SIZE (rust/crates/mdbook-0.4.43.crate) = 1496318 +SHA256 (rust/crates/mdbook-0.4.44.crate) = f9da1e54401fe5d45a664c57e112e70f18e8c5a73e268c179305b932ee864574 +SIZE (rust/crates/mdbook-0.4.44.crate) = 1500619 SHA256 (rust/crates/mdbook-preprocessor-boilerplate-0.1.2.crate) = b701f4b714493948044f46e03b8d4a1b2e0844c5ff65c4214081ee091b680ef6 SIZE (rust/crates/mdbook-preprocessor-boilerplate-0.1.2.crate) = 14967 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 @@ -449,8 +449,8 @@ SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb4486776 SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/minicov-0.3.5.crate) = 5c71e683cd655513b99affab7d317deb690528255a0d5f717f1024093c12b169 SIZE (rust/crates/minicov-0.3.5.crate) = 41333 -SHA256 (rust/crates/minijinja-2.6.0.crate) = 212b4cab3aad057bc6e611814472905546c533295723b9e26a31c7feb19a8e65 -SIZE (rust/crates/minijinja-2.6.0.crate) = 160897 +SHA256 (rust/crates/minijinja-2.7.0.crate) = cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9 +SIZE (rust/crates/minijinja-2.7.0.crate) = 163667 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.7.3.crate) = 87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae @@ -505,14 +505,14 @@ SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 SHA256 (rust/crates/opener-0.7.2.crate) = d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681 SIZE (rust/crates/opener-0.7.2.crate) = 19229 -SHA256 (rust/crates/openssl-0.10.66.crate) = 9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1 -SIZE (rust/crates/openssl-0.10.66.crate) = 273705 +SHA256 (rust/crates/openssl-0.10.70.crate) = 61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6 +SIZE (rust/crates/openssl-0.10.70.crate) = 277545 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-sys-0.9.103.crate) = 7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6 -SIZE (rust/crates/openssl-sys-0.9.103.crate) = 71552 +SHA256 (rust/crates/openssl-sys-0.9.105.crate) = 8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc +SIZE (rust/crates/openssl-sys-0.9.105.crate) = 72287 SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310 SHA256 (rust/crates/pac_cell-0.1.1.crate) = 4fedd80c472f62662c2039c01b2434ca886948fb2f1aa2bc30b84ec53e474bdf @@ -545,12 +545,12 @@ SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee280 SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 -SHA256 (rust/crates/postgres-0.19.9.crate) = 95c918733159f4d55d2ceb262950f00b0aebd6af4aa97b5a47bb0655120475ed -SIZE (rust/crates/postgres-0.19.9.crate) = 28580 -SHA256 (rust/crates/postgres-protocol-0.6.7.crate) = acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23 -SIZE (rust/crates/postgres-protocol-0.6.7.crate) = 25372 -SHA256 (rust/crates/postgres-types-0.2.8.crate) = f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f -SIZE (rust/crates/postgres-types-0.2.8.crate) = 30328 +SHA256 (rust/crates/postgres-0.19.10.crate) = 363e6dfbdd780d3aa3597b6eb430db76bb315fa9bad7fae595bb8def808b8470 +SIZE (rust/crates/postgres-0.19.10.crate) = 41354 +SHA256 (rust/crates/postgres-protocol-0.6.8.crate) = 76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54 +SIZE (rust/crates/postgres-protocol-0.6.8.crate) = 29415 +SHA256 (rust/crates/postgres-types-0.2.9.crate) = 613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48 +SIZE (rust/crates/postgres-types-0.2.9.crate) = 38987 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de @@ -593,10 +593,16 @@ SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 +SIZE (rust/crates/rand-0.9.0.crate) = 97798 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/rand_core-0.9.0.crate) = b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff +SIZE (rust/crates/rand_core-0.9.0.crate) = 23441 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e @@ -617,8 +623,8 @@ SHA256 (rust/crates/relative-path-1.9.3.crate) = ba39f3699c378cd8970968dcbff9c43 SIZE (rust/crates/relative-path-1.9.3.crate) = 22400 SHA256 (rust/crates/rend-0.4.2.crate) = 71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c SIZE (rust/crates/rend-0.4.2.crate) = 9324 -SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d -SIZE (rust/crates/ring-0.17.8.crate) = 4188554 +SHA256 (rust/crates/ring-0.17.13.crate) = 70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee +SIZE (rust/crates/ring-0.17.13.crate) = 1501917 SHA256 (rust/crates/rkyv-0.7.44.crate) = 5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0 SIZE (rust/crates/rkyv-0.7.44.crate) = 115686 SHA256 (rust/crates/rkyv_derive-0.7.44.crate) = a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65 @@ -639,10 +645,10 @@ SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustix-0.38.40.crate) = 99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0 SIZE (rust/crates/rustix-0.38.40.crate) = 377954 -SHA256 (rust/crates/rustler-0.36.0.crate) = 1f7b219d7473cf473409665a4898d66688b34736e51bb5791098b0d3390e4c98 -SIZE (rust/crates/rustler-0.36.0.crate) = 61446 -SHA256 (rust/crates/rustler_codegen-0.36.0.crate) = 743ec5267bd5f18fd88d89f7e729c0f43b97d9c2539959915fa1f234300bb621 -SIZE (rust/crates/rustler_codegen-0.36.0.crate) = 16761 +SHA256 (rust/crates/rustler-0.36.1.crate) = f04a7b61bf2db5495d6c0d2eb4b3f0f366864d47f2482834656e25d1b25fe290 +SIZE (rust/crates/rustler-0.36.1.crate) = 63371 +SHA256 (rust/crates/rustler_codegen-0.36.1.crate) = bf9365a04e3a3a4d3136953d97c67fd0a9c036d36197917961551c2cc1ecb385 +SIZE (rust/crates/rustler_codegen-0.36.1.crate) = 18309 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 @@ -685,8 +691,8 @@ SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496 SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 -SHA256 (rust/crates/serde_json-1.0.137.crate) = 930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b -SIZE (rust/crates/serde_json-1.0.137.crate) = 154512 +SHA256 (rust/crates/serde_json-1.0.138.crate) = d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949 +SIZE (rust/crates/serde_json-1.0.138.crate) = 154769 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/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba @@ -713,14 +719,12 @@ SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47 SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c SIZE (rust/crates/socket2-0.5.7.crate) = 55758 -SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 -SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/sqlformat-0.3.5.crate) = a0d7b3e8a3b6f2ee93ac391a0f757c13790caa0147892e3545cd549dd5b54bc0 SIZE (rust/crates/sqlformat-0.3.5.crate) = 26384 -SHA256 (rust/crates/sqlparser-0.52.0.crate) = 9a875d8cd437cc8a97e9aeaeea352ec9a19aea99c23e9effb17757291de80b08 -SIZE (rust/crates/sqlparser-0.52.0.crate) = 238970 -SHA256 (rust/crates/stacker-0.1.17.crate) = 799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b -SIZE (rust/crates/stacker-0.1.17.crate) = 14699 +SHA256 (rust/crates/sqlparser-0.53.0.crate) = 05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8 +SIZE (rust/crates/sqlparser-0.53.0.crate) = 266820 +SHA256 (rust/crates/stacker-0.1.18.crate) = 1d08feb8f695b465baed819b03c128dc23f57a694510ab1f06c77f763975685e +SIZE (rust/crates/stacker-0.1.18.crate) = 14996 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/stringprep-0.1.5.crate) = 7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1 @@ -733,18 +737,22 @@ SHA256 (rust/crates/strum-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87 SIZE (rust/crates/strum-0.25.0.crate) = 5539 SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 SIZE (rust/crates/strum-0.26.3.crate) = 7237 +SHA256 (rust/crates/strum-0.27.0.crate) = ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f +SIZE (rust/crates/strum-0.27.0.crate) = 7302 SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 +SHA256 (rust/crates/strum_macros-0.27.0.crate) = 9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7 +SIZE (rust/crates/strum_macros-0.27.0.crate) = 28941 SHA256 (rust/crates/subprocess-0.2.9.crate) = 0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086 SIZE (rust/crates/subprocess-0.2.9.crate) = 46463 SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 -SIZE (rust/crates/syn-2.0.96.crate) = 297497 +SHA256 (rust/crates/syn-2.0.98.crate) = 36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1 +SIZE (rust/crates/syn-2.0.98.crate) = 297807 SHA256 (rust/crates/syn_derive-0.1.8.crate) = 1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b SIZE (rust/crates/syn_derive-0.1.8.crate) = 5173 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 @@ -753,8 +761,8 @@ SHA256 (rust/crates/tar-0.4.40.crate) = b16afcea1f22891c49a00c751c7b63b223328406 SIZE (rust/crates/tar-0.4.40.crate) = 51844 SHA256 (rust/crates/target-lexicon-0.12.14.crate) = e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f SIZE (rust/crates/target-lexicon-0.12.14.crate) = 25508 -SHA256 (rust/crates/tempfile-3.15.0.crate) = 9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704 -SIZE (rust/crates/tempfile-3.15.0.crate) = 35693 +SHA256 (rust/crates/tempfile-3.17.1.crate) = 22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230 +SIZE (rust/crates/tempfile-3.17.1.crate) = 39240 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 @@ -785,12 +793,12 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.42.0.crate) = 5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551 -SIZE (rust/crates/tokio-1.42.0.crate) = 806998 -SHA256 (rust/crates/tokio-macros-2.4.0.crate) = 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 -SIZE (rust/crates/tokio-macros-2.4.0.crate) = 12501 -SHA256 (rust/crates/tokio-postgres-0.7.12.crate) = 3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb -SIZE (rust/crates/tokio-postgres-0.7.12.crate) = 79307 +SHA256 (rust/crates/tokio-1.43.0.crate) = 3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e +SIZE (rust/crates/tokio-1.43.0.crate) = 817422 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-postgres-0.7.13.crate) = 6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0 +SIZE (rust/crates/tokio-postgres-0.7.13.crate) = 93599 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 SHA256 (rust/crates/tokio-util-0.7.13.crate) = d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078 @@ -865,6 +873,8 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 +SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 SHA256 (rust/crates/wasite-0.1.0.crate) = b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b SIZE (rust/crates/wasite-0.1.0.crate) = 2346 SHA256 (rust/crates/wasm-bindgen-0.2.97.crate) = d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c @@ -959,6 +969,8 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/winnow-0.6.24.crate) = c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a SIZE (rust/crates/winnow-0.6.24.crate) = 165680 +SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c +SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/xattr-1.3.1.crate) = 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f @@ -967,13 +979,17 @@ SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e3 SIZE (rust/crates/yansi-1.0.1.crate) = 75497 SHA256 (rust/crates/zerocopy-0.7.34.crate) = ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 SIZE (rust/crates/zerocopy-0.7.34.crate) = 151177 +SHA256 (rust/crates/zerocopy-0.8.14.crate) = a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468 +SIZE (rust/crates/zerocopy-0.8.14.crate) = 229188 SHA256 (rust/crates/zerocopy-derive-0.7.34.crate) = 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b SIZE (rust/crates/zerocopy-derive-0.7.34.crate) = 37907 +SHA256 (rust/crates/zerocopy-derive-0.8.14.crate) = d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1 +SIZE (rust/crates/zerocopy-derive-0.8.14.crate) = 80308 SHA256 (rust/crates/zstd-0.13.1.crate) = 2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a SIZE (rust/crates/zstd-0.13.1.crate) = 29805 SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 -SHA256 (PRQL-prql-0.13.3_GH0.tar.gz) = f64c22933ba0d4f5664bacbd2278de41baf74cef3a20e86b718dbd6348fc369f -SIZE (PRQL-prql-0.13.3_GH0.tar.gz) = 3254786 +SHA256 (PRQL-prql-0.13.4_GH0.tar.gz) = 1d214df7827659e9573afc339078e421e326953f7954ba0cba0b996e0d110531 +SIZE (PRQL-prql-0.13.4_GH0.tar.gz) = 3017226 diff --git a/lang/python312/Makefile b/lang/python312/Makefile index c5ddd8cc78af..f5f87217109c 100644 --- a/lang/python312/Makefile +++ b/lang/python312/Makefile @@ -1,11 +1,15 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${DISTVERSION} DIST_SUBDIR= python +PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= 4398b788ffc1f954a2c552da285477d42a571292.patch:-p1 + MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language WWW= https://www.python.org/ diff --git a/lang/python312/distinfo b/lang/python312/distinfo index 6aeaa380636a..13ee274c387e 100644 --- a/lang/python312/distinfo +++ b/lang/python312/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1744159546 +TIMESTAMP = 1748373679 SHA256 (python/Python-3.12.10.tar.xz) = 07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea SIZE (python/Python-3.12.10.tar.xz) = 20520960 +SHA256 (python/4398b788ffc1f954a2c552da285477d42a571292.patch) = 16fab1f509849e6e28faf12f78f931a192366b7300d4da00fc8d610c9d322d71 +SIZE (python/4398b788ffc1f954a2c552da285477d42a571292.patch) = 24040 diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index ad6f7d553ba4..8bcb5baf4afc 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -14,8 +14,8 @@ MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo -NIGHTLY_DATE= 2025-05-12 -BOOTSTRAPS_DATE= 2025-04-02 +NIGHTLY_DATE= 2025-05-26 +BOOTSTRAPS_DATE= 2025-05-12 RUST_BOOTSTRAP_VERSION= beta .include "${MASTERDIR}/Makefile" diff --git a/lang/rust-nightly/distinfo b/lang/rust-nightly/distinfo index 85dd9fa03e11..f4592890e273 100644 --- a/lang/rust-nightly/distinfo +++ b/lang/rust-nightly/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1747135686 -SHA256 (rust/2025-05-12/rustc-nightly-src.tar.xz) = b5707eca97561a1f59e19d0d0d1d2ee9d930e5bccdb00ce569067825ef3e1746 -SIZE (rust/2025-05-12/rustc-nightly-src.tar.xz) = 283351272 -SHA256 (rust/2025-04-02/rustc-beta-x86_64-unknown-freebsd.tar.xz) = c8d0147c625faa5ce0e75c2509827bc4b190ad286e41411bce92023e00eb7a1d -SIZE (rust/2025-04-02/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 88062036 -SHA256 (rust/2025-04-02/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 8bef59b74196fa9f7839bb491f6b32d0761a45c8d7178980ee3afd80231b836e -SIZE (rust/2025-04-02/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 28281300 -SHA256 (rust/2025-04-02/cargo-beta-x86_64-unknown-freebsd.tar.xz) = eae168df54ddfe95db669c205ae97baa902056722856fa174758ebd058168a95 -SIZE (rust/2025-04-02/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 10577536 +TIMESTAMP = 1748343065 +SHA256 (rust/2025-05-26/rustc-nightly-src.tar.xz) = 33a1aa7e10e591abe3e1c5315163f33f56fd3da50bb0df4660f3a3ad00407b60 +SIZE (rust/2025-05-26/rustc-nightly-src.tar.xz) = 282590168 +SHA256 (rust/2025-05-12/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 6930ccd83b6b63d0a876eb5ac52c32a8449fd4cea8666b919494ce6358c6122c +SIZE (rust/2025-05-12/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 88300072 +SHA256 (rust/2025-05-12/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = a930b94bc005ce2b09b4d67abf47bfeafad8c7ab6ca5c15acc10e023818e7b25 +SIZE (rust/2025-05-12/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 27730396 +SHA256 (rust/2025-05-12/cargo-beta-x86_64-unknown-freebsd.tar.xz) = d8f73cb808471883a5f6ee8db3dd5165fff5084ae744f4ffdca89fb545faaba8 +SIZE (rust/2025-05-12/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 10575040 diff --git a/lang/rust-nightly/files/patch-vendor_cc.rs b/lang/rust-nightly/files/patch-vendor_cc.rs index 3e9a42a7f8dd..207c262c004a 100644 --- a/lang/rust-nightly/files/patch-vendor_cc.rs +++ b/lang/rust-nightly/files/patch-vendor_cc.rs @@ -47,8 +47,8 @@ https://reviews.llvm.org/D77776 (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), (false, false, false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU"); ---- vendor/cc-1.2.17/src/tool.rs.orig 2025-04-01 18:22:03 UTC -+++ vendor/cc-1.2.17/src/tool.rs +--- vendor/cc-1.2.22/src/tool.rs.orig 2025-04-01 18:22:03 UTC ++++ vendor/cc-1.2.22/src/tool.rs @@ -141,9 +141,7 @@ impl Tool { match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { @@ -60,8 +60,8 @@ https://reviews.llvm.org/D77776 (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), (false, false, false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU"); ---- vendor/cc-1.2.21/src/tool.rs.orig 2025-04-01 18:22:03 UTC -+++ vendor/cc-1.2.21/src/tool.rs +--- vendor/cc-1.2.23/src/tool.rs.orig 2025-04-01 18:22:03 UTC ++++ vendor/cc-1.2.23/src/tool.rs @@ -141,9 +141,7 @@ impl Tool { match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { diff --git a/lang/rust-nightly/files/patch-vendor_git2-0.20.0_src_lib.rs b/lang/rust-nightly/files/patch-vendor_git2-0.20.2_src_lib.rs index 1676f0c23188..116d0b1fd583 100644 --- a/lang/rust-nightly/files/patch-vendor_git2-0.20.0_src_lib.rs +++ b/lang/rust-nightly/files/patch-vendor_git2-0.20.2_src_lib.rs @@ -1,5 +1,5 @@ ---- vendor/git2-0.20.0/src/lib.rs.orig 2025-02-21 20:02:44 UTC -+++ vendor/git2-0.20.0/src/lib.rs +--- vendor/git2-0.20.2/src/lib.rs.orig 2025-02-21 20:02:44 UTC ++++ vendor/git2-0.20.2/src/lib.rs @@ -759,6 +759,7 @@ fn init() { unix, not(target_os = "macos"), diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index c5cde845e40d..636fd68d62b2 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -1,6 +1,6 @@ PORTNAME= mailpit DISTVERSIONPREFIX= v -DISTVERSION= 1.25.0 +DISTVERSION= 1.25.1 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ LOCAL/madpilot/mailpit:npmcache diff --git a/mail/mailpit/distinfo b/mail/mailpit/distinfo index 19ae8733fed0..df2c4b653164 100644 --- a/mail/mailpit/distinfo +++ b/mail/mailpit/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1747562307 -SHA256 (go/mail_mailpit/mailpit-v1.25.0/mailpit-npm-cache-1.25.0.tar.zst) = fc276102da8b784f6434e241f90c93af1aaa4927d01e3a404612e8f2d0ea9d1e -SIZE (go/mail_mailpit/mailpit-v1.25.0/mailpit-npm-cache-1.25.0.tar.zst) = 32093602 -SHA256 (go/mail_mailpit/mailpit-v1.25.0/v1.25.0.mod) = 34e4eec1fd097d9e4974cf07bad575ee40efaeffb5e98e3fa4032533d541df68 -SIZE (go/mail_mailpit/mailpit-v1.25.0/v1.25.0.mod) = 2568 -SHA256 (go/mail_mailpit/mailpit-v1.25.0/v1.25.0.zip) = 98068de55d4132ef8e938a35bea63878bafcb935f524b0657aa22a044839ad07 -SIZE (go/mail_mailpit/mailpit-v1.25.0/v1.25.0.zip) = 559343 +TIMESTAMP = 1748211614 +SHA256 (go/mail_mailpit/mailpit-v1.25.1/mailpit-npm-cache-1.25.1.tar.zst) = b5ec0f88dbc5c5a603582c537db0fba7797f74ad6dfce23b2aeadabd140a1fa1 +SIZE (go/mail_mailpit/mailpit-v1.25.1/mailpit-npm-cache-1.25.1.tar.zst) = 32080871 +SHA256 (go/mail_mailpit/mailpit-v1.25.1/v1.25.1.mod) = 1430104c7a28c60862f4bf67567afe3aaf59ab9385ab6f243c6834874aa75226 +SIZE (go/mail_mailpit/mailpit-v1.25.1/v1.25.1.mod) = 2568 +SHA256 (go/mail_mailpit/mailpit-v1.25.1/v1.25.1.zip) = 569db4eea905cd2ee27031cdbbae42dc33df43402831b8449b9e2e9f7ca05025 +SIZE (go/mail_mailpit/mailpit-v1.25.1/v1.25.1.zip) = 559706 diff --git a/mail/mailpit/files/patch-package-lock.json b/mail/mailpit/files/patch-package-lock.json index 500d8c0839d4..aa9c036b63d2 100644 --- a/mail/mailpit/files/patch-package-lock.json +++ b/mail/mailpit/files/patch-package-lock.json @@ -17,9 +17,9 @@ } }, - "node_modules/@bufbuild/protobuf": { -- "version": "2.4.0", -- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.4.0.tgz", -- "integrity": "sha512-RN9M76x7N11QRihKovEglEjjVCQEA9PRBVnDgk9xw8JHLrcUrp4FpAVSPSH91cNbcTft3u2vpLN4GMbiKY9PJw==", +- "version": "2.5.0", +- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.5.0.tgz", +- "integrity": "sha512-nniMblXT+dNyubek2OLKAYJnG/in4tmfS2c5CDnIvqfF9kFlERSG3FCBvmdqerpkWuPv0qhdGKReQ2OqKPG20w==", - "dev": true, - "license": "(Apache-2.0 AND BSD-3-Clause)", - "peer": true diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index cbf3cd373ac6..c15699eb3a43 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -1,7 +1,7 @@ PORTNAME= mlmmj -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= mail -MASTER_SITES= https://codeberg.org/mlmmj/mlmmj/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ +MASTER_SITES= https://codeberg.org/mlmmj/mlmmj/releases/download/RELEASE_${PORTVERSION}/ MAINTAINER= bapt@FreeBSD.org COMMENT= Simple and slim mailing list manager diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo index 3190d793447b..2412e9f4b6dd 100644 --- a/mail/mlmmj/distinfo +++ b/mail/mlmmj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738143224 -SHA256 (mlmmj-1.5.0.tar.xz) = de0be6c2910ac8bf8291dc86a3819a08b7cdb1019c54ede1791e166967bf1baa -SIZE (mlmmj-1.5.0.tar.xz) = 278204 +TIMESTAMP = 1748265133 +SHA256 (mlmmj-1.5.1.tar.xz) = ea2fca5a9d7bfe1a6712b72b0185376e7e1f5817d83dcf11ad9491b3c75f075e +SIZE (mlmmj-1.5.1.tar.xz) = 276888 diff --git a/mail/py-checkdmarc/Makefile b/mail/py-checkdmarc/Makefile index 325ab281c2da..b3468a6e9076 100644 --- a/mail/py-checkdmarc/Makefile +++ b/mail/py-checkdmarc/Makefile @@ -1,5 +1,5 @@ PORTNAME= checkdmarc -PORTVERSION= 5.8.1 +PORTVERSION= 5.8.2 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0,1:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}expiringdict>=1.1.4:devel/py-expiringdict@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pem>=23.1.0:security/py-pem@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}publicsuffixlist>=0.10.0:dns/py-publicsuffixlist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyleri>=1.3.2:devel/py-pyleri@${PY_FLAVOR} \ diff --git a/mail/py-checkdmarc/distinfo b/mail/py-checkdmarc/distinfo index 9096b952d547..47c99247d4d7 100644 --- a/mail/py-checkdmarc/distinfo +++ b/mail/py-checkdmarc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836166 -SHA256 (checkdmarc-5.8.1.tar.gz) = a67af55c955c84debc907d3c1cf4d5371ed7a9aa07d82d34e3ab69f762358eb5 -SIZE (checkdmarc-5.8.1.tar.gz) = 42182 +TIMESTAMP = 1747715446 +SHA256 (checkdmarc-5.8.2.tar.gz) = f7775bf19d2841b412e5b954c9f543fc735c83d3a872eb3fb2324e87f0005c92 +SIZE (checkdmarc-5.8.2.tar.gz) = 44117 diff --git a/mail/py-checkdmarc/files/patch-pyproject.toml b/mail/py-checkdmarc/files/patch-pyproject.toml deleted file mode 100644 index fa88c278c62d..000000000000 --- a/mail/py-checkdmarc/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -32,7 +32,7 @@ dependencies = [ - dependencies = [ - "dnspython>=2.0.0", - "cryptography>=41.0.7", -- "pyopenssl>=24.2.1", -+ "pyopenssl>=24.1.0", - "pem>=23.1.0", - "expiringdict>=1.1.4", - "publicsuffixlist>=0.10.0", diff --git a/math/Makefile b/math/Makefile index 13a8e8ec88c2..1fe75be0d6f4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1134,6 +1134,7 @@ SUBDIR += py-umap-learn SUBDIR += py-uncertainties SUBDIR += py-unyt + SUBDIR += py-vector SUBDIR += py-vincenty SUBDIR += py-yt SUBDIR += py-z3-solver diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 2b70408760bb..aa8c3dc9df77 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= RcppArmadillo -DISTVERSION= 14.4.2-1 +DISTVERSION= 14.4.3-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index 707967ba740d..8f833e6972ff 100644 --- a/math/R-cran-RcppArmadillo/distinfo +++ b/math/R-cran-RcppArmadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746182506 -SHA256 (RcppArmadillo_14.4.2-1.tar.gz) = 1d19d69a9931e7843e95645157ea2600725916f57f0a0f2a050fcdf17b39c0b4 -SIZE (RcppArmadillo_14.4.2-1.tar.gz) = 1402597 +TIMESTAMP = 1748191249 +SHA256 (RcppArmadillo_14.4.3-1.tar.gz) = 114f56058c3e29017f4028e63e2af2ebf56f28ee4362792358a571786de8a438 +SIZE (RcppArmadillo_14.4.3-1.tar.gz) = 1402512 diff --git a/math/R-cran-maps/Makefile b/math/R-cran-maps/Makefile index a6412e1f368f..1bc6d6cd4a14 100644 --- a/math/R-cran-maps/Makefile +++ b/math/R-cran-maps/Makefile @@ -1,5 +1,5 @@ PORTNAME= maps -DISTVERSION= 3.4.2.1 +DISTVERSION= 3.4.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-maps/distinfo b/math/R-cran-maps/distinfo index 63955bef2105..021e80d2385a 100644 --- a/math/R-cran-maps/distinfo +++ b/math/R-cran-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731313664 -SHA256 (maps_3.4.2.1.tar.gz) = 0be35c7c48f6fcd9ea05e8b280f3bd4d7efa13c3f67cac863ca3493cc9944bef -SIZE (maps_3.4.2.1.tar.gz) = 2273638 +TIMESTAMP = 1748336014 +SHA256 (maps_3.4.3.tar.gz) = 3b6d4945330041280ddb3f89fbe0d7dbcf124befef94e8d77e809122d8d588b8 +SIZE (maps_3.4.3.tar.gz) = 2276142 diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index 4a39ed4c9ad8..39c6b0071d37 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -1,5 +1,6 @@ PORTNAME= sf DISTVERSION= 1.0-21 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index 61bebcb8274b..c8f7a7768223 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -1,5 +1,6 @@ PORTNAME= terra DISTVERSION= 1.8-50 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/mdal/Makefile b/math/mdal/Makefile index 7de33d701234..e7cd9b760930 100644 --- a/math/mdal/Makefile +++ b/math/mdal/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdal DISTVERSIONPREFIX= release- DISTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math geography MAINTAINER= wen@FreeBSD.org diff --git a/math/p5-Math-GMPq/Makefile b/math/p5-Math-GMPq/Makefile index b399e3439e6f..a436ddcc945d 100644 --- a/math/p5-Math-GMPq/Makefile +++ b/math/p5-Math-GMPq/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-GMPq -PORTVERSION= 0.64 +PORTVERSION= 0.66 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-GMPq/distinfo b/math/p5-Math-GMPq/distinfo index 4d4180ebb293..4108a3ecae1f 100644 --- a/math/p5-Math-GMPq/distinfo +++ b/math/p5-Math-GMPq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288808 -SHA256 (Math-GMPq-0.64.tar.gz) = bc9cdf01afc1c024e9bb3a7bd261823ba2ad64296431ff28deb3376f8b6581cd -SIZE (Math-GMPq-0.64.tar.gz) = 63298 +TIMESTAMP = 1747715320 +SHA256 (Math-GMPq-0.66.tar.gz) = 4f4da406b3bc646af495a202667b3497114311b84efac9bd7f7ea5576b8ea082 +SIZE (Math-GMPq-0.66.tar.gz) = 70318 diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 46e6d28e95e0..95b0e9b6787d 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdal DISTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= math databases graphics MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/math/primecount/Makefile b/math/primecount/Makefile index 9bd365431bf1..c40e6c3f9e81 100644 --- a/math/primecount/Makefile +++ b/math/primecount/Makefile @@ -1,6 +1,6 @@ PORTNAME= primecount DISTVERSIONPREFIX= v -DISTVERSION= 7.16 +DISTVERSION= 7.18 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/primecount/distinfo b/math/primecount/distinfo index 6413bd8f5c04..9c7dee5d4363 100644 --- a/math/primecount/distinfo +++ b/math/primecount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743933234 -SHA256 (kimwalisch-primecount-v7.16_GH0.tar.gz) = 437cde8198fbfed3a16510786d99edb22da2766f0f0376450690d55a74ea5cf3 -SIZE (kimwalisch-primecount-v7.16_GH0.tar.gz) = 504826 +TIMESTAMP = 1748365438 +SHA256 (kimwalisch-primecount-v7.18_GH0.tar.gz) = 9d8a0127cc4dd9319006b5db6c6f9844532dab9da9c2d410d1e244902463a399 +SIZE (kimwalisch-primecount-v7.18_GH0.tar.gz) = 528607 diff --git a/math/primecount/pkg-plist b/math/primecount/pkg-plist index d9b40171c08c..05b5e2d976a1 100644 --- a/math/primecount/pkg-plist +++ b/math/primecount/pkg-plist @@ -1,8 +1,12 @@ bin/primecount include/primecount.h include/primecount.hpp +lib/cmake/primecount/primecountConfig.cmake +lib/cmake/primecount/primecountConfigVersion.cmake +lib/cmake/primecount/primecountShared-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/primecount/primecountShared.cmake lib/libprimecount.so -lib/libprimecount.so.7 lib/libprimecount.so.%%VER%% +lib/libprimecount.so.7 libdata/pkgconfig/primecount.pc share/man/man1/primecount.1.gz diff --git a/math/primesieve/Makefile b/math/primesieve/Makefile index 01b4c75c3881..44c0bbddbf5e 100644 --- a/math/primesieve/Makefile +++ b/math/primesieve/Makefile @@ -1,6 +1,6 @@ PORTNAME= primesieve DISTVERSIONPREFIX= v -DISTVERSION= 12.7 +DISTVERSION= 12.9 PORTEPOCH= 1 CATEGORIES= math @@ -20,6 +20,6 @@ GH_ACCOUNT= kimwalisch CMAKE_OFF= BUILD_STATIC_LIBS CMAKE_TESTING_ON= BUILD_TESTS -# tests as of 12.7: 100% tests passed, 0 tests failed out of 34 +# tests as of 12.9: 100% tests passed, 0 tests failed out of 34 .include <bsd.port.mk> diff --git a/math/primesieve/distinfo b/math/primesieve/distinfo index d983422fe2f8..79eb8e4d1a50 100644 --- a/math/primesieve/distinfo +++ b/math/primesieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740988483 -SHA256 (kimwalisch-primesieve-v12.7_GH0.tar.gz) = c29d5173266f39804fa607783163c823eb1112132d4c68884e20a54b1a30f9f5 -SIZE (kimwalisch-primesieve-v12.7_GH0.tar.gz) = 203120 +TIMESTAMP = 1747936107 +SHA256 (kimwalisch-primesieve-v12.9_GH0.tar.gz) = 0638f82a3dc35c0dc0b598857dfd1bc280b6de71e930724a40a35af60b440278 +SIZE (kimwalisch-primesieve-v12.9_GH0.tar.gz) = 204842 diff --git a/math/primesieve/pkg-plist b/math/primesieve/pkg-plist index d7d1a368fb3f..f047e9787908 100644 --- a/math/primesieve/pkg-plist +++ b/math/primesieve/pkg-plist @@ -11,6 +11,6 @@ lib/cmake/primesieve/primesieveShared-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/primesieve/primesieveShared.cmake lib/libprimesieve.so lib/libprimesieve.so.12 -lib/libprimesieve.so.12.7.0 +lib/libprimesieve.so.12.9.0 libdata/pkgconfig/primesieve.pc share/man/man1/primesieve.1.gz diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile index 1c675bf14faf..c13e55e9f295 100644 --- a/math/py-awkward-cpp/Makefile +++ b/math/py-awkward-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward-cpp -PORTVERSION= 45 +PORTVERSION= 46 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo index 7fe42ddf3277..31362187a7f6 100644 --- a/math/py-awkward-cpp/distinfo +++ b/math/py-awkward-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289020 -SHA256 (awkward_cpp-45.tar.gz) = 86014cf5b1aabbadea2819c6e6055ee498a503eca234edc19ff502928b34f162 -SIZE (awkward_cpp-45.tar.gz) = 1688280 +TIMESTAMP = 1747715450 +SHA256 (awkward_cpp-46.tar.gz) = b82becb65a33280c6c27336ee5c037c5b7e394be52565aa31e087ca54adce59e +SIZE (awkward_cpp-46.tar.gz) = 1688149 diff --git a/math/py-awkward/Makefile b/math/py-awkward/Makefile index 26cb913bf260..478f457f125b 100644 --- a/math/py-awkward/Makefile +++ b/math/py-awkward/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward-cpp>=45<45_99:math/py-awkward-cpp@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward-cpp>=46<46_99:math/py-awkward-cpp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/math/py-awkward/distinfo b/math/py-awkward/distinfo index 2debc9ae7929..9c3d98394713 100644 --- a/math/py-awkward/distinfo +++ b/math/py-awkward/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546566 -SHA256 (awkward-2.8.2.tar.gz) = d407e207717b9e51717d7bbfacd029198b5dfbc7ed91305b57088cd86aefba7b -SIZE (awkward-2.8.2.tar.gz) = 6221318 +TIMESTAMP = 1747715448 +SHA256 (awkward-2.8.3.tar.gz) = 31db6f8d923a844791d6bfc233397fd4b34c72ade47852727b75278f1351f904 +SIZE (awkward-2.8.3.tar.gz) = 6221920 diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index 8eb7dda86998..8c43e76a9f37 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.38.2 +PORTVERSION= 1.40.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 23ec465cc08e..074897716ed8 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546568 -SHA256 (narwhals-1.38.2.tar.gz) = 7c5fbc9f2b8e1d5d95f49dcef9c2d94bf17810de68c87ff195dc7d22f7b3eeb5 -SIZE (narwhals-1.38.2.tar.gz) = 277368 +TIMESTAMP = 1747715452 +SHA256 (narwhals-1.40.0.tar.gz) = 17064abffd264ea1cfe6aefc8a0080f3a4ffb3659a98bcad5456ca80b88f2a0a +SIZE (narwhals-1.40.0.tar.gz) = 487625 diff --git a/math/py-pyreadstat/Makefile b/math/py-pyreadstat/Makefile index bfdc74a27146..a4fc50048746 100644 --- a/math/py-pyreadstat/Makefile +++ b/math/py-pyreadstat/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyreadstat -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyreadstat/distinfo b/math/py-pyreadstat/distinfo index f8963473ffb1..0228375655b3 100644 --- a/math/py-pyreadstat/distinfo +++ b/math/py-pyreadstat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730540890 -SHA256 (pyreadstat-1.2.8.tar.gz) = ced3f261659f10d23843e36ec3ad6699fcac9a863820e53c6fb4b6c1abcf9e94 -SIZE (pyreadstat-1.2.8.tar.gz) = 560144 +TIMESTAMP = 1747715454 +SHA256 (pyreadstat-1.2.9.tar.gz) = bc4ff137b70013869727926867cf3c175ac56fd4e4a1d0e4317b559d8487ee4f +SIZE (pyreadstat-1.2.9.tar.gz) = 565303 diff --git a/math/py-vector/Makefile b/math/py-vector/Makefile new file mode 100644 index 000000000000..92317737cf8e --- /dev/null +++ b/math/py-vector/Makefile @@ -0,0 +1,25 @@ +PORTNAME= vector +PORTVERSION= 1.6.2 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Vector classes and utilities +WWW= https://vector.readthedocs.io/en/latest/ \ + https://github.com/scikit-hep/vector + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13.3,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=19:devel/py-packaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/py-vector/distinfo b/math/py-vector/distinfo new file mode 100644 index 000000000000..5a820226b82a --- /dev/null +++ b/math/py-vector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747715288 +SHA256 (vector-1.6.2.tar.gz) = 6e59d9db8b615016fa542a2e8150d0c819046fe6940badd267811a454a7f0eca +SIZE (vector-1.6.2.tar.gz) = 350018 diff --git a/math/py-vector/pkg-descr b/math/py-vector/pkg-descr new file mode 100644 index 000000000000..cf382d09425e --- /dev/null +++ b/math/py-vector/pkg-descr @@ -0,0 +1,4 @@ +Vector is a Python library for 2D and 3D spatial vectors, as well as 4D +space-time vectors. It is especially intended for performing geometric +calculations on arrays of vectors, rather than one vector at a time in a Python +for loop. diff --git a/math/saga/Makefile b/math/saga/Makefile index cb6c029573e6..0d4d5feffcb8 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,6 @@ PORTNAME= saga PORTVERSION= 9.8.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index e2dd326d61a3..92fb8a704fa3 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,6 +1,6 @@ PORTNAME= openhab PORTVERSION= 4.3.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/misc/openhab/files/pkg-message.in b/misc/openhab/files/pkg-message.in index d4077ec8cdd9..4775343bd174 100644 --- a/misc/openhab/files/pkg-message.in +++ b/misc/openhab/files/pkg-message.in @@ -72,4 +72,5 @@ At the end you need to run You should also remove the cache and tmp and restart: rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi /var/db/openhab/userdata/tmp/* EOM +} ] diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 7fa98fa1426c..5fbc9553fe83 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20250516.001 +PORTVERSION= 20250521.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 509c12d605d8..04a282897024 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747554263 -SHA256 (Business-ISBN-Data-20250516.001.tar.gz) = 42ef6f7b0515b4775dde59a07e56069323af0a4a5816aae960e749abbe3c1c15 -SIZE (Business-ISBN-Data-20250516.001.tar.gz) = 36860 +TIMESTAMP = 1748157860 +SHA256 (Business-ISBN-Data-20250521.001.tar.gz) = 356230fc6afa912283bbbc2cda0693771b071ea337a67e46601fc6a72bb3bf83 +SIZE (Business-ISBN-Data-20250521.001.tar.gz) = 36871 diff --git a/misc/py-aider-chat/Makefile b/misc/py-aider-chat/Makefile index af9742bbf857..c14f28fd7ede 100644 --- a/misc/py-aider-chat/Makefile +++ b/misc/py-aider-chat/Makefile @@ -1,5 +1,6 @@ PORTNAME= aider_chat DISTVERSION= 0.83.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -37,6 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.3:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=3.3:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy<2.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openai>=1.43.1:misc/py-openai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oslex>=0.1.3:devel/py-oslex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=24.1:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pathspec>=0.12.1:devel/py-pathspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=4.9.0:misc/py-pexpect@${PY_FLAVOR} \ diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 1ce6d9281502..8baeb66f07a5 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.32.0 +DISTVERSION= 0.32.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index 33c690cc6871..1e03a3559b85 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748062218 -SHA256 (huggingface_hub-0.32.0.tar.gz) = dd66c9365ea43049ec9b939bdcdb21a0051e1bd70026fc50304e4fb1bb6a15ba -SIZE (huggingface_hub-0.32.0.tar.gz) = 422255 +TIMESTAMP = 1748411892 +SHA256 (huggingface_hub-0.32.2.tar.gz) = 64a288b1eadad6b60bbfd50f0e52fd6cfa2ef77ab13c3e8a834a038ae929de54 +SIZE (huggingface_hub-0.32.2.tar.gz) = 422847 diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index 34ecb9404359..a6fb74e697d5 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.70.4 +DISTVERSION= 1.71.1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0:www/py-httpx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openai>=1.68.2<1.76.0:misc/py-openai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx-aiohttp>=0.1.4:www/py-httpx-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openai>=1.68.2:misc/py-openai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.2.0:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tiktoken>=0.7.0:textproc/py-tiktoken@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=6.8.0:devel/py-importlib-metadata@${PY_FLAVOR} \ diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index 2e3088b629de..463b7f6147b8 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747960819 -SHA256 (litellm-1.70.4.tar.gz) = ef6749a091faaaf88313afe4111cdd95736e1e60f21ba894e74f7c5bab2870bd -SIZE (litellm-1.70.4.tar.gz) = 7813817 +TIMESTAMP = 1748236179 +SHA256 (litellm-1.71.1.tar.gz) = c20e5917fdbe771ba4b6d1862b3d38d6e89cfba53e85bb337013f848256566eb +SIZE (litellm-1.71.1.tar.gz) = 7935681 diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile index 7c0068188ab0..65d17a5093a4 100644 --- a/misc/rubygem-mime-types-data/Makefile +++ b/misc/rubygem-mime-types-data/Makefile @@ -1,5 +1,5 @@ PORTNAME= mime-types-data -PORTVERSION= 3.2025.0507 +PORTVERSION= 3.2025.0514 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-mime-types-data/distinfo b/misc/rubygem-mime-types-data/distinfo index bbf1714b7162..e899718d2e9e 100644 --- a/misc/rubygem-mime-types-data/distinfo +++ b/misc/rubygem-mime-types-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547478 -SHA256 (rubygem/mime-types-data-3.2025.0507.gem) = 0e737b8bce30d60839bd2ac4fe1569966ce54bd5709346154752cd5514a63bd9 -SIZE (rubygem/mime-types-data-3.2025.0507.gem) = 154624 +TIMESTAMP = 1747716362 +SHA256 (rubygem/mime-types-data-3.2025.0514.gem) = 92e56b4da4fa24c423cda582a4a69baa0083bb5272d62e6516c874af5877d352 +SIZE (rubygem/mime-types-data-3.2025.0514.gem) = 168960 diff --git a/misc/rubygem-octicons/Makefile b/misc/rubygem-octicons/Makefile index 206bb5e56bdf..1ab9bb1c1680 100644 --- a/misc/rubygem-octicons/Makefile +++ b/misc/rubygem-octicons/Makefile @@ -1,5 +1,5 @@ PORTNAME= octicons -PORTVERSION= 19.15.1 +PORTVERSION= 19.15.2 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-octicons/distinfo b/misc/rubygem-octicons/distinfo index 0d6ed10da137..08b9c7ee5565 100644 --- a/misc/rubygem-octicons/distinfo +++ b/misc/rubygem-octicons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070724 -SHA256 (rubygem/octicons-19.15.1.gem) = 12aa8958f73e2891baea61d0478ea87a10782e92ca4d12f3821a193d705e1871 -SIZE (rubygem/octicons-19.15.1.gem) = 227840 +TIMESTAMP = 1747716364 +SHA256 (rubygem/octicons-19.15.2.gem) = afe1f6c512dfdcae25dcc71d1a2fce516f2c6e7659e35c15cd0e25754d5749c9 +SIZE (rubygem/octicons-19.15.2.gem) = 227840 diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile index 79d1e79dd7b3..f1a8279af03b 100644 --- a/misc/star-history/Makefile +++ b/misc/star-history/Makefile @@ -1,6 +1,5 @@ PORTNAME= star-history -DISTVERSION= 1.0.27 -PORTREVISION= 1 +DISTVERSION= 1.0.31 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -21,25 +20,24 @@ CARGO_CRATES= addr2line-0.24.2 \ adler2-2.0.0 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anyhow-1.0.97 \ + anyhow-1.0.98 \ atomic-waker-1.1.2 \ autocfg-1.4.0 \ - backtrace-0.3.74 \ + backtrace-0.3.75 \ base64-0.22.1 \ - bitflags-2.9.0 \ - bstr-1.11.3 \ + bitflags-2.9.1 \ + bstr-1.12.0 \ bumpalo-3.17.0 \ - bytes-1.10.0 \ - cc-1.2.16 \ + bytes-1.10.1 \ + cc-1.2.24 \ cfg-if-1.0.0 \ - chrono-0.4.40 \ + chrono-0.4.41 \ core-foundation-0.9.4 \ core-foundation-sys-0.8.7 \ - dbus-0.9.7 \ displaydoc-0.2.5 \ encoding_rs-0.8.35 \ equivalent-1.0.2 \ - errno-0.3.10 \ + errno-0.3.12 \ fastrand-2.3.0 \ fnv-1.0.7 \ foreign-types-0.3.2 \ @@ -51,101 +49,99 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ - getrandom-0.2.15 \ - getrandom-0.3.1 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ gimli-0.31.1 \ - h2-0.4.8 \ - hashbrown-0.15.2 \ + h2-0.4.10 \ + hashbrown-0.15.3 \ home-0.5.11 \ - http-1.2.0 \ + http-1.3.1 \ http-body-1.0.1 \ - http-body-util-0.1.2 \ + http-body-util-0.1.3 \ httparse-1.10.1 \ hyper-1.6.0 \ - hyper-rustls-0.27.5 \ + hyper-rustls-0.27.6 \ hyper-tls-0.6.0 \ - hyper-util-0.1.10 \ - iana-time-zone-0.1.61 \ + hyper-util-0.1.13 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ - indexmap-2.7.1 \ + idna_adapter-1.2.1 \ + indexmap-2.9.0 \ ipnet-2.11.0 \ itoa-1.0.15 \ js-sys-0.3.77 \ - libc-0.2.170 \ - libdbus-sys-0.2.5 \ - linux-raw-sys-0.4.15 \ - litemap-0.7.5 \ - log-0.4.26 \ + libc-0.2.172 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + log-0.4.27 \ memchr-2.7.4 \ mime-0.3.17 \ - miniz_oxide-0.8.5 \ - mio-1.0.3 \ + miniz_oxide-0.8.8 \ + mio-1.0.4 \ native-tls-0.2.14 \ normpath-1.3.0 \ num-traits-0.2.19 \ object-0.36.7 \ - once_cell-1.20.3 \ - opener-0.7.2 \ - openssl-0.10.71 \ + once_cell-1.21.3 \ + opener-0.8.1 \ + openssl-0.10.72 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ - openssl-sys-0.9.106 \ + openssl-sys-0.9.108 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ pkg-config-0.3.32 \ - proc-macro2-1.0.94 \ - quote-1.0.39 \ + potential_utf-0.1.2 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ + r-efi-5.2.0 \ regex-automata-0.4.9 \ - reqwest-0.12.12 \ - ring-0.17.11 \ + reqwest-0.12.15 \ + ring-0.17.14 \ rustc-demangle-0.1.24 \ - rustix-0.38.44 \ - rustls-0.23.23 \ + rustix-1.0.7 \ + rustls-0.23.27 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.11.0 \ - rustls-webpki-0.102.8 \ - rustversion-1.0.20 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.3 \ + rustversion-1.0.21 \ ryu-1.0.20 \ schannel-0.1.27 \ security-framework-2.11.1 \ security-framework-sys-2.14.0 \ - serde-1.0.218 \ - serde_derive-1.0.218 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ serde_json-1.0.140 \ serde_urlencoded-0.7.1 \ serde_yaml-0.9.34+deprecated \ shlex-1.3.0 \ slab-0.4.9 \ - smallvec-1.14.0 \ - socket2-0.5.8 \ + smallvec-1.15.0 \ + socket2-0.5.10 \ stable_deref_trait-1.2.0 \ subtle-2.6.1 \ - syn-2.0.99 \ + syn-2.0.101 \ sync_wrapper-1.0.2 \ - synstructure-0.13.1 \ + synstructure-0.13.2 \ system-configuration-0.6.1 \ system-configuration-sys-0.6.0 \ - tempfile-3.17.1 \ + tempfile-3.20.0 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ - tinystr-0.7.6 \ - tokio-1.43.0 \ + tinystr-0.8.1 \ + tokio-1.45.1 \ tokio-native-tls-0.3.1 \ tokio-rustls-0.26.2 \ - tokio-util-0.7.13 \ + tokio-util-0.7.15 \ tower-0.5.2 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ @@ -156,12 +152,11 @@ CARGO_CRATES= addr2line-0.24.2 \ unsafe-libyaml-0.2.11 \ untrusted-0.9.0 \ url-2.5.4 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ vcpkg-0.2.15 \ want-0.3.1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ + wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ wasm-bindgen-futures-0.4.50 \ @@ -169,35 +164,44 @@ CARGO_CRATES= addr2line-0.24.2 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ web-sys-0.3.77 \ - winapi-0.3.9 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ - windows-link-0.1.0 \ - windows-registry-0.2.0 \ - windows-result-0.2.0 \ - windows-strings-0.1.0 \ + windows-core-0.61.2 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-registry-0.4.0 \ + windows-result-0.3.4 \ + windows-strings-0.3.1 \ + windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-targets-0.52.6 \ + windows-targets-0.53.0 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ - wit-bindgen-rt-0.33.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ + windows_x86_64_msvc-0.53.0 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/misc/star-history/distinfo b/misc/star-history/distinfo index 45f30165ea73..6eed95da1d18 100644 --- a/misc/star-history/distinfo +++ b/misc/star-history/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1741067361 +TIMESTAMP = 1748373281 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 @@ -7,44 +7,42 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f -SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a -SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 -SHA256 (rust/crates/bstr-1.11.3.crate) = 531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0 -SIZE (rust/crates/bstr-1.11.3.crate) = 351536 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 +SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 -SHA256 (rust/crates/bytes-1.10.0.crate) = f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9 -SIZE (rust/crates/bytes-1.10.0.crate) = 76656 -SHA256 (rust/crates/cc-1.2.16.crate) = be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c -SIZE (rust/crates/cc-1.2.16.crate) = 103847 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/cc-1.2.24.crate) = 16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7 +SIZE (rust/crates/cc-1.2.24.crate) = 106557 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c -SIZE (rust/crates/chrono-0.4.40.crate) = 229824 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 -SHA256 (rust/crates/dbus-0.9.7.crate) = 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b -SIZE (rust/crates/dbus-0.9.7.crate) = 104206 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -67,88 +65,80 @@ 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/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 -SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 -SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/h2-0.4.8.crate) = 5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2 -SIZE (rust/crates/h2-0.4.8.crate) = 174535 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 +SIZE (rust/crates/h2-0.4.10.crate) = 174800 +SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 +SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf SIZE (rust/crates/home-0.5.11.crate) = 9926 -SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea -SIZE (rust/crates/http-1.2.0.crate) = 105932 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 -SHA256 (rust/crates/http-body-util-0.1.2.crate) = 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f -SIZE (rust/crates/http-body-util-0.1.2.crate) = 12821 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 SIZE (rust/crates/hyper-1.6.0.crate) = 153923 -SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 -SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 +SHA256 (rust/crates/hyper-rustls-0.27.6.crate) = 03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d +SIZE (rust/crates/hyper-rustls-0.27.6.crate) = 34650 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.10.crate) = df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4 -SIZE (rust/crates/hyper-util-0.1.10.crate) = 72887 -SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 -SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 +SHA256 (rust/crates/hyper-util-0.1.13.crate) = b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8 +SIZE (rust/crates/hyper-util-0.1.13.crate) = 101913 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 -SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 -SHA256 (rust/crates/indexmap-2.7.1.crate) = 8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652 -SIZE (rust/crates/indexmap-2.7.1.crate) = 88644 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 -SHA256 (rust/crates/libc-0.2.170.crate) = 875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828 -SIZE (rust/crates/libc-0.2.170.crate) = 760076 -SHA256 (rust/crates/libdbus-sys-0.2.5.crate) = 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 -SIZE (rust/crates/libdbus-sys-0.2.5.crate) = 1557017 -SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab -SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 -SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 -SIZE (rust/crates/litemap-0.7.5.crate) = 29962 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 +SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa +SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 -SHA256 (rust/crates/miniz_oxide-0.8.5.crate) = 8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5 -SIZE (rust/crates/miniz_oxide-0.8.5.crate) = 62237 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a +SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 SHA256 (rust/crates/normpath-1.3.0.crate) = c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed @@ -157,18 +147,18 @@ SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 SIZE (rust/crates/object-0.36.7.crate) = 329938 -SHA256 (rust/crates/once_cell-1.20.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e -SIZE (rust/crates/once_cell-1.20.3.crate) = 33456 -SHA256 (rust/crates/opener-0.7.2.crate) = d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681 -SIZE (rust/crates/opener-0.7.2.crate) = 19229 -SHA256 (rust/crates/openssl-0.10.71.crate) = 5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd -SIZE (rust/crates/openssl-0.10.71.crate) = 281165 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/opener-0.8.1.crate) = de96cad6ee771be7f68df884d3767460b4684012308d8342ed5623fe62b2628c +SIZE (rust/crates/opener-0.8.1.crate) = 26629 +SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da +SIZE (rust/crates/openssl-0.10.72.crate) = 283852 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 -SHA256 (rust/crates/openssl-sys-0.9.106.crate) = 8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd -SIZE (rust/crates/openssl-sys-0.9.106.crate) = 76230 +SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 +SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b @@ -177,30 +167,34 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d 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-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 -SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 -SHA256 (rust/crates/quote-1.0.39.crate) = c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801 -SIZE (rust/crates/quote-1.0.39.crate) = 31206 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +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.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 -SHA256 (rust/crates/reqwest-0.12.12.crate) = 43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da -SIZE (rust/crates/reqwest-0.12.12.crate) = 193321 -SHA256 (rust/crates/ring-0.17.11.crate) = da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73 -SIZE (rust/crates/ring-0.17.11.crate) = 1477583 +SHA256 (rust/crates/reqwest-0.12.15.crate) = d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb +SIZE (rust/crates/reqwest-0.12.15.crate) = 199320 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 -SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 -SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustls-0.23.23.crate) = 47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395 -SIZE (rust/crates/rustls-0.23.23.crate) = 342561 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 +SIZE (rust/crates/rustls-0.23.27.crate) = 355915 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 -SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c -SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933 -SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 -SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 -SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 -SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 +SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d @@ -209,10 +203,10 @@ SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 -SHA256 (rust/crates/serde-1.0.218.crate) = e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60 -SIZE (rust/crates/serde-1.0.218.crate) = 78968 -SHA256 (rust/crates/serde_derive-1.0.218.crate) = f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b -SIZE (rust/crates/serde_derive-1.0.218.crate) = 57782 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd @@ -223,40 +217,40 @@ SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce35 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/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 -SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 -SIZE (rust/crates/socket2-0.5.8.crate) = 56309 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 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/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-2.0.99.crate) = e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2 -SIZE (rust/crates/syn-2.0.99.crate) = 297762 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 -SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 -SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b SIZE (rust/crates/system-configuration-0.6.1.crate) = 17935 SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4 SIZE (rust/crates/system-configuration-sys-0.6.0.crate) = 11090 -SHA256 (rust/crates/tempfile-3.17.1.crate) = 22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230 -SIZE (rust/crates/tempfile-3.17.1.crate) = 39240 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 -SHA256 (rust/crates/tokio-1.43.0.crate) = 3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e -SIZE (rust/crates/tokio-1.43.0.crate) = 817422 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 -SHA256 (rust/crates/tokio-util-0.7.13.crate) = d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078 -SIZE (rust/crates/tokio-util-0.7.13.crate) = 115191 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e @@ -277,8 +271,6 @@ SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 -SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 -SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 @@ -287,8 +279,8 @@ SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3da SIZE (rust/crates/want-0.3.1.crate) = 6398 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 -SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 @@ -303,63 +295,81 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-link-0.1.0.crate) = 6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3 -SIZE (rust/crates/windows-link-0.1.0.crate) = 6153 -SHA256 (rust/crates/windows-registry-0.2.0.crate) = e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0 -SIZE (rust/crates/windows-registry-0.2.0.crate) = 10470 -SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e -SIZE (rust/crates/windows-result-0.2.0.crate) = 12756 -SHA256 (rust/crates/windows-strings-0.1.0.crate) = 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 -SIZE (rust/crates/windows-strings-0.1.0.crate) = 13832 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 +SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-registry-0.4.0.crate) = 4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3 +SIZE (rust/crates/windows-registry-0.4.0.crate) = 12572 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.3.1.crate) = 87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319 +SIZE (rust/crates/windows-strings-0.3.1.crate) = 13922 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 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-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b +SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 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/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c -SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 -SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 -SIZE (rust/crates/write16-1.0.0.crate) = 7218 -SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 -SIZE (rust/crates/writeable-0.5.5.crate) = 22354 -SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 -SIZE (rust/crates/yoke-0.7.5.crate) = 29673 -SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 -SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 -SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 -SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 -SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 -SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (dtolnay-star-history-1.0.27_GH0.tar.gz) = c228ad9d382124636b7ed017c46fd28077defdbb0fd7cb14dfb2b669b01a6f66 -SIZE (dtolnay-star-history-1.0.27_GH0.tar.gz) = 124203 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (dtolnay-star-history-1.0.31_GH0.tar.gz) = 7649a04f38647d925279b944051a4575883fa5730eda6c722b504c65c87385b9 +SIZE (dtolnay-star-history-1.0.31_GH0.tar.gz) = 124507 diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index a0290bdb6c48..528dcc66f62b 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 6.1.2 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index 38bd39deada7..710bc7994f63 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 4.4.4 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ PKGNAMESUFFIX= 4 diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index b68d1edd372f..e57c828256c8 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 12 +PORTREVISION= 0 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e diff --git a/multimedia/librav1e/pkg-plist b/multimedia/librav1e/pkg-plist index 68bb1c6edadf..4cff7375d9c3 100644 --- a/multimedia/librav1e/pkg-plist +++ b/multimedia/librav1e/pkg-plist @@ -1,6 +1,6 @@ include/rav1e/rav1e.h lib/librav1e.a lib/librav1e.so -lib/librav1e.so.0.7 +lib/librav1e.so.0.8 lib/librav1e.so.%%VERSION%% libdata/pkgconfig/rav1e.pc diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index af46cd62b9d5..fd32809496b5 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -1,6 +1,7 @@ PORTNAME= olive DISTVERSION= 0.2.0 DISTVERSIONSUFFIX= -nightly +PORTREVISION= 1 CATEGORIES= multimedia PKGNAMESUFFIX= -video-editor diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index d973dddb63f9..d690e98abc6a 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,7 +1,7 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 -PORTREVISION?= 12 +DISTVERSION= 0.8.0 +PORTREVISION?= 0 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/rav1e/Makefile.crates b/multimedia/rav1e/Makefile.crates index 58a3e2931cb3..3a6c6468d483 100644 --- a/multimedia/rav1e/Makefile.crates +++ b/multimedia/rav1e/Makefile.crates @@ -1,227 +1,271 @@ -CARGO_CRATES= addr2line-0.21.0 \ - adler-1.0.2 \ - aho-corasick-1.1.2 \ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.0 \ + aho-corasick-1.1.3 \ + aligned-0.4.2 \ + aligned-vec-0.5.0 \ + aligned-vec-0.6.4 \ anes-0.1.6 \ - anstream-0.6.5 \ - anstyle-1.0.4 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ - anyhow-1.0.79 \ + anstream-0.6.18 \ + anstyle-1.0.10 \ + anstyle-parse-0.2.6 \ + anstyle-query-1.1.2 \ + anstyle-wincon-3.0.7 \ + anyhow-1.0.98 \ aom-sys-0.3.3 \ - arbitrary-1.3.2 \ + arbitrary-1.4.1 \ arg_enum_proc_macro-0.3.4 \ - arrayvec-0.7.4 \ - assert_cmd-2.0.12 \ - autocfg-1.1.0 \ + arrayvec-0.7.6 \ + as-slice-0.2.1 \ + assert_cmd-2.0.17 \ + autocfg-1.4.0 \ av-metrics-0.9.1 \ - av1-grain-0.2.3 \ - backtrace-0.3.69 \ - bindgen-0.69.1 \ + av-scenechange-0.14.1 \ + av1-grain-0.2.4 \ + backtrace-0.3.75 \ + bindgen-0.69.5 \ bitflags-1.3.2 \ - bitflags-2.4.1 \ - bitstream-io-2.2.0 \ - bstr-1.9.0 \ - built-0.7.2 \ - bumpalo-3.14.0 \ - bytemuck-1.14.0 \ + bitflags-2.9.1 \ + bitstream-io-4.1.0 \ + bstr-1.12.0 \ + built-0.8.0 \ + bumpalo-3.17.0 \ + bytemuck-1.23.0 \ byteorder-1.5.0 \ + byteorder-lite-0.1.0 \ cast-0.3.0 \ - cc-1.0.83 \ + cc-1.2.24 \ cexpr-0.6.0 \ - cfg-expr-0.15.6 \ + cfg-expr-0.15.8 \ cfg-if-1.0.0 \ - ciborium-0.2.1 \ - ciborium-io-0.2.1 \ - ciborium-ll-0.2.1 \ - clang-sys-1.7.0 \ - clap-4.4.14 \ - clap_builder-4.4.14 \ - clap_complete-4.4.6 \ - clap_derive-4.4.7 \ - clap_lex-0.6.0 \ - color_quant-1.1.0 \ - colorchoice-1.0.0 \ - console-0.15.8 \ - crc32fast-1.3.2 \ - criterion-0.5.1 \ + ciborium-0.2.2 \ + ciborium-io-0.2.2 \ + ciborium-ll-0.2.2 \ + clang-sys-1.8.1 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_complete-4.5.50 \ + clap_derive-4.5.32 \ + clap_lex-0.7.4 \ + colorchoice-1.0.3 \ + console-0.15.11 \ + core2-0.4.0 \ + crc32fast-1.4.2 \ + criterion-0.6.0 \ criterion-plot-0.5.0 \ crossbeam-0.8.4 \ - crossbeam-channel-0.5.11 \ - crossbeam-deque-0.8.5 \ + crossbeam-channel-0.5.15 \ + crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ - crossbeam-queue-0.3.11 \ - crossbeam-utils-0.8.19 \ + crossbeam-queue-0.3.12 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.3 \ diff-0.1.13 \ difflib-0.4.0 \ + displaydoc-0.2.5 \ doc-comment-0.3.3 \ - either-1.9.0 \ - encode_unicode-0.3.6 \ + either-1.15.0 \ + encode_unicode-1.0.0 \ env_logger-0.8.4 \ - equivalent-1.0.1 \ - errno-0.3.8 \ - fdeflate-0.3.3 \ - fern-0.6.2 \ - flate2-1.0.28 \ + equator-0.4.2 \ + equator-macro-0.4.2 \ + equivalent-1.0.2 \ + errno-0.3.12 \ + fdeflate-0.3.7 \ + fern-0.7.1 \ + flate2-1.1.1 \ form_urlencoded-1.2.1 \ - getrandom-0.2.12 \ - gimli-0.28.1 \ - git2-0.18.1 \ - glob-0.3.1 \ - half-1.8.2 \ - hashbrown-0.14.3 \ - heck-0.4.1 \ - hermit-abi-0.3.3 \ - home-0.5.9 \ - idna-0.5.0 \ - image-0.24.7 \ - indexmap-2.1.0 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gimli-0.31.1 \ + git2-0.20.2 \ + glob-0.3.2 \ + half-2.6.0 \ + hashbrown-0.15.3 \ + heck-0.5.0 \ + home-0.5.11 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + idna-1.0.3 \ + idna_adapter-1.2.1 \ + image-0.25.6 \ + indexmap-2.9.0 \ interpolate_name-0.2.4 \ - is-terminal-0.4.10 \ + is_terminal_polyfill-1.70.1 \ itertools-0.10.5 \ - itertools-0.11.0 \ - itertools-0.12.0 \ - itoa-1.0.10 \ - jobserver-0.1.27 \ - js-sys-0.3.66 \ + itertools-0.12.1 \ + itertools-0.13.0 \ + itertools-0.14.0 \ + itoa-1.0.15 \ + jobserver-0.1.33 \ + js-sys-0.3.77 \ lab-0.11.0 \ - lazy_static-1.4.0 \ + lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.152 \ - libdav1d-sys-0.6.0 \ - libfuzzer-sys-0.4.7 \ - libgit2-sys-0.16.1+1.7.1 \ - libloading-0.8.1 \ - libz-sys-1.1.14 \ - linux-raw-sys-0.4.12 \ - log-0.4.20 \ + libc-0.2.172 \ + libdav1d-sys-0.7.1+libdav1d.1.4.3 \ + libfuzzer-sys-0.4.9 \ + libgit2-sys-0.18.1+1.9.0 \ + libloading-0.8.7 \ + libz-sys-1.1.22 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + log-0.4.27 \ maybe-rayon-0.1.1 \ - memchr-2.7.1 \ + memchr-2.7.4 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.7.1 \ - nasm-rs-0.2.5 \ - new_debug_unreachable-1.0.4 \ + miniz_oxide-0.8.8 \ + nasm-rs-0.3.0 \ + new_debug_unreachable-1.0.6 \ nom-7.1.3 \ + nom-8.0.0 \ noop_proc_macro-0.3.0 \ nu-ansi-term-0.46.0 \ - num-bigint-0.4.4 \ - num-derive-0.4.1 \ - num-integer-0.1.45 \ - num-rational-0.4.1 \ - num-traits-0.2.17 \ - object-0.32.2 \ - once_cell-1.19.0 \ - oorandom-11.1.3 \ + num-bigint-0.4.6 \ + num-derive-0.4.2 \ + num-integer-0.1.46 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ + object-0.36.7 \ + once_cell-1.21.3 \ + oorandom-11.1.5 \ overload-0.1.1 \ - paste-1.0.14 \ - peeking_take_while-0.1.2 \ + paste-1.0.15 \ + pastey-0.1.0 \ percent-encoding-2.3.1 \ - pin-project-lite-0.2.13 \ - pkg-config-0.3.28 \ - plotters-0.3.5 \ - plotters-backend-0.3.5 \ - plotters-svg-0.3.5 \ - png-0.17.10 \ - ppv-lite86-0.2.17 \ - predicates-3.0.4 \ - predicates-core-1.0.6 \ - predicates-tree-1.0.9 \ - pretty_assertions-1.4.0 \ - prettyplease-0.2.16 \ - proc-macro2-1.0.76 \ - profiling-1.0.13 \ - profiling-procmacros-1.0.13 \ + pin-project-lite-0.2.16 \ + pkg-config-0.3.32 \ + plotters-0.3.7 \ + plotters-backend-0.3.7 \ + plotters-svg-0.3.7 \ + png-0.17.16 \ + potential_utf-0.1.2 \ + ppv-lite86-0.2.21 \ + predicates-3.1.3 \ + predicates-core-1.0.9 \ + predicates-tree-1.0.12 \ + pretty_assertions-1.4.1 \ + prettyplease-0.2.32 \ + proc-macro2-1.0.95 \ + profiling-1.0.16 \ + profiling-procmacros-1.0.16 \ quickcheck-1.0.3 \ - quote-1.0.35 \ + quote-1.0.40 \ + r-efi-5.2.0 \ rand-0.8.5 \ - rand_chacha-0.3.1 \ + rand-0.9.1 \ + rand_chacha-0.9.0 \ rand_core-0.6.4 \ - rayon-1.8.0 \ - rayon-core-1.12.0 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.8.2 \ - rustc-demangle-0.1.23 \ + rand_core-0.9.3 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rustc-demangle-0.1.24 \ rustc-hash-1.1.0 \ - rustix-0.38.28 \ - ryu-1.0.16 \ + rustix-0.38.44 \ + rustix-1.0.7 \ + rustversion-1.0.20 \ + ryu-1.0.20 \ same-file-1.0.6 \ scan_fmt-0.2.6 \ - semver-1.0.21 \ - serde-1.0.195 \ + semver-1.0.26 \ + serde-1.0.219 \ serde-big-array-0.5.1 \ - serde_derive-1.0.195 \ - serde_json-1.0.111 \ - serde_spanned-0.6.5 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + serde_spanned-0.6.8 \ sharded-slab-0.1.7 \ - shlex-1.2.0 \ - signal-hook-0.3.17 \ - signal-hook-registry-1.4.1 \ + shlex-1.3.0 \ + signal-hook-0.3.18 \ + signal-hook-registry-1.4.5 \ simd-adler32-0.3.7 \ simd_helpers-0.1.0 \ - smallvec-1.11.2 \ - syn-2.0.48 \ - system-deps-6.2.0 \ - target-lexicon-0.12.13 \ - terminal_size-0.3.0 \ - termtree-0.4.1 \ - thiserror-1.0.56 \ - thiserror-impl-1.0.56 \ - thread_local-1.1.7 \ + smallvec-1.15.0 \ + stable_deref_trait-1.2.0 \ + syn-2.0.101 \ + synstructure-0.13.2 \ + system-deps-6.2.2 \ + target-lexicon-0.12.16 \ + terminal_size-0.4.2 \ + termtree-0.5.1 \ + thiserror-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.12 \ + thread_local-1.1.8 \ + tinystr-0.8.1 \ tinytemplate-1.2.1 \ - tinyvec-1.6.0 \ - tinyvec_macros-0.1.1 \ - toml-0.8.8 \ - toml_datetime-0.6.5 \ - toml_edit-0.21.0 \ - tracing-0.1.40 \ - tracing-attributes-0.1.27 \ - tracing-chrome-0.7.1 \ - tracing-core-0.1.32 \ + toml-0.8.22 \ + toml_datetime-0.6.9 \ + toml_edit-0.22.26 \ + toml_write-0.1.1 \ + tracing-0.1.41 \ + tracing-attributes-0.1.28 \ + tracing-chrome-0.7.2 \ + tracing-core-0.1.33 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.18 \ - unicode-bidi-0.3.14 \ - unicode-ident-1.0.12 \ - unicode-normalization-0.1.22 \ - unicode-width-0.1.11 \ - url-2.5.0 \ - utf8parse-0.2.1 \ - v_frame-0.3.7 \ - valuable-0.1.0 \ + tracing-subscriber-0.3.19 \ + unicode-ident-1.0.18 \ + unicode-width-0.2.0 \ + url-2.5.4 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + v_frame-0.3.8 \ + valuable-0.1.1 \ vcpkg-0.2.15 \ - version-compare-0.1.1 \ - wait-timeout-0.2.0 \ - walkdir-2.4.0 \ + version-compare-0.2.0 \ + wait-timeout-0.2.1 \ + walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.89 \ - wasm-bindgen-backend-0.2.89 \ - wasm-bindgen-macro-0.2.89 \ - wasm-bindgen-macro-support-0.2.89 \ - wasm-bindgen-shared-0.2.89 \ - web-sys-0.3.66 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + web-sys-0.3.77 \ which-4.4.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.48.0 \ - windows-sys-0.52.0 \ - windows-targets-0.48.5 \ - windows-targets-0.52.0 \ - windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.0 \ - windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.0 \ - windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.0 \ - windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.0 \ - windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.0 \ - windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.0 \ - windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.0 \ - winnow-0.5.33 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows-targets-0.53.0 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.10 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ y4m-0.8.0 \ - yansi-0.5.1 + yansi-1.0.1 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 diff --git a/multimedia/rav1e/distinfo b/multimedia/rav1e/distinfo index da97498cef97..7912b22672ad 100644 --- a/multimedia/rav1e/distinfo +++ b/multimedia/rav1e/distinfo @@ -1,457 +1,545 @@ -TIMESTAMP = 1743953353 -SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb -SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 -SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe -SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +TIMESTAMP = 1748021621 +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 +SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/aligned-0.4.2.crate) = 377e4c0ba83e4431b10df45c1d4666f178ea9c552cac93e60c3a88bf32785923 +SIZE (rust/crates/aligned-0.4.2.crate) = 8519 +SHA256 (rust/crates/aligned-vec-0.5.0.crate) = 4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1 +SIZE (rust/crates/aligned-vec-0.5.0.crate) = 8921 +SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b +SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6 -SIZE (rust/crates/anstream-0.6.5.crate) = 30004 -SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 -SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca -SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 +SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b +SIZE (rust/crates/anstream-0.6.18.crate) = 29681 +SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 +SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 +SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 +SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c +SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 +SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e +SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/aom-sys-0.3.3.crate) = 623675d7dbe1d65db81582231b0971384277a4dd2006763021ba2436e86f812d SIZE (rust/crates/aom-sys-0.3.3.crate) = 3736 -SHA256 (rust/crates/arbitrary-1.3.2.crate) = 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 -SIZE (rust/crates/arbitrary-1.3.2.crate) = 32037 +SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 SHA256 (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea SIZE (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 5102 -SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 -SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 -SHA256 (rust/crates/assert_cmd-2.0.12.crate) = 88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6 -SIZE (rust/crates/assert_cmd-2.0.12.crate) = 25347 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 +SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/as-slice-0.2.1.crate) = 516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516 +SIZE (rust/crates/as-slice-0.2.1.crate) = 6942 +SHA256 (rust/crates/assert_cmd-2.0.17.crate) = 2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66 +SIZE (rust/crates/assert_cmd-2.0.17.crate) = 26914 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/av-metrics-0.9.1.crate) = 996ce95bbdb0203e5b91d4a0c9b81c0d67d11c80f884482a0c1ea19e732e3530 SIZE (rust/crates/av-metrics-0.9.1.crate) = 22681 -SHA256 (rust/crates/av1-grain-0.2.3.crate) = 6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf -SIZE (rust/crates/av1-grain-0.2.3.crate) = 34703 -SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 -SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 -SHA256 (rust/crates/bindgen-0.69.1.crate) = 9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2 -SIZE (rust/crates/bindgen-0.69.1.crate) = 219972 +SHA256 (rust/crates/av-scenechange-0.14.1.crate) = 0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394 +SIZE (rust/crates/av-scenechange-0.14.1.crate) = 462353 +SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8 +SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 +SIZE (rust/crates/bindgen-0.69.5.crate) = 221128 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 -SHA256 (rust/crates/bitstream-io-2.2.0.crate) = 06c9989a51171e2e81038ab168b6ae22886fe9ded214430dbb4f41c28cf176da -SIZE (rust/crates/bitstream-io-2.2.0.crate) = 34113 -SHA256 (rust/crates/bstr-1.9.0.crate) = c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc -SIZE (rust/crates/bstr-1.9.0.crate) = 380170 -SHA256 (rust/crates/built-0.7.2.crate) = 41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16 -SIZE (rust/crates/built-0.7.2.crate) = 21148 -SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec -SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 -SHA256 (rust/crates/bytemuck-1.14.0.crate) = 374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6 -SIZE (rust/crates/bytemuck-1.14.0.crate) = 44933 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bitstream-io-4.1.0.crate) = 95a4952b106ee0920c957fc00cf32ddb1e885c5d8beee8f66ab973458129ff5b +SIZE (rust/crates/bitstream-io-4.1.0.crate) = 57285 +SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 +SIZE (rust/crates/bstr-1.12.0.crate) = 351557 +SHA256 (rust/crates/built-0.8.0.crate) = f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64 +SIZE (rust/crates/built-0.8.0.crate) = 35112 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bytemuck-1.23.0.crate) = 9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c +SIZE (rust/crates/bytemuck-1.23.0.crate) = 52534 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 +SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cc-1.2.24.crate) = 16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7 +SIZE (rust/crates/cc-1.2.24.crate) = 106557 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 -SHA256 (rust/crates/cfg-expr-0.15.6.crate) = 6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a -SIZE (rust/crates/cfg-expr-0.15.6.crate) = 41989 +SHA256 (rust/crates/cfg-expr-0.15.8.crate) = d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02 +SIZE (rust/crates/cfg-expr-0.15.8.crate) = 42108 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/ciborium-0.2.1.crate) = effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926 -SIZE (rust/crates/ciborium-0.2.1.crate) = 34974 -SHA256 (rust/crates/ciborium-io-0.2.1.crate) = cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656 -SIZE (rust/crates/ciborium-io-0.2.1.crate) = 6679 -SHA256 (rust/crates/ciborium-ll-0.2.1.crate) = defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b -SIZE (rust/crates/ciborium-ll-0.2.1.crate) = 14649 -SHA256 (rust/crates/clang-sys-1.7.0.crate) = 67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1 -SIZE (rust/crates/clang-sys-1.7.0.crate) = 42088 -SHA256 (rust/crates/clap-4.4.14.crate) = 33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2 -SIZE (rust/crates/clap-4.4.14.crate) = 55522 -SHA256 (rust/crates/clap_builder-4.4.14.crate) = f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370 -SIZE (rust/crates/clap_builder-4.4.14.crate) = 163339 -SHA256 (rust/crates/clap_complete-4.4.6.crate) = 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd -SIZE (rust/crates/clap_complete-4.4.6.crate) = 38177 -SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 -SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 -SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b -SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb -SIZE (rust/crates/console-0.15.8.crate) = 36364 -SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d -SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 -SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f -SIZE (rust/crates/criterion-0.5.1.crate) = 110088 +SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e +SIZE (rust/crates/ciborium-0.2.2.crate) = 35611 +SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 +SIZE (rust/crates/ciborium-io-0.2.2.crate) = 6697 +SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 +SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 +SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 +SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 +SHA256 (rust/crates/clap_complete-4.5.50.crate) = c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1 +SIZE (rust/crates/clap_complete-4.5.50.crate) = 48292 +SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 +SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 +SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 +SIZE (rust/crates/console-0.15.11.crate) = 37822 +SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 +SIZE (rust/crates/core2-0.4.0.crate) = 37075 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/criterion-0.6.0.crate) = 3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679 +SIZE (rust/crates/criterion-0.6.0.crate) = 119470 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 SHA256 (rust/crates/crossbeam-0.8.4.crate) = 1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8 SIZE (rust/crates/crossbeam-0.8.4.crate) = 10500 -SHA256 (rust/crates/crossbeam-channel-0.5.11.crate) = 176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b -SIZE (rust/crates/crossbeam-channel-0.5.11.crate) = 90434 -SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d -SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 +SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 +SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 +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-queue-0.3.11.crate) = df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35 -SIZE (rust/crates/crossbeam-queue-0.3.11.crate) = 15581 -SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 -SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/crossbeam-queue-0.3.12.crate) = 0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115 +SIZE (rust/crates/crossbeam-queue-0.3.12.crate) = 16270 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 +SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 -SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 -SIZE (rust/crates/either-1.9.0.crate) = 16660 -SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f -SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/fdeflate-0.3.3.crate) = 209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd -SIZE (rust/crates/fdeflate-0.3.3.crate) = 25011 -SHA256 (rust/crates/fern-0.6.2.crate) = d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee -SIZE (rust/crates/fern-0.6.2.crate) = 304626 -SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e -SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/equator-0.4.2.crate) = 4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc +SIZE (rust/crates/equator-0.4.2.crate) = 11159 +SHA256 (rust/crates/equator-macro-0.4.2.crate) = 44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3 +SIZE (rust/crates/equator-macro-0.4.2.crate) = 6407 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c +SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 +SHA256 (rust/crates/fern-0.7.1.crate) = 4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29 +SIZE (rust/crates/fern-0.7.1.crate) = 304533 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 -SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 -SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 -SIZE (rust/crates/gimli-0.28.1.crate) = 270497 -SHA256 (rust/crates/git2-0.18.1.crate) = fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd -SIZE (rust/crates/git2-0.18.1.crate) = 211466 -SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b -SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 -SIZE (rust/crates/half-1.8.2.crate) = 41874 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 -SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 -SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 -SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 -SIZE (rust/crates/home-0.5.9.crate) = 8760 -SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 -SIZE (rust/crates/idna-0.5.0.crate) = 271940 -SHA256 (rust/crates/image-0.24.7.crate) = 6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711 -SIZE (rust/crates/image-0.24.7.crate) = 290618 -SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f -SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/git2-0.20.2.crate) = 2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110 +SIZE (rust/crates/git2-0.20.2.crate) = 223479 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 +SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 +SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/image-0.25.6.crate) = db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a +SIZE (rust/crates/image-0.25.6.crate) = 242367 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/interpolate_name-0.2.4.crate) = c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60 SIZE (rust/crates/interpolate_name-0.2.4.crate) = 4027 -SHA256 (rust/crates/is-terminal-0.4.10.crate) = 0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455 -SIZE (rust/crates/is-terminal-0.4.10.crate) = 7683 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 -SIZE (rust/crates/itertools-0.11.0.crate) = 125074 -SHA256 (rust/crates/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0 -SIZE (rust/crates/itertools-0.12.0.crate) = 133620 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 -SHA256 (rust/crates/jobserver-0.1.27.crate) = 8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d -SIZE (rust/crates/jobserver-0.1.27.crate) = 24774 -SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca -SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 +SIZE (rust/crates/itertools-0.13.0.crate) = 146261 +SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 +SIZE (rust/crates/itertools-0.14.0.crate) = 152715 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lab-0.11.0.crate) = bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f SIZE (rust/crates/lab-0.11.0.crate) = 15140 -SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 -SIZE (rust/crates/libc-0.2.152.crate) = 740278 -SHA256 (rust/crates/libdav1d-sys-0.6.0.crate) = 12c9cc342dc258130a727ad15f48d01ebb181aafec30dd65338d8e51db930572 -SIZE (rust/crates/libdav1d-sys-0.6.0.crate) = 1450473 -SHA256 (rust/crates/libfuzzer-sys-0.4.7.crate) = a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7 -SIZE (rust/crates/libfuzzer-sys-0.4.7.crate) = 128332 -SHA256 (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c -SIZE (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = 1773446 -SHA256 (rust/crates/libloading-0.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161 -SIZE (rust/crates/libloading-0.8.1.crate) = 27893 -SHA256 (rust/crates/libz-sys-1.1.14.crate) = 295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050 -SIZE (rust/crates/libz-sys-1.1.14.crate) = 3939803 -SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 -SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa +SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libdav1d-sys-0.7.1+libdav1d.1.4.3.crate) = 3d875e9669d116a603412a126de599b7bf47789a365b79fcf461fbf9c18d141f +SIZE (rust/crates/libdav1d-sys-0.7.1+libdav1d.1.4.3.crate) = 1584555 +SHA256 (rust/crates/libfuzzer-sys-0.4.9.crate) = cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75 +SIZE (rust/crates/libfuzzer-sys-0.4.9.crate) = 133299 +SHA256 (rust/crates/libgit2-sys-0.18.1+1.9.0.crate) = e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e +SIZE (rust/crates/libgit2-sys-0.18.1+1.9.0.crate) = 1855262 +SHA256 (rust/crates/libloading-0.8.7.crate) = 6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c +SIZE (rust/crates/libloading-0.8.7.crate) = 30374 +SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d +SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/maybe-rayon-0.1.1.crate) = 8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519 SIZE (rust/crates/maybe-rayon-0.1.1.crate) = 2901 -SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 -SIZE (rust/crates/memchr-2.7.1.crate) = 96307 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 -SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/nasm-rs-0.2.5.crate) = fe4d98d0065f4b1daf164b3eafb11974c94662e5e2396cf03f32d0bb5c17da51 -SIZE (rust/crates/nasm-rs-0.2.5.crate) = 9920 -SHA256 (rust/crates/new_debug_unreachable-1.0.4.crate) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 -SIZE (rust/crates/new_debug_unreachable-1.0.4.crate) = 2561 +SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a +SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/nasm-rs-0.3.0.crate) = 12fcfa1bd49e0342ec1d07ed2be83b59963e7acbeb9310e1bb2c07b69dadd959 +SIZE (rust/crates/nasm-rs-0.3.0.crate) = 10700 +SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 +SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nom-8.0.0.crate) = df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405 +SIZE (rust/crates/nom-8.0.0.crate) = 135590 SHA256 (rust/crates/noop_proc_macro-0.3.0.crate) = 0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8 SIZE (rust/crates/noop_proc_macro-0.3.0.crate) = 2157 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 -SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 -SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 -SHA256 (rust/crates/num-derive-0.4.1.crate) = cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712 -SIZE (rust/crates/num-derive-0.4.1.crate) = 14840 -SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 -SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 -SHA256 (rust/crates/num-rational-0.4.1.crate) = 0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0 -SIZE (rust/crates/num-rational-0.4.1.crate) = 27889 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 -SIZE (rust/crates/object-0.32.2.crate) = 286994 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 -SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 +SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 +SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 +SHA256 (rust/crates/num-derive-0.4.2.crate) = ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202 +SIZE (rust/crates/num-derive-0.4.2.crate) = 14709 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 +SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e +SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 -SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 -SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pastey-0.1.0.crate) = b3a8cb46bdc156b1c90460339ae6bfd45ba0394e5effbaa640badb4987fdc261 +SIZE (rust/crates/pastey-0.1.0.crate) = 15948 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 -SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 -SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a -SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 -SHA256 (rust/crates/plotters-0.3.5.crate) = d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 -SIZE (rust/crates/plotters-0.3.5.crate) = 143975 -SHA256 (rust/crates/plotters-backend-0.3.5.crate) = 9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609 -SIZE (rust/crates/plotters-backend-0.3.5.crate) = 13440 -SHA256 (rust/crates/plotters-svg-0.3.5.crate) = 38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab -SIZE (rust/crates/plotters-svg-0.3.5.crate) = 6948 -SHA256 (rust/crates/png-0.17.10.crate) = dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64 -SIZE (rust/crates/png-0.17.10.crate) = 89384 -SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de -SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/predicates-3.0.4.crate) = 6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0 -SIZE (rust/crates/predicates-3.0.4.crate) = 23240 -SHA256 (rust/crates/predicates-core-1.0.6.crate) = b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 -SIZE (rust/crates/predicates-core-1.0.6.crate) = 8084 -SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf -SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 -SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 -SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 -SHA256 (rust/crates/prettyplease-0.2.16.crate) = a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5 -SIZE (rust/crates/prettyplease-0.2.16.crate) = 57630 -SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c -SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 -SHA256 (rust/crates/profiling-1.0.13.crate) = d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e -SIZE (rust/crates/profiling-1.0.13.crate) = 13109 -SHA256 (rust/crates/profiling-procmacros-1.0.13.crate) = 4b322d7d65c1ab449be3c890fcbd0db6e1092d0dd05d79dba2dd28032cebeb05 -SIZE (rust/crates/profiling-procmacros-1.0.13.crate) = 5598 +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/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/plotters-0.3.7.crate) = 5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747 +SIZE (rust/crates/plotters-0.3.7.crate) = 149031 +SHA256 (rust/crates/plotters-backend-0.3.7.crate) = df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a +SIZE (rust/crates/plotters-backend-0.3.7.crate) = 13709 +SHA256 (rust/crates/plotters-svg-0.3.7.crate) = 51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670 +SIZE (rust/crates/plotters-svg-0.3.7.crate) = 6715 +SHA256 (rust/crates/png-0.17.16.crate) = 82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526 +SIZE (rust/crates/png-0.17.16.crate) = 117975 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/predicates-3.1.3.crate) = a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573 +SIZE (rust/crates/predicates-3.1.3.crate) = 24063 +SHA256 (rust/crates/predicates-core-1.0.9.crate) = 727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa +SIZE (rust/crates/predicates-core-1.0.9.crate) = 8618 +SHA256 (rust/crates/predicates-tree-1.0.12.crate) = 72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c +SIZE (rust/crates/predicates-tree-1.0.12.crate) = 8392 +SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d +SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 +SHA256 (rust/crates/prettyplease-0.2.32.crate) = 664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6 +SIZE (rust/crates/prettyplease-0.2.32.crate) = 72024 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/profiling-1.0.16.crate) = afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d +SIZE (rust/crates/profiling-1.0.16.crate) = 12588 +SHA256 (rust/crates/profiling-procmacros-1.0.16.crate) = a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30 +SIZE (rust/crates/profiling-procmacros-1.0.16.crate) = 5893 SHA256 (rust/crates/quickcheck-1.0.3.crate) = 588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6 SIZE (rust/crates/quickcheck-1.0.3.crate) = 28069 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 -SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/rayon-1.8.0.crate) = 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1 -SIZE (rust/crates/rayon-1.8.0.crate) = 170172 -SHA256 (rust/crates/rayon-core-1.12.0.crate) = 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed -SIZE (rust/crates/rayon-core-1.12.0.crate) = 70081 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 -SIZE (rust/crates/rustix-0.38.28.crate) = 365398 -SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c -SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +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/scan_fmt-0.2.6.crate) = 0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248 SIZE (rust/crates/scan_fmt-0.2.6.crate) = 9676 -SHA256 (rust/crates/semver-1.0.21.crate) = b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0 -SIZE (rust/crates/semver-1.0.21.crate) = 30445 -SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 -SIZE (rust/crates/serde-1.0.195.crate) = 76856 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde-big-array-0.5.1.crate) = 11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f SIZE (rust/crates/serde-big-array-0.5.1.crate) = 6618 -SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c -SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 -SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 -SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 -SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 -SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 +SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 -SHA256 (rust/crates/shlex-1.2.0.crate) = a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380 -SIZE (rust/crates/shlex-1.2.0.crate) = 6584 -SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 -SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 +SIZE (rust/crates/signal-hook-0.3.18.crate) = 50862 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 SHA256 (rust/crates/simd_helpers-0.1.0.crate) = 95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6 SIZE (rust/crates/simd_helpers-0.1.0.crate) = 1527 -SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 -SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 -SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f -SIZE (rust/crates/syn-2.0.48.crate) = 250566 -SHA256 (rust/crates/system-deps-6.2.0.crate) = 2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331 -SIZE (rust/crates/system-deps-6.2.0.crate) = 24961 -SHA256 (rust/crates/target-lexicon-0.12.13.crate) = 69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae -SIZE (rust/crates/target-lexicon-0.12.13.crate) = 25424 -SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 -SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 -SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 -SIZE (rust/crates/termtree-0.4.1.crate) = 4557 -SHA256 (rust/crates/thiserror-1.0.56.crate) = d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad -SIZE (rust/crates/thiserror-1.0.56.crate) = 20592 -SHA256 (rust/crates/thiserror-impl-1.0.56.crate) = fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471 -SIZE (rust/crates/thiserror-impl-1.0.56.crate) = 15367 -SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 -SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +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.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349 +SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 +SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 +SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 +SHA256 (rust/crates/terminal_size-0.4.2.crate) = 45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed +SIZE (rust/crates/terminal_size-0.4.2.crate) = 9976 +SHA256 (rust/crates/termtree-0.5.1.crate) = 8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683 +SIZE (rust/crates/termtree-0.5.1.crate) = 8498 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c +SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 -SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 -SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 -SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 -SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/toml-0.8.8.crate) = a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35 -SIZE (rust/crates/toml-0.8.8.crate) = 50451 -SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 -SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 -SHA256 (rust/crates/toml_edit-0.21.0.crate) = d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03 -SIZE (rust/crates/toml_edit-0.21.0.crate) = 101265 -SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef -SIZE (rust/crates/tracing-0.1.40.crate) = 79459 -SHA256 (rust/crates/tracing-attributes-0.1.27.crate) = 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 -SIZE (rust/crates/tracing-attributes-0.1.27.crate) = 32241 -SHA256 (rust/crates/tracing-chrome-0.7.1.crate) = 496b3cd5447f7ff527bbbf19b071ad542a000adf297d4127078b4dfdb931f41a -SIZE (rust/crates/tracing-chrome-0.7.1.crate) = 13796 -SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 -SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 +SHA256 (rust/crates/toml-0.8.22.crate) = 05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae +SIZE (rust/crates/toml-0.8.22.crate) = 76224 +SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3 +SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622 +SHA256 (rust/crates/toml_edit-0.22.26.crate) = 310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e +SIZE (rust/crates/toml_edit-0.22.26.crate) = 121714 +SHA256 (rust/crates/toml_write-0.1.1.crate) = bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076 +SIZE (rust/crates/toml_write-0.1.1.crate) = 17467 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d +SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 +SHA256 (rust/crates/tracing-chrome-0.7.2.crate) = bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724 +SIZE (rust/crates/tracing-chrome-0.7.2.crate) = 14030 +SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c +SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b -SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 -SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 -SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 -SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b -SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 -SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 -SIZE (rust/crates/url-2.5.0.crate) = 78605 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/v_frame-0.3.7.crate) = c372e4e6fad129795fb86fda6021b258948560b39883b80ed00510a7d19846b0 -SIZE (rust/crates/v_frame-0.3.7.crate) = 14640 -SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d -SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd +SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/v_frame-0.3.8.crate) = d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b +SIZE (rust/crates/v_frame-0.3.8.crate) = 14967 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 -SHA256 (rust/crates/version-compare-0.1.1.crate) = 579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29 -SIZE (rust/crates/version-compare-0.1.1.crate) = 13224 -SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 -SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 -SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee -SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b +SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 +SHA256 (rust/crates/wait-timeout-0.2.1.crate) = 09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11 +SIZE (rust/crates/wait-timeout-0.2.1.crate) = 11435 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.89.crate) = 0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e -SIZE (rust/crates/wasm-bindgen-0.2.89.crate) = 181935 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826 -SIZE (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 28205 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2 -SIZE (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 13906 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = 20008 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f -SIZE (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7265 -SHA256 (rust/crates/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f -SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 SIZE (rust/crates/which-4.4.2.crate) = 15953 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 -SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d -SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c -SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd -SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc -SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef -SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 -SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e -SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 -SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 -SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 -SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a -SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e -SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd -SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 -SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 -SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 -SHA256 (rust/crates/winnow-0.5.33.crate) = b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa -SIZE (rust/crates/winnow-0.5.33.crate) = 154059 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b +SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +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/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/y4m-0.8.0.crate) = 7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448 SIZE (rust/crates/y4m-0.8.0.crate) = 12455 -SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec -SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (xiph-rav1e-v0.7.1_GH0.tar.gz) = da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c -SIZE (xiph-rav1e-v0.7.1_GH0.tar.gz) = 3048929 +SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 +SIZE (rust/crates/yansi-1.0.1.crate) = 75497 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb +SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef +SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (xiph-rav1e-v0.8.0_GH0.tar.gz) = 2580bb4b4efae50e0a228e8ba80db1f73805a0e6f6a8c22bee066c90afb35ba0 +SIZE (xiph-rav1e-v0.8.0_GH0.tar.gz) = 3040834 diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index f6f5e675967a..7fbdf0c60504 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ringrtc DISTVERSIONPREFIX= v -DISTVERSION= 2.50.5 +DISTVERSION= 2.51.0 CATEGORIES= multimedia MASTER_SITES= LOCAL/mikael/ringrtc/:base \ LOCAL/mikael/ringrtc/:boringssl \ @@ -64,7 +64,7 @@ GH_TUPLE= signalapp:ringrtc:${DISTVERSIONPREFIX}${DISTVERSION} \ signalapp:webrtc:${WEBRTC_REV}:webrtc # sh net-im/signal-desktop/get_deps.sh -WEBRTC_REV= 6998a +WEBRTC_REV= 6998b # modify webrtc_fetch.sh, then sh webrtc_fetch.sh BASE_REV= e0914b7606a151a3a12e994c400519f2e291c53f diff --git a/multimedia/ringrtc/distinfo b/multimedia/ringrtc/distinfo index 375ca95f4285..86990337d44e 100644 --- a/multimedia/ringrtc/distinfo +++ b/multimedia/ringrtc/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1745480399 +TIMESTAMP = 1747317187 SHA256 (base-e0914b7606a151a3a12e994c400519f2e291c53f.tar.gz) = 229f6e5a99deb45f3a02972596580508d7535ba40c752388c09f925ea3a99a75 SIZE (base-e0914b7606a151a3a12e994c400519f2e291c53f.tar.gz) = 6223200 SHA256 (boringssl-d4b6eb542d4fd109baacd550935efd00c521e674.tar.gz) = f013a4a63bb00fd543ba40ec2f992e5a29904b814f630ba6755fecf1457c4c8e @@ -829,7 +829,7 @@ SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 8dd338d SIZE (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 808022 SHA256 (signalapp-libsignal-v0.65.1_GH0.tar.gz) = d3f05a04a7ec31416012e6db6747244d09095d3fd006593164430ff26a9003a0 SIZE (signalapp-libsignal-v0.65.1_GH0.tar.gz) = 1905182 -SHA256 (signalapp-ringrtc-v2.50.5_GH0.tar.gz) = 57a1ac87308937519d603160dbf97831cc66ace5bdb59acd26035b6a0066179c -SIZE (signalapp-ringrtc-v2.50.5_GH0.tar.gz) = 813908 -SHA256 (signalapp-webrtc-6998a_GH0.tar.gz) = fe2801e318f0358b524185c7b24f6e79fd318d5a614f6642bda5289159b985fe -SIZE (signalapp-webrtc-6998a_GH0.tar.gz) = 39945339 +SHA256 (signalapp-ringrtc-v2.51.0_GH0.tar.gz) = 7b75402b1fafc3fa708044b1de686edb3b8bc7a21018776186a569281348abf1 +SIZE (signalapp-ringrtc-v2.51.0_GH0.tar.gz) = 809854 +SHA256 (signalapp-webrtc-6998b_GH0.tar.gz) = ebf42f07453fad18093052bd4e73e156a5a74305f85ff3a0b5b26b04e4faa069 +SIZE (signalapp-webrtc-6998b_GH0.tar.gz) = 39945174 diff --git a/multimedia/ringrtc/update.txt b/multimedia/ringrtc/update.txt index ff9229357ffc..2fc75df8a827 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.50.5/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.51.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 837add72a7bd..21f451e4a467 100644 --- a/multimedia/ringrtc/webrtc_fetch.sh +++ b/multimedia/ringrtc/webrtc_fetch.sh @@ -1,6 +1,6 @@ #!/bin/sh -WEBRTC_REV=6998a +WEBRTC_REV=6998b base_url="https://chromium.googlesource.com/chromium/src/base.git/+archive/" boringssl_url="https://boringssl.googlesource.com/boringssl.git/+archive/" diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile index b07349905145..151d21b1ec49 100644 --- a/net-im/libsignal-node/Makefile +++ b/net-im/libsignal-node/Makefile @@ -1,9 +1,9 @@ PORTNAME= libsignal DISTVERSIONPREFIX= v -DISTVERSION= 0.67.4 +DISTVERSION= 0.70.0 CATEGORIES= net-im -PKGNAMESUFFIX= -node MASTER_SITES= LOCAL/mikael/signal-desktop/:npm +PKGNAMESUFFIX= -node DISTFILES= libsignal-node-${DISTVERSION}-npm-cache.tar.gz:npm MAINTAINER= mikael@FreeBSD.org @@ -78,7 +78,7 @@ do-install: create-caches-tarball: # do some cleanup first ${RM} -r ${WRKDIR}/.npm/_logs ${WRKDIR}/.npm/_update-notifier-last-checked - + cd ${WRKDIR} && \ ${TAR} czf libsignal-node-${DISTVERSION}-npm-cache.tar.gz .npm diff --git a/net-im/libsignal-node/Makefile.crates b/net-im/libsignal-node/Makefile.crates index 1d5051aa97fe..cf553f330f58 100644 --- a/net-im/libsignal-node/Makefile.crates +++ b/net-im/libsignal-node/Makefile.crates @@ -15,15 +15,15 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-wincon-3.0.7 \ anyhow-1.0.97 \ argon2-0.5.3 \ - array-concat-0.5.3 \ + array-concat-0.5.5 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ asn1-0.21.0 \ asn1_derive-0.21.0 \ assert_cmd-2.0.16 \ assert_matches-1.5.0 \ - async-compression-0.4.20 \ - async-trait-0.1.87 \ + async-compression-0.4.22 \ + async-trait-0.1.88 \ atomic-take-1.1.0 \ atomic-waker-1.1.2 \ auto_enums-0.8.7 \ @@ -49,7 +49,7 @@ CARGO_CRATES= addr2line-0.24.2 \ cachemap2-0.3.0 \ cast-0.3.0 \ cbc-0.1.2 \ - cc-1.2.16 \ + cc-1.2.18 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -62,10 +62,10 @@ CARGO_CRATES= addr2line-0.24.2 \ cipher-0.4.4 \ circular-0.3.0 \ clang-sys-1.8.1 \ - clap-4.5.31 \ + clap-4.5.35 \ clap-stdin-0.6.0 \ - clap_builder-4.5.31 \ - clap_derive-4.5.28 \ + clap_builder-4.5.35 \ + clap_derive-4.5.32 \ clap_lex-0.7.4 \ cmake-0.1.48 \ colorchoice-1.0.3 \ @@ -85,13 +85,13 @@ CARGO_CRATES= addr2line-0.24.2 \ crunchy-0.2.3 \ crypto-common-0.1.6 \ ctr-0.9.2 \ - darling-0.20.10 \ - darling_core-0.20.10 \ - darling_macro-0.20.10 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ data-encoding-2.8.0 \ debugid-0.8.0 \ der-0.7.9 \ - deranged-0.3.11 \ + deranged-0.4.0 \ derive-where-1.2.7 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ @@ -118,13 +118,13 @@ CARGO_CRATES= addr2line-0.24.2 \ encoding_rs-0.8.35 \ enum-as-inner-0.6.1 \ env_filter-0.1.3 \ - env_logger-0.11.7 \ + env_logger-0.11.8 \ equivalent-1.0.2 \ - errno-0.3.10 \ + errno-0.3.11 \ fastrand-2.3.0 \ fiat-crypto-0.2.9 \ fixedbitset-0.5.7 \ - flate2-1.1.0 \ + flate2-1.1.1 \ fnv-1.0.7 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ @@ -143,82 +143,87 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-util-0.3.31 \ generic-array-0.14.7 \ getrandom-0.2.15 \ - getrandom-0.3.1 \ + getrandom-0.3.2 \ ghash-0.5.1 \ gimli-0.31.1 \ glob-0.3.2 \ h2-0.3.26 \ h2-0.4.8 \ half-2.4.1 \ + hashbrown-0.12.3 \ hashbrown-0.15.2 \ hax-lib-0.1.0 \ + hax-lib-0.2.0 \ hax-lib-macros-0.1.0 \ + hax-lib-macros-0.2.0 \ hax-lib-macros-types-0.1.0 \ + hax-lib-macros-types-0.2.0 \ headers-0.3.9 \ headers-core-0.2.0 \ heck-0.5.0 \ hermit-abi-0.5.0 \ hex-0.4.3 \ - hex-literal-0.4.1 \ hickory-proto-0.24.4 \ hkdf-0.12.4 \ hmac-0.12.1 \ home-0.5.9 \ http-0.2.12 \ - http-1.2.0 \ + http-1.3.1 \ http-body-0.4.6 \ http-body-1.0.1 \ - http-body-util-0.1.2 \ + http-body-util-0.1.3 \ httparse-1.10.1 \ httpdate-1.0.3 \ hyper-0.14.32 \ hyper-1.6.0 \ - hyper-util-0.1.10 \ - iana-time-zone-0.1.61 \ + hyper-util-0.1.11 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ icu_locid-1.5.0 \ icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ + icu_locid_transform_data-1.5.1 \ icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ + icu_normalizer_data-1.5.1 \ icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ + icu_properties_data-1.5.1 \ icu_provider-1.5.0 \ icu_provider_macros-1.5.0 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.0 \ - indexmap-2.7.1 \ + indexmap-1.9.3 \ + indexmap-2.9.0 \ inout-0.1.4 \ intmap-3.1.0 \ ipnet-2.11.0 \ is-terminal-0.4.16 \ is_terminal_polyfill-1.70.1 \ itertools-0.10.5 \ + itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.4 \ - jiff-static-0.2.4 \ + jiff-0.2.5 \ + jiff-static-0.2.5 \ jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.32 \ + jobserver-0.1.33 \ js-sys-0.3.77 \ json5-0.4.1 \ lazy_static-1.5.0 \ - libc-0.2.170 \ - libcrux-intrinsics-0.0.2-beta.3 \ + libc-0.2.171 \ + libcrux-intrinsics-0.0.2 \ libcrux-ml-kem-0.0.2-alpha.3 \ - libcrux-platform-0.0.2-pre.2 \ - libcrux-sha3-0.0.2-beta.3 \ + libcrux-platform-0.0.2 \ + libcrux-sha3-0.0.2 \ libloading-0.8.6 \ - libz-sys-1.1.21 \ + libz-sys-1.1.22 \ linkme-0.3.32 \ linkme-impl-0.3.32 \ linux-raw-sys-0.4.15 \ - linux-raw-sys-0.9.2 \ + linux-raw-sys-0.9.3 \ litemap-0.7.4 \ - log-0.4.26 \ + log-0.4.27 \ log-panics-2.1.0 \ macro_rules_attribute-0.2.0 \ macro_rules_attribute-proc_macro-0.2.0 \ @@ -233,7 +238,7 @@ CARGO_CRATES= addr2line-0.24.2 \ minidump-processor-0.22.1 \ minidump-unwind-0.22.2 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.5 \ + miniz_oxide-0.8.7 \ mio-1.0.3 \ mp4san-0.5.3 \ mp4san-derive-0.5.3 \ @@ -254,7 +259,7 @@ CARGO_CRATES= addr2line-0.24.2 \ num_enum-0.7.3 \ num_enum_derive-0.7.3 \ object-0.36.7 \ - once_cell-1.20.3 \ + once_cell-1.21.3 \ oorandom-11.1.5 \ opaque-debug-0.3.1 \ openssl-macros-0.1.1 \ @@ -266,10 +271,10 @@ CARGO_CRATES= addr2line-0.24.2 \ paste-1.0.15 \ pem-3.0.5 \ percent-encoding-2.3.1 \ - pest-2.7.15 \ - pest_derive-2.7.15 \ - pest_generator-2.7.15 \ - pest_meta-2.7.15 \ + pest-2.8.0 \ + pest_derive-2.8.0 \ + pest_generator-2.8.0 \ + pest_meta-2.8.0 \ petgraph-0.7.1 \ phf-0.11.3 \ phf_codegen-0.11.3 \ @@ -289,7 +294,7 @@ CARGO_CRATES= addr2line-0.24.2 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ powerfmt-0.2.0 \ - ppv-lite86-0.2.20 \ + ppv-lite86-0.2.21 \ pqcrypto-internals-0.2.10 \ pqcrypto-kyber-0.7.9 \ pqcrypto-kyber-0.8.1 \ @@ -298,7 +303,7 @@ CARGO_CRATES= addr2line-0.24.2 \ predicates-core-1.0.9 \ predicates-tree-1.0.12 \ pretty_assertions-1.4.1 \ - prettyplease-0.2.30 \ + prettyplease-0.2.32 \ proc-macro-crate-3.3.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ @@ -315,7 +320,8 @@ CARGO_CRATES= addr2line-0.24.2 \ protobuf-parse-3.7.2 \ protobuf-support-3.7.2 \ quick-error-1.2.3 \ - quote-1.0.39 \ + quote-1.0.40 \ + r-efi-5.2.0 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -330,21 +336,22 @@ CARGO_CRATES= addr2line-0.24.2 \ regex-automata-0.4.9 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ - ring-0.17.13 \ + ring-0.17.14 \ rustc-demangle-0.1.24 \ rustc-hash-1.1.0 \ rustc_version-0.4.1 \ rusticata-macros-4.1.0 \ rustix-0.38.44 \ - rustix-1.0.1 \ + rustix-1.0.5 \ rustls-0.22.4 \ - rustls-0.23.23 \ + rustls-0.23.25 \ rustls-native-certs-0.8.1 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.11.0 \ - rustls-platform-verifier-0.5.0 \ + rustls-platform-verifier-0.5.1 \ rustls-platform-verifier-android-0.1.1 \ rustls-webpki-0.102.8 \ + rustls-webpki-0.103.1 \ rustversion-1.0.20 \ rusty-fork-0.3.0 \ ryu-1.0.20 \ @@ -353,15 +360,17 @@ CARGO_CRATES= addr2line-0.24.2 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ scroll-0.12.0 \ - scroll_derive-0.12.0 \ + scroll_derive-0.12.1 \ security-framework-3.2.0 \ security-framework-sys-2.14.0 \ semver-1.0.26 \ send_wrapper-0.6.0 \ - serde-1.0.218 \ - serde_derive-1.0.218 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ serde_json-1.0.140 \ serde_urlencoded-0.7.1 \ + serde_with-3.12.0 \ + serde_with_macros-3.12.0 \ sha1-0.10.6 \ sha1_smol-1.0.1 \ sha2-0.10.8 \ @@ -371,10 +380,10 @@ CARGO_CRATES= addr2line-0.24.2 \ signature-2.2.0 \ siphasher-1.0.1 \ slab-0.4.9 \ - smallvec-1.14.0 \ + smallvec-1.15.0 \ smart-default-0.7.1 \ snow-0.9.6 \ - socket2-0.5.8 \ + socket2-0.5.9 \ socks5-proto-0.4.1 \ socks5-server-0.10.1 \ spin-0.9.8 \ @@ -386,10 +395,10 @@ CARGO_CRATES= addr2line-0.24.2 \ strum_macros-0.27.1 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.99 \ + syn-2.0.100 \ syn-mid-0.6.0 \ synstructure-0.13.1 \ - tempfile-3.18.0 \ + tempfile-3.19.1 \ termtree-0.5.1 \ test-case-3.3.1 \ test-case-core-3.3.1 \ @@ -402,22 +411,22 @@ CARGO_CRATES= addr2line-0.24.2 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ thread_local-1.1.8 \ - time-0.3.39 \ - time-core-0.1.3 \ - time-macros-0.2.20 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ tinystr-0.7.6 \ tinytemplate-1.2.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ tls-parser-0.12.2 \ - tokio-1.43.0 \ + tokio-1.44.2 \ tokio-macros-2.5.0 \ tokio-rustls-0.25.0 \ tokio-socks-0.5.2 \ tokio-stream-0.1.17 \ tokio-tungstenite-0.21.0 \ tokio-tungstenite-0.23.1 \ - tokio-util-0.7.13 \ + tokio-util-0.7.14 \ toml_datetime-0.6.8 \ toml_edit-0.22.24 \ tower-service-0.3.3 \ @@ -434,6 +443,7 @@ CARGO_CRATES= addr2line-0.24.2 \ unarray-0.1.4 \ unicase-2.8.1 \ unicode-ident-1.0.18 \ + unicode-xid-0.2.6 \ universal-hash-0.5.1 \ untrusted-0.9.0 \ url-2.5.4 \ @@ -441,7 +451,7 @@ CARGO_CRATES= addr2line-0.24.2 \ utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.15.1 \ + uuid-1.16.0 \ valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ @@ -451,7 +461,7 @@ CARGO_CRATES= addr2line-0.24.2 \ want-0.3.1 \ warp-0.3.7 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ + wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ wasm-bindgen-macro-0.2.100 \ @@ -465,8 +475,12 @@ CARGO_CRATES= addr2line-0.24.2 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ - windows-link-0.1.0 \ + windows-core-0.61.0 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-result-0.3.2 \ + windows-strings-0.4.0 \ windows-sys-0.45.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ @@ -487,8 +501,8 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.3 \ - wit-bindgen-rt-0.33.0 \ + winnow-0.7.4 \ + wit-bindgen-rt-0.39.0 \ write16-1.0.0 \ writeable-0.5.5 \ x25519-dalek-2.0.1 \ @@ -496,8 +510,8 @@ CARGO_CRATES= addr2line-0.24.2 \ yasna-0.5.2 \ yoke-0.7.5 \ yoke-derive-0.7.5 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 \ + zerocopy-0.8.24 \ + zerocopy-derive-0.8.24 \ zerofrom-0.1.5 \ zerofrom-derive-0.1.5 \ zeroize-1.8.1 \ diff --git a/net-im/libsignal-node/distinfo b/net-im/libsignal-node/distinfo index 84534434da34..5b75aebe8157 100644 --- a/net-im/libsignal-node/distinfo +++ b/net-im/libsignal-node/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1744368983 -SHA256 (libsignal-node-0.67.4-npm-cache.tar.gz) = 8862e3d4d5833eff4eecafc8e81c0e6635b3b63b6d0eacf6727e69e15763c4c4 -SIZE (libsignal-node-0.67.4-npm-cache.tar.gz) = 60927293 +TIMESTAMP = 1747320478 +SHA256 (libsignal-node-0.70.0-npm-cache.tar.gz) = 9b586ae2761d37eec97bcefe59dd9a6ab5b637a7a1c96b1102b4aa6fa35dbe7b +SIZE (libsignal-node-0.70.0-npm-cache.tar.gz) = 60935744 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 @@ -35,8 +35,8 @@ SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baa SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 SHA256 (rust/crates/argon2-0.5.3.crate) = 3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072 SIZE (rust/crates/argon2-0.5.3.crate) = 28795 -SHA256 (rust/crates/array-concat-0.5.3.crate) = 68b4d2c47ea522f4135657904891e533727daca3d2d852f29f5e4cc50960c77c -SIZE (rust/crates/array-concat-0.5.3.crate) = 3312 +SHA256 (rust/crates/array-concat-0.5.5.crate) = de9067cfeb22d851858da2a5af9a82e385d363623094efa61cef7a45e651fc81 +SIZE (rust/crates/array-concat-0.5.5.crate) = 4379 SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 @@ -49,10 +49,10 @@ SHA256 (rust/crates/assert_cmd-2.0.16.crate) = dc1835b7f27878de8525dc71410b5a31c SIZE (rust/crates/assert_cmd-2.0.16.crate) = 26554 SHA256 (rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9 SIZE (rust/crates/assert_matches-1.5.0.crate) = 7761 -SHA256 (rust/crates/async-compression-0.4.20.crate) = 310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861 -SIZE (rust/crates/async-compression-0.4.20.crate) = 112782 -SHA256 (rust/crates/async-trait-0.1.87.crate) = d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97 -SIZE (rust/crates/async-trait-0.1.87.crate) = 32014 +SHA256 (rust/crates/async-compression-0.4.22.crate) = 59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64 +SIZE (rust/crates/async-compression-0.4.22.crate) = 116199 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/atomic-take-1.1.0.crate) = a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3 SIZE (rust/crates/atomic-take-1.1.0.crate) = 5581 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 @@ -103,8 +103,8 @@ SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2 SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 SIZE (rust/crates/cbc-0.1.2.crate) = 23501 -SHA256 (rust/crates/cc-1.2.16.crate) = be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c -SIZE (rust/crates/cc-1.2.16.crate) = 103847 +SHA256 (rust/crates/cc-1.2.18.crate) = 525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c +SIZE (rust/crates/cc-1.2.18.crate) = 105851 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -129,14 +129,14 @@ SHA256 (rust/crates/circular-0.3.0.crate) = b0fc239e0f6cb375d2402d48afb92f76f540 SIZE (rust/crates/circular-0.3.0.crate) = 4571 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.31.crate) = 027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767 -SIZE (rust/crates/clap-4.5.31.crate) = 56084 +SHA256 (rust/crates/clap-4.5.35.crate) = d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944 +SIZE (rust/crates/clap-4.5.35.crate) = 56970 SHA256 (rust/crates/clap-stdin-0.6.0.crate) = 1101d998d15574d862ee282bcb93e0cf2d192c2fb12338dec35daa91425769a9 SIZE (rust/crates/clap-stdin-0.6.0.crate) = 16828 -SHA256 (rust/crates/clap_builder-4.5.31.crate) = 5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863 -SIZE (rust/crates/clap_builder-4.5.31.crate) = 168303 -SHA256 (rust/crates/clap_derive-4.5.28.crate) = bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed -SIZE (rust/crates/clap_derive-4.5.28.crate) = 33428 +SHA256 (rust/crates/clap_builder-4.5.35.crate) = 2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9 +SIZE (rust/crates/clap_builder-4.5.35.crate) = 168525 +SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 +SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/cmake-0.1.48.crate) = e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a @@ -175,20 +175,20 @@ 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/darling-0.20.10.crate) = 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 -SIZE (rust/crates/darling-0.20.10.crate) = 32031 -SHA256 (rust/crates/darling_core-0.20.10.crate) = 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 -SIZE (rust/crates/darling_core-0.20.10.crate) = 65015 -SHA256 (rust/crates/darling_macro-0.20.10.crate) = d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 -SIZE (rust/crates/darling_macro-0.20.10.crate) = 1874 +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 +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 SHA256 (rust/crates/data-encoding-2.8.0.crate) = 575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010 SIZE (rust/crates/data-encoding-2.8.0.crate) = 21394 SHA256 (rust/crates/debugid-0.8.0.crate) = bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d SIZE (rust/crates/debugid-0.8.0.crate) = 12757 SHA256 (rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 SIZE (rust/crates/der-0.7.9.crate) = 85173 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 SHA256 (rust/crates/derive-where-1.2.7.crate) = 62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25 SIZE (rust/crates/derive-where-1.2.7.crate) = 46524 SHA256 (rust/crates/derive_builder-0.20.2.crate) = 507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947 @@ -241,20 +241,20 @@ SHA256 (rust/crates/enum-as-inner-0.6.1.crate) = a1e6a265c649f3f5979b601d26f1d05 SIZE (rust/crates/enum-as-inner-0.6.1.crate) = 12190 SHA256 (rust/crates/env_filter-0.1.3.crate) = 186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0 SIZE (rust/crates/env_filter-0.1.3.crate) = 15191 -SHA256 (rust/crates/env_logger-0.11.7.crate) = c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697 -SIZE (rust/crates/env_logger-0.11.7.crate) = 31842 +SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f +SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e +SIZE (rust/crates/errno-0.3.11.crate) = 12048 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 SHA256 (rust/crates/fixedbitset-0.5.7.crate) = 1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99 SIZE (rust/crates/fixedbitset-0.5.7.crate) = 26537 -SHA256 (rust/crates/flate2-1.1.0.crate) = 11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc -SIZE (rust/crates/flate2-1.1.0.crate) = 110650 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.5.0.crate) = d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 @@ -291,8 +291,8 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 -SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 -SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 +SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 +SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1 SIZE (rust/crates/ghash-0.5.1.crate) = 9482 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f @@ -305,14 +305,22 @@ SHA256 (rust/crates/h2-0.4.8.crate) = 5017294ff4bb30944501348f6f8e42e6ad28f42c8b SIZE (rust/crates/h2-0.4.8.crate) = 174535 SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 SHA256 (rust/crates/hax-lib-0.1.0.crate) = fd2dddf00d9120e8ff07ec0411cd48f6f419782b53c109d3984b6bf94345c822 SIZE (rust/crates/hax-lib-0.1.0.crate) = 8374 +SHA256 (rust/crates/hax-lib-0.2.0.crate) = 61933dbb676f11311378720e1ee97a511813edb7044255381ba0d625cac6be7b +SIZE (rust/crates/hax-lib-0.2.0.crate) = 9469 SHA256 (rust/crates/hax-lib-macros-0.1.0.crate) = 013ec0c6e58481b11658007e794ee09be35b97ef02c92102b9a5c01afd43a82f SIZE (rust/crates/hax-lib-macros-0.1.0.crate) = 19500 +SHA256 (rust/crates/hax-lib-macros-0.2.0.crate) = 7ba3a8d32921c3f535e973f72053d20bc8c7f74028911a269748440952157807 +SIZE (rust/crates/hax-lib-macros-0.2.0.crate) = 19469 SHA256 (rust/crates/hax-lib-macros-types-0.1.0.crate) = 01e897f0a73b06263b106327db34e77b8df37a9a94a3fba759ee7c9b69493396 SIZE (rust/crates/hax-lib-macros-types-0.1.0.crate) = 3044 +SHA256 (rust/crates/hax-lib-macros-types-0.2.0.crate) = d5a22f64cb35f8363892df6285e7edbe96885cd660d85bfd6765c95886647b77 +SIZE (rust/crates/hax-lib-macros-types-0.2.0.crate) = 3048 SHA256 (rust/crates/headers-0.3.9.crate) = 06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270 SIZE (rust/crates/headers-0.3.9.crate) = 68290 SHA256 (rust/crates/headers-core-0.2.0.crate) = e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429 @@ -323,8 +331,6 @@ SHA256 (rust/crates/hermit-abi-0.5.0.crate) = fbd780fe5cc30f81464441920d82ac8740 SIZE (rust/crates/hermit-abi-0.5.0.crate) = 17480 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/hex-literal-0.4.1.crate) = 6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46 -SIZE (rust/crates/hex-literal-0.4.1.crate) = 8559 SHA256 (rust/crates/hickory-proto-0.24.4.crate) = 92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248 SIZE (rust/crates/hickory-proto-0.24.4.crate) = 383461 SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 @@ -335,14 +341,14 @@ SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f6 SIZE (rust/crates/home-0.5.9.crate) = 8760 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 SIZE (rust/crates/http-0.2.12.crate) = 101964 -SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea -SIZE (rust/crates/http-1.2.0.crate) = 105932 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 SIZE (rust/crates/http-body-0.4.6.crate) = 10773 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 -SHA256 (rust/crates/http-body-util-0.1.2.crate) = 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f -SIZE (rust/crates/http-body-util-0.1.2.crate) = 12821 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 @@ -351,10 +357,10 @@ SHA256 (rust/crates/hyper-0.14.32.crate) = 41dfc780fdec9373c01bae43289ea34c972e4 SIZE (rust/crates/hyper-0.14.32.crate) = 199622 SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 SIZE (rust/crates/hyper-1.6.0.crate) = 153923 -SHA256 (rust/crates/hyper-util-0.1.10.crate) = df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4 -SIZE (rust/crates/hyper-util-0.1.10.crate) = 72887 -SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 -SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 +SHA256 (rust/crates/hyper-util-0.1.11.crate) = 497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2 +SIZE (rust/crates/hyper-util-0.1.11.crate) = 75973 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 @@ -363,16 +369,16 @@ SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 +SHA256 (rust/crates/icu_locid_transform_data-1.5.1.crate) = 7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d +SIZE (rust/crates/icu_locid_transform_data-1.5.1.crate) = 42937 SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 +SHA256 (rust/crates/icu_normalizer_data-1.5.1.crate) = c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7 +SIZE (rust/crates/icu_normalizer_data-1.5.1.crate) = 50737 SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 +SHA256 (rust/crates/icu_properties_data-1.5.1.crate) = 85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2 +SIZE (rust/crates/icu_properties_data-1.5.1.crate) = 229231 SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 @@ -383,8 +389,10 @@ SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f SIZE (rust/crates/idna-1.0.3.crate) = 142515 SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 -SHA256 (rust/crates/indexmap-2.7.1.crate) = 8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652 -SIZE (rust/crates/indexmap-2.7.1.crate) = 88644 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/intmap-3.1.0.crate) = 210870d5399600055a955c020cc97e462203c234dc2b103b5da5d80fdbd5eed5 @@ -397,52 +405,54 @@ SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 +SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.4.crate) = d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e -SIZE (rust/crates/jiff-0.2.4.crate) = 698395 -SHA256 (rust/crates/jiff-static-0.2.4.crate) = 8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9 -SIZE (rust/crates/jiff-static-0.2.4.crate) = 75875 +SHA256 (rust/crates/jiff-0.2.5.crate) = c102670231191d07d37a35af3eb77f1f0dbf7a71be51a962dcd57ea607be7260 +SIZE (rust/crates/jiff-0.2.5.crate) = 698600 +SHA256 (rust/crates/jiff-static-0.2.5.crate) = 4cdde31a9d349f1b1f51a0b3714a5940ac022976f4b49485fc04be052b183b4c +SIZE (rust/crates/jiff-static-0.2.5.crate) = 75874 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 -SHA256 (rust/crates/jobserver-0.1.32.crate) = 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 -SIZE (rust/crates/jobserver-0.1.32.crate) = 27549 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/json5-0.4.1.crate) = 96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1 SIZE (rust/crates/json5-0.4.1.crate) = 15678 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.170.crate) = 875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828 -SIZE (rust/crates/libc-0.2.170.crate) = 760076 -SHA256 (rust/crates/libcrux-intrinsics-0.0.2-beta.3.crate) = 5256e25c0b16c98b715f7cc6b3ed268723a1158f78a236b1625ffe4a941cab41 -SIZE (rust/crates/libcrux-intrinsics-0.0.2-beta.3.crate) = 12448 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/libcrux-intrinsics-0.0.2.crate) = f4f764ef781467a75b92f4df575911f1cdcf77a7beb316d8054a233fed53a7ab +SIZE (rust/crates/libcrux-intrinsics-0.0.2.crate) = 11927 SHA256 (rust/crates/libcrux-ml-kem-0.0.2-alpha.3.crate) = 6cac73db2e2fa0382c2f37632e0d1e188201175deda0158b49a2632bc8deefe1 SIZE (rust/crates/libcrux-ml-kem-0.0.2-alpha.3.crate) = 871068 -SHA256 (rust/crates/libcrux-platform-0.0.2-pre.2.crate) = 647e39666194b11df17c19451d1154b9be79df98b9821532560c2ecad0cf3410 -SIZE (rust/crates/libcrux-platform-0.0.2-pre.2.crate) = 4664 -SHA256 (rust/crates/libcrux-sha3-0.0.2-beta.3.crate) = 6afd802f5c7862be77f1f320df6c0fea0f09a78ca94e79df26625c60d2d96de7 -SIZE (rust/crates/libcrux-sha3-0.0.2-beta.3.crate) = 24019 +SHA256 (rust/crates/libcrux-platform-0.0.2.crate) = db82d058aa76ea315a3b2092f69dfbd67ddb0e462038a206e1dcd73f058c0778 +SIZE (rust/crates/libcrux-platform-0.0.2.crate) = 7226 +SHA256 (rust/crates/libcrux-sha3-0.0.2.crate) = 3678ede46c5b5e7d5c0035065f8b9575fb67b6df405a88778ddb89cfb71d8fed +SIZE (rust/crates/libcrux-sha3-0.0.2.crate) = 23508 SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 SIZE (rust/crates/libloading-0.8.6.crate) = 28922 -SHA256 (rust/crates/libz-sys-1.1.21.crate) = df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa -SIZE (rust/crates/libz-sys-1.1.21.crate) = 839973 +SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d +SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 SHA256 (rust/crates/linkme-0.3.32.crate) = 22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe SIZE (rust/crates/linkme-0.3.32.crate) = 16968 SHA256 (rust/crates/linkme-impl-0.3.32.crate) = 71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be SIZE (rust/crates/linkme-impl-0.3.32.crate) = 7982 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 -SHA256 (rust/crates/linux-raw-sys-0.9.2.crate) = 6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9 -SIZE (rust/crates/linux-raw-sys-0.9.2.crate) = 2297426 +SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413 +SIZE (rust/crates/linux-raw-sys-0.9.3.crate) = 2311047 SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 SIZE (rust/crates/litemap-0.7.4.crate) = 28257 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/log-panics-2.1.0.crate) = 68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f SIZE (rust/crates/log-panics-2.1.0.crate) = 9464 SHA256 (rust/crates/macro_rules_attribute-0.2.0.crate) = 8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13 @@ -471,8 +481,8 @@ SHA256 (rust/crates/minidump-unwind-0.22.2.crate) = 3b2bc4d6066050b350c5dddf066a SIZE (rust/crates/minidump-unwind-0.22.2.crate) = 59084 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.5.crate) = 8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5 -SIZE (rust/crates/miniz_oxide-0.8.5.crate) = 62237 +SHA256 (rust/crates/miniz_oxide-0.8.7.crate) = ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430 +SIZE (rust/crates/miniz_oxide-0.8.7.crate) = 66905 SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd SIZE (rust/crates/mio-1.0.3.crate) = 103703 SHA256 (rust/crates/mp4san-0.5.3.crate) = a0637bb2e621e8b14977db309b16c388a22a319742467e807c13658e81cd52d1 @@ -513,8 +523,8 @@ SHA256 (rust/crates/num_enum_derive-0.7.3.crate) = af1844ef2428cc3e1cb900be36181 SIZE (rust/crates/num_enum_derive-0.7.3.crate) = 17092 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 SIZE (rust/crates/object-0.36.7.crate) = 329938 -SHA256 (rust/crates/once_cell-1.20.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e -SIZE (rust/crates/once_cell-1.20.3.crate) = 33456 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 @@ -537,14 +547,14 @@ SHA256 (rust/crates/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44dd SIZE (rust/crates/pem-3.0.5.crate) = 18140 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.15.crate) = 8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc -SIZE (rust/crates/pest-2.7.15.crate) = 127895 -SHA256 (rust/crates/pest_derive-2.7.15.crate) = 816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e -SIZE (rust/crates/pest_derive-2.7.15.crate) = 40745 -SHA256 (rust/crates/pest_generator-2.7.15.crate) = 7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b -SIZE (rust/crates/pest_generator-2.7.15.crate) = 18417 -SHA256 (rust/crates/pest_meta-2.7.15.crate) = e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea -SIZE (rust/crates/pest_meta-2.7.15.crate) = 42121 +SHA256 (rust/crates/pest-2.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 +SIZE (rust/crates/pest-2.8.0.crate) = 128955 +SHA256 (rust/crates/pest_derive-2.8.0.crate) = d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5 +SIZE (rust/crates/pest_derive-2.8.0.crate) = 42196 +SHA256 (rust/crates/pest_generator-2.8.0.crate) = db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841 +SIZE (rust/crates/pest_generator-2.8.0.crate) = 18617 +SHA256 (rust/crates/pest_meta-2.8.0.crate) = 7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0 +SIZE (rust/crates/pest_meta-2.8.0.crate) = 42931 SHA256 (rust/crates/petgraph-0.7.1.crate) = 3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772 SIZE (rust/crates/petgraph-0.7.1.crate) = 736025 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 @@ -583,8 +593,8 @@ SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/pqcrypto-internals-0.2.10.crate) = 5f408e9e302fffe05f781c95777cb36bbfc51daccf518c28c5829d49a989df22 SIZE (rust/crates/pqcrypto-internals-0.2.10.crate) = 38605 SHA256 (rust/crates/pqcrypto-kyber-0.7.9.crate) = c32fe9d5c9913b1aed1ba92b3449eb2d7cf7ca29741b11455dfa34c711b95776 @@ -601,8 +611,8 @@ SHA256 (rust/crates/predicates-tree-1.0.12.crate) = 72dd2d6d381dfb73a193c7fca536 SIZE (rust/crates/predicates-tree-1.0.12.crate) = 8392 SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 -SHA256 (rust/crates/prettyplease-0.2.30.crate) = f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a -SIZE (rust/crates/prettyplease-0.2.30.crate) = 71670 +SHA256 (rust/crates/prettyplease-0.2.32.crate) = 664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6 +SIZE (rust/crates/prettyplease-0.2.32.crate) = 72024 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-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c @@ -635,8 +645,10 @@ SHA256 (rust/crates/protobuf-support-3.7.2.crate) = 3e36c2f31e0a47f9280fb347ef5e SIZE (rust/crates/protobuf-support-3.7.2.crate) = 11725 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.39.crate) = c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801 -SIZE (rust/crates/quote-1.0.39.crate) = 31206 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -665,8 +677,8 @@ SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/ring-0.17.13.crate) = 70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee -SIZE (rust/crates/ring-0.17.13.crate) = 1501917 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 @@ -677,24 +689,26 @@ SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfc SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.1.crate) = dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657 -SIZE (rust/crates/rustix-1.0.1.crate) = 412038 +SHA256 (rust/crates/rustix-1.0.5.crate) = d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf +SIZE (rust/crates/rustix-1.0.5.crate) = 414160 SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 SIZE (rust/crates/rustls-0.22.4.crate) = 333681 -SHA256 (rust/crates/rustls-0.23.23.crate) = 47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395 -SIZE (rust/crates/rustls-0.23.23.crate) = 342561 +SHA256 (rust/crates/rustls-0.23.25.crate) = 822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c +SIZE (rust/crates/rustls-0.23.25.crate) = 346742 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933 -SHA256 (rust/crates/rustls-platform-verifier-0.5.0.crate) = e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da -SIZE (rust/crates/rustls-platform-verifier-0.5.0.crate) = 56761 +SHA256 (rust/crates/rustls-platform-verifier-0.5.1.crate) = 4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9 +SIZE (rust/crates/rustls-platform-verifier-0.5.1.crate) = 60944 SHA256 (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f SIZE (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = 13919 SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 +SHA256 (rust/crates/rustls-webpki-0.103.1.crate) = fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03 +SIZE (rust/crates/rustls-webpki-0.103.1.crate) = 820273 SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f @@ -711,8 +725,8 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/scroll-0.12.0.crate) = 6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6 SIZE (rust/crates/scroll-0.12.0.crate) = 24145 -SHA256 (rust/crates/scroll_derive-0.12.0.crate) = 7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932 -SIZE (rust/crates/scroll_derive-0.12.0.crate) = 4693 +SHA256 (rust/crates/scroll_derive-0.12.1.crate) = 1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d +SIZE (rust/crates/scroll_derive-0.12.1.crate) = 5659 SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316 SIZE (rust/crates/security-framework-3.2.0.crate) = 86095 SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 @@ -721,14 +735,18 @@ SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f SIZE (rust/crates/semver-1.0.26.crate) = 31303 SHA256 (rust/crates/send_wrapper-0.6.0.crate) = cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73 SIZE (rust/crates/send_wrapper-0.6.0.crate) = 10519 -SHA256 (rust/crates/serde-1.0.218.crate) = e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60 -SIZE (rust/crates/serde-1.0.218.crate) = 78968 -SHA256 (rust/crates/serde_derive-1.0.218.crate) = f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b -SIZE (rust/crates/serde_derive-1.0.218.crate) = 57782 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (rust/crates/serde_with-3.12.0.crate) = d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa +SIZE (rust/crates/serde_with-3.12.0.crate) = 148666 +SHA256 (rust/crates/serde_with_macros-3.12.0.crate) = 8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e +SIZE (rust/crates/serde_with_macros-3.12.0.crate) = 32089 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 SHA256 (rust/crates/sha1_smol-1.0.1.crate) = bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d @@ -747,14 +765,14 @@ SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42 SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 SHA256 (rust/crates/smart-default-0.7.1.crate) = 0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1 SIZE (rust/crates/smart-default-0.7.1.crate) = 8435 SHA256 (rust/crates/snow-0.9.6.crate) = 850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85 SIZE (rust/crates/snow-0.9.6.crate) = 612127 -SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 -SIZE (rust/crates/socket2-0.5.8.crate) = 56309 +SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef +SIZE (rust/crates/socket2-0.5.9.crate) = 57432 SHA256 (rust/crates/socks5-proto-0.4.1.crate) = 3d91431c4672e25e372ef46bc554be8f315068c03608f99267a71ad32a12e8c4 SIZE (rust/crates/socks5-proto-0.4.1.crate) = 6295 SHA256 (rust/crates/socks5-server-0.10.1.crate) = 5223c26981806584cc38c74fddf58808dbdcf4724890471ced69e7a2e8d86345 @@ -777,14 +795,14 @@ SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.99.crate) = e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2 -SIZE (rust/crates/syn-2.0.99.crate) = 297762 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 SHA256 (rust/crates/syn-mid-0.6.0.crate) = b5dc35bb08dd1ca3dfb09dce91fd2d13294d6711c88897d9a9d60acf39bce049 SIZE (rust/crates/syn-mid-0.6.0.crate) = 12915 SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 -SHA256 (rust/crates/tempfile-3.18.0.crate) = 2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567 -SIZE (rust/crates/tempfile-3.18.0.crate) = 39574 +SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf +SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 SHA256 (rust/crates/termtree-0.5.1.crate) = 8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683 SIZE (rust/crates/termtree-0.5.1.crate) = 8498 SHA256 (rust/crates/test-case-3.3.1.crate) = eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8 @@ -809,12 +827,12 @@ SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672c SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 -SHA256 (rust/crates/time-0.3.39.crate) = dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8 -SIZE (rust/crates/time-0.3.39.crate) = 139037 -SHA256 (rust/crates/time-core-0.1.3.crate) = 765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef -SIZE (rust/crates/time-core-0.1.3.crate) = 8002 -SHA256 (rust/crates/time-macros-0.2.20.crate) = e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c -SIZE (rust/crates/time-macros-0.2.20.crate) = 24416 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc @@ -825,8 +843,8 @@ SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/tls-parser-0.12.2.crate) = 22c36249c6082584b1f224e70f6bdadf5102197be6cfa92b353efe605d9ac741 SIZE (rust/crates/tls-parser-0.12.2.crate) = 73721 -SHA256 (rust/crates/tokio-1.43.0.crate) = 3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e -SIZE (rust/crates/tokio-1.43.0.crate) = 817422 +SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 +SIZE (rust/crates/tokio-1.44.2.crate) = 841618 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f @@ -839,8 +857,8 @@ SHA256 (rust/crates/tokio-tungstenite-0.21.0.crate) = c83b561d025642014097b66e6c SIZE (rust/crates/tokio-tungstenite-0.21.0.crate) = 28159 SHA256 (rust/crates/tokio-tungstenite-0.23.1.crate) = c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd SIZE (rust/crates/tokio-tungstenite-0.23.1.crate) = 28371 -SHA256 (rust/crates/tokio-util-0.7.13.crate) = d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078 -SIZE (rust/crates/tokio-util-0.7.13.crate) = 115191 +SHA256 (rust/crates/tokio-util-0.7.14.crate) = 6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034 +SIZE (rust/crates/tokio-util-0.7.14.crate) = 118861 SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 @@ -873,6 +891,8 @@ SHA256 (rust/crates/unicase-2.8.1.crate) = 75b844d17643ee918803943289730bec8aac4 SIZE (rust/crates/unicase-2.8.1.crate) = 24088 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 +SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 SHA256 (rust/crates/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 @@ -887,8 +907,8 @@ SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59 SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.15.1.crate) = e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587 -SIZE (rust/crates/uuid-1.15.1.crate) = 58728 +SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 +SIZE (rust/crates/uuid-1.16.0.crate) = 58549 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 @@ -907,8 +927,8 @@ SHA256 (rust/crates/warp-0.3.7.crate) = 4378d202ff965b011c64817db11d5829506d3404 SIZE (rust/crates/warp-0.3.7.crate) = 117428 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 -SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 @@ -935,10 +955,18 @@ SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55 SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-link-0.1.0.crate) = 6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3 -SIZE (rust/crates/windows-link-0.1.0.crate) = 6153 +SHA256 (rust/crates/windows-core-0.61.0.crate) = 4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980 +SIZE (rust/crates/windows-core-0.61.0.crate) = 36707 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 +SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-result-0.3.2.crate) = c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252 +SIZE (rust/crates/windows-result-0.3.2.crate) = 13399 +SHA256 (rust/crates/windows-strings-0.4.0.crate) = 7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97 +SIZE (rust/crates/windows-strings-0.4.0.crate) = 13939 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d @@ -979,10 +1007,10 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 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.3.crate) = 0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1 -SIZE (rust/crates/winnow-0.7.3.crate) = 171602 -SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c -SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 +SHA256 (rust/crates/winnow-0.7.4.crate) = 0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36 +SIZE (rust/crates/winnow-0.7.4.crate) = 173588 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 SIZE (rust/crates/write16-1.0.0.crate) = 7218 SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 @@ -997,10 +1025,10 @@ SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194 SIZE (rust/crates/yoke-0.7.5.crate) = 29673 SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 +SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 +SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 +SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be +SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 @@ -1017,8 +1045,8 @@ SHA256 (signalapp-boring-signal-v4.15.0_GH0.tar.gz) = cbbf016bad0d0672bb288ee825 SIZE (signalapp-boring-signal-v4.15.0_GH0.tar.gz) = 332114 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-libsignal-v0.67.4_GH0.tar.gz) = 84bf22271a696a6fc2bdb2a7a5bb0f80ab46068ab0e40289a9a3439a87bf5af7 -SIZE (signalapp-libsignal-v0.67.4_GH0.tar.gz) = 1945187 +SHA256 (signalapp-libsignal-v0.70.0_GH0.tar.gz) = b6d5029e0797ac1aa7122aecb3d2b630360419baa03cd501b83cd972139c7fbe +SIZE (signalapp-libsignal-v0.70.0_GH0.tar.gz) = 1994409 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/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index f92338f33295..201843361163 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,7 +1,6 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v -DISTVERSION= 7.52.0 -PORTREVISION= 3 +DISTVERSION= 7.54.0 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ @@ -80,12 +79,13 @@ MAKE_ENV+= ELECTRON_SKIP_BINARY_DOWNLOAD=1 # This is a workaround to avoid filesystem violations during poudriere build MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1 -MAKE_ENV+= ESBUILD_BINARY_PATH=${WRKSRC}/node_modules/.pnpm/@esbuild+freebsd-${ESBUILD_ARCH}@${ESBUILD_VERS}/node_modules/@esbuild/freebsd-${ESBUILD_ARCH}/package/bin/esbuild +ESBUILD_BINARY_PATH=${WRKSRC}/node_modules/.pnpm/@esbuild+freebsd-${ESBUILD_ARCH}@${ESBUILD_VERS}/node_modules/@esbuild/freebsd-${ESBUILD_ARCH}/package/bin/esbuild _BUILD_DATE= $$(date +'%s') ELECTRON_VER_MAJOR= 34 ESBUILD_VERS= 0.24.0 +PNPM_VERS= 10.11 NODE_ARCH= ${ARCH:S/aarch64/arm64/:S/amd64/x64/} ESBUILD_ARCH= ${ARCH:S/aarch64/arm64/:S/amd64/x64/} @@ -118,9 +118,9 @@ do-build: ${CP} ${FILESDIR}/pnpm-lock.yaml ${WRKSRC} cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} npm install --ignore-scripts pnpm@10.6.3 + ${SETENV} ${MAKE_ENV} npm install --ignore-scripts pnpm@${PNPM_VERS} cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} npm_config_nodedir=${LOCALBASE}/share/electron${ELECTRON_VER_MAJOR}/node_headers pnpm install --ignore-scripts || ${TRUE} + ${SETENV} ${MAKE_ENV} ESBUILD_BINARY_PATH=${ESBUILD_BINARY_PATH} npm_config_nodedir=${LOCALBASE}/share/electron${ELECTRON_VER_MAJOR}/node_headers pnpm install --ignore-scripts || ${TRUE} # Install libsignal_node.so, libringrtc.so and node_sqlcipher.node binaries in node_modules ${MKDIR} ${WRKSRC}/node_modules/@signalapp/libsignal-client/prebuilds/freebsd-${NODE_ARCH} \ @@ -135,11 +135,18 @@ do-build: ${WRKSRC}/node_modules/@signalapp/sqlcipher/prebuilds/freebsd-${NODE_ARCH} # don't ask me why - ${MKDIR} -p ${WRKSRC}/node_modules/.pnpm/@esbuild+freebsd-${ESBUILD_ARCH}@${ESBUILD_VERS}/node_modules/@esbuild/freebsd-${ESBUILD_ARCH} + ${MKDIR} ${WRKSRC}/node_modules/.pnpm/@esbuild+freebsd-${ESBUILD_ARCH}@${ESBUILD_VERS}/node_modules/@esbuild/freebsd-${ESBUILD_ARCH} ${TAR} xf ${DISTDIR}/freebsd-${ESBUILD_ARCH}-${ESBUILD_VERS}.tgz -C ${WRKSRC}/node_modules/.pnpm/@esbuild+freebsd-${ESBUILD_ARCH}@${ESBUILD_VERS}/node_modules/@esbuild/freebsd-${ESBUILD_ARCH} cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} npm_config_nodedir=${LOCALBASE}/share/electron${ELECTRON_VER_MAJOR}/node_headers pnpm install + ${SETENV} ${MAKE_ENV} ESBUILD_BINARY_PATH=${ESBUILD_BINARY_PATH} npm_config_nodedir=${LOCALBASE}/share/electron${ELECTRON_VER_MAJOR}/node_headers pnpm install + + # found in reproducible-builds/docker-entrypoint.sh + cd ${WRKSRC}/sticker-creator && \ + ${SETENV} ${MAKE_ENV} pnpm install + cd ${WRKSRC}/sticker-creator && \ + ${SETENV} ${MAKE_ENV} pnpm run build + cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} pnpm run generate diff --git a/net-im/signal-desktop/distinfo b/net-im/signal-desktop/distinfo index 42718f1cf97d..aee120d13562 100644 --- a/net-im/signal-desktop/distinfo +++ b/net-im/signal-desktop/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1745563463 -SHA256 (signal-desktop-7.52.0-npm-cache.tar.gz) = 8ac5b840b3bd3e8f3f13780fcd9cbb654c220c7fdd8fbcbce019c7bfd36276cd -SIZE (signal-desktop-7.52.0-npm-cache.tar.gz) = 903398018 +TIMESTAMP = 1748356794 +SHA256 (signal-desktop-7.54.0-npm-cache.tar.gz) = 92bafb9bb4c93e41efb00191dd50332966ad6584a65dd4130d0a21d4f66a30fd +SIZE (signal-desktop-7.54.0-npm-cache.tar.gz) = 946137896 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.52.0_GH0.tar.gz) = 681d21d1f403220f35d0764dffea0054f481cfe514fd2f65400f2acaba1e064b -SIZE (signalapp-Signal-Desktop-v7.52.0_GH0.tar.gz) = 45588311 +SHA256 (signalapp-Signal-Desktop-v7.54.0_GH0.tar.gz) = 335d01d309421d857cc7afa00e826bbf4239b43efff9942797a34aaf066c8b64 +SIZE (signalapp-Signal-Desktop-v7.54.0_GH0.tar.gz) = 45596957 diff --git a/net-im/signal-desktop/files/package-lock.json b/net-im/signal-desktop/files/package-lock.json index bb80cf346d09..b44f69258322 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.52.0", + "version": "7.54.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "signal-desktop", - "version": "7.52.0", + "version": "7.54.0", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -25,11 +25,12 @@ "@react-aria/utils": "3.25.3", "@react-spring/web": "9.7.5", "@react-types/shared": "3.27.0", - "@signalapp/libsignal-client": "0.68.0", + "@signalapp/libsignal-client": "0.70.0", "@signalapp/quill-cjs": "2.1.2", - "@signalapp/ringrtc": "2.50.5", - "@signalapp/sqlcipher": "2.0.0", + "@signalapp/ringrtc": "2.51.0", + "@signalapp/sqlcipher": "2.0.1", "@tanstack/react-virtual": "3.11.2", + "@types/dom-mediacapture-transform": "0.1.11", "@types/fabric": "4.5.3", "backbone": "1.6.0", "blob-util": "2.0.2", @@ -78,7 +79,7 @@ "p-timeout": "4.1.0", "pify": "3.0.0", "pino": "9.5.0", - "pnpm": "^10.6.3", + "pnpm": "10.11", "protobufjs": "7.3.2", "proxy-agent": "6.4.0", "qrcode-generator": "1.4.4", @@ -198,7 +199,7 @@ "csv-parse": "5.5.6", "danger": "12.3.3", "debug": "4.3.7", - "electron": "35.1.4", + "electron": "35.2.0", "electron-builder": "26.0.12", "electron-mocha": "13.0.1", "endanger": "7.0.4", @@ -255,9 +256,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.2.tgz", - "integrity": "sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.3.tgz", + "integrity": "sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==", "dev": true, "license": "MIT" }, @@ -276,24 +277,24 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", - "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", + "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", + "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "picocolors": "^1.1.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.26.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz", - "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.3.tgz", + "integrity": "sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==", "dev": true, "license": "MIT", "engines": { @@ -342,14 +343,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.0.tgz", - "integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.3.tgz", + "integrity": "sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.27.0", - "@babel/types": "^7.27.0", + "@babel/parser": "^7.27.3", + "@babel/types": "^7.27.3", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -359,27 +360,27 @@ } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", - "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.27.3" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz", - "integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==", + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", + "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.26.8", - "@babel/helper-validator-option": "^7.25.9", + "@babel/compat-data": "^7.27.2", + "@babel/helper-validator-option": "^7.27.1", "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" @@ -416,18 +417,18 @@ "license": "ISC" }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz", - "integrity": "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", + "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/helper-replace-supers": "^7.26.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/traverse": "^7.27.0", + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-member-expression-to-functions": "^7.27.1", + "@babel/helper-optimise-call-expression": "^7.27.1", + "@babel/helper-replace-supers": "^7.27.1", + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", + "@babel/traverse": "^7.27.1", "semver": "^6.3.1" }, "engines": { @@ -465,43 +466,43 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", - "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", + "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", + "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", - "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", + "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-module-imports": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1", + "@babel/traverse": "^7.27.3" }, "engines": { "node": ">=6.9.0" @@ -511,22 +512,22 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", - "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", + "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", - "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", + "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", "dev": true, "license": "MIT", "engines": { @@ -534,15 +535,15 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", - "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", + "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/traverse": "^7.26.5" + "@babel/helper-member-expression-to-functions": "^7.27.1", + "@babel/helper-optimise-call-expression": "^7.27.1", + "@babel/traverse": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -552,23 +553,23 @@ } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", - "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", + "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.27.1", + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", "dev": true, "license": "MIT", "engines": { @@ -576,9 +577,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", + "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", "dev": true, "license": "MIT", "engines": { @@ -586,9 +587,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", - "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", "dev": true, "license": "MIT", "engines": { @@ -596,27 +597,27 @@ } }, "node_modules/@babel/helpers": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.0.tgz", - "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.3.tgz", + "integrity": "sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.27.0", - "@babel/types": "^7.27.0" + "@babel/template": "^7.27.2", + "@babel/types": "^7.27.3" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz", - "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.3.tgz", + "integrity": "sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.27.0" + "@babel/types": "^7.27.3" }, "bin": { "parser": "bin/babel-parser.js" @@ -736,13 +737,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", - "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz", + "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -778,13 +779,13 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", - "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", + "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -904,13 +905,13 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", - "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz", + "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -920,14 +921,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", - "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", + "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-module-transforms": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -937,13 +938,13 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", - "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz", + "integrity": "sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -953,17 +954,17 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", - "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", + "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-syntax-jsx": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-module-imports": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1", + "@babel/plugin-syntax-jsx": "^7.27.1", + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -973,13 +974,13 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", - "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz", + "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==", "dev": true, "license": "MIT", "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.25.9" + "@babel/plugin-transform-react-jsx": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -989,14 +990,14 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", - "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz", + "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.27.1", + "@babel/helper-plugin-utils": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -1098,44 +1099,41 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz", - "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.3.tgz", + "integrity": "sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==", "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/template": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.0.tgz", - "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==", + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", + "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/parser": "^7.27.0", - "@babel/types": "^7.27.0" + "@babel/code-frame": "^7.27.1", + "@babel/parser": "^7.27.2", + "@babel/types": "^7.27.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.0.tgz", - "integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.3.tgz", + "integrity": "sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.27.0", - "@babel/parser": "^7.27.0", - "@babel/template": "^7.27.0", - "@babel/types": "^7.27.0", + "@babel/code-frame": "^7.27.1", + "@babel/generator": "^7.27.3", + "@babel/parser": "^7.27.3", + "@babel/template": "^7.27.2", + "@babel/types": "^7.27.3", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1144,14 +1142,14 @@ } }, "node_modules/@babel/types": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz", - "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.3.tgz", + "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.27.1" }, "engines": { "node": ">=6.9.0" @@ -1189,9 +1187,9 @@ } }, "node_modules/@csstools/css-parser-algorithms": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", - "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz", + "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==", "dev": true, "funding": [ { @@ -1208,13 +1206,13 @@ "node": ">=18" }, "peerDependencies": { - "@csstools/css-tokenizer": "^3.0.3" + "@csstools/css-tokenizer": "^3.0.4" } }, "node_modules/@csstools/css-tokenizer": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", - "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz", + "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==", "dev": true, "funding": [ { @@ -2116,9 +2114,9 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz", - "integrity": "sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", + "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==", "dev": true, "license": "MIT", "dependencies": { @@ -2577,9 +2575,9 @@ } }, "node_modules/@internationalized/date": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.8.0.tgz", - "integrity": "sha512-J51AJ0fEL68hE4CwGPa6E0PO6JDaVLd8aln48xFCSy7CZkZc96dGEGmLs2OEEbBxcsVZtfrqkXJwI2/MSG8yKw==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.8.1.tgz", + "integrity": "sha512-PgVE6B6eIZtzf9Gu5HvJxRK3ufUFz9DhspELuhW/N0GuMGMTLvPQNRkHP2hTuP9lblOk+f+1xi96sPiPXANXAA==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" @@ -2596,9 +2594,9 @@ } }, "node_modules/@internationalized/number": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.1.tgz", - "integrity": "sha512-UVsb4bCwbL944E0SX50CHFtWEeZ2uB5VozZ5yDXJdq6iPZsZO5p+bjVMZh2GxHf4Bs/7xtDCcPwEa2NU9DaG/g==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.2.tgz", + "integrity": "sha512-E5QTOlMg9wo5OrKdHD6edo1JJlIoOsylh0+mbf0evi1tHJwMZfJSaBpGtnJV9N7w3jeiioox9EG/EWRWPh82vg==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" @@ -3335,9 +3333,9 @@ } }, "node_modules/@jsonjoy.com/util": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.5.0.tgz", - "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.6.0.tgz", + "integrity": "sha512-sw/RMbehRhN68WRtcKCpQOPfnH6lLP4GJfqzi3iYej8tnzpZUDr6UkZYJjcjjC0FWEJOJbyM3PTIwxucUmDG2A==", "dev": true, "license": "Apache-2.0", "engines": { @@ -4410,16 +4408,16 @@ } }, "node_modules/@react-aria/breadcrumbs": { - "version": "3.5.23", - "resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.23.tgz", - "integrity": "sha512-4uLxuAgPfXds8sBc/Cg0ml7LKWzK+YTwHL7xclhQUkPO32rzlHDl+BJ5cyWhvZgGUf8JJXbXhD5VlJJzbbl8Xg==", + "version": "3.5.24", + "resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.24.tgz", + "integrity": "sha512-CRheGyyM8afPJvDHLXn/mmGG/WAr/z2LReK3DlPdxVKcsOn7g3NIRxAcAIAJQlDLdOiu1SXHiZe6uu2jPhHrxA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/link": "^3.8.0", - "@react-aria/utils": "^3.28.2", - "@react-types/breadcrumbs": "^3.7.12", - "@react-types/shared": "^3.29.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/link": "^3.8.1", + "@react-aria/utils": "^3.29.0", + "@react-types/breadcrumbs": "^3.7.13", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4428,15 +4426,15 @@ } }, "node_modules/@react-aria/breadcrumbs/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4446,26 +4444,26 @@ } }, "node_modules/@react-aria/breadcrumbs/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.13.0", - "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.13.0.tgz", - "integrity": "sha512-BEcTQb7Q8ZrAtn0scPDv/ErZoGC1FI0sLk0UTPGskuh/RV9ZZGFbuSWTqOwV8w5CS6VMvPjH6vaE8hS7sb5DIw==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.13.1.tgz", + "integrity": "sha512-E49qcbBRgofXYfWbli50bepWVNtQBq7qewL9XsX7nHkwPPUe1IRwJOnWZqYMgwwhUBOXfnsR6/TssiXqZsrJdw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/toolbar": "3.0.0-beta.15", - "@react-aria/utils": "^3.28.2", - "@react-stately/toggle": "^3.8.3", - "@react-types/button": "^3.12.0", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/toolbar": "3.0.0-beta.16", + "@react-aria/utils": "^3.29.0", + "@react-stately/toggle": "^3.8.4", + "@react-types/button": "^3.12.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4474,15 +4472,15 @@ } }, "node_modules/@react-aria/button/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4491,15 +4489,15 @@ } }, "node_modules/@react-aria/button/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4509,29 +4507,29 @@ } }, "node_modules/@react-aria/button/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8.0", - "resolved": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.8.0.tgz", - "integrity": "sha512-9vms/fWjJPZkJcMxciwWWOjGy/Q0nqI6FV0pYbMZbqepkzglEaVd98kl506r/4hLhWKwLdTfqCgbntRecj8jBg==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.8.1.tgz", + "integrity": "sha512-S931yi8jJ6CgUQJk+h/PEl+V0n1dUYr9n6nKXmZeU3940to4DauqwvmD9sg67hFHJ0QGroHT/s29yIfa5MfQcg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", + "@internationalized/date": "^3.8.1", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", "@react-aria/live-announcer": "^3.4.2", - "@react-aria/utils": "^3.28.2", - "@react-stately/calendar": "^3.8.0", - "@react-types/button": "^3.12.0", - "@react-types/calendar": "^3.7.0", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-stately/calendar": "^3.8.1", + "@react-types/button": "^3.12.1", + "@react-types/calendar": "^3.7.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4540,15 +4538,15 @@ } }, "node_modules/@react-aria/calendar/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4557,15 +4555,15 @@ } }, "node_modules/@react-aria/calendar/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4575,30 +4573,30 @@ } }, "node_modules/@react-aria/calendar/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.15.4", - "resolved": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.15.4.tgz", - "integrity": "sha512-ZkDJFs2EfMBXVIpBSo4ouB+NXyr2LRgZNp2x8/v+7n3aTmMU8j2PzT+Ra2geTQbC0glMP7UrSg4qZblqrxEBcQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/form": "^3.0.15", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/toggle": "^3.11.2", - "@react-aria/utils": "^3.28.2", - "@react-stately/checkbox": "^3.6.13", - "@react-stately/form": "^3.1.3", - "@react-stately/toggle": "^3.8.3", - "@react-types/checkbox": "^3.9.3", - "@react-types/shared": "^3.29.0", + "version": "3.15.5", + "resolved": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.15.5.tgz", + "integrity": "sha512-b9c76DBSYTdacSogbsvjkdZomTo5yhBNMmR5ufO544HQ718Ry8q8JmVbtmF/+dkZN7KGnBQCltzGLzXH0Vc0Zg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/form": "^3.0.16", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/toggle": "^3.11.3", + "@react-aria/utils": "^3.29.0", + "@react-stately/checkbox": "^3.6.14", + "@react-stately/form": "^3.1.4", + "@react-stately/toggle": "^3.8.4", + "@react-types/checkbox": "^3.9.4", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4607,15 +4605,15 @@ } }, "node_modules/@react-aria/checkbox/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4624,15 +4622,15 @@ } }, "node_modules/@react-aria/checkbox/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4642,9 +4640,9 @@ } }, "node_modules/@react-aria/checkbox/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -4668,23 +4666,23 @@ } }, "node_modules/@react-aria/color": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@react-aria/color/-/color-3.0.6.tgz", - "integrity": "sha512-ik4Db9hrN1yIT0CQMB888ktBmrwA/kNhkfiDACtoUHv8Ev+YEpmagnmih9vMyW2vcnozYJpnn/aCMl59J5uMew==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/numberfield": "^3.11.13", - "@react-aria/slider": "^3.7.18", - "@react-aria/spinbutton": "^3.6.14", - "@react-aria/textfield": "^3.17.2", - "@react-aria/utils": "^3.28.2", - "@react-aria/visually-hidden": "^3.8.22", - "@react-stately/color": "^3.8.4", - "@react-stately/form": "^3.1.3", - "@react-types/color": "^3.0.4", - "@react-types/shared": "^3.29.0", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@react-aria/color/-/color-3.0.7.tgz", + "integrity": "sha512-3DcYxEWBrcuHSBq0OqCs6GySuy6eOue8/ngC31j/8aMXR+O4mGpXi0wo3rSQGFmGq/4Ri986cI2iGwZOkzpMHg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/numberfield": "^3.11.14", + "@react-aria/slider": "^3.7.19", + "@react-aria/spinbutton": "^3.6.15", + "@react-aria/textfield": "^3.17.3", + "@react-aria/utils": "^3.29.0", + "@react-aria/visually-hidden": "^3.8.23", + "@react-stately/color": "^3.8.5", + "@react-stately/form": "^3.1.4", + "@react-types/color": "^3.0.5", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4693,15 +4691,15 @@ } }, "node_modules/@react-aria/color/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4710,15 +4708,15 @@ } }, "node_modules/@react-aria/color/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4728,35 +4726,35 @@ } }, "node_modules/@react-aria/color/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.2", - "resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.12.2.tgz", - "integrity": "sha512-EgddiF8VnAjB4EynJERPn4IoDMUabI8GiKOQZ6Ar3MlRWxQnUfxPpZwXs8qWR3dPCzYUt2PhBinhBMjyR1yRIw==", + "version": "3.12.3", + "resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.12.3.tgz", + "integrity": "sha512-nCLFSQjOR3r3tB1AURtZKSZhi2euBMw0QxsIjnMVF73BQOfwfHMrIFctNULbL070gEnXofzeBd3ykJQpnsGH+Q==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/listbox": "^3.14.3", + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/listbox": "^3.14.4", "@react-aria/live-announcer": "^3.4.2", - "@react-aria/menu": "^3.18.2", - "@react-aria/overlays": "^3.27.0", - "@react-aria/selection": "^3.24.0", - "@react-aria/textfield": "^3.17.2", - "@react-aria/utils": "^3.28.2", - "@react-stately/collections": "^3.12.3", - "@react-stately/combobox": "^3.10.4", - "@react-stately/form": "^3.1.3", - "@react-types/button": "^3.12.0", - "@react-types/combobox": "^3.13.4", - "@react-types/shared": "^3.29.0", + "@react-aria/menu": "^3.18.3", + "@react-aria/overlays": "^3.27.1", + "@react-aria/selection": "^3.24.1", + "@react-aria/textfield": "^3.17.3", + "@react-aria/utils": "^3.29.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/combobox": "^3.10.5", + "@react-stately/form": "^3.1.4", + "@react-types/button": "^3.12.1", + "@react-types/combobox": "^3.13.5", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4765,14 +4763,14 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4782,15 +4780,15 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4799,15 +4797,15 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4817,37 +4815,37 @@ } }, "node_modules/@react-aria/combobox/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.14.2", - "resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.14.2.tgz", - "integrity": "sha512-O7fdzcqIJ7i/+8SGYvx4tloTZgK4Ws8OChdbFcd2rZoRPqxM50M6J+Ota8hTet2wIhojUXnM3x2na3EvoucBXA==", + "version": "3.14.3", + "resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.14.3.tgz", + "integrity": "sha512-gDc+bM0EaY3BuIW8IJu/ARJV78bRpOaHp+B08EW4N2qJvc7Bs+EmGLnxMrB6Ny+YxNxsYdQRA/FqiytVYOEk8w==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", - "@internationalized/number": "^3.6.1", + "@internationalized/date": "^3.8.1", + "@internationalized/number": "^3.6.2", "@internationalized/string": "^3.2.6", - "@react-aria/focus": "^3.20.2", - "@react-aria/form": "^3.0.15", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/spinbutton": "^3.6.14", - "@react-aria/utils": "^3.28.2", - "@react-stately/datepicker": "^3.14.0", - "@react-stately/form": "^3.1.3", - "@react-types/button": "^3.12.0", - "@react-types/calendar": "^3.7.0", - "@react-types/datepicker": "^3.12.0", - "@react-types/dialog": "^3.5.17", - "@react-types/shared": "^3.29.0", + "@react-aria/focus": "^3.20.3", + "@react-aria/form": "^3.0.16", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/spinbutton": "^3.6.15", + "@react-aria/utils": "^3.29.0", + "@react-stately/datepicker": "^3.14.1", + "@react-stately/form": "^3.1.4", + "@react-types/button": "^3.12.1", + "@react-types/calendar": "^3.7.1", + "@react-types/datepicker": "^3.12.1", + "@react-types/dialog": "^3.5.18", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4856,14 +4854,14 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4873,15 +4871,15 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4890,15 +4888,15 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4908,25 +4906,25 @@ } }, "node_modules/@react-aria/datepicker/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.24", - "resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.24.tgz", - "integrity": "sha512-tw0WH89gVpHMI5KUQhuzRE+IYCc9clRfDvCppuXNueKDrZmrQKbeoU6d0b5WYRsBur2+d7ErtvpLzHVqE1HzfA==", + "version": "3.5.25", + "resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.25.tgz", + "integrity": "sha512-hVP/TvjUnPgckg4qibc/TDH54O+BzW95hxApxBw1INyViRm95PxdCQDqBdQ/ZW7Gv6J2aUBCGihX7kINPf70ow==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/overlays": "^3.27.0", - "@react-aria/utils": "^3.28.2", - "@react-types/dialog": "^3.5.17", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/overlays": "^3.27.1", + "@react-aria/utils": "^3.29.0", + "@react-types/dialog": "^3.5.18", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4935,15 +4933,15 @@ } }, "node_modules/@react-aria/dialog/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -4952,15 +4950,15 @@ } }, "node_modules/@react-aria/dialog/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -4970,9 +4968,9 @@ } }, "node_modules/@react-aria/dialog/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -5001,20 +4999,20 @@ } }, "node_modules/@react-aria/dnd": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/@react-aria/dnd/-/dnd-3.9.2.tgz", - "integrity": "sha512-pPYygmJTjSPV2K/r48TvF75WuddG8d8nlIxAXSW22++WKqZ0z+eun6gDUXoKeB2rgY7sVfLqpRdnPV52AnBX+Q==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/@react-aria/dnd/-/dnd-3.9.3.tgz", + "integrity": "sha512-Sjb+UQxG58/paOZXsVKiqLautV4FyILr3tLxMG4Q04QOUzatqlz91APt7RsVMdizk6bVB7Lg74AEypHbXVzhDQ==", "license": "Apache-2.0", "dependencies": { "@internationalized/string": "^3.2.6", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", "@react-aria/live-announcer": "^3.4.2", - "@react-aria/overlays": "^3.27.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/dnd": "^3.5.3", - "@react-types/button": "^3.12.0", - "@react-types/shared": "^3.29.0", + "@react-aria/overlays": "^3.27.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/dnd": "^3.5.4", + "@react-types/button": "^3.12.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5023,15 +5021,15 @@ } }, "node_modules/@react-aria/dnd/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5040,15 +5038,15 @@ } }, "node_modules/@react-aria/dnd/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5058,9 +5056,9 @@ } }, "node_modules/@react-aria/dnd/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -5084,15 +5082,15 @@ } }, "node_modules/@react-aria/focus/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5102,24 +5100,24 @@ } }, "node_modules/@react-aria/focus/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.0.15", - "resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.0.15.tgz", - "integrity": "sha512-kk8AnLz+EOgnn3sTaXYmtw+YzVDc1of/+xAkuOupQi6zQFnNRjc99JlDbKHoUZ39urMl+8lsp/1b9VPPhNrBNw==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.0.16.tgz", + "integrity": "sha512-N1bDsJfmnyDesayK0Ii6UPH6JWiF6Wz8WSveQ2y5004XHoIWn5LpWmOqnRedvyw4Yedw33schlvrY7ENEwMdpg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/form": "^3.1.3", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/form": "^3.1.4", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5128,15 +5126,15 @@ } }, "node_modules/@react-aria/form/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5145,15 +5143,15 @@ } }, "node_modules/@react-aria/form/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5163,32 +5161,32 @@ } }, "node_modules/@react-aria/form/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.13.0", - "resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.13.0.tgz", - "integrity": "sha512-RcuJYA4fyJ83MH3SunU+P5BGkx3LJdQ6kxwqwWGIuI9eUKc7uVbqvN9WN3fI+L0QfxqBFmh7ffRxIdQn7puuzw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.14.0.tgz", + "integrity": "sha512-/tJB7xnSruORJ8tlFHja4SfL8/EW5v4cBLiyD5z48m7IdG33jXR8Cv4Pi5uQqs8zKdnpqZ1wDG3GQxNDwZavpg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", "@react-aria/live-announcer": "^3.4.2", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/collections": "^3.12.3", - "@react-stately/grid": "^3.11.1", - "@react-stately/selection": "^3.20.1", - "@react-types/checkbox": "^3.9.3", - "@react-types/grid": "^3.3.1", - "@react-types/shared": "^3.29.0", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/grid": "^3.11.2", + "@react-stately/selection": "^3.20.2", + "@react-types/checkbox": "^3.9.4", + "@react-types/grid": "^3.3.2", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5197,14 +5195,14 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5214,15 +5212,15 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5231,15 +5229,15 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5249,30 +5247,30 @@ } }, "node_modules/@react-aria/grid/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.0", - "resolved": "https://registry.npmjs.org/@react-aria/gridlist/-/gridlist-3.12.0.tgz", - "integrity": "sha512-KSpnSBYQ7ozGQNaRR2NGq7Fl2zIv5w9KNyO9V/IE2mxUNfX6fwqUPoANFcy9ySosksE7pPnFtuYIB+TQtUjYqQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/grid": "^3.13.0", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/collections": "^3.12.3", - "@react-stately/list": "^3.12.1", - "@react-stately/tree": "^3.8.9", - "@react-types/shared": "^3.29.0", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@react-aria/gridlist/-/gridlist-3.13.0.tgz", + "integrity": "sha512-RHURMo063qbbA8WXCJxGL+5xmSx6yW7Z/V2jycrVcZFOYqj2EgU953aVjpaT/FSyH8/AEioU9oE64YmiEfWUUA==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.20.3", + "@react-aria/grid": "^3.14.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/list": "^3.12.2", + "@react-stately/tree": "^3.8.10", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5281,14 +5279,14 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5298,15 +5296,15 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5315,15 +5313,15 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5333,27 +5331,27 @@ } }, "node_modules/@react-aria/gridlist/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8", - "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.8.tgz", - "integrity": "sha512-V/Nau9WuwTwxfFffQL4URyKyY2HhRlu9zmzkF2Hw/j5KmEQemD+9jfaLueG2CJu85lYL06JrZXUdnhZgKnqMkA==", + "version": "3.12.9", + "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.9.tgz", + "integrity": "sha512-Fim0FLfY05kcpIILdOtqcw58c3sksvmVY8kICSwKCuSek4wYfwJdU28p/sRptw4adJhqN8Cbssvkf/J8zL2GgA==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", + "@internationalized/date": "^3.8.1", "@internationalized/message": "^3.1.7", - "@internationalized/number": "^3.6.1", + "@internationalized/number": "^3.6.2", "@internationalized/string": "^3.2.6", "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5362,15 +5360,15 @@ } }, "node_modules/@react-aria/i18n/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5380,9 +5378,9 @@ } }, "node_modules/@react-aria/i18n/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -5405,15 +5403,15 @@ } }, "node_modules/@react-aria/interactions/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5423,22 +5421,22 @@ } }, "node_modules/@react-aria/interactions/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.17", - "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.17.tgz", - "integrity": "sha512-Fz7IC2LQT2Y/sAoV+gFEXoULtkznzmK2MmeTv5shTNjeTxzB1BhQbD4wyCypi7eGsnD/9Zy+8viULCsIUbvjWw==", + "version": "3.7.18", + "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.18.tgz", + "integrity": "sha512-Ht9D+xkI2Aysn+JNiHE+UZT4FUOGPF7Lfrmp7xdJCA/tEqqF3xW/pAh+UCNOnnWmH8jTYnUg3bCp4G6GQUxKCQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5447,15 +5445,15 @@ } }, "node_modules/@react-aria/label/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5465,24 +5463,24 @@ } }, "node_modules/@react-aria/label/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.0", - "resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.8.0.tgz", - "integrity": "sha512-gpDD6t3FqtFR9QjSIKNpmSR3tS4JG2anVKx2wixuRDHO6Ddexxv4SBzsE1+230p+FlFGjftFa2lEgQ7RNjZrmA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.8.1.tgz", + "integrity": "sha512-ujq7+XIP7OXHu7m2NObvHsl41B/oIBAYI0D+hsxEQo3+x6Q/OUxp9EX2sX4d7TBWvchFmhr6jJdER0QMmeSO/A==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/link": "^3.6.0", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/link": "^3.6.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5491,15 +5489,15 @@ } }, "node_modules/@react-aria/link/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5508,15 +5506,15 @@ } }, "node_modules/@react-aria/link/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5526,28 +5524,28 @@ } }, "node_modules/@react-aria/link/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.3", - "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.14.3.tgz", - "integrity": "sha512-wzelam1KENUvKjsTq8gfrOW2/iab8SyIaSXfFvGmWW82XlDTlW+oQeA39tvOZktMVGspr+xp8FySY09rtz6UXw==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/collections": "^3.12.3", - "@react-stately/list": "^3.12.1", - "@react-types/listbox": "^3.6.0", - "@react-types/shared": "^3.29.0", + "version": "3.14.4", + "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.14.4.tgz", + "integrity": "sha512-bW3D7KcnQIF77F3zDRMIGQ6e5e1wHTNUtbKJLE423u1Dhc7K2x0pksir0gLGwElhiBW544lY1jv3kFLOeKa6ng==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/list": "^3.12.2", + "@react-types/listbox": "^3.7.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5556,15 +5554,15 @@ } }, "node_modules/@react-aria/listbox/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5573,15 +5571,15 @@ } }, "node_modules/@react-aria/listbox/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5591,9 +5589,9 @@ } }, "node_modules/@react-aria/listbox/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -5609,24 +5607,24 @@ } }, "node_modules/@react-aria/menu": { - "version": "3.18.2", - "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.18.2.tgz", - "integrity": "sha512-90k+Ke1bhFWhR2zuRI6OwKWQrCpOD99n+9jhG96JZJZlNo5lB+5kS+ufG1LRv5GBnCug0ciLQmPMAfguVsCjEQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/overlays": "^3.27.0", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/collections": "^3.12.3", - "@react-stately/menu": "^3.9.3", - "@react-stately/selection": "^3.20.1", - "@react-stately/tree": "^3.8.9", - "@react-types/button": "^3.12.0", - "@react-types/menu": "^3.10.0", - "@react-types/shared": "^3.29.0", + "version": "3.18.3", + "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.18.3.tgz", + "integrity": "sha512-D0C4CM/QaxhCo2pLWNP+nfgnAeaSZWOdPMo9pnH/toRsoeTbnD6xO1hLhYsOx5ge+hrzjQvthjUrsjPB1AM/BQ==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/overlays": "^3.27.1", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/menu": "^3.9.4", + "@react-stately/selection": "^3.20.2", + "@react-stately/tree": "^3.8.10", + "@react-types/button": "^3.12.1", + "@react-types/menu": "^3.10.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5635,14 +5633,14 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5652,15 +5650,15 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5669,15 +5667,15 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5687,23 +5685,23 @@ } }, "node_modules/@react-aria/menu/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.22", - "resolved": "https://registry.npmjs.org/@react-aria/meter/-/meter-3.4.22.tgz", - "integrity": "sha512-A/30vrtJO0xqctS/ngE1Lp/w3Aq3MPcpdRHU5E06EUYotzRzHFE9sNmezWslkZ3NfYwA/mxLvgmrsOJSR0Hx6A==", + "version": "3.4.23", + "resolved": "https://registry.npmjs.org/@react-aria/meter/-/meter-3.4.23.tgz", + "integrity": "sha512-FgmB/+cTE/sz+wTpTSmj9hFXw4nzfMUJGvXIePnF6f5Gx6J/U7aLEvNk7sXCp76apOu8k7ccma1nCsEvj74x7w==", "license": "Apache-2.0", "dependencies": { - "@react-aria/progress": "^3.4.22", - "@react-types/meter": "^3.4.8", - "@react-types/shared": "^3.29.0", + "@react-aria/progress": "^3.4.23", + "@react-types/meter": "^3.4.9", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5712,30 +5710,30 @@ } }, "node_modules/@react-aria/meter/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.11.13", - "resolved": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.11.13.tgz", - "integrity": "sha512-F73BVdIRV8VvKl0omhGaf0E7mdJ7pdPjDP3wYNf410t55BXPxmndItUKpGfxSbl8k6ZYLvQyOqkD6oWSfZXpZw==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/spinbutton": "^3.6.14", - "@react-aria/textfield": "^3.17.2", - "@react-aria/utils": "^3.28.2", - "@react-stately/form": "^3.1.3", - "@react-stately/numberfield": "^3.9.11", - "@react-types/button": "^3.12.0", - "@react-types/numberfield": "^3.8.10", - "@react-types/shared": "^3.29.0", + "version": "3.11.14", + "resolved": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.11.14.tgz", + "integrity": "sha512-UvhPlRwVmbNEBBqfgL41P10H1jL4C7P2hWqsVw72tZQJl5k5ujeOzRWk8mkmg+D4FCZvv4iSPJhmyEP8HkgsWg==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/spinbutton": "^3.6.15", + "@react-aria/textfield": "^3.17.3", + "@react-aria/utils": "^3.29.0", + "@react-stately/form": "^3.1.4", + "@react-stately/numberfield": "^3.9.12", + "@react-types/button": "^3.12.1", + "@react-types/numberfield": "^3.8.11", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5744,15 +5742,15 @@ } }, "node_modules/@react-aria/numberfield/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5761,15 +5759,15 @@ } }, "node_modules/@react-aria/numberfield/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5779,30 +5777,30 @@ } }, "node_modules/@react-aria/numberfield/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.27.0", - "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.27.0.tgz", - "integrity": "sha512-2vZVgL7FrloN5Rh8sAhadGADJbuWg69DdSJB3fd2/h5VvcEhnIfNPu9Ma5XmdkApDoTboIEsKZ4QLYwRl98w6w==", + "version": "3.27.1", + "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.27.1.tgz", + "integrity": "sha512-wepzwNLkgem6kVlLm6yk7zNIMAt0KPy8vAWlxdfpXWD/hBI30ULl71gL/BxRa5EYG1GMvlOwNti3whzy9lm3eQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", - "@react-aria/visually-hidden": "^3.8.22", - "@react-stately/overlays": "^3.6.15", - "@react-types/button": "^3.12.0", - "@react-types/overlays": "^3.8.14", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-aria/visually-hidden": "^3.8.23", + "@react-stately/overlays": "^3.6.16", + "@react-types/button": "^3.12.1", + "@react-types/overlays": "^3.8.15", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5811,14 +5809,14 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5828,15 +5826,15 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5845,15 +5843,15 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5863,25 +5861,25 @@ } }, "node_modules/@react-aria/overlays/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.22", - "resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.22.tgz", - "integrity": "sha512-wK2hath4C9HKgmjCH+iSrAs86sUKqqsYKbEKk9/Rj9rzXqHyaEK9EG0YZDnSjd8kX+N9hYcs5MfJl6AZMH4juQ==", + "version": "3.4.23", + "resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.23.tgz", + "integrity": "sha512-uSQBVY64k+CCey82U67KyWnjAfuuHF0fG6y76kIB8GHI8tGfd1NkXo4ioaxiY0SS+BYGqwqJYYMUzQMpOBTN1A==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/label": "^3.7.17", - "@react-aria/utils": "^3.28.2", - "@react-types/progress": "^3.5.11", - "@react-types/shared": "^3.29.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/label": "^3.7.18", + "@react-aria/utils": "^3.29.0", + "@react-types/progress": "^3.5.12", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5890,15 +5888,15 @@ } }, "node_modules/@react-aria/progress/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5908,29 +5906,29 @@ } }, "node_modules/@react-aria/progress/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.11.2", - "resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.11.2.tgz", - "integrity": "sha512-6AFJHXMewJBgHNhqkN1qjgwwx6kmagwYD+3Z+hNK1UHTsKe1Uud5/IF7gPFCqlZeKxA+Lvn9gWiqJrQbtD2+wg==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/form": "^3.0.15", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/utils": "^3.28.2", - "@react-stately/radio": "^3.10.12", - "@react-types/radio": "^3.8.8", - "@react-types/shared": "^3.29.0", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.11.3.tgz", + "integrity": "sha512-o10G8RUuHnAGZYzkc5PQw7mj4LMZqmGkoihDeHF2NDa9h44Ce5oeCPwRvCKYbumZDOyDY15ZIZhTUzjHt2w6fA==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.20.3", + "@react-aria/form": "^3.0.16", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/utils": "^3.29.0", + "@react-stately/radio": "^3.10.13", + "@react-types/radio": "^3.8.9", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5939,14 +5937,14 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5956,15 +5954,15 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -5973,15 +5971,15 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -5991,27 +5989,27 @@ } }, "node_modules/@react-aria/radio/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.3", - "resolved": "https://registry.npmjs.org/@react-aria/searchfield/-/searchfield-3.8.3.tgz", - "integrity": "sha512-t1DW3nUkPHyZhFhUbT+TdhvI8yZYvUPCuwl0FyraMRCQ4+ww5Ieu4n8JB9IGYmIUB/GWEbZlDHplu4s3efmliA==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/@react-aria/searchfield/-/searchfield-3.8.4.tgz", + "integrity": "sha512-WnAvU9ct8+Asb8FFhGw6bggBmRaPe9qZPgYacenmRItwN+7UVTwEBVB9umO2bN3PLGm3CKgop10znd6ATiAbJA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/textfield": "^3.17.2", - "@react-aria/utils": "^3.28.2", - "@react-stately/searchfield": "^3.5.11", - "@react-types/button": "^3.12.0", - "@react-types/searchfield": "^3.6.1", - "@react-types/shared": "^3.29.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/textfield": "^3.17.3", + "@react-aria/utils": "^3.29.0", + "@react-stately/searchfield": "^3.5.12", + "@react-types/button": "^3.12.1", + "@react-types/searchfield": "^3.6.2", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6020,15 +6018,15 @@ } }, "node_modules/@react-aria/searchfield/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6038,33 +6036,33 @@ } }, "node_modules/@react-aria/searchfield/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.15.4", - "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.15.4.tgz", - "integrity": "sha512-CipqXgdOfWsiHw/chfqd8t9IQpvehP+3uKLJx3ic4Uyj+FT/SxVmmjX0gyvVbZd00ltFCMJYO2xYKQUlbW2AtQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/form": "^3.0.15", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/listbox": "^3.14.3", - "@react-aria/menu": "^3.18.2", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-aria/visually-hidden": "^3.8.22", - "@react-stately/select": "^3.6.12", - "@react-types/button": "^3.12.0", - "@react-types/select": "^3.9.11", - "@react-types/shared": "^3.29.0", + "version": "3.15.5", + "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.15.5.tgz", + "integrity": "sha512-2v8QmcPsZzlOjc/zsLbMcKeMKZoa+FZboxfjq4koUXtuaLhgopENChkfPLaXEGxqsejANs4dAoqiOiwwrGAaLQ==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/form": "^3.0.16", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/listbox": "^3.14.4", + "@react-aria/menu": "^3.18.3", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-aria/visually-hidden": "^3.8.23", + "@react-stately/select": "^3.6.13", + "@react-types/button": "^3.12.1", + "@react-types/select": "^3.9.12", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6073,15 +6071,15 @@ } }, "node_modules/@react-aria/select/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6090,15 +6088,15 @@ } }, "node_modules/@react-aria/select/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6108,26 +6106,26 @@ } }, "node_modules/@react-aria/select/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.24.0", - "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.24.0.tgz", - "integrity": "sha512-RfGXVc04zz41NVIW89/a3quURZ4LT/GJLkiajQK2VjhisidPdrAWkcfjjWJj0n+tm5gPWbi9Rs5R/Rc8mrvq8Q==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.24.1.tgz", + "integrity": "sha512-nHUksgjg92iHgseH9L+krk9rX19xGJLTDeobKBX7eoAXQMqQjefu+oDwT0VYdI/qqNURNELE/KPZIVLC4PB81w==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/selection": "^3.20.1", - "@react-types/shared": "^3.29.0", + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/selection": "^3.20.2", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6136,14 +6134,14 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6153,15 +6151,15 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6170,15 +6168,15 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6188,22 +6186,22 @@ } }, "node_modules/@react-aria/selection/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8", - "resolved": "https://registry.npmjs.org/@react-aria/separator/-/separator-3.4.8.tgz", - "integrity": "sha512-ncuOSTBF/qbNumnW/IRz+xyr+Ud85eCF0Expw4XWhKjAZfzJd86MxPY5ZsxE7pYLOcRWdOSIH1/obwwwSz8ALQ==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/@react-aria/separator/-/separator-3.4.9.tgz", + "integrity": "sha512-5ZKVQ/5I2+fw8WyVCQLGjQKsMKlTIieLPf8NvdC24a+pmiUluyUuqfPYdI8s6lcnjG0gbOzZB+jKvDRQbIvMPQ==", "license": "Apache-2.0", "dependencies": { - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6212,15 +6210,15 @@ } }, "node_modules/@react-aria/separator/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6230,27 +6228,27 @@ } }, "node_modules/@react-aria/separator/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.7.18", - "resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.7.18.tgz", - "integrity": "sha512-GBVv5Rpvj/6JH2LnF1zVAhBmxGiuq7R8Ekqyr5kBrCc2ToF3PrTjfGc/mlh0eEtbj+NvAcnlgTx1/qosYt1sGw==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/utils": "^3.28.2", - "@react-stately/slider": "^3.6.3", - "@react-types/shared": "^3.29.0", - "@react-types/slider": "^3.7.10", + "version": "3.7.19", + "resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.7.19.tgz", + "integrity": "sha512-GONrMMz9zsx0ySbUTebWdqRjAuu6EEW+lLf3qUzcqkIYR8QZVTS8RLPt7FmGHKCTDIaBs8D2yv9puIfKAo1QAA==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/utils": "^3.29.0", + "@react-stately/slider": "^3.6.4", + "@react-types/shared": "^3.29.1", + "@react-types/slider": "^3.7.11", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6259,15 +6257,15 @@ } }, "node_modules/@react-aria/slider/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6276,15 +6274,15 @@ } }, "node_modules/@react-aria/slider/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6294,25 +6292,25 @@ } }, "node_modules/@react-aria/slider/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.14", - "resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.14.tgz", - "integrity": "sha512-oSKe9p0Q/7W39eXRnLxlwJG5dQo4ffosRT3u2AtOcFkk2Zzj+tSQFzHQ4202nrWdzRnQ2KLTgUUNnUvXf0BJcg==", + "version": "3.6.15", + "resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.15.tgz", + "integrity": "sha512-dVKaRgrSU2utxCd4kqAA8BPrC1PVI1eiJ8gvlVbg25LbwK4dg1WPXQUK+80TbrJc9mOEooPiJvzw59IoQLMNRg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.8", + "@react-aria/i18n": "^3.12.9", "@react-aria/live-announcer": "^3.4.2", - "@react-aria/utils": "^3.28.2", - "@react-types/button": "^3.12.0", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-types/button": "^3.12.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6321,15 +6319,15 @@ } }, "node_modules/@react-aria/spinbutton/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6339,9 +6337,9 @@ } }, "node_modules/@react-aria/spinbutton/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -6363,15 +6361,15 @@ } }, "node_modules/@react-aria/switch": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.7.2.tgz", - "integrity": "sha512-vaREbp1gFjv+jEMXoXpNK7JYFO/jhwnSYAwEINNWnwf54IGeHvTPaB2NwolYSFvP4HAj8TKYbGFUSz7RKLhLgw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.7.3.tgz", + "integrity": "sha512-tFdJmcHaLgW23cS2R713vcJdVbsjDTRk8OLdG/sMziPBY3C00/exuSIb57xTS7KrE0hBYfnLJQTcmDNqdM8+9Q==", "license": "Apache-2.0", "dependencies": { - "@react-aria/toggle": "^3.11.2", - "@react-stately/toggle": "^3.8.3", - "@react-types/shared": "^3.29.0", - "@react-types/switch": "^3.5.10", + "@react-aria/toggle": "^3.11.3", + "@react-stately/toggle": "^3.8.4", + "@react-types/shared": "^3.29.1", + "@react-types/switch": "^3.5.11", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6380,34 +6378,34 @@ } }, "node_modules/@react-aria/switch/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.2", - "resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.17.2.tgz", - "integrity": "sha512-wsF3JqiAKcol1sfeNqTxyzH6+nxu0sAfyuh+XQfp1tvSGx15NifYeNKovNX4EPpUVkAI7jL5Le+eYeYYGELfnw==", + "version": "3.17.3", + "resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.17.3.tgz", + "integrity": "sha512-hs3akyNMeeAPIfa+YKMxJyupSjywW5OGzJtOw/Z0j6pV8KXSeMEXNYkSuJY+m5Q1mdunoiiogs0kE3B0r2izQA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/grid": "^3.13.0", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", + "@react-aria/focus": "^3.20.3", + "@react-aria/grid": "^3.14.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", "@react-aria/live-announcer": "^3.4.2", - "@react-aria/utils": "^3.28.2", - "@react-aria/visually-hidden": "^3.8.22", - "@react-stately/collections": "^3.12.3", + "@react-aria/utils": "^3.29.0", + "@react-aria/visually-hidden": "^3.8.23", + "@react-stately/collections": "^3.12.4", "@react-stately/flags": "^3.1.1", - "@react-stately/table": "^3.14.1", - "@react-types/checkbox": "^3.9.3", - "@react-types/grid": "^3.3.1", - "@react-types/shared": "^3.29.0", - "@react-types/table": "^3.12.0", + "@react-stately/table": "^3.14.2", + "@react-types/checkbox": "^3.9.4", + "@react-types/grid": "^3.3.2", + "@react-types/shared": "^3.29.1", + "@react-types/table": "^3.13.0", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6416,14 +6414,14 @@ } }, "node_modules/@react-aria/table/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6433,15 +6431,15 @@ } }, "node_modules/@react-aria/table/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6450,15 +6448,15 @@ } }, "node_modules/@react-aria/table/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6468,27 +6466,27 @@ } }, "node_modules/@react-aria/table/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.2", - "resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.10.2.tgz", - "integrity": "sha512-rpEgh//Gnew3le49tQVFOQ6ZyacJdaNUDXHt0ocguXb+2UrKtH54M8oIAE7E8KaB1puQlFXRs+Rjlr1rOlmjEQ==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/tabs": "^3.8.1", - "@react-types/shared": "^3.29.0", - "@react-types/tabs": "^3.3.14", + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.10.3.tgz", + "integrity": "sha512-TYfwaRrI0mQMefmoHeTKXdczpb53qpPr+3nnveGl+BocG94wmjIqK6kncboVbPdykgQCIAMd2d9GFpK01+zXrA==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/tabs": "^3.8.2", + "@react-types/shared": "^3.29.1", + "@react-types/tabs": "^3.3.15", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6497,14 +6495,14 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6514,15 +6512,15 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6531,15 +6529,15 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6549,29 +6547,29 @@ } }, "node_modules/@react-aria/tabs/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.5.2", - "resolved": "https://registry.npmjs.org/@react-aria/tag/-/tag-3.5.2.tgz", - "integrity": "sha512-xZ5Df0x+xcDg6UTDvnjP4pu+XrmYVaYcqzF7RGoCD1KyRCHU5Czg9p+888NB0K+vnJHfNsQh6rmMhDUydXu9eg==", - "license": "Apache-2.0", - "dependencies": { - "@react-aria/gridlist": "^3.12.0", - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/selection": "^3.24.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/list": "^3.12.1", - "@react-types/button": "^3.12.0", - "@react-types/shared": "^3.29.0", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@react-aria/tag/-/tag-3.6.0.tgz", + "integrity": "sha512-OkLyFYTFVUYB339eugw2r6vIcrWq47O15x4sKNkDUo6YBx9ci9tdoib4DlzwuiiKVr/vmw1WMow6VK4zOtuLng==", + "license": "Apache-2.0", + "dependencies": { + "@react-aria/gridlist": "^3.13.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/selection": "^3.24.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/list": "^3.12.2", + "@react-types/button": "^3.12.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6580,15 +6578,15 @@ } }, "node_modules/@react-aria/tag/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6597,15 +6595,15 @@ } }, "node_modules/@react-aria/tag/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6615,28 +6613,28 @@ } }, "node_modules/@react-aria/tag/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.17.2", - "resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.17.2.tgz", - "integrity": "sha512-4KINB0HueYUHUgvi/ThTP27hu4Mv5ujG55pH3dmSRD4Olu/MRy1m/Psq72o8LTf4bTOM9ZP1rKccUg6xfaMidA==", + "version": "3.17.3", + "resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.17.3.tgz", + "integrity": "sha512-p/Z0fyE0CnzIrnCf42gxeSCNYon7//XkcbPwUS4U9dz2VLk2GnEn9NZXPYgTp+08ebQEn0pB1QIchX79yFEguw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/form": "^3.0.15", - "@react-aria/interactions": "^3.25.0", - "@react-aria/label": "^3.7.17", - "@react-aria/utils": "^3.28.2", - "@react-stately/form": "^3.1.3", + "@react-aria/form": "^3.0.16", + "@react-aria/interactions": "^3.25.1", + "@react-aria/label": "^3.7.18", + "@react-aria/utils": "^3.29.0", + "@react-stately/form": "^3.1.4", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", - "@react-types/textfield": "^3.12.1", + "@react-types/shared": "^3.29.1", + "@react-types/textfield": "^3.12.2", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6645,15 +6643,15 @@ } }, "node_modules/@react-aria/textfield/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6662,15 +6660,15 @@ } }, "node_modules/@react-aria/textfield/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6680,25 +6678,25 @@ } }, "node_modules/@react-aria/textfield/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.11.2", - "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.11.2.tgz", - "integrity": "sha512-JOg8yYYCjLDnEpuggPo9GyXFaT/B238d3R8i/xQ6KLelpi3fXdJuZlFD6n9NQp3DJbE8Wj+wM5/VFFAi3cISpw==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.11.3.tgz", + "integrity": "sha512-S6ShToNR6TukRJh8qDdyl9b2Bcsx43eurUB5USANn4ycPov8+bIxQnxiknjssZx7jD8vX4jruuNh7BjFbNsGFw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/toggle": "^3.8.3", - "@react-types/checkbox": "^3.9.3", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/toggle": "^3.8.4", + "@react-types/checkbox": "^3.9.4", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6707,15 +6705,15 @@ } }, "node_modules/@react-aria/toggle/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6724,15 +6722,15 @@ } }, "node_modules/@react-aria/toggle/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6742,24 +6740,24 @@ } }, "node_modules/@react-aria/toggle/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.15", - "resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.15.tgz", - "integrity": "sha512-PNGpNIKIsCW8rxI9XXSADlLrSpikILJKKECyTRw9KwvXDRc44pezvdjGHCNinQcKsQoy5BtkK5cTSAyVqzzTXQ==", + "version": "3.0.0-beta.16", + "resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.16.tgz", + "integrity": "sha512-TnNvtxADalMzs9Et51hWPpGyiHr1dt++UYR7pIo1H7vO+HwXl6uH4HxbFDS5CyV69j2cQlcGrkj13LoWFkBECw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/focus": "^3.20.2", - "@react-aria/i18n": "^3.12.8", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/focus": "^3.20.3", + "@react-aria/i18n": "^3.12.9", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6768,14 +6766,14 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-aria/focus": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.2.tgz", - "integrity": "sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.20.3.tgz", + "integrity": "sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6785,15 +6783,15 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6802,15 +6800,15 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6820,25 +6818,25 @@ } }, "node_modules/@react-aria/toolbar/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.2", - "resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.8.2.tgz", - "integrity": "sha512-ctVTgh1LXvmr1ve3ehAWfvlJR7nHYZeqhl/g1qnA+983LQtc1IF9MraCs92g0m7KpBwCihuA+aYwTPsUHfKfXg==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.8.3.tgz", + "integrity": "sha512-8JHRqffH5vUw7og6mlCRzb4h95/R5RpOxGFfEGw7aami14XMo6tZg7wMgwDUAEiVqNerRWYaw+tk7nCUQXo1Sg==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/tooltip": "^3.5.3", - "@react-types/shared": "^3.29.0", - "@react-types/tooltip": "^3.4.16", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/tooltip": "^3.5.4", + "@react-types/shared": "^3.29.1", + "@react-types/tooltip": "^3.4.17", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6847,15 +6845,15 @@ } }, "node_modules/@react-aria/tooltip/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6864,15 +6862,15 @@ } }, "node_modules/@react-aria/tooltip/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6882,9 +6880,9 @@ } }, "node_modules/@react-aria/tooltip/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -6927,16 +6925,16 @@ } }, "node_modules/@react-aria/virtualizer": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@react-aria/virtualizer/-/virtualizer-4.1.4.tgz", - "integrity": "sha512-SBKD2K+kBc3aLMVEqnBXjpqLhUSyvoi1ubSgUS5KMIqgyn44OWn5zKTsj9SIPZot6buSlgV2700TIWDhEJzWlw==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@react-aria/virtualizer/-/virtualizer-4.1.5.tgz", + "integrity": "sha512-Z5+Zr54HCBqycIzZuHohS25dOJ7p8sdNDjAYvW33Uq8nudTvSC5JmV/5kZVN11j5kVYXa7maRnFQlDx941sygw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/i18n": "^3.12.8", - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-stately/virtualizer": "^4.3.2", - "@react-types/shared": "^3.29.0", + "@react-aria/i18n": "^3.12.9", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-stately/virtualizer": "^4.4.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6945,15 +6943,15 @@ } }, "node_modules/@react-aria/virtualizer/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -6962,15 +6960,15 @@ } }, "node_modules/@react-aria/virtualizer/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -6980,23 +6978,23 @@ } }, "node_modules/@react-aria/virtualizer/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.22", - "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.22.tgz", - "integrity": "sha512-EO3R8YTKZ7HkLl9k1Y2uBKYBgpJagth4/4W7mfpJZE24A3fQnCP8zx1sweXiAm0mirR4J6tNaK7Ia8ssP5TpOw==", + "version": "3.8.23", + "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.23.tgz", + "integrity": "sha512-D37GHtAcxCck8BtCiGTNDniGqtldJuN0cRlW1PJ684zM4CdmkSPqKbt5IUKUfqheS9Vt7HxYsj1VREDW+0kaGA==", "license": "Apache-2.0", "dependencies": { - "@react-aria/interactions": "^3.25.0", - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/interactions": "^3.25.1", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7005,15 +7003,15 @@ } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-aria/interactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.0.tgz", - "integrity": "sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.25.1.tgz", + "integrity": "sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", - "@react-aria/utils": "^3.28.2", + "@react-aria/utils": "^3.29.0", "@react-stately/flags": "^3.1.1", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7022,15 +7020,15 @@ } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7040,9 +7038,9 @@ } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7121,15 +7119,15 @@ } }, "node_modules/@react-stately/calendar": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.8.0.tgz", - "integrity": "sha512-YAuJiR9EtVThX91gU2ay/6YgPe0LvZWEssu4BS0Atnwk5cAo32gvF5FMta9ztH1LIULdZFaypU/C1mvnayMf+Q==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.8.1.tgz", + "integrity": "sha512-pTPRmPRD/0JeKhCRvXhVIH/yBimtIHnZGUxH12dcTl3MLxjXQDTn6/LWK0s4rzJcjsC+EzGUCVBBXgESb7PUlw==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", + "@internationalized/date": "^3.8.1", "@react-stately/utils": "^3.10.6", - "@react-types/calendar": "^3.7.0", - "@react-types/shared": "^3.29.0", + "@react-types/calendar": "^3.7.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7137,24 +7135,24 @@ } }, "node_modules/@react-stately/calendar/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.6.13", - "resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.6.13.tgz", - "integrity": "sha512-b8+bkOhobzuJ5bAA16JpYg1tM973eNXD3U4h/8+dckLndKHRjIwPvrL25tzKN7NcQp2LKVCauFesgI+Z+/2FJg==", + "version": "3.6.14", + "resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.6.14.tgz", + "integrity": "sha512-eGl0GP/F/nUrA33gDCYikyXK+Yer7sFOx8T4EU2AF4E8n1VQIRiVNaxDg7Ar6L3CMKor01urppFHFJsBUnSgyw==", "license": "Apache-2.0", "dependencies": { - "@react-stately/form": "^3.1.3", + "@react-stately/form": "^3.1.4", "@react-stately/utils": "^3.10.6", - "@react-types/checkbox": "^3.9.3", - "@react-types/shared": "^3.29.0", + "@react-types/checkbox": "^3.9.4", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7162,21 +7160,21 @@ } }, "node_modules/@react-stately/checkbox/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.3", - "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.3.tgz", - "integrity": "sha512-QfSBME2QWDjUw/RmmUjrYl/j1iCYcYCIDsgZda1OeRtt63R11k0aqmmwrDRwCsA+Sv+D5QgkOp4KK+CokTzoVQ==", + "version": "3.12.4", + "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.4.tgz", + "integrity": "sha512-H+47fRkwYX2/BdSA+NLTzbR+8QclZXyBgC7tHH3dzljyxNimhrMDnbmk520nvGCebNf3nuxtFHq9iVTLpazSVA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7184,28 +7182,28 @@ } }, "node_modules/@react-stately/collections/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8.4", - "resolved": "https://registry.npmjs.org/@react-stately/color/-/color-3.8.4.tgz", - "integrity": "sha512-LXmfnJPWnL5q1/Z8Pn2d+9efrClLWCiK6c3IGXN8ZWcdR/cMJ/w9SY9f7evyXvmeUmdU1FTGgoSVqGfup3tSyA==", + "version": "3.8.5", + "resolved": "https://registry.npmjs.org/@react-stately/color/-/color-3.8.5.tgz", + "integrity": "sha512-yi1MQAbYuAYKu0AtMO+mWQWlWk6OzGMa9j4PGtQN2PI5Uv1NylWOvdquxbUJ4GUAuSYNopYG8Ci9MZMwtito8w==", "license": "Apache-2.0", "dependencies": { - "@internationalized/number": "^3.6.1", + "@internationalized/number": "^3.6.2", "@internationalized/string": "^3.2.6", - "@react-stately/form": "^3.1.3", - "@react-stately/numberfield": "^3.9.11", - "@react-stately/slider": "^3.6.3", + "@react-stately/form": "^3.1.4", + "@react-stately/numberfield": "^3.9.12", + "@react-stately/slider": "^3.6.4", "@react-stately/utils": "^3.10.6", - "@react-types/color": "^3.0.4", - "@react-types/shared": "^3.29.0", + "@react-types/color": "^3.0.5", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7213,28 +7211,28 @@ } }, "node_modules/@react-stately/color/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.10.4", - "resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.10.4.tgz", - "integrity": "sha512-sgujLhukIGKskLDrOL4SAbO7WOgLsD7gSdjRQZ0f/e8bWMmUOWEp22T+X1hMMcuVRkRdXlEF1kH2/E6BVanXYw==", + "version": "3.10.5", + "resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.10.5.tgz", + "integrity": "sha512-27SkClMqbMAKuVnmXhYzYisbLfzV7MO/DEiqWO4/3l+PZ+whL7Wi/Ek7Wqlfluid/y4pN4EkHCKNt4HJ2mhORQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", - "@react-stately/form": "^3.1.3", - "@react-stately/list": "^3.12.1", - "@react-stately/overlays": "^3.6.15", - "@react-stately/select": "^3.6.12", + "@react-stately/collections": "^3.12.4", + "@react-stately/form": "^3.1.4", + "@react-stately/list": "^3.12.2", + "@react-stately/overlays": "^3.6.16", + "@react-stately/select": "^3.6.13", "@react-stately/utils": "^3.10.6", - "@react-types/combobox": "^3.13.4", - "@react-types/shared": "^3.29.0", + "@react-types/combobox": "^3.13.5", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7242,21 +7240,21 @@ } }, "node_modules/@react-stately/combobox/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.3", - "resolved": "https://registry.npmjs.org/@react-stately/data/-/data-3.12.3.tgz", - "integrity": "sha512-JYPNV1gd9OZm8xPay0exx5okFNgiwESNvdBHsfDC+f8BifRyFLdrvoaUGF0enKIeSQMB1oReFAxTAXtDZd27rA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@react-stately/data/-/data-3.13.0.tgz", + "integrity": "sha512-7LYPxVbWB6tvmLYKO19H5G5YtXV6eKCSXisOUiL9fVnOcGOPDK5z310sj9TP5vaX7zVPtwy0lDBUrZuRfhvQIQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7264,27 +7262,27 @@ } }, "node_modules/@react-stately/data/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.14.0", - "resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.14.0.tgz", - "integrity": "sha512-JSkQfKW0+WpPQyOOeRPBLwXkVfpTUwgZJDnHBCud5kEuQiFFyeAIbL57RNXc4AX2pzY3piQa6OHnjDGTfqClxQ==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.14.1.tgz", + "integrity": "sha512-ad3IOrRppy/F8FZpznGacsaWWHdzUGZ4vpymD+y6TYeQ+RQvS9PLA5Z1TanH9iqLZgkf6bvVggJFg/hhDh2hmg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", + "@internationalized/date": "^3.8.1", "@internationalized/string": "^3.2.6", - "@react-stately/form": "^3.1.3", - "@react-stately/overlays": "^3.6.15", + "@react-stately/form": "^3.1.4", + "@react-stately/overlays": "^3.6.16", "@react-stately/utils": "^3.10.6", - "@react-types/datepicker": "^3.12.0", - "@react-types/shared": "^3.29.0", + "@react-types/datepicker": "^3.12.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7292,9 +7290,9 @@ } }, "node_modules/@react-stately/datepicker/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7315,13 +7313,13 @@ } }, "node_modules/@react-stately/dnd": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/@react-stately/dnd/-/dnd-3.5.3.tgz", - "integrity": "sha512-e4IodPF7fv9hR6jqSjiyrrFQ/6NbHNM5Ft1MJzCu6tJHvT+sl6qxIP5A+XR3wkjMpi4QW2WhVUmoFNbS/6ZAug==", + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/@react-stately/dnd/-/dnd-3.5.4.tgz", + "integrity": "sha512-YkvkehpsSeGZPH7S7EYyLchSxZPhzShdf9Zjh6UAsM7mAcxjRsChMqsf6zuM+l0jgMo40Ka1mvwDYegz92Qkyg==", "license": "Apache-2.0", "dependencies": { - "@react-stately/selection": "^3.20.1", - "@react-types/shared": "^3.29.0", + "@react-stately/selection": "^3.20.2", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7329,9 +7327,9 @@ } }, "node_modules/@react-stately/dnd/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7347,12 +7345,12 @@ } }, "node_modules/@react-stately/form": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.1.3.tgz", - "integrity": "sha512-Jisgm0facSS3sAzHfSgshoCo3LxfO0wmQj98MOBCGXyVL+MSwx2ilb38eXIyBCzHJzJnPRTLaK/E4T49aph47A==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.1.4.tgz", + "integrity": "sha512-A6GOaZ9oEIo5/XOE+JT9Z8OBt0osIOfes4EcIxGS1C9ght/Smg0gNcIJ2/Wle8qmro4RoJcza2yJ+EglVOuE0w==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7360,24 +7358,24 @@ } }, "node_modules/@react-stately/form/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.1", - "resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.11.1.tgz", - "integrity": "sha512-xMk2YsaIKkF8dInRLUFpUXBIqnYt88hehhq2nb65RFgsFFhngE/OkaFudSUzaYPc1KvHpW+oHqvseC+G1iDG2w==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.11.2.tgz", + "integrity": "sha512-P0vfK5B1NW8glYD6QMrR2X/7UMXx2J8v48QIQV6KgLZjFbyXhzRb+MY0BoIy4tUfJL0yQU2GKbKKVSUIQxbv0g==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", - "@react-stately/selection": "^3.20.1", - "@react-types/grid": "^3.3.1", - "@react-types/shared": "^3.29.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/selection": "^3.20.2", + "@react-types/grid": "^3.3.2", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7385,26 +7383,26 @@ } }, "node_modules/@react-stately/grid/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.2.2", - "resolved": "https://registry.npmjs.org/@react-stately/layout/-/layout-4.2.2.tgz", - "integrity": "sha512-cKojNZteaVPtJrEePoNmKOgua4LYhholsthaEpD7ldKcOacl9VsvBbaowv945HEDKj6A919YoXOLdgy5qzoPtw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@react-stately/layout/-/layout-4.3.0.tgz", + "integrity": "sha512-1czYPaWsEi/ecSOMBiMmH82iTeAIez/72HQjvP0i5CK2ZqLV0M1/Z10lesJHdOE+ay2EkE2qEqbHJnCdCqzkpA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", - "@react-stately/table": "^3.14.1", - "@react-stately/virtualizer": "^4.3.2", - "@react-types/grid": "^3.3.1", - "@react-types/shared": "^3.29.0", - "@react-types/table": "^3.12.0", + "@react-stately/collections": "^3.12.4", + "@react-stately/table": "^3.14.2", + "@react-stately/virtualizer": "^4.4.0", + "@react-types/grid": "^3.3.2", + "@react-types/shared": "^3.29.1", + "@react-types/table": "^3.13.0", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7413,24 +7411,24 @@ } }, "node_modules/@react-stately/layout/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.1", - "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.12.1.tgz", - "integrity": "sha512-N+YCInNZ2OpY0WUNvJWUTyFHtzE5yBtZ9DI4EHJDvm61+jmZ2s3HszOfa7j+7VOKq78VW3m5laqsQNWvMrLFrQ==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.12.2.tgz", + "integrity": "sha512-XPGvdPidOV4hnpmaUNc4C/1jX7ZhBwmAI9p6bEXDA3du3XrWess6MWcaQvPxXbrZ6ZX8/OyOC2wp7ixJoJRGyA==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", - "@react-stately/selection": "^3.20.1", + "@react-stately/collections": "^3.12.4", + "@react-stately/selection": "^3.20.2", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7438,23 +7436,23 @@ } }, "node_modules/@react-stately/list/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.3", - "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.3.tgz", - "integrity": "sha512-9x1sTX3Xq2Q3mJUHV+YN9MR36qNzgn8eBSLa40eaFDaOOtoJ+V10m7OriUfpjey7WzLBpq00Sfda54/PbQHZ0g==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.4.tgz", + "integrity": "sha512-sqYcSBuTEtCebZuByUou2aZzwlnrrOlrvmGwFNJy49N3LXXXPENCcCERuWa8TE9eBevIVTQorBZlID6rFG+wdQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/overlays": "^3.6.15", - "@react-types/menu": "^3.10.0", - "@react-types/shared": "^3.29.0", + "@react-stately/overlays": "^3.6.16", + "@react-types/menu": "^3.10.1", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7462,24 +7460,24 @@ } }, "node_modules/@react-stately/menu/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.9.11", - "resolved": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.9.11.tgz", - "integrity": "sha512-gAFSZIHnZsgIWVPgGRUUpfW6zM7TCV5oS1SCY90ay5nrS7JCXurQbMrWJLOWHTdM5iSeYMgoyt68OK5KD0KHMw==", + "version": "3.9.12", + "resolved": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.9.12.tgz", + "integrity": "sha512-E56RuRRdu/lzd8e5aEifP4n8CL/as0sZqIQFSyMv/ZUIIGeksqy+zykzo01skaHKY8u2NixrVHPVDtvPcRuooA==", "license": "Apache-2.0", "dependencies": { - "@internationalized/number": "^3.6.1", - "@react-stately/form": "^3.1.3", + "@internationalized/number": "^3.6.2", + "@react-stately/form": "^3.1.4", "@react-stately/utils": "^3.10.6", - "@react-types/numberfield": "^3.8.10", + "@react-types/numberfield": "^3.8.11", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7487,13 +7485,13 @@ } }, "node_modules/@react-stately/overlays": { - "version": "3.6.15", - "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.15.tgz", - "integrity": "sha512-LBaGpXuI+SSd5HSGzyGJA0Gy09V2tl2G/r0lllTYqwt0RDZR6p7IrhdGVXZm6vI0oWEnih7yLC32krkVQrffgQ==", + "version": "3.6.16", + "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.16.tgz", + "integrity": "sha512-+Ve/TBlUNg3otVC4ZfCq1a8q8FwC7xNebWkVOCGviTqiYodPCGqBwR9Z1xonuFLF/HuQYqALHHTOZtxceU+nVQ==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.6", - "@react-types/overlays": "^3.8.14", + "@react-types/overlays": "^3.8.15", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7501,15 +7499,15 @@ } }, "node_modules/@react-stately/radio": { - "version": "3.10.12", - "resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.10.12.tgz", - "integrity": "sha512-hFH45CXVa7uyXeTYQy7LGR0SnmGnNRx7XnEXS25w4Ch6BpH8m8SAbhKXqysgcmsE3xrhRas7P9zWw7wI24G28Q==", + "version": "3.10.13", + "resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.10.13.tgz", + "integrity": "sha512-q7UKcVYY7rqpxKfYRzvKVEqFhxElDFX2c+xliZQtjXuSexhxRb2xjEh+bDkhzbXzrJkrBT6VmE/rSYPurC3xTw==", "license": "Apache-2.0", "dependencies": { - "@react-stately/form": "^3.1.3", + "@react-stately/form": "^3.1.4", "@react-stately/utils": "^3.10.6", - "@react-types/radio": "^3.8.8", - "@react-types/shared": "^3.29.0", + "@react-types/radio": "^3.8.9", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7517,22 +7515,22 @@ } }, "node_modules/@react-stately/radio/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.11", - "resolved": "https://registry.npmjs.org/@react-stately/searchfield/-/searchfield-3.5.11.tgz", - "integrity": "sha512-vOgK3kgkYcyjTLsBABVzoQL9w6qBamnWAQICcw5OkA6octnF7NZ5DqdjkwnMY95KOGchiTlD5tNNHrz0ekeGiw==", + "version": "3.5.12", + "resolved": "https://registry.npmjs.org/@react-stately/searchfield/-/searchfield-3.5.12.tgz", + "integrity": "sha512-RC3QTEPVNUbgtuqzpwPUfbV9UkUC1j4XkHoynWDbMt0bE0tPe2Picnl0/r/kq6MO527idV6Ur4zuOF4x9a97LQ==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.6", - "@react-types/searchfield": "^3.6.1", + "@react-types/searchfield": "^3.6.2", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7540,16 +7538,16 @@ } }, "node_modules/@react-stately/select": { - "version": "3.6.12", - "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.6.12.tgz", - "integrity": "sha512-5o/NAaENO/Gxs1yui5BHLItxLnDPSQJ5HDKycuD0/gGC17BboAGEY/F9masiQ5qwRPe3JEc0QfvMRq3yZVNXog==", + "version": "3.6.13", + "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.6.13.tgz", + "integrity": "sha512-saZo67CreQZPdmqvz9+P6N4kjohpwdVncH98qBi0Q2FvxGAMnpJQgx97rtfDvnSziST5Yx1JnMI4kSSndbtFwg==", "license": "Apache-2.0", "dependencies": { - "@react-stately/form": "^3.1.3", - "@react-stately/list": "^3.12.1", - "@react-stately/overlays": "^3.6.15", - "@react-types/select": "^3.9.11", - "@react-types/shared": "^3.29.0", + "@react-stately/form": "^3.1.4", + "@react-stately/list": "^3.12.2", + "@react-stately/overlays": "^3.6.16", + "@react-types/select": "^3.9.12", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7557,23 +7555,23 @@ } }, "node_modules/@react-stately/select/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.1", - "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.20.1.tgz", - "integrity": "sha512-K9MP6Rfg2yvFoY2Cr+ykA7bP4EBXlGaq5Dqfa1krvcXlEgMbQka5muLHdNXqjzGgcwPmS1dx1NECD15q63NtOw==", + "version": "3.20.2", + "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.20.2.tgz", + "integrity": "sha512-Fw6nnG+VKMsncsY4SNxGYOhnHojVFzFv+Uhy6P39QBp6AXtSaRKMg2VR4MPxQ7XgOjHh5ZuSvCY1RwocweqjwQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", + "@react-stately/collections": "^3.12.4", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7581,23 +7579,23 @@ } }, "node_modules/@react-stately/selection/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.6.3", - "resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.6.3.tgz", - "integrity": "sha512-755X1jhpRD1bqf/5Ax1xuSpZbnG/0EEHGOowH28FLYKy5+1l4QVDGPFYxLB9KzXPdRAr9EF0j2kRhH2d8MCksQ==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.6.4.tgz", + "integrity": "sha512-6SdG0VJZLMRIBnPjqkbIsdyQcW9zJ5Br716cl/7kLT9owiIwMJiAdjdYHab5+8ShWzU2D8Ae+LdQk8ZxIiIjkg==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", - "@react-types/slider": "^3.7.10", + "@react-types/shared": "^3.29.1", + "@react-types/slider": "^3.7.11", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7605,28 +7603,28 @@ } }, "node_modules/@react-stately/slider/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.14.1", - "resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.14.1.tgz", - "integrity": "sha512-7P5h4YBAv3B/7BGq/kln+xSKgJCSq4xjt4HmJA7ZkGnEksUPUokBNQdWwZsy3lX/mwunaaKR9x/YNIu7yXB02g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.14.2.tgz", + "integrity": "sha512-SqE5A/Ve5H2ApnAblMGBMGRzY7cgdQmNPzXB8tGVc38NsC/STmMkq9m54gAl8dBVNbLzzd6HJBe9lqz5keYIhQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", + "@react-stately/collections": "^3.12.4", "@react-stately/flags": "^3.1.1", - "@react-stately/grid": "^3.11.1", - "@react-stately/selection": "^3.20.1", + "@react-stately/grid": "^3.11.2", + "@react-stately/selection": "^3.20.2", "@react-stately/utils": "^3.10.6", - "@react-types/grid": "^3.3.1", - "@react-types/shared": "^3.29.0", - "@react-types/table": "^3.12.0", + "@react-types/grid": "^3.3.2", + "@react-types/shared": "^3.29.1", + "@react-types/table": "^3.13.0", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7634,23 +7632,23 @@ } }, "node_modules/@react-stately/table/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.1", - "resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.8.1.tgz", - "integrity": "sha512-1TBbt2BXbemstb/gEYw/NVt3esi5WvgWQW5Z7G8nDzLkpnMHOZXueoUkMxsdm0vhE8p0M9fsJQCMXKvCG3JzJg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.8.2.tgz", + "integrity": "sha512-lNpby7zUVdAeqo3mjGdPBxppEskOLyqR82LWBtP8Xg4olnjA5RmDFOuoJkIFttDX689zamjN3OE+Ra6WWgJczg==", "license": "Apache-2.0", "dependencies": { - "@react-stately/list": "^3.12.1", - "@react-types/shared": "^3.29.0", - "@react-types/tabs": "^3.3.14", + "@react-stately/list": "^3.12.2", + "@react-types/shared": "^3.29.1", + "@react-types/tabs": "^3.3.15", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7658,9 +7656,9 @@ } }, "node_modules/@react-stately/tabs/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7680,14 +7678,14 @@ } }, "node_modules/@react-stately/toggle": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.8.3.tgz", - "integrity": "sha512-4T2V3P1RK4zEFz4vJjUXUXyB0g4Slm6stE6Ry20fzDWjltuW42cD2lmrd7ccTO/CXFmHLECcXQLD4GEbOj0epA==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.8.4.tgz", + "integrity": "sha512-JbKoXhkJ5P5nCrNXChMos3yNqkIeGXPDEMS/dfkHlsjQYxJfylRm4j/nWoDXxxkUmfkvXcNEMofMn9iO1+H0DQ==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.6", - "@react-types/checkbox": "^3.9.3", - "@react-types/shared": "^3.29.0", + "@react-types/checkbox": "^3.9.4", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7695,22 +7693,22 @@ } }, "node_modules/@react-stately/toggle/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.3", - "resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.3.tgz", - "integrity": "sha512-btfy/gQ3Eccudx//4HkyQ+CRr3vxbLs74HYHthaoJ9GZbRj/3XDzfUM2X16zRoqTZVrIz/AkUj7AfGfsitU5nQ==", + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.4.tgz", + "integrity": "sha512-HxNTqn9nMBuGbEVeeuZyhrzNbyW7sgwk+8o0mN/BrMrk7E/UBhyL2SUxXnAUQftpTjX+29hmx1sPhIprIDzR3Q==", "license": "Apache-2.0", "dependencies": { - "@react-stately/overlays": "^3.6.15", - "@react-types/tooltip": "^3.4.16", + "@react-stately/overlays": "^3.6.16", + "@react-types/tooltip": "^3.4.17", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7718,15 +7716,15 @@ } }, "node_modules/@react-stately/tree": { - "version": "3.8.9", - "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.8.9.tgz", - "integrity": "sha512-j/LLI9UvbqcfOdl2v9m3gET3etUxoQzv3XdryNAbSkg0jTx8/13Fgi/Xp98bUcNLfynfeGW5P/fieU71sMkGog==", + "version": "3.8.10", + "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.8.10.tgz", + "integrity": "sha512-sMqBRKAAZMiXJwlzAFpkXqUaGlNBfKnL8usAiKdoeGcLLJt2Ni9gPoPOLBJSPqLOAFCgLWtr5IYjdhel9aXRzQ==", "license": "Apache-2.0", "dependencies": { - "@react-stately/collections": "^3.12.3", - "@react-stately/selection": "^3.20.1", + "@react-stately/collections": "^3.12.4", + "@react-stately/selection": "^3.20.2", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7734,9 +7732,9 @@ } }, "node_modules/@react-stately/tree/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7755,13 +7753,13 @@ } }, "node_modules/@react-stately/virtualizer": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.3.2.tgz", - "integrity": "sha512-KxR0s6IBqUD2TfDM3mAOtiTZLb1zOwcuCeUOvCKNqzEdFhh7nEJPrG33mgJn64S4kM11c0AsPwBlxISqdvCXJg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.4.0.tgz", + "integrity": "sha512-y2jefrW0ffJpv0685IEKId6/wy0kgD/bxYuny9r9Z3utvcjjFl9fX9cBKsXII7ZxPiu0CP+wA6HQ53GU3BqCsw==", "license": "Apache-2.0", "dependencies": { - "@react-aria/utils": "^3.28.2", - "@react-types/shared": "^3.29.0", + "@react-aria/utils": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -7770,15 +7768,15 @@ } }, "node_modules/@react-stately/virtualizer/node_modules/@react-aria/utils": { - "version": "3.28.2", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.28.2.tgz", - "integrity": "sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.29.0.tgz", + "integrity": "sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==", "license": "Apache-2.0", "dependencies": { "@react-aria/ssr": "^3.9.8", "@react-stately/flags": "^3.1.1", "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, @@ -7788,9 +7786,9 @@ } }, "node_modules/@react-stately/virtualizer/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -7809,420 +7807,420 @@ } }, "node_modules/@react-types/breadcrumbs": { - "version": "3.7.12", - "resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.12.tgz", - "integrity": "sha512-+LvGEADlv11mLQjxEAZriptSYJJTP+2OIFEKx0z9mmpp+8jTlEHFhAnRVaE6I9QCxcDB5F6q/olfizSwOPOMIg==", + "version": "3.7.13", + "resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.13.tgz", + "integrity": "sha512-x94KEZaLIeHt9lqAkuaOopX5+rqCTMSHsciThUsBHK7QT64zrw6x2G1WKQ4zB4h52RGF5b+3sFXeR4bgX2sVLQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/link": "^3.6.0", - "@react-types/shared": "^3.29.0" + "@react-types/link": "^3.6.1", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.0", - "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.12.0.tgz", - "integrity": "sha512-YrASNa+RqGQpzJcxNAahzNuTYVID1OE6HCorrEOXIyGS3EGogHsQmFs9OyThXnGHq6q4rLlA806/jWbP9uZdxA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.12.1.tgz", + "integrity": "sha512-z87stl4llWTi4C5qhUK1PKcEsG59uF/ZQpkRhMzX0KfgXobJY6yiIrry2xrpnlTPIVST6K1+kARhhSDOZ8zhLw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.0", - "resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.7.0.tgz", - "integrity": "sha512-RiEfX2ZTcvfRktQc5obOJtNTgW+UwjNOUW5yf9CLCNOSM07e0w5jtC1ewsOZZbcctMrMCljjL8niGWiBv1wQ1Q==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.7.1.tgz", + "integrity": "sha512-a/wGT9vZewPNL72Xni8T/gv4IS2w6iRtryqMF425OL+kaCQrxJYlkDxb74bQs9+k9ZYabrxJgz9vFcFnY7S9gw==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", - "@react-types/shared": "^3.29.0" + "@internationalized/date": "^3.8.1", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.9.3", - "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.9.3.tgz", - "integrity": "sha512-h6wmK7CraKHKE6L13Ut+CtnjRktbMRhkCSorv7eg82M6p4PDhZ7mfDSh13IlGR4sryT8Ka+aOjOU+EvMrKiduA==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.9.4.tgz", + "integrity": "sha512-fU3Q1Nw+zbXKm68ba8V7cQzpiX0rIiAUKrBTl2BK97QiTlGBDvMCf4TfEuaNoGbJq+gx+X3n/3yr6c3IAb0ZIg==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.0.4", - "resolved": "https://registry.npmjs.org/@react-types/color/-/color-3.0.4.tgz", - "integrity": "sha512-D6Uea8kYGaoZRHgemJ0b0+iXbrvABP8RzsctL8Yp5QVyGgYJDMO8/7eZ3tdtGs/V8Iv+yCzG4yBexPA95i6tEg==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@react-types/color/-/color-3.0.5.tgz", + "integrity": "sha512-72uZ0B3EcaC2DGOpnhwHSVxcvQ3UDNSVR2gVx7PgUCGlEjhnn9i0UErIP8ZzV2RsAvjK6MrGs7ZCwZtl+LxCcg==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0", - "@react-types/slider": "^3.7.10" + "@react-types/shared": "^3.29.1", + "@react-types/slider": "^3.7.11" }, "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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.4", - "resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.4.tgz", - "integrity": "sha512-4mX7eZ/Bv3YWzEzLEZAF/TfKM+I+SCsvnm/cHqOJq3jEE8aVU1ql4Q1+3+SvciX3pfFIfeKlu9S3oYKRT5WIgg==", + "version": "3.13.5", + "resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.5.tgz", + "integrity": "sha512-wqHBF0YDkrp4Ylyxpd3xhnDECe5eao27bsu+4AvjlVKtaxaoppNq2MwSzkuSSS/GEUXT6K9DDjrGFcp07ad5gA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.0", - "resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.12.0.tgz", - "integrity": "sha512-dw/xflOdQPQ3uEABaBrZRTvjsMRu5/VZjRx9ygc64sX2N7HKIt+foMPXKJ+1jhtki2p4gigNVjcnJndJHoj9SA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.12.1.tgz", + "integrity": "sha512-+wv57fVd6Y/+KnHNEmVzfrQtWs85Ga1Xb63AIkBk+E294aMqFYqRg0dQds6V/qrP758TWnXUrhKza1zMbjHalw==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.8.0", - "@react-types/calendar": "^3.7.0", - "@react-types/overlays": "^3.8.14", - "@react-types/shared": "^3.29.0" + "@internationalized/date": "^3.8.1", + "@react-types/calendar": "^3.7.1", + "@react-types/overlays": "^3.8.15", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.17", - "resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.17.tgz", - "integrity": "sha512-rKe2WrT272xuCH13euegBGjJAORYXJpHsX2hlu/f02TmMG4nSLss9vKBnY2N7k7nci65k5wDTW6lcsvQ4Co5zQ==", + "version": "3.5.18", + "resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.18.tgz", + "integrity": "sha512-g18CzT5xmiX/numpS6MrOGEGln8Xp9rr+zO70Dg+jM4GBOjXZp3BeclYQr9uisxGaj2uFLnORv9gNMMKxLNF6A==", "license": "Apache-2.0", "dependencies": { - "@react-types/overlays": "^3.8.14", - "@react-types/shared": "^3.29.0" + "@react-types/overlays": "^3.8.15", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.11", - "resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.11.tgz", - "integrity": "sha512-umqy2Kvg3ooJi+Wqun95tKbKN51gtNt9s7OFLdwCtfWa6GvHFOixSjqAvZbo+m5qC3X/1kMIz3Dg698l0/+oLQ==", + "version": "3.7.12", + "resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.12.tgz", + "integrity": "sha512-EZ6jZDa9FbLmqvukrLoUp3LUEVE0ZnBB5H6MHhE+QmjYRAvtWljx70xOqnn7sHweuS4+O1kDt1Ec1X5DU+U+BA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.1", - "resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.3.1.tgz", - "integrity": "sha512-bPDckheJiHSIzSeSkLqrO6rXRLWvciFJr9rpCjq/+wBj6HsLh2iMpkB/SqmRHTGpPlJvlu0b7AlxK1FYE0QSKA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.3.2.tgz", + "integrity": "sha512-NwfydUbPc1zVi/Rp7+oRN2+vE1xMokc2J+nr0VcHwFGt1bR1psakHu45Pk/t763BDvPr/A3xIHc1rk3eWEhxJw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.0", - "resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.6.0.tgz", - "integrity": "sha512-BQ5Tktb+fUxvtqksAJZuP8Z/bpmnQ/Y/zgwxfU0OKmIWkKMUsXY+e0GBVxwFxeh39D77stpVxRsTl7NQrjgtSw==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.6.1.tgz", + "integrity": "sha512-IZDSc10AuVKe7V8Te+3q8d220oANE4N43iljQe3yHg7GZOfH/51bv8FPUukreLs1t2fgtGeNAzG71Ep+j/jXIw==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.6.0", - "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.6.0.tgz", - "integrity": "sha512-+1ugDKTxson/WNOQZO4BfrnQ6cGDt+72mEytXMsSsd4aEC+x3RyUv6NKwdOl4n602cOreo0MHtap1X2BOACVoQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.7.0.tgz", + "integrity": "sha512-26Lp0Gou502VJLDSrIpMg7LQuVHznxzyuSY/zzyNX9eopukXvHn682u90fwDqgmZz7dzxUOWtuwDea+bp/UjtA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.0", - "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.10.0.tgz", - "integrity": "sha512-DKMqEmUmarVCK0jblNkSlzSH53AAsxWCX9RaKZeP9EnRs2/l1oZRuiQVHlOQRgYwEigAXa2TrwcX4nnxZ+U36Q==", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.10.1.tgz", + "integrity": "sha512-wkyWzIqaCbUYiD7YXr8YvdimB1bxQHqgj6uE4MKzryCbVqb4L8fRUM0V6AHkQS1TxBYNkNn1h4g7XNd5Vmyf3Q==", "license": "Apache-2.0", "dependencies": { - "@react-types/overlays": "^3.8.14", - "@react-types/shared": "^3.29.0" + "@react-types/overlays": "^3.8.15", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8", - "resolved": "https://registry.npmjs.org/@react-types/meter/-/meter-3.4.8.tgz", - "integrity": "sha512-uXmHdUDbAo7L3EkytrUrU6DLOFUt63s9QSTcDp+vwyWoshY4/4Dm4JARdmhJU2ZP1nb2Sy45ASeMvSBw3ia2oA==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/@react-types/meter/-/meter-3.4.9.tgz", + "integrity": "sha512-Jhd873zc/Bx/86NB9nasMUWc013VnURVtMYbbkuRWiFr/ZoEvZzO1uoSIXf+Sob4xpiVhT/ltvJZTK4t4B9lTg==", "license": "Apache-2.0", "dependencies": { - "@react-types/progress": "^3.5.11" + "@react-types/progress": "^3.5.12" }, "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.10", - "resolved": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.10.tgz", - "integrity": "sha512-mdb4lMC4skO8Eqd0GeU4lJgDTEvqIhtINB5WCzLVZFrFVuxgWDoU5otsu0lbWhCnUA7XWQxupGI//TC1LLppjQ==", + "version": "3.8.11", + "resolved": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.11.tgz", + "integrity": "sha512-D66Bop7M3JKzBV2vsECsVYfPrx8eRIx4/K2KLo/XjwMA7C34+Ou07f/bnD1TQQ/wr6XwiFxZTi6JsKDwnST+9Q==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8.14", - "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.14.tgz", - "integrity": "sha512-XJS67KHYhdMvPNHXNGdmc85gE+29QT5TwC58V4kxxHVtQh9fYzEEPzIV8K84XWSz04rRGe3fjDgRNbcqBektWQ==", + "version": "3.8.15", + "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.15.tgz", + "integrity": "sha512-ppDfezvVYOJDHLZmTSmIXajxAo30l2a1jjy4G65uBYy8J8kTZU7mcfQql5Pii1TwybcNMsayf2WtPItiWmJnOA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.11", - "resolved": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.11.tgz", - "integrity": "sha512-CysuMld/lycOckrnlvrlsVoJysDPeBnUYBChwtqwiv4ZNRXos+wgAL1ows6dl7Nr57/FH5B4v5gf9AHEo7jUvw==", + "version": "3.5.12", + "resolved": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.12.tgz", + "integrity": "sha512-wvhFz6vdlfKBtnzKvD/89N+0PF3yPQ+IVFRQvZ2TBrP7nF+ZA2pNLcZVcEYbKjHzmvEZRGu//ePC9hRJD9K30w==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.8.8", - "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.8.8.tgz", - "integrity": "sha512-QfAIp+0CnRSnoRTJVXUEPi+9AvFvRzWLIKEnE9OmgXjuvJCU3QNiwd8NWjNeE+94QBEVvAZQcqGU+44q5poxNg==", + "version": "3.8.9", + "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.8.9.tgz", + "integrity": "sha512-l4uzlxmGGuR8IkWrMYdKj1sc3Pgo/LdfEGuIgK+d8kjPu0AZcnSgp5Oz035bCosZUabY6dEWxQHIoAH2zN7YZA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.1", - "resolved": "https://registry.npmjs.org/@react-types/searchfield/-/searchfield-3.6.1.tgz", - "integrity": "sha512-XR4tYktxHxGJufpO0MTAPknIbmN5eZqXCZwTdBS4tecihf9iGDsXmrBOs+M7LEnil67GaZcFrMhKxOMVpLwZAg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@react-types/searchfield/-/searchfield-3.6.2.tgz", + "integrity": "sha512-XQRQyJLNC9uLyCq+97eiqeQuM6+dCMrHu6aH6KSVt1Xh6HMmdx/TdSf6JrMkN+1xSxcW3lDE2iSf3jXDT87gag==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0", - "@react-types/textfield": "^3.12.1" + "@react-types/shared": "^3.29.1", + "@react-types/textfield": "^3.12.2" }, "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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.9.11", - "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.9.11.tgz", - "integrity": "sha512-uEpQCgDlrq/5fW05FgNEsqsqpvZVKfHQO9Mp7OTqGtm4UBNAbcQ6hOV7MJwQCS25Lu2luzOYdgqDUN8eAATJVQ==", + "version": "3.9.12", + "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.9.12.tgz", + "integrity": "sha512-qo+9JS1kfMxuibmSmMp0faGKbeVftYnSk1f7Rh5PKi4tzMe3C0A9IAr27hUOfWeJMBOdetaoTpYmoXW6+CgW3g==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -8238,128 +8236,128 @@ } }, "node_modules/@react-types/slider": { - "version": "3.7.10", - "resolved": "https://registry.npmjs.org/@react-types/slider/-/slider-3.7.10.tgz", - "integrity": "sha512-Yb8wbpu2gS7AwvJUuz0IdZBRi6eIBZq32BSss4UHX0StA8dtR1/K4JeTsArxwiA3P0BA6t0gbR6wzxCvVA9fRw==", + "version": "3.7.11", + "resolved": "https://registry.npmjs.org/@react-types/slider/-/slider-3.7.11.tgz", + "integrity": "sha512-uNhNLhVrt/2teXBOJSoZXyXg308A72qe1HOmlGdJcnh8iXA35y5ZHzeK1P6ZOJ37Aeh7bYGm3/UdURmFgSlW7w==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.10", - "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.10.tgz", - "integrity": "sha512-YyNhx4CvuJ0Rvv7yMuQaqQuOIeg+NwLV00NHHJ+K0xEANSLcICLOLPNMOqRIqLSQDz5vDI705UKk8gVcxqPX5g==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.11.tgz", + "integrity": "sha512-PJbZHwlE98OSuLzI6b1ei6Qa+FaiwlCRH3tOTdx/wPSdqmD3mRWEn7E9ftM6FC8hnxl/LrGLszQMT62yEQp5vQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.12.0", - "resolved": "https://registry.npmjs.org/@react-types/table/-/table-3.12.0.tgz", - "integrity": "sha512-dmTzjCYwHf2HBOeTa/CEL177Aox0f0mkeLF5nQw/2z6SBolfmYoAwVTPxTaYFVu4MkEJxQTz9AuAsJvCbRJbhg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@react-types/table/-/table-3.13.0.tgz", + "integrity": "sha512-kn+OsEWJfUSSb4N4J0yl+tqx5grDpcaWcu2J8hA62hQCr/Leuj946ScYaKA9a/p0MAaOAaeCWx/Zcss6F8gJIQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/grid": "^3.3.1", - "@react-types/shared": "^3.29.0" + "@react-types/grid": "^3.3.2", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.14", - "resolved": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.14.tgz", - "integrity": "sha512-/uKsA7L2dctKU0JEaBWerlX+3BoXpKUFr3kHpRUoH66DSGvAo34vZ7kv/BHMZifJenIbF04GhDBsGp1zjrQKBg==", + "version": "3.3.15", + "resolved": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.15.tgz", + "integrity": "sha512-VLgh9YLQdS4FQSk0sGTNHEVN2jeC0fZvOqEFHaEDgDyDgVOukxYuHjqVIx2IavYu1yNBrGO2b6P4M6dF+hcgwQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.1", - "resolved": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.12.1.tgz", - "integrity": "sha512-6YTAMCKjEGuXg0A4bZA77j5QJ1a6yFviMUWsCIL6Dxq5K3TklzVsbAduSbHomPPuvkNTBSW4+TUJrVSnoTjMNA==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.12.2.tgz", + "integrity": "sha512-dMm0cGLG5bkJYvt6lqXIty5HXTZjuIpa9I8jAIYua//J8tESAOE9BA285Zl43kx7cZGtgrHKHVFjITDLNUrNhA==", "license": "Apache-2.0", "dependencies": { - "@react-types/shared": "^3.29.0" + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "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.16", - "resolved": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.16.tgz", - "integrity": "sha512-XEyKeqR3YxqJcR0cpigLGEBeRTEzrB0cu++IaADdqXJ8dBzS6s8y9EgR5UvKZmX1CQOBvMfXyYkj7nmJ039fOw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.17.tgz", + "integrity": "sha512-yjySKA1uzJAbio+xGv03DUoWIajteqtsXMd4Y3AJEdBFqSYhXbyrgAxw0oJDgRAgRxY4Rx5Hrhvbt/z7Di94QQ==", "license": "Apache-2.0", "dependencies": { - "@react-types/overlays": "^3.8.14", - "@react-types/shared": "^3.29.0" + "@react-types/overlays": "^3.8.15", + "@react-types/shared": "^3.29.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.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -8390,24 +8388,15 @@ "license": "BSD-3-Clause" }, "node_modules/@signalapp/libsignal-client": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/@signalapp/libsignal-client/-/libsignal-client-0.68.0.tgz", - "integrity": "sha512-k7kUqN36wYMnx1ARVVpNmWJfVlD0AIrNEq0Mpb7X8yMc6E8QY5ankwtPX3ZlO/Yl7en2NT7ZrP4dM5xpQlGsNA==", + "version": "0.70.0", + "resolved": "https://registry.npmjs.org/@signalapp/libsignal-client/-/libsignal-client-0.70.0.tgz", + "integrity": "sha512-V2b8PVQM8+HbJhX7uuq7dR7V+71p1xzcpnx091za1fiLrdvK6/wzfEmpeAh8+6VYoJEQ8Gi3DyToIT0frTFIGA==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { "node-gyp-build": "^4.8.0", "type-fest": "^4.26.0", - "uuid": "^8.3.0" - } - }, - "node_modules/@signalapp/libsignal-client/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" + "uuid": "^11" } }, "node_modules/@signalapp/parchment-cjs": { @@ -8432,9 +8421,9 @@ } }, "node_modules/@signalapp/ringrtc": { - "version": "2.50.5", - "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.50.5.tgz", - "integrity": "sha512-4+2IfQv/wx9RMztM/tnZsvk6LjElZq7OgHITlszwJib2Gzh2Q31kyZ7vgLnsfFxfbzVQrWI9cTEc0u/hqJiDmg==", + "version": "2.51.0", + "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.51.0.tgz", + "integrity": "sha512-p0S7JLReO9NjfxB3Er3V6eydNB4IUfrIIimtlD7E9CerUWtejxvPNqEPxfKTCL/vVde/pqsIn0Qw9LjysA84xA==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -8443,9 +8432,9 @@ } }, "node_modules/@signalapp/sqlcipher": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@signalapp/sqlcipher/-/sqlcipher-2.0.0.tgz", - "integrity": "sha512-1VglhOpAsAHvTFoqB1gkwbnWwU0h37flLhRHcKKYyfEbRVc+3TDRBJ54Fm8WEELnmZPju1HVGM4tnyKgq7eI+A==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@signalapp/sqlcipher/-/sqlcipher-2.0.1.tgz", + "integrity": "sha512-7dSgNnf/hrGZfVSGlhVH39f7BDNNOO61tg6Xu/Fa38TCeZj6/U5YILKQavBArCtkahUvzGBV9QIyRr0zereU7A==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { @@ -8768,9 +8757,9 @@ } }, "node_modules/@storybook/builder-webpack5/node_modules/@types/node": { - "version": "22.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", + "version": "22.15.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz", + "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8949,9 +8938,9 @@ } }, "node_modules/@storybook/core-webpack/node_modules/@types/node": { - "version": "22.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", + "version": "22.15.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz", + "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8966,9 +8955,9 @@ "license": "MIT" }, "node_modules/@storybook/core/node_modules/ws": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", - "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", + "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", "dev": true, "license": "MIT", "engines": { @@ -9088,9 +9077,9 @@ } }, "node_modules/@storybook/preset-react-webpack/node_modules/@types/node": { - "version": "22.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", + "version": "22.15.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz", + "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9223,9 +9212,9 @@ } }, "node_modules/@storybook/react-webpack5/node_modules/@types/node": { - "version": "22.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", + "version": "22.15.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz", + "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9331,9 +9320,9 @@ } }, "node_modules/@swc/core": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.11.22.tgz", - "integrity": "sha512-mjPYbqq8XjwqSE0hEPT9CzaJDyxql97LgK4iyvYlwVSQhdN1uK0DBG4eP9PxYzCS2MUGAXB34WFLegdUj5HGpg==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.11.29.tgz", + "integrity": "sha512-g4mThMIpWbNhV8G2rWp5a5/Igv8/2UFRJx2yImrLGMgrDDYZIopqZ/z0jZxDgqNA1QDx93rpwNF7jGsxVWcMlA==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", @@ -9349,16 +9338,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.11.22", - "@swc/core-darwin-x64": "1.11.22", - "@swc/core-linux-arm-gnueabihf": "1.11.22", - "@swc/core-linux-arm64-gnu": "1.11.22", - "@swc/core-linux-arm64-musl": "1.11.22", - "@swc/core-linux-x64-gnu": "1.11.22", - "@swc/core-linux-x64-musl": "1.11.22", - "@swc/core-win32-arm64-msvc": "1.11.22", - "@swc/core-win32-ia32-msvc": "1.11.22", - "@swc/core-win32-x64-msvc": "1.11.22" + "@swc/core-darwin-arm64": "1.11.29", + "@swc/core-darwin-x64": "1.11.29", + "@swc/core-linux-arm-gnueabihf": "1.11.29", + "@swc/core-linux-arm64-gnu": "1.11.29", + "@swc/core-linux-arm64-musl": "1.11.29", + "@swc/core-linux-x64-gnu": "1.11.29", + "@swc/core-linux-x64-musl": "1.11.29", + "@swc/core-win32-arm64-msvc": "1.11.29", + "@swc/core-win32-ia32-msvc": "1.11.29", + "@swc/core-win32-x64-msvc": "1.11.29" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" @@ -9370,9 +9359,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.11.22.tgz", - "integrity": "sha512-upSiFQfo1TE2QM3+KpBcp5SrOdKKjoc+oUoD1mmBDU2Wv4Bjjv16Z2I5ADvIqMV+b87AhYW+4Qu6iVrQD7j96Q==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.11.29.tgz", + "integrity": "sha512-whsCX7URzbuS5aET58c75Dloby3Gtj/ITk2vc4WW6pSDQKSPDuONsIcZ7B2ng8oz0K6ttbi4p3H/PNPQLJ4maQ==", "cpu": [ "arm64" ], @@ -9387,9 +9376,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.11.22.tgz", - "integrity": "sha512-8PEuF/gxIMJVK21DjuCOtzdqstn2DqnxVhpAYfXEtm3WmMqLIOIZBypF/xafAozyaHws4aB/5xmz8/7rPsjavw==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.11.29.tgz", + "integrity": "sha512-S3eTo/KYFk+76cWJRgX30hylN5XkSmjYtCBnM4jPLYn7L6zWYEPajsFLmruQEiTEDUg0gBEWLMNyUeghtswouw==", "cpu": [ "x64" ], @@ -9404,9 +9393,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.11.22.tgz", - "integrity": "sha512-NIPTXvqtn9e7oQHgdaxM9Z/anHoXC3Fg4ZAgw5rSGa1OlnKKupt5sdfJamNggSi+eAtyoFcyfkgqHnfe2u63HA==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.11.29.tgz", + "integrity": "sha512-o9gdshbzkUMG6azldHdmKklcfrcMx+a23d/2qHQHPDLUPAN+Trd+sDQUYArK5Fcm7TlpG4sczz95ghN0DMkM7g==", "cpu": [ "arm" ], @@ -9421,9 +9410,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.11.22.tgz", - "integrity": "sha512-xZ+bgS60c5r8kAeYsLNjJJhhQNkXdidQ277pUabSlu5GjR0CkQUPQ+L9hFeHf8DITEqpPBPRiAiiJsWq5eqMBg==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.11.29.tgz", + "integrity": "sha512-sLoaciOgUKQF1KX9T6hPGzvhOQaJn+3DHy4LOHeXhQqvBgr+7QcZ+hl4uixPKTzxk6hy6Hb0QOvQEdBAAR1gXw==", "cpu": [ "arm64" ], @@ -9438,9 +9427,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.11.22.tgz", - "integrity": "sha512-JhrP/q5VqQl2eJR0xKYIkKTPjgf8CRsAmRnjJA2PtZhfQ543YbYvUqxyXSRyBOxdyX8JwzuAxIPEAlKlT7PPuQ==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.11.29.tgz", + "integrity": "sha512-PwjB10BC0N+Ce7RU/L23eYch6lXFHz7r3NFavIcwDNa/AAqywfxyxh13OeRy+P0cg7NDpWEETWspXeI4Ek8otw==", "cpu": [ "arm64" ], @@ -9455,9 +9444,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.11.22.tgz", - "integrity": "sha512-htmAVL+U01gk9GyziVUP0UWYaUQBgrsiP7Ytf6uDffrySyn/FclUS3MDPocNydqYsOpj3OpNKPxkaHK+F+X5fg==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.11.29.tgz", + "integrity": "sha512-i62vBVoPaVe9A3mc6gJG07n0/e7FVeAvdD9uzZTtGLiuIfVfIBta8EMquzvf+POLycSk79Z6lRhGPZPJPYiQaA==", "cpu": [ "x64" ], @@ -9472,9 +9461,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.11.22.tgz", - "integrity": "sha512-PL0VHbduWPX+ANoyOzr58jBiL2VnD0xGSFwPy7NRZ1Pr6SNWm4jw3x2u6RjLArGhS5EcWp64BSk9ZxqmTV3FEg==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.11.29.tgz", + "integrity": "sha512-YER0XU1xqFdK0hKkfSVX1YIyCvMDI7K07GIpefPvcfyNGs38AXKhb2byySDjbVxkdl4dycaxxhRyhQ2gKSlsFQ==", "cpu": [ "x64" ], @@ -9489,9 +9478,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.11.22.tgz", - "integrity": "sha512-moJvFhhTVGoMeEThtdF7hQog80Q00CS06v5uB+32VRuv+I31+4WPRyGlTWHO+oY4rReNcXut/mlDHPH7p0LdFg==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.11.29.tgz", + "integrity": "sha512-po+WHw+k9g6FAg5IJ+sMwtA/fIUL3zPQ4m/uJgONBATCVnDDkyW6dBA49uHNVtSEvjvhuD8DVWdFP847YTcITw==", "cpu": [ "arm64" ], @@ -9506,9 +9495,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.11.22.tgz", - "integrity": "sha512-/jnsPJJz89F1aKHIb5ScHkwyzBciz2AjEq2m9tDvQdIdVufdJ4SpEDEN9FqsRNRLcBHjtbLs6bnboA+B+pRFXw==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.11.29.tgz", + "integrity": "sha512-h+NjOrbqdRBYr5ItmStmQt6x3tnhqgwbj9YxdGPepbTDamFv7vFnhZR0YfB3jz3UKJ8H3uGJ65Zw1VsC+xpFkg==", "cpu": [ "ia32" ], @@ -9523,9 +9512,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.11.22", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.11.22.tgz", - "integrity": "sha512-lc93Y8Mku7LCFGqIxJ91coXZp2HeoDcFZSHCL90Wttg5xhk5xVM9uUCP+OdQsSsEixLF34h5DbT9ObzP8rAdRw==", + "version": "1.11.29", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.11.29.tgz", + "integrity": "sha512-Q8cs2BDV9wqDvqobkXOYdC+pLUSEpX/KvI0Dgfun1F+LzuLotRFuDhrvkU9ETJA6OnD2+Fn/ieHgloiKA/Mn/g==", "cpu": [ "x64" ], @@ -9931,6 +9920,21 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/dom-mediacapture-transform": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/@types/dom-mediacapture-transform/-/dom-mediacapture-transform-0.1.11.tgz", + "integrity": "sha512-Y2p+nGf1bF2XMttBnsVPHUWzRRZzqUoJAKmiP10b5umnO6DDrWI0BrGDJy1pOHoOULVmGSfFNkQrAlC5dcj6nQ==", + "license": "MIT", + "dependencies": { + "@types/dom-webcodecs": "*" + } + }, + "node_modules/@types/dom-webcodecs": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/@types/dom-webcodecs/-/dom-webcodecs-0.1.15.tgz", + "integrity": "sha512-omOlCPvTWyPm4ZE5bZUhlSvnHM2ZWM2U+1cPiYFL/e8aV5O9MouELp+L4dMKNTON0nTeHqEg+KWDfFQMY5Wkaw==", + "license": "MIT" + }, "node_modules/@types/eslint": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", @@ -9961,9 +9965,9 @@ "license": "MIT" }, "node_modules/@types/express": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "version": "4.17.22", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.22.tgz", + "integrity": "sha512-eZUmSnhRX9YRSkplpz0N+k6NljUUn5l3EWZIKZvYzhvMphEuNiyyy1viH/ejgt66JWgALwC/gtSUAeQKtSwW/w==", "dev": true, "license": "MIT", "dependencies": { @@ -10328,9 +10332,9 @@ "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.18", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", - "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", "dev": true, "license": "MIT" }, @@ -12253,9 +12257,9 @@ } }, "node_modules/axios": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", - "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz", + "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==", "dev": true, "license": "MIT", "dependencies": { @@ -13136,9 +13140,9 @@ "license": "ISC" }, "node_modules/browserslist": { - "version": "4.24.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", - "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.5.tgz", + "integrity": "sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==", "dev": true, "funding": [ { @@ -13156,10 +13160,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001688", - "electron-to-chromium": "^1.5.73", + "caniuse-lite": "^1.0.30001716", + "electron-to-chromium": "^1.5.149", "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.1" + "update-browserslist-db": "^1.1.3" }, "bin": { "browserslist": "cli.js" @@ -13595,9 +13599,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001715", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001715.tgz", - "integrity": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==", + "version": "1.0.30001718", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz", + "integrity": "sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==", "dev": true, "funding": [ { @@ -14759,9 +14763,9 @@ } }, "node_modules/core-js": { - "version": "3.41.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.41.0.tgz", - "integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==", + "version": "3.42.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.42.0.tgz", + "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -14771,9 +14775,9 @@ } }, "node_modules/core-js-compat": { - "version": "3.41.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.41.0.tgz", - "integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==", + "version": "3.42.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.42.0.tgz", + "integrity": "sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15392,13 +15396,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/danger/node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", - "dev": true, - "license": "MIT" - }, "node_modules/danger/node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", @@ -16268,9 +16265,9 @@ } }, "node_modules/electron": { - "version": "35.1.4", - "resolved": "https://registry.npmjs.org/electron/-/electron-35.1.4.tgz", - "integrity": "sha512-8HjE2wqxY//T09Of8k1eTpK/NeTG2FkTyRD+fyKXmec4wZVscGgZcmWFC0HYN4ktyHAjtplpxdFXjtqRnvzBMg==", + "version": "35.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-35.2.0.tgz", + "integrity": "sha512-GHda7oCkN0pA23qzah735DEbRa06IPwlzP3uvjAmf9af8gxdj5i93JEHeQVGVmSVpd7sSb1pfecs9nz7B1q5ag==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -16416,9 +16413,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.141", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.141.tgz", - "integrity": "sha512-qS+qH9oqVYc1ooubTiB9l904WVyM6qNYxtOEEGReoZXw3xlqeYdFr5GclNzbkAufWgwWLEPoDi3d9MoRwwIjGw==", + "version": "1.5.158", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.158.tgz", + "integrity": "sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ==", "dev": true, "license": "ISC" }, @@ -16433,9 +16430,9 @@ } }, "node_modules/electron/node_modules/@types/node": { - "version": "22.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", + "version": "22.15.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz", + "integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -16696,9 +16693,9 @@ } }, "node_modules/es-abstract": { - "version": "1.23.9", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", - "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", + "version": "1.23.10", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.10.tgz", + "integrity": "sha512-MtUbM072wlJNyeYAe0mhzrD+M6DIJa96CZAOBBrhDbgKnB4MApIKefcyAB1eOdYn8cUNZgvwBvEzdoAYsxgEIw==", "dev": true, "license": "MIT", "dependencies": { @@ -16706,18 +16703,18 @@ "arraybuffer.prototype.slice": "^1.0.4", "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", - "call-bound": "^1.0.3", + "call-bound": "^1.0.4", "data-view-buffer": "^1.0.2", "data-view-byte-length": "^1.0.2", "data-view-byte-offset": "^1.0.1", "es-define-property": "^1.0.1", "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", + "es-object-atoms": "^1.1.1", "es-set-tostringtag": "^2.1.0", "es-to-primitive": "^1.3.0", "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.0", + "get-intrinsic": "^1.3.0", + "get-proto": "^1.0.1", "get-symbol-description": "^1.1.0", "globalthis": "^1.0.4", "gopd": "^1.2.0", @@ -16733,13 +16730,13 @@ "is-shared-array-buffer": "^1.0.4", "is-string": "^1.1.1", "is-typed-array": "^1.1.15", - "is-weakref": "^1.1.0", + "is-weakref": "^1.1.1", "math-intrinsics": "^1.1.0", - "object-inspect": "^1.13.3", + "object-inspect": "^1.13.4", "object-keys": "^1.1.1", "object.assign": "^4.1.7", "own-keys": "^1.0.1", - "regexp.prototype.flags": "^1.5.3", + "regexp.prototype.flags": "^1.5.4", "safe-array-concat": "^1.1.3", "safe-push-apply": "^1.0.0", "safe-regex-test": "^1.1.0", @@ -16752,7 +16749,7 @@ "typed-array-byte-offset": "^1.0.4", "typed-array-length": "^1.0.7", "unbox-primitive": "^1.1.0", - "which-typed-array": "^1.1.18" + "which-typed-array": "^1.1.19" }, "engines": { "node": ">= 0.4" @@ -20030,9 +20027,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", + "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", "license": "BSD-2-Clause" }, "node_modules/http-deceiver": { @@ -20361,9 +20358,9 @@ } }, "node_modules/immutable": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz", - "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.2.tgz", + "integrity": "sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==", "dev": true, "license": "MIT" }, @@ -21712,9 +21709,9 @@ } }, "node_modules/jest-circus/node_modules/dedent": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.6.0.tgz", + "integrity": "sha512-F1Z+5UCFpmQUzJa11agbyPVMbpgT/qA3/SKyJ1jyBgm7dUcUEa8v9JwDkerSQXfakBwFljIxhOJqGkjUwZ9FSA==", "dev": true, "license": "MIT", "peerDependencies": { @@ -23171,13 +23168,13 @@ "license": "MIT" }, "node_modules/jwa": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz", + "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==", "dev": true, "license": "MIT", "dependencies": { - "buffer-equal-constant-time": "1.0.1", + "buffer-equal-constant-time": "^1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" } @@ -24851,9 +24848,9 @@ } }, "node_modules/node-abi": { - "version": "3.74.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.74.0.tgz", - "integrity": "sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==", + "version": "3.75.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.75.0.tgz", + "integrity": "sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==", "dev": true, "license": "MIT", "dependencies": { @@ -27189,9 +27186,9 @@ } }, "node_modules/pnpm": { - "version": "10.6.3", - "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-10.6.3.tgz", - "integrity": "sha512-u0XjTVCpp26FipWDcwG/tr1tNa6ixdUglPpJekZ8Q/XEQBA84lEengovicPWBxuqwzWPxorG+3XizrPSc2Bl5g==", + "version": "10.11.0", + "resolved": "https://registry.npmjs.org/pnpm/-/pnpm-10.11.0.tgz", + "integrity": "sha512-ZUBYP0HMX2KOs9l3Ps7oAvT575kjzEW2mJD7R5kdSwkpZGlOw6T3OKQgyRijMwYsi5JdMS9C5PDCY+tgNVH5dw==", "license": "MIT", "bin": { "pnpm": "bin/pnpm.cjs", @@ -27230,9 +27227,9 @@ } }, "node_modules/portfinder": { - "version": "1.0.36", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.36.tgz", - "integrity": "sha512-gMKUzCoP+feA7t45moaSx7UniU7PgGN3hA8acAB+3Qn7/js0/lJ07fYZlxt9riE9S3myyxDCyAFzSrLlta0c9g==", + "version": "1.0.37", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.37.tgz", + "integrity": "sha512-yuGIEjDAYnnOex9ddMnKZEMFE0CcGo6zbfzDklkmT1m5z734ss6JMzN9rNB3+RR7iS+F10D4/BVIaXOyh8PQKw==", "dev": true, "license": "MIT", "dependencies": { @@ -28594,50 +28591,50 @@ } }, "node_modules/react-stately": { - "version": "3.37.0", - "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.37.0.tgz", - "integrity": "sha512-fm2LRM3XN5lJD48+WQKWvESx54kAIHw0JztCRHMsFmTDgYWX/VASuXKON7LECv227stSEadrxGa8LhPkcelljw==", - "license": "Apache-2.0", - "dependencies": { - "@react-stately/calendar": "^3.8.0", - "@react-stately/checkbox": "^3.6.13", - "@react-stately/collections": "^3.12.3", - "@react-stately/color": "^3.8.4", - "@react-stately/combobox": "^3.10.4", - "@react-stately/data": "^3.12.3", - "@react-stately/datepicker": "^3.14.0", - "@react-stately/disclosure": "^3.0.3", - "@react-stately/dnd": "^3.5.3", - "@react-stately/form": "^3.1.3", - "@react-stately/list": "^3.12.1", - "@react-stately/menu": "^3.9.3", - "@react-stately/numberfield": "^3.9.11", - "@react-stately/overlays": "^3.6.15", - "@react-stately/radio": "^3.10.12", - "@react-stately/searchfield": "^3.5.11", - "@react-stately/select": "^3.6.12", - "@react-stately/selection": "^3.20.1", - "@react-stately/slider": "^3.6.3", - "@react-stately/table": "^3.14.1", - "@react-stately/tabs": "^3.8.1", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.38.0.tgz", + "integrity": "sha512-zS06DsDhH44z7bsOkMHJ0gnjuLO3UWZ33l7JOgFscrv1qa33IG9fn707sI7GAJdLgDiWXJbeFvXdix2jR1fU1w==", + "license": "Apache-2.0", + "dependencies": { + "@react-stately/calendar": "^3.8.1", + "@react-stately/checkbox": "^3.6.14", + "@react-stately/collections": "^3.12.4", + "@react-stately/color": "^3.8.5", + "@react-stately/combobox": "^3.10.5", + "@react-stately/data": "^3.13.0", + "@react-stately/datepicker": "^3.14.1", + "@react-stately/disclosure": "^3.0.4", + "@react-stately/dnd": "^3.5.4", + "@react-stately/form": "^3.1.4", + "@react-stately/list": "^3.12.2", + "@react-stately/menu": "^3.9.4", + "@react-stately/numberfield": "^3.9.12", + "@react-stately/overlays": "^3.6.16", + "@react-stately/radio": "^3.10.13", + "@react-stately/searchfield": "^3.5.12", + "@react-stately/select": "^3.6.13", + "@react-stately/selection": "^3.20.2", + "@react-stately/slider": "^3.6.4", + "@react-stately/table": "^3.14.2", + "@react-stately/tabs": "^3.8.2", "@react-stately/toast": "^3.1.0", - "@react-stately/toggle": "^3.8.3", - "@react-stately/tooltip": "^3.5.3", - "@react-stately/tree": "^3.8.9", - "@react-types/shared": "^3.29.0" + "@react-stately/toggle": "^3.8.4", + "@react-stately/tooltip": "^3.5.4", + "@react-stately/tree": "^3.8.10", + "@react-types/shared": "^3.29.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.3", - "resolved": "https://registry.npmjs.org/@react-stately/disclosure/-/disclosure-3.0.3.tgz", - "integrity": "sha512-4kB+WDXVcrxCmJ+X6c23wa5Ax5dPSpm6Ef8DktLrLcUfJyfr+SWs5/IfkrYG0sOl3/u5OwyWe1pq3hDpzyDlLA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@react-stately/disclosure/-/disclosure-3.0.4.tgz", + "integrity": "sha512-RE4hYnDYgsd5bi01z/hZHShRGKxW++xCA6PCufxtipc1sxZGUF4Sb1tTSIxOjh1dq5iDVdrAQAS6en0weaGgLA==", "license": "Apache-2.0", "dependencies": { "@react-stately/utils": "^3.10.6", - "@react-types/shared": "^3.29.0", + "@react-types/shared": "^3.29.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { @@ -28645,9 +28642,9 @@ } }, "node_modules/react-stately/node_modules/@react-types/shared": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.0.tgz", - "integrity": "sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.29.1.tgz", + "integrity": "sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -28909,9 +28906,10 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true, "license": "MIT" }, "node_modules/regex-parser": { @@ -31367,16 +31365,16 @@ } }, "node_modules/stylelint-scss": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.1.tgz", - "integrity": "sha512-e4rYo0UY+BIMtGeGanghrvHTjcryxgZbyFxUedp8dLFqC4P70aawNdYjRrQxbnKhu3BNr4+lt5e/53tcKXiwFA==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.12.0.tgz", + "integrity": "sha512-U7CKhi1YNkM1pXUXl/GMUXi8xKdhl4Ayxdyceie1nZ1XNIdaUgMV6OArpooWcDzEggwgYD0HP/xIgVJo9a655w==", "dev": true, "license": "MIT", "dependencies": { "css-tree": "^3.0.1", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.35.0", - "mdn-data": "^2.15.0", + "known-css-properties": "^0.36.0", + "mdn-data": "^2.21.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.6", "postcss-selector-parser": "^7.1.0", @@ -31390,9 +31388,9 @@ } }, "node_modules/stylelint-scss/node_modules/known-css-properties": { - "version": "0.35.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz", - "integrity": "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==", + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.36.0.tgz", + "integrity": "sha512-A+9jP+IUmuQsNdsLdcg6Yt7voiMF/D4K83ew0OpJtpu+l34ef7LaohWV0Rc6KNvzw6ZDizkqfyB5JznZnzuKQA==", "dev": true, "license": "MIT" }, @@ -31921,9 +31919,9 @@ } }, "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", + "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", "dev": true, "license": "MIT", "engines": { @@ -32134,14 +32132,14 @@ "license": "ISC" }, "node_modules/terser": { - "version": "5.39.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz", - "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==", + "version": "5.40.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.40.0.tgz", + "integrity": "sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==", "dev": true, "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", + "acorn": "^8.14.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -32551,9 +32549,9 @@ } }, "node_modules/tree-dump": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz", - "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz", + "integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==", "dev": true, "license": "Apache-2.0", "engines": { @@ -33383,9 +33381,9 @@ } }, "node_modules/use-isomorphic-layout-effect": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.0.tgz", - "integrity": "sha512-q6ayo8DWoPZT0VdG4u3D3uxcgONP3Mevx2i2b0434cwWBoL+aelL1DzkXI6w3PhTZzUeR2kaVlZn70iCiseP6w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz", + "integrity": "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -33766,9 +33764,9 @@ } }, "node_modules/watchpack": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", - "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz", + "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==", "dev": true, "license": "MIT", "dependencies": { @@ -34036,9 +34034,9 @@ } }, "node_modules/webpack-dev-server/node_modules/memfs": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.0.tgz", - "integrity": "sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==", + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.2.tgz", + "integrity": "sha512-NgYhCOWgovOXSzvYgUW0LQ7Qy72rWQMGGFJDoWg4G30RHd3z77VbYdtJ4fembJXBy8pMIUA31XNAupobOQlwdg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -34056,9 +34054,9 @@ } }, "node_modules/webpack-dev-server/node_modules/open": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/open/-/open-10.1.1.tgz", - "integrity": "sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/open/-/open-10.1.2.tgz", + "integrity": "sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==", "dev": true, "license": "MIT", "dependencies": { @@ -34105,9 +34103,9 @@ } }, "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.18.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", - "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", + "version": "8.18.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz", + "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==", "dev": true, "license": "MIT", "engines": { @@ -34154,9 +34152,9 @@ } }, "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.0.tgz", + "integrity": "sha512-77R0RDmJfj9dyv5p3bM5pOHa+X8/ZkO9c7kpDstigkC4nIDobadsfSGCwB4bKhMVxqAok8tajaoR8rirM7+VFQ==", "dev": true, "license": "MIT", "engines": { diff --git a/net-im/signal-desktop/files/patch-app_SystemTrayService.ts b/net-im/signal-desktop/files/patch-app_SystemTrayService.ts new file mode 100644 index 000000000000..527834fd39bc --- /dev/null +++ b/net-im/signal-desktop/files/patch-app_SystemTrayService.ts @@ -0,0 +1,11 @@ +--- app/SystemTrayService.ts.orig 2025-05-23 13:46:10 UTC ++++ app/SystemTrayService.ts +@@ -308,7 +308,7 @@ function getIcon(unreadCount: number) { + + let image: NativeImage; + +- if (platform === 'linux') { ++ if (platform === 'linux' || platform === 'freebsd') { + // Linux: Static tray icons + // Use a single tray icon for Linux, as it does not support scale factors. + // We choose the best icon based on the highest display scale factor. diff --git a/net-im/signal-desktop/files/patch-app_main.ts b/net-im/signal-desktop/files/patch-app_main.ts index abd04e0d996e..80c9aadd0f9c 100644 --- a/net-im/signal-desktop/files/patch-app_main.ts +++ b/net-im/signal-desktop/files/patch-app_main.ts @@ -1,6 +1,15 @@ --- app/main.ts.orig 2023-10-19 19:29:53 UTC +++ app/main.ts -@@ -648,7 +648,7 @@ if (OS.isWindows()) { +@@ -211,7 +211,7 @@ const DISABLE_GPU = + }; + + const DISABLE_GPU = +- OS.isLinux() && !process.argv.some(arg => arg === '--enable-gpu'); ++ (OS.isLinux() || OS.isFreeBSD()) && !process.argv.some(arg => arg === '--enable-gpu'); + + const DISABLE_IPV6 = process.argv.some(arg => arg === '--disable-ipv6'); + const FORCE_ENABLE_CRASH_REPORTS = process.argv.some( +@@ -628,7 +628,7 @@ if (OS.isWindows()) { if (OS.isWindows()) { windowIcon = join(__dirname, '../build/icons/win/icon.ico'); @@ -9,3 +18,20 @@ windowIcon = join(__dirname, '../images/signal-logo-desktop-linux.png'); } else { windowIcon = join(__dirname, '../build/icons/png/512x512.png'); +@@ -1665,6 +1665,7 @@ function getSQLKey(): string { + function getSQLKey(): string { + let update = false; + const isLinux = OS.isLinux(); ++ const isFreeBSD = OS.isFreeBSD(); + const legacyKeyValue = userConfig.get('key'); + const modernKeyValue = userConfig.get('encryptedKey'); + const previousBackend = isLinux +@@ -2618,7 +2619,7 @@ ipc.on('draw-attention', () => { + return; + } + +- if (OS.isWindows() || OS.isLinux()) { ++ if (OS.isWindows() || OS.isLinux() || OS.isFreeBSD()) { + mainWindow.flashFrame(true); + } + }); diff --git a/net-im/signal-desktop/files/patch-package.json b/net-im/signal-desktop/files/patch-package.json index 1b616a09a457..5a7456aacf9a 100644 --- a/net-im/signal-desktop/files/patch-package.json +++ b/net-im/signal-desktop/files/patch-package.json @@ -10,15 +10,15 @@ "dependencies": { "@electron/asar": "3.3.1", "@formatjs/fast-memoize": "2.2.3", -@@ -172,6 +169,7 @@ +@@ -173,6 +170,7 @@ "p-timeout": "4.1.0", "pify": "3.0.0", "pino": "9.5.0", -+ "pnpm": "^10.6.3", ++ "pnpm": "^10.11", "protobufjs": "7.3.2", "proxy-agent": "6.4.0", "qrcode-generator": "1.4.4", -@@ -222,7 +220,6 @@ +@@ -223,7 +221,6 @@ "@indutny/parallel-prettier": "3.0.0", "@indutny/rezip-electron": "2.0.1", "@napi-rs/canvas": "0.1.61", @@ -26,35 +26,26 @@ "@storybook/addon-a11y": "8.4.4", "@storybook/addon-actions": "8.4.4", "@storybook/addon-controls": "8.4.4", -@@ -293,7 +290,7 @@ - "danger": "12.3.3", - "debug": "4.3.7", - "electron": "35.1.4", -- "electron-builder": "26.0.10", -+ "electron-builder": "26.0.12", - "electron-mocha": "13.0.1", - "endanger": "7.0.4", - "enquirer": "2.4.1", @@ -360,7 +357,6 @@ + "@types/backbone@1.4.22": "patches/@types+backbone+1.4.22.patch", "casual@1.6.2": "patches/casual+1.6.2.patch", "protobufjs@7.3.2": "patches/protobufjs+7.3.2.patch", - "@types/express@4.17.21": "patches/@types+express+4.17.21.patch", -- "dmg-builder@26.0.10": "patches/dmg-builder@26.0.10.patch", +- "@types/express@4.17.21": "patches/@types+express+4.17.21.patch", "protobufjs-cli@1.1.1": "patches/protobufjs-cli+1.1.1.patch", "@types/fabric@4.5.3": "patches/@types+fabric+4.5.3.patch", "qrcode-generator@1.4.4": "patches/qrcode-generator+1.4.4.patch", -@@ -377,7 +373,9 @@ - "node-fetch@2.6.7": "patches/node-fetch+2.6.7.patch", +@@ -378,7 +374,9 @@ "zod@3.23.8": "patches/zod+3.23.8.patch", "@electron/rebuild": "patches/@electron__rebuild.patch", -- "app-builder-lib": "patches/app-builder-lib.patch" -+ "app-builder-lib": "patches/app-builder-lib.patch", + "app-builder-lib": "patches/app-builder-lib.patch", +- "dmg-builder": "patches/dmg-builder.patch" ++ "dmg-builder": "patches/dmg-builder.patch", + "electron-builder": "patches/electron-builder.patch", + "@signalapp/ringrtc": "patches/signalapp-ringrtc.patch" }, "onlyBuiltDependencies": [ "@indutny/mac-screen-share", -@@ -390,7 +388,6 @@ +@@ -391,7 +389,6 @@ "bufferutil", "electron", "esbuild", @@ -62,7 +53,7 @@ "utf-8-validate" ], "ignoredBuiltDependencies": [ -@@ -401,7 +398,7 @@ +@@ -402,7 +399,7 @@ ] }, "engines": { @@ -71,7 +62,7 @@ }, "build": { "appId": "org.whispersystems.signal-desktop", -@@ -478,20 +475,6 @@ +@@ -479,20 +476,6 @@ "asarUnpack": [ "build/icons/win/icon.ico" ] diff --git a/net-im/signal-desktop/files/patch-scripts_generate-acknowledgments.js b/net-im/signal-desktop/files/patch-scripts_generate-acknowledgments.js index 4fd59ded6834..6fbee495a2e3 100644 --- a/net-im/signal-desktop/files/patch-scripts_generate-acknowledgments.js +++ b/net-im/signal-desktop/files/patch-scripts_generate-acknowledgments.js @@ -1,5 +1,5 @@ ---- scripts/generate-acknowledgments.js.orig 2025-03-14 15:18:53.052844000 +0100 -+++ scripts/generate-acknowledgments.js 2025-03-14 15:19:06.022142000 +0100 +--- scripts/generate-acknowledgments.js.orig 2025-03-14 15:18:53 UTC ++++ scripts/generate-acknowledgments.js @@ -106,11 +106,6 @@ async function main() { } diff --git a/net-im/signal-desktop/files/patch-services_notifications.ts b/net-im/signal-desktop/files/patch-services_notifications.ts new file mode 100644 index 000000000000..7810b19c6e8c --- /dev/null +++ b/net-im/signal-desktop/files/patch-services_notifications.ts @@ -0,0 +1,11 @@ +--- ts/services/notifications.ts.orig 2025-05-23 12:14:12 UTC ++++ ts/services/notifications.ts +@@ -196,7 +196,7 @@ class NotificationService extends EventEmitter { + this.#lastNotification?.close(); + + const notification = new window.Notification(title, { +- body: OS.isLinux() ? filterNotificationText(message) : message, ++ body: (OS.isLinux() || OS.isFreeBSD()) ? filterNotificationText(message) : message, + icon: iconUrl, + silent: true, + tag: messageId, diff --git a/net-im/signal-desktop/files/patch-ts_components_fun_isFunPickerEnabled.tsx b/net-im/signal-desktop/files/patch-ts_components_fun_isFunPickerEnabled.tsx new file mode 100644 index 000000000000..b231808cdce5 --- /dev/null +++ b/net-im/signal-desktop/files/patch-ts_components_fun_isFunPickerEnabled.tsx @@ -0,0 +1,9 @@ +--- ts/components/fun/isFunPickerEnabled.tsx.orig 2025-05-26 15:01:58 UTC ++++ ts/components/fun/isFunPickerEnabled.tsx +@@ -3,5 +3,5 @@ export function isFunPickerEnabled(): boolean { + import * as RemoteConfig from '../../RemoteConfig'; + + export function isFunPickerEnabled(): boolean { +- return RemoteConfig.isEnabled('desktop.funPicker'); ++ return RemoteConfig.isEnabled('desktop.funPicker.prod'); + } diff --git a/net-im/signal-desktop/files/patch-ts_scripts_generate-preload-cache.ts b/net-im/signal-desktop/files/patch-ts_scripts_generate-preload-cache.ts new file mode 100644 index 000000000000..6fb6ea2c4f09 --- /dev/null +++ b/net-im/signal-desktop/files/patch-ts_scripts_generate-preload-cache.ts @@ -0,0 +1,11 @@ +--- ts/scripts/generate-preload-cache.ts.orig 2025-05-23 12:11:57 UTC ++++ ts/scripts/generate-preload-cache.ts +@@ -19,7 +19,7 @@ async function main(): Promise<void> { + const storagePath = await mkdtemp(join(tmpdir(), 'signal-preload-cache-')); + + const argv = [`--js-flags=${V8_ARGS.join(' ')}`]; +- if (process.platform === 'linux') { ++ if (process.platform === 'linux' || process.platform === 'freebsd') { + argv.push('--no-sandbox'); + } + argv.push('ci.js'); diff --git a/net-im/signal-desktop/files/patch-ts_util_getNotificationTextForMessage.ts b/net-im/signal-desktop/files/patch-ts_util_getNotificationTextForMessage.ts new file mode 100644 index 000000000000..db8196abeaba --- /dev/null +++ b/net-im/signal-desktop/files/patch-ts_util_getNotificationTextForMessage.ts @@ -0,0 +1,20 @@ +--- ts/util/getNotificationTextForMessage.ts.orig 2025-05-23 12:11:17 UTC ++++ ts/util/getNotificationTextForMessage.ts +@@ -56,7 +56,7 @@ export function getNotificationTextForMessage( + }); + } + +- if (!window.Signal.OS.isLinux()) { ++ if (!(window.Signal.OS.isLinux() || window.Signal.OS.isFreeBSD())) { + return attributes.storyReaction.emoji; + } + +@@ -73,7 +73,7 @@ export function getNotificationTextForMessage( + + // Linux emoji support is mixed, so we disable it. (Note that this doesn't touch + // the `text`, which can contain emoji.) +- const shouldIncludeEmoji = Boolean(emoji) && !window.Signal.OS.isLinux(); ++ const shouldIncludeEmoji = Boolean(emoji) && (!(window.Signal.OS.isLinux() || window.Signal.OS.isFreeBSD())) + if (shouldIncludeEmoji) { + return window.i18n('icu:message--getNotificationText--text-with-emoji', { + text: result.body, diff --git a/net-im/signal-desktop/files/patch-ts_util_os_osMain.ts b/net-im/signal-desktop/files/patch-ts_util_os_osMain.ts new file mode 100644 index 000000000000..be0e21fe6656 --- /dev/null +++ b/net-im/signal-desktop/files/patch-ts_util_os_osMain.ts @@ -0,0 +1,20 @@ +--- ts/util/os/osMain.ts.orig 2025-05-23 14:04:11 UTC ++++ ts/util/os/osMain.ts +@@ -6,7 +6,7 @@ function getLinuxName(): string | undefined { + import { getOSFunctions } from './shared'; + + function getLinuxName(): string | undefined { +- if (os.platform() !== 'linux') { ++ if (os.platform() !== 'freebsd') { + return undefined; + } + +@@ -24,7 +24,7 @@ function isLinuxUsingKDE(): boolean { + } + + function isLinuxUsingKDE(): boolean { +- return os.platform() === 'linux' && process.env.XDG_CURRENT_DESKTOP === 'KDE'; ++ return os.platform() === 'freebsd' && process.env.XDG_CURRENT_DESKTOP === 'KDE'; + } + + const OS = { diff --git a/net-im/signal-desktop/files/patch-ts_util_os_shared.ts b/net-im/signal-desktop/files/patch-ts_util_os_shared.ts index 01fb523e2d3a..c40c8bb7e9b1 100644 --- a/net-im/signal-desktop/files/patch-ts_util_os_shared.ts +++ b/net-im/signal-desktop/files/patch-ts_util_os_shared.ts @@ -1,14 +1,22 @@ --- ts/util/os/shared.ts.orig 2023-10-19 19:29:53 UTC +++ ts/util/os/shared.ts -@@ -32,6 +32,7 @@ export function getOSFunctions(osRelease: string): OST +@@ -23,6 +23,7 @@ export type OSType = { + getClassName: () => string; + getName: () => string; + isLinux: (minVersion?: string) => boolean; ++ isFreeBSD: (minVersion?: string) => boolean; + isMacOS: (minVersion?: string) => boolean; + isWindows: (minVersion?: string) => boolean; + }; +@@ -31,6 +32,7 @@ export function getOSFunctions(osRelease: string): OST const isMacOS = createIsPlatform('darwin', osRelease); const isLinux = createIsPlatform('linux', osRelease); const isWindows = createIsPlatform('win32', osRelease); + const isFreeBSD = createIsPlatform('freebsd', osRelease); - // Windows 10 and above - const hasCustomTitleBar = (): boolean => -@@ -44,6 +45,9 @@ export function getOSFunctions(osRelease: string): OST + const getName = (): string => { + if (isMacOS()) { +@@ -39,6 +41,9 @@ export function getOSFunctions(osRelease: string): OST if (isWindows()) { return 'Windows'; } @@ -18,7 +26,7 @@ return 'Linux'; }; -@@ -54,6 +58,9 @@ export function getOSFunctions(osRelease: string): OST +@@ -49,6 +54,9 @@ export function getOSFunctions(osRelease: string): OST if (isWindows()) { return 'os-windows'; } @@ -28,7 +36,7 @@ return 'os-linux'; }; -@@ -64,5 +71,6 @@ export function getOSFunctions(osRelease: string): OST +@@ -58,5 +66,6 @@ export function getOSFunctions(osRelease: string): OST isLinux, isMacOS, isWindows, diff --git a/net-im/signal-desktop/files/pnpm-lock.yaml b/net-im/signal-desktop/files/pnpm-lock.yaml index 4729b99ebc31..19c7a086beca 100644 --- a/net-im/signal-desktop/files/pnpm-lock.yaml +++ b/net-im/signal-desktop/files/pnpm-lock.yaml @@ -24,9 +24,6 @@ patchedDependencies: '@types/backbone@1.4.22': hash: 9dace206a9f53e0e3b0203051b26aec1e92ad49744b156ad8076946356c6c8e7 path: patches/@types+backbone+1.4.22.patch - '@types/express@4.17.21': - hash: 85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae - path: patches/@types+express+4.17.21.patch '@types/fabric@4.5.3': hash: e5f339ecf72fbab1c91505e7713e127a7184bfe8164aa3a9afe9bf45a0ad6b89 path: patches/@types+fabric+4.5.3.patch @@ -40,7 +37,7 @@ patchedDependencies: hash: e8a96f71e52bf903c9f1eadba4740489a0beb48da33db52354adca484fe1f495 path: patches/@vitest+expect+2.0.5.patch app-builder-lib: - hash: 02f7a0b289e0e32e4a589f2db221809f13bb6facd20edeeeb613de1718848e32 + hash: e32305da30fb126846cea8d7fc5a3c0085bfaadbe18fb707455d4713e0c5fe76 path: patches/app-builder-lib.patch backbone@1.6.0: hash: 342b4b6012f8aecfa041554256444cb25af75bc933cf2ab1e91c4f66a8e47a31 @@ -48,6 +45,9 @@ patchedDependencies: casual@1.6.2: hash: b88b5052437cbdc1882137778b76ca5037f71b2a030ae9ef39dc97f51670d599 path: patches/casual+1.6.2.patch + dmg-builder: + hash: cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2 + path: patches/dmg-builder.patch electron-builder: hash: 4efee114d8c7e2a77c68ff826373a94a9678edfde006eeec4eccb386c32dae15 path: patches/electron-builder.patch @@ -135,20 +135,23 @@ importers: specifier: 3.27.0 version: 3.27.0(react@17.0.2) '@signalapp/libsignal-client': - specifier: 0.68.0 - version: 0.68.0 + specifier: 0.70.0 + version: 0.70.0 '@signalapp/quill-cjs': specifier: 2.1.2 version: 2.1.2 '@signalapp/ringrtc': - specifier: 2.50.5 - version: 2.50.5(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf) + specifier: 2.51.0 + version: 2.51.0(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf) '@signalapp/sqlcipher': - specifier: 2.0.0 - version: 2.0.0 + specifier: 2.0.1 + version: 2.0.1 '@tanstack/react-virtual': specifier: 3.11.2 version: 3.11.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@types/dom-mediacapture-transform': + specifier: 0.1.11 + version: 0.1.11 '@types/fabric': specifier: 4.5.3 version: 4.5.3(patch_hash=e5f339ecf72fbab1c91505e7713e127a7184bfe8164aa3a9afe9bf45a0ad6b89) @@ -294,8 +297,8 @@ importers: specifier: 9.5.0 version: 9.5.0 pnpm: - specifier: ^10.6.3 - version: 10.9.0 + specifier: '10.11' + version: 10.11.0 protobufjs: specifier: 7.3.2 version: 7.3.2(patch_hash=0ae0fcb7c2b673e67231536164cc4841642d16c8a26578de4d43637e2a6f1774) @@ -479,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@17.0.2(react@17.0.2))(react@17.0.2)(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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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.11.22(@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.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) '@storybook/types': specifier: 8.1.11 version: 8.1.11 @@ -649,8 +652,8 @@ importers: specifier: 4.3.7 version: 4.3.7(supports-color@8.1.1) electron: - specifier: 35.1.4 - version: 35.1.4 + specifier: 35.2.0 + version: 35.2.0 electron-builder: specifier: 26.0.12 version: 26.0.12(patch_hash=4efee114d8c7e2a77c68ff826373a94a9678edfde006eeec4eccb386c32dae15)(electron-builder-squirrel-windows@26.0.12) @@ -782,10 +785,10 @@ importers: version: 3.3.2 terser-webpack-plugin: specifier: 5.3.10 - version: 5.3.10(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + version: 5.3.10(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) + version: 10.9.2(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) typescript: specifier: 5.6.3 version: 5.6.3 @@ -794,7 +797,7 @@ importers: version: 8.0.1(debug@4.3.7) webpack: specifier: 5.96.1 - version: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + version: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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) @@ -807,39 +810,39 @@ packages: 7zip-bin@5.2.0: resolution: {integrity: sha512-ukTPVhqG4jNzMro2qA9HSCSSVJN3aN7tlb+hfqYCt3ER0yWroeA2VR38MNrOHLQ/cVj+DaIMad0kFCtWWowh/A==} - '@adobe/css-tools@4.4.2': - resolution: {integrity: sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==} + '@adobe/css-tools@4.4.3': + resolution: {integrity: sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@babel/code-frame@7.26.2': - resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + '@babel/code-frame@7.27.1': + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.8': - resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} + '@babel/compat-data@7.27.3': + resolution: {integrity: sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==} engines: {node: '>=6.9.0'} '@babel/core@7.26.0': resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.27.0': - resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} + '@babel/generator@7.27.3': + resolution: {integrity: sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} + '@babel/helper-annotate-as-pure@7.27.3': + resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.27.0': - resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==} + '@babel/helper-compilation-targets@7.27.2': + resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.27.0': - resolution: {integrity: sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==} + '@babel/helper-create-class-features-plugin@7.27.1': + resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -849,56 +852,56 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - '@babel/helper-member-expression-to-functions@7.25.9': - resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} + '@babel/helper-member-expression-to-functions@7.27.1': + resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.25.9': - resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} + '@babel/helper-module-imports@7.27.1': + resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.26.0': - resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} + '@babel/helper-module-transforms@7.27.3': + resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.25.9': - resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} + '@babel/helper-optimise-call-expression@7.27.1': + resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.26.5': - resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-replace-supers@7.26.5': - resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==} + '@babel/helper-replace-supers@7.27.1': + resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': - resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==} + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.25.9': - resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.9': - resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + '@babel/helper-validator-identifier@7.27.1': + resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.25.9': - resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.27.0': - resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} + '@babel/helpers@7.27.3': + resolution: {integrity: sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==} engines: {node: '>=6.9.0'} - '@babel/parser@7.27.0': - resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} + '@babel/parser@7.27.3': + resolution: {integrity: sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==} engines: {node: '>=6.0.0'} hasBin: true @@ -944,8 +947,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.26.0': - resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} + '@babel/plugin-syntax-import-attributes@7.27.1': + resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -960,8 +963,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.25.9': - resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} + '@babel/plugin-syntax-jsx@7.27.1': + resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1008,38 +1011,38 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.25.9': - resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} + '@babel/plugin-syntax-typescript@7.27.1': + resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.26.3': - resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==} + '@babel/plugin-transform-modules-commonjs@7.27.1': + resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-display-name@7.25.9': - resolution: {integrity: sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==} + '@babel/plugin-transform-react-display-name@7.27.1': + resolution: {integrity: sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-development@7.25.9': - resolution: {integrity: sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==} + '@babel/plugin-transform-react-jsx-development@7.27.1': + resolution: {integrity: sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx@7.25.9': - resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==} + '@babel/plugin-transform-react-jsx@7.27.1': + resolution: {integrity: sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-pure-annotations@7.25.9': - resolution: {integrity: sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==} + '@babel/plugin-transform-react-pure-annotations@7.27.1': + resolution: {integrity: sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1068,20 +1071,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/runtime@7.27.0': - resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==} + '@babel/runtime@7.27.3': + resolution: {integrity: sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==} engines: {node: '>=6.9.0'} - '@babel/template@7.27.0': - resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} + '@babel/template@7.27.2': + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.0': - resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} + '@babel/traverse@7.27.3': + resolution: {integrity: sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.0': - resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} + '@babel/types@7.27.3': + resolution: {integrity: sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -1091,14 +1094,14 @@ packages: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} - '@csstools/css-parser-algorithms@3.0.4': - resolution: {integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==} + '@csstools/css-parser-algorithms@3.0.5': + resolution: {integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==} engines: {node: '>=18'} peerDependencies: - '@csstools/css-tokenizer': ^3.0.3 + '@csstools/css-tokenizer': ^3.0.4 - '@csstools/css-tokenizer@3.0.3': - resolution: {integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==} + '@csstools/css-tokenizer@3.0.4': + resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==} engines: {node: '>=18'} '@csstools/media-query-list-parser@3.0.1': @@ -1179,8 +1182,8 @@ packages: resolution: {integrity: sha512-fKpv9kg4SPmt+hY7SVBnIYULE9QJl8L3sCfcBsnqbJwwBwAeTLokJ9TRt9y7bK0JAzIW2y78TVVjvnQEms/yyA==} engines: {node: '>=16.4'} - '@electron/windows-sign@1.2.1': - resolution: {integrity: sha512-YfASnrhJ+ve6Q43ZiDwmpBgYgi2u0bYjeAVi2tDfN7YWAKO8X9EEOuPGtqbJpPLM6TfAHimghICjWe2eaJ8BAg==} + '@electron/windows-sign@1.2.2': + resolution: {integrity: sha512-dfZeox66AvdPtb2lD8OsIIQh12Tp0GNCRUDfBHIKGpbmopZto2/A8nSpYYLoedPIHpqkeblZ/k8OV0Gy7PYuyQ==} engines: {node: '>=14.14'} hasBin: true @@ -1334,8 +1337,8 @@ packages: cpu: [x64] os: [win32] - '@eslint-community/eslint-utils@4.6.1': - resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==} + '@eslint-community/eslint-utils@4.7.0': + resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 @@ -1486,14 +1489,14 @@ packages: '@indutny/yazl@2.7.0': resolution: {integrity: sha512-6igFZsYj7BVSTIJ8qhWvsPp0adMY62IJe4xHwQTpoMvbFlalRdpYXsL9wDaAiwt76CtyPlcT7SBNBEKkDbcQyg==} - '@internationalized/date@3.8.0': - resolution: {integrity: sha512-J51AJ0fEL68hE4CwGPa6E0PO6JDaVLd8aln48xFCSy7CZkZc96dGEGmLs2OEEbBxcsVZtfrqkXJwI2/MSG8yKw==} + '@internationalized/date@3.8.1': + resolution: {integrity: sha512-PgVE6B6eIZtzf9Gu5HvJxRK3ufUFz9DhspELuhW/N0GuMGMTLvPQNRkHP2hTuP9lblOk+f+1xi96sPiPXANXAA==} '@internationalized/message@3.1.7': resolution: {integrity: sha512-gLQlhEW4iO7DEFPf/U7IrIdA3UyLGS0opeqouaFwlMObLUzwexRjbygONHDVbC9G9oFLXsLyGKYkJwqXw/QADg==} - '@internationalized/number@3.6.1': - resolution: {integrity: sha512-UVsb4bCwbL944E0SX50CHFtWEeZ2uB5VozZ5yDXJdq6iPZsZO5p+bjVMZh2GxHf4Bs/7xtDCcPwEa2NU9DaG/g==} + '@internationalized/number@3.6.2': + resolution: {integrity: sha512-E5QTOlMg9wo5OrKdHD6edo1JJlIoOsylh0+mbf0evi1tHJwMZfJSaBpGtnJV9N7w3jeiioox9EG/EWRWPh82vg==} '@internationalized/string@3.2.6': resolution: {integrity: sha512-LR2lnM4urJta5/wYJVV7m8qk5DrMZmLRTuFhbQO5b9/sKLHgty6unQy1Li4+Su2DWydmB4aZdS5uxBRXIq2aAw==} @@ -1624,8 +1627,8 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/util@1.5.0': - resolution: {integrity: sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==} + '@jsonjoy.com/util@1.6.0': + resolution: {integrity: sha512-sw/RMbehRhN68WRtcKCpQOPfnH6lLP4GJfqzi3iYej8tnzpZUDr6UkZYJjcjjC0FWEJOJbyM3PTIwxucUmDG2A==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -1917,26 +1920,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.23': - resolution: {integrity: sha512-4uLxuAgPfXds8sBc/Cg0ml7LKWzK+YTwHL7xclhQUkPO32rzlHDl+BJ5cyWhvZgGUf8JJXbXhD5VlJJzbbl8Xg==} + '@react-aria/breadcrumbs@3.5.24': + resolution: {integrity: sha512-CRheGyyM8afPJvDHLXn/mmGG/WAr/z2LReK3DlPdxVKcsOn7g3NIRxAcAIAJQlDLdOiu1SXHiZe6uu2jPhHrxA==} 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.13.0': - resolution: {integrity: sha512-BEcTQb7Q8ZrAtn0scPDv/ErZoGC1FI0sLk0UTPGskuh/RV9ZZGFbuSWTqOwV8w5CS6VMvPjH6vaE8hS7sb5DIw==} + '@react-aria/button@3.13.1': + resolution: {integrity: sha512-E49qcbBRgofXYfWbli50bepWVNtQBq7qewL9XsX7nHkwPPUe1IRwJOnWZqYMgwwhUBOXfnsR6/TssiXqZsrJdw==} 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.8.0': - resolution: {integrity: sha512-9vms/fWjJPZkJcMxciwWWOjGy/Q0nqI6FV0pYbMZbqepkzglEaVd98kl506r/4hLhWKwLdTfqCgbntRecj8jBg==} + '@react-aria/calendar@3.8.1': + resolution: {integrity: sha512-S931yi8jJ6CgUQJk+h/PEl+V0n1dUYr9n6nKXmZeU3940to4DauqwvmD9sg67hFHJ0QGroHT/s29yIfa5MfQcg==} 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.15.4': - resolution: {integrity: sha512-ZkDJFs2EfMBXVIpBSo4ouB+NXyr2LRgZNp2x8/v+7n3aTmMU8j2PzT+Ra2geTQbC0glMP7UrSg4qZblqrxEBcQ==} + '@react-aria/checkbox@3.15.5': + resolution: {integrity: sha512-b9c76DBSYTdacSogbsvjkdZomTo5yhBNMmR5ufO544HQ718Ry8q8JmVbtmF/+dkZN7KGnBQCltzGLzXH0Vc0Zg==} 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 @@ -1947,26 +1950,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.0.6': - resolution: {integrity: sha512-ik4Db9hrN1yIT0CQMB888ktBmrwA/kNhkfiDACtoUHv8Ev+YEpmagnmih9vMyW2vcnozYJpnn/aCMl59J5uMew==} + '@react-aria/color@3.0.7': + resolution: {integrity: sha512-3DcYxEWBrcuHSBq0OqCs6GySuy6eOue8/ngC31j/8aMXR+O4mGpXi0wo3rSQGFmGq/4Ri986cI2iGwZOkzpMHg==} 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.12.2': - resolution: {integrity: sha512-EgddiF8VnAjB4EynJERPn4IoDMUabI8GiKOQZ6Ar3MlRWxQnUfxPpZwXs8qWR3dPCzYUt2PhBinhBMjyR1yRIw==} + '@react-aria/combobox@3.12.3': + resolution: {integrity: sha512-nCLFSQjOR3r3tB1AURtZKSZhi2euBMw0QxsIjnMVF73BQOfwfHMrIFctNULbL070gEnXofzeBd3ykJQpnsGH+Q==} 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.14.2': - resolution: {integrity: sha512-O7fdzcqIJ7i/+8SGYvx4tloTZgK4Ws8OChdbFcd2rZoRPqxM50M6J+Ota8hTet2wIhojUXnM3x2na3EvoucBXA==} + '@react-aria/datepicker@3.14.3': + resolution: {integrity: sha512-gDc+bM0EaY3BuIW8IJu/ARJV78bRpOaHp+B08EW4N2qJvc7Bs+EmGLnxMrB6Ny+YxNxsYdQRA/FqiytVYOEk8w==} 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.24': - resolution: {integrity: sha512-tw0WH89gVpHMI5KUQhuzRE+IYCc9clRfDvCppuXNueKDrZmrQKbeoU6d0b5WYRsBur2+d7ErtvpLzHVqE1HzfA==} + '@react-aria/dialog@3.5.25': + resolution: {integrity: sha512-hVP/TvjUnPgckg4qibc/TDH54O+BzW95hxApxBw1INyViRm95PxdCQDqBdQ/ZW7Gv6J2aUBCGihX7kINPf70ow==} 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 @@ -1977,8 +1980,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.9.2': - resolution: {integrity: sha512-pPYygmJTjSPV2K/r48TvF75WuddG8d8nlIxAXSW22++WKqZ0z+eun6gDUXoKeB2rgY7sVfLqpRdnPV52AnBX+Q==} + '@react-aria/dnd@3.9.3': + resolution: {integrity: sha512-Sjb+UQxG58/paOZXsVKiqLautV4FyILr3tLxMG4Q04QOUzatqlz91APt7RsVMdizk6bVB7Lg74AEypHbXVzhDQ==} 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 @@ -1989,32 +1992,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.20.2': - resolution: {integrity: sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==} + '@react-aria/focus@3.20.3': + resolution: {integrity: sha512-rR5uZUMSY4xLHmpK/I8bP1V6vUNHFo33gTvrvNUsAKKqvMfa7R2nu5A6v97dr5g6tVH6xzpdkPsOJCWh90H2cw==} 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.0.15': - resolution: {integrity: sha512-kk8AnLz+EOgnn3sTaXYmtw+YzVDc1of/+xAkuOupQi6zQFnNRjc99JlDbKHoUZ39urMl+8lsp/1b9VPPhNrBNw==} + '@react-aria/form@3.0.16': + resolution: {integrity: sha512-N1bDsJfmnyDesayK0Ii6UPH6JWiF6Wz8WSveQ2y5004XHoIWn5LpWmOqnRedvyw4Yedw33schlvrY7ENEwMdpg==} 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.13.0': - resolution: {integrity: sha512-RcuJYA4fyJ83MH3SunU+P5BGkx3LJdQ6kxwqwWGIuI9eUKc7uVbqvN9WN3fI+L0QfxqBFmh7ffRxIdQn7puuzw==} + '@react-aria/grid@3.14.0': + resolution: {integrity: sha512-/tJB7xnSruORJ8tlFHja4SfL8/EW5v4cBLiyD5z48m7IdG33jXR8Cv4Pi5uQqs8zKdnpqZ1wDG3GQxNDwZavpg==} 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.12.0': - resolution: {integrity: sha512-KSpnSBYQ7ozGQNaRR2NGq7Fl2zIv5w9KNyO9V/IE2mxUNfX6fwqUPoANFcy9ySosksE7pPnFtuYIB+TQtUjYqQ==} + '@react-aria/gridlist@3.13.0': + resolution: {integrity: sha512-RHURMo063qbbA8WXCJxGL+5xmSx6yW7Z/V2jycrVcZFOYqj2EgU953aVjpaT/FSyH8/AEioU9oE64YmiEfWUUA==} 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.8': - resolution: {integrity: sha512-V/Nau9WuwTwxfFffQL4URyKyY2HhRlu9zmzkF2Hw/j5KmEQemD+9jfaLueG2CJu85lYL06JrZXUdnhZgKnqMkA==} + '@react-aria/i18n@3.12.9': + resolution: {integrity: sha512-Fim0FLfY05kcpIILdOtqcw58c3sksvmVY8kICSwKCuSek4wYfwJdU28p/sRptw4adJhqN8Cbssvkf/J8zL2GgA==} 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 @@ -2025,26 +2028,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.0': - resolution: {integrity: sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==} + '@react-aria/interactions@3.25.1': + resolution: {integrity: sha512-ntLrlgqkmZupbbjekz3fE/n3eQH2vhncx8gUp0+N+GttKWevx7jos11JUBjnJwb1RSOPgRUFcrluOqBp0VgcfQ==} 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.17': - resolution: {integrity: sha512-Fz7IC2LQT2Y/sAoV+gFEXoULtkznzmK2MmeTv5shTNjeTxzB1BhQbD4wyCypi7eGsnD/9Zy+8viULCsIUbvjWw==} + '@react-aria/label@3.7.18': + resolution: {integrity: sha512-Ht9D+xkI2Aysn+JNiHE+UZT4FUOGPF7Lfrmp7xdJCA/tEqqF3xW/pAh+UCNOnnWmH8jTYnUg3bCp4G6GQUxKCQ==} 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.0': - resolution: {integrity: sha512-gpDD6t3FqtFR9QjSIKNpmSR3tS4JG2anVKx2wixuRDHO6Ddexxv4SBzsE1+230p+FlFGjftFa2lEgQ7RNjZrmA==} + '@react-aria/link@3.8.1': + resolution: {integrity: sha512-ujq7+XIP7OXHu7m2NObvHsl41B/oIBAYI0D+hsxEQo3+x6Q/OUxp9EX2sX4d7TBWvchFmhr6jJdER0QMmeSO/A==} 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.3': - resolution: {integrity: sha512-wzelam1KENUvKjsTq8gfrOW2/iab8SyIaSXfFvGmWW82XlDTlW+oQeA39tvOZktMVGspr+xp8FySY09rtz6UXw==} + '@react-aria/listbox@3.14.4': + resolution: {integrity: sha512-bW3D7KcnQIF77F3zDRMIGQ6e5e1wHTNUtbKJLE423u1Dhc7K2x0pksir0gLGwElhiBW544lY1jv3kFLOeKa6ng==} 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 @@ -2052,74 +2055,74 @@ packages: '@react-aria/live-announcer@3.4.2': resolution: {integrity: sha512-6+yNF9ZrZ4YJ60Oxy2gKI4/xy6WUv1iePDCFJkgpNVuOEYi8W8czff8ctXu/RPB25OJx5v2sCw9VirRogTo2zA==} - '@react-aria/menu@3.18.2': - resolution: {integrity: sha512-90k+Ke1bhFWhR2zuRI6OwKWQrCpOD99n+9jhG96JZJZlNo5lB+5kS+ufG1LRv5GBnCug0ciLQmPMAfguVsCjEQ==} + '@react-aria/menu@3.18.3': + resolution: {integrity: sha512-D0C4CM/QaxhCo2pLWNP+nfgnAeaSZWOdPMo9pnH/toRsoeTbnD6xO1hLhYsOx5ge+hrzjQvthjUrsjPB1AM/BQ==} 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.22': - resolution: {integrity: sha512-A/30vrtJO0xqctS/ngE1Lp/w3Aq3MPcpdRHU5E06EUYotzRzHFE9sNmezWslkZ3NfYwA/mxLvgmrsOJSR0Hx6A==} + '@react-aria/meter@3.4.23': + resolution: {integrity: sha512-FgmB/+cTE/sz+wTpTSmj9hFXw4nzfMUJGvXIePnF6f5Gx6J/U7aLEvNk7sXCp76apOu8k7ccma1nCsEvj74x7w==} 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.11.13': - resolution: {integrity: sha512-F73BVdIRV8VvKl0omhGaf0E7mdJ7pdPjDP3wYNf410t55BXPxmndItUKpGfxSbl8k6ZYLvQyOqkD6oWSfZXpZw==} + '@react-aria/numberfield@3.11.14': + resolution: {integrity: sha512-UvhPlRwVmbNEBBqfgL41P10H1jL4C7P2hWqsVw72tZQJl5k5ujeOzRWk8mkmg+D4FCZvv4iSPJhmyEP8HkgsWg==} 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.27.0': - resolution: {integrity: sha512-2vZVgL7FrloN5Rh8sAhadGADJbuWg69DdSJB3fd2/h5VvcEhnIfNPu9Ma5XmdkApDoTboIEsKZ4QLYwRl98w6w==} + '@react-aria/overlays@3.27.1': + resolution: {integrity: sha512-wepzwNLkgem6kVlLm6yk7zNIMAt0KPy8vAWlxdfpXWD/hBI30ULl71gL/BxRa5EYG1GMvlOwNti3whzy9lm3eQ==} 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.22': - resolution: {integrity: sha512-wK2hath4C9HKgmjCH+iSrAs86sUKqqsYKbEKk9/Rj9rzXqHyaEK9EG0YZDnSjd8kX+N9hYcs5MfJl6AZMH4juQ==} + '@react-aria/progress@3.4.23': + resolution: {integrity: sha512-uSQBVY64k+CCey82U67KyWnjAfuuHF0fG6y76kIB8GHI8tGfd1NkXo4ioaxiY0SS+BYGqwqJYYMUzQMpOBTN1A==} 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.11.2': - resolution: {integrity: sha512-6AFJHXMewJBgHNhqkN1qjgwwx6kmagwYD+3Z+hNK1UHTsKe1Uud5/IF7gPFCqlZeKxA+Lvn9gWiqJrQbtD2+wg==} + '@react-aria/radio@3.11.3': + resolution: {integrity: sha512-o10G8RUuHnAGZYzkc5PQw7mj4LMZqmGkoihDeHF2NDa9h44Ce5oeCPwRvCKYbumZDOyDY15ZIZhTUzjHt2w6fA==} 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.3': - resolution: {integrity: sha512-t1DW3nUkPHyZhFhUbT+TdhvI8yZYvUPCuwl0FyraMRCQ4+ww5Ieu4n8JB9IGYmIUB/GWEbZlDHplu4s3efmliA==} + '@react-aria/searchfield@3.8.4': + resolution: {integrity: sha512-WnAvU9ct8+Asb8FFhGw6bggBmRaPe9qZPgYacenmRItwN+7UVTwEBVB9umO2bN3PLGm3CKgop10znd6ATiAbJA==} 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.15.4': - resolution: {integrity: sha512-CipqXgdOfWsiHw/chfqd8t9IQpvehP+3uKLJx3ic4Uyj+FT/SxVmmjX0gyvVbZd00ltFCMJYO2xYKQUlbW2AtQ==} + '@react-aria/select@3.15.5': + resolution: {integrity: sha512-2v8QmcPsZzlOjc/zsLbMcKeMKZoa+FZboxfjq4koUXtuaLhgopENChkfPLaXEGxqsejANs4dAoqiOiwwrGAaLQ==} 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.24.0': - resolution: {integrity: sha512-RfGXVc04zz41NVIW89/a3quURZ4LT/GJLkiajQK2VjhisidPdrAWkcfjjWJj0n+tm5gPWbi9Rs5R/Rc8mrvq8Q==} + '@react-aria/selection@3.24.1': + resolution: {integrity: sha512-nHUksgjg92iHgseH9L+krk9rX19xGJLTDeobKBX7eoAXQMqQjefu+oDwT0VYdI/qqNURNELE/KPZIVLC4PB81w==} 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.8': - resolution: {integrity: sha512-ncuOSTBF/qbNumnW/IRz+xyr+Ud85eCF0Expw4XWhKjAZfzJd86MxPY5ZsxE7pYLOcRWdOSIH1/obwwwSz8ALQ==} + '@react-aria/separator@3.4.9': + resolution: {integrity: sha512-5ZKVQ/5I2+fw8WyVCQLGjQKsMKlTIieLPf8NvdC24a+pmiUluyUuqfPYdI8s6lcnjG0gbOzZB+jKvDRQbIvMPQ==} 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.7.18': - resolution: {integrity: sha512-GBVv5Rpvj/6JH2LnF1zVAhBmxGiuq7R8Ekqyr5kBrCc2ToF3PrTjfGc/mlh0eEtbj+NvAcnlgTx1/qosYt1sGw==} + '@react-aria/slider@3.7.19': + resolution: {integrity: sha512-GONrMMz9zsx0ySbUTebWdqRjAuu6EEW+lLf3qUzcqkIYR8QZVTS8RLPt7FmGHKCTDIaBs8D2yv9puIfKAo1QAA==} 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.14': - resolution: {integrity: sha512-oSKe9p0Q/7W39eXRnLxlwJG5dQo4ffosRT3u2AtOcFkk2Zzj+tSQFzHQ4202nrWdzRnQ2KLTgUUNnUvXf0BJcg==} + '@react-aria/spinbutton@3.6.15': + resolution: {integrity: sha512-dVKaRgrSU2utxCd4kqAA8BPrC1PVI1eiJ8gvlVbg25LbwK4dg1WPXQUK+80TbrJc9mOEooPiJvzw59IoQLMNRg==} 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 @@ -2130,38 +2133,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.2': - resolution: {integrity: sha512-vaREbp1gFjv+jEMXoXpNK7JYFO/jhwnSYAwEINNWnwf54IGeHvTPaB2NwolYSFvP4HAj8TKYbGFUSz7RKLhLgw==} + '@react-aria/switch@3.7.3': + resolution: {integrity: sha512-tFdJmcHaLgW23cS2R713vcJdVbsjDTRk8OLdG/sMziPBY3C00/exuSIb57xTS7KrE0hBYfnLJQTcmDNqdM8+9Q==} 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.2': - resolution: {integrity: sha512-wsF3JqiAKcol1sfeNqTxyzH6+nxu0sAfyuh+XQfp1tvSGx15NifYeNKovNX4EPpUVkAI7jL5Le+eYeYYGELfnw==} + '@react-aria/table@3.17.3': + resolution: {integrity: sha512-hs3akyNMeeAPIfa+YKMxJyupSjywW5OGzJtOw/Z0j6pV8KXSeMEXNYkSuJY+m5Q1mdunoiiogs0kE3B0r2izQA==} 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.2': - resolution: {integrity: sha512-rpEgh//Gnew3le49tQVFOQ6ZyacJdaNUDXHt0ocguXb+2UrKtH54M8oIAE7E8KaB1puQlFXRs+Rjlr1rOlmjEQ==} + '@react-aria/tabs@3.10.3': + resolution: {integrity: sha512-TYfwaRrI0mQMefmoHeTKXdczpb53qpPr+3nnveGl+BocG94wmjIqK6kncboVbPdykgQCIAMd2d9GFpK01+zXrA==} 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.5.2': - resolution: {integrity: sha512-xZ5Df0x+xcDg6UTDvnjP4pu+XrmYVaYcqzF7RGoCD1KyRCHU5Czg9p+888NB0K+vnJHfNsQh6rmMhDUydXu9eg==} + '@react-aria/tag@3.6.0': + resolution: {integrity: sha512-OkLyFYTFVUYB339eugw2r6vIcrWq47O15x4sKNkDUo6YBx9ci9tdoib4DlzwuiiKVr/vmw1WMow6VK4zOtuLng==} 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.17.2': - resolution: {integrity: sha512-4KINB0HueYUHUgvi/ThTP27hu4Mv5ujG55pH3dmSRD4Olu/MRy1m/Psq72o8LTf4bTOM9ZP1rKccUg6xfaMidA==} + '@react-aria/textfield@3.17.3': + resolution: {integrity: sha512-p/Z0fyE0CnzIrnCf42gxeSCNYon7//XkcbPwUS4U9dz2VLk2GnEn9NZXPYgTp+08ebQEn0pB1QIchX79yFEguw==} 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.11.2': - resolution: {integrity: sha512-JOg8yYYCjLDnEpuggPo9GyXFaT/B238d3R8i/xQ6KLelpi3fXdJuZlFD6n9NQp3DJbE8Wj+wM5/VFFAi3cISpw==} + '@react-aria/toggle@3.11.3': + resolution: {integrity: sha512-S6ShToNR6TukRJh8qDdyl9b2Bcsx43eurUB5USANn4ycPov8+bIxQnxiknjssZx7jD8vX4jruuNh7BjFbNsGFw==} 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 @@ -2171,14 +2174,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.15': - resolution: {integrity: sha512-PNGpNIKIsCW8rxI9XXSADlLrSpikILJKKECyTRw9KwvXDRc44pezvdjGHCNinQcKsQoy5BtkK5cTSAyVqzzTXQ==} + '@react-aria/toolbar@3.0.0-beta.16': + resolution: {integrity: sha512-TnNvtxADalMzs9Et51hWPpGyiHr1dt++UYR7pIo1H7vO+HwXl6uH4HxbFDS5CyV69j2cQlcGrkj13LoWFkBECw==} 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.2': - resolution: {integrity: sha512-ctVTgh1LXvmr1ve3ehAWfvlJR7nHYZeqhl/g1qnA+983LQtc1IF9MraCs92g0m7KpBwCihuA+aYwTPsUHfKfXg==} + '@react-aria/tooltip@3.8.3': + resolution: {integrity: sha512-8JHRqffH5vUw7og6mlCRzb4h95/R5RpOxGFfEGw7aami14XMo6tZg7wMgwDUAEiVqNerRWYaw+tk7nCUQXo1Sg==} 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 @@ -2194,20 +2197,20 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-aria/utils@3.28.2': - resolution: {integrity: sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==} + '@react-aria/utils@3.29.0': + resolution: {integrity: sha512-jSOrZimCuT1iKNVlhjIxDkAhgF7HSp3pqyT6qjg/ZoA0wfqCi/okmrMPiWSAKBnkgX93N8GYTLT3CIEO6WZe9Q==} 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.4': - resolution: {integrity: sha512-SBKD2K+kBc3aLMVEqnBXjpqLhUSyvoi1ubSgUS5KMIqgyn44OWn5zKTsj9SIPZot6buSlgV2700TIWDhEJzWlw==} + '@react-aria/virtualizer@4.1.5': + resolution: {integrity: sha512-Z5+Zr54HCBqycIzZuHohS25dOJ7p8sdNDjAYvW33Uq8nudTvSC5JmV/5kZVN11j5kVYXa7maRnFQlDx941sygw==} 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.22': - resolution: {integrity: sha512-EO3R8YTKZ7HkLl9k1Y2uBKYBgpJagth4/4W7mfpJZE24A3fQnCP8zx1sweXiAm0mirR4J6tNaK7Ia8ssP5TpOw==} + '@react-aria/visually-hidden@3.8.23': + resolution: {integrity: sha512-D37GHtAcxCck8BtCiGTNDniGqtldJuN0cRlW1PJ684zM4CdmkSPqKbt5IUKUfqheS9Vt7HxYsj1VREDW+0kaGA==} 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 @@ -2239,38 +2242,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.0': - resolution: {integrity: sha512-YAuJiR9EtVThX91gU2ay/6YgPe0LvZWEssu4BS0Atnwk5cAo32gvF5FMta9ztH1LIULdZFaypU/C1mvnayMf+Q==} + '@react-stately/calendar@3.8.1': + resolution: {integrity: sha512-pTPRmPRD/0JeKhCRvXhVIH/yBimtIHnZGUxH12dcTl3MLxjXQDTn6/LWK0s4rzJcjsC+EzGUCVBBXgESb7PUlw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/checkbox@3.6.13': - resolution: {integrity: sha512-b8+bkOhobzuJ5bAA16JpYg1tM973eNXD3U4h/8+dckLndKHRjIwPvrL25tzKN7NcQp2LKVCauFesgI+Z+/2FJg==} + '@react-stately/checkbox@3.6.14': + resolution: {integrity: sha512-eGl0GP/F/nUrA33gDCYikyXK+Yer7sFOx8T4EU2AF4E8n1VQIRiVNaxDg7Ar6L3CMKor01urppFHFJsBUnSgyw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/collections@3.12.3': - resolution: {integrity: sha512-QfSBME2QWDjUw/RmmUjrYl/j1iCYcYCIDsgZda1OeRtt63R11k0aqmmwrDRwCsA+Sv+D5QgkOp4KK+CokTzoVQ==} + '@react-stately/collections@3.12.4': + resolution: {integrity: sha512-H+47fRkwYX2/BdSA+NLTzbR+8QclZXyBgC7tHH3dzljyxNimhrMDnbmk520nvGCebNf3nuxtFHq9iVTLpazSVA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/color@3.8.4': - resolution: {integrity: sha512-LXmfnJPWnL5q1/Z8Pn2d+9efrClLWCiK6c3IGXN8ZWcdR/cMJ/w9SY9f7evyXvmeUmdU1FTGgoSVqGfup3tSyA==} + '@react-stately/color@3.8.5': + resolution: {integrity: sha512-yi1MQAbYuAYKu0AtMO+mWQWlWk6OzGMa9j4PGtQN2PI5Uv1NylWOvdquxbUJ4GUAuSYNopYG8Ci9MZMwtito8w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/combobox@3.10.4': - resolution: {integrity: sha512-sgujLhukIGKskLDrOL4SAbO7WOgLsD7gSdjRQZ0f/e8bWMmUOWEp22T+X1hMMcuVRkRdXlEF1kH2/E6BVanXYw==} + '@react-stately/combobox@3.10.5': + resolution: {integrity: sha512-27SkClMqbMAKuVnmXhYzYisbLfzV7MO/DEiqWO4/3l+PZ+whL7Wi/Ek7Wqlfluid/y4pN4EkHCKNt4HJ2mhORQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/data@3.12.3': - resolution: {integrity: sha512-JYPNV1gd9OZm8xPay0exx5okFNgiwESNvdBHsfDC+f8BifRyFLdrvoaUGF0enKIeSQMB1oReFAxTAXtDZd27rA==} + '@react-stately/data@3.13.0': + resolution: {integrity: sha512-7LYPxVbWB6tvmLYKO19H5G5YtXV6eKCSXisOUiL9fVnOcGOPDK5z310sj9TP5vaX7zVPtwy0lDBUrZuRfhvQIQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/datepicker@3.14.0': - resolution: {integrity: sha512-JSkQfKW0+WpPQyOOeRPBLwXkVfpTUwgZJDnHBCud5kEuQiFFyeAIbL57RNXc4AX2pzY3piQa6OHnjDGTfqClxQ==} + '@react-stately/datepicker@3.14.1': + resolution: {integrity: sha512-ad3IOrRppy/F8FZpznGacsaWWHdzUGZ4vpymD+y6TYeQ+RQvS9PLA5Z1TanH9iqLZgkf6bvVggJFg/hhDh2hmg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2279,87 +2282,87 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-stately/disclosure@3.0.3': - resolution: {integrity: sha512-4kB+WDXVcrxCmJ+X6c23wa5Ax5dPSpm6Ef8DktLrLcUfJyfr+SWs5/IfkrYG0sOl3/u5OwyWe1pq3hDpzyDlLA==} + '@react-stately/disclosure@3.0.4': + resolution: {integrity: sha512-RE4hYnDYgsd5bi01z/hZHShRGKxW++xCA6PCufxtipc1sxZGUF4Sb1tTSIxOjh1dq5iDVdrAQAS6en0weaGgLA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/dnd@3.5.3': - resolution: {integrity: sha512-e4IodPF7fv9hR6jqSjiyrrFQ/6NbHNM5Ft1MJzCu6tJHvT+sl6qxIP5A+XR3wkjMpi4QW2WhVUmoFNbS/6ZAug==} + '@react-stately/dnd@3.5.4': + resolution: {integrity: sha512-YkvkehpsSeGZPH7S7EYyLchSxZPhzShdf9Zjh6UAsM7mAcxjRsChMqsf6zuM+l0jgMo40Ka1mvwDYegz92Qkyg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 '@react-stately/flags@3.1.1': resolution: {integrity: sha512-XPR5gi5LfrPdhxZzdIlJDz/B5cBf63l4q6/AzNqVWFKgd0QqY5LvWJftXkklaIUpKSJkIKQb8dphuZXDtkWNqg==} - '@react-stately/form@3.1.3': - resolution: {integrity: sha512-Jisgm0facSS3sAzHfSgshoCo3LxfO0wmQj98MOBCGXyVL+MSwx2ilb38eXIyBCzHJzJnPRTLaK/E4T49aph47A==} + '@react-stately/form@3.1.4': + resolution: {integrity: sha512-A6GOaZ9oEIo5/XOE+JT9Z8OBt0osIOfes4EcIxGS1C9ght/Smg0gNcIJ2/Wle8qmro4RoJcza2yJ+EglVOuE0w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/grid@3.11.1': - resolution: {integrity: sha512-xMk2YsaIKkF8dInRLUFpUXBIqnYt88hehhq2nb65RFgsFFhngE/OkaFudSUzaYPc1KvHpW+oHqvseC+G1iDG2w==} + '@react-stately/grid@3.11.2': + resolution: {integrity: sha512-P0vfK5B1NW8glYD6QMrR2X/7UMXx2J8v48QIQV6KgLZjFbyXhzRb+MY0BoIy4tUfJL0yQU2GKbKKVSUIQxbv0g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/layout@4.2.2': - resolution: {integrity: sha512-cKojNZteaVPtJrEePoNmKOgua4LYhholsthaEpD7ldKcOacl9VsvBbaowv945HEDKj6A919YoXOLdgy5qzoPtw==} + '@react-stately/layout@4.3.0': + resolution: {integrity: sha512-1czYPaWsEi/ecSOMBiMmH82iTeAIez/72HQjvP0i5CK2ZqLV0M1/Z10lesJHdOE+ay2EkE2qEqbHJnCdCqzkpA==} 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.12.1': - resolution: {integrity: sha512-N+YCInNZ2OpY0WUNvJWUTyFHtzE5yBtZ9DI4EHJDvm61+jmZ2s3HszOfa7j+7VOKq78VW3m5laqsQNWvMrLFrQ==} + '@react-stately/list@3.12.2': + resolution: {integrity: sha512-XPGvdPidOV4hnpmaUNc4C/1jX7ZhBwmAI9p6bEXDA3du3XrWess6MWcaQvPxXbrZ6ZX8/OyOC2wp7ixJoJRGyA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/menu@3.9.3': - resolution: {integrity: sha512-9x1sTX3Xq2Q3mJUHV+YN9MR36qNzgn8eBSLa40eaFDaOOtoJ+V10m7OriUfpjey7WzLBpq00Sfda54/PbQHZ0g==} + '@react-stately/menu@3.9.4': + resolution: {integrity: sha512-sqYcSBuTEtCebZuByUou2aZzwlnrrOlrvmGwFNJy49N3LXXXPENCcCERuWa8TE9eBevIVTQorBZlID6rFG+wdQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/numberfield@3.9.11': - resolution: {integrity: sha512-gAFSZIHnZsgIWVPgGRUUpfW6zM7TCV5oS1SCY90ay5nrS7JCXurQbMrWJLOWHTdM5iSeYMgoyt68OK5KD0KHMw==} + '@react-stately/numberfield@3.9.12': + resolution: {integrity: sha512-E56RuRRdu/lzd8e5aEifP4n8CL/as0sZqIQFSyMv/ZUIIGeksqy+zykzo01skaHKY8u2NixrVHPVDtvPcRuooA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/overlays@3.6.15': - resolution: {integrity: sha512-LBaGpXuI+SSd5HSGzyGJA0Gy09V2tl2G/r0lllTYqwt0RDZR6p7IrhdGVXZm6vI0oWEnih7yLC32krkVQrffgQ==} + '@react-stately/overlays@3.6.16': + resolution: {integrity: sha512-+Ve/TBlUNg3otVC4ZfCq1a8q8FwC7xNebWkVOCGviTqiYodPCGqBwR9Z1xonuFLF/HuQYqALHHTOZtxceU+nVQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/radio@3.10.12': - resolution: {integrity: sha512-hFH45CXVa7uyXeTYQy7LGR0SnmGnNRx7XnEXS25w4Ch6BpH8m8SAbhKXqysgcmsE3xrhRas7P9zWw7wI24G28Q==} + '@react-stately/radio@3.10.13': + resolution: {integrity: sha512-q7UKcVYY7rqpxKfYRzvKVEqFhxElDFX2c+xliZQtjXuSexhxRb2xjEh+bDkhzbXzrJkrBT6VmE/rSYPurC3xTw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/searchfield@3.5.11': - resolution: {integrity: sha512-vOgK3kgkYcyjTLsBABVzoQL9w6qBamnWAQICcw5OkA6octnF7NZ5DqdjkwnMY95KOGchiTlD5tNNHrz0ekeGiw==} + '@react-stately/searchfield@3.5.12': + resolution: {integrity: sha512-RC3QTEPVNUbgtuqzpwPUfbV9UkUC1j4XkHoynWDbMt0bE0tPe2Picnl0/r/kq6MO527idV6Ur4zuOF4x9a97LQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/select@3.6.12': - resolution: {integrity: sha512-5o/NAaENO/Gxs1yui5BHLItxLnDPSQJ5HDKycuD0/gGC17BboAGEY/F9masiQ5qwRPe3JEc0QfvMRq3yZVNXog==} + '@react-stately/select@3.6.13': + resolution: {integrity: sha512-saZo67CreQZPdmqvz9+P6N4kjohpwdVncH98qBi0Q2FvxGAMnpJQgx97rtfDvnSziST5Yx1JnMI4kSSndbtFwg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/selection@3.20.1': - resolution: {integrity: sha512-K9MP6Rfg2yvFoY2Cr+ykA7bP4EBXlGaq5Dqfa1krvcXlEgMbQka5muLHdNXqjzGgcwPmS1dx1NECD15q63NtOw==} + '@react-stately/selection@3.20.2': + resolution: {integrity: sha512-Fw6nnG+VKMsncsY4SNxGYOhnHojVFzFv+Uhy6P39QBp6AXtSaRKMg2VR4MPxQ7XgOjHh5ZuSvCY1RwocweqjwQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/slider@3.6.3': - resolution: {integrity: sha512-755X1jhpRD1bqf/5Ax1xuSpZbnG/0EEHGOowH28FLYKy5+1l4QVDGPFYxLB9KzXPdRAr9EF0j2kRhH2d8MCksQ==} + '@react-stately/slider@3.6.4': + resolution: {integrity: sha512-6SdG0VJZLMRIBnPjqkbIsdyQcW9zJ5Br716cl/7kLT9owiIwMJiAdjdYHab5+8ShWzU2D8Ae+LdQk8ZxIiIjkg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/table@3.14.1': - resolution: {integrity: sha512-7P5h4YBAv3B/7BGq/kln+xSKgJCSq4xjt4HmJA7ZkGnEksUPUokBNQdWwZsy3lX/mwunaaKR9x/YNIu7yXB02g==} + '@react-stately/table@3.14.2': + resolution: {integrity: sha512-SqE5A/Ve5H2ApnAblMGBMGRzY7cgdQmNPzXB8tGVc38NsC/STmMkq9m54gAl8dBVNbLzzd6HJBe9lqz5keYIhQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/tabs@3.8.1': - resolution: {integrity: sha512-1TBbt2BXbemstb/gEYw/NVt3esi5WvgWQW5Z7G8nDzLkpnMHOZXueoUkMxsdm0vhE8p0M9fsJQCMXKvCG3JzJg==} + '@react-stately/tabs@3.8.2': + resolution: {integrity: sha512-lNpby7zUVdAeqo3mjGdPBxppEskOLyqR82LWBtP8Xg4olnjA5RmDFOuoJkIFttDX689zamjN3OE+Ra6WWgJczg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2368,18 +2371,18 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/toggle@3.8.3': - resolution: {integrity: sha512-4T2V3P1RK4zEFz4vJjUXUXyB0g4Slm6stE6Ry20fzDWjltuW42cD2lmrd7ccTO/CXFmHLECcXQLD4GEbOj0epA==} + '@react-stately/toggle@3.8.4': + resolution: {integrity: sha512-JbKoXhkJ5P5nCrNXChMos3yNqkIeGXPDEMS/dfkHlsjQYxJfylRm4j/nWoDXxxkUmfkvXcNEMofMn9iO1+H0DQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/tooltip@3.5.3': - resolution: {integrity: sha512-btfy/gQ3Eccudx//4HkyQ+CRr3vxbLs74HYHthaoJ9GZbRj/3XDzfUM2X16zRoqTZVrIz/AkUj7AfGfsitU5nQ==} + '@react-stately/tooltip@3.5.4': + resolution: {integrity: sha512-HxNTqn9nMBuGbEVeeuZyhrzNbyW7sgwk+8o0mN/BrMrk7E/UBhyL2SUxXnAUQftpTjX+29hmx1sPhIprIDzR3Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/tree@3.8.9': - resolution: {integrity: sha512-j/LLI9UvbqcfOdl2v9m3gET3etUxoQzv3XdryNAbSkg0jTx8/13Fgi/Xp98bUcNLfynfeGW5P/fieU71sMkGog==} + '@react-stately/tree@3.8.10': + resolution: {integrity: sha512-sMqBRKAAZMiXJwlzAFpkXqUaGlNBfKnL8usAiKdoeGcLLJt2Ni9gPoPOLBJSPqLOAFCgLWtr5IYjdhel9aXRzQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2388,8 +2391,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-stately/virtualizer@4.3.2': - resolution: {integrity: sha512-KxR0s6IBqUD2TfDM3mAOtiTZLb1zOwcuCeUOvCKNqzEdFhh7nEJPrG33mgJn64S4kM11c0AsPwBlxISqdvCXJg==} + '@react-stately/virtualizer@4.4.0': + resolution: {integrity: sha512-y2jefrW0ffJpv0685IEKId6/wy0kgD/bxYuny9r9Z3utvcjjFl9fX9cBKsXII7ZxPiu0CP+wA6HQ53GU3BqCsw==} 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 @@ -2399,103 +2402,103 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 - '@react-types/breadcrumbs@3.7.12': - resolution: {integrity: sha512-+LvGEADlv11mLQjxEAZriptSYJJTP+2OIFEKx0z9mmpp+8jTlEHFhAnRVaE6I9QCxcDB5F6q/olfizSwOPOMIg==} + '@react-types/breadcrumbs@3.7.13': + resolution: {integrity: sha512-x94KEZaLIeHt9lqAkuaOopX5+rqCTMSHsciThUsBHK7QT64zrw6x2G1WKQ4zB4h52RGF5b+3sFXeR4bgX2sVLQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/button@3.12.0': - resolution: {integrity: sha512-YrASNa+RqGQpzJcxNAahzNuTYVID1OE6HCorrEOXIyGS3EGogHsQmFs9OyThXnGHq6q4rLlA806/jWbP9uZdxA==} + '@react-types/button@3.12.1': + resolution: {integrity: sha512-z87stl4llWTi4C5qhUK1PKcEsG59uF/ZQpkRhMzX0KfgXobJY6yiIrry2xrpnlTPIVST6K1+kARhhSDOZ8zhLw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/calendar@3.7.0': - resolution: {integrity: sha512-RiEfX2ZTcvfRktQc5obOJtNTgW+UwjNOUW5yf9CLCNOSM07e0w5jtC1ewsOZZbcctMrMCljjL8niGWiBv1wQ1Q==} + '@react-types/calendar@3.7.1': + resolution: {integrity: sha512-a/wGT9vZewPNL72Xni8T/gv4IS2w6iRtryqMF425OL+kaCQrxJYlkDxb74bQs9+k9ZYabrxJgz9vFcFnY7S9gw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/checkbox@3.9.3': - resolution: {integrity: sha512-h6wmK7CraKHKE6L13Ut+CtnjRktbMRhkCSorv7eg82M6p4PDhZ7mfDSh13IlGR4sryT8Ka+aOjOU+EvMrKiduA==} + '@react-types/checkbox@3.9.4': + resolution: {integrity: sha512-fU3Q1Nw+zbXKm68ba8V7cQzpiX0rIiAUKrBTl2BK97QiTlGBDvMCf4TfEuaNoGbJq+gx+X3n/3yr6c3IAb0ZIg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/color@3.0.4': - resolution: {integrity: sha512-D6Uea8kYGaoZRHgemJ0b0+iXbrvABP8RzsctL8Yp5QVyGgYJDMO8/7eZ3tdtGs/V8Iv+yCzG4yBexPA95i6tEg==} + '@react-types/color@3.0.5': + resolution: {integrity: sha512-72uZ0B3EcaC2DGOpnhwHSVxcvQ3UDNSVR2gVx7PgUCGlEjhnn9i0UErIP8ZzV2RsAvjK6MrGs7ZCwZtl+LxCcg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/combobox@3.13.4': - resolution: {integrity: sha512-4mX7eZ/Bv3YWzEzLEZAF/TfKM+I+SCsvnm/cHqOJq3jEE8aVU1ql4Q1+3+SvciX3pfFIfeKlu9S3oYKRT5WIgg==} + '@react-types/combobox@3.13.5': + resolution: {integrity: sha512-wqHBF0YDkrp4Ylyxpd3xhnDECe5eao27bsu+4AvjlVKtaxaoppNq2MwSzkuSSS/GEUXT6K9DDjrGFcp07ad5gA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/datepicker@3.12.0': - resolution: {integrity: sha512-dw/xflOdQPQ3uEABaBrZRTvjsMRu5/VZjRx9ygc64sX2N7HKIt+foMPXKJ+1jhtki2p4gigNVjcnJndJHoj9SA==} + '@react-types/datepicker@3.12.1': + resolution: {integrity: sha512-+wv57fVd6Y/+KnHNEmVzfrQtWs85Ga1Xb63AIkBk+E294aMqFYqRg0dQds6V/qrP758TWnXUrhKza1zMbjHalw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/dialog@3.5.17': - resolution: {integrity: sha512-rKe2WrT272xuCH13euegBGjJAORYXJpHsX2hlu/f02TmMG4nSLss9vKBnY2N7k7nci65k5wDTW6lcsvQ4Co5zQ==} + '@react-types/dialog@3.5.18': + resolution: {integrity: sha512-g18CzT5xmiX/numpS6MrOGEGln8Xp9rr+zO70Dg+jM4GBOjXZp3BeclYQr9uisxGaj2uFLnORv9gNMMKxLNF6A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/form@3.7.11': - resolution: {integrity: sha512-umqy2Kvg3ooJi+Wqun95tKbKN51gtNt9s7OFLdwCtfWa6GvHFOixSjqAvZbo+m5qC3X/1kMIz3Dg698l0/+oLQ==} + '@react-types/form@3.7.12': + resolution: {integrity: sha512-EZ6jZDa9FbLmqvukrLoUp3LUEVE0ZnBB5H6MHhE+QmjYRAvtWljx70xOqnn7sHweuS4+O1kDt1Ec1X5DU+U+BA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/grid@3.3.1': - resolution: {integrity: sha512-bPDckheJiHSIzSeSkLqrO6rXRLWvciFJr9rpCjq/+wBj6HsLh2iMpkB/SqmRHTGpPlJvlu0b7AlxK1FYE0QSKA==} + '@react-types/grid@3.3.2': + resolution: {integrity: sha512-NwfydUbPc1zVi/Rp7+oRN2+vE1xMokc2J+nr0VcHwFGt1bR1psakHu45Pk/t763BDvPr/A3xIHc1rk3eWEhxJw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/link@3.6.0': - resolution: {integrity: sha512-BQ5Tktb+fUxvtqksAJZuP8Z/bpmnQ/Y/zgwxfU0OKmIWkKMUsXY+e0GBVxwFxeh39D77stpVxRsTl7NQrjgtSw==} + '@react-types/link@3.6.1': + resolution: {integrity: sha512-IZDSc10AuVKe7V8Te+3q8d220oANE4N43iljQe3yHg7GZOfH/51bv8FPUukreLs1t2fgtGeNAzG71Ep+j/jXIw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/listbox@3.6.0': - resolution: {integrity: sha512-+1ugDKTxson/WNOQZO4BfrnQ6cGDt+72mEytXMsSsd4aEC+x3RyUv6NKwdOl4n602cOreo0MHtap1X2BOACVoQ==} + '@react-types/listbox@3.7.0': + resolution: {integrity: sha512-26Lp0Gou502VJLDSrIpMg7LQuVHznxzyuSY/zzyNX9eopukXvHn682u90fwDqgmZz7dzxUOWtuwDea+bp/UjtA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/menu@3.10.0': - resolution: {integrity: sha512-DKMqEmUmarVCK0jblNkSlzSH53AAsxWCX9RaKZeP9EnRs2/l1oZRuiQVHlOQRgYwEigAXa2TrwcX4nnxZ+U36Q==} + '@react-types/menu@3.10.1': + resolution: {integrity: sha512-wkyWzIqaCbUYiD7YXr8YvdimB1bxQHqgj6uE4MKzryCbVqb4L8fRUM0V6AHkQS1TxBYNkNn1h4g7XNd5Vmyf3Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/meter@3.4.8': - resolution: {integrity: sha512-uXmHdUDbAo7L3EkytrUrU6DLOFUt63s9QSTcDp+vwyWoshY4/4Dm4JARdmhJU2ZP1nb2Sy45ASeMvSBw3ia2oA==} + '@react-types/meter@3.4.9': + resolution: {integrity: sha512-Jhd873zc/Bx/86NB9nasMUWc013VnURVtMYbbkuRWiFr/ZoEvZzO1uoSIXf+Sob4xpiVhT/ltvJZTK4t4B9lTg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/numberfield@3.8.10': - resolution: {integrity: sha512-mdb4lMC4skO8Eqd0GeU4lJgDTEvqIhtINB5WCzLVZFrFVuxgWDoU5otsu0lbWhCnUA7XWQxupGI//TC1LLppjQ==} + '@react-types/numberfield@3.8.11': + resolution: {integrity: sha512-D66Bop7M3JKzBV2vsECsVYfPrx8eRIx4/K2KLo/XjwMA7C34+Ou07f/bnD1TQQ/wr6XwiFxZTi6JsKDwnST+9Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/overlays@3.8.14': - resolution: {integrity: sha512-XJS67KHYhdMvPNHXNGdmc85gE+29QT5TwC58V4kxxHVtQh9fYzEEPzIV8K84XWSz04rRGe3fjDgRNbcqBektWQ==} + '@react-types/overlays@3.8.15': + resolution: {integrity: sha512-ppDfezvVYOJDHLZmTSmIXajxAo30l2a1jjy4G65uBYy8J8kTZU7mcfQql5Pii1TwybcNMsayf2WtPItiWmJnOA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/progress@3.5.11': - resolution: {integrity: sha512-CysuMld/lycOckrnlvrlsVoJysDPeBnUYBChwtqwiv4ZNRXos+wgAL1ows6dl7Nr57/FH5B4v5gf9AHEo7jUvw==} + '@react-types/progress@3.5.12': + resolution: {integrity: sha512-wvhFz6vdlfKBtnzKvD/89N+0PF3yPQ+IVFRQvZ2TBrP7nF+ZA2pNLcZVcEYbKjHzmvEZRGu//ePC9hRJD9K30w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/radio@3.8.8': - resolution: {integrity: sha512-QfAIp+0CnRSnoRTJVXUEPi+9AvFvRzWLIKEnE9OmgXjuvJCU3QNiwd8NWjNeE+94QBEVvAZQcqGU+44q5poxNg==} + '@react-types/radio@3.8.9': + resolution: {integrity: sha512-l4uzlxmGGuR8IkWrMYdKj1sc3Pgo/LdfEGuIgK+d8kjPu0AZcnSgp5Oz035bCosZUabY6dEWxQHIoAH2zN7YZA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/searchfield@3.6.1': - resolution: {integrity: sha512-XR4tYktxHxGJufpO0MTAPknIbmN5eZqXCZwTdBS4tecihf9iGDsXmrBOs+M7LEnil67GaZcFrMhKxOMVpLwZAg==} + '@react-types/searchfield@3.6.2': + resolution: {integrity: sha512-XQRQyJLNC9uLyCq+97eiqeQuM6+dCMrHu6aH6KSVt1Xh6HMmdx/TdSf6JrMkN+1xSxcW3lDE2iSf3jXDT87gag==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/select@3.9.11': - resolution: {integrity: sha512-uEpQCgDlrq/5fW05FgNEsqsqpvZVKfHQO9Mp7OTqGtm4UBNAbcQ6hOV7MJwQCS25Lu2luzOYdgqDUN8eAATJVQ==} + '@react-types/select@3.9.12': + resolution: {integrity: sha512-qo+9JS1kfMxuibmSmMp0faGKbeVftYnSk1f7Rh5PKi4tzMe3C0A9IAr27hUOfWeJMBOdetaoTpYmoXW6+CgW3g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2504,38 +2507,38 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/shared@3.29.0': - resolution: {integrity: sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==} + '@react-types/shared@3.29.1': + resolution: {integrity: sha512-KtM+cDf2CXoUX439rfEhbnEdAgFZX20UP2A35ypNIawR7/PFFPjQDWyA2EnClCcW/dLWJDEPX2U8+EJff8xqmQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/slider@3.7.10': - resolution: {integrity: sha512-Yb8wbpu2gS7AwvJUuz0IdZBRi6eIBZq32BSss4UHX0StA8dtR1/K4JeTsArxwiA3P0BA6t0gbR6wzxCvVA9fRw==} + '@react-types/slider@3.7.11': + resolution: {integrity: sha512-uNhNLhVrt/2teXBOJSoZXyXg308A72qe1HOmlGdJcnh8iXA35y5ZHzeK1P6ZOJ37Aeh7bYGm3/UdURmFgSlW7w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/switch@3.5.10': - resolution: {integrity: sha512-YyNhx4CvuJ0Rvv7yMuQaqQuOIeg+NwLV00NHHJ+K0xEANSLcICLOLPNMOqRIqLSQDz5vDI705UKk8gVcxqPX5g==} + '@react-types/switch@3.5.11': + resolution: {integrity: sha512-PJbZHwlE98OSuLzI6b1ei6Qa+FaiwlCRH3tOTdx/wPSdqmD3mRWEn7E9ftM6FC8hnxl/LrGLszQMT62yEQp5vQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/table@3.12.0': - resolution: {integrity: sha512-dmTzjCYwHf2HBOeTa/CEL177Aox0f0mkeLF5nQw/2z6SBolfmYoAwVTPxTaYFVu4MkEJxQTz9AuAsJvCbRJbhg==} + '@react-types/table@3.13.0': + resolution: {integrity: sha512-kn+OsEWJfUSSb4N4J0yl+tqx5grDpcaWcu2J8hA62hQCr/Leuj946ScYaKA9a/p0MAaOAaeCWx/Zcss6F8gJIQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/tabs@3.3.14': - resolution: {integrity: sha512-/uKsA7L2dctKU0JEaBWerlX+3BoXpKUFr3kHpRUoH66DSGvAo34vZ7kv/BHMZifJenIbF04GhDBsGp1zjrQKBg==} + '@react-types/tabs@3.3.15': + resolution: {integrity: sha512-VLgh9YLQdS4FQSk0sGTNHEVN2jeC0fZvOqEFHaEDgDyDgVOukxYuHjqVIx2IavYu1yNBrGO2b6P4M6dF+hcgwQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/textfield@3.12.1': - resolution: {integrity: sha512-6YTAMCKjEGuXg0A4bZA77j5QJ1a6yFviMUWsCIL6Dxq5K3TklzVsbAduSbHomPPuvkNTBSW4+TUJrVSnoTjMNA==} + '@react-types/textfield@3.12.2': + resolution: {integrity: sha512-dMm0cGLG5bkJYvt6lqXIty5HXTZjuIpa9I8jAIYua//J8tESAOE9BA285Zl43kx7cZGtgrHKHVFjITDLNUrNhA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - '@react-types/tooltip@3.4.16': - resolution: {integrity: sha512-XEyKeqR3YxqJcR0cpigLGEBeRTEzrB0cu++IaADdqXJ8dBzS6s8y9EgR5UvKZmX1CQOBvMfXyYkj7nmJ039fOw==} + '@react-types/tooltip@3.4.17': + resolution: {integrity: sha512-yjySKA1uzJAbio+xGv03DUoWIajteqtsXMd4Y3AJEdBFqSYhXbyrgAxw0oJDgRAgRxY4Rx5Hrhvbt/z7Di94QQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -2548,8 +2551,8 @@ packages: '@sideway/pinpoint@2.0.0': resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} - '@signalapp/libsignal-client@0.68.0': - resolution: {integrity: sha512-k7kUqN36wYMnx1ARVVpNmWJfVlD0AIrNEq0Mpb7X8yMc6E8QY5ankwtPX3ZlO/Yl7en2NT7ZrP4dM5xpQlGsNA==} + '@signalapp/libsignal-client@0.70.0': + resolution: {integrity: sha512-V2b8PVQM8+HbJhX7uuq7dR7V+71p1xzcpnx091za1fiLrdvK6/wzfEmpeAh8+6VYoJEQ8Gi3DyToIT0frTFIGA==} '@signalapp/parchment-cjs@3.0.1': resolution: {integrity: sha512-hSBMQ1M7wE4GcC8ZeNtvpJF+DAJg3eIRRf1SiHS3I3Algav/sgJJNm6HIYm6muHuK7IJmuEjkL3ILSXgmu0RfQ==} @@ -2558,11 +2561,11 @@ packages: resolution: {integrity: sha512-y2sgqdivlrG41J4Zvt/82xtH/PZjDlgItqlD2g/Cv3ZbjlR6cGhTNXbfNygCJB8nXj+C7I28pjt1Zm3k0pv2mg==} engines: {npm: '>=8.2.3'} - '@signalapp/ringrtc@2.50.5': - resolution: {integrity: sha512-4+2IfQv/wx9RMztM/tnZsvk6LjElZq7OgHITlszwJib2Gzh2Q31kyZ7vgLnsfFxfbzVQrWI9cTEc0u/hqJiDmg==} + '@signalapp/ringrtc@2.51.0': + resolution: {integrity: sha512-p0S7JLReO9NjfxB3Er3V6eydNB4IUfrIIimtlD7E9CerUWtejxvPNqEPxfKTCL/vVde/pqsIn0Qw9LjysA84xA==} - '@signalapp/sqlcipher@2.0.0': - resolution: {integrity: sha512-1VglhOpAsAHvTFoqB1gkwbnWwU0h37flLhRHcKKYyfEbRVc+3TDRBJ54Fm8WEELnmZPju1HVGM4tnyKgq7eI+A==} + '@signalapp/sqlcipher@2.0.1': + resolution: {integrity: sha512-7dSgNnf/hrGZfVSGlhVH39f7BDNNOO61tg6Xu/Fa38TCeZj6/U5YILKQavBArCtkahUvzGBV9QIyRr0zereU7A==} '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} @@ -2764,68 +2767,68 @@ packages: '@storybook/types@8.1.11': resolution: {integrity: sha512-k9N5iRuY2+t7lVRL6xeu6diNsxO3YI3lS4Juv3RZ2K4QsE/b3yG5ElfJB8DjHDSHwRH4ORyrU71KkOCUVfvtnw==} - '@swc/core-darwin-arm64@1.11.22': - resolution: {integrity: sha512-upSiFQfo1TE2QM3+KpBcp5SrOdKKjoc+oUoD1mmBDU2Wv4Bjjv16Z2I5ADvIqMV+b87AhYW+4Qu6iVrQD7j96Q==} + '@swc/core-darwin-arm64@1.11.29': + resolution: {integrity: sha512-whsCX7URzbuS5aET58c75Dloby3Gtj/ITk2vc4WW6pSDQKSPDuONsIcZ7B2ng8oz0K6ttbi4p3H/PNPQLJ4maQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.11.22': - resolution: {integrity: sha512-8PEuF/gxIMJVK21DjuCOtzdqstn2DqnxVhpAYfXEtm3WmMqLIOIZBypF/xafAozyaHws4aB/5xmz8/7rPsjavw==} + '@swc/core-darwin-x64@1.11.29': + resolution: {integrity: sha512-S3eTo/KYFk+76cWJRgX30hylN5XkSmjYtCBnM4jPLYn7L6zWYEPajsFLmruQEiTEDUg0gBEWLMNyUeghtswouw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.11.22': - resolution: {integrity: sha512-NIPTXvqtn9e7oQHgdaxM9Z/anHoXC3Fg4ZAgw5rSGa1OlnKKupt5sdfJamNggSi+eAtyoFcyfkgqHnfe2u63HA==} + '@swc/core-linux-arm-gnueabihf@1.11.29': + resolution: {integrity: sha512-o9gdshbzkUMG6azldHdmKklcfrcMx+a23d/2qHQHPDLUPAN+Trd+sDQUYArK5Fcm7TlpG4sczz95ghN0DMkM7g==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.11.22': - resolution: {integrity: sha512-xZ+bgS60c5r8kAeYsLNjJJhhQNkXdidQ277pUabSlu5GjR0CkQUPQ+L9hFeHf8DITEqpPBPRiAiiJsWq5eqMBg==} + '@swc/core-linux-arm64-gnu@1.11.29': + resolution: {integrity: sha512-sLoaciOgUKQF1KX9T6hPGzvhOQaJn+3DHy4LOHeXhQqvBgr+7QcZ+hl4uixPKTzxk6hy6Hb0QOvQEdBAAR1gXw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.11.22': - resolution: {integrity: sha512-JhrP/q5VqQl2eJR0xKYIkKTPjgf8CRsAmRnjJA2PtZhfQ543YbYvUqxyXSRyBOxdyX8JwzuAxIPEAlKlT7PPuQ==} + '@swc/core-linux-arm64-musl@1.11.29': + resolution: {integrity: sha512-PwjB10BC0N+Ce7RU/L23eYch6lXFHz7r3NFavIcwDNa/AAqywfxyxh13OeRy+P0cg7NDpWEETWspXeI4Ek8otw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.11.22': - resolution: {integrity: sha512-htmAVL+U01gk9GyziVUP0UWYaUQBgrsiP7Ytf6uDffrySyn/FclUS3MDPocNydqYsOpj3OpNKPxkaHK+F+X5fg==} + '@swc/core-linux-x64-gnu@1.11.29': + resolution: {integrity: sha512-i62vBVoPaVe9A3mc6gJG07n0/e7FVeAvdD9uzZTtGLiuIfVfIBta8EMquzvf+POLycSk79Z6lRhGPZPJPYiQaA==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.11.22': - resolution: {integrity: sha512-PL0VHbduWPX+ANoyOzr58jBiL2VnD0xGSFwPy7NRZ1Pr6SNWm4jw3x2u6RjLArGhS5EcWp64BSk9ZxqmTV3FEg==} + '@swc/core-linux-x64-musl@1.11.29': + resolution: {integrity: sha512-YER0XU1xqFdK0hKkfSVX1YIyCvMDI7K07GIpefPvcfyNGs38AXKhb2byySDjbVxkdl4dycaxxhRyhQ2gKSlsFQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.11.22': - resolution: {integrity: sha512-moJvFhhTVGoMeEThtdF7hQog80Q00CS06v5uB+32VRuv+I31+4WPRyGlTWHO+oY4rReNcXut/mlDHPH7p0LdFg==} + '@swc/core-win32-arm64-msvc@1.11.29': + resolution: {integrity: sha512-po+WHw+k9g6FAg5IJ+sMwtA/fIUL3zPQ4m/uJgONBATCVnDDkyW6dBA49uHNVtSEvjvhuD8DVWdFP847YTcITw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.11.22': - resolution: {integrity: sha512-/jnsPJJz89F1aKHIb5ScHkwyzBciz2AjEq2m9tDvQdIdVufdJ4SpEDEN9FqsRNRLcBHjtbLs6bnboA+B+pRFXw==} + '@swc/core-win32-ia32-msvc@1.11.29': + resolution: {integrity: sha512-h+NjOrbqdRBYr5ItmStmQt6x3tnhqgwbj9YxdGPepbTDamFv7vFnhZR0YfB3jz3UKJ8H3uGJ65Zw1VsC+xpFkg==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.11.22': - resolution: {integrity: sha512-lc93Y8Mku7LCFGqIxJ91coXZp2HeoDcFZSHCL90Wttg5xhk5xVM9uUCP+OdQsSsEixLF34h5DbT9ObzP8rAdRw==} + '@swc/core-win32-x64-msvc@1.11.29': + resolution: {integrity: sha512-Q8cs2BDV9wqDvqobkXOYdC+pLUSEpX/KvI0Dgfun1F+LzuLotRFuDhrvkU9ETJA6OnD2+Fn/ieHgloiKA/Mn/g==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.11.22': - resolution: {integrity: sha512-mjPYbqq8XjwqSE0hEPT9CzaJDyxql97LgK4iyvYlwVSQhdN1uK0DBG4eP9PxYzCS2MUGAXB34WFLegdUj5HGpg==} + '@swc/core@1.11.29': + resolution: {integrity: sha512-g4mThMIpWbNhV8G2rWp5a5/Igv8/2UFRJx2yImrLGMgrDDYZIopqZ/z0jZxDgqNA1QDx93rpwNF7jGsxVWcMlA==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -2955,6 +2958,12 @@ packages: '@types/doctrine@0.0.9': resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==} + '@types/dom-mediacapture-transform@0.1.11': + resolution: {integrity: sha512-Y2p+nGf1bF2XMttBnsVPHUWzRRZzqUoJAKmiP10b5umnO6DDrWI0BrGDJy1pOHoOULVmGSfFNkQrAlC5dcj6nQ==} + + '@types/dom-webcodecs@0.1.15': + resolution: {integrity: sha512-omOlCPvTWyPm4ZE5bZUhlSvnHM2ZWM2U+1cPiYFL/e8aV5O9MouELp+L4dMKNTON0nTeHqEg+KWDfFQMY5Wkaw==} + '@types/eslint-scope@3.7.7': resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} @@ -2970,8 +2979,8 @@ packages: '@types/express-serve-static-core@5.0.6': resolution: {integrity: sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==} - '@types/express@4.17.21': - resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} + '@types/express@4.17.22': + resolution: {integrity: sha512-eZUmSnhRX9YRSkplpz0N+k6NljUUn5l3EWZIKZvYzhvMphEuNiyyy1viH/ejgt66JWgALwC/gtSUAeQKtSwW/w==} '@types/fabric@4.5.3': resolution: {integrity: sha512-DCneYSkuVdGYpFbDQ2j5zT7DDdAiOlAPfSjS3PsVWHFt6f/DapCdV0ansPq3Ai5oe+j6BgFhdkh+DWne1yQMdw==} @@ -3085,8 +3094,8 @@ packages: '@types/node@20.17.6': resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} - '@types/node@22.14.1': - resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==} + '@types/node@22.15.21': + resolution: {integrity: sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==} '@types/normalize-path@3.0.2': resolution: {integrity: sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==} @@ -3109,8 +3118,8 @@ packages: '@types/prop-types@15.7.14': resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==} - '@types/qs@6.9.18': - resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==} + '@types/qs@6.14.0': + resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} @@ -3685,8 +3694,8 @@ packages: resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} engines: {node: '>=4'} - axios@1.8.4: - resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} + axios@1.9.0: + resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -3843,8 +3852,8 @@ packages: browser-stdout@1.3.1: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - browserslist@4.24.4: - resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} + browserslist@4.24.5: + resolution: {integrity: sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -3936,8 +3945,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001715: - resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==} + caniuse-lite@1.0.30001718: + resolution: {integrity: sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==} capture-stack-trace@1.0.2: resolution: {integrity: sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==} @@ -4251,11 +4260,11 @@ packages: resolution: {integrity: sha512-rxjlVPoTzuKQXem9rdIHSc6xo8TcvqmVZoItxvhMaI1/9MOSNEaee86CpMgv+QVul2Q5v/DkXfOOVwDJxF7KsA==} engines: {node: '>=6'} - core-js-compat@3.41.0: - resolution: {integrity: sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==} + core-js-compat@3.42.0: + resolution: {integrity: sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ==} - core-js@3.41.0: - resolution: {integrity: sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==} + core-js@3.42.0: + resolution: {integrity: sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==} core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} @@ -4465,8 +4474,8 @@ packages: dedent@0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - dedent@1.5.3: - resolution: {integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==} + dedent@1.6.0: + resolution: {integrity: sha512-F1Z+5UCFpmQUzJa11agbyPVMbpgT/qA3/SKyJ1jyBgm7dUcUEa8v9JwDkerSQXfakBwFljIxhOJqGkjUwZ9FSA==} peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: @@ -4733,8 +4742,8 @@ packages: electron-publish@26.0.11: resolution: {integrity: sha512-a8QRH0rAPIWH9WyyS5LbNvW9Ark6qe63/LqDB7vu2JXYpi0Gma5Q60Dh4tmTqhOBQt0xsrzD8qE7C+D7j+B24A==} - electron-to-chromium@1.5.141: - resolution: {integrity: sha512-qS+qH9oqVYc1ooubTiB9l904WVyM6qNYxtOEEGReoZXw3xlqeYdFr5GclNzbkAufWgwWLEPoDi3d9MoRwwIjGw==} + electron-to-chromium@1.5.158: + resolution: {integrity: sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ==} electron-window@0.8.1: resolution: {integrity: sha512-W1i9LfnZJozk3MXE8VgsL2E5wOUHSgyCvcg1H2vQQjj+gqhO9lVudgY3z3SF7LJAmi+0vy3CJkbMqsynWB49EA==} @@ -4748,8 +4757,8 @@ packages: engines: {node: '>= 12.20.55'} hasBin: true - electron@35.1.4: - resolution: {integrity: sha512-8HjE2wqxY//T09Of8k1eTpK/NeTG2FkTyRD+fyKXmec4wZVscGgZcmWFC0HYN4ktyHAjtplpxdFXjtqRnvzBMg==} + electron@35.2.0: + resolution: {integrity: sha512-GHda7oCkN0pA23qzah735DEbRa06IPwlzP3uvjAmf9af8gxdj5i93JEHeQVGVmSVpd7sSb1pfecs9nz7B1q5ag==} engines: {node: '>= 12.20.55'} hasBin: true @@ -4834,8 +4843,8 @@ packages: error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - es-abstract@1.23.9: - resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==} + es-abstract@1.23.10: + resolution: {integrity: sha512-MtUbM072wlJNyeYAe0mhzrD+M6DIJa96CZAOBBrhDbgKnB4MApIKefcyAB1eOdYn8cUNZgvwBvEzdoAYsxgEIw==} engines: {node: '>= 0.4'} es-define-property@1.0.1: @@ -5716,8 +5725,8 @@ packages: htmlparser2@6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} - http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + http-cache-semantics@4.2.0: + resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} http-deceiver@1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} @@ -5819,8 +5828,8 @@ packages: resolution: {integrity: sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==} engines: {node: '>= 4'} - immutable@5.1.1: - resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==} + immutable@5.1.2: + resolution: {integrity: sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==} import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} @@ -6497,8 +6506,8 @@ packages: just-extend@6.2.0: resolution: {integrity: sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==} - jwa@1.4.1: - resolution: {integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==} + jwa@1.4.2: + resolution: {integrity: sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==} jws@3.2.2: resolution: {integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==} @@ -6520,8 +6529,8 @@ packages: known-css-properties@0.34.0: resolution: {integrity: sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==} - known-css-properties@0.35.0: - resolution: {integrity: sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==} + known-css-properties@0.36.0: + resolution: {integrity: sha512-A+9jP+IUmuQsNdsLdcg6Yt7voiMF/D4K83ew0OpJtpu+l34ef7LaohWV0Rc6KNvzw6ZDizkqfyB5JznZnzuKQA==} language-subtag-registry@0.3.23: resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} @@ -6832,8 +6841,8 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.17.0: - resolution: {integrity: sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==} + memfs@4.17.2: + resolution: {integrity: sha512-NgYhCOWgovOXSzvYgUW0LQ7Qy72rWQMGGFJDoWg4G30RHd3z77VbYdtJ4fembJXBy8pMIUA31XNAupobOQlwdg==} engines: {node: '>= 4.0.0'} memoize-one@5.2.1: @@ -7103,8 +7112,8 @@ packages: no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} - node-abi@3.74.0: - resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==} + node-abi@3.75.0: + resolution: {integrity: sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==} engines: {node: '>=10'} node-abort-controller@3.1.1: @@ -7264,8 +7273,8 @@ packages: resolution: {integrity: sha512-NCkLvw6ZyDnLCFNWIXtbrhNKEVBwHxv8n003Lum8Y5YF3dZtbSYSZZN/8gGJ1Ey52hCpsBQ6n5qutYAc4OOhFA==} engines: {node: '>=0.4.0'} - open@10.1.1: - resolution: {integrity: sha512-zy1wx4+P3PfhXSEPJNtZmJXfhkkIaxU1VauWIrDZw1O7uJRDRJtKr9n3Ic4NgbA16KyOxOXO2ng9gYwCdXuSXA==} + open@10.1.2: + resolution: {integrity: sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==} engines: {node: '>=18'} open@8.4.2: @@ -7586,8 +7595,8 @@ packages: resolution: {integrity: sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==} engines: {node: '>=14.19.0'} - pnpm@10.9.0: - resolution: {integrity: sha512-BIbjlGQNPB+zydQ9Sc+Sh5/3T4UWlZwjUwj1qPYuLhlSimXNwqMFj1h83nHro9W1YyfIwzqX5MQFHKSKEMotXw==} + pnpm@10.11.0: + resolution: {integrity: sha512-ZUBYP0HMX2KOs9l3Ps7oAvT575kjzEW2mJD7R5kdSwkpZGlOw6T3OKQgyRijMwYsi5JdMS9C5PDCY+tgNVH5dw==} engines: {node: '>=18.12'} hasBin: true @@ -7598,8 +7607,8 @@ packages: popmotion@11.0.3: resolution: {integrity: sha512-Y55FLdj3UxkR7Vl3s7Qr4e9m0onSnP8W7d/xQLsoJM40vs6UKHFdygs6SWryasTZYqugMjm3BepCF4CWXDiHgA==} - portfinder@1.0.36: - resolution: {integrity: sha512-gMKUzCoP+feA7t45moaSx7UniU7PgGN3hA8acAB+3Qn7/js0/lJ07fYZlxt9riE9S3myyxDCyAFzSrLlta0c9g==} + portfinder@1.0.37: + resolution: {integrity: sha512-yuGIEjDAYnnOex9ddMnKZEMFE0CcGo6zbfzDklkmT1m5z734ss6JMzN9rNB3+RR7iS+F10D4/BVIaXOyh8PQKw==} engines: {node: '>= 10.12'} possible-typed-array-names@1.1.0: @@ -7959,8 +7968,8 @@ packages: peerDependencies: react: '>=15' - react-stately@3.37.0: - resolution: {integrity: sha512-fm2LRM3XN5lJD48+WQKWvESx54kAIHw0JztCRHMsFmTDgYWX/VASuXKON7LECv227stSEadrxGa8LhPkcelljw==} + react-stately@3.38.0: + resolution: {integrity: sha512-zS06DsDhH44z7bsOkMHJ0gnjuLO3UWZ33l7JOgFscrv1qa33IG9fn707sI7GAJdLgDiWXJbeFvXdix2jR1fU1w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 @@ -8056,9 +8065,6 @@ packages: regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - regex-parser@2.3.1: resolution: {integrity: sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==} @@ -8688,8 +8694,8 @@ packages: peerDependencies: stylelint: ^16.1.0 - stylelint-scss@6.11.1: - resolution: {integrity: sha512-e4rYo0UY+BIMtGeGanghrvHTjcryxgZbyFxUedp8dLFqC4P70aawNdYjRrQxbnKhu3BNr4+lt5e/53tcKXiwFA==} + stylelint-scss@6.12.0: + resolution: {integrity: sha512-U7CKhi1YNkM1pXUXl/GMUXi8xKdhl4Ayxdyceie1nZ1XNIdaUgMV6OArpooWcDzEggwgYD0HP/xIgVJo9a655w==} engines: {node: '>=18.12.0'} peerDependencies: stylelint: ^16.0.2 @@ -8758,8 +8764,8 @@ packages: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} - tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + tapable@2.2.2: + resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==} engines: {node: '>=6'} tar@6.2.1: @@ -8800,8 +8806,8 @@ packages: uglify-js: optional: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} + terser@5.40.0: + resolution: {integrity: sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==} engines: {node: '>=10'} hasBin: true @@ -8890,8 +8896,8 @@ packages: tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - tree-dump@1.0.2: - resolution: {integrity: sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==} + tree-dump@1.0.3: + resolution: {integrity: sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -9146,8 +9152,8 @@ packages: '@types/react': optional: true - use-isomorphic-layout-effect@1.2.0: - resolution: {integrity: sha512-q6ayo8DWoPZT0VdG4u3D3uxcgONP3Mevx2i2b0434cwWBoL+aelL1DzkXI6w3PhTZzUeR2kaVlZn70iCiseP6w==} + use-isomorphic-layout-effect@1.2.1: + resolution: {integrity: sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==} peerDependencies: '@types/react': '*' react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -9249,8 +9255,8 @@ packages: warning@4.0.3: resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} - watchpack@2.4.2: - resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} + watchpack@2.4.4: + resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} engines: {node: '>=10.13.0'} wbuf@1.7.3: @@ -9317,8 +9323,8 @@ packages: resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==} engines: {node: '>=10.0.0'} - webpack-sources@3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + webpack-sources@3.3.0: + resolution: {integrity: sha512-77R0RDmJfj9dyv5p3bM5pOHa+X8/ZkO9c7kpDstigkC4nIDobadsfSGCwB4bKhMVxqAok8tajaoR8rirM7+VFQ==} engines: {node: '>=10.13.0'} webpack-virtual-modules@0.6.2: @@ -9454,8 +9460,8 @@ packages: utf-8-validate: optional: true - ws@8.18.1: - resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==} + ws@8.18.2: + resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -9579,33 +9585,33 @@ snapshots: 7zip-bin@5.2.0: {} - '@adobe/css-tools@4.4.2': {} + '@adobe/css-tools@4.4.3': {} '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@babel/code-frame@7.26.2': + '@babel/code-frame@7.27.1': dependencies: - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-validator-identifier': 7.27.1 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.8': {} + '@babel/compat-data@7.27.3': {} '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/helper-compilation-targets': 7.27.0 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) - '@babel/helpers': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.3 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.0) + '@babel/helpers': 7.27.3 + '@babel/parser': 7.27.3 + '@babel/template': 7.27.2 + '@babel/traverse': 7.27.3 + '@babel/types': 7.27.3 convert-source-map: 2.0.0 debug: 4.3.7(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -9614,35 +9620,35 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.27.0': + '@babel/generator@7.27.3': dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/parser': 7.27.3 + '@babel/types': 7.27.3 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': + '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.3 - '@babel/helper-compilation-targets@7.27.0': + '@babel/helper-compilation-targets@7.27.2': dependencies: - '@babel/compat-data': 7.26.8 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.4 + '@babel/compat-data': 7.27.3 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.24.5 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.27.0(@babel/core@7.26.0)': + '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.27.0 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.0) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/traverse': 7.27.3 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -9650,93 +9656,93 @@ snapshots: '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-compilation-targets': 7.27.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-plugin-utils': 7.27.1 debug: 4.3.7(supports-color@8.1.1) lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: - supports-color - '@babel/helper-member-expression-to-functions@7.25.9': + '@babel/helper-member-expression-to-functions@7.27.1': dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/traverse': 7.27.3 + '@babel/types': 7.27.3 transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@7.25.9': + '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/traverse': 7.27.3 + '@babel/types': 7.27.3 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': + '@babel/helper-module-transforms@7.27.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.27.0 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.27.3 transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.25.9': + '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.3 - '@babel/helper-plugin-utils@7.26.5': {} + '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.0)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.27.0 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/traverse': 7.27.3 transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/traverse': 7.27.3 + '@babel/types': 7.27.3 transitivePeerDependencies: - supports-color - '@babel/helper-string-parser@7.25.9': {} + '@babel/helper-string-parser@7.27.1': {} - '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-validator-identifier@7.27.1': {} - '@babel/helper-validator-option@7.25.9': {} + '@babel/helper-validator-option@7.27.1': {} - '@babel/helpers@7.27.0': + '@babel/helpers@7.27.3': dependencies: - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/template': 7.27.2 + '@babel/types': 7.27.3 - '@babel/parser@7.27.0': + '@babel/parser@7.27.3': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.3 '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0) '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0) transitivePeerDependencies: - supports-color @@ -9744,130 +9750,130 @@ snapshots: '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.0)': + '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-display-name@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.27.0 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.0) + '@babel/types': 7.27.3 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-pure-annotations@7.27.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-transform-runtime@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.26.0) babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.26.0) babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.26.0) @@ -9878,63 +9884,61 @@ snapshots: '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.0) - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.26.0) transitivePeerDependencies: - supports-color '@babel/preset-react@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-transform-react-display-name': 7.27.1(@babel/core@7.26.0) + '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.26.0) + '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.26.0) + '@babel/plugin-transform-react-pure-annotations': 7.27.1(@babel/core@7.26.0) transitivePeerDependencies: - supports-color '@babel/preset-typescript@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.0) + '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.0) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.26.0) '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) transitivePeerDependencies: - supports-color - '@babel/runtime@7.27.0': - dependencies: - regenerator-runtime: 0.14.1 + '@babel/runtime@7.27.3': {} - '@babel/template@7.27.0': + '@babel/template@7.27.2': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.27.3 + '@babel/types': 7.27.3 - '@babel/traverse@7.27.0': + '@babel/traverse@7.27.3': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.27.3 + '@babel/parser': 7.27.3 + '@babel/template': 7.27.2 + '@babel/types': 7.27.3 debug: 4.3.7(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.27.0': + '@babel/types@7.27.3': dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 '@bcoe/v8-coverage@0.2.3': {} @@ -9942,16 +9946,16 @@ snapshots: dependencies: '@jridgewell/trace-mapping': 0.3.9 - '@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3)': + '@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)': dependencies: - '@csstools/css-tokenizer': 3.0.3 + '@csstools/css-tokenizer': 3.0.4 - '@csstools/css-tokenizer@3.0.3': {} + '@csstools/css-tokenizer@3.0.4': {} - '@csstools/media-query-list-parser@3.0.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + '@csstools/media-query-list-parser@3.0.1(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)': dependencies: - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) + '@csstools/css-tokenizer': 3.0.4 '@csstools/selector-specificity@4.0.0(postcss-selector-parser@6.1.2)': dependencies: @@ -10056,7 +10060,7 @@ snapshots: detect-libc: 2.0.4 fs-extra: 10.1.0 got: 11.8.5(patch_hash=cfe393dc1cca8970377087e9555a285d1121f75d57223ddd872b1a8d3f8c909b) - node-abi: 3.74.0 + node-abi: 3.75.0 node-api-version: 0.2.1 ora: 5.4.1 read-binary-file-arch: 1.0.6 @@ -10086,7 +10090,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@electron/windows-sign@1.2.1': + '@electron/windows-sign@1.2.2': dependencies: cross-dirname: 0.1.0 debug: 4.3.7(supports-color@8.1.1) @@ -10177,7 +10181,7 @@ snapshots: '@esbuild/win32-x64@0.24.0': optional: true - '@eslint-community/eslint-utils@4.6.1(eslint@8.56.0)': + '@eslint-community/eslint-utils@4.7.0(eslint@8.56.0)': dependencies: eslint: 8.56.0 eslint-visitor-keys: 3.4.3 @@ -10390,7 +10394,7 @@ snapshots: dependencies: buffer-crc32: 0.2.13 - '@internationalized/date@3.8.0': + '@internationalized/date@3.8.1': dependencies: '@swc/helpers': 0.5.17 @@ -10399,7 +10403,7 @@ snapshots: '@swc/helpers': 0.5.17 intl-messageformat: 10.7.16 - '@internationalized/number@3.6.1': + '@internationalized/number@3.6.2': dependencies: '@swc/helpers': 0.5.17 @@ -10439,7 +10443,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.11.22(@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.11.29(@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 @@ -10453,7 +10457,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.11.22(@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.11.29(@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 @@ -10634,12 +10638,12 @@ snapshots: '@jsonjoy.com/json-pack@1.2.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) - '@jsonjoy.com/util': 1.5.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.6.0(tslib@2.8.1) hyperdyperid: 1.2.0 thingies: 1.21.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/util@1.5.0(tslib@2.8.1)': + '@jsonjoy.com/util@1.6.0(tslib@2.8.1)': dependencies: tslib: 2.8.1 @@ -10938,66 +10942,66 @@ snapshots: '@react-aria/accordion@3.0.0-alpha.35(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/button': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/button': 3.13.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/utils': 3.25.3(react@17.0.2) - '@react-stately/tree': 3.8.9(react@17.0.2) + '@react-stately/tree': 3.8.10(react@17.0.2) '@react-types/accordion': 3.0.0-alpha.24(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/breadcrumbs@3.5.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/breadcrumbs@3.5.24(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/link': 3.8.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/breadcrumbs': 3.7.12(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/link': 3.8.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/breadcrumbs': 3.7.13(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/button@3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/button@3.13.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/toolbar': 3.0.0-beta.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/toggle': 3.8.3(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/toolbar': 3.0.0-beta.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/toggle': 3.8.4(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/calendar@3.8.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/calendar@3.8.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@internationalized/date': 3.8.1 + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/calendar': 3.8.0(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/calendar': 3.7.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/calendar': 3.8.1(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/calendar': 3.7.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/checkbox@3.15.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/form': 3.0.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/toggle': 3.11.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/checkbox': 3.6.13(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/toggle': 3.8.3(react@17.0.2) - '@react-types/checkbox': 3.9.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/checkbox@3.15.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/form': 3.0.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/toggle': 3.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/checkbox': 3.6.14(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/toggle': 3.8.4(react@17.0.2) + '@react-types/checkbox': 3.9.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11012,105 +11016,105 @@ snapshots: react-dom: 17.0.2(react@17.0.2) use-sync-external-store: 1.5.0(react@17.0.2) - '@react-aria/color@3.0.6(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/numberfield': 3.11.13(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/slider': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/spinbutton': 3.6.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/textfield': 3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/visually-hidden': 3.8.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/color': 3.8.4(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-types/color': 3.0.4(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/color@3.0.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/numberfield': 3.11.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/slider': 3.7.19(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/spinbutton': 3.6.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/textfield': 3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/visually-hidden': 3.8.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/color': 3.8.5(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-types/color': 3.0.5(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/combobox@3.12.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/combobox@3.12.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/listbox': 3.14.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/listbox': 3.14.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/menu': 3.18.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/overlays': 3.27.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/textfield': 3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/combobox': 3.10.4(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/combobox': 3.13.4(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/menu': 3.18.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/overlays': 3.27.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/textfield': 3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/combobox': 3.10.5(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/combobox': 3.13.5(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/datepicker@3.14.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/datepicker@3.14.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 - '@internationalized/number': 3.6.1 + '@internationalized/date': 3.8.1 + '@internationalized/number': 3.6.2 '@internationalized/string': 3.2.6 - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/form': 3.0.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/spinbutton': 3.6.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/datepicker': 3.14.0(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/calendar': 3.7.0(react@17.0.2) - '@react-types/datepicker': 3.12.0(react@17.0.2) - '@react-types/dialog': 3.5.17(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/form': 3.0.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/spinbutton': 3.6.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/datepicker': 3.14.1(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/calendar': 3.7.1(react@17.0.2) + '@react-types/datepicker': 3.12.1(react@17.0.2) + '@react-types/dialog': 3.5.18(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/dialog@3.5.24(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/dialog@3.5.25(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/overlays': 3.27.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/dialog': 3.5.17(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/overlays': 3.27.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/dialog': 3.5.18(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) '@react-aria/disclosure@3.0.0-alpha.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/button': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/button': 3.13.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/ssr': 3.9.8(react@17.0.2) '@react-aria/utils': 3.25.3(react@17.0.2) '@react-stately/disclosure': 3.0.0-alpha.0(react@17.0.2) - '@react-stately/toggle': 3.8.3(react@17.0.2) - '@react-stately/tree': 3.8.9(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) + '@react-stately/toggle': 3.8.4(react@17.0.2) + '@react-stately/tree': 3.8.10(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/dnd@3.9.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/dnd@3.9.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@internationalized/string': 3.2.6 - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/overlays': 3.27.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/dnd': 3.5.3(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/overlays': 3.27.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/dnd': 3.5.4(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11118,76 +11122,76 @@ snapshots: '@react-aria/focus@3.19.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@react-aria/interactions': 3.23.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/focus@3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/focus@3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/form@3.0.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/form@3.0.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/grid@3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/grid@3.14.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/grid': 3.11.1(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) - '@react-types/checkbox': 3.9.3(react@17.0.2) - '@react-types/grid': 3.3.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/grid': 3.11.2(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) + '@react-types/checkbox': 3.9.4(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/gridlist@3.12.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/grid': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-stately/tree': 3.8.9(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/gridlist@3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/grid': 3.14.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-stately/tree': 3.8.10(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/i18n@3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/i18n@3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 + '@internationalized/date': 3.8.1 '@internationalized/message': 3.1.7 - '@internationalized/number': 3.6.1 + '@internationalized/number': 3.6.2 '@internationalized/string': 3.2.6 '@react-aria/ssr': 3.9.8(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11195,50 +11199,50 @@ snapshots: '@react-aria/interactions@3.23.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@react-aria/ssr': 3.9.8(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/interactions@3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/interactions@3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@react-aria/ssr': 3.9.8(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-stately/flags': 3.1.1 - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/label@3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/label@3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/link@3.8.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/link@3.8.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/link': 3.6.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/link': 3.6.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/listbox@3.14.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/listbox@3.14.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-types/listbox': 3.6.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-types/listbox': 3.7.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11247,164 +11251,164 @@ snapshots: dependencies: '@swc/helpers': 0.5.17 - '@react-aria/menu@3.18.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/overlays': 3.27.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/menu': 3.9.3(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) - '@react-stately/tree': 3.8.9(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/menu': 3.10.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/menu@3.18.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/overlays': 3.27.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/menu': 3.9.4(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) + '@react-stately/tree': 3.8.10(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/menu': 3.10.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/meter@3.4.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/meter@3.4.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/progress': 3.4.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/meter': 3.4.8(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/progress': 3.4.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/meter': 3.4.9(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/numberfield@3.11.13(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/spinbutton': 3.6.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/textfield': 3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/numberfield': 3.9.11(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/numberfield': 3.8.10(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/numberfield@3.11.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/spinbutton': 3.6.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/textfield': 3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/numberfield': 3.9.12(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/numberfield': 3.8.11(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/overlays@3.27.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/overlays@3.27.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/ssr': 3.9.8(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/visually-hidden': 3.8.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/overlays': 3.6.15(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/overlays': 3.8.14(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/visually-hidden': 3.8.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/overlays': 3.8.15(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/progress@3.4.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/progress@3.4.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/progress': 3.5.11(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/progress': 3.5.12(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/radio@3.11.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/form': 3.0.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/radio': 3.10.12(react@17.0.2) - '@react-types/radio': 3.8.8(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/radio@3.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/form': 3.0.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/radio': 3.10.13(react@17.0.2) + '@react-types/radio': 3.8.9(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/searchfield@3.8.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/searchfield@3.8.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/textfield': 3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/searchfield': 3.5.11(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/searchfield': 3.6.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/textfield': 3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/searchfield': 3.5.12(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/searchfield': 3.6.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/select@3.15.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/form': 3.0.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/listbox': 3.14.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/menu': 3.18.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/visually-hidden': 3.8.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/select': 3.6.12(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/select': 3.9.11(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/select@3.15.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/form': 3.0.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/listbox': 3.14.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/menu': 3.18.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/visually-hidden': 3.8.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/select': 3.6.13(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/select': 3.9.12(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/selection@3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/selection@3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/separator@3.4.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/separator@3.4.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/slider@3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/slider@3.7.19(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/slider': 3.6.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/slider': 3.7.10(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/slider': 3.6.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/slider': 3.7.11(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/spinbutton@3.6.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/spinbutton@3.6.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11414,85 +11418,85 @@ snapshots: '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-aria/switch@3.7.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/switch@3.7.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/toggle': 3.11.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/toggle': 3.8.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/switch': 3.5.10(react@17.0.2) + '@react-aria/toggle': 3.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/toggle': 3.8.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/switch': 3.5.11(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/table@3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/table@3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/grid': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/grid': 3.14.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/visually-hidden': 3.8.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/visually-hidden': 3.8.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) '@react-stately/flags': 3.1.1 - '@react-stately/table': 3.14.1(react@17.0.2) - '@react-types/checkbox': 3.9.3(react@17.0.2) - '@react-types/grid': 3.3.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/table': 3.12.0(react@17.0.2) + '@react-stately/table': 3.14.2(react@17.0.2) + '@react-types/checkbox': 3.9.4(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/table': 3.13.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/tabs@3.10.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/tabs@3.10.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/tabs': 3.8.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/tabs': 3.3.14(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/tabs': 3.8.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/tabs': 3.3.15(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/tag@3.5.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': - dependencies: - '@react-aria/gridlist': 3.12.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/tag@3.6.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + dependencies: + '@react-aria/gridlist': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/textfield@3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/textfield@3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/form': 3.0.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) + '@react-aria/form': 3.0.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/textfield': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/textfield': 3.12.2(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/toggle@3.11.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/toggle@3.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/toggle': 3.8.3(react@17.0.2) - '@react-types/checkbox': 3.9.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/toggle': 3.8.4(react@17.0.2) + '@react-types/checkbox': 3.9.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11500,7 +11504,7 @@ snapshots: '@react-aria/toolbar@3.0.0-beta.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@react-aria/focus': 3.19.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/utils': 3.25.3(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) '@swc/helpers': 0.5.17 @@ -11508,35 +11512,35 @@ snapshots: transitivePeerDependencies: - react-dom - '@react-aria/toolbar@3.0.0-beta.15(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/toolbar@3.0.0-beta.16(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/focus': 3.20.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/tooltip@3.8.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/tooltip@3.8.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/tooltip': 3.5.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/tooltip': 3.4.16(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/tooltip': 3.5.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/tooltip': 3.4.17(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) '@react-aria/tree@3.0.0-beta.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/gridlist': 3.12.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/gridlist': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/utils': 3.25.3(react@17.0.2) - '@react-stately/tree': 3.8.9(react@17.0.2) - '@react-types/button': 3.12.0(react@17.0.2) + '@react-stately/tree': 3.8.10(react@17.0.2) + '@react-types/button': 3.12.1(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 @@ -11551,33 +11555,33 @@ snapshots: clsx: 2.1.1 react: 17.0.2 - '@react-aria/utils@3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/utils@3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@react-aria/ssr': 3.9.8(react@17.0.2) '@react-stately/flags': 3.1.1 '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 clsx: 2.1.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/virtualizer@4.1.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/virtualizer@4.1.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/virtualizer': 4.3.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/virtualizer': 4.4.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-aria/visually-hidden@3.8.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-aria/visually-hidden@3.8.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/interactions': 3.25.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11614,71 +11618,71 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-stately/calendar@3.8.0(react@17.0.2)': + '@react-stately/calendar@3.8.1(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 + '@internationalized/date': 3.8.1 '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/calendar': 3.7.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/calendar': 3.7.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/checkbox@3.6.13(react@17.0.2)': + '@react-stately/checkbox@3.6.14(react@17.0.2)': dependencies: - '@react-stately/form': 3.1.3(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/checkbox': 3.9.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/checkbox': 3.9.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/collections@3.12.3(react@17.0.2)': + '@react-stately/collections@3.12.4(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/color@3.8.4(react@17.0.2)': + '@react-stately/color@3.8.5(react@17.0.2)': dependencies: - '@internationalized/number': 3.6.1 + '@internationalized/number': 3.6.2 '@internationalized/string': 3.2.6 - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/numberfield': 3.9.11(react@17.0.2) - '@react-stately/slider': 3.6.3(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/numberfield': 3.9.12(react@17.0.2) + '@react-stately/slider': 3.6.4(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/color': 3.0.4(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/color': 3.0.5(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/combobox@3.10.4(react@17.0.2)': + '@react-stately/combobox@3.10.5(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-stately/overlays': 3.6.15(react@17.0.2) - '@react-stately/select': 3.6.12(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) + '@react-stately/select': 3.6.13(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/combobox': 3.13.4(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/combobox': 3.13.5(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/data@3.12.3(react@17.0.2)': + '@react-stately/data@3.13.0(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/datepicker@3.14.0(react@17.0.2)': + '@react-stately/datepicker@3.14.1(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 + '@internationalized/date': 3.8.1 '@internationalized/string': 3.2.6 - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/overlays': 3.6.15(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/datepicker': 3.12.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/datepicker': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 @@ -11689,17 +11693,17 @@ snapshots: '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/disclosure@3.0.3(react@17.0.2)': + '@react-stately/disclosure@3.0.4(react@17.0.2)': dependencies: '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/dnd@3.5.3(react@17.0.2)': + '@react-stately/dnd@3.5.4(react@17.0.2)': dependencies: - '@react-stately/selection': 3.20.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 @@ -11707,126 +11711,126 @@ snapshots: dependencies: '@swc/helpers': 0.5.17 - '@react-stately/form@3.1.3(react@17.0.2)': + '@react-stately/form@3.1.4(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/grid@3.11.1(react@17.0.2)': + '@react-stately/grid@3.11.2(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) - '@react-types/grid': 3.3.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/layout@4.2.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-stately/layout@4.3.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/table': 3.14.1(react@17.0.2) - '@react-stately/virtualizer': 4.3.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/grid': 3.3.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/table': 3.12.0(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/table': 3.14.2(react@17.0.2) + '@react-stately/virtualizer': 4.4.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/table': 3.13.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@react-stately/list@3.12.1(react@17.0.2)': + '@react-stately/list@3.12.2(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/menu@3.9.3(react@17.0.2)': + '@react-stately/menu@3.9.4(react@17.0.2)': dependencies: - '@react-stately/overlays': 3.6.15(react@17.0.2) - '@react-types/menu': 3.10.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) + '@react-types/menu': 3.10.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/numberfield@3.9.11(react@17.0.2)': + '@react-stately/numberfield@3.9.12(react@17.0.2)': dependencies: - '@internationalized/number': 3.6.1 - '@react-stately/form': 3.1.3(react@17.0.2) + '@internationalized/number': 3.6.2 + '@react-stately/form': 3.1.4(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/numberfield': 3.8.10(react@17.0.2) + '@react-types/numberfield': 3.8.11(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/overlays@3.6.15(react@17.0.2)': + '@react-stately/overlays@3.6.16(react@17.0.2)': dependencies: '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/overlays': 3.8.14(react@17.0.2) + '@react-types/overlays': 3.8.15(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/radio@3.10.12(react@17.0.2)': + '@react-stately/radio@3.10.13(react@17.0.2)': dependencies: - '@react-stately/form': 3.1.3(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/radio': 3.8.8(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/radio': 3.8.9(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/searchfield@3.5.11(react@17.0.2)': + '@react-stately/searchfield@3.5.12(react@17.0.2)': dependencies: '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/searchfield': 3.6.1(react@17.0.2) + '@react-types/searchfield': 3.6.2(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/select@3.6.12(react@17.0.2)': + '@react-stately/select@3.6.13(react@17.0.2)': dependencies: - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-stately/overlays': 3.6.15(react@17.0.2) - '@react-types/select': 3.9.11(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) + '@react-types/select': 3.9.12(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/selection@3.20.1(react@17.0.2)': + '@react-stately/selection@3.20.2(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/slider@3.6.3(react@17.0.2)': + '@react-stately/slider@3.6.4(react@17.0.2)': dependencies: '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/slider': 3.7.10(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/slider': 3.7.11(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/table@3.14.1(react@17.0.2)': + '@react-stately/table@3.14.2(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) '@react-stately/flags': 3.1.1 - '@react-stately/grid': 3.11.1(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) + '@react-stately/grid': 3.11.2(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/grid': 3.3.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/table': 3.12.0(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/table': 3.13.0(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/tabs@3.8.1(react@17.0.2)': + '@react-stately/tabs@3.8.2(react@17.0.2)': dependencies: - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/tabs': 3.3.14(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/tabs': 3.3.15(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 @@ -11836,27 +11840,27 @@ snapshots: react: 17.0.2 use-sync-external-store: 1.5.0(react@17.0.2) - '@react-stately/toggle@3.8.3(react@17.0.2)': + '@react-stately/toggle@3.8.4(react@17.0.2)': dependencies: '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/checkbox': 3.9.3(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/checkbox': 3.9.4(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/tooltip@3.5.3(react@17.0.2)': + '@react-stately/tooltip@3.5.4(react@17.0.2)': dependencies: - '@react-stately/overlays': 3.6.15(react@17.0.2) - '@react-types/tooltip': 3.4.16(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) + '@react-types/tooltip': 3.4.17(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/tree@3.8.9(react@17.0.2)': + '@react-stately/tree@3.8.10(react@17.0.2)': dependencies: - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 @@ -11865,10 +11869,10 @@ snapshots: '@swc/helpers': 0.5.17 react: 17.0.2 - '@react-stately/virtualizer@4.3.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@react-stately/virtualizer@4.4.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-aria/utils': 3.29.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) '@swc/helpers': 0.5.17 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -11878,153 +11882,153 @@ snapshots: '@react-types/shared': 3.27.0(react@17.0.2) react: 17.0.2 - '@react-types/breadcrumbs@3.7.12(react@17.0.2)': + '@react-types/breadcrumbs@3.7.13(react@17.0.2)': dependencies: - '@react-types/link': 3.6.0(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/link': 3.6.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/button@3.12.0(react@17.0.2)': + '@react-types/button@3.12.1(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/calendar@3.7.0(react@17.0.2)': + '@react-types/calendar@3.7.1(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 - '@react-types/shared': 3.29.0(react@17.0.2) + '@internationalized/date': 3.8.1 + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/checkbox@3.9.3(react@17.0.2)': + '@react-types/checkbox@3.9.4(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/color@3.0.4(react@17.0.2)': + '@react-types/color@3.0.5(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/slider': 3.7.10(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/slider': 3.7.11(react@17.0.2) react: 17.0.2 - '@react-types/combobox@3.13.4(react@17.0.2)': + '@react-types/combobox@3.13.5(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/datepicker@3.12.0(react@17.0.2)': + '@react-types/datepicker@3.12.1(react@17.0.2)': dependencies: - '@internationalized/date': 3.8.0 - '@react-types/calendar': 3.7.0(react@17.0.2) - '@react-types/overlays': 3.8.14(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@internationalized/date': 3.8.1 + '@react-types/calendar': 3.7.1(react@17.0.2) + '@react-types/overlays': 3.8.15(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/dialog@3.5.17(react@17.0.2)': + '@react-types/dialog@3.5.18(react@17.0.2)': dependencies: - '@react-types/overlays': 3.8.14(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/overlays': 3.8.15(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/form@3.7.11(react@17.0.2)': + '@react-types/form@3.7.12(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/grid@3.3.1(react@17.0.2)': + '@react-types/grid@3.3.2(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/link@3.6.0(react@17.0.2)': + '@react-types/link@3.6.1(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/listbox@3.6.0(react@17.0.2)': + '@react-types/listbox@3.7.0(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/menu@3.10.0(react@17.0.2)': + '@react-types/menu@3.10.1(react@17.0.2)': dependencies: - '@react-types/overlays': 3.8.14(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/overlays': 3.8.15(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/meter@3.4.8(react@17.0.2)': + '@react-types/meter@3.4.9(react@17.0.2)': dependencies: - '@react-types/progress': 3.5.11(react@17.0.2) + '@react-types/progress': 3.5.12(react@17.0.2) react: 17.0.2 - '@react-types/numberfield@3.8.10(react@17.0.2)': + '@react-types/numberfield@3.8.11(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/overlays@3.8.14(react@17.0.2)': + '@react-types/overlays@3.8.15(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/progress@3.5.11(react@17.0.2)': + '@react-types/progress@3.5.12(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/radio@3.8.8(react@17.0.2)': + '@react-types/radio@3.8.9(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/searchfield@3.6.1(react@17.0.2)': + '@react-types/searchfield@3.6.2(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) - '@react-types/textfield': 3.12.1(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) + '@react-types/textfield': 3.12.2(react@17.0.2) react: 17.0.2 - '@react-types/select@3.9.11(react@17.0.2)': + '@react-types/select@3.9.12(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 '@react-types/shared@3.27.0(react@17.0.2)': dependencies: react: 17.0.2 - '@react-types/shared@3.29.0(react@17.0.2)': + '@react-types/shared@3.29.1(react@17.0.2)': dependencies: react: 17.0.2 - '@react-types/slider@3.7.10(react@17.0.2)': + '@react-types/slider@3.7.11(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/switch@3.5.10(react@17.0.2)': + '@react-types/switch@3.5.11(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/table@3.12.0(react@17.0.2)': + '@react-types/table@3.13.0(react@17.0.2)': dependencies: - '@react-types/grid': 3.3.1(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/tabs@3.3.14(react@17.0.2)': + '@react-types/tabs@3.3.15(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/textfield@3.12.1(react@17.0.2)': + '@react-types/textfield@3.12.2(react@17.0.2)': dependencies: - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 - '@react-types/tooltip@3.4.16(react@17.0.2)': + '@react-types/tooltip@3.4.17(react@17.0.2)': dependencies: - '@react-types/overlays': 3.8.14(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-types/overlays': 3.8.15(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 '@sideway/address@4.1.5': @@ -12035,11 +12039,11 @@ snapshots: '@sideway/pinpoint@2.0.0': {} - '@signalapp/libsignal-client@0.68.0': + '@signalapp/libsignal-client@0.70.0': dependencies: node-gyp-build: 4.8.4 type-fest: 4.26.1 - uuid: 8.3.2 + uuid: 11.0.2 '@signalapp/parchment-cjs@3.0.1': {} @@ -12050,14 +12054,14 @@ snapshots: lodash: 4.17.21 quill-delta: 5.1.0 - '@signalapp/ringrtc@2.50.5(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf)': + '@signalapp/ringrtc@2.51.0(patch_hash=16738d799318d4c5fe950f44ee7511dad758c4364ec26a25fb6b657203e9d8bf)': dependencies: https-proxy-agent: 7.0.6 tar: 6.2.1 transitivePeerDependencies: - supports-color - '@signalapp/sqlcipher@2.0.0': + '@signalapp/sqlcipher@2.0.1': dependencies: node-addon-api: 8.3.1 node-gyp-build: 4.8.4 @@ -12147,16 +12151,16 @@ snapshots: '@storybook/addon-webpack5-compiler-swc@1.0.5(@swc/helpers@0.5.17)(webpack@5.96.1)': dependencies: - '@swc/core': 1.11.22(@swc/helpers@0.5.17) - swc-loader: 0.2.6(@swc/core@1.11.22(@swc/helpers@0.5.17))(webpack@5.96.1) + '@swc/core': 1.11.29(@swc/helpers@0.5.17) + swc-loader: 0.2.6(@swc/core@1.11.29(@swc/helpers@0.5.17))(webpack@5.96.1) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@8.4.4(@swc/core@1.11.22(@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.11.29(@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)': 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.14.1 + '@types/node': 22.15.21 '@types/semver': 7.5.8 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -12172,12 +12176,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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + terser-webpack-plugin: 5.3.10(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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 @@ -12213,7 +12217,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.14.1 + '@types/node': 22.15.21 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 @@ -12229,7 +12233,7 @@ snapshots: recast: 0.23.11 semver: 7.6.3 util: 0.12.5 - ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: prettier: 3.3.3 transitivePeerDependencies: @@ -12253,12 +12257,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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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@17.0.2(react@17.0.2))(react@17.0.2)(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.14.1 + '@types/node': 22.15.21 '@types/semver': 7.5.8 find-up: 5.0.0 magic-string: 0.30.17 @@ -12269,7 +12273,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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: @@ -12294,7 +12298,7 @@ snapshots: react-docgen-typescript: 2.2.2(typescript@5.6.3) tslib: 2.8.1 typescript: 5.6.3 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) transitivePeerDependencies: - supports-color @@ -12304,12 +12308,12 @@ snapshots: react-dom: 17.0.2(react@17.0.2) 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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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.11.22(@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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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.11.29(@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.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(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@17.0.2(react@17.0.2))(react@17.0.2)(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.14.1 + '@types/node': 22.15.21 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) @@ -12339,25 +12343,25 @@ 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.11.22(@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.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))': dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.27.0 - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/generator': 7.27.3 + '@babel/template': 7.27.2 + '@babel/types': 7.27.3 '@jest/types': 29.6.3 '@storybook/csf': 0.1.11 - '@swc/core': 1.11.22(@swc/helpers@0.5.17) - '@swc/jest': 0.2.38(@swc/core@1.11.22(@swc/helpers@0.5.17)) + '@swc/core': 1.11.29(@swc/helpers@0.5.17) + '@swc/jest': 0.2.38(@swc/core@1.11.29(@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.11.22(@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.11.29(@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.11.22(@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.11.29(@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.11.22(@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.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))) nyc: 15.1.0 playwright: 1.45.0 storybook: 8.4.4(bufferutil@4.0.9)(prettier@3.3.3)(utf-8-validate@5.0.10) @@ -12389,54 +12393,54 @@ snapshots: '@storybook/types@8.1.11': dependencies: '@storybook/channels': 8.1.11 - '@types/express': 4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae) + '@types/express': 4.17.22 file-system-cache: 2.3.0 - '@swc/core-darwin-arm64@1.11.22': + '@swc/core-darwin-arm64@1.11.29': optional: true - '@swc/core-darwin-x64@1.11.22': + '@swc/core-darwin-x64@1.11.29': optional: true - '@swc/core-linux-arm-gnueabihf@1.11.22': + '@swc/core-linux-arm-gnueabihf@1.11.29': optional: true - '@swc/core-linux-arm64-gnu@1.11.22': + '@swc/core-linux-arm64-gnu@1.11.29': optional: true - '@swc/core-linux-arm64-musl@1.11.22': + '@swc/core-linux-arm64-musl@1.11.29': optional: true - '@swc/core-linux-x64-gnu@1.11.22': + '@swc/core-linux-x64-gnu@1.11.29': optional: true - '@swc/core-linux-x64-musl@1.11.22': + '@swc/core-linux-x64-musl@1.11.29': optional: true - '@swc/core-win32-arm64-msvc@1.11.22': + '@swc/core-win32-arm64-msvc@1.11.29': optional: true - '@swc/core-win32-ia32-msvc@1.11.22': + '@swc/core-win32-ia32-msvc@1.11.29': optional: true - '@swc/core-win32-x64-msvc@1.11.22': + '@swc/core-win32-x64-msvc@1.11.29': optional: true - '@swc/core@1.11.22(@swc/helpers@0.5.17)': + '@swc/core@1.11.29(@swc/helpers@0.5.17)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.21 optionalDependencies: - '@swc/core-darwin-arm64': 1.11.22 - '@swc/core-darwin-x64': 1.11.22 - '@swc/core-linux-arm-gnueabihf': 1.11.22 - '@swc/core-linux-arm64-gnu': 1.11.22 - '@swc/core-linux-arm64-musl': 1.11.22 - '@swc/core-linux-x64-gnu': 1.11.22 - '@swc/core-linux-x64-musl': 1.11.22 - '@swc/core-win32-arm64-msvc': 1.11.22 - '@swc/core-win32-ia32-msvc': 1.11.22 - '@swc/core-win32-x64-msvc': 1.11.22 + '@swc/core-darwin-arm64': 1.11.29 + '@swc/core-darwin-x64': 1.11.29 + '@swc/core-linux-arm-gnueabihf': 1.11.29 + '@swc/core-linux-arm64-gnu': 1.11.29 + '@swc/core-linux-arm64-musl': 1.11.29 + '@swc/core-linux-x64-gnu': 1.11.29 + '@swc/core-linux-x64-musl': 1.11.29 + '@swc/core-win32-arm64-msvc': 1.11.29 + '@swc/core-win32-ia32-msvc': 1.11.29 + '@swc/core-win32-x64-msvc': 1.11.29 '@swc/helpers': 0.5.17 '@swc/counter@0.1.3': {} @@ -12445,10 +12449,10 @@ snapshots: dependencies: tslib: 2.8.1 - '@swc/jest@0.2.38(@swc/core@1.11.22(@swc/helpers@0.5.17))': + '@swc/jest@0.2.38(@swc/core@1.11.29(@swc/helpers@0.5.17))': dependencies: '@jest/create-cache-key-function': 29.7.0 - '@swc/core': 1.11.22(@swc/helpers@0.5.17) + '@swc/core': 1.11.29(@swc/helpers@0.5.17) '@swc/counter': 0.1.3 jsonc-parser: 3.3.1 @@ -12470,8 +12474,8 @@ snapshots: '@testing-library/dom@10.4.0': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/runtime': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/runtime': 7.27.3 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -12481,7 +12485,7 @@ snapshots: '@testing-library/jest-dom@6.5.0': dependencies: - '@adobe/css-tools': 4.4.2 + '@adobe/css-tools': 4.4.3 aria-query: 5.3.2 chalk: 3.0.0 css.escape: 1.5.1 @@ -12511,24 +12515,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/parser': 7.27.3 + '@babel/types': 7.27.3 '@types/babel__generator': 7.27.0 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.7 '@types/babel__generator@7.27.0': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.3 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/parser': 7.27.3 + '@babel/types': 7.27.3 '@types/babel__traverse@7.20.7': dependencies: - '@babel/types': 7.27.0 + '@babel/types': 7.27.3 '@types/backbone@1.4.22(patch_hash=9dace206a9f53e0e3b0203051b26aec1e92ad49744b156ad8076946356c6c8e7)': dependencies: @@ -12580,6 +12584,12 @@ snapshots: '@types/doctrine@0.0.9': {} + '@types/dom-mediacapture-transform@0.1.11': + dependencies: + '@types/dom-webcodecs': 0.1.15 + + '@types/dom-webcodecs@0.1.15': {} + '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 9.6.1 @@ -12595,22 +12605,22 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: '@types/node': 20.17.6 - '@types/qs': 6.9.18 + '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.6': dependencies: '@types/node': 20.17.6 - '@types/qs': 6.9.18 + '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 - '@types/express@4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae)': + '@types/express@4.17.22': dependencies: '@types/body-parser': 1.19.5 '@types/express-serve-static-core': 4.19.6 - '@types/qs': 6.9.18 + '@types/qs': 6.14.0 '@types/serve-static': 1.15.7 '@types/fabric@4.5.3(patch_hash=e5f339ecf72fbab1c91505e7713e127a7184bfe8164aa3a9afe9bf45a0ad6b89)': {} @@ -12725,7 +12735,7 @@ snapshots: dependencies: undici-types: 6.19.8 - '@types/node@22.14.1': + '@types/node@22.15.21': dependencies: undici-types: 6.21.0 @@ -12751,7 +12761,7 @@ snapshots: '@types/prop-types@15.7.14': {} - '@types/qs@6.9.18': {} + '@types/qs@6.14.0': {} '@types/range-parser@1.2.7': {} @@ -12811,7 +12821,7 @@ snapshots: '@types/serve-index@1.9.4': dependencies: - '@types/express': 4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae) + '@types/express': 4.17.22 '@types/serve-static@1.15.7': dependencies: @@ -13010,7 +13020,7 @@ snapshots: '@typescript-eslint/utils@5.62.0(eslint@8.56.0)(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@8.56.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 @@ -13025,7 +13035,7 @@ snapshots: '@typescript-eslint/utils@6.18.1(eslint@8.56.0)(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@8.56.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.18.1 @@ -13159,17 +13169,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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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) @@ -13295,7 +13305,7 @@ snapshots: app-builder-bin@5.0.0-alpha.12: {} - app-builder-lib@26.0.12(patch_hash=02f7a0b289e0e32e4a589f2db221809f13bb6facd20edeeeb613de1718848e32)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12): + app-builder-lib@26.0.12(patch_hash=e32305da30fb126846cea8d7fc5a3c0085bfaadbe18fb707455d4713e0c5fe76)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12): dependencies: '@develar/schema-utils': 2.6.5 '@electron/asar': 3.2.18 @@ -13312,7 +13322,7 @@ snapshots: chromium-pickle-js: 0.2.0 config-file-ts: 0.2.8-rc1 debug: 4.3.7(supports-color@8.1.1) - dmg-builder: 26.0.12(electron-builder-squirrel-windows@26.0.12) + dmg-builder: 26.0.12(patch_hash=cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2)(electron-builder-squirrel-windows@26.0.12) dotenv: 16.5.0 dotenv-expand: 11.0.7 ejs: 3.1.10 @@ -13367,7 +13377,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 is-string: 1.1.1 @@ -13378,14 +13388,14 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-shim-unscopables: 1.1.0 arraybuffer.prototype.slice@1.0.4: @@ -13393,7 +13403,7 @@ snapshots: array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-errors: 1.3.0 get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 @@ -13438,7 +13448,7 @@ snapshots: axe-core@4.10.2: {} - axios@1.8.4(debug@4.3.7): + axios@1.9.0(debug@4.3.7): dependencies: follow-redirects: 1.15.9(debug@4.3.7) form-data: 4.0.1 @@ -13470,11 +13480,11 @@ snapshots: '@babel/core': 7.26.0 find-cache-dir: 4.0.0 schema-utils: 4.3.2 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) babel-plugin-istanbul@6.1.1: dependencies: - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-plugin-utils': 7.27.1 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -13484,15 +13494,15 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/template': 7.27.2 + '@babel/types': 7.27.3 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.7 babel-plugin-lodash@3.3.4: dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/types': 7.27.0 + '@babel/helper-module-imports': 7.27.1 + '@babel/types': 7.27.3 glob: 7.2.3 lodash: 4.17.21 require-package-name: 2.0.1 @@ -13501,7 +13511,7 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.26.0): dependencies: - '@babel/compat-data': 7.26.8 + '@babel/compat-data': 7.27.3 '@babel/core': 7.26.0 '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.0) semver: 6.3.1 @@ -13512,7 +13522,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.26.0) - core-js-compat: 3.41.0 + core-js-compat: 3.42.0 transitivePeerDependencies: - supports-color @@ -13530,7 +13540,7 @@ snapshots: '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.0) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.26.0) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0) @@ -13654,12 +13664,12 @@ snapshots: browser-stdout@1.3.1: {} - browserslist@4.24.4: + browserslist@4.24.5: dependencies: - caniuse-lite: 1.0.30001715 - electron-to-chromium: 1.5.141 + caniuse-lite: 1.0.30001718 + electron-to-chromium: 1.5.158 node-releases: 2.0.19 - update-browserslist-db: 1.1.3(browserslist@4.24.4) + update-browserslist-db: 1.1.3(browserslist@4.24.5) bser@2.1.1: dependencies: @@ -13764,7 +13774,7 @@ snapshots: dependencies: clone-response: 1.0.3 get-stream: 5.2.0 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.2.0 keyv: 4.5.4 lowercase-keys: 2.0.0 normalize-url: 6.1.0 @@ -13807,7 +13817,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001715: {} + caniuse-lite@1.0.30001718: {} capture-stack-trace@1.0.2: {} @@ -14095,11 +14105,11 @@ snapshots: copy-text-to-clipboard@2.1.0: {} - core-js-compat@3.41.0: + core-js-compat@3.42.0: dependencies: - browserslist: 4.24.4 + browserslist: 4.24.5 - core-js@3.41.0: {} + core-js@3.42.0: {} core-util-is@1.0.2: optional: true @@ -14134,13 +14144,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.11.22(@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.11.29(@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.11.22(@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.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -14193,7 +14203,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) css-loader@7.1.2(webpack@5.96.1): dependencies: @@ -14206,7 +14216,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) css-select@4.3.0: dependencies: @@ -14272,7 +14282,7 @@ snapshots: async-retry: 1.2.3 chalk: 2.4.2 commander: 2.20.3 - core-js: 3.41.0 + core-js: 3.42.0 debug: 4.3.7(supports-color@8.1.1) fast-json-patch: 3.1.1 get-stdin: 6.0.0 @@ -14358,7 +14368,7 @@ snapshots: dedent@0.7.0: {} - dedent@1.5.3: {} + dedent@1.6.0: {} deep-diff@0.3.8: {} @@ -14461,9 +14471,9 @@ snapshots: direction@1.0.4: {} - dmg-builder@26.0.12(electron-builder-squirrel-windows@26.0.12): + dmg-builder@26.0.12(patch_hash=cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2)(electron-builder-squirrel-windows@26.0.12): dependencies: - app-builder-lib: 26.0.12(patch_hash=02f7a0b289e0e32e4a589f2db221809f13bb6facd20edeeeb613de1718848e32)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12) + app-builder-lib: 26.0.12(patch_hash=e32305da30fb126846cea8d7fc5a3c0085bfaadbe18fb707455d4713e0c5fe76)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12) builder-util: 26.0.11 builder-util-runtime: 9.3.1 fs-extra: 10.1.0 @@ -14510,7 +14520,7 @@ snapshots: dom-helpers@5.2.1: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 csstype: 3.1.3 dom-serializer@0.2.2: @@ -14609,7 +14619,7 @@ snapshots: electron-builder-squirrel-windows@26.0.12(dmg-builder@26.0.12): dependencies: - app-builder-lib: 26.0.12(patch_hash=02f7a0b289e0e32e4a589f2db221809f13bb6facd20edeeeb613de1718848e32)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12) + app-builder-lib: 26.0.12(patch_hash=e32305da30fb126846cea8d7fc5a3c0085bfaadbe18fb707455d4713e0c5fe76)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12) builder-util: 26.0.11 electron-winstaller: 5.4.0 transitivePeerDependencies: @@ -14619,11 +14629,11 @@ snapshots: electron-builder@26.0.12(patch_hash=4efee114d8c7e2a77c68ff826373a94a9678edfde006eeec4eccb386c32dae15)(electron-builder-squirrel-windows@26.0.12): dependencies: - app-builder-lib: 26.0.12(patch_hash=02f7a0b289e0e32e4a589f2db221809f13bb6facd20edeeeb613de1718848e32)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12) + app-builder-lib: 26.0.12(patch_hash=e32305da30fb126846cea8d7fc5a3c0085bfaadbe18fb707455d4713e0c5fe76)(dmg-builder@26.0.12)(electron-builder-squirrel-windows@26.0.12) builder-util: 26.0.11 builder-util-runtime: 9.3.1 chalk: 4.1.2 - dmg-builder: 26.0.12(electron-builder-squirrel-windows@26.0.12) + dmg-builder: 26.0.12(patch_hash=cb72ed47fa8d45513a36db33fcb41cb75c30cada4737da067bf3fa1f063725f2)(electron-builder-squirrel-windows@26.0.12) fs-extra: 10.1.0 is-ci: 3.0.1 lazy-val: 1.0.5 @@ -14655,7 +14665,7 @@ snapshots: transitivePeerDependencies: - supports-color - electron-to-chromium@1.5.141: {} + electron-to-chromium@1.5.158: {} electron-window@0.8.1: dependencies: @@ -14669,7 +14679,7 @@ snapshots: lodash: 4.17.21 temp: 0.9.4 optionalDependencies: - '@electron/windows-sign': 1.2.1 + '@electron/windows-sign': 1.2.2 transitivePeerDependencies: - supports-color @@ -14681,10 +14691,10 @@ snapshots: transitivePeerDependencies: - supports-color - electron@35.1.4: + electron@35.2.0: dependencies: '@electron/get': 2.0.3 - '@types/node': 22.14.1 + '@types/node': 22.15.21 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -14744,7 +14754,7 @@ snapshots: enhanced-resolve@5.18.1: dependencies: graceful-fs: 4.2.11 - tapable: 2.2.1 + tapable: 2.2.2 enquirer@2.4.1: dependencies: @@ -14767,7 +14777,7 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.23.9: + es-abstract@1.23.10: dependencies: array-buffer-byte-length: 1.0.2 arraybuffer.prototype.slice: 1.0.4 @@ -15143,7 +15153,7 @@ snapshots: eslint@8.56.0: dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@8.56.0) '@eslint-community/regexpp': 4.12.1 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.56.0 @@ -15510,7 +15520,7 @@ snapshots: fork-ts-checker-webpack-plugin@8.0.0(typescript@5.6.3)(webpack@5.96.1): dependencies: - '@babel/code-frame': 7.26.2 + '@babel/code-frame': 7.27.1 chalk: 4.1.2 chokidar: 3.6.0 cosmiconfig: 7.1.0 @@ -15521,9 +15531,9 @@ snapshots: node-abort-controller: 3.1.1 schema-utils: 3.3.0 semver: 7.6.3 - tapable: 2.2.1 + tapable: 2.2.2 typescript: 5.6.3 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) form-data@4.0.1: dependencies: @@ -15891,7 +15901,7 @@ snapshots: history@4.10.1: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.3 @@ -15900,7 +15910,7 @@ snapshots: history@5.3.0: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 hoist-non-react-statics@3.3.2: dependencies: @@ -15939,7 +15949,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.39.0 + terser: 5.40.0 html-tags@3.3.1: {} @@ -15949,9 +15959,9 @@ snapshots: html-minifier-terser: 6.1.0 lodash: 4.17.21 pretty-error: 4.0.0 - tapable: 2.2.1 + tapable: 2.2.2 optionalDependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) htmlparser2@3.10.1: dependencies: @@ -15969,7 +15979,7 @@ snapshots: domutils: 2.8.0 entities: 2.2.0 - http-cache-semantics@4.1.1: {} + http-cache-semantics@4.2.0: {} http-deceiver@1.2.7: {} @@ -16005,7 +16015,7 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.9(@types/express@4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae))(debug@4.3.7): + http-proxy-middleware@2.0.9(@types/express@4.17.22)(debug@4.3.7): dependencies: '@types/http-proxy': 1.17.16 http-proxy: 1.18.1(debug@4.3.7) @@ -16013,7 +16023,7 @@ snapshots: is-plain-obj: 3.0.0 micromatch: 4.0.8 optionalDependencies: - '@types/express': 4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae) + '@types/express': 4.17.22 transitivePeerDependencies: - debug @@ -16036,7 +16046,7 @@ snapshots: mime: 1.6.0 minimist: 1.2.8 opener: 1.5.2 - portfinder: 1.0.36 + portfinder: 1.0.37 secure-compare: 3.0.1 union: 0.5.0 url-join: 4.0.1 @@ -16099,7 +16109,7 @@ snapshots: ignore@6.0.2: {} - immutable@5.1.1: {} + immutable@5.1.2: {} import-fresh@3.3.1: dependencies: @@ -16444,7 +16454,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -16454,7 +16464,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.3 @@ -16517,7 +16527,7 @@ snapshots: '@types/node': 20.17.6 chalk: 4.1.2 co: 4.6.0 - dedent: 1.5.3 + dedent: 1.6.0 is-generator-fn: 2.1.0 jest-each: 29.7.0 jest-matcher-utils: 29.7.0 @@ -16534,16 +16544,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.11.22(@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.11.29(@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.11.22(@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.11.29(@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.11.22(@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.11.29(@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.11.22(@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.11.29(@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 @@ -16553,7 +16563,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.11.22(@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.11.29(@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 @@ -16579,7 +16589,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.17.6 - ts-node: 10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) + ts-node: 10.9.2(@swc/core@1.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -16651,7 +16661,7 @@ snapshots: jest-message-util@29.7.0: dependencies: - '@babel/code-frame': 7.26.2 + '@babel/code-frame': 7.27.1 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -16667,10 +16677,10 @@ 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.11.22(@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.11.29(@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.11.22(@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.11.29(@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) @@ -16784,10 +16794,10 @@ snapshots: jest-snapshot@29.7.0: dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.27.0 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.27.0 + '@babel/generator': 7.27.3 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.0) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.26.0) + '@babel/types': 7.27.3 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -16824,11 +16834,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.11.22(@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.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3))): dependencies: ansi-escapes: 6.2.1 chalk: 5.4.1 - jest: 29.7.0(@types/node@20.17.6)(ts-node@10.9.2(@swc/core@1.11.22(@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.11.29(@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 @@ -16859,12 +16869,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.11.22(@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.11.29(@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.11.22(@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.11.29(@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.11.22(@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.11.29(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -16902,7 +16912,7 @@ snapshots: jsdoc@4.0.4: dependencies: - '@babel/parser': 7.27.0 + '@babel/parser': 7.27.3 '@jsdoc/salty': 0.2.9 '@types/markdown-it': 14.1.2 bluebird: 3.7.2 @@ -16982,7 +16992,7 @@ snapshots: just-extend@6.2.0: {} - jwa@1.4.1: + jwa@1.4.2: dependencies: buffer-equal-constant-time: 1.0.1 ecdsa-sig-formatter: 1.0.11 @@ -16990,7 +17000,7 @@ snapshots: jws@3.2.2: dependencies: - jwa: 1.4.1 + jwa: 1.4.2 safe-buffer: 5.2.1 keyv@4.5.4: @@ -17007,7 +17017,7 @@ snapshots: known-css-properties@0.34.0: {} - known-css-properties@0.35.0: {} + known-css-properties@0.36.0: {} language-subtag-registry@0.3.23: {} @@ -17196,7 +17206,7 @@ snapshots: dependencies: agentkeepalive: 4.6.0 cacache: 16.1.3 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.2.0 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-lambda: 1.0.1 @@ -17218,7 +17228,7 @@ snapshots: dependencies: '@npmcli/agent': 3.0.0 cacache: 19.0.1 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.2.0 minipass: 7.1.2 minipass-fetch: 4.0.1 minipass-flush: 1.0.5 @@ -17345,11 +17355,11 @@ snapshots: dependencies: fs-monkey: 1.0.6 - memfs@4.17.0: + memfs@4.17.2: dependencies: '@jsonjoy.com/json-pack': 1.2.0(tslib@2.8.1) - '@jsonjoy.com/util': 1.5.0(tslib@2.8.1) - tree-dump: 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.6.0(tslib@2.8.1) + tree-dump: 1.0.3(tslib@2.8.1) tslib: 2.8.1 memoize-one@5.2.1: {} @@ -17458,7 +17468,7 @@ snapshots: mini-create-react-context@0.3.3(prop-types@15.8.1)(react@17.0.2): dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 prop-types: 15.8.1 react: 17.0.2 tiny-warning: 1.0.3 @@ -17466,8 +17476,8 @@ snapshots: mini-css-extract-plugin@2.9.2(webpack@5.96.1): dependencies: schema-utils: 4.3.2 - tapable: 2.2.1 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + tapable: 2.2.2 + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) minimalistic-assert@1.0.1: {} @@ -17629,7 +17639,7 @@ snapshots: lower-case: 2.0.2 tslib: 2.8.1 - node-abi@3.74.0: + node-abi@3.75.0: dependencies: semver: 7.6.3 @@ -17785,13 +17795,13 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-object-atoms: 1.1.1 object.hasown@1.1.4: dependencies: define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-object-atoms: 1.1.1 object.values@1.2.1: @@ -17823,7 +17833,7 @@ snapshots: oop@0.0.3: {} - open@10.1.1: + open@10.1.2: dependencies: default-browser: 5.2.1 define-lazy-prop: 3.0.0 @@ -18018,7 +18028,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.26.2 + '@babel/code-frame': 7.27.1 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -18147,11 +18157,11 @@ snapshots: pngjs@7.0.0: {} - pnpm@10.9.0: {} + pnpm@10.11.0: {} polished@4.3.1: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 popmotion@11.0.3: dependencies: @@ -18160,7 +18170,7 @@ snapshots: style-value-types: 5.0.0 tslib: 2.8.1 - portfinder@1.0.36: + portfinder@1.0.37: dependencies: async: 3.2.6 debug: 4.3.7(supports-color@8.1.1) @@ -18411,80 +18421,80 @@ snapshots: react-aria-components@1.4.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2): dependencies: - '@internationalized/date': 3.8.0 + '@internationalized/date': 3.8.1 '@internationalized/string': 3.2.6 '@react-aria/accordion': 3.0.0-alpha.35(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/collections': 3.0.0-alpha.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/color': 3.0.6(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/color': 3.0.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/disclosure': 3.0.0-alpha.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/dnd': 3.9.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/dnd': 3.9.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/focus': 3.19.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/interactions': 3.23.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/live-announcer': 3.4.2 - '@react-aria/menu': 3.18.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/menu': 3.18.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/toolbar': 3.0.0-beta.10(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/tree': 3.0.0-beta.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/utils': 3.25.3(react@17.0.2) - '@react-aria/virtualizer': 4.1.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/color': 3.8.4(react@17.0.2) + '@react-aria/virtualizer': 4.1.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/color': 3.8.5(react@17.0.2) '@react-stately/disclosure': 3.0.0-alpha.0(react@17.0.2) - '@react-stately/layout': 4.2.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-stately/menu': 3.9.3(react@17.0.2) - '@react-stately/table': 3.14.1(react@17.0.2) + '@react-stately/layout': 4.3.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-stately/menu': 3.9.4(react@17.0.2) + '@react-stately/table': 3.14.2(react@17.0.2) '@react-stately/utils': 3.10.6(react@17.0.2) - '@react-stately/virtualizer': 4.3.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-types/color': 3.0.4(react@17.0.2) - '@react-types/form': 3.7.11(react@17.0.2) - '@react-types/grid': 3.3.1(react@17.0.2) + '@react-stately/virtualizer': 4.4.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-types/color': 3.0.5(react@17.0.2) + '@react-types/form': 3.7.12(react@17.0.2) + '@react-types/grid': 3.3.2(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) - '@react-types/table': 3.12.0(react@17.0.2) + '@react-types/table': 3.13.0(react@17.0.2) '@swc/helpers': 0.5.17 client-only: 0.0.1 react: 17.0.2 react-aria: 3.35.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) react-dom: 17.0.2(react@17.0.2) - react-stately: 3.37.0(react@17.0.2) + react-stately: 3.38.0(react@17.0.2) use-sync-external-store: 1.5.0(react@17.0.2) react-aria@3.35.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2): dependencies: '@internationalized/string': 3.2.6 - '@react-aria/breadcrumbs': 3.5.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/button': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/calendar': 3.8.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/checkbox': 3.15.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/color': 3.0.6(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/combobox': 3.12.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/datepicker': 3.14.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/dialog': 3.5.24(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/dnd': 3.9.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/breadcrumbs': 3.5.24(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/button': 3.13.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/calendar': 3.8.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/checkbox': 3.15.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/color': 3.0.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/combobox': 3.12.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/datepicker': 3.14.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/dialog': 3.5.25(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/dnd': 3.9.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/focus': 3.19.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/gridlist': 3.12.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/i18n': 3.12.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/gridlist': 3.13.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/i18n': 3.12.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/interactions': 3.23.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/label': 3.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/link': 3.8.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/listbox': 3.14.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/menu': 3.18.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/meter': 3.4.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/numberfield': 3.11.13(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/overlays': 3.27.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/progress': 3.4.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/radio': 3.11.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/searchfield': 3.8.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/select': 3.15.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/selection': 3.24.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/separator': 3.4.8(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/slider': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/label': 3.7.18(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/link': 3.8.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/listbox': 3.14.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/menu': 3.18.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/meter': 3.4.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/numberfield': 3.11.14(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/overlays': 3.27.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/progress': 3.4.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/radio': 3.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/searchfield': 3.8.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/select': 3.15.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/selection': 3.24.1(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/separator': 3.4.9(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/slider': 3.7.19(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/ssr': 3.9.8(react@17.0.2) - '@react-aria/switch': 3.7.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/table': 3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/tabs': 3.10.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/tag': 3.5.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/textfield': 3.17.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@react-aria/tooltip': 3.8.2(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/switch': 3.7.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/table': 3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/tabs': 3.10.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/tag': 3.6.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/textfield': 3.17.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/tooltip': 3.8.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-aria/utils': 3.25.3(react@17.0.2) - '@react-aria/visually-hidden': 3.8.22(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@react-aria/visually-hidden': 3.8.23(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@react-types/shared': 3.27.0(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -18530,8 +18540,8 @@ snapshots: react-docgen@7.1.1: dependencies: '@babel/core': 7.26.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 + '@babel/traverse': 7.27.3 + '@babel/types': 7.27.3 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.7 '@types/doctrine': 0.0.9 @@ -18600,7 +18610,7 @@ snapshots: react-redux@8.1.3(@types/react-dom@17.0.17)(@types/react@17.0.45)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(redux@5.0.1): dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 '@types/hoist-non-react-statics': 3.3.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -18615,7 +18625,7 @@ snapshots: react-router-dom@5.0.1(react@17.0.2): dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -18626,7 +18636,7 @@ snapshots: react-router@5.0.1(react@17.0.2): dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -18638,39 +18648,39 @@ snapshots: tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - react-stately@3.37.0(react@17.0.2): - dependencies: - '@react-stately/calendar': 3.8.0(react@17.0.2) - '@react-stately/checkbox': 3.6.13(react@17.0.2) - '@react-stately/collections': 3.12.3(react@17.0.2) - '@react-stately/color': 3.8.4(react@17.0.2) - '@react-stately/combobox': 3.10.4(react@17.0.2) - '@react-stately/data': 3.12.3(react@17.0.2) - '@react-stately/datepicker': 3.14.0(react@17.0.2) - '@react-stately/disclosure': 3.0.3(react@17.0.2) - '@react-stately/dnd': 3.5.3(react@17.0.2) - '@react-stately/form': 3.1.3(react@17.0.2) - '@react-stately/list': 3.12.1(react@17.0.2) - '@react-stately/menu': 3.9.3(react@17.0.2) - '@react-stately/numberfield': 3.9.11(react@17.0.2) - '@react-stately/overlays': 3.6.15(react@17.0.2) - '@react-stately/radio': 3.10.12(react@17.0.2) - '@react-stately/searchfield': 3.5.11(react@17.0.2) - '@react-stately/select': 3.6.12(react@17.0.2) - '@react-stately/selection': 3.20.1(react@17.0.2) - '@react-stately/slider': 3.6.3(react@17.0.2) - '@react-stately/table': 3.14.1(react@17.0.2) - '@react-stately/tabs': 3.8.1(react@17.0.2) + react-stately@3.38.0(react@17.0.2): + dependencies: + '@react-stately/calendar': 3.8.1(react@17.0.2) + '@react-stately/checkbox': 3.6.14(react@17.0.2) + '@react-stately/collections': 3.12.4(react@17.0.2) + '@react-stately/color': 3.8.5(react@17.0.2) + '@react-stately/combobox': 3.10.5(react@17.0.2) + '@react-stately/data': 3.13.0(react@17.0.2) + '@react-stately/datepicker': 3.14.1(react@17.0.2) + '@react-stately/disclosure': 3.0.4(react@17.0.2) + '@react-stately/dnd': 3.5.4(react@17.0.2) + '@react-stately/form': 3.1.4(react@17.0.2) + '@react-stately/list': 3.12.2(react@17.0.2) + '@react-stately/menu': 3.9.4(react@17.0.2) + '@react-stately/numberfield': 3.9.12(react@17.0.2) + '@react-stately/overlays': 3.6.16(react@17.0.2) + '@react-stately/radio': 3.10.13(react@17.0.2) + '@react-stately/searchfield': 3.5.12(react@17.0.2) + '@react-stately/select': 3.6.13(react@17.0.2) + '@react-stately/selection': 3.20.2(react@17.0.2) + '@react-stately/slider': 3.6.4(react@17.0.2) + '@react-stately/table': 3.14.2(react@17.0.2) + '@react-stately/tabs': 3.8.2(react@17.0.2) '@react-stately/toast': 3.1.0(react@17.0.2) - '@react-stately/toggle': 3.8.3(react@17.0.2) - '@react-stately/tooltip': 3.5.3(react@17.0.2) - '@react-stately/tree': 3.8.9(react@17.0.2) - '@react-types/shared': 3.29.0(react@17.0.2) + '@react-stately/toggle': 3.8.4(react@17.0.2) + '@react-stately/tooltip': 3.5.4(react@17.0.2) + '@react-stately/tree': 3.8.10(react@17.0.2) + '@react-types/shared': 3.29.1(react@17.0.2) react: 17.0.2 react-textarea-autosize@8.5.5(patch_hash=94614db18e4db7ff5eee4c2acf88e3ef245bff2f9637416e99e401bec3531286)(@types/react@17.0.45)(react@17.0.2): dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 react: 17.0.2 use-composed-ref: 1.4.0(@types/react@17.0.45)(react@17.0.2) use-latest: 1.3.0(@types/react@17.0.45)(react@17.0.2) @@ -18679,7 +18689,7 @@ snapshots: react-virtualized@9.22.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2): dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 clsx: 1.2.1 dom-helpers: 5.2.1 loose-envify: 1.4.0 @@ -18774,7 +18784,7 @@ snapshots: redux@4.2.1: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.3 redux@5.0.1: {} @@ -18782,7 +18792,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -18791,8 +18801,6 @@ snapshots: regenerator-runtime@0.13.11: {} - regenerator-runtime@0.14.1: {} - regex-parser@2.3.1: {} regexp.prototype.flags@1.5.4: @@ -18996,12 +19004,12 @@ snapshots: neo-async: 2.6.2 optionalDependencies: sass: 1.80.7 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) sass@1.80.7: dependencies: chokidar: 4.0.3 - immutable: 5.1.1 + immutable: 5.1.2 source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.1 @@ -19385,14 +19393,14 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 string.prototype.matchall@4.0.12: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -19407,7 +19415,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-object-atoms: 1.1.1 string.prototype.trim@1.2.10: @@ -19416,7 +19424,7 @@ snapshots: call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.23.10 es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 @@ -19479,11 +19487,11 @@ snapshots: style-loader@3.3.4(webpack@5.96.1): dependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) style-loader@4.0.0(webpack@5.96.1): dependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) style-value-types@5.0.0: dependencies: @@ -19494,14 +19502,14 @@ snapshots: dependencies: stylelint: 16.10.0(typescript@5.6.3) optionalDependencies: - stylelint-scss: 6.11.1(stylelint@16.10.0(typescript@5.6.3)) + stylelint-scss: 6.12.0(stylelint@16.10.0(typescript@5.6.3)) stylelint-config-recommended-scss@14.1.0(postcss@8.5.3)(stylelint@16.10.0(typescript@5.6.3)): dependencies: postcss-scss: 4.0.9(postcss@8.5.3) stylelint: 16.10.0(typescript@5.6.3) stylelint-config-recommended: 14.0.1(stylelint@16.10.0(typescript@5.6.3)) - stylelint-scss: 6.11.1(stylelint@16.10.0(typescript@5.6.3)) + stylelint-scss: 6.12.0(stylelint@16.10.0(typescript@5.6.3)) optionalDependencies: postcss: 8.5.3 @@ -19509,11 +19517,11 @@ snapshots: dependencies: stylelint: 16.10.0(typescript@5.6.3) - stylelint-scss@6.11.1(stylelint@16.10.0(typescript@5.6.3)): + stylelint-scss@6.12.0(stylelint@16.10.0(typescript@5.6.3)): dependencies: css-tree: 3.1.0 is-plain-object: 5.0.0 - known-css-properties: 0.35.0 + known-css-properties: 0.36.0 mdn-data: 2.21.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 @@ -19527,9 +19535,9 @@ snapshots: stylelint@16.10.0(typescript@5.6.3): dependencies: - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 - '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) + '@csstools/css-tokenizer': 3.0.4 + '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 @@ -19611,11 +19619,11 @@ snapshots: csso: 5.0.5 picocolors: 1.1.1 - swc-loader@0.2.6(@swc/core@1.11.22(@swc/helpers@0.5.17))(webpack@5.96.1): + swc-loader@0.2.6(@swc/core@1.11.29(@swc/helpers@0.5.17))(webpack@5.96.1): dependencies: - '@swc/core': 1.11.22(@swc/helpers@0.5.17) + '@swc/core': 1.11.29(@swc/helpers@0.5.17) '@swc/counter': 0.1.3 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) synckit@0.9.2: dependencies: @@ -19632,7 +19640,7 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tapable@2.2.1: {} + tapable@2.2.2: {} tar@6.2.1: dependencies: @@ -19670,19 +19678,19 @@ snapshots: dependencies: execa: 0.7.0 - terser-webpack-plugin@5.3.10(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1): + terser-webpack-plugin@5.3.10(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.39.0 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + terser: 5.40.0 + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) optionalDependencies: - '@swc/core': 1.11.22(@swc/helpers@0.5.17) + '@swc/core': 1.11.29(@swc/helpers@0.5.17) esbuild: 0.24.0 - terser@5.39.0: + terser@5.40.0: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.14.1 @@ -19767,7 +19775,7 @@ snapshots: tr46@0.0.3: {} - tree-dump@1.0.2(tslib@2.8.1): + tree-dump@1.0.3(tslib@2.8.1): dependencies: tslib: 2.8.1 @@ -19785,7 +19793,7 @@ snapshots: ts-dedent@2.2.0: {} - ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.17.6)(typescript@5.6.3): + ts-node@10.9.2(@swc/core@1.11.29(@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 @@ -19803,7 +19811,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.11.22(@swc/helpers@0.5.17) + '@swc/core': 1.11.29(@swc/helpers@0.5.17) tsconfig-paths@3.15.0: dependencies: @@ -19985,9 +19993,9 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.1.3(browserslist@4.24.4): + update-browserslist-db@1.1.3(browserslist@4.24.5): dependencies: - browserslist: 4.24.4 + browserslist: 4.24.5 escalade: 3.2.0 picocolors: 1.1.1 @@ -20027,7 +20035,7 @@ snapshots: optionalDependencies: '@types/react': 17.0.45 - use-isomorphic-layout-effect@1.2.0(@types/react@17.0.45)(react@17.0.2): + use-isomorphic-layout-effect@1.2.1(@types/react@17.0.45)(react@17.0.2): dependencies: react: 17.0.2 optionalDependencies: @@ -20036,7 +20044,7 @@ snapshots: use-latest@1.3.0(@types/react@17.0.45)(react@17.0.2): dependencies: react: 17.0.2 - use-isomorphic-layout-effect: 1.2.0(@types/react@17.0.45)(react@17.0.2) + use-isomorphic-layout-effect: 1.2.1(@types/react@17.0.45)(react@17.0.2) optionalDependencies: '@types/react': 17.0.45 @@ -20108,7 +20116,7 @@ snapshots: wait-on@7.2.0(debug@4.3.7): dependencies: - axios: 1.8.4(debug@4.3.7) + axios: 1.9.0(debug@4.3.7) joi: 17.13.3 lodash: 4.17.21 minimist: 1.2.8 @@ -20118,7 +20126,7 @@ snapshots: wait-on@8.0.1(debug@4.3.7): dependencies: - axios: 1.8.4(debug@4.3.7) + axios: 1.9.0(debug@4.3.7) joi: 17.13.3 lodash: 4.17.21 minimist: 1.2.8 @@ -20142,7 +20150,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - watchpack@2.4.2: + watchpack@2.4.4: dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 @@ -20171,7 +20179,7 @@ snapshots: import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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) @@ -20184,24 +20192,24 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.2 optionalDependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-dev-middleware@7.4.2(webpack@5.96.1): dependencies: colorette: 2.0.20 - memfs: 4.17.0 + memfs: 4.17.2 mime-types: 2.1.35 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.2 optionalDependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(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: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 - '@types/express': 4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae) + '@types/express': 4.17.22 '@types/serve-index': 1.9.4 '@types/serve-static': 1.15.7 '@types/sockjs': 0.3.36 @@ -20215,10 +20223,10 @@ snapshots: express: 4.21.2 graceful-fs: 4.2.11 html-entities: 2.6.0 - http-proxy-middleware: 2.0.9(@types/express@4.17.21(patch_hash=85d9b3f3cac67003e41b22245281f53b51d7d1badd0bcc222d547ab802599bae))(debug@4.3.7) + http-proxy-middleware: 2.0.9(@types/express@4.17.22)(debug@4.3.7) ipaddr.js: 2.2.0 launch-editor: 2.10.0 - open: 10.1.1 + open: 10.1.2 p-retry: 6.2.1 schema-utils: 4.3.2 selfsigned: 2.4.1 @@ -20226,9 +20234,9 @@ snapshots: sockjs: 0.3.24 spdy: 4.0.2 webpack-dev-middleware: 7.4.2(webpack@5.96.1) - ws: 8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) + ws: 8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - webpack: 5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) + webpack: 5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) transitivePeerDependencies: - bufferutil @@ -20248,11 +20256,11 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 - webpack-sources@3.2.3: {} + webpack-sources@3.3.0: {} webpack-virtual-modules@0.6.2: {} - webpack@5.96.1(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4): + webpack@5.96.1(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.7 @@ -20260,7 +20268,7 @@ snapshots: '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.14.1 - browserslist: 4.24.4 + browserslist: 4.24.5 chrome-trace-event: 1.0.4 enhanced-resolve: 5.18.1 es-module-lexer: 1.7.0 @@ -20273,10 +20281,10 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.3.0 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.11.22(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) - watchpack: 2.4.2 - webpack-sources: 3.2.3 + tapable: 2.2.2 + terser-webpack-plugin: 5.3.10(@swc/core@1.11.29(@swc/helpers@0.5.17))(esbuild@0.24.0)(webpack@5.96.1) + watchpack: 2.4.4 + webpack-sources: 3.3.0 optionalDependencies: webpack-cli: 5.1.4(webpack-dev-server@5.1.0)(webpack@5.96.1) transitivePeerDependencies: @@ -20440,7 +20448,7 @@ snapshots: bufferutil: 4.0.9 utf-8-validate: 5.0.10 - ws@8.18.1(bufferutil@4.0.9)(utf-8-validate@5.0.10): + ws@8.18.2(bufferutil@4.0.9)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.9 utf-8-validate: 5.0.10 diff --git a/net-im/signal-desktop/get_deps.sh b/net-im/signal-desktop/get_deps.sh index 027f44b4f4aa..7075b896f842 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.52.0 +SIGNAL_VERS=v7.54.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-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile index e1aa2f4e0738..2053f8b2e3d5 100644 --- a/net-mgmt/check_ssl_cert/Makefile +++ b/net-mgmt/check_ssl_cert/Makefile @@ -1,5 +1,5 @@ PORTNAME= check_ssl_cert -DISTVERSION= 2.92.0 +DISTVERSION= 2.93.0 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/matteocorti/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo index e28836d02fc4..ccc3ed44328f 100644 --- a/net-mgmt/check_ssl_cert/distinfo +++ b/net-mgmt/check_ssl_cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744225499 -SHA256 (check_ssl_cert-2.92.0.tar.bz2) = f15ad90ee8c96961686990b02395e686feecc8126b3c1a7428bfd26efbd721e2 -SIZE (check_ssl_cert-2.92.0.tar.bz2) = 89494 +TIMESTAMP = 1748380994 +SHA256 (check_ssl_cert-2.93.0.tar.bz2) = 8bdcf60a4581514d0bd82b7bc421a6214e3838e99422bfb4b81c1af966afa945 +SIZE (check_ssl_cert-2.93.0.tar.bz2) = 89509 diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 1e1f48775093..c81d165d5165 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipv6calc -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.1 CATEGORIES= net-mgmt MAINTAINER= sunpoet@FreeBSD.org diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 44672a8586cd..258469ee3924 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738606387 -SHA256 (pbiering-ipv6calc-4.3.0_GH0.tar.gz) = 0255b811b09ddbfb4afdffe639b5eb91406a67134def5230d2c53ac80f8f4dd0 -SIZE (pbiering-ipv6calc-4.3.0_GH0.tar.gz) = 1935101 +TIMESTAMP = 1747715300 +SHA256 (pbiering-ipv6calc-4.3.1_GH0.tar.gz) = b1c5006edebaad3e2e286d12f70d136bf05658e9e8bda8d67ef7c477322a1a47 +SIZE (pbiering-ipv6calc-4.3.1_GH0.tar.gz) = 1964802 diff --git a/net-mgmt/p5-Net-CIDR/Makefile b/net-mgmt/p5-Net-CIDR/Makefile index cc62280e9925..0d9215c93717 100644 --- a/net-mgmt/p5-Net-CIDR/Makefile +++ b/net-mgmt/p5-Net-CIDR/Makefile @@ -1,5 +1,5 @@ PORTNAME= Net-CIDR -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net-mgmt/p5-Net-CIDR/distinfo b/net-mgmt/p5-Net-CIDR/distinfo index b7c82a512f57..feecfbbeedf4 100644 --- a/net-mgmt/p5-Net-CIDR/distinfo +++ b/net-mgmt/p5-Net-CIDR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747805187 -SHA256 (Net-CIDR-0.24.tar.gz) = 99fec7728fc8f232d0d3a9df4a1644c0ce377f4ee47cb0d315aa1e1f6d695072 -SIZE (Net-CIDR-0.24.tar.gz) = 12054 +TIMESTAMP = 1748157964 +SHA256 (Net-CIDR-0.25.tar.gz) = 560e0dc2f85e2f17ca1e0499d7164b59a19b16e85f2f95f97802c68eb86e614c +SIZE (Net-CIDR-0.25.tar.gz) = 12290 diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile index 26078ec49d23..9724e2853df0 100644 --- a/net-mgmt/unifi8/Makefile +++ b/net-mgmt/unifi8/Makefile @@ -11,6 +11,9 @@ DISTFILES= unifi_sysvinit_all.deb:unifi \ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= unifi_sysvinit_all.deb +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE=2025-06-30 + MAINTAINER= otis@FreeBSD.org COMMENT= UniFi Controller v8 WWW= https://help.ui.com/hc/en-us/categories/200320654-UniFi-Wireless diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile index 6997648e8edf..c4568f418c41 100644 --- a/net-p2p/bazarr/Makefile +++ b/net-p2p/bazarr/Makefile @@ -1,7 +1,6 @@ PORTNAME= bazarr DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 -PORTREVISION= 1 +DISTVERSION= 1.5.2 CATEGORIES= net-p2p python MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= bazarr diff --git a/net-p2p/bazarr/distinfo b/net-p2p/bazarr/distinfo index 4586da527851..16151f19d9f1 100644 --- a/net-p2p/bazarr/distinfo +++ b/net-p2p/bazarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735748296 -SHA256 (bazarr/1.5.1/bazarr.zip) = 7b96ad17e72a0519186fa9733df86246e50e166b8915a9a4f4ac0d896f3dd724 -SIZE (bazarr/1.5.1/bazarr.zip) = 26604708 +TIMESTAMP = 1747143175 +SHA256 (bazarr/1.5.2/bazarr.zip) = 63519d9855e5b84c947b18d72fa36dfa9341a040879d1079bfde2fabfe8ab30e +SIZE (bazarr/1.5.2/bazarr.zip) = 26991126 diff --git a/net-p2p/bazarr/pkg-plist b/net-p2p/bazarr/pkg-plist index 5d1496ec8e19..4c77bc9835ef 100644 --- a/net-p2p/bazarr/pkg-plist +++ b/net-p2p/bazarr/pkg-plist @@ -129,6 +129,8 @@ %%DATADIR%%/bin/bazarr/api/system/__pycache__/logs%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/bazarr/api/system/__pycache__/notifications%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/bazarr/api/system/__pycache__/notifications%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/bazarr/api/system/__pycache__/ping%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/bazarr/api/system/__pycache__/ping%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/bazarr/api/system/__pycache__/releases%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/bazarr/api/system/__pycache__/releases%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/bazarr/api/system/__pycache__/searches%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -149,6 +151,7 @@ %%DATADIR%%/bin/bazarr/api/system/languages_profiles.py %%DATADIR%%/bin/bazarr/api/system/logs.py %%DATADIR%%/bin/bazarr/api/system/notifications.py +%%DATADIR%%/bin/bazarr/api/system/ping.py %%DATADIR%%/bin/bazarr/api/system/releases.py %%DATADIR%%/bin/bazarr/api/system/searches.py %%DATADIR%%/bin/bazarr/api/system/settings.py @@ -230,6 +233,12 @@ %%DATADIR%%/bin/bazarr/languages/get_languages.py %%DATADIR%%/bin/bazarr/literals.py %%DATADIR%%/bin/bazarr/main.py +%%DATADIR%%/bin/bazarr/plex/__init__.py +%%DATADIR%%/bin/bazarr/plex/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/bazarr/plex/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/bazarr/plex/__pycache__/operations%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/bazarr/plex/__pycache__/operations%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/bazarr/plex/operations.py %%DATADIR%%/bin/bazarr/radarr/__init__.py %%DATADIR%%/bin/bazarr/radarr/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/bazarr/radarr/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -446,6 +455,8 @@ %%DATADIR%%/bin/bazarr/utilities/video_analyzer.py %%DATADIR%%/bin/custom_libs/__pycache__/deathbycaptcha%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/custom_libs/__pycache__/deathbycaptcha%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/custom_libs/__pycache__/imghdr%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/custom_libs/__pycache__/imghdr%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/__pycache__/pyads%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/custom_libs/__pycache__/pyads%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/__pycache__/sseclient%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -461,6 +472,7 @@ %%DATADIR%%/bin/custom_libs/flask_compress/__pycache__/flask_compress%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/flask_compress/_version.py %%DATADIR%%/bin/custom_libs/flask_compress/flask_compress.py +%%DATADIR%%/bin/custom_libs/imghdr.py %%DATADIR%%/bin/custom_libs/libfilebot/LICENSE %%DATADIR%%/bin/custom_libs/libfilebot/README.md %%DATADIR%%/bin/custom_libs/libfilebot/__init__.py @@ -699,6 +711,8 @@ %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/_agent_list%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/addic7ed%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/addic7ed%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/animekalesi%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/animekalesi%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/animetosho%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/animetosho%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/argenteamdump%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -789,6 +803,8 @@ %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/titrari%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/titulky%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/titulky%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/turkcealtyaziorg%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/turkcealtyaziorg%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/tusubtitulo%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/tusubtitulo%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/tvsubtitles%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -809,6 +825,7 @@ %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/__pycache__/zimuku%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/_agent_list.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/addic7ed.py +%%DATADIR%%/bin/custom_libs/subliminal_patch/providers/animekalesi.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/animetosho.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/argenteamdump.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/assrt.py @@ -854,6 +871,7 @@ %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/titlovi.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/titrari.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/titulky.py +%%DATADIR%%/bin/custom_libs/subliminal_patch/providers/turkcealtyaziorg.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/tusubtitulo.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/tvsubtitles.py %%DATADIR%%/bin/custom_libs/subliminal_patch/providers/utils.py @@ -1038,19 +1056,19 @@ %%DATADIR%%/bin/custom_libs/subzero/util.py %%DATADIR%%/bin/custom_libs/subzero/video.py %%DATADIR%%/bin/frontend/build/.vite/manifest.json -%%DATADIR%%/bin/frontend/build/assets/@mantine/core-UULxd-jo.js -%%DATADIR%%/bin/frontend/build/assets/@mantine/dropzone-BQ6-8bSR.js -%%DATADIR%%/bin/frontend/build/assets/@mantine/form-CefktQoX.js -%%DATADIR%%/bin/frontend/build/assets/@mantine/hooks-CS3uWU6g.js -%%DATADIR%%/bin/frontend/build/assets/@mantine/modals-D0IBdZfj.js -%%DATADIR%%/bin/frontend/build/assets/@mantine/notifications-CVZCsqyW.js -%%DATADIR%%/bin/frontend/build/assets/@tanstack/react-table-Cd55rohe.js -%%DATADIR%%/bin/frontend/build/assets/HistoryStats-B9XpgNXG.js -%%DATADIR%%/bin/frontend/build/assets/HistoryStats-IVW_Xphb.css +%%DATADIR%%/bin/frontend/build/assets/@mantine/core-BKYytAa4.js +%%DATADIR%%/bin/frontend/build/assets/@mantine/dropzone-UXPmbDCs.js +%%DATADIR%%/bin/frontend/build/assets/@mantine/form-ChMd37Nu.js +%%DATADIR%%/bin/frontend/build/assets/@mantine/hooks-DJXjHLtP.js +%%DATADIR%%/bin/frontend/build/assets/@mantine/modals-B8oS_nZ0.js +%%DATADIR%%/bin/frontend/build/assets/@mantine/notifications-Du_ENinA.js +%%DATADIR%%/bin/frontend/build/assets/@tanstack/react-table-DbEjymmT.js +%%DATADIR%%/bin/frontend/build/assets/HistoryStats-DN15wLs8.css +%%DATADIR%%/bin/frontend/build/assets/HistoryStats-EHT9ANmV.js %%DATADIR%%/bin/frontend/build/assets/braces-l0sNRNKZ.js -%%DATADIR%%/bin/frontend/build/assets/index-DrH0iMKj.css -%%DATADIR%%/bin/frontend/build/assets/index-mFbwSyE6.js -%%DATADIR%%/bin/frontend/build/assets/index-xrxQwS-p.js +%%DATADIR%%/bin/frontend/build/assets/index-BRof9v5p.js +%%DATADIR%%/bin/frontend/build/assets/index-CaYcM_sc.css +%%DATADIR%%/bin/frontend/build/assets/index-Dys8kpbA.js %%DATADIR%%/bin/frontend/build/assets/roboto-cyrillic-300-normal-D6mjswgs.woff2 %%DATADIR%%/bin/frontend/build/assets/roboto-cyrillic-300-normal-UX5PCucy.woff %%DATADIR%%/bin/frontend/build/assets/roboto-cyrillic-ext-300-normal-C7AGhuC_.woff @@ -1063,7 +1081,7 @@ %%DATADIR%%/bin/frontend/build/assets/roboto-latin-ext-300-normal-DEsNdRC-.woff2 %%DATADIR%%/bin/frontend/build/assets/roboto-vietnamese-300-normal-CnPrVvBs.woff2 %%DATADIR%%/bin/frontend/build/assets/roboto-vietnamese-300-normal-DOxDZ6bW.woff -%%DATADIR%%/bin/frontend/build/assets/vendors-DLd98oOG.js +%%DATADIR%%/bin/frontend/build/assets/vendors-0o-m1N4z.js %%DATADIR%%/bin/frontend/build/images/android-chrome-96x96.png %%DATADIR%%/bin/frontend/build/images/apple-touch-icon-180x180.png %%DATADIR%%/bin/frontend/build/images/favicon-16x16.png @@ -1086,7 +1104,7 @@ %%DATADIR%%/bin/frontend/build/manifest.webmanifest %%DATADIR%%/bin/frontend/build/registerSW.js %%DATADIR%%/bin/frontend/build/sw.js -%%DATADIR%%/bin/frontend/build/workbox-3e911b1d.js +%%DATADIR%%/bin/frontend/build/workbox-5ffe50d4.js %%DATADIR%%/bin/libs/APScheduler-3.10.4.dist-info/INSTALLER %%DATADIR%%/bin/libs/APScheduler-3.10.4.dist-info/LICENSE.txt %%DATADIR%%/bin/libs/APScheduler-3.10.4.dist-info/METADATA @@ -1095,35 +1113,27 @@ %%DATADIR%%/bin/libs/APScheduler-3.10.4.dist-info/WHEEL %%DATADIR%%/bin/libs/APScheduler-3.10.4.dist-info/entry_points.txt %%DATADIR%%/bin/libs/APScheduler-3.10.4.dist-info/top_level.txt -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/METADATA -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/RECORD -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/Flask_Cors-4.0.0.dist-info/top_level.txt -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/INSTALLER -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/LICENSE -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/METADATA -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/RECORD -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/REQUESTED -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/WHEEL -%%DATADIR%%/bin/libs/Flask_Migrate-4.0.5.dist-info/top_level.txt -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/INSTALLER -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/LICENSE -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/METADATA -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/RECORD -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/REQUESTED -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/WHEEL -%%DATADIR%%/bin/libs/Flask_SocketIO-5.3.6.dist-info/top_level.txt -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/INSTALLER -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/LICENSE.rst -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/METADATA -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/RECORD -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/REQUESTED -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/WHEEL -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/Jinja2-3.1.3.dist-info/top_level.txt +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/METADATA +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/RECORD +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/Flask_Cors-5.0.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/METADATA +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/RECORD +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/Flask_Migrate-4.1.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/LICENSE +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/METADATA +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/RECORD +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/Flask_SocketIO-5.5.1.dist-info/top_level.txt %%DATADIR%%/bin/libs/Js2Py-0.74.dist-info/INSTALLER %%DATADIR%%/bin/libs/Js2Py-0.74.dist-info/LICENSE.md %%DATADIR%%/bin/libs/Js2Py-0.74.dist-info/METADATA @@ -1131,22 +1141,22 @@ %%DATADIR%%/bin/libs/Js2Py-0.74.dist-info/REQUESTED %%DATADIR%%/bin/libs/Js2Py-0.74.dist-info/WHEEL %%DATADIR%%/bin/libs/Js2Py-0.74.dist-info/top_level.txt -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/METADATA -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/RECORD -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/Mako-1.3.2.dist-info/top_level.txt -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/LICENSE.md -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/METADATA -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/RECORD -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/Markdown-3.5.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/INSTALLER +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/LICENSE +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/METADATA +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/RECORD +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/REQUESTED +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/WHEEL +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/Mako-1.3.8.dist-info/top_level.txt +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/INSTALLER +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/LICENSE.md +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/METADATA +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/RECORD +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/REQUESTED +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/WHEEL +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/Markdown-3.7.dist-info/top_level.txt %%DATADIR%%/bin/libs/MarkupSafe-2.1.5.dist-info/INSTALLER %%DATADIR%%/bin/libs/MarkupSafe-2.1.5.dist-info/LICENSE.rst %%DATADIR%%/bin/libs/MarkupSafe-2.1.5.dist-info/METADATA @@ -1154,6 +1164,14 @@ %%DATADIR%%/bin/libs/MarkupSafe-2.1.5.dist-info/REQUESTED %%DATADIR%%/bin/libs/MarkupSafe-2.1.5.dist-info/WHEEL %%DATADIR%%/bin/libs/MarkupSafe-2.1.5.dist-info/top_level.txt +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/AUTHORS.txt +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/METADATA +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/RECORD +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/PlexAPI-4.16.1.dist-info/top_level.txt %%DATADIR%%/bin/libs/PySocks-1.7.1.dist-info/INSTALLER %%DATADIR%%/bin/libs/PySocks-1.7.1.dist-info/LICENSE %%DATADIR%%/bin/libs/PySocks-1.7.1.dist-info/METADATA @@ -1161,20 +1179,20 @@ %%DATADIR%%/bin/libs/PySocks-1.7.1.dist-info/REQUESTED %%DATADIR%%/bin/libs/PySocks-1.7.1.dist-info/WHEEL %%DATADIR%%/bin/libs/PySocks-1.7.1.dist-info/top_level.txt -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/METADATA -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/RECORD -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/PyYAML-6.0.1.dist-info/top_level.txt -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/INSTALLER -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/LICENSE -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/METADATA -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/RECORD -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/REQUESTED -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/WHEEL -%%DATADIR%%/bin/libs/SQLAlchemy-2.0.27.dist-info/top_level.txt +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/METADATA +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/RECORD +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/PyYAML-6.0.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/INSTALLER +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/LICENSE +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/METADATA +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/RECORD +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/REQUESTED +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/WHEEL +%%DATADIR%%/bin/libs/SQLAlchemy-2.0.37.dist-info/top_level.txt %%DATADIR%%/bin/libs/Unidecode-1.3.8.dist-info/INSTALLER %%DATADIR%%/bin/libs/Unidecode-1.3.8.dist-info/LICENSE %%DATADIR%%/bin/libs/Unidecode-1.3.8.dist-info/METADATA @@ -1207,14 +1225,14 @@ %%DATADIR%%/bin/libs/_yaml/__init__.py %%DATADIR%%/bin/libs/_yaml/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/_yaml/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/METADATA -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/RECORD -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/alembic-1.13.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/METADATA +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/RECORD +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/alembic-1.14.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/alembic/__init__.py %%DATADIR%%/bin/libs/alembic/__main__.py %%DATADIR%%/bin/libs/alembic/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -1422,13 +1440,13 @@ %%DATADIR%%/bin/libs/alembic/util/messaging.py %%DATADIR%%/bin/libs/alembic/util/pyfiles.py %%DATADIR%%/bin/libs/alembic/util/sqla_compat.py -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/METADATA -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/RECORD -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/aniso8601-9.0.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/METADATA +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/RECORD +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/aniso8601-10.0.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/aniso8601/__init__.py %%DATADIR%%/bin/libs/aniso8601/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/aniso8601/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -1518,49 +1536,25 @@ %%DATADIR%%/bin/libs/appdirs-1.4.4.dist-info/WHEEL %%DATADIR%%/bin/libs/appdirs-1.4.4.dist-info/top_level.txt %%DATADIR%%/bin/libs/appdirs.py -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/INSTALLER -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/LICENSE -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/METADATA -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/RECORD -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/REQUESTED -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/WHEEL -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/apprise-1.7.6.dist-info/top_level.txt -%%DATADIR%%/bin/libs/apprise/Apprise.py -%%DATADIR%%/bin/libs/apprise/Apprise.pyi -%%DATADIR%%/bin/libs/apprise/AppriseAsset.py -%%DATADIR%%/bin/libs/apprise/AppriseAsset.pyi -%%DATADIR%%/bin/libs/apprise/AppriseAttachment.py -%%DATADIR%%/bin/libs/apprise/AppriseAttachment.pyi -%%DATADIR%%/bin/libs/apprise/AppriseConfig.py -%%DATADIR%%/bin/libs/apprise/AppriseConfig.pyi -%%DATADIR%%/bin/libs/apprise/AppriseLocale.py -%%DATADIR%%/bin/libs/apprise/AttachmentManager.py -%%DATADIR%%/bin/libs/apprise/ConfigurationManager.py -%%DATADIR%%/bin/libs/apprise/NotificationManager.py -%%DATADIR%%/bin/libs/apprise/URLBase.py -%%DATADIR%%/bin/libs/apprise/URLBase.pyi +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/METADATA +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/RECORD +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/apprise-1.9.2.dist-info/top_level.txt %%DATADIR%%/bin/libs/apprise/__init__.py -%%DATADIR%%/bin/libs/apprise/__pycache__/Apprise%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/Apprise%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseAsset%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseAsset%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseAttachment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseAttachment%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseConfig%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseConfig%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseLocale%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AppriseLocale%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AttachmentManager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/AttachmentManager%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/ConfigurationManager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/ConfigurationManager%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/NotificationManager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/NotificationManager%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/URLBase%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/URLBase%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/apprise%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/apprise%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/apprise_attachment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/apprise_attachment%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/apprise_config%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/apprise_config%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/asset%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/asset%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/cli%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/cli%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -1569,12 +1563,32 @@ %%DATADIR%%/bin/libs/apprise/__pycache__/conversion%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/emojis%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/emojis%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/locale%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/locale%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/logger%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/logger%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/manager_attachment%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/manager_attachment%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/manager_config%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/manager_config%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/manager_plugins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/manager_plugins%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/persistent_store%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/persistent_store%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/url%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/__pycache__/url%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/apprise.py +%%DATADIR%%/bin/libs/apprise/apprise.pyi +%%DATADIR%%/bin/libs/apprise/apprise_attachment.py +%%DATADIR%%/bin/libs/apprise/apprise_attachment.pyi +%%DATADIR%%/bin/libs/apprise/apprise_config.py +%%DATADIR%%/bin/libs/apprise/apprise_config.pyi +%%DATADIR%%/bin/libs/apprise/asset.py +%%DATADIR%%/bin/libs/apprise/asset.pyi %%DATADIR%%/bin/libs/apprise/assets/NotifyXML-1.0.xsd %%DATADIR%%/bin/libs/apprise/assets/NotifyXML-1.1.xsd %%DATADIR%%/bin/libs/apprise/assets/themes/default/apprise-failure-128x128.ico @@ -1598,388 +1612,455 @@ %%DATADIR%%/bin/libs/apprise/assets/themes/default/apprise-warning-256x256.png %%DATADIR%%/bin/libs/apprise/assets/themes/default/apprise-warning-32x32.png %%DATADIR%%/bin/libs/apprise/assets/themes/default/apprise-warning-72x72.png -%%DATADIR%%/bin/libs/apprise/attachment/AttachBase.py -%%DATADIR%%/bin/libs/apprise/attachment/AttachBase.pyi -%%DATADIR%%/bin/libs/apprise/attachment/AttachFile.py -%%DATADIR%%/bin/libs/apprise/attachment/AttachHTTP.py %%DATADIR%%/bin/libs/apprise/attachment/__init__.py -%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/AttachBase%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/AttachBase%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/AttachFile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/AttachFile%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/AttachHTTP%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/AttachHTTP%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/attachment/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/attachment/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/file%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/file%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/http%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/http%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/memory%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/attachment/__pycache__/memory%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/attachment/base.py +%%DATADIR%%/bin/libs/apprise/attachment/base.pyi +%%DATADIR%%/bin/libs/apprise/attachment/file.py +%%DATADIR%%/bin/libs/apprise/attachment/http.py +%%DATADIR%%/bin/libs/apprise/attachment/memory.py %%DATADIR%%/bin/libs/apprise/cli.py %%DATADIR%%/bin/libs/apprise/common.py %%DATADIR%%/bin/libs/apprise/common.pyi -%%DATADIR%%/bin/libs/apprise/config/ConfigBase.py -%%DATADIR%%/bin/libs/apprise/config/ConfigBase.pyi -%%DATADIR%%/bin/libs/apprise/config/ConfigFile.py -%%DATADIR%%/bin/libs/apprise/config/ConfigHTTP.py -%%DATADIR%%/bin/libs/apprise/config/ConfigMemory.py %%DATADIR%%/bin/libs/apprise/config/__init__.py -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigBase%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigBase%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigFile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigFile%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigHTTP%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigHTTP%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigMemory%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/config/__pycache__/ConfigMemory%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/config/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/config/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/file%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/file%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/http%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/http%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/memory%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/config/__pycache__/memory%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/config/base.py +%%DATADIR%%/bin/libs/apprise/config/base.pyi +%%DATADIR%%/bin/libs/apprise/config/file.py +%%DATADIR%%/bin/libs/apprise/config/http.py +%%DATADIR%%/bin/libs/apprise/config/memory.py %%DATADIR%%/bin/libs/apprise/conversion.py -%%DATADIR%%/bin/libs/apprise/decorators/CustomNotifyPlugin.py %%DATADIR%%/bin/libs/apprise/decorators/__init__.py -%%DATADIR%%/bin/libs/apprise/decorators/__pycache__/CustomNotifyPlugin%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/decorators/__pycache__/CustomNotifyPlugin%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/decorators/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/decorators/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/decorators/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/decorators/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/decorators/__pycache__/notify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/decorators/__pycache__/notify%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/decorators/base.py %%DATADIR%%/bin/libs/apprise/decorators/notify.py %%DATADIR%%/bin/libs/apprise/emojis.py +%%DATADIR%%/bin/libs/apprise/exception.py %%DATADIR%%/bin/libs/apprise/i18n/__init__.py %%DATADIR%%/bin/libs/apprise/i18n/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/i18n/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/i18n/en/LC_MESSAGES/apprise.mo +%%DATADIR%%/bin/libs/apprise/locale.py %%DATADIR%%/bin/libs/apprise/logger.py %%DATADIR%%/bin/libs/apprise/manager.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyAppriseAPI.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyAprs.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBark.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBase.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBase.pyi -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBoxcar.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBulkSMS.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBulkVS.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyBurstSMS.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyChantify.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyClickSend.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyD7Networks.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyDBus.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyDapnet.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyDingTalk.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyDiscord.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyEmail.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyEmby.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyEnigma2.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__init__.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/color%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/color%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/oauth%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/oauth%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/priority%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/__pycache__/priority%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/color.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/common.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/oauth.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFCM/priority.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFeishu.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFlock.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyForm.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyFreeMobile.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyGnome.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyGoogleChat.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyGotify.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyGrowl.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyGuilded.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyHomeAssistant.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyHttpSMS.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyIFTTT.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyJSON.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyJoin.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyKavenegar.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyKumulos.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyLametric.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyLine.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyLunaSea.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMQTT.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMSG91.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMSTeams.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMacOSX.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMailgun.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMastodon.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMatrix.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMattermost.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMessageBird.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyMisskey.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyNextcloud.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyNextcloudTalk.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyNotica.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyNotifiarr.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyNotifico.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyNtfy.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyOffice365.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyOneSignal.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyOpsgenie.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPagerDuty.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPagerTree.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyParsePlatform.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPopcornNotify.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyProwl.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushBullet.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushDeer.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushMe.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushSafer.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushed.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushjet.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushover.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyPushy.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyRSyslog.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyReddit.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyRevolt.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyRocketChat.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyRyver.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySES.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySMSEagle.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySMSManager.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySMTP2Go.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySNS.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySendGrid.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyServerChan.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySignalAPI.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySimplePush.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySinch.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySlack.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySparkPost.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyStreamlabs.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySynology.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifySyslog.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyTechulusPush.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyTelegram.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyThreema.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyTwilio.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyTwist.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyTwitter.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyVoipms.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyVonage.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyWeComBot.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyWebexTeams.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyWhatsApp.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyWindows.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyXBMC.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyXML.py -%%DATADIR%%/bin/libs/apprise/plugins/NotifyZulip.py +%%DATADIR%%/bin/libs/apprise/manager_attachment.py +%%DATADIR%%/bin/libs/apprise/manager_config.py +%%DATADIR%%/bin/libs/apprise/manager_plugins.py +%%DATADIR%%/bin/libs/apprise/persistent_store.py %%DATADIR%%/bin/libs/apprise/plugins/__init__.py -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyAppriseAPI%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyAppriseAPI%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyAprs%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyAprs%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBark%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBark%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBase%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBase%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBoxcar%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBoxcar%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBulkSMS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBulkSMS%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBulkVS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBulkVS%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBurstSMS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyBurstSMS%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyChantify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyChantify%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyClickSend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyClickSend%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyD7Networks%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyD7Networks%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDBus%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDBus%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDapnet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDapnet%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDingTalk%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDingTalk%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDiscord%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyDiscord%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyEmail%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyEmail%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyEmby%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyEmby%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyEnigma2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyEnigma2%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyFeishu%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyFeishu%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyFlock%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyFlock%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyForm%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyForm%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyFreeMobile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyFreeMobile%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGnome%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGnome%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGoogleChat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGoogleChat%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGotify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGotify%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGrowl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGrowl%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGuilded%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyGuilded%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyHomeAssistant%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyHomeAssistant%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyHttpSMS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyHttpSMS%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyIFTTT%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyIFTTT%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyJSON%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyJSON%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyJoin%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyJoin%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyKavenegar%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyKavenegar%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyKumulos%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyKumulos%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyLametric%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyLametric%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyLine%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyLine%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyLunaSea%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyLunaSea%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMQTT%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMQTT%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMSG91%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMSG91%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMSTeams%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMSTeams%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMacOSX%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMacOSX%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMailgun%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMailgun%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMastodon%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMastodon%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMatrix%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMatrix%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMattermost%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMattermost%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMessageBird%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMessageBird%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMisskey%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyMisskey%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNextcloud%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNextcloud%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNextcloudTalk%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNextcloudTalk%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNotica%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNotica%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNotifiarr%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNotifiarr%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNotifico%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNotifico%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNtfy%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyNtfy%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyOffice365%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyOffice365%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyOneSignal%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyOneSignal%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyOpsgenie%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyOpsgenie%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPagerDuty%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPagerDuty%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPagerTree%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPagerTree%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyParsePlatform%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyParsePlatform%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPopcornNotify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPopcornNotify%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyProwl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyProwl%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushBullet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushBullet%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushDeer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushDeer%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushMe%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushMe%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushSafer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushSafer%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushed%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushed%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushjet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushjet%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushover%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushover%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushy%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyPushy%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRSyslog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRSyslog%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyReddit%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyReddit%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRevolt%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRevolt%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRocketChat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRocketChat%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRyver%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyRyver%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySES%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySES%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySMSEagle%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySMSEagle%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySMSManager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySMSManager%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySMTP2Go%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySMTP2Go%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySNS%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySNS%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySendGrid%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySendGrid%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyServerChan%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyServerChan%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySignalAPI%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySignalAPI%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySimplePush%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySimplePush%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySinch%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySinch%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySlack%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySlack%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySparkPost%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySparkPost%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyStreamlabs%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyStreamlabs%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySynology%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySynology%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySyslog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifySyslog%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTechulusPush%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTechulusPush%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTelegram%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTelegram%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyThreema%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyThreema%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTwilio%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTwilio%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTwist%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTwist%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTwitter%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyTwitter%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyVoipms%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyVoipms%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyVonage%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyVonage%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWeComBot%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWeComBot%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWebexTeams%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWebexTeams%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWhatsApp%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWhatsApp%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWindows%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyWindows%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyXBMC%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyXBMC%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyXML%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyXML%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyZulip%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/NotifyZulip%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/apprise/plugins/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apprise/plugins/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/africas_talking%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/africas_talking%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/apprise_api%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/apprise_api%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/aprs%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/aprs%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/bark%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/bark%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/bulksms%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/bulksms%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/bulkvs%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/bulkvs%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/burstsms%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/burstsms%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/chanify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/chanify%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/clicksend%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/clicksend%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/custom_form%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/custom_form%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/custom_json%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/custom_json%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/custom_xml%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/custom_xml%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/d7networks%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/d7networks%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/dapnet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/dapnet%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/dbus%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/dbus%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/dingtalk%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/dingtalk%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/discord%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/discord%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/emby%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/emby%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/enigma2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/enigma2%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/feishu%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/feishu%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/flock%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/flock%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/freemobile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/freemobile%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/gnome%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/gnome%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/google_chat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/google_chat%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/gotify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/gotify%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/growl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/growl%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/guilded%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/guilded%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/home_assistant%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/home_assistant%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/httpsms%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/httpsms%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ifttt%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ifttt%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/join%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/join%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/kavenegar%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/kavenegar%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/kumulos%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/kumulos%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/lametric%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/lametric%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/line%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/line%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/lunasea%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/lunasea%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/macosx%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/macosx%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mailgun%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mailgun%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mastodon%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mastodon%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/matrix%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/matrix%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mattermost%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mattermost%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/messagebird%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/messagebird%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/misskey%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/misskey%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mqtt%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/mqtt%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/msg91%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/msg91%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/msteams%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/msteams%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/nextcloud%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/nextcloud%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/nextcloudtalk%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/nextcloudtalk%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/notica%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/notica%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/notifiarr%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/notifiarr%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/notifico%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/notifico%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ntfy%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ntfy%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/office365%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/office365%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/one_signal%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/one_signal%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/opsgenie%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/opsgenie%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pagerduty%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pagerduty%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pagertree%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pagertree%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/parseplatform%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/parseplatform%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/plivo%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/plivo%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/popcorn_notify%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/popcorn_notify%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/prowl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/prowl%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushbullet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushbullet%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushdeer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushdeer%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushed%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushed%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushjet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushjet%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushme%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushme%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushover%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushover%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushsafer%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushsafer%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushy%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/pushy%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/reddit%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/reddit%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/revolt%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/revolt%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/rocketchat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/rocketchat%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/rsyslog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/rsyslog%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ryver%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ryver%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sendgrid%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sendgrid%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/serverchan%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/serverchan%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ses%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/ses%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/seven%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/seven%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sfr%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sfr%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/signal_api%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/signal_api%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/simplepush%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/simplepush%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sinch%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sinch%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/slack%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/slack%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/smseagle%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/smseagle%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/smsmanager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/smsmanager%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/smtp2go%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/smtp2go%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sns%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sns%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sparkpost%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/sparkpost%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/splunk%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/splunk%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/streamlabs%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/streamlabs%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/synology%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/synology%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/syslog%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/syslog%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/techuluspush%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/techuluspush%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/telegram%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/telegram%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/threema%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/threema%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/twilio%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/twilio%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/twist%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/twist%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/twitter%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/twitter%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/voipms%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/voipms%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/vonage%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/vonage%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/webexteams%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/webexteams%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/wecombot%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/wecombot%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/whatsapp%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/whatsapp%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/windows%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/windows%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/workflows%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/workflows%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/wxpusher%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/wxpusher%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/xbmc%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/xbmc%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/zulip%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/__pycache__/zulip%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/africas_talking.py +%%DATADIR%%/bin/libs/apprise/plugins/apprise_api.py +%%DATADIR%%/bin/libs/apprise/plugins/aprs.py +%%DATADIR%%/bin/libs/apprise/plugins/bark.py +%%DATADIR%%/bin/libs/apprise/plugins/base.py +%%DATADIR%%/bin/libs/apprise/plugins/base.pyi +%%DATADIR%%/bin/libs/apprise/plugins/bulksms.py +%%DATADIR%%/bin/libs/apprise/plugins/bulkvs.py +%%DATADIR%%/bin/libs/apprise/plugins/burstsms.py +%%DATADIR%%/bin/libs/apprise/plugins/chanify.py +%%DATADIR%%/bin/libs/apprise/plugins/clicksend.py +%%DATADIR%%/bin/libs/apprise/plugins/custom_form.py +%%DATADIR%%/bin/libs/apprise/plugins/custom_json.py +%%DATADIR%%/bin/libs/apprise/plugins/custom_xml.py +%%DATADIR%%/bin/libs/apprise/plugins/d7networks.py +%%DATADIR%%/bin/libs/apprise/plugins/dapnet.py +%%DATADIR%%/bin/libs/apprise/plugins/dbus.py +%%DATADIR%%/bin/libs/apprise/plugins/dingtalk.py +%%DATADIR%%/bin/libs/apprise/plugins/discord.py +%%DATADIR%%/bin/libs/apprise/plugins/email/__init__.py +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/templates%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/__pycache__/templates%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/email/base.py +%%DATADIR%%/bin/libs/apprise/plugins/email/common.py +%%DATADIR%%/bin/libs/apprise/plugins/email/templates.py +%%DATADIR%%/bin/libs/apprise/plugins/emby.py +%%DATADIR%%/bin/libs/apprise/plugins/enigma2.py +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__init__.py +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/color%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/color%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/oauth%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/oauth%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/priority%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/__pycache__/priority%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/plugins/fcm/color.py +%%DATADIR%%/bin/libs/apprise/plugins/fcm/common.py +%%DATADIR%%/bin/libs/apprise/plugins/fcm/oauth.py +%%DATADIR%%/bin/libs/apprise/plugins/fcm/priority.py +%%DATADIR%%/bin/libs/apprise/plugins/feishu.py +%%DATADIR%%/bin/libs/apprise/plugins/flock.py +%%DATADIR%%/bin/libs/apprise/plugins/freemobile.py +%%DATADIR%%/bin/libs/apprise/plugins/gnome.py +%%DATADIR%%/bin/libs/apprise/plugins/google_chat.py +%%DATADIR%%/bin/libs/apprise/plugins/gotify.py +%%DATADIR%%/bin/libs/apprise/plugins/growl.py +%%DATADIR%%/bin/libs/apprise/plugins/guilded.py +%%DATADIR%%/bin/libs/apprise/plugins/home_assistant.py +%%DATADIR%%/bin/libs/apprise/plugins/httpsms.py +%%DATADIR%%/bin/libs/apprise/plugins/ifttt.py +%%DATADIR%%/bin/libs/apprise/plugins/join.py +%%DATADIR%%/bin/libs/apprise/plugins/kavenegar.py +%%DATADIR%%/bin/libs/apprise/plugins/kumulos.py +%%DATADIR%%/bin/libs/apprise/plugins/lametric.py +%%DATADIR%%/bin/libs/apprise/plugins/line.py +%%DATADIR%%/bin/libs/apprise/plugins/lunasea.py +%%DATADIR%%/bin/libs/apprise/plugins/macosx.py +%%DATADIR%%/bin/libs/apprise/plugins/mailgun.py +%%DATADIR%%/bin/libs/apprise/plugins/mastodon.py +%%DATADIR%%/bin/libs/apprise/plugins/matrix.py +%%DATADIR%%/bin/libs/apprise/plugins/mattermost.py +%%DATADIR%%/bin/libs/apprise/plugins/messagebird.py +%%DATADIR%%/bin/libs/apprise/plugins/misskey.py +%%DATADIR%%/bin/libs/apprise/plugins/mqtt.py +%%DATADIR%%/bin/libs/apprise/plugins/msg91.py +%%DATADIR%%/bin/libs/apprise/plugins/msteams.py +%%DATADIR%%/bin/libs/apprise/plugins/nextcloud.py +%%DATADIR%%/bin/libs/apprise/plugins/nextcloudtalk.py +%%DATADIR%%/bin/libs/apprise/plugins/notica.py +%%DATADIR%%/bin/libs/apprise/plugins/notifiarr.py +%%DATADIR%%/bin/libs/apprise/plugins/notifico.py +%%DATADIR%%/bin/libs/apprise/plugins/ntfy.py +%%DATADIR%%/bin/libs/apprise/plugins/office365.py +%%DATADIR%%/bin/libs/apprise/plugins/one_signal.py +%%DATADIR%%/bin/libs/apprise/plugins/opsgenie.py +%%DATADIR%%/bin/libs/apprise/plugins/pagerduty.py +%%DATADIR%%/bin/libs/apprise/plugins/pagertree.py +%%DATADIR%%/bin/libs/apprise/plugins/parseplatform.py +%%DATADIR%%/bin/libs/apprise/plugins/plivo.py +%%DATADIR%%/bin/libs/apprise/plugins/popcorn_notify.py +%%DATADIR%%/bin/libs/apprise/plugins/prowl.py +%%DATADIR%%/bin/libs/apprise/plugins/pushbullet.py +%%DATADIR%%/bin/libs/apprise/plugins/pushdeer.py +%%DATADIR%%/bin/libs/apprise/plugins/pushed.py +%%DATADIR%%/bin/libs/apprise/plugins/pushjet.py +%%DATADIR%%/bin/libs/apprise/plugins/pushme.py +%%DATADIR%%/bin/libs/apprise/plugins/pushover.py +%%DATADIR%%/bin/libs/apprise/plugins/pushsafer.py +%%DATADIR%%/bin/libs/apprise/plugins/pushy.py +%%DATADIR%%/bin/libs/apprise/plugins/reddit.py +%%DATADIR%%/bin/libs/apprise/plugins/revolt.py +%%DATADIR%%/bin/libs/apprise/plugins/rocketchat.py +%%DATADIR%%/bin/libs/apprise/plugins/rsyslog.py +%%DATADIR%%/bin/libs/apprise/plugins/ryver.py +%%DATADIR%%/bin/libs/apprise/plugins/sendgrid.py +%%DATADIR%%/bin/libs/apprise/plugins/serverchan.py +%%DATADIR%%/bin/libs/apprise/plugins/ses.py +%%DATADIR%%/bin/libs/apprise/plugins/seven.py +%%DATADIR%%/bin/libs/apprise/plugins/sfr.py +%%DATADIR%%/bin/libs/apprise/plugins/signal_api.py +%%DATADIR%%/bin/libs/apprise/plugins/simplepush.py +%%DATADIR%%/bin/libs/apprise/plugins/sinch.py +%%DATADIR%%/bin/libs/apprise/plugins/slack.py +%%DATADIR%%/bin/libs/apprise/plugins/smseagle.py +%%DATADIR%%/bin/libs/apprise/plugins/smsmanager.py +%%DATADIR%%/bin/libs/apprise/plugins/smtp2go.py +%%DATADIR%%/bin/libs/apprise/plugins/sns.py +%%DATADIR%%/bin/libs/apprise/plugins/sparkpost.py +%%DATADIR%%/bin/libs/apprise/plugins/splunk.py +%%DATADIR%%/bin/libs/apprise/plugins/streamlabs.py +%%DATADIR%%/bin/libs/apprise/plugins/synology.py +%%DATADIR%%/bin/libs/apprise/plugins/syslog.py +%%DATADIR%%/bin/libs/apprise/plugins/techuluspush.py +%%DATADIR%%/bin/libs/apprise/plugins/telegram.py +%%DATADIR%%/bin/libs/apprise/plugins/threema.py +%%DATADIR%%/bin/libs/apprise/plugins/twilio.py +%%DATADIR%%/bin/libs/apprise/plugins/twist.py +%%DATADIR%%/bin/libs/apprise/plugins/twitter.py +%%DATADIR%%/bin/libs/apprise/plugins/voipms.py +%%DATADIR%%/bin/libs/apprise/plugins/vonage.py +%%DATADIR%%/bin/libs/apprise/plugins/webexteams.py +%%DATADIR%%/bin/libs/apprise/plugins/wecombot.py +%%DATADIR%%/bin/libs/apprise/plugins/whatsapp.py +%%DATADIR%%/bin/libs/apprise/plugins/windows.py +%%DATADIR%%/bin/libs/apprise/plugins/workflows.py +%%DATADIR%%/bin/libs/apprise/plugins/wxpusher.py +%%DATADIR%%/bin/libs/apprise/plugins/xbmc.py +%%DATADIR%%/bin/libs/apprise/plugins/zulip.py %%DATADIR%%/bin/libs/apprise/py.typed -%%DATADIR%%/bin/libs/apprise/utils.py +%%DATADIR%%/bin/libs/apprise/url.py +%%DATADIR%%/bin/libs/apprise/url.pyi +%%DATADIR%%/bin/libs/apprise/utils/__init__.py +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/base64%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/base64%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/cwe312%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/cwe312%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/disk%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/disk%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/logic%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/logic%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/module%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/module%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/parse%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/parse%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/pgp%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/pgp%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/singleton%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/singleton%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/templates%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/apprise/utils/__pycache__/templates%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/apprise/utils/base64.py +%%DATADIR%%/bin/libs/apprise/utils/cwe312.py +%%DATADIR%%/bin/libs/apprise/utils/disk.py +%%DATADIR%%/bin/libs/apprise/utils/logic.py +%%DATADIR%%/bin/libs/apprise/utils/module.py +%%DATADIR%%/bin/libs/apprise/utils/parse.py +%%DATADIR%%/bin/libs/apprise/utils/pgp.py +%%DATADIR%%/bin/libs/apprise/utils/singleton.py +%%DATADIR%%/bin/libs/apprise/utils/templates.py %%DATADIR%%/bin/libs/apscheduler/__init__.py %%DATADIR%%/bin/libs/apscheduler/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/apscheduler/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -2143,12 +2224,12 @@ %%DATADIR%%/bin/libs/attr/setters.pyi %%DATADIR%%/bin/libs/attr/validators.py %%DATADIR%%/bin/libs/attr/validators.pyi -%%DATADIR%%/bin/libs/attrs-23.2.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/attrs-23.2.0.dist-info/METADATA -%%DATADIR%%/bin/libs/attrs-23.2.0.dist-info/RECORD -%%DATADIR%%/bin/libs/attrs-23.2.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/attrs-23.2.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/attrs-23.2.0.dist-info/licenses/LICENSE +%%DATADIR%%/bin/libs/attrs-24.3.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/attrs-24.3.0.dist-info/METADATA +%%DATADIR%%/bin/libs/attrs-24.3.0.dist-info/RECORD +%%DATADIR%%/bin/libs/attrs-24.3.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/attrs-24.3.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/attrs-24.3.0.dist-info/licenses/LICENSE %%DATADIR%%/bin/libs/attrs/__init__.py %%DATADIR%%/bin/libs/attrs/__init__.pyi %%DATADIR%%/bin/libs/attrs/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -2200,15 +2281,17 @@ %%DATADIR%%/bin/libs/auditok/exceptions.py %%DATADIR%%/bin/libs/auditok/io.py %%DATADIR%%/bin/libs/auditok/util.py -%%DATADIR%%/bin/libs/babelfish-0.6.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/babelfish-0.6.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/babelfish-0.6.0.dist-info/METADATA -%%DATADIR%%/bin/libs/babelfish-0.6.0.dist-info/RECORD -%%DATADIR%%/bin/libs/babelfish-0.6.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/babelfish-0.6.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/babelfish-0.6.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/babelfish-0.6.1.dist-info/LICENSE +%%DATADIR%%/bin/libs/babelfish-0.6.1.dist-info/METADATA +%%DATADIR%%/bin/libs/babelfish-0.6.1.dist-info/RECORD +%%DATADIR%%/bin/libs/babelfish-0.6.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/babelfish-0.6.1.dist-info/WHEEL %%DATADIR%%/bin/libs/babelfish/__init__.py %%DATADIR%%/bin/libs/babelfish/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/babelfish/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/babelfish/__pycache__/compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/babelfish/__pycache__/compat%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/babelfish/__pycache__/country%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/babelfish/__pycache__/country%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/babelfish/__pycache__/exceptions%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -2217,6 +2300,7 @@ %%DATADIR%%/bin/libs/babelfish/__pycache__/language%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/babelfish/__pycache__/script%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/babelfish/__pycache__/script%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/babelfish/compat.py %%DATADIR%%/bin/libs/babelfish/converters/__init__.py %%DATADIR%%/bin/libs/babelfish/converters/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/babelfish/converters/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -2341,22 +2425,20 @@ %%DATADIR%%/bin/libs/bidict/_typing.py %%DATADIR%%/bin/libs/bidict/metadata.py %%DATADIR%%/bin/libs/bidict/py.typed -%%DATADIR%%/bin/libs/blinker-1.7.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/blinker-1.7.0.dist-info/LICENSE.rst -%%DATADIR%%/bin/libs/blinker-1.7.0.dist-info/METADATA -%%DATADIR%%/bin/libs/blinker-1.7.0.dist-info/RECORD -%%DATADIR%%/bin/libs/blinker-1.7.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/blinker-1.7.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/bin/filetype +%%DATADIR%%/bin/libs/blinker-1.8.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/blinker-1.8.2.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/blinker-1.8.2.dist-info/METADATA +%%DATADIR%%/bin/libs/blinker-1.8.2.dist-info/RECORD +%%DATADIR%%/bin/libs/blinker-1.8.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/blinker-1.8.2.dist-info/WHEEL %%DATADIR%%/bin/libs/blinker/__init__.py %%DATADIR%%/bin/libs/blinker/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/blinker/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/blinker/__pycache__/_saferef%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/blinker/__pycache__/_saferef%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/blinker/__pycache__/_utilities%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/blinker/__pycache__/_utilities%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/blinker/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/blinker/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/blinker/_saferef.py %%DATADIR%%/bin/libs/blinker/_utilities.py %%DATADIR%%/bin/libs/blinker/base.py %%DATADIR%%/bin/libs/blinker/py.typed @@ -2459,13 +2541,13 @@ %%DATADIR%%/bin/libs/bs4/tests/test_soup.py %%DATADIR%%/bin/libs/bs4/tests/test_tag.py %%DATADIR%%/bin/libs/bs4/tests/test_tree.py -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/METADATA -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/RECORD -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/certifi-2024.2.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/INSTALLER +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/LICENSE +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/METADATA +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/RECORD +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/REQUESTED +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/WHEEL +%%DATADIR%%/bin/libs/certifi-2024.12.14.dist-info/top_level.txt %%DATADIR%%/bin/libs/certifi/__init__.py %%DATADIR%%/bin/libs/certifi/__main__.py %%DATADIR%%/bin/libs/certifi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -2633,14 +2715,14 @@ %%DATADIR%%/bin/libs/chardet/utf1632prober.py %%DATADIR%%/bin/libs/chardet/utf8prober.py %%DATADIR%%/bin/libs/chardet/version.py -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/METADATA -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/RECORD -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/charset_normalizer-3.3.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/LICENSE +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/METADATA +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/RECORD +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/charset_normalizer-3.4.1.dist-info/top_level.txt %%DATADIR%%/bin/libs/charset_normalizer/__init__.py %%DATADIR%%/bin/libs/charset_normalizer/__main__.py %%DATADIR%%/bin/libs/charset_normalizer/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -2678,13 +2760,12 @@ %%DATADIR%%/bin/libs/charset_normalizer/py.typed %%DATADIR%%/bin/libs/charset_normalizer/utils.py %%DATADIR%%/bin/libs/charset_normalizer/version.py -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/INSTALLER -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/LICENSE.rst -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/METADATA -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/RECORD -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/REQUESTED -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/WHEEL -%%DATADIR%%/bin/libs/click-8.1.7.dist-info/top_level.txt +%%DATADIR%%/bin/libs/click-8.1.8.dist-info/INSTALLER +%%DATADIR%%/bin/libs/click-8.1.8.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/click-8.1.8.dist-info/METADATA +%%DATADIR%%/bin/libs/click-8.1.8.dist-info/RECORD +%%DATADIR%%/bin/libs/click-8.1.8.dist-info/REQUESTED +%%DATADIR%%/bin/libs/click-8.1.8.dist-info/WHEEL %%DATADIR%%/bin/libs/click/__init__.py %%DATADIR%%/bin/libs/click/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/click/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -3470,14 +3551,14 @@ %%DATADIR%%/bin/libs/dnspython-2.6.1.dist-info/REQUESTED %%DATADIR%%/bin/libs/dnspython-2.6.1.dist-info/WHEEL %%DATADIR%%/bin/libs/dnspython-2.6.1.dist-info/licenses/LICENSE -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/METADATA -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/RECORD -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/dogpile.cache-1.3.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/LICENSE +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/METADATA +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/RECORD +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/dogpile.cache-1.3.3.dist-info/top_level.txt %%DATADIR%%/bin/libs/dogpile/__init__.py %%DATADIR%%/bin/libs/dogpile/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/dogpile/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -3557,22 +3638,22 @@ %%DATADIR%%/bin/libs/dogpile/util/nameregistry.py %%DATADIR%%/bin/libs/dogpile/util/readwrite_lock.py %%DATADIR%%/bin/libs/dogpile/util/typing.py -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/INSTALLER -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/LICENSE -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/METADATA -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/RECORD -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/REQUESTED -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/WHEEL -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/box-LICENSE.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/click-LICENSE.rst -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/licenses.sh -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/python-dotenv-LICENSE.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/ruamel.yaml-LICENSE.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/toml-LICENSE.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/tomli-LICENSE.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/top_level.txt -%%DATADIR%%/bin/libs/dynaconf-3.2.4.dist-info/vendor_versions.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/INSTALLER +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/LICENSE +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/METADATA +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/RECORD +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/REQUESTED +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/WHEEL +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/box-LICENSE.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/click-LICENSE.rst +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/licenses.sh +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/python-dotenv-LICENSE.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/ruamel.yaml-LICENSE.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/toml-LICENSE.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/tomli-LICENSE.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/top_level.txt +%%DATADIR%%/bin/libs/dynaconf-3.2.6.dist-info/vendor_versions.txt %%DATADIR%%/bin/libs/dynaconf/__init__.py %%DATADIR%%/bin/libs/dynaconf/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/dynaconf/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -3960,23 +4041,20 @@ %%DATADIR%%/bin/libs/engineio/server.py %%DATADIR%%/bin/libs/engineio/socket.py %%DATADIR%%/bin/libs/engineio/static_files.py -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/METADATA -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/RECORD -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/enzyme-0.4.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/METADATA +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/RECORD +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/enzyme-0.5.2.dist-info/top_level.txt %%DATADIR%%/bin/libs/enzyme/__init__.py %%DATADIR%%/bin/libs/enzyme/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/enzyme/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/enzyme/__pycache__/compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/enzyme/__pycache__/compat%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/enzyme/__pycache__/exceptions%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/enzyme/__pycache__/exceptions%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/enzyme/__pycache__/mkv%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/enzyme/__pycache__/mkv%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/enzyme/compat.py %%DATADIR%%/bin/libs/enzyme/exceptions.py %%DATADIR%%/bin/libs/enzyme/mkv.py %%DATADIR%%/bin/libs/enzyme/parsers/__init__.py @@ -3992,16 +4070,6 @@ %%DATADIR%%/bin/libs/enzyme/parsers/ebml/core.py %%DATADIR%%/bin/libs/enzyme/parsers/ebml/readers.py %%DATADIR%%/bin/libs/enzyme/parsers/ebml/specs/matroska.xml -%%DATADIR%%/bin/libs/enzyme/tests/__init__.py -%%DATADIR%%/bin/libs/enzyme/tests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/enzyme/tests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/enzyme/tests/__pycache__/test_mkv%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/enzyme/tests/__pycache__/test_mkv%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/enzyme/tests/__pycache__/test_parsers%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/enzyme/tests/__pycache__/test_parsers%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/enzyme/tests/parsers/ebml/test1.mkv.yml -%%DATADIR%%/bin/libs/enzyme/tests/test_mkv.py -%%DATADIR%%/bin/libs/enzyme/tests/test_parsers.py %%DATADIR%%/bin/libs/fcache-0.5.2.dist-info/INSTALLER %%DATADIR%%/bin/libs/fcache-0.5.2.dist-info/METADATA %%DATADIR%%/bin/libs/fcache-0.5.2.dist-info/RECORD @@ -4076,14 +4144,14 @@ %%DATADIR%%/bin/libs/ffmpeg_python-0.2.0.dist-info/REQUESTED %%DATADIR%%/bin/libs/ffmpeg_python-0.2.0.dist-info/WHEEL %%DATADIR%%/bin/libs/ffmpeg_python-0.2.0.dist-info/top_level.txt -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/INSTALLER -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/LICENSE -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/METADATA -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/RECORD -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/REQUESTED -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/WHEEL -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/ffsubsync-0.4.25.dist-info/top_level.txt +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/INSTALLER +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/LICENSE +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/METADATA +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/RECORD +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/REQUESTED +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/WHEEL +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/ffsubsync-0.4.27.dist-info/top_level.txt %%DATADIR%%/bin/libs/ffsubsync/__init__.py %%DATADIR%%/bin/libs/ffsubsync/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/ffsubsync/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -4129,13 +4197,70 @@ %%DATADIR%%/bin/libs/ffsubsync/subtitle_parser.py %%DATADIR%%/bin/libs/ffsubsync/subtitle_transformers.py %%DATADIR%%/bin/libs/ffsubsync/version.py -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/LICENSE.rst -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/METADATA -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/RECORD -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/flask-3.0.2.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/METADATA +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/RECORD +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/filetype-1.2.0.dist-info/zip-safe +%%DATADIR%%/bin/libs/filetype/__init__.py +%%DATADIR%%/bin/libs/filetype/__main__.py +%%DATADIR%%/bin/libs/filetype/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/filetype%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/filetype%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/helpers%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/helpers%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/match%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/match%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/filetype.py +%%DATADIR%%/bin/libs/filetype/helpers.py +%%DATADIR%%/bin/libs/filetype/match.py +%%DATADIR%%/bin/libs/filetype/types/__init__.py +%%DATADIR%%/bin/libs/filetype/types/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/application%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/application%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/archive%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/archive%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/audio%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/audio%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/document%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/document%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/font%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/font%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/image%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/image%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/isobmff%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/isobmff%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/video%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/filetype/types/__pycache__/video%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/filetype/types/application.py +%%DATADIR%%/bin/libs/filetype/types/archive.py +%%DATADIR%%/bin/libs/filetype/types/audio.py +%%DATADIR%%/bin/libs/filetype/types/base.py +%%DATADIR%%/bin/libs/filetype/types/document.py +%%DATADIR%%/bin/libs/filetype/types/font.py +%%DATADIR%%/bin/libs/filetype/types/image.py +%%DATADIR%%/bin/libs/filetype/types/isobmff.py +%%DATADIR%%/bin/libs/filetype/types/video.py +%%DATADIR%%/bin/libs/filetype/utils.py +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/METADATA +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/RECORD +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/flask-3.0.3.dist-info/entry_points.txt %%DATADIR%%/bin/libs/flask/__init__.py %%DATADIR%%/bin/libs/flask/__main__.py %%DATADIR%%/bin/libs/flask/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -4393,13 +4518,13 @@ %%DATADIR%%/bin/libs/flask_sqlalchemy/session.py %%DATADIR%%/bin/libs/flask_sqlalchemy/table.py %%DATADIR%%/bin/libs/flask_sqlalchemy/track_modifications.py -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/INSTALLER -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/LICENSE.txt -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/METADATA -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/RECORD -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/REQUESTED -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/WHEEL -%%DATADIR%%/bin/libs/ftfy-6.1.3.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/METADATA +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/RECORD +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/ftfy-6.2.3.dist-info/entry_points.txt %%DATADIR%%/bin/libs/ftfy/__init__.py %%DATADIR%%/bin/libs/ftfy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/ftfy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -5503,12 +5628,12 @@ %%DATADIR%%/bin/libs/html5lib/treewalkers/etree.py %%DATADIR%%/bin/libs/html5lib/treewalkers/etree_lxml.py %%DATADIR%%/bin/libs/html5lib/treewalkers/genshi.py -%%DATADIR%%/bin/libs/idna-3.6.dist-info/INSTALLER -%%DATADIR%%/bin/libs/idna-3.6.dist-info/LICENSE.md -%%DATADIR%%/bin/libs/idna-3.6.dist-info/METADATA -%%DATADIR%%/bin/libs/idna-3.6.dist-info/RECORD -%%DATADIR%%/bin/libs/idna-3.6.dist-info/REQUESTED -%%DATADIR%%/bin/libs/idna-3.6.dist-info/WHEEL +%%DATADIR%%/bin/libs/idna-3.10.dist-info/INSTALLER +%%DATADIR%%/bin/libs/idna-3.10.dist-info/LICENSE.md +%%DATADIR%%/bin/libs/idna-3.10.dist-info/METADATA +%%DATADIR%%/bin/libs/idna-3.10.dist-info/RECORD +%%DATADIR%%/bin/libs/idna-3.10.dist-info/REQUESTED +%%DATADIR%%/bin/libs/idna-3.10.dist-info/WHEEL %%DATADIR%%/bin/libs/idna/__init__.py %%DATADIR%%/bin/libs/idna/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/idna/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -5534,13 +5659,13 @@ %%DATADIR%%/bin/libs/idna/package_data.py %%DATADIR%%/bin/libs/idna/py.typed %%DATADIR%%/bin/libs/idna/uts46data.py -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/METADATA -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/RECORD -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/importlib_metadata-7.0.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/LICENSE +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/METADATA +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/RECORD +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/importlib_metadata-7.2.1.dist-info/top_level.txt %%DATADIR%%/bin/libs/importlib_metadata/__init__.py %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -5556,8 +5681,6 @@ %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_itertools%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_meta%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_meta%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_py39compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_py39compat%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_text%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/_text%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_metadata/__pycache__/diagnose%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -5568,17 +5691,25 @@ %%DATADIR%%/bin/libs/importlib_metadata/_functools.py %%DATADIR%%/bin/libs/importlib_metadata/_itertools.py %%DATADIR%%/bin/libs/importlib_metadata/_meta.py -%%DATADIR%%/bin/libs/importlib_metadata/_py39compat.py %%DATADIR%%/bin/libs/importlib_metadata/_text.py +%%DATADIR%%/bin/libs/importlib_metadata/compat/__init__.py +%%DATADIR%%/bin/libs/importlib_metadata/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_metadata/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_metadata/compat/__pycache__/py%%PYTHON_SUFFIX%%%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_metadata/compat/__pycache__/py%%PYTHON_SUFFIX%%%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_metadata/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_metadata/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_metadata/compat/py%%PYTHON_SUFFIX%%.py +%%DATADIR%%/bin/libs/importlib_metadata/compat/py39.py %%DATADIR%%/bin/libs/importlib_metadata/diagnose.py %%DATADIR%%/bin/libs/importlib_metadata/py.typed -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/METADATA -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/RECORD -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/importlib_resources-6.1.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/INSTALLER +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/LICENSE +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/METADATA +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/RECORD +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/REQUESTED +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/WHEEL +%%DATADIR%%/bin/libs/importlib_resources-6.4.5.dist-info/top_level.txt %%DATADIR%%/bin/libs/importlib_resources/__init__.py %%DATADIR%%/bin/libs/importlib_resources/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -5586,6 +5717,8 @@ %%DATADIR%%/bin/libs/importlib_resources/__pycache__/_adapters%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/__pycache__/_common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/__pycache__/_common%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_resources/__pycache__/_functional%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_resources/__pycache__/_functional%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/__pycache__/_itertools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/__pycache__/_itertools%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/__pycache__/abc%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -5596,6 +5729,7 @@ %%DATADIR%%/bin/libs/importlib_resources/__pycache__/simple%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/_adapters.py %%DATADIR%%/bin/libs/importlib_resources/_common.py +%%DATADIR%%/bin/libs/importlib_resources/_functional.py %%DATADIR%%/bin/libs/importlib_resources/_itertools.py %%DATADIR%%/bin/libs/importlib_resources/abc.py %%DATADIR%%/bin/libs/importlib_resources/compat/__init__.py @@ -5619,8 +5753,6 @@ %%DATADIR%%/bin/libs/importlib_resources/tests/__init__.py %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/_compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/_compat%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/_path%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/_path%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_compatibilty_files%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -5631,6 +5763,8 @@ %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_custom%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_files%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_files%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_functional%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_functional%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_open%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_open%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/test_path%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -5645,38 +5779,21 @@ %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/util%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/zip%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/importlib_resources/tests/__pycache__/zip%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/_compat.py %%DATADIR%%/bin/libs/importlib_resources/tests/_path.py -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/__init__.py -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/binary.file -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/subdirectory/__init__.py -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/subdirectory/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/subdirectory/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/subdirectory/binary.file -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/utf-16.file -%%DATADIR%%/bin/libs/importlib_resources/tests/data01/utf-8.file -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/__init__.py -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/one/__init__.py -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/one/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/one/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/one/resource1.txt -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/subdirectory/subsubdir/resource.txt -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/two/__init__.py -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/two/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/two/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/importlib_resources/tests/data02/two/resource2.txt -%%DATADIR%%/bin/libs/importlib_resources/tests/namespacedata01/binary.file -%%DATADIR%%/bin/libs/importlib_resources/tests/namespacedata01/subdirectory/binary.file -%%DATADIR%%/bin/libs/importlib_resources/tests/namespacedata01/utf-16.file -%%DATADIR%%/bin/libs/importlib_resources/tests/namespacedata01/utf-8.file +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__init__.py +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__pycache__/py312%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__pycache__/py312%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/py312.py +%%DATADIR%%/bin/libs/importlib_resources/tests/compat/py39.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_compatibilty_files.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_contents.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_custom.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_files.py +%%DATADIR%%/bin/libs/importlib_resources/tests/test_functional.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_open.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_path.py %%DATADIR%%/bin/libs/importlib_resources/tests/test_read.py @@ -5684,33 +5801,29 @@ %%DATADIR%%/bin/libs/importlib_resources/tests/test_resource.py %%DATADIR%%/bin/libs/importlib_resources/tests/util.py %%DATADIR%%/bin/libs/importlib_resources/tests/zip.py -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/METADATA -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/RECORD -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/inflect-7.0.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/METADATA +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/RECORD +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/inflect-7.4.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/inflect/__init__.py %%DATADIR%%/bin/libs/inflect/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/inflect/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/inflect/compat/__init__.py %%DATADIR%%/bin/libs/inflect/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/inflect/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/inflect/compat/__pycache__/pydantic%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/inflect/compat/__pycache__/pydantic%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/inflect/compat/__pycache__/pydantic1%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/inflect/compat/__pycache__/pydantic1%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/inflect/compat/pydantic.py -%%DATADIR%%/bin/libs/inflect/compat/pydantic1.py +%%DATADIR%%/bin/libs/inflect/compat/__pycache__/py38%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/inflect/compat/__pycache__/py38%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/inflect/compat/py38.py %%DATADIR%%/bin/libs/inflect/py.typed -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/LICENSE.rst -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/METADATA -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/RECORD -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/itsdangerous-2.1.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/itsdangerous-2.2.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/itsdangerous-2.2.0.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/itsdangerous-2.2.0.dist-info/METADATA +%%DATADIR%%/bin/libs/itsdangerous-2.2.0.dist-info/RECORD +%%DATADIR%%/bin/libs/itsdangerous-2.2.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/itsdangerous-2.2.0.dist-info/WHEEL %%DATADIR%%/bin/libs/itsdangerous/__init__.py %%DATADIR%%/bin/libs/itsdangerous/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/itsdangerous/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -5736,6 +5849,13 @@ %%DATADIR%%/bin/libs/itsdangerous/signer.py %%DATADIR%%/bin/libs/itsdangerous/timed.py %%DATADIR%%/bin/libs/itsdangerous/url_safe.py +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/INSTALLER +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/METADATA +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/RECORD +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/REQUESTED +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/WHEEL +%%DATADIR%%/bin/libs/jinja2-3.1.5.dist-info/entry_points.txt %%DATADIR%%/bin/libs/jinja2/__init__.py %%DATADIR%%/bin/libs/jinja2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/jinja2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -6684,13 +6804,13 @@ %%DATADIR%%/bin/libs/markupsafe/_speedups.c %%DATADIR%%/bin/libs/markupsafe/_speedups.pyi %%DATADIR%%/bin/libs/markupsafe/py.typed -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/COPYING -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/INSTALLER -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/METADATA -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/RECORD -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/REQUESTED -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/WHEEL -%%DATADIR%%/bin/libs/msgpack-1.0.7.dist-info/top_level.txt +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/COPYING +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/METADATA +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/RECORD +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/msgpack-1.1.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/msgpack/__init__.py %%DATADIR%%/bin/libs/msgpack/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/msgpack/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -6700,20 +6820,9 @@ %%DATADIR%%/bin/libs/msgpack/__pycache__/ext%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/msgpack/__pycache__/fallback%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/msgpack/__pycache__/fallback%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/msgpack/_cmsgpack.cpp -%%DATADIR%%/bin/libs/msgpack/_cmsgpack.pyx -%%DATADIR%%/bin/libs/msgpack/_packer.pyx -%%DATADIR%%/bin/libs/msgpack/_unpacker.pyx -%%DATADIR%%/bin/libs/msgpack/buff_converter.h %%DATADIR%%/bin/libs/msgpack/exceptions.py %%DATADIR%%/bin/libs/msgpack/ext.py %%DATADIR%%/bin/libs/msgpack/fallback.py -%%DATADIR%%/bin/libs/msgpack/pack.h -%%DATADIR%%/bin/libs/msgpack/pack_template.h -%%DATADIR%%/bin/libs/msgpack/sysdep.h -%%DATADIR%%/bin/libs/msgpack/unpack.h -%%DATADIR%%/bin/libs/msgpack/unpack_define.h -%%DATADIR%%/bin/libs/msgpack/unpack_template.h %%DATADIR%%/bin/libs/oauthlib-3.2.2.dist-info/INSTALLER %%DATADIR%%/bin/libs/oauthlib-3.2.2.dist-info/LICENSE %%DATADIR%%/bin/libs/oauthlib-3.2.2.dist-info/METADATA @@ -6955,12 +7064,12 @@ %%DATADIR%%/bin/libs/past/utils/__init__.py %%DATADIR%%/bin/libs/past/utils/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/past/utils/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/platformdirs-4.2.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/platformdirs-4.2.0.dist-info/METADATA -%%DATADIR%%/bin/libs/platformdirs-4.2.0.dist-info/RECORD -%%DATADIR%%/bin/libs/platformdirs-4.2.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/platformdirs-4.2.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/platformdirs-4.2.0.dist-info/licenses/LICENSE +%%DATADIR%%/bin/libs/platformdirs-4.3.6.dist-info/INSTALLER +%%DATADIR%%/bin/libs/platformdirs-4.3.6.dist-info/METADATA +%%DATADIR%%/bin/libs/platformdirs-4.3.6.dist-info/RECORD +%%DATADIR%%/bin/libs/platformdirs-4.3.6.dist-info/REQUESTED +%%DATADIR%%/bin/libs/platformdirs-4.3.6.dist-info/WHEEL +%%DATADIR%%/bin/libs/platformdirs-4.3.6.dist-info/licenses/LICENSE %%DATADIR%%/bin/libs/platformdirs/__init__.py %%DATADIR%%/bin/libs/platformdirs/__main__.py %%DATADIR%%/bin/libs/platformdirs/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -6986,12 +7095,82 @@ %%DATADIR%%/bin/libs/platformdirs/unix.py %%DATADIR%%/bin/libs/platformdirs/version.py %%DATADIR%%/bin/libs/platformdirs/windows.py -%%DATADIR%%/bin/libs/pycountry-23.12.11.dist-info/INSTALLER -%%DATADIR%%/bin/libs/pycountry-23.12.11.dist-info/LICENSE.txt -%%DATADIR%%/bin/libs/pycountry-23.12.11.dist-info/METADATA -%%DATADIR%%/bin/libs/pycountry-23.12.11.dist-info/RECORD -%%DATADIR%%/bin/libs/pycountry-23.12.11.dist-info/REQUESTED -%%DATADIR%%/bin/libs/pycountry-23.12.11.dist-info/WHEEL +%%DATADIR%%/bin/libs/plexapi/__init__.py +%%DATADIR%%/bin/libs/plexapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/alert%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/alert%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/audio%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/audio%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/base%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/base%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/client%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/client%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/collection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/collection%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/config%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/config%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/const%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/const%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/exceptions%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/exceptions%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/gdm%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/gdm%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/library%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/library%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/media%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/media%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/mixins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/mixins%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/myplex%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/myplex%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/photo%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/photo%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/playlist%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/playlist%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/playqueue%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/playqueue%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/server%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/server%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/settings%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/settings%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/sonos%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/sonos%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/sync%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/sync%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/video%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/plexapi/__pycache__/video%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/plexapi/alert.py +%%DATADIR%%/bin/libs/plexapi/audio.py +%%DATADIR%%/bin/libs/plexapi/base.py +%%DATADIR%%/bin/libs/plexapi/client.py +%%DATADIR%%/bin/libs/plexapi/collection.py +%%DATADIR%%/bin/libs/plexapi/config.py +%%DATADIR%%/bin/libs/plexapi/const.py +%%DATADIR%%/bin/libs/plexapi/exceptions.py +%%DATADIR%%/bin/libs/plexapi/gdm.py +%%DATADIR%%/bin/libs/plexapi/library.py +%%DATADIR%%/bin/libs/plexapi/media.py +%%DATADIR%%/bin/libs/plexapi/mixins.py +%%DATADIR%%/bin/libs/plexapi/myplex.py +%%DATADIR%%/bin/libs/plexapi/photo.py +%%DATADIR%%/bin/libs/plexapi/playlist.py +%%DATADIR%%/bin/libs/plexapi/playqueue.py +%%DATADIR%%/bin/libs/plexapi/server.py +%%DATADIR%%/bin/libs/plexapi/settings.py +%%DATADIR%%/bin/libs/plexapi/sonos.py +%%DATADIR%%/bin/libs/plexapi/sync.py +%%DATADIR%%/bin/libs/plexapi/utils.py +%%DATADIR%%/bin/libs/plexapi/video.py +%%DATADIR%%/bin/libs/pycountry-24.6.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/pycountry-24.6.1.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/pycountry-24.6.1.dist-info/METADATA +%%DATADIR%%/bin/libs/pycountry-24.6.1.dist-info/RECORD +%%DATADIR%%/bin/libs/pycountry-24.6.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/pycountry-24.6.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/pycountry/COPYRIGHT.txt %%DATADIR%%/bin/libs/pycountry/__init__.py %%DATADIR%%/bin/libs/pycountry/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pycountry/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -7284,7 +7463,9 @@ %%DATADIR%%/bin/libs/pycountry/locales/kk/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/kl/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/km/LC_MESSAGES/iso3166-1.mo +%%DATADIR%%/bin/libs/pycountry/locales/km/LC_MESSAGES/iso3166-2.mo %%DATADIR%%/bin/libs/pycountry/locales/km/LC_MESSAGES/iso3166-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/km/LC_MESSAGES/iso4217.mo %%DATADIR%%/bin/libs/pycountry/locales/kmr/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/kmr/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/kmr/LC_MESSAGES/iso639-3.mo @@ -7309,6 +7490,7 @@ %%DATADIR%%/bin/libs/pycountry/locales/lt/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/lt/LC_MESSAGES/iso4217.mo %%DATADIR%%/bin/libs/pycountry/locales/lt/LC_MESSAGES/iso639-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/lt/LC_MESSAGES/iso639-5.mo %%DATADIR%%/bin/libs/pycountry/locales/lv/LC_MESSAGES/iso15924.mo %%DATADIR%%/bin/libs/pycountry/locales/lv/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/lv/LC_MESSAGES/iso3166-2.mo @@ -7330,7 +7512,6 @@ %%DATADIR%%/bin/libs/pycountry/locales/mn/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/mn/LC_MESSAGES/iso4217.mo %%DATADIR%%/bin/libs/pycountry/locales/mn/LC_MESSAGES/iso639-3.mo -%%DATADIR%%/bin/libs/pycountry/locales/mo/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/mr/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/mr/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/mr/LC_MESSAGES/iso639-3.mo @@ -7343,12 +7524,12 @@ %%DATADIR%%/bin/libs/pycountry/locales/my/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/na/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/nah/LC_MESSAGES/iso3166-1.mo -%%DATADIR%%/bin/libs/pycountry/locales/nb/LC_MESSAGES/iso15924.mo -%%DATADIR%%/bin/libs/pycountry/locales/nb/LC_MESSAGES/iso3166-1.mo -%%DATADIR%%/bin/libs/pycountry/locales/nb/LC_MESSAGES/iso3166-3.mo -%%DATADIR%%/bin/libs/pycountry/locales/nb/LC_MESSAGES/iso4217.mo -%%DATADIR%%/bin/libs/pycountry/locales/nb/LC_MESSAGES/iso639-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso15924.mo +%%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso3166-2.mo +%%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso3166-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso4217.mo +%%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso639-3.mo %%DATADIR%%/bin/libs/pycountry/locales/nb_NO/LC_MESSAGES/iso639-5.mo %%DATADIR%%/bin/libs/pycountry/locales/ne/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/ne/LC_MESSAGES/iso3166-3.mo @@ -7415,6 +7596,8 @@ %%DATADIR%%/bin/libs/pycountry/locales/ro/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/ro/LC_MESSAGES/iso4217.mo %%DATADIR%%/bin/libs/pycountry/locales/ro/LC_MESSAGES/iso639-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/ro/LC_MESSAGES/iso639-5.mo +%%DATADIR%%/bin/libs/pycountry/locales/ro_MD/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/ru/LC_MESSAGES/iso15924.mo %%DATADIR%%/bin/libs/pycountry/locales/ru/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/ru/LC_MESSAGES/iso3166-2.mo @@ -7486,9 +7669,13 @@ %%DATADIR%%/bin/libs/pycountry/locales/sv/LC_MESSAGES/iso639-5.mo %%DATADIR%%/bin/libs/pycountry/locales/sw/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/sw/LC_MESSAGES/iso3166-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso15924.mo %%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso3166-1.mo +%%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso3166-2.mo %%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso3166-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso4217.mo %%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso639-3.mo +%%DATADIR%%/bin/libs/pycountry/locales/ta/LC_MESSAGES/iso639-5.mo %%DATADIR%%/bin/libs/pycountry/locales/te/LC_MESSAGES/iso3166-1.mo %%DATADIR%%/bin/libs/pycountry/locales/te/LC_MESSAGES/iso3166-3.mo %%DATADIR%%/bin/libs/pycountry/locales/tg/LC_MESSAGES/iso3166-1.mo @@ -7669,14 +7856,14 @@ %%DATADIR%%/bin/libs/pydantic/utils.py %%DATADIR%%/bin/libs/pydantic/validators.py %%DATADIR%%/bin/libs/pydantic/version.py -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/METADATA -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/RECORD -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/licenses/AUTHORS -%%DATADIR%%/bin/libs/pygments-2.17.2.dist-info/licenses/LICENSE +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/METADATA +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/RECORD +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/licenses/AUTHORS +%%DATADIR%%/bin/libs/pygments-2.19.1.dist-info/licenses/LICENSE %%DATADIR%%/bin/libs/pygments/__init__.py %%DATADIR%%/bin/libs/pygments/__main__.py %%DATADIR%%/bin/libs/pygments/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -7776,6 +7963,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_csound_builtins%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_css_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_css_builtins%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_googlesql_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_googlesql_builtins%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_julia_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_julia_builtins%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_lasso_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -7784,6 +7973,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_lilypond_builtins%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_lua_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_lua_builtins%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_luau_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_luau_builtins%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_mapping%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_mapping%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/_mql_builtins%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -7880,6 +8071,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/chapel%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/clean%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/clean%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/codeql%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/codeql%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/comal%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/comal%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/compiled%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -7960,6 +8153,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gcodelexer%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gdscript%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gdscript%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gleam%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gleam%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/go%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/go%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/grammar_notation%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -7974,6 +8169,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/graphviz%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gsql%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/gsql%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/hare%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/hare%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/haskell%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/haskell%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/haxe%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8004,6 +8201,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/jmespath%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/jslt%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/jslt%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/json5%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/json5%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/jsonnet%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/jsonnet%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/jsx%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8028,6 +8227,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/macaulay2%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/make%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/make%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/maple%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/maple%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/markup%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/markup%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/math%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8050,6 +8251,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/modeling%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/modula2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/modula2%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/mojo%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/mojo%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/monte%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/monte%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/mosel%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8062,6 +8265,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/nit%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/nix%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/nix%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/numbair%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/numbair%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/oberon%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/oberon%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/objective%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8080,6 +8285,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/pascal%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/pawn%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/pawn%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/pddl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/pddl%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/perl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/perl%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/phix%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8116,6 +8323,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/rdf%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/rebol%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/rebol%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/rego%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/rego%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/resource%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/resource%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/ride%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8158,6 +8367,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/snobol%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/solidity%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/solidity%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/soong%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/soong%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/sophia%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/sophia%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/special%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8172,6 +8383,10 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/stata%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/supercollider%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/supercollider%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tablegen%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tablegen%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tact%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tact%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tal%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tal%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/tcl%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8204,6 +8419,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/trafficscript%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/typoscript%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/typoscript%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/typst%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/lexers/__pycache__/typst%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/ul4%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/ul4%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/lexers/__pycache__/unicon%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8254,10 +8471,12 @@ %%DATADIR%%/bin/libs/pygments/lexers/_cocoa_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_csound_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_css_builtins.py +%%DATADIR%%/bin/libs/pygments/lexers/_googlesql_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_julia_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_lasso_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_lilypond_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_lua_builtins.py +%%DATADIR%%/bin/libs/pygments/lexers/_luau_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_mapping.py %%DATADIR%%/bin/libs/pygments/lexers/_mql_builtins.py %%DATADIR%%/bin/libs/pygments/lexers/_mysql_builtins.py @@ -8306,6 +8525,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/cddl.py %%DATADIR%%/bin/libs/pygments/lexers/chapel.py %%DATADIR%%/bin/libs/pygments/lexers/clean.py +%%DATADIR%%/bin/libs/pygments/lexers/codeql.py %%DATADIR%%/bin/libs/pygments/lexers/comal.py %%DATADIR%%/bin/libs/pygments/lexers/compiled.py %%DATADIR%%/bin/libs/pygments/lexers/configs.py @@ -8346,6 +8566,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/futhark.py %%DATADIR%%/bin/libs/pygments/lexers/gcodelexer.py %%DATADIR%%/bin/libs/pygments/lexers/gdscript.py +%%DATADIR%%/bin/libs/pygments/lexers/gleam.py %%DATADIR%%/bin/libs/pygments/lexers/go.py %%DATADIR%%/bin/libs/pygments/lexers/grammar_notation.py %%DATADIR%%/bin/libs/pygments/lexers/graph.py @@ -8353,6 +8574,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/graphql.py %%DATADIR%%/bin/libs/pygments/lexers/graphviz.py %%DATADIR%%/bin/libs/pygments/lexers/gsql.py +%%DATADIR%%/bin/libs/pygments/lexers/hare.py %%DATADIR%%/bin/libs/pygments/lexers/haskell.py %%DATADIR%%/bin/libs/pygments/lexers/haxe.py %%DATADIR%%/bin/libs/pygments/lexers/hdl.py @@ -8368,6 +8590,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/javascript.py %%DATADIR%%/bin/libs/pygments/lexers/jmespath.py %%DATADIR%%/bin/libs/pygments/lexers/jslt.py +%%DATADIR%%/bin/libs/pygments/lexers/json5.py %%DATADIR%%/bin/libs/pygments/lexers/jsonnet.py %%DATADIR%%/bin/libs/pygments/lexers/jsx.py %%DATADIR%%/bin/libs/pygments/lexers/julia.py @@ -8380,6 +8603,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/lisp.py %%DATADIR%%/bin/libs/pygments/lexers/macaulay2.py %%DATADIR%%/bin/libs/pygments/lexers/make.py +%%DATADIR%%/bin/libs/pygments/lexers/maple.py %%DATADIR%%/bin/libs/pygments/lexers/markup.py %%DATADIR%%/bin/libs/pygments/lexers/math.py %%DATADIR%%/bin/libs/pygments/lexers/matlab.py @@ -8391,12 +8615,14 @@ %%DATADIR%%/bin/libs/pygments/lexers/ml.py %%DATADIR%%/bin/libs/pygments/lexers/modeling.py %%DATADIR%%/bin/libs/pygments/lexers/modula2.py +%%DATADIR%%/bin/libs/pygments/lexers/mojo.py %%DATADIR%%/bin/libs/pygments/lexers/monte.py %%DATADIR%%/bin/libs/pygments/lexers/mosel.py %%DATADIR%%/bin/libs/pygments/lexers/ncl.py %%DATADIR%%/bin/libs/pygments/lexers/nimrod.py %%DATADIR%%/bin/libs/pygments/lexers/nit.py %%DATADIR%%/bin/libs/pygments/lexers/nix.py +%%DATADIR%%/bin/libs/pygments/lexers/numbair.py %%DATADIR%%/bin/libs/pygments/lexers/oberon.py %%DATADIR%%/bin/libs/pygments/lexers/objective.py %%DATADIR%%/bin/libs/pygments/lexers/ooc.py @@ -8406,6 +8632,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/parsers.py %%DATADIR%%/bin/libs/pygments/lexers/pascal.py %%DATADIR%%/bin/libs/pygments/lexers/pawn.py +%%DATADIR%%/bin/libs/pygments/lexers/pddl.py %%DATADIR%%/bin/libs/pygments/lexers/perl.py %%DATADIR%%/bin/libs/pygments/lexers/phix.py %%DATADIR%%/bin/libs/pygments/lexers/php.py @@ -8424,6 +8651,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/r.py %%DATADIR%%/bin/libs/pygments/lexers/rdf.py %%DATADIR%%/bin/libs/pygments/lexers/rebol.py +%%DATADIR%%/bin/libs/pygments/lexers/rego.py %%DATADIR%%/bin/libs/pygments/lexers/resource.py %%DATADIR%%/bin/libs/pygments/lexers/ride.py %%DATADIR%%/bin/libs/pygments/lexers/rita.py @@ -8445,6 +8673,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/smv.py %%DATADIR%%/bin/libs/pygments/lexers/snobol.py %%DATADIR%%/bin/libs/pygments/lexers/solidity.py +%%DATADIR%%/bin/libs/pygments/lexers/soong.py %%DATADIR%%/bin/libs/pygments/lexers/sophia.py %%DATADIR%%/bin/libs/pygments/lexers/special.py %%DATADIR%%/bin/libs/pygments/lexers/spice.py @@ -8452,6 +8681,8 @@ %%DATADIR%%/bin/libs/pygments/lexers/srcinfo.py %%DATADIR%%/bin/libs/pygments/lexers/stata.py %%DATADIR%%/bin/libs/pygments/lexers/supercollider.py +%%DATADIR%%/bin/libs/pygments/lexers/tablegen.py +%%DATADIR%%/bin/libs/pygments/lexers/tact.py %%DATADIR%%/bin/libs/pygments/lexers/tal.py %%DATADIR%%/bin/libs/pygments/lexers/tcl.py %%DATADIR%%/bin/libs/pygments/lexers/teal.py @@ -8468,6 +8699,7 @@ %%DATADIR%%/bin/libs/pygments/lexers/tnt.py %%DATADIR%%/bin/libs/pygments/lexers/trafficscript.py %%DATADIR%%/bin/libs/pygments/lexers/typoscript.py +%%DATADIR%%/bin/libs/pygments/lexers/typst.py %%DATADIR%%/bin/libs/pygments/lexers/ul4.py %%DATADIR%%/bin/libs/pygments/lexers/unicon.py %%DATADIR%%/bin/libs/pygments/lexers/urbi.py @@ -8515,6 +8747,8 @@ %%DATADIR%%/bin/libs/pygments/styles/__pycache__/borland%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/styles/__pycache__/bw%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/styles/__pycache__/bw%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/pygments/styles/__pycache__/coffee%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/pygments/styles/__pycache__/coffee%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/styles/__pycache__/colorful%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pygments/styles/__pycache__/colorful%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/pygments/styles/__pycache__/default%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8599,6 +8833,7 @@ %%DATADIR%%/bin/libs/pygments/styles/autumn.py %%DATADIR%%/bin/libs/pygments/styles/borland.py %%DATADIR%%/bin/libs/pygments/styles/bw.py +%%DATADIR%%/bin/libs/pygments/styles/coffee.py %%DATADIR%%/bin/libs/pygments/styles/colorful.py %%DATADIR%%/bin/libs/pygments/styles/default.py %%DATADIR%%/bin/libs/pygments/styles/dracula.py @@ -8670,12 +8905,12 @@ %%DATADIR%%/bin/libs/pymediainfo/__init__.py %%DATADIR%%/bin/libs/pymediainfo/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pymediainfo/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/pyparsing-3.1.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/pyparsing-3.1.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/pyparsing-3.1.1.dist-info/METADATA -%%DATADIR%%/bin/libs/pyparsing-3.1.1.dist-info/RECORD -%%DATADIR%%/bin/libs/pyparsing-3.1.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/pyparsing-3.1.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/pyparsing-3.1.4.dist-info/INSTALLER +%%DATADIR%%/bin/libs/pyparsing-3.1.4.dist-info/LICENSE +%%DATADIR%%/bin/libs/pyparsing-3.1.4.dist-info/METADATA +%%DATADIR%%/bin/libs/pyparsing-3.1.4.dist-info/RECORD +%%DATADIR%%/bin/libs/pyparsing-3.1.4.dist-info/REQUESTED +%%DATADIR%%/bin/libs/pyparsing-3.1.4.dist-info/WHEEL %%DATADIR%%/bin/libs/pyparsing/__init__.py %%DATADIR%%/bin/libs/pyparsing/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pyparsing/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -8802,14 +9037,14 @@ %%DATADIR%%/bin/libs/pysrt/srtitem.py %%DATADIR%%/bin/libs/pysrt/srttime.py %%DATADIR%%/bin/libs/pysrt/version.py -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/LICENSE.txt -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/METADATA -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/RECORD -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/pysubs2-1.7.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/METADATA +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/RECORD +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/pysubs2-1.7.3.dist-info/top_level.txt %%DATADIR%%/bin/libs/pysubs2/__init__.py %%DATADIR%%/bin/libs/pysubs2/__main__.py %%DATADIR%%/bin/libs/pysubs2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -8889,36 +9124,36 @@ %%DATADIR%%/bin/libs/python_anticaptcha/compat.py %%DATADIR%%/bin/libs/python_anticaptcha/exceptions.py %%DATADIR%%/bin/libs/python_anticaptcha/tasks.py -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/METADATA -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/RECORD -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/top_level.txt -%%DATADIR%%/bin/libs/python_dateutil-2.8.2.dist-info/zip-safe -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/METADATA -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/RECORD -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/python_engineio-4.9.0.dist-info/top_level.txt -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/METADATA -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/RECORD -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/python_socketio-5.11.1.dist-info/top_level.txt -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/LICENSE.txt -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/METADATA -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/RECORD -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/top_level.txt -%%DATADIR%%/bin/libs/pytz-2024.1.dist-info/zip-safe +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/METADATA +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/RECORD +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/python_dateutil-2.9.0.dist-info/zip-safe +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/METADATA +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/RECORD +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/python_engineio-4.11.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/LICENSE +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/METADATA +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/RECORD +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/python_socketio-5.12.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/METADATA +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/RECORD +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/pytz-2024.2.dist-info/zip-safe %%DATADIR%%/bin/libs/pytz/__init__.py %%DATADIR%%/bin/libs/pytz/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/pytz/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -9572,13 +9807,13 @@ %%DATADIR%%/bin/libs/pytz_deprecation_shim/_exceptions.py %%DATADIR%%/bin/libs/pytz_deprecation_shim/_impl.py %%DATADIR%%/bin/libs/pytz_deprecation_shim/helpers.py -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/METADATA -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/RECORD -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/rarfile-4.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/METADATA +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/RECORD +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/rarfile-4.2.dist-info/top_level.txt %%DATADIR%%/bin/libs/rarfile.py %%DATADIR%%/bin/libs/rebulk-3.2.0.dist-info/INSTALLER %%DATADIR%%/bin/libs/rebulk-3.2.0.dist-info/LICENSE @@ -9722,13 +9957,13 @@ %%DATADIR%%/bin/libs/referencing/tests/test_jsonschema.py %%DATADIR%%/bin/libs/referencing/tests/test_referencing_suite.py %%DATADIR%%/bin/libs/referencing/typing.py -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/METADATA -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/RECORD -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/requests-2.31.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/LICENSE +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/METADATA +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/RECORD +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/requests-2.32.3.dist-info/top_level.txt %%DATADIR%%/bin/libs/requests/__init__.py %%DATADIR%%/bin/libs/requests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/requests/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -9783,13 +10018,13 @@ %%DATADIR%%/bin/libs/requests/status_codes.py %%DATADIR%%/bin/libs/requests/structures.py %%DATADIR%%/bin/libs/requests/utils.py -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/METADATA -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/RECORD -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/requests_oauthlib-1.3.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/METADATA +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/RECORD +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/requests_oauthlib-2.0.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/requests_oauthlib/__init__.py %%DATADIR%%/bin/libs/requests_oauthlib/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/requests_oauthlib/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -9966,12 +10201,12 @@ %%DATADIR%%/bin/libs/retry/tests/__pycache__/test_retry%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/retry/tests/__pycache__/test_retry%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/retry/tests/test_retry.py -%%DATADIR%%/bin/libs/rich-13.7.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/rich-13.7.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/rich-13.7.0.dist-info/METADATA -%%DATADIR%%/bin/libs/rich-13.7.0.dist-info/RECORD -%%DATADIR%%/bin/libs/rich-13.7.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/rich-13.7.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/rich-13.9.4.dist-info/INSTALLER +%%DATADIR%%/bin/libs/rich-13.9.4.dist-info/LICENSE +%%DATADIR%%/bin/libs/rich-13.9.4.dist-info/METADATA +%%DATADIR%%/bin/libs/rich-13.9.4.dist-info/RECORD +%%DATADIR%%/bin/libs/rich-13.9.4.dist-info/REQUESTED +%%DATADIR%%/bin/libs/rich-13.9.4.dist-info/WHEEL %%DATADIR%%/bin/libs/rich/__init__.py %%DATADIR%%/bin/libs/rich/__main__.py %%DATADIR%%/bin/libs/rich/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -10215,6 +10450,14 @@ %%DATADIR%%/bin/libs/semver-3.0.2.dist-info/WHEEL %%DATADIR%%/bin/libs/semver-3.0.2.dist-info/entry_points.txt %%DATADIR%%/bin/libs/semver-3.0.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/METADATA +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/RECORD +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/semver-3.0.3.dist-info/top_level.txt %%DATADIR%%/bin/libs/semver/__about__.py %%DATADIR%%/bin/libs/semver/__init__.py %%DATADIR%%/bin/libs/semver/__main__.py @@ -10343,13 +10586,13 @@ %%DATADIR%%/bin/libs/signalrcore/transport/websockets/connection.py %%DATADIR%%/bin/libs/signalrcore/transport/websockets/reconnection.py %%DATADIR%%/bin/libs/signalrcore/transport/websockets/websocket_transport.py -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/METADATA -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/RECORD -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/simple_websocket-1.0.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/METADATA +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/RECORD +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/simple_websocket-1.1.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/simple_websocket/__init__.py %%DATADIR%%/bin/libs/simple_websocket/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/simple_websocket/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -10365,13 +10608,13 @@ %%DATADIR%%/bin/libs/simple_websocket/asgi.py %%DATADIR%%/bin/libs/simple_websocket/errors.py %%DATADIR%%/bin/libs/simple_websocket/ws.py -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/METADATA -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/RECORD -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/six-1.16.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/METADATA +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/RECORD +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/six-1.17.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/six.py %%DATADIR%%/bin/libs/socketio/__init__.py %%DATADIR%%/bin/libs/socketio/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -10523,7 +10766,6 @@ %%DATADIR%%/bin/libs/sqlalchemy/connectors/aioodbc.py %%DATADIR%%/bin/libs/sqlalchemy/connectors/asyncio.py %%DATADIR%%/bin/libs/sqlalchemy/connectors/pyodbc.py -%%DATADIR%%/bin/libs/sqlalchemy/cyextension/.gitignore %%DATADIR%%/bin/libs/sqlalchemy/cyextension/__init__.py %%DATADIR%%/bin/libs/sqlalchemy/cyextension/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/sqlalchemy/cyextension/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -11284,16 +11526,16 @@ %%DATADIR%%/bin/libs/srt_tools/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/srt_tools/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/srt_tools/utils.py -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/AUTHORS -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/METADATA -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/RECORD -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/pbr.json -%%DATADIR%%/bin/libs/stevedore-5.2.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/AUTHORS +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/METADATA +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/RECORD +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/pbr.json +%%DATADIR%%/bin/libs/stevedore-5.3.0.dist-info/top_level.txt %%DATADIR%%/bin/libs/stevedore/__init__.py %%DATADIR%%/bin/libs/stevedore/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/stevedore/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -11429,13 +11671,13 @@ %%DATADIR%%/bin/libs/test/send_auth_test.py %%DATADIR%%/bin/libs/test/send_test.py %%DATADIR%%/bin/libs/test/streaming_test.py -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/LICENSE -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/METADATA -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/RECORD -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/textdistance-4.6.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/LICENSE +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/METADATA +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/RECORD +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/textdistance-4.6.3.dist-info/top_level.txt %%DATADIR%%/bin/libs/textdistance/__init__.py %%DATADIR%%/bin/libs/textdistance/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/textdistance/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -11537,14 +11779,14 @@ %%DATADIR%%/bin/libs/tld/tests/test_registry.py %%DATADIR%%/bin/libs/tld/trie.py %%DATADIR%%/bin/libs/tld/utils.py -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/INSTALLER -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/LICENCE -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/METADATA -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/RECORD -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/REQUESTED -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/WHEEL -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/tqdm-4.66.2.dist-info/top_level.txt +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/INSTALLER +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/LICENCE +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/METADATA +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/RECORD +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/REQUESTED +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/tqdm-4.67.1.dist-info/top_level.txt %%DATADIR%%/bin/libs/tqdm/__init__.py %%DATADIR%%/bin/libs/tqdm/__main__.py %%DATADIR%%/bin/libs/tqdm/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -11643,13 +11885,13 @@ %%DATADIR%%/bin/libs/tqdm/tqdm.1 %%DATADIR%%/bin/libs/tqdm/utils.py %%DATADIR%%/bin/libs/tqdm/version.py -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/METADATA -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/RECORD -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/trakit-0.2.1.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/METADATA +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/RECORD +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/trakit-0.2.2.dist-info/entry_points.txt %%DATADIR%%/bin/libs/trakit/__init__.py %%DATADIR%%/bin/libs/trakit/__main__.py %%DATADIR%%/bin/libs/trakit/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -11684,21 +11926,21 @@ %%DATADIR%%/bin/libs/trakit/language.py %%DATADIR%%/bin/libs/trakit/patterns.py %%DATADIR%%/bin/libs/trakit/words.py -%%DATADIR%%/bin/libs/typing_extensions-4.10.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/typing_extensions-4.10.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/typing_extensions-4.10.0.dist-info/METADATA -%%DATADIR%%/bin/libs/typing_extensions-4.10.0.dist-info/RECORD -%%DATADIR%%/bin/libs/typing_extensions-4.10.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/typing_extensions-4.10.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/typing_extensions-4.12.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/typing_extensions-4.12.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/typing_extensions-4.12.2.dist-info/METADATA +%%DATADIR%%/bin/libs/typing_extensions-4.12.2.dist-info/RECORD +%%DATADIR%%/bin/libs/typing_extensions-4.12.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/typing_extensions-4.12.2.dist-info/WHEEL %%DATADIR%%/bin/libs/typing_extensions.py -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/LICENSE -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/LICENSE_APACHE -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/METADATA -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/RECORD -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/tzdata-2024.1.dist-info/top_level.txt +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/LICENSE_APACHE +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/METADATA +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/RECORD +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/tzdata-2024.2.dist-info/top_level.txt %%DATADIR%%/bin/libs/tzdata/__init__.py %%DATADIR%%/bin/libs/tzdata/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/tzdata/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -12972,12 +13214,12 @@ %%DATADIR%%/bin/libs/unidecode/x1d7.py %%DATADIR%%/bin/libs/unidecode/x1f1.py %%DATADIR%%/bin/libs/unidecode/x1f6.py -%%DATADIR%%/bin/libs/urllib3-2.2.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/urllib3-2.2.1.dist-info/METADATA -%%DATADIR%%/bin/libs/urllib3-2.2.1.dist-info/RECORD -%%DATADIR%%/bin/libs/urllib3-2.2.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/urllib3-2.2.1.dist-info/WHEEL -%%DATADIR%%/bin/libs/urllib3-2.2.1.dist-info/licenses/LICENSE.txt +%%DATADIR%%/bin/libs/urllib3-2.2.3.dist-info/INSTALLER +%%DATADIR%%/bin/libs/urllib3-2.2.3.dist-info/METADATA +%%DATADIR%%/bin/libs/urllib3-2.2.3.dist-info/RECORD +%%DATADIR%%/bin/libs/urllib3-2.2.3.dist-info/REQUESTED +%%DATADIR%%/bin/libs/urllib3-2.2.3.dist-info/WHEEL +%%DATADIR%%/bin/libs/urllib3-2.2.3.dist-info/licenses/LICENSE.txt %%DATADIR%%/bin/libs/urllib3/__init__.py %%DATADIR%%/bin/libs/urllib3/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/urllib3/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -12999,8 +13241,6 @@ %%DATADIR%%/bin/libs/urllib3/__pycache__/fields%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/urllib3/__pycache__/filepost%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/urllib3/__pycache__/filepost%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/urllib3/__pycache__/http2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/urllib3/__pycache__/http2%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/urllib3/__pycache__/poolmanager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/urllib3/__pycache__/poolmanager%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/urllib3/__pycache__/response%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -13039,7 +13279,15 @@ %%DATADIR%%/bin/libs/urllib3/exceptions.py %%DATADIR%%/bin/libs/urllib3/fields.py %%DATADIR%%/bin/libs/urllib3/filepost.py -%%DATADIR%%/bin/libs/urllib3/http2.py +%%DATADIR%%/bin/libs/urllib3/http2/__init__.py +%%DATADIR%%/bin/libs/urllib3/http2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/urllib3/http2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/urllib3/http2/__pycache__/connection%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/urllib3/http2/__pycache__/connection%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/urllib3/http2/__pycache__/probe%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/urllib3/http2/__pycache__/probe%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/urllib3/http2/connection.py +%%DATADIR%%/bin/libs/urllib3/http2/probe.py %%DATADIR%%/bin/libs/urllib3/poolmanager.py %%DATADIR%%/bin/libs/urllib3/py.typed %%DATADIR%%/bin/libs/urllib3/response.py @@ -13255,20 +13503,20 @@ %%DATADIR%%/bin/libs/websocket/tests/test_http.py %%DATADIR%%/bin/libs/websocket/tests/test_url.py %%DATADIR%%/bin/libs/websocket/tests/test_websocket.py -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/METADATA -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/RECORD -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/entry_points.txt -%%DATADIR%%/bin/libs/websocket_client-1.7.0.dist-info/top_level.txt -%%DATADIR%%/bin/libs/werkzeug-3.0.1.dist-info/INSTALLER -%%DATADIR%%/bin/libs/werkzeug-3.0.1.dist-info/LICENSE.rst -%%DATADIR%%/bin/libs/werkzeug-3.0.1.dist-info/METADATA -%%DATADIR%%/bin/libs/werkzeug-3.0.1.dist-info/RECORD -%%DATADIR%%/bin/libs/werkzeug-3.0.1.dist-info/REQUESTED -%%DATADIR%%/bin/libs/werkzeug-3.0.1.dist-info/WHEEL +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/INSTALLER +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/LICENSE +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/METADATA +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/RECORD +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/REQUESTED +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/WHEEL +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/entry_points.txt +%%DATADIR%%/bin/libs/websocket_client-1.8.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/werkzeug-3.0.6.dist-info/INSTALLER +%%DATADIR%%/bin/libs/werkzeug-3.0.6.dist-info/LICENSE.txt +%%DATADIR%%/bin/libs/werkzeug-3.0.6.dist-info/METADATA +%%DATADIR%%/bin/libs/werkzeug-3.0.6.dist-info/RECORD +%%DATADIR%%/bin/libs/werkzeug-3.0.6.dist-info/REQUESTED +%%DATADIR%%/bin/libs/werkzeug-3.0.6.dist-info/WHEEL %%DATADIR%%/bin/libs/werkzeug/__init__.py %%DATADIR%%/bin/libs/werkzeug/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/werkzeug/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc @@ -13533,22 +13781,28 @@ %%DATADIR%%/bin/libs/yaml/scanner.py %%DATADIR%%/bin/libs/yaml/serializer.py %%DATADIR%%/bin/libs/yaml/tokens.py -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/INSTALLER -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/LICENSE -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/METADATA -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/RECORD -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/REQUESTED -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/WHEEL -%%DATADIR%%/bin/libs/zipp-3.17.0.dist-info/top_level.txt +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/INSTALLER +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/LICENSE +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/METADATA +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/RECORD +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/REQUESTED +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/WHEEL +%%DATADIR%%/bin/libs/zipp-3.20.2.dist-info/top_level.txt %%DATADIR%%/bin/libs/zipp/__init__.py %%DATADIR%%/bin/libs/zipp/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/zipp/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/libs/zipp/__pycache__/glob%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/libs/zipp/__pycache__/glob%%PYTHON_EXT_SUFFIX%%.pyc -%%DATADIR%%/bin/libs/zipp/__pycache__/py310compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%DATADIR%%/bin/libs/zipp/__pycache__/py310compat%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/zipp/compat/__init__.py +%%DATADIR%%/bin/libs/zipp/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/zipp/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/zipp/compat/__pycache__/overlay%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/zipp/compat/__pycache__/overlay%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/zipp/compat/__pycache__/py310%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/bin/libs/zipp/compat/__pycache__/py310%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/bin/libs/zipp/compat/overlay.py +%%DATADIR%%/bin/libs/zipp/compat/py310.py %%DATADIR%%/bin/libs/zipp/glob.py -%%DATADIR%%/bin/libs/zipp/py310compat.py %%DATADIR%%/bin/migrations/__pycache__/env%%PYTHON_EXT_SUFFIX%%.opt-1.pyc %%DATADIR%%/bin/migrations/__pycache__/env%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/bin/migrations/alembic.ini diff --git a/net-p2p/twitch-tui/Makefile b/net-p2p/twitch-tui/Makefile index 3d8ae956683a..f2853d08fd72 100644 --- a/net-p2p/twitch-tui/Makefile +++ b/net-p2p/twitch-tui/Makefile @@ -1,7 +1,6 @@ PORTNAME= twitch-tui DISTVERSIONPREFIX= v -DISTVERSION= 2.6.18 -PORTREVISION= 3 +DISTVERSION= 2.6.19 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org @@ -21,76 +20,74 @@ GH_ACCOUNT= Xithrius CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ - ahash-0.8.11 \ + adler2-2.0.0 \ aho-corasick-1.1.3 \ aligned-vec-0.5.0 \ - allocator-api2-0.2.18 \ + allocator-api2-0.2.21 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.15 \ - anstyle-1.0.8 \ - anstyle-parse-0.2.5 \ - anstyle-query-1.1.1 \ - anstyle-wincon-3.0.4 \ - anyhow-1.0.92 \ - arbitrary-1.4.0 \ + anstream-0.6.18 \ + anstyle-1.0.10 \ + anstyle-parse-0.2.6 \ + anstyle-query-1.1.2 \ + anstyle-wincon-3.0.7 \ + anyhow-1.0.97 \ + arbitrary-1.4.1 \ arg_enum_proc_macro-0.3.4 \ arrayvec-0.7.6 \ atomic-waker-1.1.2 \ - autocfg-1.3.0 \ + autocfg-1.4.0 \ av1-grain-0.2.3 \ - avif-serialize-0.8.2 \ + avif-serialize-0.8.3 \ backtrace-0.3.71 \ base64-0.22.1 \ bit_field-0.10.2 \ bitflags-1.3.2 \ - bitflags-2.6.0 \ - bitstream-io-2.5.3 \ - block2-0.5.1 \ - built-0.7.5 \ - bumpalo-3.16.0 \ - bytemuck-1.17.0 \ - byteorder-1.5.0 \ + bitflags-2.9.0 \ + bitstream-io-2.6.0 \ + built-0.7.7 \ + bumpalo-3.17.0 \ + bytemuck-1.22.0 \ byteorder-lite-0.1.0 \ - bytes-1.7.1 \ + bytes-1.10.1 \ cassowary-0.3.0 \ castaway-0.2.3 \ - cc-1.1.13 \ + cc-1.2.18 \ cesu8-1.1.0 \ cfg-expr-0.15.8 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - chrono-0.4.39 \ - clap-4.5.23 \ - clap_builder-4.5.23 \ - clap_derive-4.5.18 \ + chrono-0.4.40 \ + clap-4.5.35 \ + clap_builder-4.5.35 \ + clap_derive-4.5.32 \ clap_lex-0.7.4 \ clipboard-win-5.4.0 \ color-eyre-0.6.3 \ color-spantrace-0.2.1 \ color_quant-1.1.0 \ - colorchoice-1.0.2 \ + colorchoice-1.0.3 \ combine-4.6.7 \ - compact_str-0.8.0 \ - console-0.15.8 \ + compact_str-0.8.1 \ + console-0.15.11 \ core-foundation-0.9.4 \ core-foundation-0.10.0 \ core-foundation-sys-0.8.7 \ crc32fast-1.4.2 \ - crossbeam-deque-0.8.5 \ + crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ - crossbeam-utils-0.8.20 \ + crossbeam-utils-0.8.21 \ crossterm-0.28.1 \ crossterm_winapi-0.9.1 \ - crunchy-0.2.2 \ - darling-0.20.10 \ - darling_core-0.20.10 \ - darling_macro-0.20.10 \ - deranged-0.3.11 \ + crunchy-0.2.3 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ + deranged-0.4.1 \ dialoguer-0.11.0 \ displaydoc-0.2.5 \ - either-1.13.0 \ - encode_unicode-0.3.6 \ + either-1.15.0 \ + encode_unicode-1.0.0 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ encoding-index-korean-1.20141219.5 \ @@ -98,20 +95,20 @@ CARGO_CRATES= addr2line-0.21.0 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ - encoding_rs-0.8.34 \ + encoding_rs-0.8.35 \ endian-type-0.1.2 \ - equivalent-1.0.1 \ - errno-0.3.10 \ - error-code-3.2.0 \ - exr-1.72.0 \ + equivalent-1.0.2 \ + errno-0.3.11 \ + error-code-3.3.1 \ + exr-1.73.0 \ eyre-0.6.12 \ fastrand-2.3.0 \ - fd-lock-4.0.2 \ - fdeflate-0.3.4 \ + fd-lock-4.0.4 \ + fdeflate-0.3.7 \ fern-0.7.1 \ - flate2-1.0.31 \ - flume-0.11.0 \ + flate2-1.1.1 \ fnv-1.0.7 \ + foldhash-0.1.5 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.2.1 \ @@ -126,77 +123,79 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-util-0.3.31 \ fuzzy-matcher-0.3.7 \ getrandom-0.2.15 \ + getrandom-0.3.2 \ gif-0.13.1 \ gimli-0.28.1 \ - h2-0.4.5 \ - half-2.4.1 \ + h2-0.4.8 \ + half-2.5.0 \ hashbrown-0.12.3 \ - hashbrown-0.14.5 \ + hashbrown-0.15.2 \ heck-0.5.0 \ - hermit-abi-0.3.9 \ hex-0.4.3 \ - home-0.5.9 \ - http-1.1.0 \ + home-0.5.11 \ + http-1.3.1 \ http-body-1.0.1 \ - http-body-util-0.1.2 \ - httparse-1.9.4 \ - hyper-1.4.1 \ - hyper-rustls-0.27.2 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + hyper-1.6.0 \ + hyper-rustls-0.27.5 \ hyper-tls-0.6.0 \ - hyper-util-0.1.7 \ - iana-time-zone-0.1.60 \ + hyper-util-0.1.11 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ icu_locid-1.5.0 \ icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ + icu_locid_transform_data-1.5.1 \ icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ + icu_normalizer_data-1.5.1 \ icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ + icu_properties_data-1.5.1 \ icu_provider-1.5.0 \ icu_provider_macros-1.5.0 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.0 \ - image-0.25.5 \ - image-webp-0.2.0 \ + image-0.25.6 \ + image-webp-0.2.1 \ imgref-1.11.0 \ indenter-0.3.3 \ indexmap-1.9.3 \ - indexmap-2.4.0 \ - indoc-2.0.5 \ - instability-0.3.2 \ + indexmap-2.9.0 \ + indoc-2.0.6 \ + instability-0.3.7 \ interpolate_name-0.2.4 \ - ipnet-2.9.0 \ - irc-1.0.0 \ - irc-proto-1.0.0 \ + ipnet-2.11.0 \ + irc-1.1.0 \ + irc-proto-1.1.0 \ is_terminal_polyfill-1.70.1 \ itertools-0.12.1 \ itertools-0.13.0 \ - itoa-1.0.11 \ + itoa-1.0.15 \ jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.32 \ + jobserver-0.1.33 \ jpeg-decoder-0.3.1 \ - js-sys-0.3.70 \ + js-sys-0.3.77 \ lazy_static-1.5.0 \ lebe-0.5.2 \ - libc-0.2.169 \ - libfuzzer-sys-0.4.7 \ - linux-raw-sys-0.4.14 \ - litemap-0.7.4 \ + libc-0.2.171 \ + libfuzzer-sys-0.4.9 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.9.3 \ + litemap-0.7.5 \ lock_api-0.4.12 \ - log-0.4.22 \ + log-0.4.27 \ loop9-0.1.5 \ - lru-0.12.4 \ + lru-0.12.5 \ maybe-rayon-0.1.1 \ memchr-2.7.4 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.4 \ - mio-1.0.2 \ - native-tls-0.2.12 \ + miniz_oxide-0.8.7 \ + mio-1.0.3 \ + native-tls-0.2.14 \ ndk-context-0.1.1 \ new_debug_unreachable-1.0.6 \ nibble_vec-0.1.0 \ @@ -209,35 +208,35 @@ CARGO_CRATES= addr2line-0.21.0 \ num-integer-0.1.46 \ num-rational-0.4.2 \ num-traits-0.2.19 \ - objc-sys-0.3.5 \ - objc2-0.5.2 \ - objc2-encode-4.0.3 \ - objc2-foundation-0.2.2 \ + objc2-0.6.0 \ + objc2-encode-4.1.0 \ + objc2-foundation-0.3.0 \ object-0.32.2 \ - once_cell-1.20.2 \ - openssl-0.10.66 \ + once_cell-1.21.3 \ + openssl-0.10.72 \ openssl-macros-0.1.1 \ - openssl-probe-0.1.5 \ - openssl-sys-0.9.103 \ + openssl-probe-0.1.6 \ + openssl-sys-0.9.107 \ owo-colors-3.5.0 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ paste-1.0.15 \ percent-encoding-2.3.1 \ - pin-project-1.1.5 \ - pin-project-internal-1.1.5 \ - pin-project-lite-0.2.14 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ + pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ - pkg-config-0.3.30 \ - png-0.17.13 \ + pkg-config-0.3.32 \ + png-0.17.16 \ powerfmt-0.2.0 \ - ppv-lite86-0.2.20 \ - proc-macro2-1.0.92 \ + ppv-lite86-0.2.21 \ + proc-macro2-1.0.94 \ profiling-1.0.16 \ profiling-procmacros-1.0.16 \ qoi-0.4.1 \ quick-error-2.0.1 \ - quote-1.0.36 \ + quote-1.0.40 \ + r-efi-5.2.0 \ radix_trie-0.2.1 \ rand-0.8.5 \ rand_chacha-0.3.1 \ @@ -247,34 +246,35 @@ CARGO_CRATES= addr2line-0.21.0 \ ravif-0.11.11 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - redox_syscall-0.5.3 \ + redox_syscall-0.5.10 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ - reqwest-0.12.9 \ + reqwest-0.12.15 \ rgb-0.8.50 \ - ring-0.17.8 \ + ring-0.17.14 \ rustc-demangle-0.1.24 \ - rustix-0.38.42 \ - rustls-0.23.12 \ - rustls-pemfile-2.1.3 \ - rustls-pki-types-1.8.0 \ - rustls-webpki-0.102.6 \ - rustversion-1.0.17 \ + rustix-0.38.44 \ + rustix-1.0.5 \ + rustls-0.23.25 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.11.0 \ + rustls-webpki-0.103.1 \ + rustversion-1.0.20 \ rustyline-15.0.0 \ - ryu-1.0.18 \ + ryu-1.0.20 \ same-file-1.0.6 \ - schannel-0.1.23 \ + schannel-0.1.27 \ scopeguard-1.2.0 \ security-framework-2.11.1 \ - security-framework-sys-2.11.1 \ - serde-1.0.216 \ - serde_derive-1.0.216 \ - serde_json-1.0.134 \ - serde_spanned-0.6.7 \ + security-framework-sys-2.14.0 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + serde_spanned-0.6.8 \ serde_urlencoded-0.7.1 \ - serde_with-3.11.0 \ - serde_with_macros-3.11.0 \ + serde_with-3.12.0 \ + serde_with_macros-3.12.0 \ sharded-slab-0.1.7 \ shell-words-1.1.0 \ shlex-1.3.0 \ @@ -284,57 +284,56 @@ CARGO_CRATES= addr2line-0.21.0 \ simd-adler32-0.3.7 \ simd_helpers-0.1.0 \ slab-0.4.9 \ - smallvec-1.13.2 \ + smallvec-1.14.0 \ smawk-0.3.2 \ - socket2-0.5.7 \ - spin-0.9.8 \ + socket2-0.5.9 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.11.1 \ strum-0.26.3 \ strum_macros-0.26.4 \ subtle-2.6.1 \ - syn-2.0.91 \ - sync_wrapper-1.0.1 \ + syn-2.0.100 \ + sync_wrapper-1.0.2 \ synstructure-0.13.1 \ system-configuration-0.6.1 \ system-configuration-sys-0.6.0 \ system-deps-6.2.2 \ target-lexicon-0.12.16 \ - tempfile-3.14.0 \ - textwrap-0.16.1 \ - thiserror-1.0.63 \ - thiserror-impl-1.0.63 \ + tempfile-3.19.1 \ + textwrap-0.16.2 \ + thiserror-1.0.69 \ + thiserror-impl-1.0.69 \ thread_local-1.1.8 \ tiff-0.9.1 \ - time-0.3.36 \ - time-core-0.1.2 \ - time-macros-0.2.18 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ tinystr-0.7.6 \ - tokio-1.42.0 \ - tokio-macros-2.4.0 \ + tokio-1.44.2 \ + tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ - tokio-rustls-0.26.0 \ - tokio-stream-0.1.15 \ - tokio-util-0.7.11 \ + tokio-rustls-0.26.2 \ + tokio-stream-0.1.17 \ + tokio-util-0.7.14 \ toml-0.7.8 \ - toml-0.8.19 \ + toml-0.8.20 \ toml_datetime-0.6.8 \ toml_edit-0.19.15 \ - toml_edit-0.22.20 \ - tower-0.4.13 \ + toml_edit-0.22.24 \ + tower-0.5.2 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ - tracing-0.1.40 \ - tracing-core-0.1.32 \ - tracing-error-0.2.0 \ - tracing-subscriber-0.3.18 \ + tracing-0.1.41 \ + tracing-core-0.1.33 \ + tracing-error-0.2.1 \ + tracing-subscriber-0.3.19 \ try-lock-0.2.5 \ - unicode-ident-1.0.12 \ + unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ unicode-segmentation-1.12.0 \ unicode-truncate-1.1.0 \ - unicode-width-0.1.13 \ + unicode-width-0.1.14 \ unicode-width-0.2.0 \ untrusted-0.9.0 \ url-2.5.4 \ @@ -342,66 +341,80 @@ CARGO_CRATES= addr2line-0.21.0 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ v_frame-0.3.8 \ - valuable-0.1.0 \ + valuable-0.1.1 \ vcpkg-0.2.15 \ version-compare-0.2.0 \ - version_check-0.9.5 \ walkdir-2.5.0 \ want-0.3.1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.93 \ - wasm-bindgen-backend-0.2.93 \ - wasm-bindgen-futures-0.4.43 \ - wasm-bindgen-macro-0.2.93 \ - wasm-bindgen-macro-support-0.2.93 \ - wasm-bindgen-shared-0.2.93 \ - web-sys-0.3.70 \ - webbrowser-1.0.3 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + web-sys-0.3.77 \ + webbrowser-1.0.4 \ weezl-0.1.8 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ - windows-registry-0.2.0 \ - windows-result-0.2.0 \ - windows-strings-0.1.0 \ + windows-core-0.61.0 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-registry-0.4.0 \ + windows-result-0.3.2 \ + windows-strings-0.3.1 \ + windows-strings-0.4.0 \ windows-sys-0.45.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-targets-0.42.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.0 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ winnow-0.5.40 \ - winnow-0.6.18 \ + winnow-0.7.4 \ + wit-bindgen-rt-0.39.0 \ write16-1.0.0 \ writeable-0.5.5 \ yoke-0.7.5 \ yoke-derive-0.7.5 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 \ - zerofrom-0.1.5 \ - zerofrom-derive-0.1.5 \ + zerocopy-0.8.24 \ + zerocopy-derive-0.8.24 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ zune-core-0.4.12 \ zune-inflate-0.2.54 \ - zune-jpeg-0.4.13 + zune-jpeg-0.4.14 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/net-p2p/twitch-tui/distinfo b/net-p2p/twitch-tui/distinfo index 94121cc1ed57..3b2ddfe839fa 100644 --- a/net-p2p/twitch-tui/distinfo +++ b/net-p2p/twitch-tui/distinfo @@ -1,46 +1,46 @@ -TIMESTAMP = 1735962953 +TIMESTAMP = 1748371813 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 +SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/aligned-vec-0.5.0.crate) = 4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1 SIZE (rust/crates/aligned-vec-0.5.0.crate) = 8921 -SHA256 (rust/crates/allocator-api2-0.2.18.crate) = 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f -SIZE (rust/crates/allocator-api2-0.2.18.crate) = 62504 +SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 +SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.15.crate) = 64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526 -SIZE (rust/crates/anstream-0.6.15.crate) = 29231 -SHA256 (rust/crates/anstyle-1.0.8.crate) = 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 -SIZE (rust/crates/anstyle-1.0.8.crate) = 15771 -SHA256 (rust/crates/anstyle-parse-0.2.5.crate) = eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb -SIZE (rust/crates/anstyle-parse-0.2.5.crate) = 22680 -SHA256 (rust/crates/anstyle-query-1.1.1.crate) = 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a -SIZE (rust/crates/anstyle-query-1.1.1.crate) = 9891 -SHA256 (rust/crates/anstyle-wincon-3.0.4.crate) = 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 -SIZE (rust/crates/anstyle-wincon-3.0.4.crate) = 12234 -SHA256 (rust/crates/anyhow-1.0.92.crate) = 74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13 -SIZE (rust/crates/anyhow-1.0.92.crate) = 47459 -SHA256 (rust/crates/arbitrary-1.4.0.crate) = 775a8770d29db3dadcb858482cc240af7b2ffde4ac4de67d1d4955728103f0e2 -SIZE (rust/crates/arbitrary-1.4.0.crate) = 36761 +SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b +SIZE (rust/crates/anstream-0.6.18.crate) = 29681 +SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 +SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 +SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 +SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c +SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 +SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e +SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f +SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 +SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 SHA256 (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea SIZE (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 5102 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 -SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 -SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/av1-grain-0.2.3.crate) = 6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf SIZE (rust/crates/av1-grain-0.2.3.crate) = 34703 -SHA256 (rust/crates/avif-serialize-0.8.2.crate) = e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62 -SIZE (rust/crates/avif-serialize-0.8.2.crate) = 11985 +SHA256 (rust/crates/avif-serialize-0.8.3.crate) = 98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e +SIZE (rust/crates/avif-serialize-0.8.3.crate) = 12696 SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 @@ -49,30 +49,26 @@ SHA256 (rust/crates/bit_field-0.10.2.crate) = dc827186963e592360843fb5ba4b973e14 SIZE (rust/crates/bit_field-0.10.2.crate) = 10568 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de -SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 -SHA256 (rust/crates/bitstream-io-2.5.3.crate) = b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452 -SIZE (rust/crates/bitstream-io-2.5.3.crate) = 38245 -SHA256 (rust/crates/block2-0.5.1.crate) = 2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f -SIZE (rust/crates/block2-0.5.1.crate) = 24191 -SHA256 (rust/crates/built-0.7.5.crate) = c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b -SIZE (rust/crates/built-0.7.5.crate) = 22319 -SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c -SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 -SHA256 (rust/crates/bytemuck-1.17.0.crate) = 6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31 -SIZE (rust/crates/bytemuck-1.17.0.crate) = 49872 -SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b -SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd +SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/bitstream-io-2.6.0.crate) = 6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2 +SIZE (rust/crates/bitstream-io-2.6.0.crate) = 38256 +SHA256 (rust/crates/built-0.7.7.crate) = 56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b +SIZE (rust/crates/built-0.7.7.crate) = 29776 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bytemuck-1.22.0.crate) = b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540 +SIZE (rust/crates/bytemuck-1.22.0.crate) = 52451 SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 -SHA256 (rust/crates/bytes-1.7.1.crate) = 8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50 -SIZE (rust/crates/bytes-1.7.1.crate) = 63623 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 SIZE (rust/crates/castaway-0.2.3.crate) = 11509 -SHA256 (rust/crates/cc-1.1.13.crate) = 72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48 -SIZE (rust/crates/cc-1.1.13.crate) = 82857 +SHA256 (rust/crates/cc-1.2.18.crate) = 525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c +SIZE (rust/crates/cc-1.2.18.crate) = 105851 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cfg-expr-0.15.8.crate) = d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02 @@ -81,14 +77,14 @@ SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582eb SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/chrono-0.4.39.crate) = 7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825 -SIZE (rust/crates/chrono-0.4.39.crate) = 222248 -SHA256 (rust/crates/clap-4.5.23.crate) = 3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84 -SIZE (rust/crates/clap-4.5.23.crate) = 56460 -SHA256 (rust/crates/clap_builder-4.5.23.crate) = 30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838 -SIZE (rust/crates/clap_builder-4.5.23.crate) = 164180 -SHA256 (rust/crates/clap_derive-4.5.18.crate) = 4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab -SIZE (rust/crates/clap_derive-4.5.18.crate) = 30131 +SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c +SIZE (rust/crates/chrono-0.4.40.crate) = 229824 +SHA256 (rust/crates/clap-4.5.35.crate) = d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944 +SIZE (rust/crates/clap-4.5.35.crate) = 56970 +SHA256 (rust/crates/clap_builder-4.5.35.crate) = 2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9 +SIZE (rust/crates/clap_builder-4.5.35.crate) = 168525 +SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 +SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/clipboard-win-5.4.0.crate) = 15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892 @@ -99,14 +95,14 @@ SHA256 (rust/crates/color-spantrace-0.2.1.crate) = cd6be1b2a7e382e2b98b43b2adcca SIZE (rust/crates/color-spantrace-0.2.1.crate) = 189095 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 -SHA256 (rust/crates/colorchoice-1.0.2.crate) = d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 -SIZE (rust/crates/colorchoice-1.0.2.crate) = 7924 +SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 +SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd SIZE (rust/crates/combine-4.6.7.crate) = 134808 -SHA256 (rust/crates/compact_str-0.8.0.crate) = 6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644 -SIZE (rust/crates/compact_str-0.8.0.crate) = 70994 -SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb -SIZE (rust/crates/console-0.15.8.crate) = 36364 +SHA256 (rust/crates/compact_str-0.8.1.crate) = 3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32 +SIZE (rust/crates/compact_str-0.8.1.crate) = 71371 +SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 +SIZE (rust/crates/console-0.15.11.crate) = 37822 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 @@ -115,34 +111,34 @@ SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f2807 SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 -SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d -SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 +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.20.crate) = 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 -SIZE (rust/crates/crossbeam-utils-0.8.20.crate) = 42487 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crossterm-0.28.1.crate) = 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 SIZE (rust/crates/crossterm-0.28.1.crate) = 132275 SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 -SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 -SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 -SHA256 (rust/crates/darling-0.20.10.crate) = 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 -SIZE (rust/crates/darling-0.20.10.crate) = 32031 -SHA256 (rust/crates/darling_core-0.20.10.crate) = 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 -SIZE (rust/crates/darling_core-0.20.10.crate) = 65015 -SHA256 (rust/crates/darling_macro-0.20.10.crate) = d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 -SIZE (rust/crates/darling_macro-0.20.10.crate) = 1874 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 +SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 +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 +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 +SHA256 (rust/crates/deranged-0.4.1.crate) = 28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058 +SIZE (rust/crates/deranged-0.4.1.crate) = 23541 SHA256 (rust/crates/dialoguer-0.11.0.crate) = 658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de SIZE (rust/crates/dialoguer-0.11.0.crate) = 31286 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 -SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 -SIZE (rust/crates/either-1.13.0.crate) = 19169 -SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f -SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/encoding-0.2.33.crate) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec SIZE (rust/crates/encoding-0.2.33.crate) = 88798 SHA256 (rust/crates/encoding-index-japanese-1.20141219.5.crate) = 04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91 @@ -157,34 +153,34 @@ SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = fd0e20d5688 SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = 120862 SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569 SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 -SHA256 (rust/crates/encoding_rs-0.8.34.crate) = b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 -SIZE (rust/crates/encoding_rs-0.8.34.crate) = 1378166 +SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 +SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 -SHA256 (rust/crates/error-code-3.2.0.crate) = a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b -SIZE (rust/crates/error-code-3.2.0.crate) = 7569 -SHA256 (rust/crates/exr-1.72.0.crate) = 887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4 -SIZE (rust/crates/exr-1.72.0.crate) = 243996 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e +SIZE (rust/crates/errno-0.3.11.crate) = 12048 +SHA256 (rust/crates/error-code-3.3.1.crate) = a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f +SIZE (rust/crates/error-code-3.3.1.crate) = 7646 +SHA256 (rust/crates/exr-1.73.0.crate) = f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0 +SIZE (rust/crates/exr-1.73.0.crate) = 244371 SHA256 (rust/crates/eyre-0.6.12.crate) = 7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec SIZE (rust/crates/eyre-0.6.12.crate) = 45330 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/fd-lock-4.0.2.crate) = 7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947 -SIZE (rust/crates/fd-lock-4.0.2.crate) = 13675 -SHA256 (rust/crates/fdeflate-0.3.4.crate) = 4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645 -SIZE (rust/crates/fdeflate-0.3.4.crate) = 25001 +SHA256 (rust/crates/fd-lock-4.0.4.crate) = 0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78 +SIZE (rust/crates/fd-lock-4.0.4.crate) = 15522 +SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c +SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 SHA256 (rust/crates/fern-0.7.1.crate) = 4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29 SIZE (rust/crates/fern-0.7.1.crate) = 304533 -SHA256 (rust/crates/flate2-1.0.31.crate) = 7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920 -SIZE (rust/crates/flate2-1.0.31.crate) = 108176 -SHA256 (rust/crates/flume-0.11.0.crate) = 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 -SIZE (rust/crates/flume-0.11.0.crate) = 67502 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b @@ -213,44 +209,44 @@ SHA256 (rust/crates/fuzzy-matcher-0.3.7.crate) = 54614a3312934d066701a80f20f15fa SIZE (rust/crates/fuzzy-matcher-0.3.7.crate) = 18047 SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 +SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2 SIZE (rust/crates/gif-0.13.1.crate) = 36408 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 -SHA256 (rust/crates/h2-0.4.5.crate) = fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab -SIZE (rust/crates/h2-0.4.5.crate) = 174166 -SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 -SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/h2-0.4.8.crate) = 5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2 +SIZE (rust/crates/h2-0.4.8.crate) = 174535 +SHA256 (rust/crates/half-2.5.0.crate) = 7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1 +SIZE (rust/crates/half-2.5.0.crate) = 59156 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 -SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 +SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 -SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 -SIZE (rust/crates/home-0.5.9.crate) = 8760 -SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 -SIZE (rust/crates/http-1.1.0.crate) = 103144 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 -SHA256 (rust/crates/http-body-util-0.1.2.crate) = 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f -SIZE (rust/crates/http-body-util-0.1.2.crate) = 12821 -SHA256 (rust/crates/httparse-1.9.4.crate) = 0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9 -SIZE (rust/crates/httparse-1.9.4.crate) = 38555 -SHA256 (rust/crates/hyper-1.4.1.crate) = 50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05 -SIZE (rust/crates/hyper-1.4.1.crate) = 151849 -SHA256 (rust/crates/hyper-rustls-0.27.2.crate) = 5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155 -SIZE (rust/crates/hyper-rustls-0.27.2.crate) = 34421 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 +SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.7.crate) = cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9 -SIZE (rust/crates/hyper-util-0.1.7.crate) = 71121 -SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 -SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 +SHA256 (rust/crates/hyper-util-0.1.11.crate) = 497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2 +SIZE (rust/crates/hyper-util-0.1.11.crate) = 75973 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 @@ -259,16 +255,16 @@ SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 +SHA256 (rust/crates/icu_locid_transform_data-1.5.1.crate) = 7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d +SIZE (rust/crates/icu_locid_transform_data-1.5.1.crate) = 42937 SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 +SHA256 (rust/crates/icu_normalizer_data-1.5.1.crate) = c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7 +SIZE (rust/crates/icu_normalizer_data-1.5.1.crate) = 50737 SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 +SHA256 (rust/crates/icu_properties_data-1.5.1.crate) = 85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2 +SIZE (rust/crates/icu_properties_data-1.5.1.crate) = 229231 SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 @@ -279,68 +275,70 @@ SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f SIZE (rust/crates/idna-1.0.3.crate) = 142515 SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 -SHA256 (rust/crates/image-0.25.5.crate) = cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b -SIZE (rust/crates/image-0.25.5.crate) = 241073 -SHA256 (rust/crates/image-webp-0.2.0.crate) = e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f -SIZE (rust/crates/image-webp-0.2.0.crate) = 52958 +SHA256 (rust/crates/image-0.25.6.crate) = db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a +SIZE (rust/crates/image-0.25.6.crate) = 242367 +SHA256 (rust/crates/image-webp-0.2.1.crate) = b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f +SIZE (rust/crates/image-webp-0.2.1.crate) = 60662 SHA256 (rust/crates/imgref-1.11.0.crate) = d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408 SIZE (rust/crates/imgref-1.11.0.crate) = 65943 SHA256 (rust/crates/indenter-0.3.3.crate) = ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 SIZE (rust/crates/indenter-0.3.3.crate) = 6587 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.4.0.crate) = 93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c -SIZE (rust/crates/indexmap-2.4.0.crate) = 83544 -SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 -SIZE (rust/crates/indoc-2.0.5.crate) = 14396 -SHA256 (rust/crates/instability-0.3.2.crate) = b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c -SIZE (rust/crates/instability-0.3.2.crate) = 9772 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 +SHA256 (rust/crates/instability-0.3.7.crate) = 0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d +SIZE (rust/crates/instability-0.3.7.crate) = 13682 SHA256 (rust/crates/interpolate_name-0.2.4.crate) = c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60 SIZE (rust/crates/interpolate_name-0.2.4.crate) = 4027 -SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 -SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 -SHA256 (rust/crates/irc-1.0.0.crate) = b59a23035df48e37386a6d03dc084fbab6ab835134bb99d081954199d7dd20df -SIZE (rust/crates/irc-1.0.0.crate) = 54462 -SHA256 (rust/crates/irc-proto-1.0.0.crate) = 72b5c7fb0c03989e8b31de1c91d0f625057887677e387448e7fc10a6afd4d9e1 -SIZE (rust/crates/irc-proto-1.0.0.crate) = 25407 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +SHA256 (rust/crates/irc-1.1.0.crate) = f1be91867682072063576cac1279b7838f1cdfa87a346de8f8b1dc93cfb337b8 +SIZE (rust/crates/irc-1.1.0.crate) = 55986 +SHA256 (rust/crates/irc-proto-1.1.0.crate) = 259640031f2f3e6d9fa632c7b314ba1eb5d1f88b3583bd2dd2e8f17155a19b5b +SIZE (rust/crates/irc-proto-1.1.0.crate) = 25713 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 -SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b -SIZE (rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 -SHA256 (rust/crates/jobserver-0.1.32.crate) = 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 -SIZE (rust/crates/jobserver-0.1.32.crate) = 27549 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 SHA256 (rust/crates/jpeg-decoder-0.3.1.crate) = f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0 SIZE (rust/crates/jpeg-decoder-0.3.1.crate) = 744364 -SHA256 (rust/crates/js-sys-0.3.70.crate) = 1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a -SIZE (rust/crates/js-sys-0.3.70.crate) = 53863 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 SIZE (rust/crates/lebe-0.5.2.crate) = 8422 -SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a -SIZE (rust/crates/libc-0.2.169.crate) = 757901 -SHA256 (rust/crates/libfuzzer-sys-0.4.7.crate) = a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7 -SIZE (rust/crates/libfuzzer-sys-0.4.7.crate) = 128332 -SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 -SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 -SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 -SIZE (rust/crates/litemap-0.7.4.crate) = 28257 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/libfuzzer-sys-0.4.9.crate) = cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75 +SIZE (rust/crates/libfuzzer-sys-0.4.9.crate) = 133299 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413 +SIZE (rust/crates/linux-raw-sys-0.9.3.crate) = 2311047 +SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 +SIZE (rust/crates/litemap-0.7.5.crate) = 29962 SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 -SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 -SIZE (rust/crates/log-0.4.22.crate) = 44027 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/loop9-0.1.5.crate) = 0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062 SIZE (rust/crates/loop9-0.1.5.crate) = 3406 -SHA256 (rust/crates/lru-0.12.4.crate) = 37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904 -SIZE (rust/crates/lru-0.12.4.crate) = 16032 +SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 +SIZE (rust/crates/lru-0.12.5.crate) = 16047 SHA256 (rust/crates/maybe-rayon-0.1.1.crate) = 8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519 SIZE (rust/crates/maybe-rayon-0.1.1.crate) = 2901 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 @@ -351,10 +349,12 @@ SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.7.4.crate) = b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 SIZE (rust/crates/miniz_oxide-0.7.4.crate) = 56119 -SHA256 (rust/crates/mio-1.0.2.crate) = 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec -SIZE (rust/crates/mio-1.0.2.crate) = 102777 -SHA256 (rust/crates/native-tls-0.2.12.crate) = a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466 -SIZE (rust/crates/native-tls-0.2.12.crate) = 29517 +SHA256 (rust/crates/miniz_oxide-0.8.7.crate) = ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430 +SIZE (rust/crates/miniz_oxide-0.8.7.crate) = 66905 +SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e +SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 SHA256 (rust/crates/ndk-context-0.1.1.crate) = 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b SIZE (rust/crates/ndk-context-0.1.1.crate) = 2205 SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 @@ -379,26 +379,24 @@ SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e54 SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/objc-sys-0.3.5.crate) = cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310 -SIZE (rust/crates/objc-sys-0.3.5.crate) = 20560 -SHA256 (rust/crates/objc2-0.5.2.crate) = 46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804 -SIZE (rust/crates/objc2-0.5.2.crate) = 199204 -SHA256 (rust/crates/objc2-encode-4.0.3.crate) = 7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8 -SIZE (rust/crates/objc2-encode-4.0.3.crate) = 19478 -SHA256 (rust/crates/objc2-foundation-0.2.2.crate) = 0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8 -SIZE (rust/crates/objc2-foundation-0.2.2.crate) = 249330 +SHA256 (rust/crates/objc2-0.6.0.crate) = 3531f65190d9cff863b77a99857e74c314dd16bf56c538c4b57c7cbc3f3a6e59 +SIZE (rust/crates/objc2-0.6.0.crate) = 258013 +SHA256 (rust/crates/objc2-encode-4.1.0.crate) = ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33 +SIZE (rust/crates/objc2-encode-4.1.0.crate) = 21004 +SHA256 (rust/crates/objc2-foundation-0.3.0.crate) = 3a21c6c9014b82c39515db5b396f91645182611c97d24637cf56ac01e5f8d998 +SIZE (rust/crates/objc2-foundation-0.3.0.crate) = 316531 SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 SIZE (rust/crates/object-0.32.2.crate) = 286994 -SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 -SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 -SHA256 (rust/crates/openssl-0.10.66.crate) = 9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1 -SIZE (rust/crates/openssl-0.10.66.crate) = 273705 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da +SIZE (rust/crates/openssl-0.10.72.crate) = 283852 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 -SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf -SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-sys-0.9.103.crate) = 7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6 -SIZE (rust/crates/openssl-sys-0.9.103.crate) = 71552 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-sys-0.9.107.crate) = 8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07 +SIZE (rust/crates/openssl-sys-0.9.107.crate) = 78156 SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 @@ -409,24 +407,24 @@ SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b4 SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 -SIZE (rust/crates/pin-project-1.1.5.crate) = 54214 -SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 -SIZE (rust/crates/pin-project-internal-1.1.5.crate) = 28280 -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/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a +SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 +SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 +SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162 +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.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec -SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 -SHA256 (rust/crates/png-0.17.13.crate) = 06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1 -SIZE (rust/crates/png-0.17.13.crate) = 103176 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/png-0.17.16.crate) = 82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526 +SIZE (rust/crates/png-0.17.16.crate) = 117975 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 -SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 -SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0 -SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 +SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 SHA256 (rust/crates/profiling-1.0.16.crate) = afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d SIZE (rust/crates/profiling-1.0.16.crate) = 12588 SHA256 (rust/crates/profiling-procmacros-1.0.16.crate) = a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30 @@ -435,8 +433,10 @@ SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef5 SIZE (rust/crates/qoi-0.4.1.crate) = 71135 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 -SIZE (rust/crates/quote-1.0.36.crate) = 28507 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -455,62 +455,64 @@ SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4 SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 -SHA256 (rust/crates/redox_syscall-0.5.3.crate) = 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 -SIZE (rust/crates/redox_syscall-0.5.3.crate) = 23830 +SHA256 (rust/crates/redox_syscall-0.5.10.crate) = 0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1 +SIZE (rust/crates/redox_syscall-0.5.10.crate) = 30226 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/reqwest-0.12.9.crate) = a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f -SIZE (rust/crates/reqwest-0.12.9.crate) = 179807 +SHA256 (rust/crates/reqwest-0.12.15.crate) = d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb +SIZE (rust/crates/reqwest-0.12.15.crate) = 199320 SHA256 (rust/crates/rgb-0.8.50.crate) = 57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a SIZE (rust/crates/rgb-0.8.50.crate) = 21980 -SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d -SIZE (rust/crates/ring-0.17.8.crate) = 4188554 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 -SHA256 (rust/crates/rustix-0.38.42.crate) = f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85 -SIZE (rust/crates/rustix-0.38.42.crate) = 378683 -SHA256 (rust/crates/rustls-0.23.12.crate) = c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044 -SIZE (rust/crates/rustls-0.23.12.crate) = 438443 -SHA256 (rust/crates/rustls-pemfile-2.1.3.crate) = 196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425 -SIZE (rust/crates/rustls-pemfile-2.1.3.crate) = 26757 -SHA256 (rust/crates/rustls-pki-types-1.8.0.crate) = fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0 -SIZE (rust/crates/rustls-pki-types-1.8.0.crate) = 29562 -SHA256 (rust/crates/rustls-webpki-0.102.6.crate) = 8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e -SIZE (rust/crates/rustls-webpki-0.102.6.crate) = 201331 -SHA256 (rust/crates/rustversion-1.0.17.crate) = 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 -SIZE (rust/crates/rustversion-1.0.17.crate) = 17621 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustix-1.0.5.crate) = d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf +SIZE (rust/crates/rustix-1.0.5.crate) = 414160 +SHA256 (rust/crates/rustls-0.23.25.crate) = 822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c +SIZE (rust/crates/rustls-0.23.25.crate) = 346742 +SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 +SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 +SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c +SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933 +SHA256 (rust/crates/rustls-webpki-0.103.1.crate) = fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03 +SIZE (rust/crates/rustls-webpki-0.103.1.crate) = 820273 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/rustyline-15.0.0.crate) = 2ee1e066dc922e513bda599c6ccb5f3bb2b0ea5870a579448f2622993f0a9a2f SIZE (rust/crates/rustyline-15.0.0.crate) = 116346 -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/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 -SIZE (rust/crates/schannel-0.1.23.crate) = 41667 +SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d +SIZE (rust/crates/schannel-0.1.27.crate) = 42772 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 -SHA256 (rust/crates/security-framework-sys-2.11.1.crate) = 75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf -SIZE (rust/crates/security-framework-sys-2.11.1.crate) = 18755 -SHA256 (rust/crates/serde-1.0.216.crate) = 0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e -SIZE (rust/crates/serde-1.0.216.crate) = 79000 -SHA256 (rust/crates/serde_derive-1.0.216.crate) = 46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e -SIZE (rust/crates/serde_derive-1.0.216.crate) = 57674 -SHA256 (rust/crates/serde_json-1.0.134.crate) = d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d -SIZE (rust/crates/serde_json-1.0.134.crate) = 154351 -SHA256 (rust/crates/serde_spanned-0.6.7.crate) = eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d -SIZE (rust/crates/serde_spanned-0.6.7.crate) = 9164 +SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 +SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 +SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_with-3.11.0.crate) = 8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817 -SIZE (rust/crates/serde_with-3.11.0.crate) = 145979 -SHA256 (rust/crates/serde_with_macros-3.11.0.crate) = 9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d -SIZE (rust/crates/serde_with_macros-3.11.0.crate) = 32054 +SHA256 (rust/crates/serde_with-3.12.0.crate) = d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa +SIZE (rust/crates/serde_with-3.12.0.crate) = 148666 +SHA256 (rust/crates/serde_with_macros-3.12.0.crate) = 8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e +SIZE (rust/crates/serde_with_macros-3.12.0.crate) = 32089 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde @@ -529,14 +531,12 @@ SHA256 (rust/crates/simd_helpers-0.1.0.crate) = 95890f873bec569a0362c235787f3aca SIZE (rust/crates/simd_helpers-0.1.0.crate) = 1527 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd +SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 -SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c -SIZE (rust/crates/socket2-0.5.7.crate) = 55758 -SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 -SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef +SIZE (rust/crates/socket2-0.5.9.crate) = 57432 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/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -549,10 +549,10 @@ SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa37 SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-2.0.91.crate) = d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035 -SIZE (rust/crates/syn-2.0.91.crate) = 291128 -SHA256 (rust/crates/sync_wrapper-1.0.1.crate) = a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394 -SIZE (rust/crates/sync_wrapper-1.0.1.crate) = 6939 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b @@ -563,74 +563,74 @@ SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/tempfile-3.14.0.crate) = 28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c -SIZE (rust/crates/tempfile-3.14.0.crate) = 35065 -SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 -SIZE (rust/crates/textwrap-0.16.1.crate) = 56012 -SHA256 (rust/crates/thiserror-1.0.63.crate) = c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 -SIZE (rust/crates/thiserror-1.0.63.crate) = 21537 -SHA256 (rust/crates/thiserror-impl-1.0.63.crate) = a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 -SIZE (rust/crates/thiserror-impl-1.0.63.crate) = 16047 +SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf +SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 +SHA256 (rust/crates/textwrap-0.16.2.crate) = c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057 +SIZE (rust/crates/textwrap-0.16.2.crate) = 57077 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 SHA256 (rust/crates/tiff-0.9.1.crate) = ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e SIZE (rust/crates/tiff-0.9.1.crate) = 1423953 -SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 -SIZE (rust/crates/time-0.3.36.crate) = 119805 -SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 -SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf -SIZE (rust/crates/time-macros-0.2.18.crate) = 24361 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 -SHA256 (rust/crates/tokio-1.42.0.crate) = 5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551 -SIZE (rust/crates/tokio-1.42.0.crate) = 806998 -SHA256 (rust/crates/tokio-macros-2.4.0.crate) = 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 -SIZE (rust/crates/tokio-macros-2.4.0.crate) = 12501 +SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 +SIZE (rust/crates/tokio-1.44.2.crate) = 841618 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 -SHA256 (rust/crates/tokio-rustls-0.26.0.crate) = 0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4 -SIZE (rust/crates/tokio-rustls-0.26.0.crate) = 34253 -SHA256 (rust/crates/tokio-stream-0.1.15.crate) = 267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af -SIZE (rust/crates/tokio-stream-0.1.15.crate) = 36284 -SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 -SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 +SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 +SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 +SHA256 (rust/crates/tokio-util-0.7.14.crate) = 6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034 +SIZE (rust/crates/tokio-util-0.7.14.crate) = 118861 SHA256 (rust/crates/toml-0.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 SIZE (rust/crates/toml-0.7.8.crate) = 49671 -SHA256 (rust/crates/toml-0.8.19.crate) = a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e -SIZE (rust/crates/toml-0.8.19.crate) = 50974 +SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148 +SIZE (rust/crates/toml-0.8.20.crate) = 51095 SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 -SHA256 (rust/crates/toml_edit-0.22.20.crate) = 583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d -SIZE (rust/crates/toml_edit-0.22.20.crate) = 106726 -SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c -SIZE (rust/crates/tower-0.4.13.crate) = 106906 +SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 +SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399 +SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 -SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef -SIZE (rust/crates/tracing-0.1.40.crate) = 79459 -SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 -SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 -SHA256 (rust/crates/tracing-error-0.2.0.crate) = d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e -SIZE (rust/crates/tracing-error-0.2.0.crate) = 13938 -SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b -SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c +SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-error-0.2.1.crate) = 8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db +SIZE (rust/crates/tracing-error-0.2.1.crate) = 14135 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b -SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 SHA256 (rust/crates/unicode-truncate-1.1.0.crate) = b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf SIZE (rust/crates/unicode-truncate-1.1.0.crate) = 12529 -SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d -SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228 +SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af +SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 @@ -645,36 +645,36 @@ SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faec SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 SHA256 (rust/crates/v_frame-0.3.8.crate) = d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b SIZE (rust/crates/v_frame-0.3.8.crate) = 14967 -SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d -SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 -SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a -SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.93.crate) = a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5 -SIZE (rust/crates/wasm-bindgen-0.2.93.crate) = 43769 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.93.crate) = 9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b -SIZE (rust/crates/wasm-bindgen-backend-0.2.93.crate) = 30344 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.43.crate) = 61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed -SIZE (rust/crates/wasm-bindgen-futures-0.4.43.crate) = 14207 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.93.crate) = 585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf -SIZE (rust/crates/wasm-bindgen-macro-0.2.93.crate) = 6822 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.93.crate) = afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.93.crate) = 20642 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.93.crate) = c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484 -SIZE (rust/crates/wasm-bindgen-shared-0.2.93.crate) = 7527 -SHA256 (rust/crates/web-sys-0.3.70.crate) = 26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0 -SIZE (rust/crates/web-sys-0.3.70.crate) = 615438 -SHA256 (rust/crates/webbrowser-1.0.3.crate) = ea9fe1ebb156110ff855242c1101df158b822487e4957b0556d9ffce9db0f535 -SIZE (rust/crates/webbrowser-1.0.3.crate) = 40256 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/webbrowser-1.0.4.crate) = d5df295f8451142f1856b1bd86a606dfe9587d439bc036e319c827700dbd555e +SIZE (rust/crates/webbrowser-1.0.4.crate) = 56273 SHA256 (rust/crates/weezl-0.1.8.crate) = 53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082 SIZE (rust/crates/weezl-0.1.8.crate) = 42175 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -685,14 +685,22 @@ SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55 SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-registry-0.2.0.crate) = e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0 -SIZE (rust/crates/windows-registry-0.2.0.crate) = 10470 -SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e -SIZE (rust/crates/windows-result-0.2.0.crate) = 12756 -SHA256 (rust/crates/windows-strings-0.1.0.crate) = 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 -SIZE (rust/crates/windows-strings-0.1.0.crate) = 13832 +SHA256 (rust/crates/windows-core-0.61.0.crate) = 4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980 +SIZE (rust/crates/windows-core-0.61.0.crate) = 36707 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 +SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-registry-0.4.0.crate) = 4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3 +SIZE (rust/crates/windows-registry-0.4.0.crate) = 12572 +SHA256 (rust/crates/windows-result-0.3.2.crate) = c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252 +SIZE (rust/crates/windows-result-0.3.2.crate) = 13399 +SHA256 (rust/crates/windows-strings-0.3.1.crate) = 87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319 +SIZE (rust/crates/windows-strings-0.3.1.crate) = 13922 +SHA256 (rust/crates/windows-strings-0.4.0.crate) = 7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97 +SIZE (rust/crates/windows-strings-0.4.0.crate) = 13939 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d @@ -703,40 +711,60 @@ SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb36932 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b +SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 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/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 SIZE (rust/crates/winnow-0.5.40.crate) = 159316 -SHA256 (rust/crates/winnow-0.6.18.crate) = 68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f -SIZE (rust/crates/winnow-0.6.18.crate) = 163357 +SHA256 (rust/crates/winnow-0.7.4.crate) = 0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36 +SIZE (rust/crates/winnow-0.7.4.crate) = 173588 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 SIZE (rust/crates/write16-1.0.0.crate) = 7218 SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 @@ -745,14 +773,14 @@ SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194 SIZE (rust/crates/yoke-0.7.5.crate) = 29673 SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e -SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 -SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 -SIZE (rust/crates/zerofrom-derive-0.1.5.crate) = 8285 +SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 +SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 +SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be +SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 @@ -763,7 +791,7 @@ SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7 SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 -SHA256 (rust/crates/zune-jpeg-0.4.13.crate) = 16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768 -SIZE (rust/crates/zune-jpeg-0.4.13.crate) = 62999 -SHA256 (Xithrius-twitch-tui-v2.6.18_GH0.tar.gz) = 3372b42f811be6959a15e7a85c11d1a4f206f847938d7915a15e50208dfa2ed3 -SIZE (Xithrius-twitch-tui-v2.6.18_GH0.tar.gz) = 230736 +SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028 +SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388 +SHA256 (Xithrius-twitch-tui-v2.6.19_GH0.tar.gz) = a93cf7eeb3d26457ff0b7f9a1e59ec4857fc5e5a9726d84b2d562d18be7f6b7f +SIZE (Xithrius-twitch-tui-v2.6.19_GH0.tar.gz) = 231727 diff --git a/net/fb303/Makefile b/net/fb303/Makefile index ae209abacb64..5a53502dad7d 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index e2e85af48148..596b2c6dd222 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730526 -SHA256 (facebook-fb303-v2025.05.19.00_GH0.tar.gz) = 860d4589886265b7a280c8a9b8ba0acd21717b1f1c94d5b28fc0e535fbf356b2 -SIZE (facebook-fb303-v2025.05.19.00_GH0.tar.gz) = 264164 +TIMESTAMP = 1748334339 +SHA256 (facebook-fb303-v2025.05.26.00_GH0.tar.gz) = 6b72fb0e0186915c8226fe540356fa2c9d6d3b22b94297cc2e932517c5857039 +SIZE (facebook-fb303-v2025.05.26.00_GH0.tar.gz) = 264329 diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 965957dbe98a..67e820db181f 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 523.0.0 +DISTVERSION= 523.0.1 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo index b67a6d9f545d..d6360396635b 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747959805 -SHA256 (google-cloud-sdk-523.0.0-linux-x86_64.tar.gz) = ae3e039bd5159af29c492babbf02a99d39fd5d8a394d513198b6846301eab829 -SIZE (google-cloud-sdk-523.0.0-linux-x86_64.tar.gz) = 148821300 +TIMESTAMP = 1748197644 +SHA256 (google-cloud-sdk-523.0.1-linux-x86_64.tar.gz) = 3326d8dfc1bbb34f2feee345582f4a25dcec33edf78acd397daa4065714f086a +SIZE (google-cloud-sdk-523.0.1-linux-x86_64.tar.gz) = 148823863 diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index 791b99b9f633..980bbedd4b0c 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -1,7 +1,6 @@ PORTNAME= gotify-server -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= net MASTER_SITES= https://github.com/mfechner/freebsd-net-gotify-server/raw/refs/heads/main/:yarn_cache DISTNAME= server @@ -15,7 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ -USES= go:modules,1.22 nodejs:build +USES= go:modules,1.24 nodejs:build USE_RC_SUBR= gotify_server GO_MODULE= github.com/gotify/server/v2 @@ -70,9 +69,9 @@ post-install: # To update # 1. comment DISTFILES # 2. Run 'make makesum' -# 3. Uncomment DITSFILES -# 4. Run 'make make-yarn-cache' -# 5. Upload yarn cache +# 3. Run 'make make-yarn-cache' +# 4. Upload yarn cache +# 5. Uncomment DITSFILES # 6. Run 'make makesum' make-yarn-cache: patch diff --git a/net/gotify-server/distinfo b/net/gotify-server/distinfo index cd495b0d9e1e..22c3abb429bd 100644 --- a/net/gotify-server/distinfo +++ b/net/gotify-server/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1734332740 -SHA256 (go/net_gotify-server/server/gotify-server-yarn-offline-cache-2.6.1.tar.gz) = 30438c27e2b8edde804b43ffe74999e7e8f33e694fbee6c03018d19ad4523191 -SIZE (go/net_gotify-server/server/gotify-server-yarn-offline-cache-2.6.1.tar.gz) = 54030953 -SHA256 (go/net_gotify-server/server/v2.6.1.mod) = acf7ba5da9fc000080647ad2ae0a58e7d35feb2b63bc75f7eb5df8e8fdcd3c0e -SIZE (go/net_gotify-server/server/v2.6.1.mod) = 2141 -SHA256 (go/net_gotify-server/server/v2.6.1.zip) = 92a5d60d2120a3cfe3d7f910d4abfed695489199b243186e644d3ef10942b397 -SIZE (go/net_gotify-server/server/v2.6.1.zip) = 727645 +TIMESTAMP = 1748321011 +SHA256 (go/net_gotify-server/server/gotify-server-yarn-offline-cache-2.6.3.tar.gz) = 6d25f0d1d4501c79bc18067078643d80554e2839361fc795cb153fea1f8b0a55 +SIZE (go/net_gotify-server/server/gotify-server-yarn-offline-cache-2.6.3.tar.gz) = 54031121 +SHA256 (go/net_gotify-server/server/v2.6.3.mod) = f365848732e5f9711d130a4ef355c225ef0a7550b777874895a287fd9fb3be8a +SIZE (go/net_gotify-server/server/v2.6.3.mod) = 2119 +SHA256 (go/net_gotify-server/server/v2.6.3.zip) = e79d170cbbb3dcfecddb2793896186d56521a6be3dfbf8fac3ac42c831b90b9d +SIZE (go/net_gotify-server/server/v2.6.3.zip) = 728447 diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 68f090875e6a..b6ce33370eca 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,15 +10,17 @@ WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -FLAVORS= default lua +FLAVORS= default lua wolfssl FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy -default_CONFLICTS_INSTALL= haproxy-lua -lua_CONFLICTS_INSTALL= haproxy-devel +default_CONFLICTS_INSTALL= haproxy-lua haproxy-wolfssl +lua_CONFLICTS_INSTALL= haproxy-devel haproxy-wolfssl lua_PKGNAMESUFFIX= -lua +wolfssl_CONFLICTS_INSTALL= haproxy-devel haproxy-lua +wolfssl_PKGNAMESUFFIX= -wolfssl CONFLICTS_INSTALL= haproxy haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 haproxy25 haproxy26 @@ -32,16 +34,17 @@ MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= -OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX -OPTIONS_RADIO= PCRE +OPTIONS_DEFINE= DOCS EXAMPLES LUA DEVICEATLAS PROMEX +OPTIONS_RADIO= PCRE SSL OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 +OPTIONS_RADIO_SSL= OPENSSL WOLFSSL DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX +OPTIONS_DEFAULT= DPCRE2 PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 @@ -58,11 +61,20 @@ OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} +WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl +WOLFSSL_MAKE_ARGS= USE_OPENSSL_WOLFSSL=1 USE_QUIC=1 +WOLFSSL_CFLAGS= -I${LOCALBASE}/include/wolfssl .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif +.if ${FLAVOR:U} == wolfssl +OPTIONS_DEFAULT+= WOLFSSL +.else +OPTIONS_DEFAULT+= OPENSSL +.endif + .include <bsd.port.pre.mk> .if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:M*quictls} diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index 655b656c6c5c..2c746f72e1dc 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,6 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/distinfo b/net/mvfst/distinfo index 618b518d67b7..4d76a5d03981 100644 --- a/net/mvfst/distinfo +++ b/net/mvfst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730527 -SHA256 (facebook-mvfst-v2025.05.19.00_GH0.tar.gz) = 01a636b7f5ad7c9cd57f07a7d8c1f74875be74720e1df1bd8029833ee0874e49 -SIZE (facebook-mvfst-v2025.05.19.00_GH0.tar.gz) = 2087389 +TIMESTAMP = 1748334343 +SHA256 (facebook-mvfst-v2025.05.26.00_GH0.tar.gz) = d56d87ee6efb45fe8f8986f28edabd7252b46de50533d86b14cbfcf46dc1a470 +SIZE (facebook-mvfst-v2025.05.26.00_GH0.tar.gz) = 2088492 diff --git a/net/openbgpd8/Makefile b/net/openbgpd8/Makefile index 6a6779aeffde..3008034d4aed 100644 --- a/net/openbgpd8/Makefile +++ b/net/openbgpd8/Makefile @@ -1,5 +1,5 @@ PORTNAME= openbgpd -PORTVERSION= 8.6 +PORTVERSION= 8.8 CATEGORIES= net MASTER_SITES= OPENBSD/OpenBGPD PKGNAMESUFFIX= 8 @@ -14,16 +14,28 @@ LICENSE_FILE= ${FILESDIR}/COPYING LIB_DEPENDS= libevent.so:devel/libevent USES= autoreconf libtool localbase pathfix uidfix -USE_RC_SUBR= ${PORTNAME} +USE_RC_SUBR= ${PORTNAME} openbgplgd GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS="--with-wwwrunstatedir=/var/run" + +OPTIONS_DEFINE= BGPLGD +OPTIONS_SUB= BGPLGD +OPTIONS_DEFAULT= BGPLGD + +BGPLGD_DESC= Build with Looking Glass Daemon +BGPLGD_CONFIGURE_WITH= bgplgd SUB_FILES= pkg-message USERS= _bgpd GROUPS= _bgpd +BGPLGD_USERS+= _bgplgd +BGPLGD_GROUPS+= _bgplgd + + CONFLICTS= zebra quagga .include <bsd.port.mk> diff --git a/net/openbgpd8/distinfo b/net/openbgpd8/distinfo index d3ce6957abc2..a207375d3729 100644 --- a/net/openbgpd8/distinfo +++ b/net/openbgpd8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726850950 -SHA256 (openbgpd-8.6.tar.gz) = 6ca51db42a341858c5b91a66ca1ac0592812908febec8b1671df87014f471972 -SIZE (openbgpd-8.6.tar.gz) = 851232 +TIMESTAMP = 1742397943 +SHA256 (openbgpd-8.8.tar.gz) = b4e12f1ef1b570d7244d11903c597a0109a1aa246bd7b99d0a7069a2604f9cdf +SIZE (openbgpd-8.8.tar.gz) = 860314 diff --git a/net/openbgpd8/files/openbgplgd.in b/net/openbgpd8/files/openbgplgd.in new file mode 100644 index 000000000000..535ce580b561 --- /dev/null +++ b/net/openbgpd8/files/openbgplgd.in @@ -0,0 +1,31 @@ +#!/bin/sh + +# PROVIDE: bgplgd +# REQUIRE: LOGIN abi +# BEFORE: securelevel +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable openbgpd: +# +# openbgplgd_enable="YES" +# openbgplgd_flags="<set as needed>" +# +# See bgplgd(8) for openbgplgd_flags + +. /etc/rc.subr + +name=openbgpdlgd +rcvar=openbgplgd_enable + +extra_commands=reload +command="%%PREFIX%%/sbin/bgplgd" + +: ${openbgplgd_enable=NO} + +check_process() +{ + /bin/pgrep -j none -U 0 -f %%PREFIX%%/sbin/bgplgd +} + +load_rc_config $name +run_rc_command "$1" diff --git a/net/openbgpd8/files/patch-bgplgd.8.in b/net/openbgpd8/files/patch-bgplgd.8.in new file mode 100644 index 000000000000..325b2a1d8dd0 --- /dev/null +++ b/net/openbgpd8/files/patch-bgplgd.8.in @@ -0,0 +1,21 @@ +--- src/bgplgd/bgplgd.8.in.orig 2025-04-28 17:23:51.692826000 +0200 ++++ src/bgplgd/bgplgd.8.in 2025-04-28 17:24:32.798038000 +0200 +@@ -180,7 +180,7 @@ + .Dl socket \&"@RUNSTATEDIR@/bgpd.rsock\&" restricted + .Pp + An example setup in +-.Xr httpd 8 ++.Xr obhttpd 8 + is: + .Bd -literal -offset indent + location "/bgplgd/*" { +@@ -191,7 +191,7 @@ + .Sh SEE ALSO + .Xr bgpctl 8 , + .Xr bgpd 8 , +-.Xr httpd 8 ++.Xr obhttpd 8 + .Sh HISTORY + The + .Nm + diff --git a/net/openbgpd8/pkg-plist b/net/openbgpd8/pkg-plist index dca577427c8d..99c99ebae8d2 100644 --- a/net/openbgpd8/pkg-plist +++ b/net/openbgpd8/pkg-plist @@ -1,8 +1,8 @@ sbin/bgpctl sbin/bgpd -sbin/bgplgd +%%BGPLGD%%sbin/bgplgd share/man/man5/bgpd.conf.5.gz share/man/man8/bgpctl.8.gz share/man/man8/bgpd.8.gz -share/man/man8/bgplgd.8.gz +%%BGPLGD%%share/man/man8/bgplgd.8.gz @sample etc/bgpd.conf.sample diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index fa288fbe726a..82a3f2513b8d 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AASSAD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of RIPE Whois WWW= https://metacpan.org/release/Net-Whois-RIPE diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 286bfbbef592..608143e7552e 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,5 +1,6 @@ PORTNAME= RPC-XML PORTVERSION= 0.82 +PORTREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +13,12 @@ LICENSE= ART20 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-XML-Parser>=2.31:textproc/p5-XML-Parser \ - p5-libwww>=5.834:www/p5-libwww -TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601 +RUN_DEPENDS= p5-HTTP-Daemon>=6.12:www/p5-HTTP-Daemon \ + p5-HTTP-Message>=6.26:www/p5-HTTP-Message \ + p5-Scalar-List-Utils>=1.55,1:lang/p5-Scalar-List-Utils \ + p5-XML-Parser>=2.46:textproc/p5-XML-Parser \ + p5-libwww>=6.51:www/p5-libwww +TEST_DEPENDS= p5-Test-Simple>=1.302183:devel/p5-Test-Simple USES= gmake perl5 USE_PERL5= configure @@ -23,7 +27,7 @@ NO_ARCH= yes OPTIONS_DEFINE= XS -XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML +XS_BUILD_DEPENDS= p5-XML-LibXML>=2.0206,1:textproc/p5-XML-LibXML XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} .include <bsd.port.mk> diff --git a/net/py-eventlet/Makefile b/net/py-eventlet/Makefile index 0c296f8ec8d7..ddf1fac85f17 100644 --- a/net/py-eventlet/Makefile +++ b/net/py-eventlet/Makefile @@ -1,5 +1,5 @@ PORTNAME= eventlet -PORTVERSION= 0.39.1 +PORTVERSION= 0.40.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-eventlet/distinfo b/net/py-eventlet/distinfo index 40422bcba2a6..4105f4ca393e 100644 --- a/net/py-eventlet/distinfo +++ b/net/py-eventlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070450 -SHA256 (eventlet-0.39.1.tar.gz) = 4a8a6475282d4021edde06ba335228c230b911b8d014577ddb33114c2b0c0510 -SIZE (eventlet-0.39.1.tar.gz) = 562432 +TIMESTAMP = 1747715456 +SHA256 (eventlet-0.40.0.tar.gz) = f659d735e06795a26167b666008798c7a203fcd8119b08b84036e41076432ff1 +SIZE (eventlet-0.40.0.tar.gz) = 562849 diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile index 09b126f0b974..5e5d6fc8c8a2 100644 --- a/net/py-urllib3-future/Makefile +++ b/net/py-urllib3-future/Makefile @@ -1,5 +1,5 @@ PORTNAME= urllib3-future -PORTVERSION= 2.12.920 +PORTVERSION= 2.12.921 CATEGORIES= net python MASTER_SITES= PYPI \ https://github.com/jawah/urllib3.future/releases/download/${PORTVERSION}/ @@ -29,6 +29,11 @@ WS_DESC= WebSockets support BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-socks>=2.0<2.6.1_99:net/py-python-socks@${PY_FLAVOR} WS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsproto>=1.2<2:net/py-wsproto@${PY_FLAVOR} -ZSTD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MZSTD} && ${PYTHON_REL} < 31400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/net/py-urllib3-future/distinfo b/net/py-urllib3-future/distinfo index 875619a2d0ab..999842a0636d 100644 --- a/net/py-urllib3-future/distinfo +++ b/net/py-urllib3-future/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546572 -SHA256 (urllib3_future-2.12.920.tar.gz) = 642b235a89cbddb7a3c6703a11fd0255473231be791214fd01abd465371ea8fb -SIZE (urllib3_future-2.12.920.tar.gz) = 1074474 +TIMESTAMP = 1747715458 +SHA256 (urllib3_future-2.12.921.tar.gz) = 88c8d742eda4fba2b18a87c82ec941b0508864f3913c509d7b8cbef5f9935ee2 +SIZE (urllib3_future-2.12.921.tar.gz) = 1082398 diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index d6a4fbedfb73..50b3b64019f7 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,9 +1,7 @@ PORTNAME= rabbitmq -DISTVERSION= 4.0.7 +DISTVERSION= 4.1.0 CATEGORIES= net MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${DISTVERSION}/ -# https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.12.12/rabbitmq-server-generic-unix-3.12.12.tar.xz -# https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.12.13/rabbitmq-server_3.12.13.orig.tar.xz DISTNAME= ${PORTNAME}-server-generic-unix-${DISTVERSION} MAINTAINER= erlang@FreeBSD.org @@ -14,13 +12,11 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-RabbitMQ RUN_DEPENDS= erlang-runtime${_ERLANG_VER}>=${_ERLANG_VER}:lang/erlang-runtime${_ERLANG_VER} -# ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} USES= cpe shebangfix tar:xz CPE_VENDOR= pivotal_software USE_LOCALE= en_US.UTF-8 USE_RC_SUBR= rabbitmq -# SHEBANG_FILES= plugins/rabbitmq_management-*/priv/www/cli/rabbitmqadmin NO_ARCH= yes NO_BUILD= yes diff --git a/net/rabbitmq/distinfo b/net/rabbitmq/distinfo index d005393fcc07..85550f20ad22 100644 --- a/net/rabbitmq/distinfo +++ b/net/rabbitmq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743152894 -SHA256 (rabbitmq-server-generic-unix-4.0.7.tar.xz) = 926fc05a87f7a0e8211615a92aeff15b5b4a2bc92e46443d19dedc0c99ebd150 -SIZE (rabbitmq-server-generic-unix-4.0.7.tar.xz) = 16284232 +TIMESTAMP = 1748424070 +SHA256 (rabbitmq-server-generic-unix-4.1.0.tar.xz) = 9a9c6e1c6a36512e596bbea623caa0d25c80c2fae7092d030327301ddaee5aae +SIZE (rabbitmq-server-generic-unix-4.1.0.tar.xz) = 26087336 diff --git a/net/rabbitmq/pkg-plist b/net/rabbitmq/pkg-plist index 0b8fc48c0bdd..5bbfe3e76f6a 100644 --- a/net/rabbitmq/pkg-plist +++ b/net/rabbitmq/pkg-plist @@ -25,6 +25,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_cl lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_frame_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_session.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_sessions_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_socket.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_types.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_msg.beam @@ -35,6 +36,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_fr lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_framing0.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/serial_number.beam +lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/include/amqp10_filtex.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/include/amqp10_framing.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/include/amqp10_types.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_auth_mechanisms.beam @@ -76,64 +78,84 @@ lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.6.0/ebin/aten_sink.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.6.0/ebin/aten_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/base64url-1.0.1/ebin/base64url.app lib/rabbitmq_server-%%VERSION%%/plugins/base64url-1.0.1/ebin/base64url.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy.app -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_bstr.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_children.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_clear.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_clock.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_compress_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_constraints.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_decompress_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_handler.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_http.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_http2.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_loop.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_metrics_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_middleware.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_req.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_rest.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_router.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_static.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_stream.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_stream_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_sub_protocol.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_tls.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_tracer_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.12.0/ebin/cowboy_websocket.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_base64url.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_cookie.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_date.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_hpack.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_http.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_http2.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_http2_machine.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_http_hd.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_http_struct_hd.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_http_te.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_iolists.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_link.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_mimetypes.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_multipart.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_qs.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_spdy.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_sse.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_uri.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_uri_template.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cow_ws.beam -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/ebin/cowlib.app -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/include/cow_inline.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.13.0/include/cow_parse.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation.app -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation.beam -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_pbe.beam -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_svc.beam -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/include/credentials_obfuscation.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/include/otp_crypto.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy.app +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_bstr.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_children.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_clear.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_clock.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_compress_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_constraints.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_decompress_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_handler.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_http.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_http2.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_http3.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_loop.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_metrics_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_middleware.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_quicer.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_req.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_rest.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_router.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_static.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_stream.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_stream_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_sub_protocol.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_tls.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_tracer_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.13.0/ebin/cowboy_websocket.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_base64url.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_cookie.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_date.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_deflate.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_hpack.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http1.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http2.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http2_machine.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http3.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http3_machine.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http_hd.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http_struct_hd.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_http_te.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_iolists.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_link.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_mimetypes.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_multipart.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_qpack.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_qs.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_spdy.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_sse.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_uri.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_uri_template.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cow_ws.beam +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/ebin/cowlib.app +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/include/cow_inline.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.14.0/include/cow_parse.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/ebin/credentials_obfuscation.app +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/ebin/credentials_obfuscation.beam +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/ebin/credentials_obfuscation_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/ebin/credentials_obfuscation_pbe.beam +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/ebin/credentials_obfuscation_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/ebin/credentials_obfuscation_svc.beam +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/include/credentials_obfuscation.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/include/otp_crypto.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.5.0/priv/schema/credentials_obfuscation.schema +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Decoding.Decoder.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Decoding.Parser.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Defaults.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Encode.Any.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Encode.BitString.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Encode.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.Encoding.Encoder.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.EscapeSequenceError.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.RowLengthError.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.StrayEscapeCharacterError.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/Elixir.CSV.beam +lib/rabbitmq_server-%%VERSION%%/plugins/csv-3.2.1/ebin/csv.app lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/ebin/conf_parse.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/ebin/cuttlefish.app lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/ebin/cuttlefish.beam @@ -159,70 +181,97 @@ lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/ebin/cuttlefish_validat lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/ebin/cuttlefish_variable.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/ebin/cuttlefish_vmargs.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.4.0/priv/erlang_vm.schema -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/auth_pb.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd.app -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_auth.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_auth_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_cluster.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_cluster_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_compare.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_conn.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_conn_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_data_coercion.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_election.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_election_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_grpc.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_health_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_kv.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_kv_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lease.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lease_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lease_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lock.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lock_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_maintenance.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_maintenance_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_op.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_stream.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_watch.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_watch_gen.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/gogo_pb.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/health_pb.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/kv_pb.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/router_pb.beam -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/include/eetcd.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/auth.proto -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/gogo.proto -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/kv.proto -lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/router.proto +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/auth_pb.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd.app +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_auth.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_auth_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_cluster.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_cluster_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_compare.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_conn.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_conn_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_data_coercion.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_election.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_election_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_grpc.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_health_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_kv.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_kv_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_lease.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_lease_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_lease_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_lock.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_lock_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_maintenance.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_maintenance_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_op.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_stream.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_watch.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/eetcd_watch_gen.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/gogo_pb.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/health_pb.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/kv_pb.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/ebin/router_pb.beam +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/include/eetcd.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/priv/protos/auth.proto +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/priv/protos/gogo.proto +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/priv/protos/kv.proto +lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.5.0/priv/protos/router.proto lib/rabbitmq_server-%%VERSION%%/plugins/enough-0.1.0/ebin/enough.app lib/rabbitmq_server-%%VERSION%%/plugins/enough-0.1.0/ebin/enough.beam lib/rabbitmq_server-%%VERSION%%/plugins/gen_batch_server-0.8.8/ebin/gen_batch_server.app lib/rabbitmq_server-%%VERSION%%/plugins/gen_batch_server-0.8.8/ebin/gen_batch_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/getopt-1.0.3/ebin/getopt.app lib/rabbitmq_server-%%VERSION%%/plugins/getopt-1.0.3/ebin/getopt.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun.app -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_content_handler.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_data_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_http.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_http2.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_sse_h.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_tcp.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_tls.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_ws.beam -lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_ws_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun.app +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_conns_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_content_handler.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_cookies.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_cookies_list.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_data_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_default_event_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_event.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_http.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_http2.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_http3.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_pool.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_pool_events_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_pools_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_protocols.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_public_suffix.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_quicer.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_raw.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_socks.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_sse_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tcp.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tcp_proxy.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tls.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tls_proxy.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tls_proxy_cb.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tls_proxy_http2_connect.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_tunnel.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_ws.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_ws_h.beam +lib/rabbitmq_server-%%VERSION%%/plugins/gun-2.2.0/ebin/gun_ws_protocol.beam lib/rabbitmq_server-%%VERSION%%/plugins/horus-0.3.1/ebin/horus.app lib/rabbitmq_server-%%VERSION%%/plugins/horus-0.3.1/ebin/horus.beam lib/rabbitmq_server-%%VERSION%%/plugins/horus-0.3.1/ebin/horus_cover.beam lib/rabbitmq_server-%%VERSION%%/plugins/horus-0.3.1/ebin/horus_utils.beam lib/rabbitmq_server-%%VERSION%%/plugins/horus-0.3.1/include/horus.hrl lib/rabbitmq_server-%%VERSION%%/plugins/horus-0.3.1/priv/horus_cover_helper.erl +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.Inspect.JOSE.JWK.beam +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.JOSE.JWA.beam +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.JOSE.JWE.beam +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.JOSE.JWK.beam +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.JOSE.JWS.beam +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.JOSE.JWT.beam +lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/Elixir.JOSE.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/jose.app lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/jose.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/ebin/jose_app.beam @@ -345,6 +394,35 @@ lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/include/jose_jws.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/include/jose_jwt.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/include/jose_public_key.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.10/priv/.keep +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.BitString.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.DefaultImplementations.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.Error.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.List.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.UnexpectedEndOfBufferError.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.UnexpectedTokenError.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Decoder.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Any.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Atom.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.BitString.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Error.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Float.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.HashDict.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Helpers.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Integer.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.List.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Map.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Record.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.Tuple.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Encoder.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Logger.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Parser.Array.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Parser.Number.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Parser.Object.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Parser.String.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Parser.Unicode.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.Parser.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/Elixir.JSON.beam +lib/rabbitmq_server-%%VERSION%%/plugins/json-1.4.1/ebin/json.app lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/ebin/khepri.app lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/ebin/khepri.beam lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/ebin/khepri_adv.beam @@ -368,24 +446,25 @@ lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/ebin/khepri_tx.beam lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/ebin/khepri_tx_adv.beam lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/ebin/khepri_utils.beam lib/rabbitmq_server-%%VERSION%%/plugins/khepri-0.16.0/include/khepri.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/khepri_mnesia_migration.app -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/khepri_mnesia_migration_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/khepri_mnesia_migration_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/kmm_utils.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_cluster_sync.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_cluster_sync_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_export.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_subscriber.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_table_copy.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_table_copy_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/m2k_table_copy_sup_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/mnesia_to_khepri.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/mnesia_to_khepri_converter.beam -lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.1/ebin/mnesia_to_khepri_example_converter.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/khepri_mnesia_migration.app +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/khepri_mnesia_migration_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/khepri_mnesia_migration_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/kmm_utils.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_cluster_sync.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_cluster_sync_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_export.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_subscriber.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_table_copy.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_table_copy_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/m2k_table_copy_sup_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/mnesia_to_khepri.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/mnesia_to_khepri_converter.beam +lib/rabbitmq_server-%%VERSION%%/plugins/khepri_mnesia_migration-0.7.2/ebin/mnesia_to_khepri_example_converter.beam lib/rabbitmq_server-%%VERSION%%/plugins/oauth2_client-%%VERSION%%/ebin/jwt_helper.beam lib/rabbitmq_server-%%VERSION%%/plugins/oauth2_client-%%VERSION%%/ebin/oauth2_client.app lib/rabbitmq_server-%%VERSION%%/plugins/oauth2_client-%%VERSION%%/ebin/oauth2_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/oauth2_client-%%VERSION%%/include/oauth2_client.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/oauth2_client-%%VERSION%%/include/types.hrl lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/ebin/observer_cli.app lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/ebin/observer_cli.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/ebin/observer_cli_application.beam @@ -401,25 +480,25 @@ lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/ebin/observer_cli_pro lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/ebin/observer_cli_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/ebin/observer_cli_system.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.8.2/include/observer_cli.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris.app -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_bench.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_bloom.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_counters.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_ets.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_log.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_log_shared.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_member.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_replica.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_replica_reader.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_replica_reader_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_retention.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_server_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_tracking.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_util.beam -lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.5/ebin/osiris_writer.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris.app +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_bench.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_bloom.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_counters.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_ets.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_log.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_log_shared.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_member.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_replica.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_replica_reader.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_replica_reader_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_retention.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_server_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_tracking.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_util.beam +lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.8.6/ebin/osiris_writer.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.11.0/ebin/prometheus.app lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.11.0/ebin/prometheus.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.11.0/ebin/prometheus_boolean.beam @@ -457,48 +536,51 @@ lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/ebin/quantile.b lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.app lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.beam lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/include/quantile_estimator.hrl -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra.app -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_aux.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_bench.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_counters.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_dbg.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_directory.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_env.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_ets_queue.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_file.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_file_handle.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_flru.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_leaderboard.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_lib.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_cache.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_ets.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_meta.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_pre_init.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_reader.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_segment.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_segment_writer.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_snapshot.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_wal.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_log_wal_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_machine.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_machine_ets.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_machine_simple.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_metrics_ets.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_monitors.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_server.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_server_proc.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_server_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_server_sup_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_snapshot.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_system.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_system_recover.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_system_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.15.2/ebin/ra_systems_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra.app +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_aux.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_bench.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_counters.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_dbg.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_directory.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_env.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_ets_queue.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_file.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_file_handle.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_flru.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_leaderboard.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_lib.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_ets.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_meta.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_pre_init.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_read_plan.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_reader.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_segment.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_segment_writer.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_snapshot.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_wal.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_log_wal_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_lol.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_machine.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_machine_ets.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_machine_simple.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_metrics_ets.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_monitors.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_mt.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_range.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_server.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_server_proc.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_server_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_server_sup_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_snapshot.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_system.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_system_recover.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_system_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.16.8/ebin/ra_systems_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/amqqueue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/background_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/code_server_cache.beam @@ -520,6 +602,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_access_control.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_alarm.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqp1_0.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqp_filtex.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqp_management.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqp_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqp_session.beam @@ -647,6 +730,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_message_i lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_metrics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mnesia.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_size_metrics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_store_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_networking.beam @@ -702,7 +786,6 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_trace.bea lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_tracking.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_tracking_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_upgrade_preparation.beam -lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_uri.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_variable_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_version.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost.beam @@ -724,6 +807,8 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/amqqueue_v2.h lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/internal_user.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/mc.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/rabbit_amqp.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/rabbit_amqp_metrics.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/rabbit_amqp_reader.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/rabbit_global_counters.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/rabbit_khepri.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/vhost.hrl @@ -831,7 +916,9 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%% lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.AddUaaKeyCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_auth_backend_oauth2.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_auth_backend_oauth2_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_config.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_provider.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_rar.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_resource_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_schema.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_scope.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbitmq_auth_backend_oauth2.app @@ -840,6 +927,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%% lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/uaa_jwt_jwk.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/uaa_jwt_jwt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/wildcard.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/include/oauth2.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/priv/schema/rabbitmq_auth_backend_oauth2.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_mechanism_ssl-%%VERSION%%/ebin/rabbit_auth_mechanism_ssl.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_mechanism_ssl-%%VERSION%%/ebin/rabbit_auth_mechanism_ssl_app.beam @@ -922,6 +1010,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rab lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_nodes.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_oauth_bootstrap.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_reset_handler.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_schema.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_stats.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_sup_sup.beam @@ -937,6 +1026,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rab lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_cluster_name.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection_channels.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection_sessions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection_user_name.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connections.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connections_vhost.beam @@ -961,6 +1051,8 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rab lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_node_is_quorum_critical.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_port_listener.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_protocol_listener.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_quorum_queues_without_elected_leaders.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_quorum_queues_without_elected_leaders_across_all_vhosts.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_virtual_hosts.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_healthchecks.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_limit.beam @@ -1016,16 +1108,21 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/sch lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/api/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/cli/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/cli/rabbitmqadmin +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/css/dark.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/css/evil.css +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/css/light.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/css/main.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/favicon.ico +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/auto.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-binary.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-green-dark.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-red-dark.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-red.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-yellow-dark.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/collapse.png +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/dark.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/expand.png +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/light.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/rabbitmqlogo-master-copy.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/rabbitmqlogo.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/index.html @@ -1055,6 +1152,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/prefs.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/sammy-0.7.6.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/sammy-0.7.6.min.js +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/theme-switcher.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/404.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/add-binding.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/binary.ejs @@ -1094,6 +1192,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/queues.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/rate-options.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/registry.ejs +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/sessions-list.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/status.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/topic-permissions.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/user.ejs @@ -1176,10 +1275,6 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%% lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbit_peer_discovery_k8s.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s.beam -lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s_node_monitor.beam -lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/include/rabbit_peer_discovery_k8s.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/priv/schema/rabbitmq_peer_discovery_k8s.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_boot_state.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_boot_state_sup.beam @@ -1205,6 +1300,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/pro lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_core_metrics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_dynamic_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_global_metrics_collector.beam +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_message_size_metrics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbit_prometheus_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbit_prometheus_dispatcher.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbit_prometheus_handler.beam @@ -1362,6 +1458,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/r lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/webmachine_log.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/webmachine_log_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/include/rabbitmq_web_dispatch_records.hrl +lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/priv/schema/rabbitmq_web_dispatch.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListWebMqttConnectionsCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_handler.beam @@ -1397,25 +1494,25 @@ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/ lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/pencil.cur lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/stomp.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/temp-queue.html -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch.app -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch.appup -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_acceptor.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_acceptors_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_app.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_conns_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_conns_sup_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_crc32c.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_embedded_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_listener_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_protocol.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_proxy_header.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_server.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_server_proxy.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_ssl.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_sup.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_tcp.beam -lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_transport.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch.app +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch.appup +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_acceptor.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_acceptors_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_app.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_conns_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_conns_sup_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_crc32c.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_embedded_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_listener_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_protocol.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_proxy_header.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_server.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_server_proxy.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_ssl.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_sup.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_tcp.beam +lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.2.0/ebin/ranch_transport.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon.app lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon_alloc.beam @@ -1423,13 +1520,13 @@ lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon_lib.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon_map.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon_rec.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.6/ebin/recon_trace.beam -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug.app -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug.beam -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug_compiler.beam -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug_dtop.beam -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug_lexer.beam -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug_parser.beam -lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.1.0/ebin/redbug_targ.beam +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug.app +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug.beam +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_compiler.beam +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_dtop.beam +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_lexer.beam +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_parser.beam +lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_targ.beam lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat.app lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat.beam lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat_app.beam @@ -1475,6 +1572,7 @@ lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.2.1/ebin/thoas.beam lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.2.1/ebin/thoas_decode.beam lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.2.1/ebin/thoas_encode.beam lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-defaults +lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-defaults.orig lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-diagnostics lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-env lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-plugins diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 7452a17d077f..678b888ce77c 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,7 +1,6 @@ PORTNAME= rclone DISTVERSIONPREFIX= v -DISTVERSION= 1.69.1 -PORTREVISION= 3 +DISTVERSION= 1.69.3 CATEGORIES= net MAINTAINER= tremere@cainites.net @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:1.23,modules +USES= cpe go:modules GO_MODULE= github.com/rclone/rclone GO_BUILDFLAGS= -ldflags -s -tags cmount diff --git a/net/rclone/distinfo b/net/rclone/distinfo index d2b493caa135..6b6bb93adff7 100644 --- a/net/rclone/distinfo +++ b/net/rclone/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1739708088 -SHA256 (go/net_rclone/rclone-v1.69.1/v1.69.1.mod) = 1be77b52090f7a50ec5b0e3f54ad8e1a992e4fc380b64998813b1b63f39905c1 -SIZE (go/net_rclone/rclone-v1.69.1/v1.69.1.mod) = 11360 -SHA256 (go/net_rclone/rclone-v1.69.1/v1.69.1.zip) = acae4ce89fc49d909d92e7d234b33712ab57da03fec144028ece30c6842fcd5a -SIZE (go/net_rclone/rclone-v1.69.1/v1.69.1.zip) = 18052005 +TIMESTAMP = 1747911393 +SHA256 (go/net_rclone/rclone-v1.69.3/v1.69.3.mod) = 19bebef91aaacf58649cce4514a5c5a4fd5840d559b17003c5fb3f63909ba5a5 +SIZE (go/net_rclone/rclone-v1.69.3/v1.69.3.mod) = 11362 +SHA256 (go/net_rclone/rclone-v1.69.3/v1.69.3.zip) = f316bf0c29cdec57c285ee137f4f1149ec7cd601e6ecfac72476f08aceade21a +SIZE (go/net_rclone/rclone-v1.69.3/v1.69.3.zip) = 18061058 diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile index deab5789a4c1..e8a6ed19800c 100644 --- a/net/rubygem-amq-protocol/Makefile +++ b/net/rubygem-amq-protocol/Makefile @@ -1,5 +1,5 @@ PORTNAME= amq-protocol -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-amq-protocol/distinfo b/net/rubygem-amq-protocol/distinfo index e7421676ad0c..efdd3be839f4 100644 --- a/net/rubygem-amq-protocol/distinfo +++ b/net/rubygem-amq-protocol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739963316 -SHA256 (rubygem/amq-protocol-2.3.3.gem) = 85b42738290913a35dcc487a2ca0dd260a4150b40ed1954c9c1932df466abc1f -SIZE (rubygem/amq-protocol-2.3.3.gem) = 46592 +TIMESTAMP = 1747716366 +SHA256 (rubygem/amq-protocol-2.3.4.gem) = 98be5b9244e28dc66acc8351a254dbf45d996c5a0b7d49ab3ff8b72b0d2e6308 +SIZE (rubygem/amq-protocol-2.3.4.gem) = 46592 diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile index 6785d033fcc5..0e19d71c1a92 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable-admin-v2 -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,9 +12,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-bigtable-admin-v LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 + rubygem-grpc-google-iam-v1>=1.11<2:devel/rubygem-grpc-google-iam-v1 USES= gem diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/distinfo b/net/rubygem-google-cloud-bigtable-admin-v2/distinfo index 19d39b356468..7be216c3d177 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/distinfo +++ b/net/rubygem-google-cloud-bigtable-admin-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547482 -SHA256 (rubygem/google-cloud-bigtable-admin-v2-1.9.1.gem) = 256e5bbb7d190996e813a7f00d012df3fef4b1c511a7de9a2d03695f08381a8a -SIZE (rubygem/google-cloud-bigtable-admin-v2-1.9.1.gem) = 132096 +TIMESTAMP = 1747716368 +SHA256 (rubygem/google-cloud-bigtable-admin-v2-1.10.0.gem) = ab1251d4837f979b4bb721e72e0fa5b18c36b5baf8a8138c23e2eebc54b08f17 +SIZE (rubygem/google-cloud-bigtable-admin-v2-1.10.0.gem) = 132096 diff --git a/net/rubygem-google-cloud-bigtable-v2/Makefile b/net/rubygem-google-cloud-bigtable-v2/Makefile index 9efcc878f24c..da9a831ae6d0 100644 --- a/net/rubygem-google-cloud-bigtable-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable-v2 -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-bigtable-v2/late LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-bigtable-v2/distinfo b/net/rubygem-google-cloud-bigtable-v2/distinfo index cd654553e6b8..1b676bc30a64 100644 --- a/net/rubygem-google-cloud-bigtable-v2/distinfo +++ b/net/rubygem-google-cloud-bigtable-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547484 -SHA256 (rubygem/google-cloud-bigtable-v2-1.6.1.gem) = af26aabc9338701f2da9fd9d15caed294c2e7772009ec72d7fae0bfa78651828 -SIZE (rubygem/google-cloud-bigtable-v2-1.6.1.gem) = 74752 +TIMESTAMP = 1747716370 +SHA256 (rubygem/google-cloud-bigtable-v2-1.7.0.gem) = 2ee1a476a6284c192f489b1a188a4f392ac2939d647d23b9bbda66a11231fbf0 +SIZE (rubygem/google-cloud-bigtable-v2-1.7.0.gem) = 74752 diff --git a/net/rubygem-google-cloud-location/Makefile b/net/rubygem-google-cloud-location/Makefile index f2baa8891379..86c9e45ce580 100644 --- a/net/rubygem-google-cloud-location/Makefile +++ b/net/rubygem-google-cloud-location/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-location -PORTVERSION= 0.10.1 +PORTVERSION= 1.1.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-location/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-location/distinfo b/net/rubygem-google-cloud-location/distinfo index edd137330a07..f6b84be1552c 100644 --- a/net/rubygem-google-cloud-location/distinfo +++ b/net/rubygem-google-cloud-location/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547488 -SHA256 (rubygem/google-cloud-location-0.10.1.gem) = aad6e51f66a10912a3b4beda9e8e2ed973d9bd233ecb92910b2e2dee55772015 -SIZE (rubygem/google-cloud-location-0.10.1.gem) = 30720 +TIMESTAMP = 1747716372 +SHA256 (rubygem/google-cloud-location-1.1.0.gem) = 50c46ee63ce9a89ced4b79e9fd4c010686322a463a550b683d3740a2f43dc81b +SIZE (rubygem/google-cloud-location-1.1.0.gem) = 30720 diff --git a/net/rubygem-google-cloud-logging-v2/Makefile b/net/rubygem-google-cloud-logging-v2/Makefile index 2650afa5a47b..aa8681b3711f 100644 --- a/net/rubygem-google-cloud-logging-v2/Makefile +++ b/net/rubygem-google-cloud-logging-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-logging-v2 -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-logging-v2/lates LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-logging-v2/distinfo b/net/rubygem-google-cloud-logging-v2/distinfo index 9b263e920df6..c6140053bf59 100644 --- a/net/rubygem-google-cloud-logging-v2/distinfo +++ b/net/rubygem-google-cloud-logging-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547490 -SHA256 (rubygem/google-cloud-logging-v2-1.2.1.gem) = 9b7d3c94a47437c8a9949104e2d42b68ee13544f6ce55e87b2b4e20830371b57 -SIZE (rubygem/google-cloud-logging-v2-1.2.1.gem) = 113664 +TIMESTAMP = 1747716374 +SHA256 (rubygem/google-cloud-logging-v2-1.3.0.gem) = c5c33c126a4ba8035917539136f955b0e2c04b05df214be621957a73cad5ac06 +SIZE (rubygem/google-cloud-logging-v2-1.3.0.gem) = 113664 diff --git a/net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile b/net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile index f68f3793c936..46c768130def 100644 --- a/net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile +++ b/net/rubygem-google-cloud-monitoring-dashboard-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-monitoring-dashboard-v1 -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-monitoring-dashb LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-monitoring-dashboard-v1/distinfo b/net/rubygem-google-cloud-monitoring-dashboard-v1/distinfo index 476a1ce09a40..3da99e7d585c 100644 --- a/net/rubygem-google-cloud-monitoring-dashboard-v1/distinfo +++ b/net/rubygem-google-cloud-monitoring-dashboard-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547494 -SHA256 (rubygem/google-cloud-monitoring-dashboard-v1-1.2.1.gem) = aa2478ce9cf00af17ff8539d8ba285ca3af8d14a3471c8044dfddd963ab9dfa1 -SIZE (rubygem/google-cloud-monitoring-dashboard-v1-1.2.1.gem) = 68096 +TIMESTAMP = 1747716376 +SHA256 (rubygem/google-cloud-monitoring-dashboard-v1-1.3.0.gem) = 6cfd451c7d665325ed76443a24c457aac51e3c1fa1a37e07925afe81a6e9e066 +SIZE (rubygem/google-cloud-monitoring-dashboard-v1-1.3.0.gem) = 68096 diff --git a/net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile b/net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile index e21aa63532db..8a7b0994e21d 100644 --- a/net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile +++ b/net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-monitoring-metrics_scope-v1 -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-monitoring-metri LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-monitoring-metrics_scope-v1/distinfo b/net/rubygem-google-cloud-monitoring-metrics_scope-v1/distinfo index 1a4e6be2467b..b6653c369ebd 100644 --- a/net/rubygem-google-cloud-monitoring-metrics_scope-v1/distinfo +++ b/net/rubygem-google-cloud-monitoring-metrics_scope-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547496 -SHA256 (rubygem/google-cloud-monitoring-metrics_scope-v1-1.2.1.gem) = f10135bc4fcaf1a902d5bc2ee4de26cb7007b491f9ba6e937569ffe78e7b6106 -SIZE (rubygem/google-cloud-monitoring-metrics_scope-v1-1.2.1.gem) = 43520 +TIMESTAMP = 1747716378 +SHA256 (rubygem/google-cloud-monitoring-metrics_scope-v1-1.3.0.gem) = 1e6fcffd1c89aa17b0a954549f0d3f31d282d9b6ce5fdac16f848ed39c22ff2d +SIZE (rubygem/google-cloud-monitoring-metrics_scope-v1-1.3.0.gem) = 43520 diff --git a/net/rubygem-google-cloud-monitoring-v3/Makefile b/net/rubygem-google-cloud-monitoring-v3/Makefile index d17f692f6754..c6b7edcd3e73 100644 --- a/net/rubygem-google-cloud-monitoring-v3/Makefile +++ b/net/rubygem-google-cloud-monitoring-v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-monitoring-v3 -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-monitoring-v3/la LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-monitoring-v3/distinfo b/net/rubygem-google-cloud-monitoring-v3/distinfo index fe712d23c69e..59034e18e2d1 100644 --- a/net/rubygem-google-cloud-monitoring-v3/distinfo +++ b/net/rubygem-google-cloud-monitoring-v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547498 -SHA256 (rubygem/google-cloud-monitoring-v3-1.5.1.gem) = 59e3a9f46bc0ea65a06a2a72c50609fc15465764563a61c501879ec3071fc7db -SIZE (rubygem/google-cloud-monitoring-v3-1.5.1.gem) = 175616 +TIMESTAMP = 1747716380 +SHA256 (rubygem/google-cloud-monitoring-v3-1.6.0.gem) = f03055ac6612a0f3d7205fb3502144d402bd1e09055430abf34663c69c9e646c +SIZE (rubygem/google-cloud-monitoring-v3-1.6.0.gem) = 175616 diff --git a/net/rubygem-google-cloud-pubsub-v1/Makefile b/net/rubygem-google-cloud-pubsub-v1/Makefile index 9417f2f7a939..032aae775a43 100644 --- a/net/rubygem-google-cloud-pubsub-v1/Makefile +++ b/net/rubygem-google-cloud-pubsub-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-pubsub-v1 -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,9 +12,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-pubsub-v1/latest LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-google-iam-v1>=0.7<2.0:devel/rubygem-google-iam-v1 + rubygem-google-iam-v1>=1.3<2:devel/rubygem-google-iam-v1 USES= gem diff --git a/net/rubygem-google-cloud-pubsub-v1/distinfo b/net/rubygem-google-cloud-pubsub-v1/distinfo index 13cd3aaf2bfe..32144292d8a7 100644 --- a/net/rubygem-google-cloud-pubsub-v1/distinfo +++ b/net/rubygem-google-cloud-pubsub-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547500 -SHA256 (rubygem/google-cloud-pubsub-v1-1.8.2.gem) = e776498f59bcbeeac6b9b00538e08863b27fa48e42d37f527f51563dc159fa7b -SIZE (rubygem/google-cloud-pubsub-v1-1.8.2.gem) = 95232 +TIMESTAMP = 1747716382 +SHA256 (rubygem/google-cloud-pubsub-v1-1.9.0.gem) = e6f06b9633ca180670956443911c6fac8c9334bdb648cc172bf0d4ff266f1b79 +SIZE (rubygem/google-cloud-pubsub-v1-1.9.0.gem) = 94720 diff --git a/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile b/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile index 4675ab7dc4be..bd3e017dbc24 100644 --- a/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-spanner-admin-database-v1 -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,9 +13,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-spanner-admin-da LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 + rubygem-grpc-google-iam-v1>=1.11<2:devel/rubygem-grpc-google-iam-v1 USES= gem diff --git a/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo b/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo index 68e14b8e3081..16d2657c7b0d 100644 --- a/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo +++ b/net/rubygem-google-cloud-spanner-admin-database-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547502 -SHA256 (rubygem/google-cloud-spanner-admin-database-v1-1.6.1.gem) = 6b8758e4def80d69e9ee64a42078d3a59ab028a638f7a849abd8130cf85add9b -SIZE (rubygem/google-cloud-spanner-admin-database-v1-1.6.1.gem) = 115712 +TIMESTAMP = 1747716384 +SHA256 (rubygem/google-cloud-spanner-admin-database-v1-1.7.0.gem) = 034fb2dd23c759c3aef8b67c3456e8d785f461fbfc20fad18d3cb125141668ea +SIZE (rubygem/google-cloud-spanner-admin-database-v1-1.7.0.gem) = 115712 diff --git a/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile b/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile index 5fbab049af0a..a14c9abc9185 100644 --- a/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-spanner-admin-instance-v1 -PORTVERSION= 1.6.0 +PORTVERSION= 2.1.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,9 +12,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-spanner-admin-in LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 + rubygem-grpc-google-iam-v1>=1.11<2:devel/rubygem-grpc-google-iam-v1 USES= gem diff --git a/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo b/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo index 5c7bec2d7b41..a4aa9200f1c6 100644 --- a/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo +++ b/net/rubygem-google-cloud-spanner-admin-instance-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738606611 -SHA256 (rubygem/google-cloud-spanner-admin-instance-v1-1.6.0.gem) = 1775b56518665854b27af393378761e6ff9b12156d746168df7bb14ce0138d54 -SIZE (rubygem/google-cloud-spanner-admin-instance-v1-1.6.0.gem) = 111104 +TIMESTAMP = 1747716386 +SHA256 (rubygem/google-cloud-spanner-admin-instance-v1-2.1.0.gem) = 10b2ead3c610888335d8d3ce73124290ebdfa644f9ed708ed115969df902f90f +SIZE (rubygem/google-cloud-spanner-admin-instance-v1-2.1.0.gem) = 111104 diff --git a/net/rubygem-google-cloud-spanner-v1/Makefile b/net/rubygem-google-cloud-spanner-v1/Makefile index 14184f410f34..d66a41ff68e7 100644 --- a/net/rubygem-google-cloud-spanner-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-spanner-v1 -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-spanner-v1/lates LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-spanner-v1/distinfo b/net/rubygem-google-cloud-spanner-v1/distinfo index 8d824e162ec4..9230f8468cb8 100644 --- a/net/rubygem-google-cloud-spanner-v1/distinfo +++ b/net/rubygem-google-cloud-spanner-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547504 -SHA256 (rubygem/google-cloud-spanner-v1-1.7.1.gem) = ab0a1256aaab8e7f18a13205a99a389e196d259df2675a4cbddb4db937dc97be -SIZE (rubygem/google-cloud-spanner-v1-1.7.1.gem) = 83968 +TIMESTAMP = 1747716388 +SHA256 (rubygem/google-cloud-spanner-v1-1.8.0.gem) = d28fe44abcc51e54fb4e6c7b391f9abddc7421bd0571ee9917257342b4ac536d +SIZE (rubygem/google-cloud-spanner-v1-1.8.0.gem) = 83968 diff --git a/net/rubygem-google-cloud-spanner/Makefile b/net/rubygem-google-cloud-spanner/Makefile index 96511e479812..504e960088e1 100644 --- a/net/rubygem-google-cloud-spanner/Makefile +++ b/net/rubygem-google-cloud-spanner/Makefile @@ -1,5 +1,6 @@ PORTNAME= google-cloud-spanner PORTVERSION= 2.26.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -16,7 +17,7 @@ RUN_DEPENDS= rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \ rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-google-cloud-core>=1.7<2:net/rubygem-google-cloud-core \ rubygem-google-cloud-spanner-admin-database-v1>=1.4<2:net/rubygem-google-cloud-spanner-admin-database-v1 \ - rubygem-google-cloud-spanner-admin-instance-v1>=1.6<2:net/rubygem-google-cloud-spanner-admin-instance-v1 \ + rubygem-google-cloud-spanner-admin-instance-v1>=1.6<3:net/rubygem-google-cloud-spanner-admin-instance-v1 \ rubygem-google-cloud-spanner-v1>=1.6<2:net/rubygem-google-cloud-spanner-v1 USES= gem diff --git a/net/rubygem-google-cloud-spanner/files/patch-gemspec b/net/rubygem-google-cloud-spanner/files/patch-gemspec new file mode 100644 index 000000000000..3831d4b808fb --- /dev/null +++ b/net/rubygem-google-cloud-spanner/files/patch-gemspec @@ -0,0 +1,11 @@ +--- google-cloud-spanner.gemspec.orig 2025-05-20 10:51:00 UTC ++++ google-cloud-spanner.gemspec +@@ -24,7 +24,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.0".freeze]) + s.add_runtime_dependency(%q<google-cloud-core>.freeze, ["~> 1.7".freeze]) + s.add_runtime_dependency(%q<google-cloud-spanner-admin-database-v1>.freeze, ["~> 1.4".freeze]) +- s.add_runtime_dependency(%q<google-cloud-spanner-admin-instance-v1>.freeze, ["~> 1.6".freeze]) ++ s.add_runtime_dependency(%q<google-cloud-spanner-admin-instance-v1>.freeze, [">= 1.6".freeze], ["< 3".freeze]) + s.add_runtime_dependency(%q<google-cloud-spanner-v1>.freeze, ["~> 1.6".freeze]) + end + diff --git a/net/rubygem-google-cloud-storage_transfer-v1/Makefile b/net/rubygem-google-cloud-storage_transfer-v1/Makefile index a68aec330c7f..eee23aa6ae06 100644 --- a/net/rubygem-google-cloud-storage_transfer-v1/Makefile +++ b/net/rubygem-google-cloud-storage_transfer-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage_transfer-v1 -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-storage_transfer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-storage_transfer-v1/distinfo b/net/rubygem-google-cloud-storage_transfer-v1/distinfo index eed66243898d..b88aa2006c71 100644 --- a/net/rubygem-google-cloud-storage_transfer-v1/distinfo +++ b/net/rubygem-google-cloud-storage_transfer-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547556 -SHA256 (rubygem/google-cloud-storage_transfer-v1-1.4.1.gem) = 69d97f7f1839008cbe4f38db19e0284c6ca3ae1636200c1f7cbe03ef63f61721 -SIZE (rubygem/google-cloud-storage_transfer-v1-1.4.1.gem) = 88576 +TIMESTAMP = 1747716436 +SHA256 (rubygem/google-cloud-storage_transfer-v1-1.5.0.gem) = 1ae9d8ba6fc2f6f64671f090b7b3eb36cea415483306fdee02559ce74ebf1d47 +SIZE (rubygem/google-cloud-storage_transfer-v1-1.5.0.gem) = 88576 diff --git a/net/rubygem-google-cloud-trace-v1/Makefile b/net/rubygem-google-cloud-trace-v1/Makefile index 4fa79f095cd3..8b50cc09cd13 100644 --- a/net/rubygem-google-cloud-trace-v1/Makefile +++ b/net/rubygem-google-cloud-trace-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-trace-v1 -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-trace-v1/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-trace-v1/distinfo b/net/rubygem-google-cloud-trace-v1/distinfo index 73c5b4ffed8d..6a8e3e42d09a 100644 --- a/net/rubygem-google-cloud-trace-v1/distinfo +++ b/net/rubygem-google-cloud-trace-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547506 -SHA256 (rubygem/google-cloud-trace-v1-1.3.1.gem) = 22b18fa936fb955058ed8de53dc0a1f86ba3be36994db0da2366c3c90c126133 -SIZE (rubygem/google-cloud-trace-v1-1.3.1.gem) = 44544 +TIMESTAMP = 1747716390 +SHA256 (rubygem/google-cloud-trace-v1-1.4.0.gem) = b5b301f44d843d3591e78d0b295d531ea2826fc10c97ffd5199f1d23c7d31ca1 +SIZE (rubygem/google-cloud-trace-v1-1.4.0.gem) = 44544 diff --git a/net/rubygem-google-cloud-trace-v2/Makefile b/net/rubygem-google-cloud-trace-v2/Makefile index ab7432155489..df3e1d8846d5 100644 --- a/net/rubygem-google-cloud-trace-v2/Makefile +++ b/net/rubygem-google-cloud-trace-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-trace-v2 -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-trace-v2/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem diff --git a/net/rubygem-google-cloud-trace-v2/distinfo b/net/rubygem-google-cloud-trace-v2/distinfo index 4a64a674acad..a1f89ed8ff7c 100644 --- a/net/rubygem-google-cloud-trace-v2/distinfo +++ b/net/rubygem-google-cloud-trace-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547508 -SHA256 (rubygem/google-cloud-trace-v2-1.2.1.gem) = 22910f423a35a0fc5667397f39c7d50d60ca1809f1cd5e1b56c28e4fd15cae5e -SIZE (rubygem/google-cloud-trace-v2-1.2.1.gem) = 47616 +TIMESTAMP = 1747716392 +SHA256 (rubygem/google-cloud-trace-v2-1.3.0.gem) = b3ef27e6c713300c5a65f1fca4639ae96269a6c3ac31a06189332e83d26e8027 +SIZE (rubygem/google-cloud-trace-v2-1.3.0.gem) = 47616 diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index 78c99f65b71c..00668d9363d8 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -1,5 +1,5 @@ PORTNAME= oauth2 -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= net rubygems MASTER_SITES= RG @@ -8,14 +8,15 @@ COMMENT= Ruby wrapper for the OAuth 2.0 protocol WWW= https://github.com/oauth-xx/oauth2 LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday \ - rubygem-jwt>=1.0<3.0:www/rubygem-jwt \ +RUN_DEPENDS= rubygem-faraday>=0.17.3<4.0:www/rubygem-faraday \ + rubygem-jwt>=1.0<4.0:www/rubygem-jwt \ + rubygem-logger>=1.2<2:devel/rubygem-logger \ rubygem-multi_xml>=0.5<1:textproc/rubygem-multi_xml \ rubygem-rack>=1.2,3<4,3:www/rubygem-rack \ rubygem-snaky_hash>=2.0<3:devel/rubygem-snaky_hash \ - rubygem-version_gem>=1.1<2:devel/rubygem-version_gem + rubygem-version_gem>=1.1.8<3:devel/rubygem-version_gem USES= gem diff --git a/net/rubygem-oauth2/distinfo b/net/rubygem-oauth2/distinfo index aec0acc8be92..b2b70081cfdf 100644 --- a/net/rubygem-oauth2/distinfo +++ b/net/rubygem-oauth2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663672998 -SHA256 (rubygem/oauth2-2.0.9.gem) = b21f9defcf52dc1610e0dfab4c868342173dcd707fd15c777d9f4f04e153f7fb -SIZE (rubygem/oauth2-2.0.9.gem) = 34816 +TIMESTAMP = 1747716394 +SHA256 (rubygem/oauth2-2.0.10.gem) = 8f132679598d21885d4bcc68d7e7e6ef0a29f9a782abca00d67d884280dc3a42 +SIZE (rubygem/oauth2-2.0.10.gem) = 54272 diff --git a/net/rubygem-train-core/Makefile b/net/rubygem-train-core/Makefile index 5baecf028644..3c346e7b3d99 100644 --- a/net/rubygem-train-core/Makefile +++ b/net/rubygem-train-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= train-core -PORTVERSION= 3.12.7 +PORTVERSION= 3.12.13 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-train-core/distinfo b/net/rubygem-train-core/distinfo index 43f719d07353..943e5155f027 100644 --- a/net/rubygem-train-core/distinfo +++ b/net/rubygem-train-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735228166 -SHA256 (rubygem/train-core-3.12.7.gem) = 731045659aea177c875793e9fd945a58c57b59c5f331ab23d74d2d05c1ccccc3 -SIZE (rubygem/train-core-3.12.7.gem) = 48128 +TIMESTAMP = 1747716398 +SHA256 (rubygem/train-core-3.12.13.gem) = a397299b90624f644c1735b823241842814ac08521d1dba44f71cbfd882b41af +SIZE (rubygem/train-core-3.12.13.gem) = 49152 diff --git a/net/rubygem-train-winrm/Makefile b/net/rubygem-train-winrm/Makefile index 4e6d623024f3..626914919b6d 100644 --- a/net/rubygem-train-winrm/Makefile +++ b/net/rubygem-train-winrm/Makefile @@ -1,5 +1,5 @@ PORTNAME= train-winrm -PORTVERSION= 0.2.17 +PORTVERSION= 0.2.19 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/inspec/train-winrm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-chef-winrm>=2.3.11:sysutils/rubygem-chef-winrm \ +RUN_DEPENDS= rubygem-chef-winrm>=2.3.12:sysutils/rubygem-chef-winrm \ rubygem-chef-winrm-elevated>=1.2.5:sysutils/rubygem-chef-winrm-elevated \ rubygem-chef-winrm-fs>=1.3.7:filesystems/rubygem-chef-winrm-fs diff --git a/net/rubygem-train-winrm/distinfo b/net/rubygem-train-winrm/distinfo index 5af00e4b713c..ef9046c23c7b 100644 --- a/net/rubygem-train-winrm/distinfo +++ b/net/rubygem-train-winrm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740022484 -SHA256 (rubygem/train-winrm-0.2.17.gem) = b30b3713e57e8fd1b32b218e6c89b45e13cbc5e02a7bbee993456885ea39b75b -SIZE (rubygem/train-winrm-0.2.17.gem) = 13824 +TIMESTAMP = 1747716400 +SHA256 (rubygem/train-winrm-0.2.19.gem) = febcbbd87abc8a2a5cab383d13ce494796d00189fe3c0f15c452710447eabdb3 +SIZE (rubygem/train-winrm-0.2.19.gem) = 13824 diff --git a/net/rubygem-train-winrm/files/patch-gemspec b/net/rubygem-train-winrm/files/patch-gemspec new file mode 100644 index 000000000000..142892fd3639 --- /dev/null +++ b/net/rubygem-train-winrm/files/patch-gemspec @@ -0,0 +1,14 @@ +--- train-winrm.gemspec.orig 2025-05-20 10:04:22 UTC ++++ train-winrm.gemspec +@@ -19,8 +19,8 @@ Gem::Specification.new do |s| + + s.specification_version = 4 + +- s.add_runtime_dependency(%q<chef-winrm>.freeze, ["~> 2.3.12".freeze]) +- s.add_runtime_dependency(%q<chef-winrm-elevated>.freeze, ["~> 1.2.5".freeze]) +- s.add_runtime_dependency(%q<chef-winrm-fs>.freeze, ["~> 1.3.7".freeze]) ++ s.add_runtime_dependency(%q<chef-winrm>.freeze, [">= 2.3.12".freeze]) ++ s.add_runtime_dependency(%q<chef-winrm-elevated>.freeze, [">= 1.2.5".freeze]) ++ s.add_runtime_dependency(%q<chef-winrm-fs>.freeze, [">= 1.3.7".freeze]) + end + diff --git a/net/rubygem-train/Makefile b/net/rubygem-train/Makefile index f91d57252f23..b60a456bbb77 100644 --- a/net/rubygem-train/Makefile +++ b/net/rubygem-train/Makefile @@ -1,5 +1,5 @@ PORTNAME= train -PORTVERSION= 3.12.7 +PORTVERSION= 3.12.13 CATEGORIES= net rubygems MASTER_SITES= RG @@ -27,7 +27,7 @@ RUN_DEPENDS= rubygem-activesupport71>=6.0.3.1<7.2.0:devel/rubygem-activesupport7 rubygem-googleauth>=0.16.2<2:security/rubygem-googleauth \ rubygem-inifile>=3.0<4:textproc/rubygem-inifile \ rubygem-train-core>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-train-core \ - rubygem-train-winrm>=0.2<1:net/rubygem-train-winrm + rubygem-train-winrm>=0.2.19<0.3:net/rubygem-train-winrm USES= gem diff --git a/net/rubygem-train/distinfo b/net/rubygem-train/distinfo index bce7a5c6a48f..1939a75488eb 100644 --- a/net/rubygem-train/distinfo +++ b/net/rubygem-train/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735228164 -SHA256 (rubygem/train-3.12.7.gem) = c30c622125f732db70b1580859597b32bf2349f3c93a12fa20bc5409abb9c7cb -SIZE (rubygem/train-3.12.7.gem) = 16896 +TIMESTAMP = 1747716396 +SHA256 (rubygem/train-3.12.13.gem) = b0a487531f8457ce497ca1688ef3d35e728b27fc6712a6eee976fb25c228c221 +SIZE (rubygem/train-3.12.13.gem) = 16896 diff --git a/net/tcplog_dumper/Makefile b/net/tcplog_dumper/Makefile index c352b1420019..ca067bb0b8b7 100644 --- a/net/tcplog_dumper/Makefile +++ b/net/tcplog_dumper/Makefile @@ -1,7 +1,6 @@ PORTNAME= tcplog_dumper -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org diff --git a/net/tcplog_dumper/distinfo b/net/tcplog_dumper/distinfo index 4be22a7a9ecb..383fdf399ef8 100644 --- a/net/tcplog_dumper/distinfo +++ b/net/tcplog_dumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624980089 -SHA256 (Netflix-tcplog_dumper-v0.1.1_GH0.tar.gz) = 2592e8d9a1133bcb151a7f1546c46dfbacf57d4924bc339573ccfbd623b2a1df -SIZE (Netflix-tcplog_dumper-v0.1.1_GH0.tar.gz) = 22115 +TIMESTAMP = 1748379917 +SHA256 (Netflix-tcplog_dumper-v0.1.2_GH0.tar.gz) = 7950f51a2e1c21db6fcd72ddac5e84a89c3b1c3428d2c4e200af73453736284b +SIZE (Netflix-tcplog_dumper-v0.1.2_GH0.tar.gz) = 22141 diff --git a/net/vtun/Makefile b/net/vtun/Makefile index d27e16f9c707..80d5f0d5431f 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net MASTER_SITES= SF \ LOCAL/mat/vtun -MAINTAINER= mat@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping WWW= https://vtun.sourceforge.net/ diff --git a/net/wangle/Makefile b/net/wangle/Makefile index ef02ceda0936..846ae05bac42 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index dbc32d05d8d2..e62c28d50eb7 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730519 -SHA256 (facebook-wangle-v2025.05.19.00_GH0.tar.gz) = 770cbec72dc27e9ada048afbd14d29976e569bbc70fefa197d1315898b555916 -SIZE (facebook-wangle-v2025.05.19.00_GH0.tar.gz) = 368630 +TIMESTAMP = 1748334333 +SHA256 (facebook-wangle-v2025.05.26.00_GH0.tar.gz) = 885bbe527fc03ea87b642556468ec6050188b81794f7699ce87ddcb68c9b5d0c +SIZE (facebook-wangle-v2025.05.26.00_GH0.tar.gz) = 368391 diff --git a/net/zsync/Makefile b/net/zsync/Makefile index c093f1ec8480..6db170d95c6e 100644 --- a/net/zsync/Makefile +++ b/net/zsync/Makefile @@ -1,6 +1,5 @@ PORTNAME= zsync -PORTVERSION= 0.6.2 -PORTREVISION= 2 +DISTVERSION= 0.6.3 CATEGORIES= net MASTER_SITES= http://zsync.moria.org.uk/download/ diff --git a/net/zsync/distinfo b/net/zsync/distinfo index 8b9f0aa5c22f..7843c48de5b0 100644 --- a/net/zsync/distinfo +++ b/net/zsync/distinfo @@ -1,2 +1,3 @@ -SHA256 (zsync-0.6.2.tar.bz2) = 0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2 -SIZE (zsync-0.6.2.tar.bz2) = 245592 +TIMESTAMP = 1748408394 +SHA256 (zsync-0.6.3.tar.bz2) = 293b6191821641d3ed6248206f8f9df0bf46e6ee2cf8b4dd97cfd1d5909edb9a +SIZE (zsync-0.6.3.tar.bz2) = 272821 diff --git a/news/inn/Makefile b/news/inn/Makefile index 8cb9db8c01a6..c652b143d689 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,5 +1,5 @@ PORTNAME?= inn -PORTVERSION?= 2.7.2 +PORTVERSION?= 2.7.3 PORTREVISION?= 0 CATEGORIES= news MASTER_SITES= ISC @@ -48,7 +48,6 @@ BLACKLISTD_CONFIGURE_WITH= blacklist .if ${BRANCH:U} == 2.8 PLIST_SUB+= SNAPSHOT="" .else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-lib_innconf.c PLIST_SUB+= SNAPSHOT="@comment " .endif @@ -72,9 +71,9 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man \ UUCP_RNEWS_RUN_DEPENDS= uucp:net/freebsd-uucp -INNLIB_LONG?= 9.0.1 -LIBVER_LONG?= 3.0.8 -LIBSTORAGEVER_LONG?= 3.1.2 +INNLIB_LONG?= 9.0.2 +LIBVER_LONG?= 3.0.9 +LIBSTORAGEVER_LONG?= 3.1.3 PLIST_SUB+= LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} \ INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG} \ LIBSTORAGEVER=${LIBSTORAGEVER_LONG:R:R} LIBSTORAGEVER_LONG=${LIBSTORAGEVER_LONG} diff --git a/news/inn/distinfo b/news/inn/distinfo index cffd86baf13a..4d21be5d57f4 100644 --- a/news/inn/distinfo +++ b/news/inn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720292150 -SHA256 (inn-2.7.2.tar.gz) = 4f6f5c7da29903acb9b756908471f1d72909dab20f590fa8d844ce671e0584a5 -SIZE (inn-2.7.2.tar.gz) = 2809524 +TIMESTAMP = 1748422615 +SHA256 (inn-2.7.3.tar.gz) = 8032c2baca74bf1fa153cd0c0fac0dac7c11d4e8499332d4ccbec1d6f6729358 +SIZE (inn-2.7.3.tar.gz) = 2832795 diff --git a/news/inn/files/extra-patch-lib_innconf.c b/news/inn/files/extra-patch-lib_innconf.c deleted file mode 100644 index 360937494fe6..000000000000 --- a/news/inn/files/extra-patch-lib_innconf.c +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/innconf.c.orig 2023-04-16 19:50:54 UTC -+++ lib/innconf.c -@@ -447,17 +447,17 @@ innconf_validate(struct config_group *group) - fqdn = inn_getfqdn(innconf->domain); - if (fqdn == NULL) { - warn("hostname does not resolve or domain not set in inn.conf"); -- okay = false; -+/* okay = false; */ - } - if (innconf->domain != NULL && !IsValidDomain(innconf->domain)) { - warn("domain in inn.conf contains invalid characters not suitable for " - "Message-IDs"); -- okay = false; -+/* okay = false; */ - } - if (innconf->domain == NULL && !IsValidDomain(fqdn)) { - warn("the FQDN of the server contains invalid characters not suitable " - "for Message-IDs"); -- okay = false; -+/* okay = false; */ - } - free(fqdn); - diff --git a/news/inn/pkg-plist b/news/inn/pkg-plist index 637b5e25468b..7991c26c826f 100644 --- a/news/inn/pkg-plist +++ b/news/inn/pkg-plist @@ -166,8 +166,8 @@ include/inn/wire.h include/inn/xmalloc.h include/inn/xwrite.h lib/perl/INN/Config.pm -lib/perl/INN/Utils/Shlock.pm lib/perl/INN/ovsqlite_client.pm +lib/perl/INN/Utils/Shlock.pm lib/innreport_inn.pm lib/innreport-display.conf lib/innshellvars @@ -188,7 +188,6 @@ lib/libinnstorage.so.%%LIBSTORAGEVER_LONG%% @comment -------------------------------------------------------------- @cwd share/man/man1/convdate.1.gz -share/man/man1/delayer.1.gz share/man/man1/fastrm.1.gz share/man/man1/gencancel.1.gz share/man/man1/getlist.1.gz @@ -200,10 +199,8 @@ share/man/man1/nntpget.1.gz share/man/man1/pgpverify.1.gz share/man/man1/pullnews.1.gz share/man/man1/rnews.1.gz -share/man/man1/shlock.1.gz share/man/man1/shrinkfile.1.gz share/man/man1/simpleftp.1.gz -share/man/man1/sm.1.gz share/man/man3/INN::Config.3pm.gz share/man/man3/INN::Utils::Shlock.3pm.gz share/man/man3/INN::ovsqlite_client.3pm.gz @@ -263,6 +260,7 @@ share/man/man8/cnfsstat.8.gz share/man/man8/controlchan.8.gz share/man/man8/ctlinnd.8.gz share/man/man8/cvtbatch.8.gz +share/man/man8/delayer.8.gz share/man/man8/docheckgroups.8.gz share/man/man8/domain.8.gz share/man/man8/expire.8.gz @@ -309,6 +307,8 @@ share/man/man8/send-ihave.8.gz share/man/man8/send-uucp.8.gz share/man/man8/sendinpaths.8.gz share/man/man8/sendxbatches.8.gz +share/man/man8/shlock.8.gz +share/man/man8/sm.8.gz share/man/man8/tally.control.8.gz share/man/man8/tdx-util.8.gz share/man/man8/tinyleaf.8.gz diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index c13f3ac5ee78..8a9cc153dbf5 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.1.99.3 +DISTVERSION= 2.1.99.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 2db1f609a +GH_TAGNAME= 30773fa8c CFLAGS+= -O0 -g -Wno-error USE_LDCONFIG= ${PREFIX}/lib/compat/pkg diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 911febe53dde..e21ca47ef403 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747400455 -SHA256 (freebsd-pkg-2.1.99.3-2db1f609a_GH0.tar.gz) = 077483ab30e136e44c7ebbcb9f7f8935afd2b1abe04f2dc844ac97e64264a9b6 -SIZE (freebsd-pkg-2.1.99.3-2db1f609a_GH0.tar.gz) = 16427432 +TIMESTAMP = 1748265278 +SHA256 (freebsd-pkg-2.1.99.4-30773fa8c_GH0.tar.gz) = 04cad71fda63551c3bad55cbff18e467ec7e59a2c453899c6e241f022eeb731e +SIZE (freebsd-pkg-2.1.99.4-30773fa8c_GH0.tar.gz) = 16428053 diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index a21b0ba59fa0..d77adb12d6db 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.1.3 +DISTVERSION= 2.1.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index cc25182e1b33..b9cbec38a203 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747400591 -SHA256 (freebsd-pkg-2.1.3_GH0.tar.gz) = 823b573d0d43ad6dbdc553236ca1f7717bd8f57f4289dac96121423575757e07 -SIZE (freebsd-pkg-2.1.3_GH0.tar.gz) = 16427368 +TIMESTAMP = 1748181968 +SHA256 (freebsd-pkg-2.1.4_GH0.tar.gz) = 60bf8eb2ce4cd8162145f1f5bad24530ab178f4fcf7765c19ab99f0ea4ea9b8f +SIZE (freebsd-pkg-2.1.4_GH0.tar.gz) = 16427241 diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 1ae4cf697486..6051e964fdc5 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -32,12 +32,8 @@ DOCSDIR= ${PREFIX}/share/doc/pkgtools OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.pre.mk> - INSTALL_TARGET= install -.if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET+= install-doc -.endif +DOCS_INSTALL_TARGET= install-doc # For PKG_DBDRIVER={bdb_btree,bdb_hash} RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb @@ -48,13 +44,10 @@ regression-test: patch post-patch: .SILENT REVISION=`readlink "${_DISTDIR}/portupgrade/latest" | ${SED} -E -e 's,.*pkgtools-(.*).tar.gz,\1,g'` && ${SED} -E -e "s,%%DATE%%,${PORTVERSION},g;s,%%REVISION%%,$${REVISION},g" \ ${WRKSRC}/lib/pkgtools/revision.rb.in > ${WRKSRC}/lib/pkgtools/revision.rb -.if ${RUBY_VERSION_CODE:U} >= 320 cd ${WRKSRC} && ${FIND} bin etc lib -type f |\ ${XARGS} ${REINPLACE_CMD} 's/File\.exists\?/File.exist?/' -.endif - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 15712420b9df..cd2044a4fb33 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -31,23 +31,17 @@ MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" \ EXAMPLESDIR= ${PREFIX}/share/examples/pkgtools DOCSDIR= ${PREFIX}/share/doc/pkgtools -.include <bsd.port.pre.mk> - INSTALL_TARGET= install -.if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET+= install-doc -.endif +DOCS_INSTALL_TARGET= install-doc # For PKG_DBDRIVER={bdb_btree,bdb_hash} RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb -.if ${RUBY_VERSION_CODE:U} >= 320 post-patch: cd ${WRKSRC} && ${FIND} bin etc lib -type f |\ ${XARGS} ${REINPLACE_CMD} 's/File\.exists\?/File.exist?/' -.endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/py-fontbakery/Makefile b/print/py-fontbakery/Makefile index 21f642e2a36c..b5df3cb6c005 100644 --- a/print/py-fontbakery/Makefile +++ b/print/py-fontbakery/Makefile @@ -1,5 +1,5 @@ PORTNAME= fontbakery -PORTVERSION= 0.13.3 +PORTVERSION= 1.0.0 CATEGORIES= print python MASTER_SITES= PYPI \ https://github.com/fonttools/fontbakery/releases/download/v${PORTVERSION}/ diff --git a/print/py-fontbakery/distinfo b/print/py-fontbakery/distinfo index c622ac63bc84..cc0247f21277 100644 --- a/print/py-fontbakery/distinfo +++ b/print/py-fontbakery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546574 -SHA256 (fontbakery-0.13.3.tar.gz) = c5ce71ae4b0f3170f9ab7815ee211a40e48c2fbb9fcf2f320f14c71fe6366c26 -SIZE (fontbakery-0.13.3.tar.gz) = 49799257 +TIMESTAMP = 1747715460 +SHA256 (fontbakery-1.0.0.tar.gz) = c429f802dde92c6cd6f9d87960efb41480ca0ef13de2daaee3ae78bc56c00908 +SIZE (fontbakery-1.0.0.tar.gz) = 49799653 diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index fc32fdd4d0bc..98378341bbb4 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -1,5 +1,5 @@ PORTNAME= fonttools -PORTVERSION= 4.57.0 +PORTVERSION= 4.58.0 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-fonttools/distinfo b/print/py-fonttools/distinfo index 539c4f5d936a..a42645f43ea5 100644 --- a/print/py-fonttools/distinfo +++ b/print/py-fonttools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289028 -SHA256 (fonttools-4.57.0.tar.gz) = 727ece10e065be2f9dd239d15dd5d60a66e17eac11aea47d447f9f03fdbc42de -SIZE (fonttools-4.57.0.tar.gz) = 3492448 +TIMESTAMP = 1747715462 +SHA256 (fonttools-4.58.0.tar.gz) = 27423d0606a2c7b336913254bf0b1193ebd471d5f725d665e875c5e88a011a43 +SIZE (fonttools-4.58.0.tar.gz) = 3514522 diff --git a/print/py-ufomerge/Makefile b/print/py-ufomerge/Makefile index 50f6ff9fcfd2..719b2cc2e417 100644 --- a/print/py-ufomerge/Makefile +++ b/print/py-ufomerge/Makefile @@ -1,5 +1,5 @@ PORTNAME= ufomerge -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-ufomerge/distinfo b/print/py-ufomerge/distinfo index e9c2738c41fd..8e5fb940b366 100644 --- a/print/py-ufomerge/distinfo +++ b/print/py-ufomerge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546576 -SHA256 (ufomerge-1.9.1.tar.gz) = 156d6ba913d7ad5135c3360380349bcc716a640d36e95371f44ceb7c0c9af30f -SIZE (ufomerge-1.9.1.tar.gz) = 24043 +TIMESTAMP = 1747715464 +SHA256 (ufomerge-1.9.2.tar.gz) = 9316e8dac2233e3591e4eee5c70a91c94b5d3d2e875913ac70ea6185e8998831 +SIZE (ufomerge-1.9.2.tar.gz) = 24507 diff --git a/science/afni/Makefile b/science/afni/Makefile index 2f64e79a1e6a..e4a18589ed3d 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 25.1.10 +DISTVERSION= 25.1.11 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index f7c6eaf42822..101614ad1b58 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747895372 -SHA256 (afni-afni-AFNI_25.1.10_GH0.tar.gz) = 31c7232bcb4956addcaf03515f5d035aab58c08cb61fafe28052a5655b3eb774 -SIZE (afni-afni-AFNI_25.1.10_GH0.tar.gz) = 53281410 +TIMESTAMP = 1748174237 +SHA256 (afni-afni-AFNI_25.1.11_GH0.tar.gz) = f511ca076c51a3833258feba7394184aa1f85a75843d487571f2f7eef4c9e526 +SIZE (afni-afni-AFNI_25.1.11_GH0.tar.gz) = 53279637 diff --git a/science/cdo/Makefile b/science/cdo/Makefile index c92cf99fd67d..3544e890ac51 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -1,7 +1,7 @@ PORTNAME= cdo -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.2 CATEGORIES= science -MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/29786/ \ +MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/29938/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org diff --git a/science/cdo/distinfo b/science/cdo/distinfo index 68eeaef6c47f..fea6c9bb59e8 100644 --- a/science/cdo/distinfo +++ b/science/cdo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735837779 -SHA256 (cdo-2.5.0.tar.gz) = e865c05c1b52fd76b80e33421554db81b38b75210820bdc40e8690f4552f68e2 -SIZE (cdo-2.5.0.tar.gz) = 13553301 +TIMESTAMP = 1747715302 +SHA256 (cdo-2.5.2.tar.gz) = 3b28da72d75547663b1b9b08332bfe3f884d27742d0eeeb7f3c8b2c70f521fa9 +SIZE (cdo-2.5.2.tar.gz) = 13966550 diff --git a/security/Makefile b/security/Makefile index 34fc30166872..205c732e5678 100644 --- a/security/Makefile +++ b/security/Makefile @@ -197,6 +197,7 @@ SUBDIR += gosec SUBDIR += gost-engine SUBDIR += gostsum + SUBDIR += govulncheck SUBDIR += gpa SUBDIR += gpg-gui SUBDIR += gpg-tui diff --git a/security/R-cran-openssl/Makefile b/security/R-cran-openssl/Makefile index ee4683304723..31882d609237 100644 --- a/security/R-cran-openssl/Makefile +++ b/security/R-cran-openssl/Makefile @@ -1,11 +1,11 @@ PORTNAME= openssl -DISTVERSION= 2.3.2 +DISTVERSION= 2.3.3 CATEGORIES= security DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Toolkit for Encryption, Signatures and Certificates Based on OpenSSL -WWW= https://cran.r-project.org/web/packages/openssl/ +WWW= https://cran.r-project.org/package=openssl LICENSE= MIT diff --git a/security/R-cran-openssl/distinfo b/security/R-cran-openssl/distinfo index ae69dfff9a27..c28d46c50229 100644 --- a/security/R-cran-openssl/distinfo +++ b/security/R-cran-openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738686768 -SHA256 (openssl_2.3.2.tar.gz) = 9925ca6abc3c55809322e12458a15c49cccc01b85f9cac9475a64e9d1e6584db -SIZE (openssl_2.3.2.tar.gz) = 1204775 +TIMESTAMP = 1748336768 +SHA256 (openssl_2.3.3.tar.gz) = b6b709a98dc3de47ec59adc234d8f0864c4f5b31c5e65478ec5e49c80ba7bf59 +SIZE (openssl_2.3.3.tar.gz) = 1206720 diff --git a/security/agave/Makefile b/security/agave/Makefile index c23f02587c7c..b6fc26a9c13a 100644 --- a/security/agave/Makefile +++ b/security/agave/Makefile @@ -1,6 +1,6 @@ PORTNAME= agave DISTVERSIONPREFIX= v -DISTVERSION= 2.2.10 +DISTVERSION= 2.2.14 CATEGORIES= security PKGNAMESUFFIX= -blockchain @@ -653,7 +653,7 @@ CARGO_CRATES= Inflector-0.11.4 \ solana-reserved-account-keys-2.2.1 \ solana-reward-info-2.2.1 \ solana-sanitize-2.2.1 \ - solana-sbpf-0.10.0 \ + solana-sbpf-0.10.1 \ solana-sdk-2.2.2 \ solana-sdk-ids-2.2.1 \ solana-sdk-macro-2.2.1 \ diff --git a/security/agave/distinfo b/security/agave/distinfo index 3efe7f5d17ae..1d57ba0c8a39 100644 --- a/security/agave/distinfo +++ b/security/agave/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1744998301 +TIMESTAMP = 1747742789 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 @@ -1253,8 +1253,8 @@ SHA256 (rust/crates/solana-reward-info-2.2.1.crate) = 18205b69139b1ae0ab8f6e11cd SIZE (rust/crates/solana-reward-info-2.2.1.crate) = 4139 SHA256 (rust/crates/solana-sanitize-2.2.1.crate) = 61f1bc1357b8188d9c4a3af3fc55276e56987265eb7ad073ae6f8180ee54cecf SIZE (rust/crates/solana-sanitize-2.2.1.crate) = 1565 -SHA256 (rust/crates/solana-sbpf-0.10.0.crate) = 66a3ce7a0f4d6830124ceb2c263c36d1ee39444ec70146eb49b939e557e72b96 -SIZE (rust/crates/solana-sbpf-0.10.0.crate) = 167288 +SHA256 (rust/crates/solana-sbpf-0.10.1.crate) = 8e6aed9fa0b4791538896be288fb5ccb2ab9f558ca0fe1ff28dfd3046fbdb5c5 +SIZE (rust/crates/solana-sbpf-0.10.1.crate) = 167277 SHA256 (rust/crates/solana-sdk-2.2.2.crate) = e8af90d2ce445440e0548fa4a5f96fe8b265c22041a68c942012ffadd029667d SIZE (rust/crates/solana-sdk-2.2.2.crate) = 28048 SHA256 (rust/crates/solana-sdk-ids-2.2.1.crate) = 5c5d8b9cc68d5c88b062a33e23a6466722467dde0035152d8fb1afbcdf350a5f @@ -1727,5 +1727,5 @@ SHA256 (rust/crates/zstd-sys-2.0.13+zstd.1.5.6.crate) = 38ff0f21cfee8f97d94cef41 SIZE (rust/crates/zstd-sys-2.0.13+zstd.1.5.6.crate) = 749090 SHA256 (anza-xyz-crossbeam-fd279d707025f0e60951e429bf778b4813d1b6bf_GH0.tar.gz) = c997bc77438ef12fbddf0a4e3fe1d8665dbd479980bab65cda3bfe2dbfda32ea SIZE (anza-xyz-crossbeam-fd279d707025f0e60951e429bf778b4813d1b6bf_GH0.tar.gz) = 254980 -SHA256 (anza-xyz-agave-v2.2.10_GH0.tar.gz) = b4dd7d82f93959b9c055dac85436928cf3aa47d24c8f3cd55c0b9253f5feec80 -SIZE (anza-xyz-agave-v2.2.10_GH0.tar.gz) = 18448115 +SHA256 (anza-xyz-agave-v2.2.14_GH0.tar.gz) = 210e181762c217e3c16b3747c32526d61bda70a0c1a97ebb2ec72941df82e7d9 +SIZE (anza-xyz-agave-v2.2.14_GH0.tar.gz) = 49456937 diff --git a/security/agave/files/patch-rust-1.87.0 b/security/agave/files/patch-rust-1.87.0 new file mode 100644 index 000000000000..cc2162774154 --- /dev/null +++ b/security/agave/files/patch-rust-1.87.0 @@ -0,0 +1,42 @@ +https://github.com/anza-xyz/agave/pull/5323 + +https://github.com/anza-xyz/agave/pull/5323/commits/b8444343075a96f7472dd3b18490233cd0aeb9a2 +https://github.com/anza-xyz/agave/pull/5323/commits/28ec738e2282958f5b85bf6fd515ac31b099f95e + +--- unified-scheduler-pool/src/lib.rs.orig 2025-05-20 14:31:43.222181000 +0200 ++++ unified-scheduler-pool/src/lib.rs 2025-05-20 14:31:51.894607000 +0200 +@@ -12,6 +12,8 @@ + //! Refer to [`PooledScheduler`] doc comment for general overview of scheduler state transitions + //! regarding to pooling and the actual use. + ++use std::ops::DerefMut; ++ + #[cfg(feature = "dev-context-only-utils")] + use qualifier_attr::qualifiers; + use { +@@ -326,10 +328,10 @@ where + // + // Note that this critical section could block the latency-sensitive replay + // code-path via ::take_scheduler(). +- #[allow(unstable_name_collisions)] +- idle_inners.extend(scheduler_inners.extract_if(|(_inner, pooled_at)| { +- now.duration_since(*pooled_at) > max_pooling_duration +- })); ++ idle_inners.extend(MakeExtractIf::extract_if( ++ scheduler_inners.deref_mut(), ++ |(_inner, pooled_at)| now.duration_since(*pooled_at) > max_pooling_duration, ++ )); + drop(scheduler_inners); + + let idle_inner_count = idle_inners.len(); +@@ -357,8 +359,8 @@ where + let Ok(mut timeout_listeners) = scheduler_pool.timeout_listeners.lock() else { + break; + }; +- #[allow(unstable_name_collisions)] +- expired_listeners.extend(timeout_listeners.extract_if( ++ expired_listeners.extend(MakeExtractIf::extract_if( ++ timeout_listeners.deref_mut(), + |(_callback, registered_at)| { + now.duration_since(*registered_at) > timeout_duration + }, diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 58cb52d68aeb..696aa320c8f8 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 74e44fafe591..8f7d8fec9996 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730518 -SHA256 (facebookincubator-fizz-v2025.05.19.00_GH0.tar.gz) = 83ce2e22c993cad1c5cbc5f3ee1aff4c44af99eeeb3dd3d539f1017a7af18647 -SIZE (facebookincubator-fizz-v2025.05.19.00_GH0.tar.gz) = 754906 +TIMESTAMP = 1748334332 +SHA256 (facebookincubator-fizz-v2025.05.26.00_GH0.tar.gz) = 3a4bdd1b61c44c12047136796c70ee4d9b78076358855367d976acf99c22bf1d +SIZE (facebookincubator-fizz-v2025.05.26.00_GH0.tar.gz) = 755400 diff --git a/security/gnupg-pkcs11-scd/Makefile b/security/gnupg-pkcs11-scd/Makefile index 0a75d8a76601..759009670932 100644 --- a/security/gnupg-pkcs11-scd/Makefile +++ b/security/gnupg-pkcs11-scd/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.11.0 CATEGORIES= security MASTER_SITES= https://github.com/alonbl/${PORTNAME}/releases/download/${DISTNAME}/ -MAINTAINER= mat@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PKCS\#11 enabled gnupg scd WWW= https://github.com/alonbl/gnupg-pkcs11-scd diff --git a/security/govulncheck/Makefile b/security/govulncheck/Makefile new file mode 100644 index 000000000000..421e87f037bf --- /dev/null +++ b/security/govulncheck/Makefile @@ -0,0 +1,37 @@ +PORTNAME= govulncheck +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.4 +CATEGORIES= security + +MAINTAINER= einar@isnic.is +COMMENT= Database client and tools for the Go vulnerability database +WWW= https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules,run + +GO_MODULE= golang.org/x/vuln +GO_TARGET= ./cmd/govulncheck + +PLIST_FILES= bin/govulncheck + +post-patch: + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/scan/util.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/all_test.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/scan/run.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/test/packages.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/test/testenv.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/testenv/testenv.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/internal/vulncheck/packages.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/telemetry/internal/configstore/download.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/telemetry/internal/telemetry/dir.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/go/packages/packagestest/export.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/gcimporter/exportdata.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/gocommand/invoke.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/goroot/importcfg.go + @${REINPLACE_CMD} -e 's|%%GO_CMD%%|${GO_CMD}|g' ${WRKSRC}/vendor/golang.org/x/tools/internal/testenv/testenv.go + +.include <bsd.port.mk> diff --git a/security/govulncheck/distinfo b/security/govulncheck/distinfo new file mode 100644 index 000000000000..ab0dd596680a --- /dev/null +++ b/security/govulncheck/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1742556049 +SHA256 (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.mod) = 40e5fa329adbfd7dad2476465ba340d2531b4d33640b82c81c34ac90f36cbd2a +SIZE (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.mod) = 387 +SHA256 (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.zip) = 115ff76fba8f73b27106eb2e59e3f30696f4f7faaeed55471b5b65c3994b503d +SIZE (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.zip) = 853384 diff --git a/security/govulncheck/files/patch-all__test.go b/security/govulncheck/files/patch-all__test.go new file mode 100644 index 000000000000..e6186df4baba --- /dev/null +++ b/security/govulncheck/files/patch-all__test.go @@ -0,0 +1,11 @@ +--- all_test.go.orig 2025-05-08 09:17:55 UTC ++++ all_test.go +@@ -84,7 +84,7 @@ func rungo(t *testing.T, args ...string) { + t.Helper() + testenv.NeedsGoBuild(t) + +- cmd := exec.Command("go", args...) ++ cmd := exec.Command("%%GO_CMD%%", args...) + if output, err := cmd.CombinedOutput(); err != nil { + if ee := (*exec.ExitError)(nil); errors.As(err, &ee) && len(ee.Stderr) > 0 { + t.Fatalf("%v: %v\n%s", cmd, err, ee.Stderr) diff --git a/security/govulncheck/files/patch-internal_buildinfo_additions__scan__test.go b/security/govulncheck/files/patch-internal_buildinfo_additions__scan__test.go new file mode 100644 index 000000000000..8de5b3027e68 --- /dev/null +++ b/security/govulncheck/files/patch-internal_buildinfo_additions__scan__test.go @@ -0,0 +1,11 @@ +--- internal/buildinfo/additions_scan_test.go.orig 2025-05-08 09:20:20 UTC ++++ internal/buildinfo/additions_scan_test.go +@@ -145,7 +145,7 @@ func Vuln() { + }) + defer e.Cleanup() + +- cmd := exec.Command("go", "build", "-o", "entry") ++ cmd := exec.Command("%%GO_CMD%%", "build", "-o", "entry") + cmd.Dir = e.Config.Dir + cmd.Env = e.Config.Env + out, err := cmd.CombinedOutput() diff --git a/security/govulncheck/files/patch-internal_scan_run.go b/security/govulncheck/files/patch-internal_scan_run.go new file mode 100644 index 000000000000..4af9d3301b41 --- /dev/null +++ b/security/govulncheck/files/patch-internal_scan_run.go @@ -0,0 +1,11 @@ +--- internal/scan/run.go.orig 2025-05-08 09:21:10 UTC ++++ internal/scan/run.go +@@ -87,7 +87,7 @@ func prepareConfig(ctx context.Context, cfg *config, c + } + } + if cfg.GoVersion == "" { +- if out, err := exec.Command("go", "env", "GOVERSION").Output(); err == nil { ++ if out, err := exec.Command("%%GO_CMD%%", "env", "GOVERSION").Output(); err == nil { + cfg.GoVersion = strings.TrimSpace(string(out)) + } + } diff --git a/security/govulncheck/files/patch-internal_scan_util.go b/security/govulncheck/files/patch-internal_scan_util.go new file mode 100644 index 000000000000..607c11164eed --- /dev/null +++ b/security/govulncheck/files/patch-internal_scan_util.go @@ -0,0 +1,11 @@ +--- internal/scan/util.go.orig 1979-11-30 00:00:00 UTC ++++ internal/scan/util.go +@@ -50,7 +50,7 @@ func gomodExists(dir string) bool { + } + + func gomodExists(dir string) bool { +- cmd := exec.Command("go", "env", "GOMOD") ++ cmd := exec.Command("%%GO_CMD%%", "env", "GOMOD") + cmd.Dir = dir + out, err := cmd.Output() + output := strings.TrimSpace(string(out)) diff --git a/security/govulncheck/files/patch-internal_test_packages.go b/security/govulncheck/files/patch-internal_test_packages.go new file mode 100644 index 000000000000..3cc85bdd22a6 --- /dev/null +++ b/security/govulncheck/files/patch-internal_test_packages.go @@ -0,0 +1,11 @@ +--- internal/test/packages.go.orig 2025-05-08 09:19:24 UTC ++++ internal/test/packages.go +@@ -13,7 +13,7 @@ func VerifyImports(t *testing.T, allowed ...string) { + ) + + func VerifyImports(t *testing.T, allowed ...string) { +- if _, err := exec.LookPath("go"); err != nil { ++ if _, err := exec.LookPath("%%GO_CMD%%"); err != nil { + t.Skipf("skipping: %v", err) + } + cfg := &packages.Config{Mode: packages.NeedImports | packages.NeedDeps} diff --git a/security/govulncheck/files/patch-internal_test_testenv.go b/security/govulncheck/files/patch-internal_test_testenv.go new file mode 100644 index 000000000000..f28ee2f16524 --- /dev/null +++ b/security/govulncheck/files/patch-internal_test_testenv.go @@ -0,0 +1,11 @@ +--- internal/test/testenv.go.orig 2025-05-08 09:18:33 UTC ++++ internal/test/testenv.go +@@ -14,7 +14,7 @@ func NeedsGoEnv(t testing.TB) { + func NeedsGoEnv(t testing.TB) { + t.Helper() + +- if _, err := exec.LookPath("go"); err != nil { ++ if _, err := exec.LookPath("%%GO_CMD%%"); err != nil { + t.Skip("skipping test: can't run go env") + } + } diff --git a/security/govulncheck/files/patch-internal_testenv_testenv.go b/security/govulncheck/files/patch-internal_testenv_testenv.go new file mode 100644 index 000000000000..634a4a23fe50 --- /dev/null +++ b/security/govulncheck/files/patch-internal_testenv_testenv.go @@ -0,0 +1,11 @@ +--- internal/testenv/testenv.go.orig 2025-05-08 09:21:55 UTC ++++ internal/testenv/testenv.go +@@ -100,7 +100,7 @@ func NeedsGoBuild(t testing.TB) { + if err := os.WriteFile(mainGo, []byte("package main\nfunc main() {}\n"), 0644); err != nil { + t.Fatal(err) + } +- cmd := exec.Command("go", "build", "-o", os.DevNull, mainGo) ++ cmd := exec.Command("%%GO_CMD%%", "build", "-o", os.DevNull, mainGo) + cmd.Dir = dir + if err := cmd.Run(); err != nil { + goBuildErr = fmt.Errorf("%v: %v", cmd, err) diff --git a/security/govulncheck/files/patch-internal_vulncheck_packages.go b/security/govulncheck/files/patch-internal_vulncheck_packages.go new file mode 100644 index 000000000000..d9e7038ebc9c --- /dev/null +++ b/security/govulncheck/files/patch-internal_vulncheck_packages.go @@ -0,0 +1,11 @@ +--- internal/vulncheck/packages.go.orig 2025-05-08 09:26:39 UTC ++++ internal/vulncheck/packages.go +@@ -34,7 +34,7 @@ func NewPackageGraph(goVersion string) *PackageGraph { + } + + goRoot := "" +- if out, err := exec.Command("go", "env", "GOROOT").Output(); err == nil { ++ if out, err := exec.Command("%%GO_CMD%%", "env", "GOROOT").Output(); err == nil { + goRoot = strings.TrimSpace(string(out)) + } + stdlibModule := &packages.Module{ diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_telemetry_internal_configstore_download.go b/security/govulncheck/files/patch-vendor_golang.org_x_telemetry_internal_configstore_download.go new file mode 100644 index 000000000000..19f5c34ba0cc --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_telemetry_internal_configstore_download.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/telemetry/internal/configstore/download.go.orig 2025-05-08 09:35:28 UTC ++++ vendor/golang.org/x/telemetry/internal/configstore/download.go +@@ -36,7 +36,7 @@ func Download(version string, envOverlay []string) (*t + } + modVer := ModulePath + "@" + version + var stdout, stderr bytes.Buffer +- cmd := exec.Command("go", "mod", "download", "-json", modVer) ++ cmd := exec.Command("%%GO_CMD%%", "mod", "download", "-json", modVer) + cmd.Env = append(os.Environ(), envOverlay...) + cmd.Stdout = &stdout + cmd.Stderr = &stderr diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_telemetry_internal_telemetry_dir.go b/security/govulncheck/files/patch-vendor_golang.org_x_telemetry_internal_telemetry_dir.go new file mode 100644 index 000000000000..b8ea9e633a94 --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_telemetry_internal_telemetry_dir.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/telemetry/internal/telemetry/dir.go.orig 2025-05-08 09:35:02 UTC ++++ vendor/golang.org/x/telemetry/internal/telemetry/dir.go +@@ -52,7 +52,7 @@ func init() { + if err != nil { + return + } +- Default = NewDir(filepath.Join(cfgDir, "go", "telemetry")) ++ Default = NewDir(filepath.Join(cfgDir, "%%GO_CMD%%", "telemetry")) + } + + func (d Dir) Dir() string { diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_tools_go_gcexportdata_gcexportdata.go b/security/govulncheck/files/patch-vendor_golang.org_x_tools_go_gcexportdata_gcexportdata.go new file mode 100644 index 000000000000..4dcb9c703a59 --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_tools_go_gcexportdata_gcexportdata.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go.orig 2025-05-08 09:27:42 UTC ++++ vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go +@@ -87,7 +87,7 @@ func Find(importPath, srcDir string) (filename, path s + // Deprecated: Use the higher-level API in golang.org/x/tools/go/packages, + // which is more efficient. + func Find(importPath, srcDir string) (filename, path string) { +- cmd := exec.Command("go", "list", "-json", "-export", "--", importPath) ++ cmd := exec.Command("%%GO_CMD%%", "list", "-json", "-export", "--", importPath) + cmd.Dir = srcDir + out, err := cmd.Output() + if err != nil { diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_tools_go_packages_packagestest_export.go b/security/govulncheck/files/patch-vendor_golang.org_x_tools_go_packages_packagestest_export.go new file mode 100644 index 000000000000..86b3c18a17ed --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_tools_go_packages_packagestest_export.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/tools/go/packages/packagestest/export.go.orig 2025-05-08 09:28:42 UTC ++++ vendor/golang.org/x/tools/go/packages/packagestest/export.go +@@ -37,7 +37,7 @@ the 'go list' command on the specified modules: + }) + defer e.Cleanup() + +- cmd := exec.Command("go", "list", "gopher.example/...") ++ cmd := exec.Command("%%GO_CMD%%", "list", "gopher.example/...") + cmd.Dir = e.Config.Dir + cmd.Env = e.Config.Env + out, err := cmd.Output() diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_gcimporter_exportdata.go b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_gcimporter_exportdata.go new file mode 100644 index 000000000000..64a057ceea2d --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_gcimporter_exportdata.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/tools/internal/gcimporter/exportdata.go.orig 2025-05-08 09:32:45 UTC ++++ vendor/golang.org/x/tools/internal/gcimporter/exportdata.go +@@ -392,7 +392,7 @@ func lookupGorootExport(pkgDir string) (string, error) + ) + f, _ = exportMap.LoadOrStore(pkgDir, func() (string, error) { + listOnce.Do(func() { +- cmd := exec.Command(filepath.Join(build.Default.GOROOT, "bin", "go"), "list", "-export", "-f", "{{.Export}}", pkgDir) ++ cmd := exec.Command(filepath.Join(build.Default.GOROOT, "bin", "%%GO_CMD%%"), "list", "-export", "-f", "{{.Export}}", pkgDir) + cmd.Dir = build.Default.GOROOT + cmd.Env = append(os.Environ(), "PWD="+cmd.Dir, "GOROOT="+build.Default.GOROOT) + var output []byte diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_gocommand_invoke.go b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_gocommand_invoke.go new file mode 100644 index 000000000000..447c512d1811 --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_gocommand_invoke.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/tools/internal/gocommand/invoke.go.orig 2025-05-08 09:34:03 UTC ++++ vendor/golang.org/x/tools/internal/gocommand/invoke.go +@@ -245,7 +245,7 @@ func (i *Invocation) run(ctx context.Context, stdout, + appendOverlayFlag() + goArgs = append(goArgs, i.Args...) + } +- cmd := exec.Command("go", goArgs...) ++ cmd := exec.Command("%%GO_CMD%%", goArgs...) + cmd.Stdout = stdout + cmd.Stderr = stderr + diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_goroot_importcfg.go b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_goroot_importcfg.go new file mode 100644 index 000000000000..92a3260e8b51 --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_goroot_importcfg.go @@ -0,0 +1,11 @@ +--- vendor/golang.org/x/tools/internal/goroot/importcfg.go.orig 2025-05-08 09:33:18 UTC ++++ vendor/golang.org/x/tools/internal/goroot/importcfg.go +@@ -47,7 +47,7 @@ func PkgfileMap() (map[string]string, error) { + func PkgfileMap() (map[string]string, error) { + once.Do(func() { + m := make(map[string]string) +- output, err := exec.Command("go", "list", "-export", "-e", "-f", "{{.ImportPath}} {{.Export}}", "std", "cmd").Output() ++ output, err := exec.Command("%%GO_CMD%%", "list", "-export", "-e", "-f", "{{.ImportPath}} {{.Export}}", "std", "cmd").Output() + if err != nil { + stdlibPkgfileErr = err + } diff --git a/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_testenv_testenv.go b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_testenv_testenv.go new file mode 100644 index 000000000000..3c8c09262b38 --- /dev/null +++ b/security/govulncheck/files/patch-vendor_golang.org_x_tools_internal_testenv_testenv.go @@ -0,0 +1,38 @@ +--- vendor/golang.org/x/tools/internal/testenv/testenv.go.orig 2025-05-08 09:30:00 UTC ++++ vendor/golang.org/x/tools/internal/testenv/testenv.go +@@ -115,7 +115,7 @@ func HasTool(tool string) error { + checkGoBuild.err = err + return + } +- cmd := exec.Command("go", "build", "-o", os.DevNull, mainGo) ++ cmd := exec.Command("%%GO_CMD%%", "build", "-o", os.DevNull, mainGo) + cmd.Dir = dir + if out, err := cmd.CombinedOutput(); err != nil { + if len(out) > 0 { +@@ -145,7 +145,7 @@ func cgoEnabled(bypassEnvironment bool) (bool, error) + } + + func cgoEnabled(bypassEnvironment bool) (bool, error) { +- cmd := exec.Command("go", "env", "CGO_ENABLED") ++ cmd := exec.Command("%%GO_CMD%%", "env", "CGO_ENABLED") + if bypassEnvironment { + cmd.Env = append(append([]string(nil), os.Environ()...), "CGO_ENABLED=") + } +@@ -444,7 +444,7 @@ func findGOROOT() (string, error) { + return + } + +- cmd := exec.Command("go", "env", "GOROOT") ++ cmd := exec.Command("%%GO_CMD%%", "env", "GOROOT") + out, err := cmd.Output() + if err != nil { + gorootErr = fmt.Errorf("%v: %v", cmd, err) +@@ -480,7 +480,7 @@ func NeedsLocalXTools(t testing.TB) { + + NeedsTool(t, "go") + +- cmd := Command(t, "go", "list", "-f", "{{with .Replace}}{{.Dir}}{{end}}", "-m", "golang.org/x/tools") ++ cmd := Command(t, "%%GO_CMD%%", "list", "-f", "{{with .Replace}}{{.Dir}}{{end}}", "-m", "golang.org/x/tools") + out, err := cmd.Output() + if err != nil { + if ee, ok := err.(*exec.ExitError); ok && len(ee.Stderr) > 0 { diff --git a/security/govulncheck/pkg-descr b/security/govulncheck/pkg-descr new file mode 100644 index 000000000000..5759881efc1c --- /dev/null +++ b/security/govulncheck/pkg-descr @@ -0,0 +1,19 @@ +Govulncheck reports known vulnerabilities that affect Go code. +It uses static analysis of source code or a binary's symbol table +to narrow down reports to only those that could affect the +application. + +By default, govulncheck makes requests to the Go vulnerability +database at https://vuln.go.dev. Requests to the vulnerability +database contain only module paths with vulnerabilities already +known to the database, not code or other properties of your +program. See https://vuln.go.dev/privacy.html for more. +Use the -db flag to specify a different database, which must +implement the specification at https://go.dev/security/vuln/database. + +Govulncheck looks for vulnerabilities in Go programs using a specific +build configuration. For analyzing source code, that configuration is +the Go version specified by the "go" command found on the PATH. For +binaries, the build configuration is the one used to build the binary. +Note that different build configurations may have different known +vulnerabilities. diff --git a/security/node-sqlcipher/Makefile b/security/node-sqlcipher/Makefile index 5ade2847365e..28c25c052618 100644 --- a/security/node-sqlcipher/Makefile +++ b/security/node-sqlcipher/Makefile @@ -1,5 +1,5 @@ PORTNAME= node-sqlcipher -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= security MASTER_SITES= https://github.com/signalapp/node-sqlcipher/archive/refs/tags/v${DISTVERSION}/:sqlcipher \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ @@ -26,7 +26,7 @@ USES= nodejs:20,build PLIST_FILES= lib/node_sqlcipher.node -ESBUILD_VERS= 0.25.3 +ESBUILD_VERS= 0.25.4 ESBUILD_ARCH= ${ARCH:S/aarch64/arm64/:S/amd64/x64/} MAKE_ENV+= ESBUILD_BINARY_PATH=${WRKDIR}/esbuild-freebsd-64/package/bin/esbuild diff --git a/security/node-sqlcipher/distinfo b/security/node-sqlcipher/distinfo index 0e85aa5b51c8..851591c935a6 100644 --- a/security/node-sqlcipher/distinfo +++ b/security/node-sqlcipher/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1745482082 -SHA256 (freebsd-arm64-0.25.3.tgz) = 66cd941c96ed8b27d2e319c442eea96becbb99374d830795508279b68ce02124 -SIZE (freebsd-arm64-0.25.3.tgz) = 4001403 -SHA256 (freebsd-x64-0.25.3.tgz) = e895510cb1cd3c194792ab1bc6976e5f4f3b1899c790aaa8deff2c801fb07760 -SIZE (freebsd-x64-0.25.3.tgz) = 4351370 -SHA256 (node-sqlcipher-2.0.0.tar.gz) = fa5ebc0ae37cc40800305b117f3f5008036309043d85cdfb6dcfeb3adea2d56b -SIZE (node-sqlcipher-2.0.0.tar.gz) = 2711493 -SHA256 (node-sqlcipher-2.0.0-npm-cache.tar.gz) = bc2d77eeb74dbed95327ef46be2309e2a6a102628172800b196a1d11022a398a -SIZE (node-sqlcipher-2.0.0-npm-cache.tar.gz) = 66671541 +TIMESTAMP = 1747319143 +SHA256 (freebsd-arm64-0.25.4.tgz) = 0072915465631a1bc954ec539e0f2bb0dbdfcf6cea1073d7d1d6deb7b5008156 +SIZE (freebsd-arm64-0.25.4.tgz) = 4002815 +SHA256 (freebsd-x64-0.25.4.tgz) = 56e4cd53e81c443d2ad85812f8582fe5628fcf1eebc1d7b5b541b4c81862df9e +SIZE (freebsd-x64-0.25.4.tgz) = 4354424 +SHA256 (node-sqlcipher-2.0.1.tar.gz) = 33822ea0eff715acb00d2bcc27d1ea9470e1312aa4f5ddbdbd79b195d20b1a81 +SIZE (node-sqlcipher-2.0.1.tar.gz) = 2711520 +SHA256 (node-sqlcipher-2.0.1-npm-cache.tar.gz) = 3d9021adbf6853d9726577862c6cf471cb6edefb5aff4a1d1fdc74a506e26d36 +SIZE (node-sqlcipher-2.0.1-npm-cache.tar.gz) = 68950580 diff --git a/security/nss/Makefile b/security/nss/Makefile index 95cf763e709b..cd09fec5a081 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nss -PORTVERSION= 3.111 +PORTVERSION= 3.112 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src diff --git a/security/nss/distinfo b/security/nss/distinfo index 62ed0eddbcaa..4363042d1944 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746465088 -SHA256 (nss-3.111.tar.gz) = 5a4d5a44e91ef03cdc0c4897cf616e3c92f4e590ea835d3e0ccad8b005bd73c6 -SIZE (nss-3.111.tar.gz) = 76617947 +TIMESTAMP = 1748343929 +SHA256 (nss-3.112.tar.gz) = 33ae72d43b275957252adc8639e84229d3ae692a57b6191b059d9456b8568a68 +SIZE (nss-3.112.tar.gz) = 76620428 diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 168133d07658..350902446199 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \ http://redundancy.redundancy.org/mirror/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl tool for managing Certificate Authorities WWW= http://devel.it.su.se/projects/CSP/ diff --git a/security/p5-URN-OASIS-SAML2/Makefile b/security/p5-URN-OASIS-SAML2/Makefile index cad3101f59f1..a8a4480e6324 100644 --- a/security/p5-URN-OASIS-SAML2/Makefile +++ b/security/p5-URN-OASIS-SAML2/Makefile @@ -1,5 +1,5 @@ PORTNAME= URN-OASIS-SAML2 -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WATERKIP diff --git a/security/p5-URN-OASIS-SAML2/distinfo b/security/p5-URN-OASIS-SAML2/distinfo index 6ea2fdba34a1..4a89b750283f 100644 --- a/security/p5-URN-OASIS-SAML2/distinfo +++ b/security/p5-URN-OASIS-SAML2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726740931 -SHA256 (URN-OASIS-SAML2-0.006.tar.gz) = 796308823d59ce49f5ec770ae88bd6dc5b6148ef06a7614a9d7a9cf519aabef4 -SIZE (URN-OASIS-SAML2-0.006.tar.gz) = 7952 +TIMESTAMP = 1747715322 +SHA256 (URN-OASIS-SAML2-0.007.tar.gz) = 4cb6665b63c758df3fb2c820252535b6ff7af60d725e82e61de6dc06cab60bfb +SIZE (URN-OASIS-SAML2-0.007.tar.gz) = 8331 diff --git a/security/p5-dicewaregen/Makefile b/security/p5-dicewaregen/Makefile index 7041b806298a..0c495d9a2760 100644 --- a/security/p5-dicewaregen/Makefile +++ b/security/p5-dicewaregen/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.4 CATEGORIES= security PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl script to generate Diceware dictionaries for passwords WWW= https://github.com/graudeejs/dicewaregen.pl diff --git a/security/py-passhole/Makefile b/security/py-passhole/Makefile index d5e96346f923..98d49592b793 100644 --- a/security/py-passhole/Makefile +++ b/security/py-passhole/Makefile @@ -1,6 +1,5 @@ PORTNAME= passhole -DISTVERSION= 1.10.0 -PORTREVISION= 1 +DISTVERSION= 1.10.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-passhole/distinfo b/security/py-passhole/distinfo index b1651305de2e..8f23f10ef29a 100644 --- a/security/py-passhole/distinfo +++ b/security/py-passhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710386646 -SHA256 (passhole-1.10.0.tar.gz) = de937186a9a4c3cb4ed30541b999ee6bae0726b129c9e35200a88032c338a156 -SIZE (passhole-1.10.0.tar.gz) = 57522 +TIMESTAMP = 1748278992 +SHA256 (passhole-1.10.1.tar.gz) = e71f110391f40f100023475e2d78544b2faae6f1a2c4258753877d1585d171d1 +SIZE (passhole-1.10.1.tar.gz) = 65435 diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile index 974214eb0fb3..8541d75a1d02 100644 --- a/security/py-pyhanko/Makefile +++ b/security/py-pyhanko/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyhanko -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.1 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/MatthiasValvekens/pyHanko/releases/download/v${PORTVERSION}/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=8.1.3<8.2.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.26.5<0.27:security/py-pyhanko-certvalidator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \ @@ -38,11 +38,11 @@ PKGCS11_DESC= PKGCS\#11 support XMP_DESC= XMP (Extensible Metadata Platform) support ASYNC_HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.0<3.12:www/py-aiohttp@${PY_FLAVOR} -ETSI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xsdata>=24.4<25.0:devel/py-xsdata@${PY_FLAVOR} +ETSI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xsdata>=24.4<26.0:devel/py-xsdata@${PY_FLAVOR} IMAGE_SUPPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=7.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-barcode>=0.15.1<0.15.1_99:graphics/py-python-barcode@${PY_FLAVOR} OPENTYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.33.3:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.47.0:print/py-uharfbuzz@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.51.0:print/py-uharfbuzz@${PY_FLAVOR} PKGCS11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.7.0<0.8:security/py-python-pkcs11@${PY_FLAVOR} XMP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} diff --git a/security/py-pyhanko/distinfo b/security/py-pyhanko/distinfo index 268658299c7d..4cd65e8ba54c 100644 --- a/security/py-pyhanko/distinfo +++ b/security/py-pyhanko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070462 -SHA256 (pyhanko-0.26.0.tar.gz) = 82e4079938967291dca397c79846f8eb800435d1548e91753249f944779bca89 -SIZE (pyhanko-0.26.0.tar.gz) = 389149 +TIMESTAMP = 1747715466 +SHA256 (pyhanko-0.27.1.tar.gz) = 2378e3189591740a94d5633d772cb11d9a619dab7ed5437fa3004c95ae279de8 +SIZE (pyhanko-0.27.1.tar.gz) = 389689 diff --git a/security/signify/Makefile b/security/signify/Makefile index 2abfda5cad9f..a2998eca08b3 100644 --- a/security/signify/Makefile +++ b/security/signify/Makefile @@ -1,6 +1,6 @@ PORTNAME= signify DISTVERSIONPREFIX= v -DISTVERSION= 0.13 +DISTVERSION= 0.14 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/signify/distinfo b/security/signify/distinfo index 7ecea46f0457..0626f7ec7175 100644 --- a/security/signify/distinfo +++ b/security/signify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698320458 -SHA256 (leahneukirchen-outils-v0.13_GH0.tar.gz) = 49d46211fe84a5b96cf55d689696d190b7aba7d3e043c8c8dc9f5ff9af8f927a -SIZE (leahneukirchen-outils-v0.13_GH0.tar.gz) = 281834 +TIMESTAMP = 1748271343 +SHA256 (leahneukirchen-outils-v0.14_GH0.tar.gz) = e4dcbd92b25bbb371216b0fad5aa80cdff19f466f7ec8b5e145111fb348c91eb +SIZE (leahneukirchen-outils-v0.14_GH0.tar.gz) = 281863 diff --git a/security/vuls/files/patch-vendor_gorm.io_gorm_internal_stmt_store_stmt_store.go b/security/vuls/files/patch-vendor_gorm.io_gorm_internal_stmt_store_stmt_store.go new file mode 100644 index 000000000000..a249bd5099ae --- /dev/null +++ b/security/vuls/files/patch-vendor_gorm.io_gorm_internal_stmt_store_stmt_store.go @@ -0,0 +1,29 @@ +commit 8c4e8e2d2a63ef019048bd988a2016948605920b +Author: iTanken <23544702+iTanken@users.noreply.github.com> +Date: Sun Apr 27 14:05:16 2025 +0800 + + fix: int type variable defaultMaxSize overflows in 32-bit environment (#7439) + + Refs: #7435 + +diff --git a/internal/stmt_store/stmt_store.go b/internal/stmt_store/stmt_store.go +index 7068419..a82b2cf 100644 +--- vendor/gorm.io/gorm/internal/stmt_store/stmt_store.go ++++ vendor/gorm.io/gorm/internal/stmt_store/stmt_store.go +@@ -3,6 +3,7 @@ package stmt_store + import ( + "context" + "database/sql" ++ "math" + "sync" + "time" + +@@ -73,7 +74,7 @@ type Store interface { + // the cache can theoretically store as many elements as possible. + // (1 << 63) - 1 is the maximum value that an int64 type can represent. + const ( +- defaultMaxSize = (1 << 63) - 1 ++ defaultMaxSize = math.MaxInt + // defaultTTL defines the default time-to-live (TTL) for each cache entry. + // When the TTL for cache entries is not specified, each cache entry will expire after 24 hours. + defaultTTL = time.Hour * 24 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 0c4d3ccee4af..14393c4e4738 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,21 +1,57 @@ + <vuln vid="45eb98d6-3b13-11f0-97f7-b42e991fc52e"> + <topic>grafana -- XSS vulnerability</topic> + <affects> + <package> + <name>grafana</name> + <range><lt>12.0.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@grafana.com reports:</p> + <blockquote cite="https://grafana.com/security/security-advisories/cve-2025-4123/"> + <p>A cross-site scripting (XSS) vulnerability exists in Grafana caused + by combining a client path traversal and open redirect. This allows + attackers to redirect users to a website that hosts a frontend + plugin that will execute arbitrary JavaScript. This vulnerability + does not require editor permissions and if anonymous access is + enabled, the XSS will work. If the Grafana Image Renderer plugin + is installed, it is possible to exploit the open redirect to achieve + a full read SSRF. + + The default Content-Security-Policy (CSP) in Grafana will block the + XSS though the `connect-src` directive.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-4123</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-4123</url> + </references> + <dates> + <discovery>2025-05-22</discovery> + <entry>2025-05-27</entry> + </dates> + </vuln> + <vuln vid="e587b52d-38ac-11f0-b7b6-dcfe074bd614"> <topic>cpython -- Use-after-free in "unicode_escape" decoder with error handler</topic> <affects> <package> <name>python39</name> - <range><lt>3.9.22</lt></range> + <range><lt>3.9.22_1</lt></range> </package> <package> <name>python310</name> - <range><lt>3.10.17</lt></range> + <range><lt>3.10.17_1</lt></range> </package> <package> <name>python311</name> - <range><lt>3.11.12</lt></range> + <range><lt>3.11.12_1</lt></range> </package> <package> <name>python312</name> - <range><lt>3.12.10</lt></range> + <range><lt>3.12.10_1</lt></range> </package> </affects> <description> @@ -5576,7 +5612,7 @@ <affects> <package> <name>asterisk18</name> - <range><lt>18.26.20</lt></range> + <range><lt>18.26.2</lt></range> </package> <package> <name>asterisk20</name> diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile index db5f828409c0..0d656c38a1a5 100644 --- a/shells/atuin/Makefile +++ b/shells/atuin/Makefile @@ -1,6 +1,6 @@ PORTNAME= atuin DISTVERSIONPREFIX= v -DISTVERSION= 18.5.0 +DISTVERSION= 18.6.1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org @@ -149,7 +149,6 @@ CARGO_CRATES= addr2line-0.24.2 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ form_urlencoded-1.2.1 \ - fs-err-2.11.0 \ fs-err-3.1.0 \ futures-0.3.31 \ futures-channel-0.3.31 \ @@ -217,7 +216,7 @@ CARGO_CRATES= addr2line-0.24.2 \ indoc-2.0.6 \ inout-0.1.4 \ instability-0.3.7 \ - interim-0.1.2 \ + interim-0.2.1 \ ipnet-2.11.0 \ is_terminal_polyfill-1.70.1 \ iso8601-0.6.2 \ @@ -237,9 +236,9 @@ CARGO_CRATES= addr2line-0.24.2 \ litemap-0.7.5 \ lock_api-0.4.12 \ log-0.4.26 \ - logos-0.14.4 \ - logos-codegen-0.14.4 \ - logos-derive-0.14.4 \ + logos-0.15.0 \ + logos-codegen-0.15.0 \ + logos-derive-0.15.0 \ lru-0.12.5 \ mach2-0.4.2 \ matchers-0.1.0 \ @@ -256,7 +255,7 @@ CARGO_CRATES= addr2line-0.24.2 \ minijinja-2.9.0 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.5 \ - minspan-0.1.2 \ + minspan-0.1.5 \ mio-1.0.3 \ multimap-0.10.0 \ nix-0.28.0 \ @@ -316,7 +315,7 @@ CARGO_CRATES= addr2line-0.24.2 \ png-0.17.16 \ poly1305-0.8.0 \ portable-atomic-1.11.0 \ - postmark-0.10.2 \ + postmark-0.11.3 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ pretty_assertions-1.4.1 \ @@ -325,10 +324,10 @@ CARGO_CRATES= addr2line-0.24.2 \ prost-0.13.5 \ prost-build-0.13.5 \ prost-derive-0.13.5 \ - prost-reflect-0.14.7 \ + prost-reflect-0.15.0 \ prost-types-0.13.5 \ - protox-0.7.2 \ - protox-parse-0.7.0 \ + protox-0.8.0 \ + protox-parse-0.8.0 \ quanta-0.11.1 \ quick-xml-0.37.2 \ quinn-0.11.7 \ @@ -451,7 +450,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tinystr-0.7.6 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.44.1 \ + tokio-1.44.2 \ tokio-macros-2.5.0 \ tokio-rustls-0.24.1 \ tokio-rustls-0.26.2 \ diff --git a/shells/atuin/distinfo b/shells/atuin/distinfo index 4740c24c1a26..1697f3605ccb 100644 --- a/shells/atuin/distinfo +++ b/shells/atuin/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1744271087 +TIMESTAMP = 1748367527 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 @@ -255,8 +255,6 @@ SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b2 SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/fs-err-2.11.0.crate) = 88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41 -SIZE (rust/crates/fs-err-2.11.0.crate) = 20449 SHA256 (rust/crates/fs-err-3.1.0.crate) = 1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa SIZE (rust/crates/fs-err-3.1.0.crate) = 23055 SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 @@ -391,8 +389,8 @@ SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5 SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/instability-0.3.7.crate) = 0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d SIZE (rust/crates/instability-0.3.7.crate) = 13682 -SHA256 (rust/crates/interim-0.1.2.crate) = 9afd0f0bff60c0e845844b6ee665e07990541ef3b70d8cd21861cf85b69fbef4 -SIZE (rust/crates/interim-0.1.2.crate) = 17408 +SHA256 (rust/crates/interim-0.2.1.crate) = a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a +SIZE (rust/crates/interim-0.2.1.crate) = 21913 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf @@ -431,12 +429,12 @@ SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d5 SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e SIZE (rust/crates/log-0.4.26.crate) = 47022 -SHA256 (rust/crates/logos-0.14.4.crate) = 7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458 -SIZE (rust/crates/logos-0.14.4.crate) = 1460670 -SHA256 (rust/crates/logos-codegen-0.14.4.crate) = 59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f -SIZE (rust/crates/logos-codegen-0.14.4.crate) = 43020 -SHA256 (rust/crates/logos-derive-0.14.4.crate) = 24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d -SIZE (rust/crates/logos-derive-0.14.4.crate) = 7581 +SHA256 (rust/crates/logos-0.15.0.crate) = ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db +SIZE (rust/crates/logos-0.15.0.crate) = 1542531 +SHA256 (rust/crates/logos-codegen-0.15.0.crate) = 189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e +SIZE (rust/crates/logos-codegen-0.15.0.crate) = 43103 +SHA256 (rust/crates/logos-derive-0.15.0.crate) = ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba +SIZE (rust/crates/logos-derive-0.15.0.crate) = 7187 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 SHA256 (rust/crates/mach2-0.4.2.crate) = 19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709 @@ -469,8 +467,8 @@ SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.8.5.crate) = 8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5 SIZE (rust/crates/miniz_oxide-0.8.5.crate) = 62237 -SHA256 (rust/crates/minspan-0.1.2.crate) = eea6e49e831ee0ee624f0435c357e452f6a68e194335f457a4d1551c09c9a300 -SIZE (rust/crates/minspan-0.1.2.crate) = 2725 +SHA256 (rust/crates/minspan-0.1.5.crate) = 20219d20b3b77f743358539a182e339a6f682e09bb5675f870f320c4a1058c44 +SIZE (rust/crates/minspan-0.1.5.crate) = 4788 SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd SIZE (rust/crates/mio-1.0.3.crate) = 103703 SHA256 (rust/crates/multimap-0.10.0.crate) = defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03 @@ -589,8 +587,8 @@ SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f SIZE (rust/crates/poly1305-0.8.0.crate) = 32633 SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 -SHA256 (rust/crates/postmark-0.10.2.crate) = a8c1982389836857cc378c3f46992bb6712464aa30567831ba0985495b0f6d83 -SIZE (rust/crates/postmark-0.10.2.crate) = 18356 +SHA256 (rust/crates/postmark-0.11.3.crate) = 68343f3a4bf4afeae32c7f4bee549823034c6f754d7b718d8c2459aa1a15406e +SIZE (rust/crates/postmark-0.11.3.crate) = 35747 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 @@ -607,14 +605,14 @@ SHA256 (rust/crates/prost-build-0.13.5.crate) = be769465445e8c1474e9c5dac2018218 SIZE (rust/crates/prost-build-0.13.5.crate) = 47493 SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 -SHA256 (rust/crates/prost-reflect-0.14.7.crate) = 7b5edd582b62f5cde844716e66d92565d7faf7ab1445c8cebce6e00fba83ddb2 -SIZE (rust/crates/prost-reflect-0.14.7.crate) = 96073 +SHA256 (rust/crates/prost-reflect-0.15.0.crate) = 4fc3f7beed65794248634d530bbb3e2c2abc416d952b973755659938e3c51eac +SIZE (rust/crates/prost-reflect-0.15.0.crate) = 95264 SHA256 (rust/crates/prost-types-0.13.5.crate) = 52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16 SIZE (rust/crates/prost-types-0.13.5.crate) = 49145 -SHA256 (rust/crates/protox-0.7.2.crate) = 6f352af331bf637b8ecc720f7c87bf903d2571fa2e14a66e9b2558846864b54a -SIZE (rust/crates/protox-0.7.2.crate) = 52337 -SHA256 (rust/crates/protox-parse-0.7.0.crate) = a3a462d115462c080ae000c29a47f0b3985737e5d3a995fcdbcaa5c782068dde -SIZE (rust/crates/protox-parse-0.7.0.crate) = 27256 +SHA256 (rust/crates/protox-0.8.0.crate) = 424c2bd294b69c49b949f3619362bc3c5d28298cd1163b6d1a62df37c16461aa +SIZE (rust/crates/protox-0.8.0.crate) = 52105 +SHA256 (rust/crates/protox-parse-0.8.0.crate) = 57927f9dbeeffcce7192404deee6157a640cbb3fe8ac11eabbe571565949ab75 +SIZE (rust/crates/protox-parse-0.8.0.crate) = 36500 SHA256 (rust/crates/quanta-0.11.1.crate) = a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab SIZE (rust/crates/quanta-0.11.1.crate) = 27775 SHA256 (rust/crates/quick-xml-0.37.2.crate) = 165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003 @@ -859,8 +857,8 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.44.1.crate) = f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a -SIZE (rust/crates/tokio-1.44.1.crate) = 830115 +SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 +SIZE (rust/crates/tokio-1.44.2.crate) = 841618 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 @@ -1113,5 +1111,5 @@ SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19d SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (ellie-atuin-v18.5.0_GH0.tar.gz) = f3744e8dfee2c7089ac140cb8aafe01e5d77a2299097a2cc0a42db26d127340a -SIZE (ellie-atuin-v18.5.0_GH0.tar.gz) = 664804 +SHA256 (ellie-atuin-v18.6.1_GH0.tar.gz) = aba26698471ef7ad2757416d01fcc327d3bd800c58cc3fcae638e625524e1b40 +SIZE (ellie-atuin-v18.6.1_GH0.tar.gz) = 666475 diff --git a/sysutils/Makefile b/sysutils/Makefile index 5af16b7b293b..9da0d38c2751 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -924,6 +924,7 @@ SUBDIR += perp SUBDIR += personality SUBDIR += pfetch + SUBDIR += pfetch-rs SUBDIR += pflogx SUBDIR += pfstat SUBDIR += pftables @@ -1123,6 +1124,7 @@ SUBDIR += rhc SUBDIR += rinse SUBDIR += rkbin + SUBDIR += rldd SUBDIR += rmlint SUBDIR += rocinante SUBDIR += rocr diff --git a/sysutils/RyzenAdj/Makefile b/sysutils/RyzenAdj/Makefile index b90bfe9b7c9d..abdfcfe7ce74 100644 --- a/sysutils/RyzenAdj/Makefile +++ b/sysutils/RyzenAdj/Makefile @@ -1,6 +1,6 @@ PORTNAME= RyzenAdj DISTVERSIONPREFIX= v -DISTVERSION= 0.16.0 +DISTVERSION= 0.17.0 CATEGORIES= sysutils MAINTAINER= vladislav.movchan@gmail.com diff --git a/sysutils/RyzenAdj/distinfo b/sysutils/RyzenAdj/distinfo index 7ca422faa7b5..72dee93cc1e3 100644 --- a/sysutils/RyzenAdj/distinfo +++ b/sysutils/RyzenAdj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731520448 -SHA256 (FlyGoat-RyzenAdj-v0.16.0_GH0.tar.gz) = 7bef7dbde006afbe316091d8da8c8c551d5d7d43185d9e62281671959b7a3ca2 -SIZE (FlyGoat-RyzenAdj-v0.16.0_GH0.tar.gz) = 126451 +TIMESTAMP = 1748430550 +SHA256 (FlyGoat-RyzenAdj-v0.17.0_GH0.tar.gz) = 848ac9d86ff65d30f5e2c8600aac2613f0f10003b0d6f0e516a54761d7345d44 +SIZE (FlyGoat-RyzenAdj-v0.17.0_GH0.tar.gz) = 127697 diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index b9572f941d22..16f7c44c887a 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,6 @@ PORTNAME= consul DISTVERSIONPREFIX= v -DISTVERSION= 1.21.0 -PORTREVISION= 1 +DISTVERSION= 1.21.1 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ @@ -18,7 +17,7 @@ WWW= https://www.consul.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe go:1.24,modules +USES= cpe go:modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp @@ -44,7 +43,7 @@ CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DBDIR?= /var/db/${PORTNAME} -GITID= 4e96098 +GITID= 48a6c3e # Bring DISTINFO_FILE into scope so we can get the timestamp. .include <bsd.port.pre.mk> diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index 3eb680e47a79..8d19cff45040 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1746604383 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/go.mod) = 1a32a7a606f584853f9f767e40e4bf640af329c4fe93ce65f82a26d24879f4b3 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/go.mod) = 15151 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/api/go.mod) = c8f80921ac94f31f1b338436a88870f347948afd8e1c4207b285fa72a09d437a -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/api/go.mod) = 1869 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/envoyextensions/go.mod) = 1fd77d2d2690739038026daab6c6eb607601c1c14350d6530dfce0db716254be -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/envoyextensions/go.mod) = 2071 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/proto-public/go.mod) = c0bf39ba829f5a06b8b0f26ea18392b4ac58a00ef561728815b1a2620ebaba6a -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/proto-public/go.mod) = 390 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/sdk/go.mod) = 5241149e898962ff666a6d83140ea5bb8f8e11b10f52253745c8508303566211 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/sdk/go.mod) = 822 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/troubleshoot/go.mod) = 619874fc3590081ba9e838fb43170a72078be9b08a7453a23882cb7392797df5 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/troubleshoot/go.mod) = 2847 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/hashicorp-consul-v1.21.0_GH0.tar.gz) = aad1a57899c54e7f37d8c681c124f9fe2c8cf5829c73d122ba5e3dfebd95ec89 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.0_GH0/hashicorp-consul-v1.21.0_GH0.tar.gz) = 47398255 +TIMESTAMP = 1748198553 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/go.mod) = 1a32a7a606f584853f9f767e40e4bf640af329c4fe93ce65f82a26d24879f4b3 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/go.mod) = 15151 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/api/go.mod) = c8f80921ac94f31f1b338436a88870f347948afd8e1c4207b285fa72a09d437a +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/api/go.mod) = 1869 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/envoyextensions/go.mod) = 1fd77d2d2690739038026daab6c6eb607601c1c14350d6530dfce0db716254be +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/envoyextensions/go.mod) = 2071 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/proto-public/go.mod) = c0bf39ba829f5a06b8b0f26ea18392b4ac58a00ef561728815b1a2620ebaba6a +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/proto-public/go.mod) = 390 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/sdk/go.mod) = 5241149e898962ff666a6d83140ea5bb8f8e11b10f52253745c8508303566211 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/sdk/go.mod) = 822 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/troubleshoot/go.mod) = 619874fc3590081ba9e838fb43170a72078be9b08a7453a23882cb7392797df5 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/troubleshoot/go.mod) = 2847 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/hashicorp-consul-v1.21.1_GH0.tar.gz) = 64adf877a9a6de4ec9d8ad123f6332703bda2f91130e81dfa38540c034dc6892 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.1_GH0/hashicorp-consul-v1.21.1_GH0.tar.gz) = 47402265 diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index c74b99f5c8c7..6cd42933ba1b 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -1,6 +1,6 @@ PORTNAME= containerd DISTVERSIONPREFIX=v -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org diff --git a/sysutils/containerd/distinfo b/sysutils/containerd/distinfo index c2ef40c9c82e..a60aa970f9b0 100644 --- a/sysutils/containerd/distinfo +++ b/sysutils/containerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746939719 -SHA256 (containerd-containerd-v2.1.0_GH0.tar.gz) = 15e5b801787e5fd2d09ace007931bb30a4cee107b78484e1f76f5e83acd90207 -SIZE (containerd-containerd-v2.1.0_GH0.tar.gz) = 10610618 +TIMESTAMP = 1748204242 +SHA256 (containerd-containerd-v2.1.1_GH0.tar.gz) = 6ac779e87926ac1fe4360ffee63efd9f829b15a887e612be9a7d2f8a652674e9 +SIZE (containerd-containerd-v2.1.1_GH0.tar.gz) = 10610787 diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index da85017f7c06..29e383b7a82f 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastfetch -DISTVERSION= 2.43.0 +DISTVERSION= 2.44.0 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/fastfetch/distinfo b/sysutils/fastfetch/distinfo index 186f86ab9e81..8b68078da2be 100644 --- a/sysutils/fastfetch/distinfo +++ b/sysutils/fastfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747220428 -SHA256 (fastfetch-cli-fastfetch-2.43.0_GH0.tar.gz) = 192ddb57d021436d93ed8ad1fadaaeef20ce59a2296f31af65e12978b48feda5 -SIZE (fastfetch-cli-fastfetch-2.43.0_GH0.tar.gz) = 1301605 +TIMESTAMP = 1747992012 +SHA256 (fastfetch-cli-fastfetch-2.44.0_GH0.tar.gz) = 3fc2b6d71e38f07ccef29945937daac7825a7cf48f67658207d31a5d42a5a90b +SIZE (fastfetch-cli-fastfetch-2.44.0_GH0.tar.gz) = 1304382 diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index 3c9ef670890f..ce8efe5cbc94 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,6 +1,6 @@ PORTNAME= kopia DISTVERSIONPREFIX= v -DISTVERSION= 0.20.0 +DISTVERSION= 0.20.1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/kopia/distinfo b/sysutils/kopia/distinfo index db0e57d594cd..6bb33e9b252e 100644 --- a/sysutils/kopia/distinfo +++ b/sysutils/kopia/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747882285 -SHA256 (go/sysutils_kopia/kopia-v0.20.0/v0.20.0.mod) = a2908a1e3d77ebaca674d587e09ec3484a9f9f494a9aba4fc3c7ca276e9ec9e2 -SIZE (go/sysutils_kopia/kopia-v0.20.0/v0.20.0.mod) = 7039 -SHA256 (go/sysutils_kopia/kopia-v0.20.0/v0.20.0.zip) = 52aa5966e3687c8a3426244c10f9a7072edbc8298d4c372c9cf6f9b84b7f7e91 -SIZE (go/sysutils_kopia/kopia-v0.20.0/v0.20.0.zip) = 2367340 +TIMESTAMP = 1748261778 +SHA256 (go/sysutils_kopia/kopia-v0.20.1/v0.20.1.mod) = ba1a78d23432eec3951e1fa397c0e7678b63a88df0f4c94c12c373f963d81cad +SIZE (go/sysutils_kopia/kopia-v0.20.1/v0.20.1.mod) = 7159 +SHA256 (go/sysutils_kopia/kopia-v0.20.1/v0.20.1.zip) = 020e2f87adcb99eaad4fc3895a08d2433ae4a242758c95cc28dd340b76ec4deb +SIZE (go/sysutils_kopia/kopia-v0.20.1/v0.20.1.zip) = 2369873 diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index 4167fdd6c92b..570658b0a15f 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,6 +1,6 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2025.5.11 +DISTVERSION= 2025.5.14 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -42,12 +42,14 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ + anstyle-wincon-3.0.8 \ anyhow-1.0.98 \ arbitrary-1.4.1 \ arc-swap-1.7.1 \ arrayvec-0.7.6 \ assert-json-diff-2.0.2 \ + async-backtrace-0.2.7 \ + async-backtrace-attributes-0.2.7 \ async-compression-0.4.23 \ async-trait-0.1.88 \ atomic-waker-1.1.2 \ @@ -75,7 +77,7 @@ CARGO_CRATES= addr2line-0.24.2 \ bzip2-sys-0.1.13+1.0.8 \ calm_io-0.1.1 \ calmio_filters-0.1.0 \ - cc-1.2.23 \ + cc-1.2.24 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ chacha20-0.9.1 \ @@ -106,7 +108,7 @@ CARGO_CRATES= addr2line-0.24.2 \ contracts-0.6.6 \ cookie-factory-0.3.3 \ core-foundation-0.9.4 \ - core-foundation-0.10.0 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ countme-3.0.1 \ cpufeatures-0.2.17 \ @@ -128,6 +130,7 @@ CARGO_CRATES= addr2line-0.24.2 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ + dashmap-5.5.3 \ dashmap-6.1.0 \ deflate64-0.1.9 \ demand-1.7.0 \ @@ -195,6 +198,7 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-task-0.3.31 \ futures-util-0.3.31 \ fuzzy-matcher-0.3.7 \ + generator-0.7.5 \ generic-array-0.14.7 \ getrandom-0.2.16 \ getrandom-0.3.3 \ @@ -278,7 +282,7 @@ CARGO_CRATES= addr2line-0.24.2 \ human_format-1.1.0 \ humansize-2.1.3 \ hyper-1.6.0 \ - hyper-rustls-0.27.5 \ + hyper-rustls-0.27.6 \ hyper-tls-0.6.0 \ hyper-util-0.1.12 \ i18n-config-0.4.7 \ @@ -308,7 +312,7 @@ CARGO_CRATES= addr2line-0.24.2 \ indoc-2.0.6 \ inout-0.1.4 \ insta-1.43.1 \ - intl-memoizer-0.5.2 \ + intl-memoizer-0.5.3 \ intl_pluralrules-7.0.2 \ io-close-0.3.7 \ io_tee-0.1.1 \ @@ -342,6 +346,7 @@ CARGO_CRATES= addr2line-0.24.2 \ log-0.4.27 \ logos-0.12.1 \ logos-derive-0.12.1 \ + loom-0.5.6 \ lru-slab-0.1.2 \ lua-src-547.0.0 \ luajit-src-210.5.12+a4f56a4 \ @@ -359,9 +364,9 @@ CARGO_CRATES= addr2line-0.24.2 \ minimal-lexical-0.2.1 \ minisign-verify-0.2.4 \ miniz_oxide-0.8.8 \ - mio-1.0.3 \ + mio-1.0.4 \ mlua-0.10.3 \ - mlua-sys-0.6.7 \ + mlua-sys-0.6.8 \ mlua_derive-0.10.1 \ mockito-1.7.0 \ native-tls-0.2.14 \ @@ -383,6 +388,7 @@ CARGO_CRATES= addr2line-0.24.2 \ number_prefix-0.4.0 \ object-0.36.7 \ once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ opaque-debug-0.3.1 \ openssl-0.10.72 \ openssl-macros-0.1.1 \ @@ -391,7 +397,7 @@ CARGO_CRATES= addr2line-0.24.2 \ option-ext-0.2.0 \ ordered-float-2.10.1 \ os-release-0.1.0 \ - os_pipe-1.2.1 \ + os_pipe-1.2.2 \ overload-0.1.1 \ owo-colors-4.2.1 \ papergrid-0.15.0 \ @@ -443,8 +449,6 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - rayon-1.10.0 \ - rayon-core-1.12.1 \ redox_syscall-0.5.12 \ redox_users-0.5.0 \ regex-1.11.1 \ @@ -473,12 +477,13 @@ CARGO_CRATES= addr2line-0.24.2 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.103.3 \ - rustversion-1.0.20 \ + rustversion-1.0.21 \ ryu-1.0.20 \ salsa20-0.10.2 \ same-file-1.0.6 \ scc-2.3.4 \ schannel-0.1.27 \ + scoped-tls-1.0.1 \ scopeguard-1.2.0 \ scrypt-0.11.0 \ sdd-3.0.8 \ @@ -523,7 +528,7 @@ CARGO_CRATES= addr2line-0.24.2 \ slab-0.4.9 \ slug-0.1.6 \ smallvec-1.15.0 \ - socket2-0.5.9 \ + socket2-0.5.10 \ spki-0.7.3 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ @@ -561,7 +566,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.0 \ + tokio-1.45.1 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ tokio-rustls-0.26.2 \ @@ -581,7 +586,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ try-lock-0.2.5 \ - type-map-0.5.0 \ + type-map-0.5.1 \ typeid-1.0.3 \ typenum-1.18.0 \ ubi-0.6.1 \ @@ -637,6 +642,7 @@ CARGO_CRATES= addr2line-0.24.2 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-0.48.0 \ windows-0.57.0 \ windows-core-0.57.0 \ windows-core-0.61.2 \ @@ -652,22 +658,30 @@ CARGO_CRATES= addr2line-0.24.2 \ windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-targets-0.48.5 \ windows-targets-0.52.6 \ windows-targets-0.53.0 \ + windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ winnow-0.6.24 \ @@ -693,7 +707,7 @@ CARGO_CRATES= addr2line-0.24.2 \ zerovec-derive-0.11.1 \ zip-2.4.2 \ zip-3.0.0 \ - zipsign-api-0.1.4 \ + zipsign-api-0.1.5 \ zlib-rs-0.5.0 \ zopfli-0.8.2 \ zstd-0.13.3 \ diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index 61a56c892885..6015f0495014 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1748077437 +TIMESTAMP = 1748368604 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 @@ -35,8 +35,8 @@ SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df665 SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e -SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anstyle-wincon-3.0.8.crate) = 6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa +SIZE (rust/crates/anstyle-wincon-3.0.8.crate) = 12534 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 @@ -47,6 +47,10 @@ SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5b SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12 SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874 +SHA256 (rust/crates/async-backtrace-0.2.7.crate) = 4dcb391558246d27a13f195c1e3a53eda422270fdd452bd57a5aa9c1da1bb198 +SIZE (rust/crates/async-backtrace-0.2.7.crate) = 26749 +SHA256 (rust/crates/async-backtrace-attributes-0.2.7.crate) = affbba0d438add06462a0371997575927bc05052f7ec486e7a4ca405c956c3d7 +SIZE (rust/crates/async-backtrace-attributes-0.2.7.crate) = 6938 SHA256 (rust/crates/async-compression-0.4.23.crate) = b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07 SIZE (rust/crates/async-compression-0.4.23.crate) = 116231 SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 @@ -101,8 +105,8 @@ SHA256 (rust/crates/calm_io-0.1.1.crate) = 2ea0608700fe42d90ec17ad0f86335cf229b6 SIZE (rust/crates/calm_io-0.1.1.crate) = 6908 SHA256 (rust/crates/calmio_filters-0.1.0.crate) = 846501f4575cd66766a40bb7ab6d8e960adc7eb49f753c8232bd8e0e09cf6ca2 SIZE (rust/crates/calmio_filters-0.1.0.crate) = 1930 -SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 -SIZE (rust/crates/cc-1.2.23.crate) = 106527 +SHA256 (rust/crates/cc-1.2.24.crate) = 16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7 +SIZE (rust/crates/cc-1.2.24.crate) = 106557 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 @@ -163,8 +167,8 @@ SHA256 (rust/crates/cookie-factory-0.3.3.crate) = 9885fa71e26b8ab7855e2ec7cae6e9 SIZE (rust/crates/cookie-factory-0.3.3.crate) = 19084 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 -SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 -SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/countme-3.0.1.crate) = 7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636 @@ -207,6 +211,8 @@ SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8b SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 +SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 +SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf SIZE (rust/crates/dashmap-6.1.0.crate) = 24828 SHA256 (rust/crates/deflate64-0.1.9.crate) = da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b @@ -341,6 +347,8 @@ SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 SHA256 (rust/crates/fuzzy-matcher-0.3.7.crate) = 54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94 SIZE (rust/crates/fuzzy-matcher-0.3.7.crate) = 18047 +SHA256 (rust/crates/generator-0.7.5.crate) = 5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e +SIZE (rust/crates/generator-0.7.5.crate) = 29947 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 @@ -507,8 +515,8 @@ SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa SIZE (rust/crates/humansize-2.1.3.crate) = 11953 SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 SIZE (rust/crates/hyper-1.6.0.crate) = 153923 -SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 -SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 +SHA256 (rust/crates/hyper-rustls-0.27.6.crate) = 03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d +SIZE (rust/crates/hyper-rustls-0.27.6.crate) = 34650 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 SHA256 (rust/crates/hyper-util-0.1.12.crate) = cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710 @@ -567,8 +575,8 @@ SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5 SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 SIZE (rust/crates/insta-1.43.1.crate) = 101047 -SHA256 (rust/crates/intl-memoizer-0.5.2.crate) = fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda -SIZE (rust/crates/intl-memoizer-0.5.2.crate) = 11708 +SHA256 (rust/crates/intl-memoizer-0.5.3.crate) = 310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f +SIZE (rust/crates/intl-memoizer-0.5.3.crate) = 12171 SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972 SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201 SHA256 (rust/crates/io-close-0.3.7.crate) = 9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc @@ -635,6 +643,8 @@ SHA256 (rust/crates/logos-0.12.1.crate) = bf8b031682c67a8e3d5446840f9573eb7fe26e SIZE (rust/crates/logos-0.12.1.crate) = 8973 SHA256 (rust/crates/logos-derive-0.12.1.crate) = a1d849148dbaf9661a6151d1ca82b13bb4c4c128146a88d05253b38d4e2f496c SIZE (rust/crates/logos-derive-0.12.1.crate) = 32282 +SHA256 (rust/crates/loom-0.5.6.crate) = ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5 +SIZE (rust/crates/loom-0.5.6.crate) = 72186 SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 SHA256 (rust/crates/lua-src-547.0.0.crate) = 1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42 @@ -669,12 +679,12 @@ SHA256 (rust/crates/minisign-verify-0.2.4.crate) = e856fdd13623a2f5f2f54676a4ee4 SIZE (rust/crates/minisign-verify-0.2.4.crate) = 25749 SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/mlua-0.10.3.crate) = d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b SIZE (rust/crates/mlua-0.10.3.crate) = 220302 -SHA256 (rust/crates/mlua-sys-0.6.7.crate) = 1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594 -SIZE (rust/crates/mlua-sys-0.6.7.crate) = 28147 +SHA256 (rust/crates/mlua-sys-0.6.8.crate) = 380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93 +SIZE (rust/crates/mlua-sys-0.6.8.crate) = 28836 SHA256 (rust/crates/mlua_derive-0.10.1.crate) = 870d71c172fcf491c6b5fb4c04160619a2ee3e5a42a1402269c66bcbf1dd4deb SIZE (rust/crates/mlua_derive-0.10.1.crate) = 6299 SHA256 (rust/crates/mockito-1.7.0.crate) = 7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48 @@ -717,6 +727,8 @@ SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b665 SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 SIZE (rust/crates/opaque-debug-0.3.1.crate) = 7066 SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da @@ -733,8 +745,8 @@ SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 SHA256 (rust/crates/os-release-0.1.0.crate) = 82f29ae2f71b53ec19cc23385f8e4f3d90975195aa3d09171ba3bef7159bec27 SIZE (rust/crates/os-release-0.1.0.crate) = 3760 -SHA256 (rust/crates/os_pipe-1.2.1.crate) = 5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982 -SIZE (rust/crates/os_pipe-1.2.1.crate) = 10691 +SHA256 (rust/crates/os_pipe-1.2.2.crate) = db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224 +SIZE (rust/crates/os_pipe-1.2.2.crate) = 10810 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owo-colors-4.2.1.crate) = 26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec @@ -837,10 +849,6 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 -SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa -SIZE (rust/crates/rayon-1.10.0.crate) = 180155 -SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 -SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b @@ -897,8 +905,8 @@ SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678 SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 -SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 -SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/salsa20-0.10.2.crate) = 97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213 @@ -909,6 +917,8 @@ SHA256 (rust/crates/scc-2.3.4.crate) = 22b2d775fb28f245817589471dd49c5edf64237f4 SIZE (rust/crates/scc-2.3.4.crate) = 143387 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 +SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/scrypt-0.11.0.crate) = 0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f @@ -997,8 +1007,8 @@ SHA256 (rust/crates/slug-0.1.6.crate) = 882a80f72ee45de3cc9a5afeb2da0331d58df69e SIZE (rust/crates/slug-0.1.6.crate) = 6787 SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 -SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef -SIZE (rust/crates/socket2-0.5.9.crate) = 57432 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d SIZE (rust/crates/spki-0.7.3.crate) = 16409 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 @@ -1073,8 +1083,8 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 -SIZE (rust/crates/tokio-1.45.0.crate) = 800721 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 @@ -1113,8 +1123,8 @@ SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7c SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/type-map-0.5.0.crate) = deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f -SIZE (rust/crates/type-map-0.5.0.crate) = 3464 +SHA256 (rust/crates/type-map-0.5.1.crate) = cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90 +SIZE (rust/crates/type-map-0.5.1.crate) = 8606 SHA256 (rust/crates/typeid-1.0.3.crate) = bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c SIZE (rust/crates/typeid-1.0.3.crate) = 9006 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f @@ -1225,6 +1235,8 @@ SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55 SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f +SIZE (rust/crates/windows-0.48.0.crate) = 11864177 SHA256 (rust/crates/windows-0.57.0.crate) = 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 SIZE (rust/crates/windows-0.57.0.crate) = 9694564 SHA256 (rust/crates/windows-core-0.57.0.crate) = d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d @@ -1255,18 +1267,26 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b 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-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 @@ -1275,18 +1295,26 @@ SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c56 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 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/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 @@ -1337,8 +1365,8 @@ SHA256 (rust/crates/zip-2.4.2.crate) = fabe6324e908f85a1c52063ce7aa26b68dcb7eb6d SIZE (rust/crates/zip-2.4.2.crate) = 110773 SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 SIZE (rust/crates/zip-3.0.0.crate) = 112450 -SHA256 (rust/crates/zipsign-api-0.1.4.crate) = a9240c17ab9e129def0c16b56608e90a734724dfb2bcf73af30f63e340cac495 -SIZE (rust/crates/zipsign-api-0.1.4.crate) = 17440 +SHA256 (rust/crates/zipsign-api-0.1.5.crate) = dba6063ff82cdbd9a765add16d369abe81e520f836054e997c2db217ceca40c0 +SIZE (rust/crates/zipsign-api-0.1.5.crate) = 17451 SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8 SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 @@ -1349,5 +1377,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (jdx-mise-v2025.5.11_GH0.tar.gz) = 2a16016c2b844373e810e1bd607401e7c294f733e0a927132aedd6628c1b5cc2 -SIZE (jdx-mise-v2025.5.11_GH0.tar.gz) = 4169561 +SHA256 (jdx-mise-v2025.5.14_GH0.tar.gz) = aaae94bff1df40ee0a337e465b355ee1749433c54b669bef89562cb50be77613 +SIZE (jdx-mise-v2025.5.14_GH0.tar.gz) = 4181634 diff --git a/sysutils/pfetch-rs/Makefile b/sysutils/pfetch-rs/Makefile new file mode 100644 index 000000000000..c9f2bf9ee431 --- /dev/null +++ b/sysutils/pfetch-rs/Makefile @@ -0,0 +1,20 @@ +PORTNAME= pfetch-rs +DISTVERSIONPREFIX= v +DISTVERSION= 2.11.1 +CATEGORIES= sysutils + +MAINTAINER= yonas.yanfa@gmail.com +COMMENT= Rewrite of the pfetch system information tool in Rust +WWW= https://github.com/Gobidev/pfetch-rs + +LICENSE= MIT + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= Gobidev + +PLIST_FILES= bin/pfetch + +.include "Makefile.crates" +.include <bsd.port.mk> diff --git a/sysutils/pfetch-rs/Makefile.crates b/sysutils/pfetch-rs/Makefile.crates new file mode 100644 index 000000000000..ef5167ef9f32 --- /dev/null +++ b/sysutils/pfetch-rs/Makefile.crates @@ -0,0 +1,172 @@ +CARGO_CRATES= aho-corasick-1.1.3 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + autocfg-1.4.0 \ + bitflags-1.3.2 \ + bitflags-2.8.0 \ + block-0.1.6 \ + bstr-1.11.3 \ + bumpalo-3.16.0 \ + byteorder-1.5.0 \ + cc-1.2.10 \ + cfg-if-0.1.10 \ + cfg-if-1.0.0 \ + chrono-0.4.39 \ + cocoa-0.20.2 \ + core-foundation-0.7.0 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.7.0 \ + core-foundation-sys-0.8.7 \ + core-graphics-0.19.2 \ + core-graphics-0.23.2 \ + core-graphics-types-0.1.3 \ + core-video-sys-0.1.4 \ + crossterm-0.28.1 \ + crossterm_winapi-0.9.1 \ + dirs-5.0.1 \ + dirs-sys-0.4.1 \ + dlib-0.5.2 \ + dotenvy-0.15.7 \ + either-1.13.0 \ + enum-as-inner-0.6.1 \ + env_home-0.1.0 \ + errno-0.3.10 \ + foreign-types-0.3.2 \ + foreign-types-0.5.0 \ + foreign-types-macros-0.2.3 \ + foreign-types-shared-0.1.1 \ + foreign-types-shared-0.3.1 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + gethostname-0.3.0 \ + getrandom-0.2.15 \ + glob-0.3.2 \ + globset-0.4.15 \ + heck-0.5.0 \ + hermit-abi-0.3.9 \ + home-0.5.11 \ + iana-time-zone-0.1.61 \ + iana-time-zone-haiku-0.1.2 \ + if-addrs-0.10.2 \ + itertools-0.11.0 \ + js-sys-0.3.77 \ + lazy_static-1.5.0 \ + libc-0.2.169 \ + libloading-0.8.6 \ + libmacchina-8.0.0 \ + libredox-0.1.3 \ + linux-raw-sys-0.4.15 \ + local-ip-address-0.5.7 \ + lock_api-0.4.12 \ + log-0.4.25 \ + mach2-0.4.2 \ + malloc_buf-0.0.6 \ + memchr-2.7.4 \ + memoffset-0.7.1 \ + metal-0.18.0 \ + mio-1.0.3 \ + neli-0.6.5 \ + neli-proc-macros-0.1.4 \ + nix-0.26.4 \ + num-traits-0.2.19 \ + num_cpus-1.16.0 \ + objc-0.2.7 \ + objc_exception-0.1.2 \ + once_cell-1.20.2 \ + option-ext-0.2.0 \ + os-release-0.1.0 \ + parking_lot-0.12.3 \ + parking_lot_core-0.9.10 \ + pciid-parser-0.6.3 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkg-config-0.3.31 \ + proc-macro2-1.0.93 \ + quote-1.0.38 \ + redox_syscall-0.5.8 \ + redox_users-0.4.6 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rpm-pkg-count-0.2.1 \ + rustix-0.38.43 \ + rustversion-1.0.19 \ + same-file-1.0.6 \ + scopeguard-1.2.0 \ + serde-1.0.217 \ + serde_derive-1.0.217 \ + shlex-1.3.0 \ + signal-hook-0.3.17 \ + signal-hook-mio-0.2.4 \ + signal-hook-registry-1.4.2 \ + slab-0.4.9 \ + smallvec-1.13.2 \ + sqlite-0.36.1 \ + sqlite3-src-0.6.1 \ + sqlite3-sys-0.17.0 \ + syn-1.0.109 \ + syn-2.0.96 \ + sysctl-0.5.5 \ + thiserror-1.0.69 \ + thiserror-impl-1.0.69 \ + tracing-0.1.41 \ + tracing-attributes-0.1.28 \ + tracing-core-0.1.33 \ + unicode-ident-1.0.14 \ + unicode-width-0.2.0 \ + walkdir-2.5.0 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + wayland-sys-0.31.5 \ + which-7.0.1 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.9 \ + winapi-wsapoll-0.1.2 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-0.39.0 \ + windows-0.48.0 \ + windows-core-0.52.0 \ + windows-implement-0.48.0 \ + windows-interface-0.48.0 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.39.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.39.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.39.0 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.39.0 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.39.0 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.6 \ + winreg-0.10.1 \ + winsafe-0.0.19 \ + wmi-0.12.2 \ + x11rb-0.12.0 \ + x11rb-protocol-0.12.0 diff --git a/sysutils/pfetch-rs/distinfo b/sysutils/pfetch-rs/distinfo new file mode 100644 index 000000000000..bf78adb41c29 --- /dev/null +++ b/sysutils/pfetch-rs/distinfo @@ -0,0 +1,347 @@ +TIMESTAMP = 1747617279 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36 +SIZE (rust/crates/bitflags-2.8.0.crate) = 47482 +SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a +SIZE (rust/crates/block-0.1.6.crate) = 4077 +SHA256 (rust/crates/bstr-1.11.3.crate) = 531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0 +SIZE (rust/crates/bstr-1.11.3.crate) = 351536 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/cc-1.2.10.crate) = 13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229 +SIZE (rust/crates/cc-1.2.10.crate) = 101251 +SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 +SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chrono-0.4.39.crate) = 7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825 +SIZE (rust/crates/chrono-0.4.39.crate) = 222248 +SHA256 (rust/crates/cocoa-0.20.2.crate) = 0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8 +SIZE (rust/crates/cocoa-0.20.2.crate) = 47930 +SHA256 (rust/crates/core-foundation-0.7.0.crate) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171 +SIZE (rust/crates/core-foundation-0.7.0.crate) = 25384 +SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f +SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 +SHA256 (rust/crates/core-foundation-sys-0.7.0.crate) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac +SIZE (rust/crates/core-foundation-sys-0.7.0.crate) = 17033 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/core-graphics-0.19.2.crate) = b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923 +SIZE (rust/crates/core-graphics-0.19.2.crate) = 28995 +SHA256 (rust/crates/core-graphics-0.23.2.crate) = c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081 +SIZE (rust/crates/core-graphics-0.23.2.crate) = 30763 +SHA256 (rust/crates/core-graphics-types-0.1.3.crate) = 45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf +SIZE (rust/crates/core-graphics-types-0.1.3.crate) = 7063 +SHA256 (rust/crates/core-video-sys-0.1.4.crate) = 34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828 +SIZE (rust/crates/core-video-sys-0.1.4.crate) = 10568 +SHA256 (rust/crates/crossterm-0.28.1.crate) = 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 +SIZE (rust/crates/crossterm-0.28.1.crate) = 132275 +SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b +SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 +SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 +SIZE (rust/crates/dirs-5.0.1.crate) = 12255 +SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c +SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 +SHA256 (rust/crates/dlib-0.5.2.crate) = 330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412 +SIZE (rust/crates/dlib-0.5.2.crate) = 5806 +SHA256 (rust/crates/dotenvy-0.15.7.crate) = 1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b +SIZE (rust/crates/dotenvy-0.15.7.crate) = 20293 +SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 +SIZE (rust/crates/either-1.13.0.crate) = 19169 +SHA256 (rust/crates/enum-as-inner-0.6.1.crate) = a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc +SIZE (rust/crates/enum-as-inner-0.6.1.crate) = 12190 +SHA256 (rust/crates/env_home-0.1.0.crate) = c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe +SIZE (rust/crates/env_home-0.1.0.crate) = 9006 +SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d +SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (rust/crates/foreign-types-0.5.0.crate) = d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 +SIZE (rust/crates/foreign-types-0.5.0.crate) = 7824 +SHA256 (rust/crates/foreign-types-macros-0.2.3.crate) = 1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742 +SIZE (rust/crates/foreign-types-macros-0.2.3.crate) = 7635 +SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b +SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 +SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 +SIZE (rust/crates/futures-0.3.31.crate) = 54953 +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 +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +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/gethostname-0.3.0.crate) = bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177 +SIZE (rust/crates/gethostname-0.3.0.crate) = 8440 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/globset-0.4.15.crate) = 15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19 +SIZE (rust/crates/globset-0.4.15.crate) = 25177 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 +SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (rust/crates/if-addrs-0.10.2.crate) = cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a +SIZE (rust/crates/if-addrs-0.10.2.crate) = 10352 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +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.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a +SIZE (rust/crates/libc-0.2.169.crate) = 757901 +SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 +SIZE (rust/crates/libloading-0.8.6.crate) = 28922 +SHA256 (rust/crates/libmacchina-8.0.0.crate) = 80a723e0a76ac2da702ac67c4a3f26306ba9229d1dc2571266e781648c30528e +SIZE (rust/crates/libmacchina-8.0.0.crate) = 38142 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/local-ip-address-0.5.7.crate) = 612ed4ea9ce5acfb5d26339302528a5e1e59dfed95e9e11af3c083236ff1d15d +SIZE (rust/crates/local-ip-address-0.5.7.crate) = 25226 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f +SIZE (rust/crates/log-0.4.25.crate) = 44876 +SHA256 (rust/crates/mach2-0.4.2.crate) = 19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709 +SIZE (rust/crates/mach2-0.4.2.crate) = 21889 +SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb +SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 +SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 +SHA256 (rust/crates/metal-0.18.0.crate) = e198a0ee42bdbe9ef2c09d0b9426f3b2b47d90d93a4a9b0395c4cea605e92dc0 +SIZE (rust/crates/metal-0.18.0.crate) = 48520 +SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/neli-0.6.5.crate) = 93062a0dce6da2517ea35f301dfc88184ce18d3601ec786a727a87bf535deca9 +SIZE (rust/crates/neli-0.6.5.crate) = 48906 +SHA256 (rust/crates/neli-proc-macros-0.1.4.crate) = 0c8034b7fbb6f9455b2a96c19e6edf8dc9fc34c70449938d8ee3b4df363f61fe +SIZE (rust/crates/neli-proc-macros-0.1.4.crate) = 11750 +SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b +SIZE (rust/crates/nix-0.26.4.crate) = 279099 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 +SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 +SIZE (rust/crates/objc-0.2.7.crate) = 22036 +SHA256 (rust/crates/objc_exception-0.1.2.crate) = ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4 +SIZE (rust/crates/objc_exception-0.1.2.crate) = 2251 +SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 +SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/os-release-0.1.0.crate) = 82f29ae2f71b53ec19cc23385f8e4f3d90975195aa3d09171ba3bef7159bec27 +SIZE (rust/crates/os-release-0.1.0.crate) = 3760 +SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 +SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/pciid-parser-0.6.3.crate) = ad4972032c4a74a6726ed3039d9ed976701557f05445bb4315ba9ba554a4d734 +SIZE (rust/crates/pciid-parser-0.6.3.crate) = 6454 +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.31.crate) = 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 +SIZE (rust/crates/pkg-config-0.3.31.crate) = 20880 +SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 +SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 +SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc +SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/redox_syscall-0.5.8.crate) = 03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834 +SIZE (rust/crates/redox_syscall-0.5.8.crate) = 26319 +SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 +SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rpm-pkg-count-0.2.1.crate) = 4a03ac5d470b2b2bd9ed4493c2bb929f6a04371455b457f419148c79e830f0cb +SIZE (rust/crates/rpm-pkg-count-0.2.1.crate) = 17193 +SHA256 (rust/crates/rustix-0.38.43.crate) = a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6 +SIZE (rust/crates/rustix-0.38.43.crate) = 379134 +SHA256 (rust/crates/rustversion-1.0.19.crate) = f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4 +SIZE (rust/crates/rustversion-1.0.19.crate) = 20616 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 +SIZE (rust/crates/serde-1.0.217.crate) = 79019 +SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 +SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 +SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 +SHA256 (rust/crates/signal-hook-mio-0.2.4.crate) = 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd +SIZE (rust/crates/signal-hook-mio-0.2.4.crate) = 9314 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/sqlite-0.36.1.crate) = 5dfe6fb16f2bee6452feeb4d12bfa404fbcd3cfc121b2950e501d1ae9cae718e +SIZE (rust/crates/sqlite-0.36.1.crate) = 17020 +SHA256 (rust/crates/sqlite3-src-0.6.1.crate) = 174d4a6df77c27db281fb23de1a6d968f3aaaa4807c2a1afa8056b971f947b4a +SIZE (rust/crates/sqlite3-src-0.6.1.crate) = 2715129 +SHA256 (rust/crates/sqlite3-sys-0.17.0.crate) = 3901ada7090c3c3584dc92ec7ef1b7091868d13bfe6d7de9f0bcaffee7d0ade5 +SIZE (rust/crates/sqlite3-sys-0.17.0.crate) = 19442 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 +SIZE (rust/crates/syn-2.0.96.crate) = 297497 +SHA256 (rust/crates/sysctl-0.5.5.crate) = ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea +SIZE (rust/crates/sysctl-0.5.5.crate) = 18414 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d +SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 +SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c +SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/unicode-ident-1.0.14.crate) = adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83 +SIZE (rust/crates/unicode-ident-1.0.14.crate) = 47547 +SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd +SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wayland-sys-0.31.5.crate) = efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09 +SIZE (rust/crates/wayland-sys-0.31.5.crate) = 8630 +SHA256 (rust/crates/which-7.0.1.crate) = fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028 +SIZE (rust/crates/which-7.0.1.crate) = 18596 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winapi-wsapoll-0.1.2.crate) = 1eafc5f679c576995526e81635d0cf9695841736712b4e892f87abbe6fed3f28 +SIZE (rust/crates/winapi-wsapoll-0.1.2.crate) = 2865 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-0.39.0.crate) = f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a +SIZE (rust/crates/windows-0.39.0.crate) = 12776691 +SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f +SIZE (rust/crates/windows-0.48.0.crate) = 11864177 +SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 +SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 +SHA256 (rust/crates/windows-implement-0.48.0.crate) = 5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c +SIZE (rust/crates/windows-implement-0.48.0.crate) = 8468 +SHA256 (rust/crates/windows-interface-0.48.0.crate) = e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7 +SIZE (rust/crates/windows-interface-0.48.0.crate) = 9533 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +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-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +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.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.39.0.crate) = ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2 +SIZE (rust/crates/windows_aarch64_msvc-0.39.0.crate) = 661960 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.39.0.crate) = 763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b +SIZE (rust/crates/windows_i686_gnu-0.39.0.crate) = 818115 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.39.0.crate) = 7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106 +SIZE (rust/crates/windows_i686_msvc-0.39.0.crate) = 724575 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.39.0.crate) = 6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65 +SIZE (rust/crates/windows_x86_64_gnu-0.39.0.crate) = 790933 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_msvc-0.39.0.crate) = 5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809 +SIZE (rust/crates/windows_x86_64_msvc-0.39.0.crate) = 662005 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +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/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d +SIZE (rust/crates/winreg-0.10.1.crate) = 25725 +SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 +SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 +SHA256 (rust/crates/wmi-0.12.2.crate) = daffb44abb7d2e87a1233aa17fdbde0d55b890b32a23a1f908895b87fa6f1a00 +SIZE (rust/crates/wmi-0.12.2.crate) = 51911 +SHA256 (rust/crates/x11rb-0.12.0.crate) = b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a +SIZE (rust/crates/x11rb-0.12.0.crate) = 218514 +SHA256 (rust/crates/x11rb-protocol-0.12.0.crate) = 82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc +SIZE (rust/crates/x11rb-protocol-0.12.0.crate) = 478311 +SHA256 (Gobidev-pfetch-rs-v2.11.1_GH0.tar.gz) = 478b637b75a496f0adaba9c3ef0d3f99d9af6ed11eec156c90d0c8cb4b7df209 +SIZE (Gobidev-pfetch-rs-v2.11.1_GH0.tar.gz) = 121795 diff --git a/sysutils/pfetch-rs/pkg-descr b/sysutils/pfetch-rs/pkg-descr new file mode 100644 index 000000000000..553a27e32e9d --- /dev/null +++ b/sysutils/pfetch-rs/pkg-descr @@ -0,0 +1,5 @@ +A rewrite of the pfetch system information tool by dylanaraps in Rust +If you are familiar with the pfetch system information tool by dylanaraps, +this does the exact same thing, but with an about 10x faster runtime. +pfetch is simple by design with some (but not many) configuration options +and a minimalistic look. diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 5e580171cd52..45103b573591 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -1,6 +1,6 @@ PORTNAME= salt PORTVERSION= 3006.9 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI @@ -33,7 +33,7 @@ USES= cpe python CPE_VENDOR= saltstack CPE_PRODUCT= salt -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist cryptography distutils NO_ARCH= yes CONFLICTS= py[0-9]*-salt-2019* diff --git a/sysutils/rldd/Makefile b/sysutils/rldd/Makefile new file mode 100644 index 000000000000..40d840e35ce1 --- /dev/null +++ b/sysutils/rldd/Makefile @@ -0,0 +1,27 @@ +PORTNAME= rldd +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.0 +CATEGORIES= sysutils + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Print shared object dependencies +WWW= https://github.com/zatrazz/rldd + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= zatrazz + +PLIST_FILES= bin/rldd +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/sysutils/rldd/Makefile.crates b/sysutils/rldd/Makefile.crates new file mode 100644 index 000000000000..1774d207cbcf --- /dev/null +++ b/sysutils/rldd/Makefile.crates @@ -0,0 +1,40 @@ +CARGO_CRATES= argh-0.1.13 \ + argh_derive-0.1.13 \ + argh_shared-0.1.13 \ + bitflags-1.3.2 \ + bitflags-2.8.0 \ + cfg-if-1.0.0 \ + errno-0.3.10 \ + fastrand-2.3.0 \ + getrandom-0.3.1 \ + glob-0.3.2 \ + libc-0.2.169 \ + linux-raw-sys-0.4.15 \ + memchr-2.7.4 \ + memmap2-0.5.10 \ + object-0.29.0 \ + once_cell-1.20.2 \ + proc-macro2-1.0.93 \ + quote-1.0.38 \ + raw-cpuid-10.7.0 \ + rust-fuzzy-search-0.1.1 \ + rustix-0.38.44 \ + serde-1.0.217 \ + serde_derive-1.0.217 \ + syn-2.0.96 \ + tempfile-3.16.0 \ + termcolor-1.4.1 \ + unicode-ident-1.0.16 \ + wasi-0.13.3+wasi-0.2.2 \ + winapi-util-0.1.9 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ + wit-bindgen-rt-0.33.0 diff --git a/sysutils/rldd/distinfo b/sysutils/rldd/distinfo new file mode 100644 index 000000000000..cefd94fd5d94 --- /dev/null +++ b/sysutils/rldd/distinfo @@ -0,0 +1,83 @@ +TIMESTAMP = 1748351833 +SHA256 (rust/crates/argh-0.1.13.crate) = 34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240 +SIZE (rust/crates/argh-0.1.13.crate) = 28366 +SHA256 (rust/crates/argh_derive-0.1.13.crate) = adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803 +SIZE (rust/crates/argh_derive-0.1.13.crate) = 23278 +SHA256 (rust/crates/argh_shared-0.1.13.crate) = a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6 +SIZE (rust/crates/argh_shared-0.1.13.crate) = 5230 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36 +SIZE (rust/crates/bitflags-2.8.0.crate) = 47482 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d +SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 +SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a +SIZE (rust/crates/libc-0.2.169.crate) = 757901 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 +SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 +SHA256 (rust/crates/object-0.29.0.crate) = 21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53 +SIZE (rust/crates/object-0.29.0.crate) = 237723 +SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 +SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 +SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 +SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 +SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc +SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/raw-cpuid-10.7.0.crate) = 6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332 +SIZE (rust/crates/raw-cpuid-10.7.0.crate) = 107292 +SHA256 (rust/crates/rust-fuzzy-search-0.1.1.crate) = a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2 +SIZE (rust/crates/rust-fuzzy-search-0.1.1.crate) = 1198984 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 +SIZE (rust/crates/serde-1.0.217.crate) = 79019 +SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 +SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 +SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 +SIZE (rust/crates/syn-2.0.96.crate) = 297497 +SHA256 (rust/crates/tempfile-3.16.0.crate) = 38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91 +SIZE (rust/crates/tempfile-3.16.0.crate) = 38550 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (rust/crates/unicode-ident-1.0.16.crate) = a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034 +SIZE (rust/crates/unicode-ident-1.0.16.crate) = 47684 +SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 +SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +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 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +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/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c +SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 +SHA256 (zatrazz-rldd-v0.3.0_GH0.tar.gz) = 7c84f08d598c81c1575e24ca99082757c5e833d6be80fa355f7f2bd07e37fdca +SIZE (zatrazz-rldd-v0.3.0_GH0.tar.gz) = 205150 diff --git a/sysutils/rldd/files/patch-Cargo.toml b/sysutils/rldd/files/patch-Cargo.toml new file mode 100644 index 000000000000..5273833d9113 --- /dev/null +++ b/sysutils/rldd/files/patch-Cargo.toml @@ -0,0 +1,11 @@ +--- Cargo.toml.orig 2025-05-27 13:19:29 UTC ++++ Cargo.toml +@@ -31,7 +31,7 @@ raw-cpuid = "10.6.0" + [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] + raw-cpuid = "10.6.0" + +-[target.'cfg(target_os = "android")'.dev-dependencies] ++[target.'cfg(any(target_os = "android", target_os = "freebsd"))'.dev-dependencies] + tempfile = "3.3.0" + + [profile.release] diff --git a/sysutils/rldd/pkg-descr b/sysutils/rldd/pkg-descr new file mode 100644 index 000000000000..453b7e6eb7e0 --- /dev/null +++ b/sysutils/rldd/pkg-descr @@ -0,0 +1,6 @@ +The rldd tool resolves and prints the binary or shared library +dependencies with different visualization options. In opposite to the +Linux ldd tool, it does not invoke the system loader but instead +parses the loading information directly from either ELF or Mach-O +files, along with any required system files (such as loader cache or +extra configuration files). diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index eba49ebb7f10..4dbc41b1a82d 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -1,5 +1,5 @@ PORTNAME= bundler -PORTVERSION= 2.6.8 +PORTVERSION= 2.6.9 PORTEPOCH= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bundler/distinfo b/sysutils/rubygem-bundler/distinfo index cdd34fb3796f..d8e2b0776d56 100644 --- a/sysutils/rubygem-bundler/distinfo +++ b/sysutils/rubygem-bundler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178272 -SHA256 (rubygem/bundler-2.6.8.gem) = bde999917296a162e49564942dc2312ed9a8d32fc2f7b496c95f6df3cfcc87a9 -SIZE (rubygem/bundler-2.6.8.gem) = 452608 +TIMESTAMP = 1747716438 +SHA256 (rubygem/bundler-2.6.9.gem) = a25675ffbd055ae1186766cc1e120b4cf62588e88abb59b99c57e22b1c55c9eb +SIZE (rubygem/bundler-2.6.9.gem) = 455168 diff --git a/sysutils/rubygem-chef-bin/Makefile b/sysutils/rubygem-chef-bin/Makefile index 776c3261571a..3b935eb0b0a0 100644 --- a/sysutils/rubygem-chef-bin/Makefile +++ b/sysutils/rubygem-chef-bin/Makefile @@ -1,5 +1,5 @@ PORTNAME= chef-bin -PORTVERSION= 18.7.6 +PORTVERSION= 18.7.10 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-bin/distinfo b/sysutils/rubygem-chef-bin/distinfo index bd6d2efd0e46..1f11cf0e6b45 100644 --- a/sysutils/rubygem-chef-bin/distinfo +++ b/sysutils/rubygem-chef-bin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936412 -SHA256 (rubygem/chef-bin-18.7.6.gem) = 0b22fe1216c311fab775e2530a7e0fbaed42ab5db4f9040e8d849a6b61c3fda7 -SIZE (rubygem/chef-bin-18.7.6.gem) = 10240 +TIMESTAMP = 1747716404 +SHA256 (rubygem/chef-bin-18.7.10.gem) = d8bc507d0b96c301a21994d84fe846c262276df7acb84b48a4eb717c9cc5152e +SIZE (rubygem/chef-bin-18.7.10.gem) = 10240 diff --git a/sysutils/rubygem-chef-config/Makefile b/sysutils/rubygem-chef-config/Makefile index 758a96f20235..8b55a84195e7 100644 --- a/sysutils/rubygem-chef-config/Makefile +++ b/sysutils/rubygem-chef-config/Makefile @@ -1,5 +1,5 @@ PORTNAME= chef-config -PORTVERSION= 18.7.6 +PORTVERSION= 18.7.10 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-config/distinfo b/sysutils/rubygem-chef-config/distinfo index 4268f01315f5..d7e94d6f6df9 100644 --- a/sysutils/rubygem-chef-config/distinfo +++ b/sysutils/rubygem-chef-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936414 -SHA256 (rubygem/chef-config-18.7.6.gem) = e2ab4585da4f1b333af9da947800290e1243cf763f3779a776ed187c7ac0b8b7 -SIZE (rubygem/chef-config-18.7.6.gem) = 52736 +TIMESTAMP = 1747716406 +SHA256 (rubygem/chef-config-18.7.10.gem) = 84c2a72955d09b801ca6f2fe5b8e5bbdbeaf2dd60861c1fd67a0bae42ddf717f +SIZE (rubygem/chef-config-18.7.10.gem) = 52736 diff --git a/sysutils/rubygem-chef-utils/Makefile b/sysutils/rubygem-chef-utils/Makefile index 41bc44764407..011922e2d596 100644 --- a/sysutils/rubygem-chef-utils/Makefile +++ b/sysutils/rubygem-chef-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= chef-utils -PORTVERSION= 18.7.6 +PORTVERSION= 18.7.10 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef-utils/distinfo b/sysutils/rubygem-chef-utils/distinfo index 5fada48500fc..6b6474756851 100644 --- a/sysutils/rubygem-chef-utils/distinfo +++ b/sysutils/rubygem-chef-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936416 -SHA256 (rubygem/chef-utils-18.7.6.gem) = 6c015a47e3b7862e85be0396121c2bf5db97549ed1861328f90b687b7e8813c9 -SIZE (rubygem/chef-utils-18.7.6.gem) = 34816 +TIMESTAMP = 1747716408 +SHA256 (rubygem/chef-utils-18.7.10.gem) = cd93433e50d526d496a37f6ca3b07b65dc29f37b8c63231f22aa15924c4b99a4 +SIZE (rubygem/chef-utils-18.7.10.gem) = 34816 diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index eb1e81682112..a9cab75b91db 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -1,5 +1,5 @@ PORTNAME= chef -PORTVERSION= 18.7.6 +PORTVERSION= 18.7.10 CATEGORIES= sysutils MASTER_SITES= RG @@ -37,7 +37,7 @@ RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ rubygem-plist>=3.2<4:devel/rubygem-plist \ rubygem-proxifier2>=1.1<2:net/rubygem-proxifier2 \ rubygem-syslog-logger>=1.6<2:sysutils/rubygem-syslog-logger \ - rubygem-train-core>=3.10<3.12.7_99:net/rubygem-train-core \ + rubygem-train-core>=3.10<3.12.13_99:net/rubygem-train-core \ rubygem-train-rest>=0.4.1:net/rubygem-train-rest \ rubygem-train-winrm>=0.2.17:net/rubygem-train-winrm \ rubygem-unf_ext>=0.0.8.2:textproc/rubygem-unf_ext \ diff --git a/sysutils/rubygem-chef/distinfo b/sysutils/rubygem-chef/distinfo index 5aac38e4923d..8f67a9104070 100644 --- a/sysutils/rubygem-chef/distinfo +++ b/sysutils/rubygem-chef/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936410 -SHA256 (rubygem/chef-18.7.6.gem) = fc50599c8d315d88b4564e2f08c3e2698e36e087c76c57a9d95aad064b187a3b -SIZE (rubygem/chef-18.7.6.gem) = 1757696 +TIMESTAMP = 1747716402 +SHA256 (rubygem/chef-18.7.10.gem) = 1536e6edf7efb67438417c7f92d49377401440c09944d021f6b1c219c97b076b +SIZE (rubygem/chef-18.7.10.gem) = 1757696 diff --git a/sysutils/rubygem-hammer_cli/Makefile b/sysutils/rubygem-hammer_cli/Makefile index 595ffaccc5f1..a2766c0a42d8 100644 --- a/sysutils/rubygem-hammer_cli/Makefile +++ b/sysutils/rubygem-hammer_cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= hammer_cli -PORTVERSION= 3.14.0 +PORTVERSION= 3.15.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -12,7 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-amazing_print>=0:devel/rubygem-amazing_print \ rubygem-apipie-bindings>=0.7.0:devel/rubygem-apipie-bindings \ + rubygem-base64>=0:converters/rubygem-base64 \ rubygem-clamp>=1.3.1<2.0.0:devel/rubygem-clamp \ + rubygem-csv>=0:devel/rubygem-csv \ rubygem-fast_gettext>=0:devel/rubygem-fast_gettext \ rubygem-highline>=0:devel/rubygem-highline \ rubygem-locale>=2.0.6:devel/rubygem-locale \ diff --git a/sysutils/rubygem-hammer_cli/distinfo b/sysutils/rubygem-hammer_cli/distinfo index 7addd6b70d3f..53059387b968 100644 --- a/sysutils/rubygem-hammer_cli/distinfo +++ b/sysutils/rubygem-hammer_cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836380 -SHA256 (rubygem/hammer_cli-3.14.0.gem) = b42ceb28be77783647faaac81ff379a611739dd713d0731088f3dc3c58155885 -SIZE (rubygem/hammer_cli-3.14.0.gem) = 221184 +TIMESTAMP = 1747716440 +SHA256 (rubygem/hammer_cli-3.15.0.gem) = dcc791a2872cf02f944d810eee1e5f7f3acd453d864387e8553b8c5616798fca +SIZE (rubygem/hammer_cli-3.15.0.gem) = 222208 diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile index 9f4e90738ce8..62e7643cf32f 100644 --- a/sysutils/rubygem-hammer_cli_foreman/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman/Makefile @@ -1,5 +1,5 @@ PORTNAME= hammer_cli_foreman -PORTVERSION= 3.14.1 +PORTVERSION= 3.15.0 CATEGORIES= sysutils ruby MASTER_SITES= RG diff --git a/sysutils/rubygem-hammer_cli_foreman/distinfo b/sysutils/rubygem-hammer_cli_foreman/distinfo index c8757ea1bf0d..79c8fa5c0e52 100644 --- a/sysutils/rubygem-hammer_cli_foreman/distinfo +++ b/sysutils/rubygem-hammer_cli_foreman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289468 -SHA256 (rubygem/hammer_cli_foreman-3.14.1.gem) = a4f374c7f2ee3578a7f0c51f1d43851483c7efeef8253d688d3d4cd29c502554 -SIZE (rubygem/hammer_cli_foreman-3.14.1.gem) = 617472 +TIMESTAMP = 1747716442 +SHA256 (rubygem/hammer_cli_foreman-3.15.0.gem) = fa2977646726b49d37441581a7f74087e6156a6278ed7fac2ad49a4d0eed284f +SIZE (rubygem/hammer_cli_foreman-3.15.0.gem) = 656384 diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile index dbbb719f80b2..5c92ef9c3a90 100644 --- a/sysutils/rust-coreutils/Makefile +++ b/sysutils/rust-coreutils/Makefile @@ -1,6 +1,5 @@ PORTNAME= rust-coreutils -DISTVERSION= 0.0.30 -PORTREVISION= 1 +DISTVERSION= 0.1.0 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/rust-coreutils/Makefile.crates b/sysutils/rust-coreutils/Makefile.crates index 5825056cdb0a..a01c604a67ec 100644 --- a/sysutils/rust-coreutils/Makefile.crates +++ b/sysutils/rust-coreutils/Makefile.crates @@ -13,18 +13,18 @@ CARGO_CRATES= adler2-2.0.0 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ autocfg-1.4.0 \ - bigdecimal-0.4.7 \ + bigdecimal-0.4.8 \ binary-heap-plus-0.5.0 \ - bincode-1.3.3 \ - bindgen-0.70.1 \ + bincode-2.0.1 \ + bincode_derive-2.0.1 \ bindgen-0.71.1 \ bitflags-1.3.2 \ bitflags-2.9.0 \ bitvec-1.0.1 \ blake2b_simd-1.0.3 \ - blake3-1.6.1 \ + blake3-1.8.2 \ block-buffer-0.10.4 \ - bstr-1.11.3 \ + bstr-1.12.0 \ bumpalo-3.17.0 \ bytecount-0.6.8 \ byteorder-1.5.0 \ @@ -32,13 +32,13 @@ CARGO_CRATES= adler2-2.0.0 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - chrono-0.4.40 \ - chrono-tz-0.10.1 \ + chrono-0.4.41 \ + chrono-tz-0.10.3 \ chrono-tz-build-0.4.0 \ clang-sys-1.8.1 \ - clap-4.5.31 \ - clap_builder-4.5.31 \ - clap_complete-4.5.46 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_complete-4.5.50 \ clap_lex-0.7.4 \ clap_mangen-0.2.26 \ colorchoice-1.0.3 \ @@ -47,6 +47,7 @@ CARGO_CRATES= adler2-2.0.0 \ const-random-0.1.18 \ const-random-macro-0.1.16 \ constant_time_eq-0.3.1 \ + convert_case-0.7.1 \ core-foundation-sys-0.8.7 \ coz-0.1.3 \ cpp-0.5.10 \ @@ -58,21 +59,28 @@ CARGO_CRATES= adler2-2.0.0 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ - crossterm-0.28.1 \ + crossterm-0.29.0 \ crossterm_winapi-0.9.1 \ crunchy-0.2.3 \ crypto-common-0.1.6 \ - ctrlc-3.4.5 \ - data-encoding-2.8.0 \ - data-encoding-macro-0.1.17 \ - data-encoding-macro-internal-0.1.15 \ - deranged-0.3.11 \ + ctor-0.4.2 \ + ctor-proc-macro-0.0.5 \ + ctrlc-3.4.7 \ + data-encoding-2.9.0 \ + data-encoding-macro-0.1.18 \ + data-encoding-macro-internal-0.1.16 \ + deranged-0.4.0 \ derive_arbitrary-1.4.1 \ + derive_more-2.0.1 \ + derive_more-impl-2.0.1 \ diff-0.1.13 \ digest-0.10.7 \ displaydoc-0.2.5 \ dlv-list-0.5.2 \ dns-lookup-2.0.4 \ + document-features-0.2.11 \ + dtor-0.0.6 \ + dtor-proc-macro-0.0.5 \ dunce-1.0.5 \ either-1.15.0 \ encode_unicode-1.0.0 \ @@ -83,14 +91,16 @@ CARGO_CRATES= adler2-2.0.0 \ file_diff-1.0.0 \ filedescriptor-0.8.3 \ filetime-0.2.25 \ - flate2-1.1.0 \ + flate2-1.1.1 \ + fluent-0.17.0 \ + fluent-bundle-0.16.0 \ + fluent-langneg-0.13.0 \ + fluent-syntax-0.12.0 \ fnv-1.0.7 \ foldhash-0.1.4 \ fs_extra-1.3.0 \ fsevent-sys-4.1.0 \ - fts-sys-0.2.14 \ - fundu-2.0.1 \ - fundu-core-0.3.1 \ + fts-sys-0.2.16 \ funty-2.0.0 \ futures-core-0.3.31 \ futures-macro-0.3.31 \ @@ -102,18 +112,20 @@ CARGO_CRATES= adler2-2.0.0 \ getrandom-0.2.15 \ getrandom-0.3.1 \ glob-0.3.2 \ - half-2.4.1 \ + half-2.6.0 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ hex-0.4.3 \ - hex-literal-0.4.1 \ - hostname-0.4.0 \ - iana-time-zone-0.1.61 \ + hex-literal-1.0.0 \ + hostname-0.4.1 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ indexmap-2.7.1 \ indicatif-0.17.11 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ + intl-memoizer-0.5.3 \ + intl_pluralrules-7.0.2 \ is_terminal_polyfill-1.70.1 \ itertools-0.13.0 \ itertools-0.14.0 \ @@ -123,12 +135,14 @@ CARGO_CRATES= adler2-2.0.0 \ kqueue-1.0.8 \ kqueue-sys-1.0.4 \ lazy_static-1.5.0 \ - libc-0.2.170 \ + libc-0.2.172 \ libloading-0.8.6 \ libm-0.2.11 \ libredox-0.1.3 \ + libz-rs-sys-0.5.0 \ linux-raw-sys-0.4.15 \ - linux-raw-sys-0.9.2 \ + linux-raw-sys-0.9.4 \ + litrs-0.4.1 \ lock_api-0.4.12 \ lockfree-object-pool-0.1.6 \ log-0.4.26 \ @@ -140,7 +154,7 @@ CARGO_CRATES= adler2-2.0.0 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.5 \ mio-1.0.3 \ - nix-0.29.0 \ + nix-0.30.1 \ nom-7.1.3 \ nom-8.0.0 \ notify-8.0.0 \ @@ -158,11 +172,11 @@ CARGO_CRATES= adler2-2.0.0 \ onig-6.4.0 \ onig_sys-69.8.1 \ ordered-multimap-0.7.3 \ - os_display-0.1.3 \ + os_display-0.1.4 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ parse-zoneinfo-0.3.1 \ - parse_datetime-0.8.0 \ + parse_datetime-0.9.0 \ phf-0.11.3 \ phf_codegen-0.11.3 \ phf_generator-0.11.3 \ @@ -177,14 +191,14 @@ CARGO_CRATES= adler2-2.0.0 \ pretty_assertions-1.4.1 \ prettyplease-0.2.30 \ proc-macro-crate-3.3.0 \ - proc-macro2-1.0.94 \ + proc-macro2-1.0.95 \ procfs-0.17.0 \ procfs-core-0.17.0 \ quick-error-2.0.1 \ - quote-1.0.39 \ + quote-1.0.40 \ radium-0.7.0 \ rand-0.8.5 \ - rand-0.9.0 \ + rand-0.9.1 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ @@ -209,45 +223,49 @@ CARGO_CRATES= adler2-2.0.0 \ rustversion-1.0.20 \ same-file-1.0.6 \ scopeguard-1.2.0 \ - self_cell-1.1.0 \ - selinux-0.5.0 \ - selinux-sys-0.6.13 \ + self_cell-1.2.0 \ + selinux-0.5.1 \ + selinux-sys-0.6.14 \ semver-1.0.26 \ - serde-1.0.218 \ + serde-1.0.219 \ serde-big-array-0.5.1 \ - serde_derive-1.0.218 \ + serde_derive-1.0.219 \ sha1-0.10.6 \ - sha2-0.10.8 \ + sha2-0.10.9 \ sha3-0.10.8 \ shlex-1.3.0 \ - signal-hook-0.3.17 \ + signal-hook-0.3.18 \ signal-hook-mio-0.2.4 \ signal-hook-registry-1.4.2 \ simd-adler32-0.3.7 \ siphasher-1.0.1 \ slab-0.4.9 \ sm3-0.4.2 \ - smallvec-1.14.0 \ + smallvec-1.15.0 \ smawk-0.3.2 \ socket2-0.5.8 \ strsim-0.11.1 \ syn-2.0.99 \ tap-1.0.1 \ - tempfile-3.18.0 \ - terminal_size-0.4.1 \ + tempfile-3.20.0 \ + terminal_size-0.4.2 \ textwrap-0.16.2 \ thiserror-1.0.69 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - time-0.3.39 \ - time-core-0.1.3 \ - time-macros-0.2.20 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ tiny-keccak-2.0.2 \ + tinystr-0.8.1 \ toml_datetime-0.6.8 \ toml_edit-0.22.24 \ trim-in-place-0.1.7 \ + type-map-0.5.0 \ typenum-1.18.0 \ + unic-langid-0.9.6 \ + unic-langid-impl-0.9.6 \ unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ unicode-segmentation-1.12.0 \ @@ -255,12 +273,14 @@ CARGO_CRATES= adler2-2.0.0 \ unicode-width-0.2.0 \ unicode-xid-0.2.6 \ unindent-0.2.4 \ + unty-0.0.4 \ utf8parse-0.2.2 \ utmp-classic-0.1.6 \ utmp-classic-raw-0.1.3 \ uuid-1.15.1 \ - uutils_term_grid-0.6.0 \ + uutils_term_grid-0.7.0 \ version_check-0.9.5 \ + virtue-0.0.18 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasi-0.13.3+wasi-0.2.2 \ @@ -275,9 +295,12 @@ CARGO_CRATES= adler2-2.0.0 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.52.0 \ - windows-core-0.52.0 \ - windows-link-0.1.0 \ + windows-core-0.60.1 \ + windows-implement-0.59.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-result-0.3.1 \ + windows-strings-0.3.1 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ @@ -305,8 +328,9 @@ CARGO_CRATES= adler2-2.0.0 \ yansi-1.0.1 \ z85-3.0.6 \ zerocopy-0.7.35 \ - zerocopy-0.8.23 \ zerocopy-derive-0.7.35 \ - zerocopy-derive-0.8.23 \ - zip-2.2.3 \ + zerofrom-0.1.6 \ + zerovec-0.11.2 \ + zip-4.0.0 \ + zlib-rs-0.5.0 \ zopfli-0.8.1 diff --git a/sysutils/rust-coreutils/distinfo b/sysutils/rust-coreutils/distinfo index e67cc0d3d603..69dd76e60cfa 100644 --- a/sysutils/rust-coreutils/distinfo +++ b/sysutils/rust-coreutils/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1741463715 +TIMESTAMP = 1748168083 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -29,14 +29,14 @@ SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5b SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/bigdecimal-0.4.7.crate) = 7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c -SIZE (rust/crates/bigdecimal-0.4.7.crate) = 89252 +SHA256 (rust/crates/bigdecimal-0.4.8.crate) = 1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013 +SIZE (rust/crates/bigdecimal-0.4.8.crate) = 89479 SHA256 (rust/crates/binary-heap-plus-0.5.0.crate) = e4551d8382e911ecc0d0f0ffb602777988669be09447d536ff4388d1def11296 SIZE (rust/crates/binary-heap-plus-0.5.0.crate) = 20570 -SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad -SIZE (rust/crates/bincode-1.3.3.crate) = 28958 -SHA256 (rust/crates/bindgen-0.70.1.crate) = f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f -SIZE (rust/crates/bindgen-0.70.1.crate) = 226363 +SHA256 (rust/crates/bincode-2.0.1.crate) = 36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740 +SIZE (rust/crates/bincode-2.0.1.crate) = 70469 +SHA256 (rust/crates/bincode_derive-2.0.1.crate) = bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09 +SIZE (rust/crates/bincode_derive-2.0.1.crate) = 7404 SHA256 (rust/crates/bindgen-0.71.1.crate) = 5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3 SIZE (rust/crates/bindgen-0.71.1.crate) = 237785 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a @@ -47,12 +47,12 @@ SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5 SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 SHA256 (rust/crates/blake2b_simd-1.0.3.crate) = 06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99 SIZE (rust/crates/blake2b_simd-1.0.3.crate) = 34528 -SHA256 (rust/crates/blake3-1.6.1.crate) = 675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753 -SIZE (rust/crates/blake3-1.6.1.crate) = 186007 +SHA256 (rust/crates/blake3-1.8.2.crate) = 3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0 +SIZE (rust/crates/blake3-1.8.2.crate) = 205967 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bstr-1.11.3.crate) = 531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0 -SIZE (rust/crates/bstr-1.11.3.crate) = 351536 +SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 +SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 SHA256 (rust/crates/bytecount-0.6.8.crate) = 5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce @@ -67,20 +67,20 @@ SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582eb SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c -SIZE (rust/crates/chrono-0.4.40.crate) = 229824 -SHA256 (rust/crates/chrono-tz-0.10.1.crate) = 9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f -SIZE (rust/crates/chrono-tz-0.10.1.crate) = 378405 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/chrono-tz-0.10.3.crate) = efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3 +SIZE (rust/crates/chrono-tz-0.10.3.crate) = 380709 SHA256 (rust/crates/chrono-tz-build-0.4.0.crate) = e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7 SIZE (rust/crates/chrono-tz-build-0.4.0.crate) = 10660 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.31.crate) = 027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767 -SIZE (rust/crates/clap-4.5.31.crate) = 56084 -SHA256 (rust/crates/clap_builder-4.5.31.crate) = 5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863 -SIZE (rust/crates/clap_builder-4.5.31.crate) = 168303 -SHA256 (rust/crates/clap_complete-4.5.46.crate) = f5c5508ea23c5366f77e53f5a0070e5a84e51687ec3ef9e0464c86dc8d13ce98 -SIZE (rust/crates/clap_complete-4.5.46.crate) = 48021 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 +SHA256 (rust/crates/clap_complete-4.5.50.crate) = c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1 +SIZE (rust/crates/clap_complete-4.5.50.crate) = 48292 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/clap_mangen-0.2.26.crate) = 724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a @@ -97,6 +97,8 @@ SHA256 (rust/crates/const-random-macro-0.1.16.crate) = f9d839f2a20b0aee515dc581a SIZE (rust/crates/const-random-macro-0.1.16.crate) = 6657 SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6 SIZE (rust/crates/constant_time_eq-0.3.1.crate) = 11561 +SHA256 (rust/crates/convert_case-0.7.1.crate) = bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7 +SIZE (rust/crates/convert_case-0.7.1.crate) = 23816 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/coz-0.1.3.crate) = cef55b3fe2f5477d59e12bc792e8b3c95a25bd099eadcfae006ecea136de76e2 @@ -119,26 +121,34 @@ SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1 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/crossterm-0.28.1.crate) = 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 -SIZE (rust/crates/crossterm-0.28.1.crate) = 132275 +SHA256 (rust/crates/crossterm-0.29.0.crate) = d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b +SIZE (rust/crates/crossterm-0.29.0.crate) = 136635 SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/ctrlc-3.4.5.crate) = 90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3 -SIZE (rust/crates/ctrlc-3.4.5.crate) = 14592 -SHA256 (rust/crates/data-encoding-2.8.0.crate) = 575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010 -SIZE (rust/crates/data-encoding-2.8.0.crate) = 21394 -SHA256 (rust/crates/data-encoding-macro-0.1.17.crate) = 9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558 -SIZE (rust/crates/data-encoding-macro-0.1.17.crate) = 4354 -SHA256 (rust/crates/data-encoding-macro-internal-0.1.15.crate) = 18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f -SIZE (rust/crates/data-encoding-macro-internal-0.1.15.crate) = 3703 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (rust/crates/ctor-0.4.2.crate) = a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5 +SIZE (rust/crates/ctor-0.4.2.crate) = 13814 +SHA256 (rust/crates/ctor-proc-macro-0.0.5.crate) = 4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d +SIZE (rust/crates/ctor-proc-macro-0.0.5.crate) = 2040 +SHA256 (rust/crates/ctrlc-3.4.7.crate) = 46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73 +SIZE (rust/crates/ctrlc-3.4.7.crate) = 14606 +SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476 +SIZE (rust/crates/data-encoding-2.9.0.crate) = 21564 +SHA256 (rust/crates/data-encoding-macro-0.1.18.crate) = 47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d +SIZE (rust/crates/data-encoding-macro-0.1.18.crate) = 4357 +SHA256 (rust/crates/data-encoding-macro-internal-0.1.16.crate) = 8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976 +SIZE (rust/crates/data-encoding-macro-internal-0.1.16.crate) = 3714 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 SHA256 (rust/crates/derive_arbitrary-1.4.1.crate) = 30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800 SIZE (rust/crates/derive_arbitrary-1.4.1.crate) = 11521 +SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 +SIZE (rust/crates/derive_more-2.0.1.crate) = 70127 +SHA256 (rust/crates/derive_more-impl-2.0.1.crate) = bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3 +SIZE (rust/crates/derive_more-impl-2.0.1.crate) = 78233 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 @@ -149,6 +159,12 @@ SHA256 (rust/crates/dlv-list-0.5.2.crate) = 442039f5147480ba31067cb00ada1adae689 SIZE (rust/crates/dlv-list-0.5.2.crate) = 22373 SHA256 (rust/crates/dns-lookup-2.0.4.crate) = e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc SIZE (rust/crates/dns-lookup-2.0.4.crate) = 13733 +SHA256 (rust/crates/document-features-0.2.11.crate) = 95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d +SIZE (rust/crates/document-features-0.2.11.crate) = 14640 +SHA256 (rust/crates/dtor-0.0.6.crate) = 97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8 +SIZE (rust/crates/dtor-0.0.6.crate) = 6601 +SHA256 (rust/crates/dtor-proc-macro-0.0.5.crate) = 7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055 +SIZE (rust/crates/dtor-proc-macro-0.0.5.crate) = 2049 SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 SIZE (rust/crates/dunce-1.0.5.crate) = 8244 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 @@ -169,8 +185,16 @@ SHA256 (rust/crates/filedescriptor-0.8.3.crate) = e40758ed24c9b2eeb76c35fb0aebc6 SIZE (rust/crates/filedescriptor-0.8.3.crate) = 12635 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 SIZE (rust/crates/filetime-0.2.25.crate) = 14940 -SHA256 (rust/crates/flate2-1.1.0.crate) = 11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc -SIZE (rust/crates/flate2-1.1.0.crate) = 110650 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/fluent-0.17.0.crate) = 8137a6d5a2c50d6b0ebfcb9aaa91a28154e0a70605f112d30cb0cd4a78670477 +SIZE (rust/crates/fluent-0.17.0.crate) = 10282 +SHA256 (rust/crates/fluent-bundle-0.16.0.crate) = 01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4 +SIZE (rust/crates/fluent-bundle-0.16.0.crate) = 35301 +SHA256 (rust/crates/fluent-langneg-0.13.0.crate) = 2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94 +SIZE (rust/crates/fluent-langneg-0.13.0.crate) = 11723 +SHA256 (rust/crates/fluent-syntax-0.12.0.crate) = 54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198 +SIZE (rust/crates/fluent-syntax-0.12.0.crate) = 32438 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.4.crate) = a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f @@ -179,12 +203,8 @@ SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 -SHA256 (rust/crates/fts-sys-0.2.14.crate) = 82a568c1a1bf43f3ba449e446d85537fd914fb3abb003b21bc4ec6747f80596e -SIZE (rust/crates/fts-sys-0.2.14.crate) = 8092 -SHA256 (rust/crates/fundu-2.0.1.crate) = 2ce12752fc64f35be3d53e0a57017cd30970f0cffd73f62c791837d8845badbd -SIZE (rust/crates/fundu-2.0.1.crate) = 60498 -SHA256 (rust/crates/fundu-core-0.3.1.crate) = e463452e2d8b7600d38dcea1ed819773a57f0d710691bfc78db3961bd3f4c3ba -SIZE (rust/crates/fundu-core-0.3.1.crate) = 36671 +SHA256 (rust/crates/fts-sys-0.2.16.crate) = 43119ec0f2227f8505c8bb6c60606b5eefc328607bfe1a421e561c4decfa02ab +SIZE (rust/crates/fts-sys-0.2.16.crate) = 8256 SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c SIZE (rust/crates/funty-2.0.0.crate) = 13160 SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e @@ -207,20 +227,20 @@ SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c0 SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 -SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 -SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 +SIZE (rust/crates/half-2.6.0.crate) = 59507 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/hex-literal-0.4.1.crate) = 6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46 -SIZE (rust/crates/hex-literal-0.4.1.crate) = 8559 -SHA256 (rust/crates/hostname-0.4.0.crate) = f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba -SIZE (rust/crates/hostname-0.4.0.crate) = 10632 -SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 -SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 +SHA256 (rust/crates/hex-literal-1.0.0.crate) = bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71 +SIZE (rust/crates/hex-literal-1.0.0.crate) = 8673 +SHA256 (rust/crates/hostname-0.4.1.crate) = a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65 +SIZE (rust/crates/hostname-0.4.1.crate) = 13819 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/indexmap-2.7.1.crate) = 8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652 @@ -231,6 +251,10 @@ SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be3 SIZE (rust/crates/inotify-0.11.0.crate) = 26241 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 +SHA256 (rust/crates/intl-memoizer-0.5.3.crate) = 310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f +SIZE (rust/crates/intl-memoizer-0.5.3.crate) = 12171 +SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972 +SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 @@ -249,18 +273,22 @@ SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac36 SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 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.170.crate) = 875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828 -SIZE (rust/crates/libc-0.2.170.crate) = 760076 +SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa +SIZE (rust/crates/libc-0.2.172.crate) = 791646 SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 SIZE (rust/crates/libloading-0.8.6.crate) = 28922 SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa SIZE (rust/crates/libm-0.2.11.crate) = 111477 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libz-rs-sys-0.5.0.crate) = 6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a +SIZE (rust/crates/libz-rs-sys-0.5.0.crate) = 17014 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 -SHA256 (rust/crates/linux-raw-sys-0.9.2.crate) = 6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9 -SIZE (rust/crates/linux-raw-sys-0.9.2.crate) = 2297426 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litrs-0.4.1.crate) = b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5 +SIZE (rust/crates/litrs-0.4.1.crate) = 42603 SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/lockfree-object-pool-0.1.6.crate) = 9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e @@ -283,8 +311,8 @@ SHA256 (rust/crates/miniz_oxide-0.8.5.crate) = 8e3e04debbb59698c15bacbb6d93584a8 SIZE (rust/crates/miniz_oxide-0.8.5.crate) = 62237 SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd SIZE (rust/crates/mio-1.0.3.crate) = 103703 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/nom-8.0.0.crate) = df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405 @@ -319,16 +347,16 @@ SHA256 (rust/crates/onig_sys-69.8.1.crate) = 7b829e3d7e9cc74c7e315ee8edb185bf419 SIZE (rust/crates/onig_sys-69.8.1.crate) = 638216 SHA256 (rust/crates/ordered-multimap-0.7.3.crate) = 49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79 SIZE (rust/crates/ordered-multimap-0.7.3.crate) = 23265 -SHA256 (rust/crates/os_display-0.1.3.crate) = 7a6229bad892b46b0dcfaaeb18ad0d2e56400f5aaea05b768bde96e73676cf75 -SIZE (rust/crates/os_display-0.1.3.crate) = 16800 +SHA256 (rust/crates/os_display-0.1.4.crate) = ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f +SIZE (rust/crates/os_display-0.1.4.crate) = 17027 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/parse-zoneinfo-0.3.1.crate) = 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24 SIZE (rust/crates/parse-zoneinfo-0.3.1.crate) = 97290 -SHA256 (rust/crates/parse_datetime-0.8.0.crate) = 4bffd1156cebf13f681d7769924d3edfb9d9d71ba206a8d8e8e7eb9df4f4b1e7 -SIZE (rust/crates/parse_datetime-0.8.0.crate) = 17808 +SHA256 (rust/crates/parse_datetime-0.9.0.crate) = 2fd3830b49ee3a0dcc8fdfadc68c6354c97d00101ac1cac5b2eee25d35c42066 +SIZE (rust/crates/parse_datetime-0.9.0.crate) = 21587 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 SIZE (rust/crates/phf-0.11.3.crate) = 23231 SHA256 (rust/crates/phf_codegen-0.11.3.crate) = aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a @@ -357,22 +385,22 @@ SHA256 (rust/crates/prettyplease-0.2.30.crate) = f1ccf34da56fc294e7d4ccf69a85992 SIZE (rust/crates/prettyplease-0.2.30.crate) = 71670 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.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 -SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/procfs-0.17.0.crate) = cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f SIZE (rust/crates/procfs-0.17.0.crate) = 73252 SHA256 (rust/crates/procfs-core-0.17.0.crate) = 239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec SIZE (rust/crates/procfs-core-0.17.0.crate) = 87533 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quote-1.0.39.crate) = c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801 -SIZE (rust/crates/quote-1.0.39.crate) = 31206 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 -SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -421,30 +449,30 @@ SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/self_cell-1.1.0.crate) = c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe -SIZE (rust/crates/self_cell-1.1.0.crate) = 16636 -SHA256 (rust/crates/selinux-0.5.0.crate) = 5ed8a2f05a488befa851d8de2e3b55bc3889d4fac6758d120bd94098608f63fb -SIZE (rust/crates/selinux-0.5.0.crate) = 43225 -SHA256 (rust/crates/selinux-sys-0.6.13.crate) = e5e6e2b8e07a8ff45c90f8e3611bf10c4da7a28d73a26f9ede04f927da234f52 -SIZE (rust/crates/selinux-sys-0.6.13.crate) = 9067 +SHA256 (rust/crates/self_cell-1.2.0.crate) = 0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749 +SIZE (rust/crates/self_cell-1.2.0.crate) = 16883 +SHA256 (rust/crates/selinux-0.5.1.crate) = e37f432dfe840521abd9a72fefdf88ed7ad0f43bbea7d9d1d3d80383e9f4ad13 +SIZE (rust/crates/selinux-0.5.1.crate) = 43096 +SHA256 (rust/crates/selinux-sys-0.6.14.crate) = 280da3df1236da180be5ac50a893b26a1d3c49e3a44acb2d10d1f082523ff916 +SIZE (rust/crates/selinux-sys-0.6.14.crate) = 12332 SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 SIZE (rust/crates/semver-1.0.26.crate) = 31303 -SHA256 (rust/crates/serde-1.0.218.crate) = e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60 -SIZE (rust/crates/serde-1.0.218.crate) = 78968 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde-big-array-0.5.1.crate) = 11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f SIZE (rust/crates/serde-big-array-0.5.1.crate) = 6618 -SHA256 (rust/crates/serde_derive-1.0.218.crate) = f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b -SIZE (rust/crates/serde_derive-1.0.218.crate) = 57782 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/sha3-0.10.8.crate) = 75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60 SIZE (rust/crates/sha3-0.10.8.crate) = 858216 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 -SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 +SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 +SIZE (rust/crates/signal-hook-0.3.18.crate) = 50862 SHA256 (rust/crates/signal-hook-mio-0.2.4.crate) = 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd SIZE (rust/crates/signal-hook-mio-0.2.4.crate) = 9314 SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 @@ -457,8 +485,8 @@ SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0b SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/sm3-0.4.2.crate) = ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860 SIZE (rust/crates/sm3-0.4.2.crate) = 10344 -SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 @@ -469,10 +497,10 @@ SHA256 (rust/crates/syn-2.0.99.crate) = e02e925281e18ffd9d640e234264753c43edc62d SIZE (rust/crates/syn-2.0.99.crate) = 297762 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 SIZE (rust/crates/tap-1.0.1.crate) = 11316 -SHA256 (rust/crates/tempfile-3.18.0.crate) = 2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567 -SIZE (rust/crates/tempfile-3.18.0.crate) = 39574 -SHA256 (rust/crates/terminal_size-0.4.1.crate) = 5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9 -SIZE (rust/crates/terminal_size-0.4.1.crate) = 10037 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/terminal_size-0.4.2.crate) = 45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed +SIZE (rust/crates/terminal_size-0.4.2.crate) = 9976 SHA256 (rust/crates/textwrap-0.16.2.crate) = c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057 SIZE (rust/crates/textwrap-0.16.2.crate) = 57077 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 @@ -483,22 +511,30 @@ SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/time-0.3.39.crate) = dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8 -SIZE (rust/crates/time-0.3.39.crate) = 139037 -SHA256 (rust/crates/time-core-0.1.3.crate) = 765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef -SIZE (rust/crates/time-core-0.1.3.crate) = 8002 -SHA256 (rust/crates/time-macros-0.2.20.crate) = e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c -SIZE (rust/crates/time-macros-0.2.20.crate) = 24416 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399 SHA256 (rust/crates/trim-in-place-0.1.7.crate) = 343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc SIZE (rust/crates/trim-in-place-0.1.7.crate) = 2485 +SHA256 (rust/crates/type-map-0.5.0.crate) = deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f +SIZE (rust/crates/type-map-0.5.0.crate) = 3464 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/unic-langid-0.9.6.crate) = a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05 +SIZE (rust/crates/unic-langid-0.9.6.crate) = 9031 +SHA256 (rust/crates/unic-langid-impl-0.9.6.crate) = dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658 +SIZE (rust/crates/unic-langid-impl-0.9.6.crate) = 90020 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f @@ -513,6 +549,8 @@ SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 SIZE (rust/crates/unindent-0.2.4.crate) = 7422 +SHA256 (rust/crates/unty-0.0.4.crate) = 6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae +SIZE (rust/crates/unty-0.0.4.crate) = 7200 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 SHA256 (rust/crates/utmp-classic-0.1.6.crate) = e24c654e19afaa6b8f3877ece5d3bed849c2719c56f6752b18ca7da4fcc6e85a @@ -521,10 +559,12 @@ SHA256 (rust/crates/utmp-classic-raw-0.1.3.crate) = 22c226537a3d6e01c440c1926ca0 SIZE (rust/crates/utmp-classic-raw-0.1.3.crate) = 3846 SHA256 (rust/crates/uuid-1.15.1.crate) = e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587 SIZE (rust/crates/uuid-1.15.1.crate) = 58728 -SHA256 (rust/crates/uutils_term_grid-0.6.0.crate) = f89defb4adb4ba5703a57abc879f96ddd6263a444cacc446db90bf2617f141fb -SIZE (rust/crates/uutils_term_grid-0.6.0.crate) = 10904 +SHA256 (rust/crates/uutils_term_grid-0.7.0.crate) = fcba141ce511bad08e80b43f02976571072e1ff4286f7d628943efbd277c6361 +SIZE (rust/crates/uutils_term_grid-0.7.0.crate) = 12285 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/virtue-0.0.18.crate) = 051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1 +SIZE (rust/crates/virtue-0.0.18.crate) = 33545 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 @@ -553,12 +593,18 @@ SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55 SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-0.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be -SIZE (rust/crates/windows-0.52.0.crate) = 11843715 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-link-0.1.0.crate) = 6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3 -SIZE (rust/crates/windows-link-0.1.0.crate) = 6153 +SHA256 (rust/crates/windows-core-0.60.1.crate) = ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247 +SIZE (rust/crates/windows-core-0.60.1.crate) = 36171 +SHA256 (rust/crates/windows-implement-0.59.0.crate) = 83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1 +SIZE (rust/crates/windows-implement-0.59.0.crate) = 11373 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 +SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-result-0.3.1.crate) = 06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189 +SIZE (rust/crates/windows-result-0.3.1.crate) = 13383 +SHA256 (rust/crates/windows-strings-0.3.1.crate) = 87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319 +SIZE (rust/crates/windows-strings-0.3.1.crate) = 13922 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d @@ -613,15 +659,17 @@ SHA256 (rust/crates/z85-3.0.6.crate) = 9b3a41ce106832b4da1c065baa4c31cf640cf965f SIZE (rust/crates/z85-3.0.6.crate) = 12489 SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-0.8.23.crate) = fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6 -SIZE (rust/crates/zerocopy-0.8.23.crate) = 239977 SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (rust/crates/zerocopy-derive-0.8.23.crate) = 6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154 -SIZE (rust/crates/zerocopy-derive-0.8.23.crate) = 83885 -SHA256 (rust/crates/zip-2.2.3.crate) = b280484c454e74e5fff658bbf7df8fdbe7a07c6b2de4a53def232c15ef138f3a -SIZE (rust/crates/zip-2.2.3.crate) = 106439 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zip-4.0.0.crate) = 153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd +SIZE (rust/crates/zip-4.0.0.crate) = 111911 +SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8 +SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547 SHA256 (rust/crates/zopfli-0.8.1.crate) = e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946 SIZE (rust/crates/zopfli-0.8.1.crate) = 50972 -SHA256 (uutils-coreutils-0.0.30_GH0.tar.gz) = 732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22 -SIZE (uutils-coreutils-0.0.30_GH0.tar.gz) = 2443734 +SHA256 (uutils-coreutils-0.1.0_GH0.tar.gz) = 55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8 +SIZE (uutils-coreutils-0.1.0_GH0.tar.gz) = 2511132 diff --git a/sysutils/screen-devel/Makefile b/sysutils/screen-devel/Makefile index 924088d23035..da6903deec5d 100644 --- a/sysutils/screen-devel/Makefile +++ b/sysutils/screen-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= screen DISTVERSION= 5.0.1.${SCREEN_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel MASTER_SITES= # diff --git a/sysutils/screen-devel/files/screenrc.sample b/sysutils/screen-devel/files/screenrc.sample index 3762f6c5da7b..8bfb5906d20c 100644 --- a/sysutils/screen-devel/files/screenrc.sample +++ b/sysutils/screen-devel/files/screenrc.sample @@ -3,7 +3,7 @@ defscrollback 5000 termcapinfo xterm ti@:te@ termcapinfo xterm-color ti@:te@ hardstatus alwayslastline -hardstatus string '%{2;0}[%{+b2}%H%{-}][%= %{7}%?%-Lw%?%{+b1}(%{+b7}%n%f%t%?(%u)%?%{-})%{-}%?%+Lw%?%= %{-}]%{+b6}[%m/%d/%y %c]%{-}%{-}' +hardstatus string '%{2;0}[%{+b10;0}%H%{-}][%= %{7;0}%?%-Lw%?%{+9;0}(%{+15;0}%n%f %t%?(%u)%?%{-})%{-} ^H%?%+Lw%?%= %{-}]%{+b14;0}[%m/%d/%y %c]%{-}%{-}' vbell off shell -$SHELL logtstamp on diff --git a/sysutils/screen50/Makefile b/sysutils/screen50/Makefile index 91dc6157433b..5ea9c2b6b113 100644 --- a/sysutils/screen50/Makefile +++ b/sysutils/screen50/Makefile @@ -1,6 +1,6 @@ PORTNAME= screen DISTVERSION= 5.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= GNU \ ftp://ftp.gnu.org/gnu/screen/ \ diff --git a/sysutils/screen50/files/screenrc.sample b/sysutils/screen50/files/screenrc.sample index 3762f6c5da7b..8bfb5906d20c 100644 --- a/sysutils/screen50/files/screenrc.sample +++ b/sysutils/screen50/files/screenrc.sample @@ -3,7 +3,7 @@ defscrollback 5000 termcapinfo xterm ti@:te@ termcapinfo xterm-color ti@:te@ hardstatus alwayslastline -hardstatus string '%{2;0}[%{+b2}%H%{-}][%= %{7}%?%-Lw%?%{+b1}(%{+b7}%n%f%t%?(%u)%?%{-})%{-}%?%+Lw%?%= %{-}]%{+b6}[%m/%d/%y %c]%{-}%{-}' +hardstatus string '%{2;0}[%{+b10;0}%H%{-}][%= %{7;0}%?%-Lw%?%{+9;0}(%{+15;0}%n%f %t%?(%u)%?%{-})%{-} ^H%?%+Lw%?%= %{-}]%{+b14;0}[%m/%d/%y %c]%{-}%{-}' vbell off shell -$SHELL logtstamp on diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile index 665ad3323c85..76db691e9b59 100644 --- a/sysutils/tailspin/Makefile +++ b/sysutils/tailspin/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailspin -DISTVERSION= 5.4.2 +DISTVERSION= 5.4.3 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/tailspin/Makefile.crates b/sysutils/tailspin/Makefile.crates index b908b211f18d..525e750c790c 100644 --- a/sysutils/tailspin/Makefile.crates +++ b/sysutils/tailspin/Makefile.crates @@ -5,19 +5,20 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ + anstyle-wincon-3.0.8 \ async-trait-0.1.88 \ autocfg-1.4.0 \ - backtrace-0.3.74 \ + backtrace-0.3.75 \ backtrace-ext-0.2.1 \ bitflags-1.3.2 \ - bitflags-2.9.0 \ + bitflags-2.9.1 \ + bumpalo-3.17.0 \ bytes-1.10.1 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - clap-4.5.37 \ - clap_builder-4.5.37 \ - clap_complete-4.5.47 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_complete-4.5.50 \ clap_derive-4.5.32 \ clap_lex-0.7.4 \ colorchoice-1.0.3 \ @@ -25,21 +26,21 @@ CARGO_CRATES= addr2line-0.24.2 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ - ctrlc-3.4.6 \ + ctrlc-3.4.7 \ dirs-6.0.0 \ dirs-sys-0.5.0 \ either-1.15.0 \ equivalent-1.0.2 \ - errno-0.3.11 \ + errno-0.3.12 \ fastrand-2.3.0 \ filetime-0.2.25 \ futures-core-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ - getrandom-0.2.15 \ - getrandom-0.3.2 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ gimli-0.31.1 \ - hashbrown-0.15.2 \ + hashbrown-0.15.3 \ heck-0.5.0 \ indexmap-2.9.0 \ inotify-0.9.6 \ @@ -47,7 +48,8 @@ CARGO_CRATES= addr2line-0.24.2 \ is_ci-1.2.0 \ is_terminal_polyfill-1.70.1 \ itoa-1.0.15 \ - kqueue-1.0.8 \ + js-sys-0.3.77 \ + kqueue-1.1.1 \ kqueue-sys-1.0.4 \ libc-0.2.172 \ libredox-0.1.3 \ @@ -56,18 +58,19 @@ CARGO_CRATES= addr2line-0.24.2 \ lock_api-0.4.12 \ log-0.4.27 \ memchr-2.7.4 \ - miette-7.5.0 \ - miette-derive-7.5.0 \ + miette-7.6.0 \ + miette-derive-7.6.0 \ miniz_oxide-0.8.8 \ mio-0.8.11 \ - mio-1.0.3 \ - nix-0.29.0 \ + mio-1.0.4 \ + nix-0.30.1 \ notify-5.2.0 \ nu-ansi-term-0.50.1 \ object-0.36.7 \ once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ option-ext-0.2.0 \ - owo-colors-4.2.0 \ + owo-colors-4.2.1 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ pin-project-lite-0.2.16 \ @@ -77,13 +80,14 @@ CARGO_CRATES= addr2line-0.24.2 \ r-efi-5.2.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - redox_syscall-0.5.11 \ + redox_syscall-0.5.12 \ redox_users-0.5.0 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ rustc-demangle-0.1.24 \ - rustix-1.0.5 \ + rustix-1.0.7 \ + rustversion-1.0.21 \ ryu-1.0.20 \ same-file-1.0.6 \ scopeguard-1.2.0 \ @@ -93,7 +97,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde_spanned-0.6.8 \ shell-words-1.1.0 \ shellexpand-3.1.1 \ - signal-hook-registry-1.4.4 \ + signal-hook-registry-1.4.5 \ slab-0.4.9 \ smallvec-1.15.0 \ socket2-0.5.9 \ @@ -101,28 +105,32 @@ CARGO_CRATES= addr2line-0.24.2 \ supports-color-3.0.2 \ supports-hyperlinks-3.1.0 \ supports-unicode-3.0.0 \ - syn-2.0.100 \ - tempfile-3.19.1 \ + syn-2.0.101 \ + tempfile-3.20.0 \ terminal_size-0.4.2 \ textwrap-0.16.2 \ - thiserror-1.0.69 \ thiserror-2.0.12 \ - thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - tokio-1.44.2 \ + tokio-1.45.1 \ tokio-macros-2.5.0 \ - toml-0.8.20 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.24 \ + toml-0.8.22 \ + toml_datetime-0.6.9 \ + toml_edit-0.22.26 \ + toml_write-0.1.1 \ unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ unicode-width-0.1.14 \ unicode-width-0.2.0 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ + uuid-1.17.0 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ winapi-util-0.1.9 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ @@ -153,5 +161,5 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.6 \ + winnow-0.7.10 \ wit-bindgen-rt-0.39.0 diff --git a/sysutils/tailspin/distinfo b/sysutils/tailspin/distinfo index 9adf00532364..a68f453f9376 100644 --- a/sysutils/tailspin/distinfo +++ b/sysutils/tailspin/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1745326375 +TIMESTAMP = 1748181979 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 @@ -13,32 +13,34 @@ SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df665 SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e -SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anstyle-wincon-3.0.8.crate) = 6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa +SIZE (rust/crates/anstyle-wincon-3.0.8.crate) = 12534 SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a -SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/backtrace-ext-0.2.1.crate) = 537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50 SIZE (rust/crates/backtrace-ext-0.2.1.crate) = 11401 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/clap-4.5.37.crate) = eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071 -SIZE (rust/crates/clap-4.5.37.crate) = 56962 -SHA256 (rust/crates/clap_builder-4.5.37.crate) = efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2 -SIZE (rust/crates/clap_builder-4.5.37.crate) = 168761 -SHA256 (rust/crates/clap_complete-4.5.47.crate) = c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6 -SIZE (rust/crates/clap_complete-4.5.47.crate) = 48038 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 +SHA256 (rust/crates/clap_complete-4.5.50.crate) = c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1 +SIZE (rust/crates/clap_complete-4.5.50.crate) = 48292 SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 @@ -53,8 +55,8 @@ SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1 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/ctrlc-3.4.6.crate) = 697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c -SIZE (rust/crates/ctrlc-3.4.6.crate) = 14660 +SHA256 (rust/crates/ctrlc-3.4.7.crate) = 46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73 +SIZE (rust/crates/ctrlc-3.4.7.crate) = 14606 SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e SIZE (rust/crates/dirs-6.0.0.crate) = 14190 SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab @@ -63,8 +65,8 @@ SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e 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/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e -SIZE (rust/crates/errno-0.3.11.crate) = 12048 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 @@ -75,14 +77,14 @@ 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/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 -SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 -SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 +SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e @@ -97,8 +99,10 @@ SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/kqueue-1.0.8.crate) = 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c -SIZE (rust/crates/kqueue-1.0.8.crate) = 12642 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/kqueue-1.1.1.crate) = eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a +SIZE (rust/crates/kqueue-1.1.1.crate) = 21504 SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa @@ -115,18 +119,18 @@ SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb404 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/miette-7.5.0.crate) = 1a955165f87b37fd1862df2a59547ac542c77ef6d17c666f619d1ad22dd89484 -SIZE (rust/crates/miette-7.5.0.crate) = 112114 -SHA256 (rust/crates/miette-derive-7.5.0.crate) = bf45bf44ab49be92fd1227a3be6fc6f617f1a337c06af54981048574d8783147 -SIZE (rust/crates/miette-derive-7.5.0.crate) = 17252 +SHA256 (rust/crates/miette-7.6.0.crate) = 5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7 +SIZE (rust/crates/miette-7.6.0.crate) = 114499 +SHA256 (rust/crates/miette-derive-7.6.0.crate) = db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b +SIZE (rust/crates/miette-derive-7.6.0.crate) = 17249 SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c SIZE (rust/crates/mio-0.8.11.crate) = 102983 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 SHA256 (rust/crates/notify-5.2.0.crate) = 729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486 SIZE (rust/crates/notify-5.2.0.crate) = 37297 SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 @@ -135,10 +139,12 @@ SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b665 SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 -SHA256 (rust/crates/owo-colors-4.2.0.crate) = 1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564 -SIZE (rust/crates/owo-colors-4.2.0.crate) = 37789 +SHA256 (rust/crates/owo-colors-4.2.1.crate) = 26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec +SIZE (rust/crates/owo-colors-4.2.1.crate) = 37924 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 @@ -157,8 +163,8 @@ SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4 SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 -SHA256 (rust/crates/redox_syscall-0.5.11.crate) = d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3 -SIZE (rust/crates/redox_syscall-0.5.11.crate) = 30300 +SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af +SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 @@ -169,8 +175,10 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 -SHA256 (rust/crates/rustix-1.0.5.crate) = d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf -SIZE (rust/crates/rustix-1.0.5.crate) = 414160 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 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 @@ -189,8 +197,8 @@ SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7 SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 SHA256 (rust/crates/shellexpand-3.1.1.crate) = 8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb SIZE (rust/crates/shellexpand-3.1.1.crate) = 25904 -SHA256 (rust/crates/signal-hook-registry-1.4.4.crate) = a1ee1aca2bc74ef9589efa7ccaa0f3752751399940356209b3fd80c078149b5e -SIZE (rust/crates/signal-hook-registry-1.4.4.crate) = 19006 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 @@ -205,32 +213,30 @@ SHA256 (rust/crates/supports-hyperlinks-3.1.0.crate) = 804f44ed3c63152de6a9f90ac SIZE (rust/crates/supports-hyperlinks-3.1.0.crate) = 8235 SHA256 (rust/crates/supports-unicode-3.0.0.crate) = b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2 SIZE (rust/crates/supports-unicode-3.0.0.crate) = 7825 -SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 -SIZE (rust/crates/syn-2.0.100.crate) = 297947 -SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf -SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/terminal_size-0.4.2.crate) = 45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed SIZE (rust/crates/terminal_size-0.4.2.crate) = 9976 SHA256 (rust/crates/textwrap-0.16.2.crate) = c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057 SIZE (rust/crates/textwrap-0.16.2.crate) = 57077 -SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 -SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 -SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 -SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 -SIZE (rust/crates/tokio-1.44.2.crate) = 841618 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 -SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148 -SIZE (rust/crates/toml-0.8.20.crate) = 51095 -SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 -SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 -SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 -SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399 +SHA256 (rust/crates/toml-0.8.22.crate) = 05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae +SIZE (rust/crates/toml-0.8.22.crate) = 76224 +SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3 +SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622 +SHA256 (rust/crates/toml_edit-0.22.26.crate) = 310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e +SIZE (rust/crates/toml_edit-0.22.26.crate) = 121714 +SHA256 (rust/crates/toml_write-0.1.1.crate) = bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076 +SIZE (rust/crates/toml_write-0.1.1.crate) = 17467 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f @@ -241,14 +247,24 @@ SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b819 SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 @@ -309,9 +325,9 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 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.6.crate) = 63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10 -SIZE (rust/crates/winnow-0.7.6.crate) = 174072 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 -SHA256 (bensadeh-tailspin-5.4.2_GH0.tar.gz) = 2226229e6c85859a094bbe4e672a467976d7563fb7ba0454e75135c2a6537ee7 -SIZE (bensadeh-tailspin-5.4.2_GH0.tar.gz) = 3620801 +SHA256 (bensadeh-tailspin-5.4.3_GH0.tar.gz) = f024fc4cbfd9217014912ed9a3d8636be6bd587f473b97ff2bd729eb2227729c +SIZE (bensadeh-tailspin-5.4.3_GH0.tar.gz) = 3622405 diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile index 19f2630ffc6f..5371cf92159b 100644 --- a/sysutils/tuckr/Makefile +++ b/sysutils/tuckr/Makefile @@ -1,6 +1,5 @@ PORTNAME= tuckr -DISTVERSION= 0.10.1 -PORTREVISION= 3 +DISTVERSION= 0.11.2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -17,155 +16,140 @@ GH_ACCOUNT= RaphGL GH_PROJECT= Tuckr CARGO_CRATES= aead-0.5.2 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ - ansi-str-0.5.0 \ - ansitok-0.2.0 \ + ansi-str-0.9.0 \ + ansitok-0.3.0 \ anstream-0.6.18 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ anstyle-query-1.1.2 \ - anstyle-wincon-3.0.6 \ + anstyle-wincon-3.0.7 \ arc-swap-1.7.1 \ - arrayvec-0.5.2 \ - base62-2.0.3 \ + arrayvec-0.7.6 \ + base62-2.2.1 \ bitflags-1.3.2 \ - bitflags-2.6.0 \ + bitflags-2.9.0 \ block-buffer-0.10.4 \ - bstr-1.11.1 \ + bstr-1.12.0 \ bytecount-0.6.8 \ - byteorder-1.5.0 \ cfg-if-1.0.0 \ chacha20-0.9.1 \ chacha20poly1305-0.10.1 \ cipher-0.4.4 \ - clap-4.5.23 \ - clap_builder-4.5.23 \ - clap_derive-4.5.18 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_derive-4.5.32 \ clap_lex-0.7.4 \ colorchoice-1.0.3 \ - cpufeatures-0.2.16 \ + cpufeatures-0.2.17 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ crypto-common-0.1.6 \ digest-0.10.7 \ - dirs-4.0.0 \ - dirs-sys-0.3.7 \ - either-1.13.0 \ - enumflags2-0.7.10 \ - enumflags2_derive-0.7.10 \ - equivalent-1.0.1 \ - errno-0.3.10 \ - fastrand-2.3.0 \ - fnv-1.0.7 \ + dirs-6.0.0 \ + dirs-sys-0.5.0 \ + either-1.15.0 \ + enumflags2-0.7.11 \ + enumflags2_derive-0.7.11 \ + equivalent-1.0.2 \ generic-array-0.14.7 \ - getrandom-0.2.15 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ glob-0.3.2 \ - globset-0.4.15 \ + globset-0.4.16 \ globwalk-0.8.1 \ - hashbrown-0.15.2 \ - heck-0.4.1 \ + hashbrown-0.15.3 \ heck-0.5.0 \ ignore-0.4.23 \ - indexmap-2.7.0 \ - inout-0.1.3 \ + indexmap-2.9.0 \ + inout-0.1.4 \ is_terminal_polyfill-1.70.1 \ itertools-0.11.0 \ - itoa-1.0.14 \ + itoa-1.0.15 \ lazy_static-1.5.0 \ - libc-0.2.169 \ + libc-0.2.172 \ libredox-0.1.3 \ - libyml-0.0.4 \ - linux-raw-sys-0.4.14 \ - log-0.4.22 \ + log-0.4.27 \ memchr-2.7.4 \ minimal-lexical-0.2.1 \ nom-7.1.3 \ normpath-1.3.0 \ - once_cell-1.20.2 \ + once_cell-1.21.3 \ opaque-debug-0.3.1 \ - owo-colors-3.5.0 \ - papergrid-0.7.1 \ + option-ext-0.2.0 \ + owo-colors-4.2.0 \ + papergrid-0.15.0 \ poly1305-0.8.0 \ - ppv-lite86-0.2.20 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.92 \ - quote-1.0.38 \ - rand-0.8.5 \ - rand_chacha-0.3.1 \ + proc-macro-error-attr2-2.0.0 \ + proc-macro-error2-2.0.1 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ + r-efi-5.2.0 \ rand_core-0.6.4 \ - redox_users-0.4.6 \ + redox_users-0.5.0 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ - rpassword-7.3.1 \ - rtoolbox-0.0.2 \ - rust-i18n-3.1.2 \ - rust-i18n-macro-3.1.2 \ - rust-i18n-support-3.1.2 \ - rustix-0.38.42 \ - ryu-1.0.18 \ + rpassword-7.4.0 \ + rtoolbox-0.0.3 \ + rust-i18n-3.1.4 \ + rust-i18n-macro-3.1.4 \ + rust-i18n-support-3.1.4 \ + rustversion-1.0.20 \ + ryu-1.0.20 \ same-file-1.0.6 \ - serde-1.0.217 \ - serde_derive-1.0.217 \ - serde_json-1.0.134 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ serde_spanned-0.6.8 \ - serde_yml-0.0.11 \ - sha2-0.10.8 \ + serde_yaml-0.9.34+deprecated \ + sha2-0.10.9 \ siphasher-1.0.1 \ - smallvec-1.13.2 \ + smallvec-1.15.0 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ subtle-2.6.1 \ - syn-1.0.109 \ - syn-2.0.93 \ + syn-2.0.101 \ sys-locale-0.3.2 \ - tabled-0.10.0 \ - tabled_derive-0.5.0 \ - tempfile-3.14.0 \ - thiserror-1.0.69 \ - thiserror-impl-1.0.69 \ - toml-0.7.8 \ - toml_datetime-0.6.8 \ - toml_edit-0.19.15 \ + tabled-0.19.0 \ + tabled_derive-0.11.0 \ + testing_table-0.3.0 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ + toml-0.8.22 \ + toml_datetime-0.6.9 \ + toml_edit-0.22.26 \ + toml_write-0.1.1 \ triomphe-0.1.14 \ - typenum-1.17.0 \ - unicode-ident-1.0.14 \ - unicode-width-0.1.14 \ + typenum-1.18.0 \ + unicode-ident-1.0.18 \ + unicode-width-0.2.0 \ universal-hash-0.5.1 \ + unsafe-libyaml-0.2.11 \ utf8parse-0.2.2 \ version_check-0.9.5 \ - vte-0.10.1 \ - vte_generate_state_changes-0.1.2 \ + vte-0.14.1 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ - winapi-0.3.9 \ - winapi-i686-pc-windows-gnu-0.4.0 \ + wasi-0.14.2+wasi-0.2.4 \ winapi-util-0.1.9 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.48.0 \ + windows-sys-0.52.0 \ windows-sys-0.59.0 \ - windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.5.40 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 \ + winnow-0.7.10 \ + wit-bindgen-rt-0.39.0 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 \ zeroize-1.8.1 PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/tuckr/distinfo b/sysutils/tuckr/distinfo index 716b07a7f0be..18b333db4210 100644 --- a/sysutils/tuckr/distinfo +++ b/sysutils/tuckr/distinfo @@ -1,12 +1,14 @@ -TIMESTAMP = 1736963797 +TIMESTAMP = 1748368894 SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 SIZE (rust/crates/aead-0.5.2.crate) = 15509 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 -SHA256 (rust/crates/ansi-str-0.5.0.crate) = 84252a7e1a0df81706ce70bbad85ed1e4916448a4093ccd52dd98c6a44a477cd -SIZE (rust/crates/ansi-str-0.5.0.crate) = 17279 -SHA256 (rust/crates/ansitok-0.2.0.crate) = 220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83 -SIZE (rust/crates/ansitok-0.2.0.crate) = 18021 +SHA256 (rust/crates/ansi-str-0.9.0.crate) = 060de1453b69f46304b28274f382132f4e72c55637cf362920926a70d090890d +SIZE (rust/crates/ansi-str-0.9.0.crate) = 18724 +SHA256 (rust/crates/ansitok-0.3.0.crate) = c0a8acea8c2f1c60f0a92a8cd26bf96ca97db56f10bbcab238bbe0cceba659ee +SIZE (rust/crates/ansitok-0.3.0.crate) = 18163 SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b SIZE (rust/crates/anstream-0.6.18.crate) = 29681 SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 @@ -15,26 +17,24 @@ SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df665 SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.6.crate) = 2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125 -SIZE (rust/crates/anstyle-wincon-3.0.6.crate) = 12271 +SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e +SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 -SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b -SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 -SHA256 (rust/crates/base62-2.0.3.crate) = 48fa474cf7492f9a299ba6019fb99ec673e1739556d48e8a90eabaea282ef0e4 -SIZE (rust/crates/base62-2.0.3.crate) = 8295 +SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 +SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/base62-2.2.1.crate) = 10e52a7bcb1d6beebee21fb5053af9e3cbb7a7ed1a4909e534040e676437ab1f +SIZE (rust/crates/base62-2.2.1.crate) = 13812 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de -SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 +SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd +SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bstr-1.11.1.crate) = 786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8 -SIZE (rust/crates/bstr-1.11.1.crate) = 351485 +SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 +SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/bytecount-0.6.8.crate) = 5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce SIZE (rust/crates/bytecount-0.6.8.crate) = 14694 -SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b -SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/chacha20-0.9.1.crate) = c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818 @@ -43,18 +43,18 @@ SHA256 (rust/crates/chacha20poly1305-0.10.1.crate) = 10cd79432192d1c0f4e1a0fef95 SIZE (rust/crates/chacha20poly1305-0.10.1.crate) = 68485 SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad SIZE (rust/crates/cipher-0.4.4.crate) = 19073 -SHA256 (rust/crates/clap-4.5.23.crate) = 3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84 -SIZE (rust/crates/clap-4.5.23.crate) = 56460 -SHA256 (rust/crates/clap_builder-4.5.23.crate) = 30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838 -SIZE (rust/crates/clap_builder-4.5.23.crate) = 164180 -SHA256 (rust/crates/clap_derive-4.5.18.crate) = 4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab -SIZE (rust/crates/clap_derive-4.5.18.crate) = 30131 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 +SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 +SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 -SHA256 (rust/crates/cpufeatures-0.2.16.crate) = 16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3 -SIZE (rust/crates/cpufeatures-0.2.16.crate) = 13405 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 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 @@ -65,64 +65,54 @@ SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 -SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 -SIZE (rust/crates/dirs-4.0.0.crate) = 12503 -SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 -SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 -SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 -SIZE (rust/crates/either-1.13.0.crate) = 19169 -SHA256 (rust/crates/enumflags2-0.7.10.crate) = d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d -SIZE (rust/crates/enumflags2-0.7.10.crate) = 16622 -SHA256 (rust/crates/enumflags2_derive-0.7.10.crate) = de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8 -SIZE (rust/crates/enumflags2_derive-0.7.10.crate) = 8104 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 -SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be -SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 -SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e +SIZE (rust/crates/dirs-6.0.0.crate) = 14190 +SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab +SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/enumflags2-0.7.11.crate) = ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147 +SIZE (rust/crates/enumflags2-0.7.11.crate) = 17500 +SHA256 (rust/crates/enumflags2_derive-0.7.11.crate) = fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79 +SIZE (rust/crates/enumflags2_derive-0.7.11.crate) = 8524 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 -SHA256 (rust/crates/globset-0.4.15.crate) = 15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19 -SIZE (rust/crates/globset-0.4.15.crate) = 25177 +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/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 +SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b SIZE (rust/crates/ignore-0.4.23.crate) = 55901 -SHA256 (rust/crates/indexmap-2.7.0.crate) = 62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f -SIZE (rust/crates/indexmap-2.7.0.crate) = 85335 -SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 -SIZE (rust/crates/inout-0.1.3.crate) = 10743 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 +SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 SIZE (rust/crates/itertools-0.11.0.crate) = 125074 -SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674 -SIZE (rust/crates/itoa-1.0.14.crate) = 11210 +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.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a -SIZE (rust/crates/libc-0.2.169.crate) = 757901 +SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa +SIZE (rust/crates/libc-0.2.172.crate) = 791646 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 -SHA256 (rust/crates/libyml-0.0.4.crate) = 64804cc6a5042d4f05379909ba25b503ec04e2c082151d62122d5dcaa274b961 -SIZE (rust/crates/libyml-0.0.4.crate) = 86171 -SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 -SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 -SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 -SIZE (rust/crates/log-0.4.22.crate) = 44027 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a @@ -131,175 +121,155 @@ SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/normpath-1.3.0.crate) = c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed SIZE (rust/crates/normpath-1.3.0.crate) = 20719 -SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 -SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 SIZE (rust/crates/opaque-debug-0.3.1.crate) = 7066 -SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f -SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310 -SHA256 (rust/crates/papergrid-0.7.1.crate) = 1526bb6aa9f10ec339fb10360f22c57edf81d5678d0278e93bc12a47ffbe4b01 -SIZE (rust/crates/papergrid-0.7.1.crate) = 40924 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/owo-colors-4.2.0.crate) = 1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564 +SIZE (rust/crates/owo-colors-4.2.0.crate) = 37789 +SHA256 (rust/crates/papergrid-0.15.0.crate) = 30268a8d20c2c0d126b2b6610ab405f16517f6ba9f244d8c59ac2c512a8a1ce7 +SIZE (rust/crates/papergrid-0.15.0.crate) = 58592 SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf SIZE (rust/crates/poly1305-0.8.0.crate) = 32633 -SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 -SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c -SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 -SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 -SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0 -SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 -SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc -SIZE (rust/crates/quote-1.0.38.crate) = 31252 -SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 -SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 -SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 +SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 +SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 +SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 +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.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 -SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 +SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b +SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/rpassword-7.3.1.crate) = 80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f -SIZE (rust/crates/rpassword-7.3.1.crate) = 8164 -SHA256 (rust/crates/rtoolbox-0.0.2.crate) = c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e -SIZE (rust/crates/rtoolbox-0.0.2.crate) = 9179 -SHA256 (rust/crates/rust-i18n-3.1.2.crate) = 039f57d22229db401af3458ca939300178e99e88b938573cea12b7c2b0f09724 -SIZE (rust/crates/rust-i18n-3.1.2.crate) = 20790 -SHA256 (rust/crates/rust-i18n-macro-3.1.2.crate) = dde5c022360a2e54477882843d56b6f9bcb4bc62f504b651a2f497f0028d174f -SIZE (rust/crates/rust-i18n-macro-3.1.2.crate) = 12648 -SHA256 (rust/crates/rust-i18n-support-3.1.2.crate) = 75d2844d36f62b5d6b66f9cf8f8cbdbbbdcdb5fd37a473a9cc2fb45fdcf485d2 -SIZE (rust/crates/rust-i18n-support-3.1.2.crate) = 12993 -SHA256 (rust/crates/rustix-0.38.42.crate) = f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85 -SIZE (rust/crates/rustix-0.38.42.crate) = 378683 -SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f -SIZE (rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (rust/crates/rpassword-7.4.0.crate) = 66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39 +SIZE (rust/crates/rpassword-7.4.0.crate) = 123730 +SHA256 (rust/crates/rtoolbox-0.0.3.crate) = a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f +SIZE (rust/crates/rtoolbox-0.0.3.crate) = 10149 +SHA256 (rust/crates/rust-i18n-3.1.4.crate) = a2b6307cde881492032919adf26e254981604a6657b339ae23cce8358e9ee203 +SIZE (rust/crates/rust-i18n-3.1.4.crate) = 21333 +SHA256 (rust/crates/rust-i18n-macro-3.1.4.crate) = 1c0dc724669fe2ddbbec5ed9daea8147a9030de87ebb46fdc7bb9315701d9912 +SIZE (rust/crates/rust-i18n-macro-3.1.4.crate) = 16865 +SHA256 (rust/crates/rust-i18n-support-3.1.4.crate) = b47501de04282525d0192c4b4133f9e3574e1fab3542ddc7bb109ff773dc108b +SIZE (rust/crates/rust-i18n-support-3.1.4.crate) = 17069 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +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/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 -SIZE (rust/crates/serde-1.0.217.crate) = 79019 -SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 -SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 -SHA256 (rust/crates/serde_json-1.0.134.crate) = d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d -SIZE (rust/crates/serde_json-1.0.134.crate) = 154351 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 -SHA256 (rust/crates/serde_yml-0.0.11.crate) = 48e76bab63c3fd98d27c17f9cbce177f64a91f5e69ac04cafe04e1bb25d1dc3c -SIZE (rust/crates/serde_yml-0.0.11.crate) = 133190 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +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/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 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/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 -SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.93.crate) = 9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058 -SIZE (rust/crates/syn-2.0.93.crate) = 293925 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 SHA256 (rust/crates/sys-locale-0.3.2.crate) = 8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4 SIZE (rust/crates/sys-locale-0.3.2.crate) = 15072 -SHA256 (rust/crates/tabled-0.10.0.crate) = 56c3ee73732ffceaea7b8f6b719ce3bb17f253fa27461ffeaf568ebd0cdb4b85 -SIZE (rust/crates/tabled-0.10.0.crate) = 150005 -SHA256 (rust/crates/tabled_derive-0.5.0.crate) = beca1b4eaceb4f2755df858b88d9b9315b7ccfd1ffd0d7a48a52602301f01a57 -SIZE (rust/crates/tabled_derive-0.5.0.crate) = 7419 -SHA256 (rust/crates/tempfile-3.14.0.crate) = 28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c -SIZE (rust/crates/tempfile-3.14.0.crate) = 35065 -SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 -SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 -SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 -SHA256 (rust/crates/toml-0.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 -SIZE (rust/crates/toml-0.7.8.crate) = 49671 -SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 -SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 -SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 -SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 +SHA256 (rust/crates/tabled-0.19.0.crate) = 228d124371171cd39f0f454b58f73ddebeeef3cef3207a82ffea1c29465aea43 +SIZE (rust/crates/tabled-0.19.0.crate) = 226901 +SHA256 (rust/crates/tabled_derive-0.11.0.crate) = 0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846 +SIZE (rust/crates/tabled_derive-0.11.0.crate) = 12860 +SHA256 (rust/crates/testing_table-0.3.0.crate) = 0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc +SIZE (rust/crates/testing_table-0.3.0.crate) = 3611 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/toml-0.8.22.crate) = 05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae +SIZE (rust/crates/toml-0.8.22.crate) = 76224 +SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3 +SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622 +SHA256 (rust/crates/toml_edit-0.22.26.crate) = 310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e +SIZE (rust/crates/toml_edit-0.22.26.crate) = 121714 +SHA256 (rust/crates/toml_write-0.1.1.crate) = bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076 +SIZE (rust/crates/toml_write-0.1.1.crate) = 17467 SHA256 (rust/crates/triomphe-0.1.14.crate) = ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85 SIZE (rust/crates/triomphe-0.1.14.crate) = 30292 -SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 -SIZE (rust/crates/typenum-1.17.0.crate) = 42849 -SHA256 (rust/crates/unicode-ident-1.0.14.crate) = adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83 -SIZE (rust/crates/unicode-ident-1.0.14.crate) = 47547 -SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af -SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 +SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f +SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd +SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146 +SHA256 (rust/crates/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 +SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 -SHA256 (rust/crates/vte-0.10.1.crate) = 6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983 -SIZE (rust/crates/vte-0.10.1.crate) = 24947 -SHA256 (rust/crates/vte_generate_state_changes-0.1.2.crate) = 2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e -SIZE (rust/crates/vte_generate_state_changes-0.1.2.crate) = 6503 +SHA256 (rust/crates/vte-0.14.1.crate) = 231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077 +SIZE (rust/crates/vte-0.14.1.crate) = 57382 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +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-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c -SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 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.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc -SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 -SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e -SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 -SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 -SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e -SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 -SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 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.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 -SIZE (rust/crates/winnow-0.5.40.crate) = 159316 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb +SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef +SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 -SHA256 (RaphGL-Tuckr-0.10.1_GH0.tar.gz) = dc39bda1a09428a370ad6152ecc09e07f89a1b6e8b3628bc6efc1e6db69aba8c -SIZE (RaphGL-Tuckr-0.10.1_GH0.tar.gz) = 47240 +SHA256 (RaphGL-Tuckr-0.11.2_GH0.tar.gz) = b29390eba7a8afc76d553482a513b7bdc76363b6e2f3452048e3ee2110300226 +SIZE (RaphGL-Tuckr-0.11.2_GH0.tar.gz) = 53543 diff --git a/sysutils/vtm/Makefile b/sysutils/vtm/Makefile index 8424cd1243bf..99f659d8078d 100644 --- a/sysutils/vtm/Makefile +++ b/sysutils/vtm/Makefile @@ -1,10 +1,11 @@ PORTNAME= vtm DISTVERSIONPREFIX= v -DISTVERSION= 0.9.99.70 +DISTVERSION= 2025.05.21 +DISTVERSIONSUFFIX= a CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com -COMMENT= Text-based desktop environment +COMMENT= Text-based desktop environment for your terminal WWW= https://github.com/directvt/vtm LICENSE= MIT @@ -20,8 +21,17 @@ LDFLAGS+= -L${LUA_LIBDIR} PLIST_FILES= bin/vtm +.include <bsd.port.pre.mk> +.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 +# explicit: GCC uses libstdc++ by default, otherwise +# using libc++ cause the build to fail due to +# memory issues on these architectures above. +USE_GCC= yes +CXXFLAGS+= -stdlib=libstdc++ +.endif + post-patch: ${REINPLACE_CMD} 's/lua-5.4/lua-${LUA_VER}/g' \ ${WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/vtm/distinfo b/sysutils/vtm/distinfo index 441bf9f917ab..3e39fc07d5e1 100644 --- a/sysutils/vtm/distinfo +++ b/sysutils/vtm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741550105 -SHA256 (directvt-vtm-v0.9.99.70_GH0.tar.gz) = 9068151b389723a1f6059296359c49dde77f18c2f08af050b33a34f3d06ad1c2 -SIZE (directvt-vtm-v0.9.99.70_GH0.tar.gz) = 1900004 +TIMESTAMP = 1748072121 +SHA256 (directvt-vtm-v2025.05.21a_GH0.tar.gz) = 7e124df15b59fd7c6bec99bf1010ba3dd64ebd13d27200d84b66d833313a0e14 +SIZE (directvt-vtm-v2025.05.21a_GH0.tar.gz) = 1931349 diff --git a/sysutils/vtm/pkg-descr b/sysutils/vtm/pkg-descr index 53b83f214ddb..64c9f92eaae0 100644 --- a/sysutils/vtm/pkg-descr +++ b/sysutils/vtm/pkg-descr @@ -1,3 +1,5 @@ -Text based desktop environment inside the terminal. -Allows for tiling terminal buffers, detaching sessions -and remote collaborative work. +vtm is a text-based application that represents its user interface +as a mosaic of text cells, forming a TUI matrix. This matrix can be +rendered in its own GUI window or in a compatible text console. +It wraps any console application and supports indefinite nesting, +creating a text-based desktop environment within your terminal. diff --git a/textproc/comrak/Makefile b/textproc/comrak/Makefile index a3b3199bce7b..898627777284 100644 --- a/textproc/comrak/Makefile +++ b/textproc/comrak/Makefile @@ -1,7 +1,6 @@ PORTNAME= comrak DISTVERSIONPREFIX= v -DISTVERSION= 0.38.0 -PORTREVISION= 1 +DISTVERSION= 0.39.0 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/comrak/distinfo b/textproc/comrak/distinfo index cc842ac28909..2225ca10bb6a 100644 --- a/textproc/comrak/distinfo +++ b/textproc/comrak/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1743911661 +TIMESTAMP = 1748373616 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac @@ -279,5 +279,5 @@ SHA256 (rust/crates/xml-rs-0.8.14.crate) = 52839dc911083a8ef63efa4d039d1f58b5e40 SIZE (rust/crates/xml-rs-0.8.14.crate) = 51905 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 -SHA256 (kivikakk-comrak-v0.38.0_GH0.tar.gz) = b09ef8f84e7f8c7ef6d248dd7fdae3f2ecc3e511b7ee7db20f3c196832353782 -SIZE (kivikakk-comrak-v0.38.0_GH0.tar.gz) = 357893 +SHA256 (kivikakk-comrak-v0.39.0_GH0.tar.gz) = a8e1ca07ea266b4b5e1d568f1cb8ecabcb59fcdcd1517c0e1b49f07652d38df1 +SIZE (kivikakk-comrak-v0.39.0_GH0.tar.gz) = 358466 diff --git a/textproc/harper/Makefile b/textproc/harper/Makefile index e206a464bf1a..e8b2369fe59d 100644 --- a/textproc/harper/Makefile +++ b/textproc/harper/Makefile @@ -1,6 +1,6 @@ PORTNAME= harper DISTVERSIONPREFIX= v -DISTVERSION= 0.38.0 +DISTVERSION= 0.39.0 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/harper/Makefile.crates b/textproc/harper/Makefile.crates index 4304b416f0ad..ea9c642f3e68 100644 --- a/textproc/harper/Makefile.crates +++ b/textproc/harper/Makefile.crates @@ -14,8 +14,6 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-wincon-3.0.7 \ anyhow-1.0.98 \ ariadne-0.4.1 \ - async-trait-0.1.85 \ - auto_impl-1.2.1 \ autocfg-1.4.0 \ backtrace-0.3.74 \ base64-0.22.1 \ @@ -54,7 +52,7 @@ CARGO_CRATES= addr2line-0.24.2 \ darling-0.20.10 \ darling_core-0.20.10 \ darling_macro-0.20.10 \ - dashmap-5.5.3 \ + dashmap-6.1.0 \ dirs-4.0.0 \ dirs-6.0.0 \ dirs-sys-0.3.7 \ @@ -66,6 +64,7 @@ CARGO_CRATES= addr2line-0.24.2 \ either-1.13.0 \ env_logger-0.8.4 \ equivalent-1.0.1 \ + fluent-uri-0.1.4 \ fnv-1.0.7 \ foldhash-0.1.5 \ form_urlencoded-1.2.1 \ @@ -130,7 +129,7 @@ CARGO_CRATES= addr2line-0.24.2 \ lock_api-0.4.12 \ log-0.4.25 \ lru-0.14.0 \ - lsp-types-0.94.1 \ + lsp-types-0.97.0 \ mac-0.1.1 \ maplit-1.0.2 \ markup5ever-0.16.1 \ @@ -159,8 +158,6 @@ CARGO_CRATES= addr2line-0.24.2 \ phf_generator-0.11.3 \ phf_macros-0.11.3 \ phf_shared-0.11.3 \ - pin-project-1.1.8 \ - pin-project-internal-1.1.8 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ portable-atomic-1.10.0 \ @@ -233,18 +230,16 @@ CARGO_CRATES= addr2line-0.24.2 \ tinytemplate-1.2.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.0 \ + tokio-1.45.1 \ tokio-macros-2.5.0 \ tokio-rustls-0.26.2 \ tokio-util-0.7.13 \ toml-0.8.19 \ toml_datetime-0.6.8 \ toml_edit-0.22.22 \ - tower-0.4.13 \ tower-0.5.2 \ tower-layer-0.3.3 \ - tower-lsp-0.20.0 \ - tower-lsp-macros-0.9.0 \ + tower-lsp-server-0.21.1 \ tower-service-0.3.3 \ tracing-0.1.41 \ tracing-attributes-0.1.28 \ @@ -294,7 +289,7 @@ CARGO_CRATES= addr2line-0.24.2 \ utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ + uuid-1.17.0 \ valuable-0.1.1 \ version_check-0.9.5 \ walkdir-2.5.0 \ diff --git a/textproc/harper/distinfo b/textproc/harper/distinfo index 85ee4f77a830..c67ad96fe88b 100644 --- a/textproc/harper/distinfo +++ b/textproc/harper/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1747976532 +TIMESTAMP = 1748332027 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 @@ -31,10 +31,6 @@ SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/ariadne-0.4.1.crate) = 44055e597c674aef7cb903b2b9f6e4cba1277ed0d2d61dae7cd52d7ffa81f8e2 SIZE (rust/crates/ariadne-0.4.1.crate) = 27203 -SHA256 (rust/crates/async-trait-0.1.85.crate) = 3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056 -SIZE (rust/crates/async-trait-0.1.85.crate) = 33251 -SHA256 (rust/crates/auto_impl-1.2.1.crate) = e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73 -SIZE (rust/crates/auto_impl-1.2.1.crate) = 32287 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a @@ -111,8 +107,8 @@ SHA256 (rust/crates/darling_core-0.20.10.crate) = 95133861a8032aaea082871032f581 SIZE (rust/crates/darling_core-0.20.10.crate) = 65015 SHA256 (rust/crates/darling_macro-0.20.10.crate) = d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 SIZE (rust/crates/darling_macro-0.20.10.crate) = 1874 -SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 -SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 +SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf +SIZE (rust/crates/dashmap-6.1.0.crate) = 24828 SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 SIZE (rust/crates/dirs-4.0.0.crate) = 12503 SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e @@ -135,6 +131,8 @@ SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63 SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/fluent-uri-0.1.4.crate) = 17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d +SIZE (rust/crates/fluent-uri-0.1.4.crate) = 33596 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 @@ -263,8 +261,8 @@ SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab SIZE (rust/crates/log-0.4.25.crate) = 44876 SHA256 (rust/crates/lru-0.14.0.crate) = 9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198 SIZE (rust/crates/lru-0.14.0.crate) = 16345 -SHA256 (rust/crates/lsp-types-0.94.1.crate) = c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1 -SIZE (rust/crates/lsp-types-0.94.1.crate) = 66997 +SHA256 (rust/crates/lsp-types-0.97.0.crate) = 53353550a17c04ac46c585feb189c2db82154fc84b79c7a66c96c2c644f66071 +SIZE (rust/crates/lsp-types-0.97.0.crate) = 70764 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d @@ -321,10 +319,6 @@ SHA256 (rust/crates/phf_macros-0.11.3.crate) = f84ac04429c13a7ff43785d75ad27569f SIZE (rust/crates/phf_macros-0.11.3.crate) = 18436 SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 -SHA256 (rust/crates/pin-project-1.1.8.crate) = 1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916 -SIZE (rust/crates/pin-project-1.1.8.crate) = 56118 -SHA256 (rust/crates/pin-project-internal-1.1.8.crate) = d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb -SIZE (rust/crates/pin-project-internal-1.1.8.crate) = 28634 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 @@ -469,8 +463,8 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 -SIZE (rust/crates/tokio-1.45.0.crate) = 800721 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b @@ -483,16 +477,12 @@ SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638c SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 SHA256 (rust/crates/toml_edit-0.22.22.crate) = 4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5 SIZE (rust/crates/toml_edit-0.22.22.crate) = 106387 -SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c -SIZE (rust/crates/tower-0.4.13.crate) = 106906 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 -SHA256 (rust/crates/tower-lsp-0.20.0.crate) = d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508 -SIZE (rust/crates/tower-lsp-0.20.0.crate) = 61870 -SHA256 (rust/crates/tower-lsp-macros-0.9.0.crate) = 84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa -SIZE (rust/crates/tower-lsp-macros-0.9.0.crate) = 2888 +SHA256 (rust/crates/tower-lsp-server-0.21.1.crate) = 5fade4c658b63d11b623ddfa80821901e943a2923a010ae4a038661de42bd377 +SIZE (rust/crates/tower-lsp-server-0.21.1.crate) = 70035 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 @@ -591,8 +581,8 @@ SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59 SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a @@ -711,5 +701,5 @@ SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19d SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 -SHA256 (Automattic-harper-v0.38.0_GH0.tar.gz) = 78f43f3f9c003070ddb34c64ba419711030a172de44b9fff7ab4dd13d04e6ce5 -SIZE (Automattic-harper-v0.38.0_GH0.tar.gz) = 3862471 +SHA256 (Automattic-harper-v0.39.0_GH0.tar.gz) = bdc4b2fc7010cbb312820e85272ebcbcafebf5da6b9365d13b23cd1cb2ffddb7 +SIZE (Automattic-harper-v0.39.0_GH0.tar.gz) = 3870080 diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index ce3f245f4248..05c251da84ed 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,6 +1,6 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v -DISTVERSION= 0.4.50 +DISTVERSION= 0.4.51 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdbook/distinfo b/textproc/mdbook/distinfo index 1ad9a96706f8..57c9c64278e7 100644 --- a/textproc/mdbook/distinfo +++ b/textproc/mdbook/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1748028928 +TIMESTAMP = 1748290133 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 @@ -579,5 +579,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (rust-lang-mdBook-v0.4.50_GH0.tar.gz) = 2d86ec7769f4ff3068e86a9bbc46bec4f0b78cffb6021dd24c82a4d44b5d27f6 -SIZE (rust-lang-mdBook-v0.4.50_GH0.tar.gz) = 1552608 +SHA256 (rust-lang-mdBook-v0.4.51_GH0.tar.gz) = de5ee916157784e32451b81de01cc4c669b73e651e2db00c7b1809254dbb6259 +SIZE (rust-lang-mdBook-v0.4.51_GH0.tar.gz) = 1552597 diff --git a/textproc/p5-HTML-Entities-ImodePictogram/Makefile b/textproc/p5-HTML-Entities-ImodePictogram/Makefile index 6f364a3968ed..313a54bcba77 100644 --- a/textproc/p5-HTML-Entities-ImodePictogram/Makefile +++ b/textproc/p5-HTML-Entities-ImodePictogram/Makefile @@ -5,7 +5,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Encode/decode HTML entities for i-mode pictograms WWW= https://metacpan.org/release/HTML-Entities-ImodePictogram diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 7f5b7d5ee639..4cc639223c1b 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -1,5 +1,5 @@ PORTNAME= JavaScript-Packer -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-JavaScript-Packer/distinfo b/textproc/p5-JavaScript-Packer/distinfo index bb8ac9d85e0b..1979e24cc755 100644 --- a/textproc/p5-JavaScript-Packer/distinfo +++ b/textproc/p5-JavaScript-Packer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589688 -SHA256 (JavaScript-Packer-2.11.tar.gz) = 1b28cc514b9ae8a041020c087d3cc202031c16faa893afabb65fa6ba2e6e1101 -SIZE (JavaScript-Packer-2.11.tar.gz) = 281643 +TIMESTAMP = 1747715324 +SHA256 (JavaScript-Packer-2.12.tar.gz) = b46799f76564e9b43ba451316b4518b511d1428ab5bc3f26b573c0eded7a4ba4 +SIZE (JavaScript-Packer-2.12.tar.gz) = 286047 diff --git a/textproc/p5-Text-Table-HTML/Makefile b/textproc/p5-Text-Table-HTML/Makefile index 15c0b8edd4f0..8cebad1d667e 100644 --- a/textproc/p5-Text-Table-HTML/Makefile +++ b/textproc/p5-Text-Table-HTML/Makefile @@ -1,5 +1,5 @@ PORTNAME= Text-Table-HTML -PORTVERSION= 0.011 +PORTVERSION= 0.012 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-Text-Table-HTML/distinfo b/textproc/p5-Text-Table-HTML/distinfo index 891c8a592333..4242daa901ff 100644 --- a/textproc/p5-Text-Table-HTML/distinfo +++ b/textproc/p5-Text-Table-HTML/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718580064 -SHA256 (Text-Table-HTML-0.011.tar.gz) = 312874ae4878109dacd21e084d2f68255a39a86d13d7aa9a038e1f05f565b917 -SIZE (Text-Table-HTML-0.011.tar.gz) = 21321 +TIMESTAMP = 1747715326 +SHA256 (Text-Table-HTML-0.012.tar.gz) = e10fc5bef7a4ec3f7dbe47b94505b7b0c612ed9549073d0d9acc6fc4ab5b4df2 +SIZE (Text-Table-HTML-0.012.tar.gz) = 23183 diff --git a/textproc/p5-Text-Textile/Makefile b/textproc/p5-Text-Textile/Makefile index 66a71b713707..600c78325cc9 100644 --- a/textproc/p5-Text-Textile/Makefile +++ b/textproc/p5-Text-Textile/Makefile @@ -4,7 +4,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl-based implementation of the Textile syntax by Dean Allen WWW= https://metacpan.org/release/Text-Textile diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile index 5990745a2522..f5497467fbcd 100644 --- a/textproc/p5-ack/Makefile +++ b/textproc/p5-ack/Makefile @@ -1,5 +1,5 @@ PORTNAME= ack -PORTVERSION= 3.8.2 +PORTVERSION= 3.9.0 DISTVERSIONPREFIX= v CATEGORIES= textproc sysutils perl5 MASTER_SITES= CPAN diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo index 6bb5b2343241..d09267152874 100644 --- a/textproc/p5-ack/distinfo +++ b/textproc/p5-ack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289420 -SHA256 (ack-v3.8.2.tar.gz) = a5239f5a2c12e0c7b4e432ffd7e936feef945a9621a41591c77d3b0cf458560b -SIZE (ack-v3.8.2.tar.gz) = 273877 +TIMESTAMP = 1748419844 +SHA256 (ack-v3.9.0.tar.gz) = 94ed477e3b3f94d126cec7329f0e8399f1d0ce82c7c4d882a94adb150e7ffc90 +SIZE (ack-v3.9.0.tar.gz) = 277332 diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index 9185a5352595..dd058d6b83e3 100644 --- a/textproc/py-cyclonedx-python-lib/Makefile +++ b/textproc/py-cyclonedx-python-lib/Makefile @@ -1,5 +1,5 @@ PORTNAME= cyclonedx-python-lib -PORTVERSION= 10.0.0 +PORTVERSION= 10.0.1 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/CycloneDX/cyclonedx-python-lib/releases/download/v${PORTVERSION}/ diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index 3d84b79605bd..eb9b4a5b31fc 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936218 -SHA256 (cyclonedx_python_lib-10.0.0.tar.gz) = d0b3deb90659faf3acc909e487af216199c1a0ee976e1601ea13649bd6a070db -SIZE (cyclonedx_python_lib-10.0.0.tar.gz) = 1033605 +TIMESTAMP = 1747715468 +SHA256 (cyclonedx_python_lib-10.0.1.tar.gz) = 6c7a8c27a28279d22d92d4e0982e59beed3076a1aa4928a27830b0eaa2ca4f29 +SIZE (cyclonedx_python_lib-10.0.1.tar.gz) = 1034166 diff --git a/textproc/py-snowballstemmer/Makefile b/textproc/py-snowballstemmer/Makefile index 8cb8cb13bc93..11c45ab8a757 100644 --- a/textproc/py-snowballstemmer/Makefile +++ b/textproc/py-snowballstemmer/Makefile @@ -1,5 +1,5 @@ PORTNAME= snowballstemmer -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-snowballstemmer/distinfo b/textproc/py-snowballstemmer/distinfo index 29429272f775..46c81ca60a43 100644 --- a/textproc/py-snowballstemmer/distinfo +++ b/textproc/py-snowballstemmer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546586 -SHA256 (snowballstemmer-3.0.0.tar.gz) = 3b6fbff97e1629e9f4a0c8b45b56f3d2226ca8cd15d5b5024148e398e1ad0113 -SIZE (snowballstemmer-3.0.0.tar.gz) = 104767 +TIMESTAMP = 1747715470 +SHA256 (snowballstemmer-3.0.1.tar.gz) = 6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895 +SIZE (snowballstemmer-3.0.1.tar.gz) = 105575 diff --git a/textproc/py-urlscan/Makefile b/textproc/py-urlscan/Makefile index 24c58ea7a82a..da053e4733de 100644 --- a/textproc/py-urlscan/Makefile +++ b/textproc/py-urlscan/Makefile @@ -1,5 +1,5 @@ PORTNAME= urlscan -DISTVERSION= 1.0.6 +DISTVERSION= 1.0.7 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-urlscan/distinfo b/textproc/py-urlscan/distinfo index f8cfb3298ce2..f7ac62d2e139 100644 --- a/textproc/py-urlscan/distinfo +++ b/textproc/py-urlscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732456032 -SHA256 (urlscan-1.0.6.tar.gz) = 3bbf8900de23913c29aed27702eaba92a871b2fe95920e72c56a19fff7cb4581 -SIZE (urlscan-1.0.6.tar.gz) = 35939 +TIMESTAMP = 1748162436 +SHA256 (urlscan-1.0.7.tar.gz) = 041b932f94cb1e2e8dbb20f43322da85cb483be328fa10477c6e5e96a89891c3 +SIZE (urlscan-1.0.7.tar.gz) = 36858 diff --git a/textproc/riffdiff/Makefile b/textproc/riffdiff/Makefile index d7b214db5297..d322b5025e2b 100644 --- a/textproc/riffdiff/Makefile +++ b/textproc/riffdiff/Makefile @@ -1,6 +1,5 @@ PORTNAME= riffdiff -DISTVERSION= 3.3.8 -PORTREVISION= 3 +DISTVERSION= 3.3.10 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -22,20 +21,21 @@ CARGO_CRATES= addr2line-0.14.0 \ adler-0.2.3 \ aho-corasick-0.7.18 \ ansi_term-0.11.0 \ - anstream-0.5.0 \ - anstyle-1.0.2 \ + anstream-0.6.18 \ + anstyle-1.0.10 \ anstyle-parse-0.2.1 \ anstyle-query-1.0.0 \ - anstyle-wincon-2.1.0 \ + anstyle-wincon-3.0.7 \ autocfg-1.0.1 \ backtrace-0.3.54 \ + base64-0.22.1 \ bitflags-1.3.2 \ bytecount-0.6.2 \ cfg-if-1.0.0 \ - clap-4.4.2 \ - clap_builder-4.4.2 \ - clap_derive-4.4.2 \ - clap_lex-0.5.1 \ + clap-4.5.26 \ + clap_builder-4.5.26 \ + clap_derive-4.5.24 \ + clap_lex-0.7.4 \ colorchoice-1.0.0 \ ctor-0.1.16 \ difference-2.0.0 \ @@ -45,10 +45,11 @@ CARGO_CRATES= addr2line-0.14.0 \ gimli-0.23.0 \ git-version-0.3.4 \ git-version-macro-0.3.4 \ - heck-0.4.1 \ + heck-0.5.0 \ hermit-abi-0.1.19 \ instant-0.1.12 \ io-lifetimes-1.0.6 \ + is_terminal_polyfill-1.70.1 \ itertools-0.10.1 \ lazy_static-1.4.0 \ libc-0.2.140 \ @@ -58,10 +59,11 @@ CARGO_CRATES= addr2line-0.14.0 \ miniz_oxide-0.4.3 \ num_cpus-1.13.0 \ object-0.22.0 \ + once_cell-1.20.2 \ output_vt100-0.1.2 \ pretty_assertions-0.6.1 \ proc-macro-hack-0.5.19 \ - proc-macro2-1.0.66 \ + proc-macro2-1.0.93 \ quote-1.0.33 \ redox_syscall-0.2.10 \ regex-1.5.5 \ @@ -70,7 +72,7 @@ CARGO_CRATES= addr2line-0.14.0 \ rustix-0.36.16 \ rustversion-1.0.18 \ similar-2.6.0 \ - strsim-0.10.0 \ + strsim-0.11.1 \ syn-1.0.48 \ syn-2.0.30 \ tempfile-3.4.0 \ @@ -84,22 +86,32 @@ CARGO_CRATES= addr2line-0.14.0 \ windows-sys-0.42.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ + windows-sys-0.59.0 \ windows-targets-0.42.1 \ windows-targets-0.48.5 \ + windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.42.1 \ windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_msvc-0.42.1 \ windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ windows_i686_gnu-0.42.1 \ windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ windows_i686_msvc-0.42.1 \ windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ windows_x86_64_gnu-0.42.1 \ windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.42.1 \ windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.42.1 \ - windows_x86_64_msvc-0.48.5 + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.6 PLIST_FILES= bin/riff diff --git a/textproc/riffdiff/distinfo b/textproc/riffdiff/distinfo index c5395f139723..6d2e5bc402b9 100644 --- a/textproc/riffdiff/distinfo +++ b/textproc/riffdiff/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1736659983 +TIMESTAMP = 1748368803 SHA256 (rust/crates/addr2line-0.14.0.crate) = 7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423 SIZE (rust/crates/addr2line-0.14.0.crate) = 30065 SHA256 (rust/crates/adler-0.2.3.crate) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e @@ -7,34 +7,36 @@ SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca57 SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 -SHA256 (rust/crates/anstream-0.5.0.crate) = b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c -SIZE (rust/crates/anstream-0.5.0.crate) = 19646 -SHA256 (rust/crates/anstyle-1.0.2.crate) = 15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea -SIZE (rust/crates/anstyle-1.0.2.crate) = 13983 +SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b +SIZE (rust/crates/anstream-0.6.18.crate) = 29681 +SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 +SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 SHA256 (rust/crates/anstyle-parse-0.2.1.crate) = 938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333 SIZE (rust/crates/anstyle-parse-0.2.1.crate) = 24802 SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 -SHA256 (rust/crates/anstyle-wincon-2.1.0.crate) = 58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd -SIZE (rust/crates/anstyle-wincon-2.1.0.crate) = 11757 +SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e +SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 SHA256 (rust/crates/backtrace-0.3.54.crate) = 2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28 SIZE (rust/crates/backtrace-0.3.54.crate) = 72827 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bytecount-0.6.2.crate) = 72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e SIZE (rust/crates/bytecount-0.6.2.crate) = 12347 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-4.4.2.crate) = 6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6 -SIZE (rust/crates/clap-4.4.2.crate) = 54441 -SHA256 (rust/crates/clap_builder-4.4.2.crate) = 2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08 -SIZE (rust/crates/clap_builder-4.4.2.crate) = 162358 -SHA256 (rust/crates/clap_derive-4.4.2.crate) = 0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873 -SIZE (rust/crates/clap_derive-4.4.2.crate) = 29019 -SHA256 (rust/crates/clap_lex-0.5.1.crate) = cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961 -SIZE (rust/crates/clap_lex-0.5.1.crate) = 11793 +SHA256 (rust/crates/clap-4.5.26.crate) = a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783 +SIZE (rust/crates/clap-4.5.26.crate) = 56474 +SHA256 (rust/crates/clap_builder-4.5.26.crate) = 96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121 +SIZE (rust/crates/clap_builder-4.5.26.crate) = 167961 +SHA256 (rust/crates/clap_derive-4.5.24.crate) = 54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c +SIZE (rust/crates/clap_derive-4.5.24.crate) = 30669 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 SHA256 (rust/crates/ctor-0.1.16.crate) = 7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484 @@ -53,14 +55,16 @@ SHA256 (rust/crates/git-version-0.3.4.crate) = 94918e83f1e01dedc2e361d00ce9487b1 SIZE (rust/crates/git-version-0.3.4.crate) = 3237 SHA256 (rust/crates/git-version-macro-0.3.4.crate) = 34a97a52fdee1870a34fa6e4b77570cba531b27d1838874fef4429a791a3d657 SIZE (rust/crates/git-version-macro-0.3.4.crate) = 3608 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 SHA256 (rust/crates/io-lifetimes-1.0.6.crate) = cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3 SIZE (rust/crates/io-lifetimes-1.0.6.crate) = 36068 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.10.1.crate) = 69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf SIZE (rust/crates/itertools-0.10.1.crate) = 116219 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 @@ -79,14 +83,16 @@ SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 SHA256 (rust/crates/object-0.22.0.crate) = 8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397 SIZE (rust/crates/object-0.22.0.crate) = 181505 +SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 +SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 SHA256 (rust/crates/output_vt100-0.1.2.crate) = 53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9 SIZE (rust/crates/output_vt100-0.1.2.crate) = 4062 SHA256 (rust/crates/pretty_assertions-0.6.1.crate) = 3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427 SIZE (rust/crates/pretty_assertions-0.6.1.crate) = 61551 SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 -SHA256 (rust/crates/proc-macro2-1.0.66.crate) = 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 -SIZE (rust/crates/proc-macro2-1.0.66.crate) = 43575 +SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 +SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae SIZE (rust/crates/quote-1.0.33.crate) = 28090 SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff @@ -103,8 +109,8 @@ SHA256 (rust/crates/rustversion-1.0.18.crate) = 0e819f2bc632f285be6d7cd36e25940d SIZE (rust/crates/rustversion-1.0.18.crate) = 17794 SHA256 (rust/crates/similar-2.6.0.crate) = 1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e SIZE (rust/crates/similar-2.6.0.crate) = 51659 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/syn-1.0.48.crate) = cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac SIZE (rust/crates/syn-1.0.48.crate) = 225747 SHA256 (rust/crates/syn-2.0.30.crate) = 0ddc1f908d32ec46858c2d3b3daa00cc35bf4b6841ce4355c7bb3eedf2283a68 @@ -131,37 +137,57 @@ SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 SHA256 (rust/crates/windows-targets-0.42.1.crate) = 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7 SIZE (rust/crates/windows-targets-0.42.1.crate) = 5524 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +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.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7 SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640 SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605 SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45 SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (walles-riff-3.3.8_GH0.tar.gz) = 2826c26a84486af8e94ab08172b5538bc1d214a4d85bc5f1293acbc2e5d51ccf -SIZE (walles-riff-3.3.8_GH0.tar.gz) = 2173063 +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 (walles-riff-3.3.10_GH0.tar.gz) = 6db6ac7525f00c4a4cb45351b9a229e253b3e9053ab365d6f881c0144159f8da +SIZE (walles-riff-3.3.10_GH0.tar.gz) = 2174200 diff --git a/textproc/rubygem-diff-lcs/Makefile b/textproc/rubygem-diff-lcs/Makefile index 4603dc6be218..155ae82b55ca 100644 --- a/textproc/rubygem-diff-lcs/Makefile +++ b/textproc/rubygem-diff-lcs/Makefile @@ -1,5 +1,5 @@ PORTNAME= diff-lcs -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-diff-lcs/distinfo b/textproc/rubygem-diff-lcs/distinfo index 3fbefd58855d..116109c550f1 100644 --- a/textproc/rubygem-diff-lcs/distinfo +++ b/textproc/rubygem-diff-lcs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289472 -SHA256 (rubygem/diff-lcs-1.6.1.gem) = 12a5a83f3e37a8e2f4427268e305914d5f1879f22b4e73bb1a09f76a3dd86cd4 -SIZE (rubygem/diff-lcs-1.6.1.gem) = 58880 +TIMESTAMP = 1747716444 +SHA256 (rubygem/diff-lcs-1.6.2.gem) = 9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962 +SIZE (rubygem/diff-lcs-1.6.2.gem) = 59392 diff --git a/textproc/rubygem-google-cloud-translate-v3/Makefile b/textproc/rubygem-google-cloud-translate-v3/Makefile index 2a244b846b11..c0289bde14b9 100644 --- a/textproc/rubygem-google-cloud-translate-v3/Makefile +++ b/textproc/rubygem-google-cloud-translate-v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-translate-v3 -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -13,10 +13,10 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-translate-v3/lat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ - rubygem-google-cloud-location>=0.7<2.0:net/rubygem-google-cloud-location \ - rubygem-google-iam-v1>=0.7<2.0:devel/rubygem-google-iam-v1 + rubygem-google-cloud-location>=1.0<2:net/rubygem-google-cloud-location \ + rubygem-google-iam-v1>=1.3<2:devel/rubygem-google-iam-v1 USES= gem diff --git a/textproc/rubygem-google-cloud-translate-v3/distinfo b/textproc/rubygem-google-cloud-translate-v3/distinfo index cdaf36298cdc..776e9420609b 100644 --- a/textproc/rubygem-google-cloud-translate-v3/distinfo +++ b/textproc/rubygem-google-cloud-translate-v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547526 -SHA256 (rubygem/google-cloud-translate-v3-1.4.1.gem) = 2bf9336bddcbc9972cce4f53d3378e12b0aadfbee11fda5d1afa2d9ab027af8c -SIZE (rubygem/google-cloud-translate-v3-1.4.1.gem) = 111616 +TIMESTAMP = 1747716410 +SHA256 (rubygem/google-cloud-translate-v3-1.5.0.gem) = a7c11d624d715864178d855f23dc7c32f6bb78624d2591a76e359209204bb1f7 +SIZE (rubygem/google-cloud-translate-v3-1.5.0.gem) = 111616 diff --git a/textproc/rubygem-libxml-ruby/Makefile b/textproc/rubygem-libxml-ruby/Makefile index 7fda54f08eb1..9c32803a0ae0 100644 --- a/textproc/rubygem-libxml-ruby/Makefile +++ b/textproc/rubygem-libxml-ruby/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxml-ruby -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-libxml-ruby/distinfo b/textproc/rubygem-libxml-ruby/distinfo index 0f2921d0b16e..7c6b8c292746 100644 --- a/textproc/rubygem-libxml-ruby/distinfo +++ b/textproc/rubygem-libxml-ruby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712764 -SHA256 (rubygem/libxml-ruby-5.0.3.gem) = 5a530dba36066752bba59515ae612362c1343f1d0ee6cf74700499c7dd2a2bde -SIZE (rubygem/libxml-ruby-5.0.3.gem) = 364544 +TIMESTAMP = 1747716412 +SHA256 (rubygem/libxml-ruby-5.0.4.gem) = 78c3fb06c88a0e2b26197efa82fa663229809c1c8bf4e259bdaa8e2b60856ae6 +SIZE (rubygem/libxml-ruby-5.0.4.gem) = 364544 diff --git a/textproc/rubygem-loofah/Makefile b/textproc/rubygem-loofah/Makefile index cd1a155d58c3..cd81de96b7cf 100644 --- a/textproc/rubygem-loofah/Makefile +++ b/textproc/rubygem-loofah/Makefile @@ -1,5 +1,5 @@ PORTNAME= loofah -PORTVERSION= 2.24.0 +PORTVERSION= 2.24.1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-loofah/distinfo b/textproc/rubygem-loofah/distinfo index a8a268957049..4d10700baf68 100644 --- a/textproc/rubygem-loofah/distinfo +++ b/textproc/rubygem-loofah/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735792377 -SHA256 (rubygem/loofah-2.24.0.gem) = 61e6a710883abb8210887f3dc868cf3ed66594c509d9ff6987621efa6651ee1e -SIZE (rubygem/loofah-2.24.0.gem) = 34304 +TIMESTAMP = 1747716414 +SHA256 (rubygem/loofah-2.24.1.gem) = 655a30842b70ec476410b347ab1cd2a5b92da46a19044357bbd9f401b009a337 +SIZE (rubygem/loofah-2.24.1.gem) = 34304 diff --git a/textproc/rubygem-psych/Makefile b/textproc/rubygem-psych/Makefile index 07c3da1f4616..14e00d293cc5 100644 --- a/textproc/rubygem-psych/Makefile +++ b/textproc/rubygem-psych/Makefile @@ -1,5 +1,5 @@ PORTNAME= psych -PORTVERSION= 5.2.4 +PORTVERSION= 5.2.6 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-psych/distinfo b/textproc/rubygem-psych/distinfo index eeea8ade4e78..e3d6d88f8889 100644 --- a/textproc/rubygem-psych/distinfo +++ b/textproc/rubygem-psych/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547530 -SHA256 (rubygem/psych-5.2.4.gem) = f2d9810f7f383a6b0fbc705202851e1a55b236bcb8e168ab5dfa5741842ec7c5 -SIZE (rubygem/psych-5.2.4.gem) = 38400 +TIMESTAMP = 1747716416 +SHA256 (rubygem/psych-5.2.6.gem) = 814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e +SIZE (rubygem/psych-5.2.6.gem) = 39424 diff --git a/textproc/sad/Makefile b/textproc/sad/Makefile index d9c69f36c50e..ac8458ed212e 100644 --- a/textproc/sad/Makefile +++ b/textproc/sad/Makefile @@ -1,7 +1,6 @@ PORTNAME= sad DISTVERSIONPREFIX= v -DISTVERSION= 0.4.31 -PORTREVISION= 7 +DISTVERSION= 0.4.32 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -20,53 +19,52 @@ CARGO_CRATES= addr2line-0.22.0 \ aho-corasick-1.1.3 \ ansi_term-0.12.1 \ anstream-0.6.14 \ - anstyle-1.0.7 \ + anstyle-1.0.8 \ anstyle-parse-0.2.4 \ anstyle-query-1.1.0 \ anstyle-wincon-3.0.3 \ autocfg-1.3.0 \ backtrace-0.3.73 \ bitflags-2.6.0 \ - bytes-1.6.0 \ - cc-1.0.101 \ + bytes-1.6.1 \ + cc-1.1.2 \ cfg-if-1.0.0 \ - clap-4.5.7 \ - clap_builder-4.5.7 \ - clap_derive-4.5.5 \ - clap_lex-0.7.1 \ + clap-4.5.27 \ + clap_builder-4.5.27 \ + clap_derive-4.5.24 \ + clap_lex-0.7.4 \ colorchoice-1.0.1 \ difflib-0.4.0 \ either-1.13.0 \ + env_home-0.1.0 \ errno-0.3.9 \ - futures-0.3.30 \ - futures-channel-0.3.30 \ - futures-core-0.3.30 \ - futures-executor-0.3.30 \ - futures-io-0.3.30 \ - futures-macro-0.3.30 \ - futures-sink-0.3.30 \ - futures-task-0.3.30 \ - futures-util-0.3.30 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ getrandom-0.2.15 \ gimli-0.29.0 \ heck-0.5.0 \ hermit-abi-0.3.9 \ - home-0.5.9 \ is_terminal_polyfill-1.70.0 \ - libc-0.2.155 \ + libc-0.2.169 \ linux-raw-sys-0.4.14 \ memchr-2.7.4 \ miniz_oxide-0.7.4 \ - mio-0.8.11 \ - num_cpus-1.16.0 \ - object-0.36.0 \ + mio-1.0.2 \ + object-0.36.1 \ pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ proc-macro2-1.0.86 \ quote-1.0.36 \ - regex-1.10.5 \ - regex-automata-0.4.7 \ - regex-syntax-0.8.4 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ rustc-demangle-0.1.24 \ rustix-0.38.34 \ shlex-1.3.0 \ @@ -74,36 +72,28 @@ CARGO_CRATES= addr2line-0.22.0 \ slab-0.4.9 \ socket2-0.5.7 \ strsim-0.11.1 \ - syn-2.0.68 \ - terminal_size-0.3.0 \ - tokio-1.38.0 \ + syn-2.0.71 \ + terminal_size-0.4.1 \ + tokio-1.43.0 \ unicode-ident-1.0.12 \ utf8parse-0.2.2 \ - uuid-1.9.1 \ + uuid-1.12.1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - which-6.0.1 \ + which-7.0.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.48.0 \ windows-sys-0.52.0 \ - windows-targets-0.48.5 \ - windows-targets-0.52.5 \ - windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.5 \ - windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.5 \ - windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.5 \ - windows_i686_gnullvm-0.52.5 \ - windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.5 \ - windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.5 \ - windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.5 \ - windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.5 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ winsafe-0.0.19 PLIST_FILES= bin/${PORTNAME} diff --git a/textproc/sad/distinfo b/textproc/sad/distinfo index 57c61c07c9c7..479cc1266316 100644 --- a/textproc/sad/distinfo +++ b/textproc/sad/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1720757149 +TIMESTAMP = 1748373673 SHA256 (rust/crates/addr2line-0.22.0.crate) = 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 SIZE (rust/crates/addr2line-0.22.0.crate) = 39156 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -9,8 +9,8 @@ SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b SIZE (rust/crates/anstream-0.6.14.crate) = 29160 -SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b -SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-1.0.8.crate) = 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 +SIZE (rust/crates/anstyle-1.0.8.crate) = 15771 SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 SHA256 (rust/crates/anstyle-query-1.1.0.crate) = ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391 @@ -23,46 +23,48 @@ SHA256 (rust/crates/backtrace-0.3.73.crate) = 5cc23269a4f8976d0a4d2e7109211a419f SIZE (rust/crates/backtrace-0.3.73.crate) = 87617 SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 -SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 -SIZE (rust/crates/bytes-1.6.0.crate) = 60605 -SHA256 (rust/crates/cc-1.0.101.crate) = ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d -SIZE (rust/crates/cc-1.0.101.crate) = 79446 +SHA256 (rust/crates/bytes-1.6.1.crate) = a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952 +SIZE (rust/crates/bytes-1.6.1.crate) = 60723 +SHA256 (rust/crates/cc-1.1.2.crate) = 47de7e88bbbd467951ae7f5a6f34f70d1b4d9cfce53d5fd70f74ebe118b3db56 +SIZE (rust/crates/cc-1.1.2.crate) = 80962 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-4.5.7.crate) = 5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f -SIZE (rust/crates/clap-4.5.7.crate) = 56343 -SHA256 (rust/crates/clap_builder-4.5.7.crate) = f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f -SIZE (rust/crates/clap_builder-4.5.7.crate) = 163957 -SHA256 (rust/crates/clap_derive-4.5.5.crate) = c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6 -SIZE (rust/crates/clap_derive-4.5.5.crate) = 30017 -SHA256 (rust/crates/clap_lex-0.7.1.crate) = 4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70 -SIZE (rust/crates/clap_lex-0.7.1.crate) = 12766 +SHA256 (rust/crates/clap-4.5.27.crate) = 769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796 +SIZE (rust/crates/clap-4.5.27.crate) = 55737 +SHA256 (rust/crates/clap_builder-4.5.27.crate) = 1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7 +SIZE (rust/crates/clap_builder-4.5.27.crate) = 168024 +SHA256 (rust/crates/clap_derive-4.5.24.crate) = 54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c +SIZE (rust/crates/clap_derive-4.5.24.crate) = 30669 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 SIZE (rust/crates/either-1.13.0.crate) = 19169 +SHA256 (rust/crates/env_home-0.1.0.crate) = c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe +SIZE (rust/crates/env_home-0.1.0.crate) = 9006 SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba SIZE (rust/crates/errno-0.3.9.crate) = 10690 -SHA256 (rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 -SIZE (rust/crates/futures-0.3.30.crate) = 53828 -SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 -SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 -SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d -SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 -SHA256 (rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d -SIZE (rust/crates/futures-executor-0.3.30.crate) = 17744 -SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 -SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 -SHA256 (rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac -SIZE (rust/crates/futures-macro-0.3.30.crate) = 11278 -SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 -SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 -SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 -SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 -SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 +SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 +SIZE (rust/crates/futures-0.3.31.crate) = 54953 +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 +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +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/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gimli-0.29.0.crate) = 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd @@ -71,24 +73,20 @@ SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d3 SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 -SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 -SIZE (rust/crates/home-0.5.9.crate) = 8760 SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 -SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c -SIZE (rust/crates/libc-0.2.155.crate) = 743539 +SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a +SIZE (rust/crates/libc-0.2.169.crate) = 757901 SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/miniz_oxide-0.7.4.crate) = b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 SIZE (rust/crates/miniz_oxide-0.7.4.crate) = 56119 -SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c -SIZE (rust/crates/mio-0.8.11.crate) = 102983 -SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 -SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 -SHA256 (rust/crates/object-0.36.0.crate) = 576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434 -SIZE (rust/crates/object-0.36.0.crate) = 321771 +SHA256 (rust/crates/mio-1.0.2.crate) = 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec +SIZE (rust/crates/mio-1.0.2.crate) = 102777 +SHA256 (rust/crates/object-0.36.1.crate) = 081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce +SIZE (rust/crates/object-0.36.1.crate) = 323865 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/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -97,12 +95,12 @@ SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744 SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958 SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 SIZE (rust/crates/quote-1.0.36.crate) = 28507 -SHA256 (rust/crates/regex-1.10.5.crate) = b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f -SIZE (rust/crates/regex-1.10.5.crate) = 253805 -SHA256 (rust/crates/regex-automata-0.4.7.crate) = 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df -SIZE (rust/crates/regex-automata-0.4.7.crate) = 617582 -SHA256 (rust/crates/regex-syntax-0.8.4.crate) = 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b -SIZE (rust/crates/regex-syntax-0.8.4.crate) = 347577 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f @@ -117,67 +115,51 @@ SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ff SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/syn-2.0.68.crate) = 901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9 -SIZE (rust/crates/syn-2.0.68.crate) = 265035 -SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 -SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 -SHA256 (rust/crates/tokio-1.38.0.crate) = ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a -SIZE (rust/crates/tokio-1.38.0.crate) = 774094 +SHA256 (rust/crates/syn-2.0.71.crate) = b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462 +SIZE (rust/crates/syn-2.0.71.crate) = 266398 +SHA256 (rust/crates/terminal_size-0.4.1.crate) = 5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9 +SIZE (rust/crates/terminal_size-0.4.1.crate) = 10037 +SHA256 (rust/crates/tokio-1.43.0.crate) = 3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e +SIZE (rust/crates/tokio-1.43.0.crate) = 817422 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.9.1.crate) = 5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439 -SIZE (rust/crates/uuid-1.9.1.crate) = 47492 +SHA256 (rust/crates/uuid-1.12.1.crate) = b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b +SIZE (rust/crates/uuid-1.12.1.crate) = 48851 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/which-6.0.1.crate) = 8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7 -SIZE (rust/crates/which-6.0.1.crate) = 16542 +SHA256 (rust/crates/which-7.0.1.crate) = fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028 +SIZE (rust/crates/which-7.0.1.crate) = 18596 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c -SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb -SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc -SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 -SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 -SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e -SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 -SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 -SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 -SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 -SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 -SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf -SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e -SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 -SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 -SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 -SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +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 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +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/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 -SHA256 (ms-jpq-sad-v0.4.31_GH0.tar.gz) = c717e54798e21356340271e32e43de5b05ba064ae64edf639fede27b1ed15ceb -SIZE (ms-jpq-sad-v0.4.31_GH0.tar.gz) = 3398522 +SHA256 (ms-jpq-sad-v0.4.32_GH0.tar.gz) = a67902b9edb287861668ee3e39482c17b41c60e244ece62b3f8016250286294f +SIZE (ms-jpq-sad-v0.4.32_GH0.tar.gz) = 3398855 diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index e5d8f7cb65e1..535834268f4f 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -1,5 +1,5 @@ PORTNAME= sigil -DISTVERSION= 2.4.2 +DISTVERSION= 2.5.0 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz @@ -10,21 +10,18 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libpcre2-16.so:devel/pcre2 \ - libhunspell-1.7.so:textproc/hunspell \ - libGLX.so:graphics/libglvnd + libhunspell-1.7.so:textproc/hunspell RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} -USES= cmake cpe desktop-file-utils \ +USES= cmake cpe desktop-file-utils gl localbase:ldflags \ minizip pkgconfig python qt:6 shebangfix CPE_VENDOR= ${PORTNAME}-ebook - USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil - +USE_GL= opengl USE_LDCONFIG= ${PREFIX}/lib/sigil - USE_QT= base declarative positioning svg webchannel webengine \ tools:build imageformats:run @@ -33,11 +30,6 @@ SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=1 -# Upstream uses pkg-config output to pass libhunspell-1.7.so and -# libpcre16.so to the linker. pkg-config output does not include full -# paths, so add a workaround to keep the port linking for now. -LDFLAGS+= -L${LOCALBASE}/lib - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index 05d03b58869a..f614966c49b8 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738530389 -SHA256 (Sigil-Ebook-Sigil-2.4.2_GH0.tar.gz) = 6113718b66f1756b13c25990930e7ec0d311ac5142c0b844cf73f6faf98375c5 -SIZE (Sigil-Ebook-Sigil-2.4.2_GH0.tar.gz) = 19144897 +TIMESTAMP = 1748076730 +SHA256 (Sigil-Ebook-Sigil-2.5.0_GH0.tar.gz) = f7e696400633c3f857096918225a11a3c7175fbe5e25124be76ec4f520823580 +SIZE (Sigil-Ebook-Sigil-2.5.0_GH0.tar.gz) = 19346255 diff --git a/textproc/sigil/pkg-plist b/textproc/sigil/pkg-plist index e079b56eca59..d674559c1bb4 100644 --- a/textproc/sigil/pkg-plist +++ b/textproc/sigil/pkg-plist @@ -78,6 +78,9 @@ share/pixmaps/sigil.png %%DATADIR%%/python3lib/cssreformatter.py %%DATADIR%%/python3lib/diffstat.py %%DATADIR%%/python3lib/fix_opf_ids.py +%%DATADIR%%/python3lib/fr_utils.py +%%DATADIR%%/python3lib/functionrep.py +%%DATADIR%%/python3lib/functionsearch.py %%DATADIR%%/python3lib/gencheck.py %%DATADIR%%/python3lib/metadata_utils.py %%DATADIR%%/python3lib/metaproc2.py @@ -91,6 +94,7 @@ share/pixmaps/sigil.png %%DATADIR%%/python3lib/repomanager.py %%DATADIR%%/python3lib/sanitycheck.py %%DATADIR%%/python3lib/sdifflibparser.py +%%DATADIR%%/python3lib/titlecase.py %%DATADIR%%/python3lib/unidecode/LICENSE %%DATADIR%%/python3lib/unidecode/README.rst %%DATADIR%%/python3lib/unidecode/__init__.py diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index 92da1eff93d6..67a866a4d855 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,6 +1,6 @@ PORTNAME= tokay DISTVERSIONPREFIX= v -DISTVERSION= 0.6.7 +DISTVERSION= 0.6.8 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -30,7 +30,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ cc-1.2.15 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - charclass-0.2.0 \ + charclass-0.3.0 \ clap-2.34.0 \ clap-4.5.31 \ clap_builder-4.5.31 \ diff --git a/textproc/tokay/distinfo b/textproc/tokay/distinfo index 5bbd937dc252..e42d1310364c 100644 --- a/textproc/tokay/distinfo +++ b/textproc/tokay/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1745988625 +TIMESTAMP = 1748373712 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -27,8 +27,8 @@ SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582eb SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/charclass-0.2.0.crate) = a8dfc99f793cb9e9b717665a6959468a7ee2d29dc0ffc2f54393d75c1daa488a -SIZE (rust/crates/charclass-0.2.0.crate) = 4107 +SHA256 (rust/crates/charclass-0.3.0.crate) = d4a1a924500c323be267fa7085bc456c90f70759b15cd465b214b24aca6c9e6a +SIZE (rust/crates/charclass-0.3.0.crate) = 5127 SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c SIZE (rust/crates/clap-2.34.0.crate) = 202210 SHA256 (rust/crates/clap-4.5.31.crate) = 027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767 @@ -219,5 +219,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/yaml-rust-0.3.5.crate) = e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992 SIZE (rust/crates/yaml-rust-0.3.5.crate) = 42087 -SHA256 (tokay-lang-tokay-v0.6.7_GH0.tar.gz) = 97e4b42f6b077bd6ce8a225fb662b2e3a3b9fea07b4805a2f30c3d4889abc9d8 -SIZE (tokay-lang-tokay-v0.6.7_GH0.tar.gz) = 149907 +SHA256 (tokay-lang-tokay-v0.6.8_GH0.tar.gz) = c1ec5ccc474eb22519010d383bb618912095604742c9ddd4a1bd3676c8e36f8d +SIZE (tokay-lang-tokay-v0.6.8_GH0.tar.gz) = 150097 diff --git a/www/Makefile b/www/Makefile index 16d9e68fa6ef..b8f195d883cb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1805,6 +1805,7 @@ SUBDIR += py-httpretty SUBDIR += py-httptools SUBDIR += py-httpx + SUBDIR += py-httpx-aiohttp SUBDIR += py-httpx-oauth SUBDIR += py-httpx-retries SUBDIR += py-httpx-socks diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 50091d093f54..49a70575261c 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,7 +1,6 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v -DISTVERSION= 0.107.61 -PORTREVISION= 1 +DISTVERSION= 0.107.62 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/ DISTFILES= ${GH_PROJECT}_frontend${EXTRACT_SUFX} diff --git a/www/adguardhome/distinfo b/www/adguardhome/distinfo index 59ed334755e4..1ebcfeb58022 100644 --- a/www/adguardhome/distinfo +++ b/www/adguardhome/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1745354789 -SHA256 (go/www_adguardhome/adguardhome-v0.107.61/AdGuardHome_frontend.tar.gz) = 69ff3444f06d9c872f38af5b1a90bfd2438bb278fc7aa654f2e72d92835aee7b -SIZE (go/www_adguardhome/adguardhome-v0.107.61/AdGuardHome_frontend.tar.gz) = 2460494 -SHA256 (go/www_adguardhome/adguardhome-v0.107.61/v0.107.61.mod) = 6906f0d6d3c54bc122fa0dd392f214190c2f13c1afe7294f1357fc197a56b886 -SIZE (go/www_adguardhome/adguardhome-v0.107.61/v0.107.61.mod) = 5720 -SHA256 (go/www_adguardhome/adguardhome-v0.107.61/v0.107.61.zip) = a47c7c05b9a05843f4cc2e102a84f7ebaafc91ebc25cd651a4d3c137b755f56e -SIZE (go/www_adguardhome/adguardhome-v0.107.61/v0.107.61.zip) = 2727539 +TIMESTAMP = 1748350517 +SHA256 (go/www_adguardhome/adguardhome-v0.107.62/AdGuardHome_frontend.tar.gz) = 29d81f9167893a1f0aa88fc2ffa1392b925ca5521c56d8fe1b84237d747b3c15 +SIZE (go/www_adguardhome/adguardhome-v0.107.62/AdGuardHome_frontend.tar.gz) = 2469604 +SHA256 (go/www_adguardhome/adguardhome-v0.107.62/v0.107.62.mod) = 4300611b8d60e6e06396ac235eaae5e2670b49e6f7946ac177ecd57bef163b41 +SIZE (go/www_adguardhome/adguardhome-v0.107.62/v0.107.62.mod) = 5720 +SHA256 (go/www_adguardhome/adguardhome-v0.107.62/v0.107.62.zip) = 5575117f55467795389537cbf8049a2b1cff0fabc0505fcf1261887ab35eaa2a +SIZE (go/www_adguardhome/adguardhome-v0.107.62/v0.107.62.zip) = 2741260 diff --git a/www/adguardhome/files/patch-go.mod b/www/adguardhome/files/patch-go.mod index 6a86eb6bbca9..5b177981f47c 100644 --- a/www/adguardhome/files/patch-go.mod +++ b/www/adguardhome/files/patch-go.mod @@ -3,7 +3,7 @@ @@ -1,6 +1,6 @@ module github.com/AdguardTeam/AdGuardHome --go 1.24.2 +-go 1.24.3 +go 1.24 require ( diff --git a/www/drupal11/Makefile b/www/drupal11/Makefile index 078fcf7c8654..c8a41ef0304f 100644 --- a/www/drupal11/Makefile +++ b/www/drupal11/Makefile @@ -1,5 +1,5 @@ PORTNAME= drupal11 -PORTVERSION= 11.1.5 +PORTVERSION= 11.1.7 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal11/distinfo b/www/drupal11/distinfo index 3a8c94c3210a..c435d31df618 100644 --- a/www/drupal11/distinfo +++ b/www/drupal11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742455106 -SHA256 (drupal/drupal-11.1.5.tar.gz) = 6dfc33fb87e1e3f5c607d6fd98315a13f9a69b5d79ec217a9941555f57004961 -SIZE (drupal/drupal-11.1.5.tar.gz) = 19746124 +TIMESTAMP = 1748328747 +SHA256 (drupal/drupal-11.1.7.tar.gz) = f3acbd2ba33e8767de6ec5520c3307ba9d06cf1968aa82dc10f840769f728f71 +SIZE (drupal/drupal-11.1.7.tar.gz) = 19762218 diff --git a/www/drupal11/pkg-plist b/www/drupal11/pkg-plist index 9188ca1fe99d..f20840c5fa23 100644 --- a/www/drupal11/pkg-plist +++ b/www/drupal11/pkg-plist @@ -4006,9 +4006,21 @@ %%WWWDIR%%/core/lib/Drupal/Core/GeneratedNoLink.php %%WWWDIR%%/core/lib/Drupal/Core/GeneratedUrl.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/Hook.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/HookAttributeInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/LegacyHook.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/LegacyModuleImplementsAlter.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/RemoveHook.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/ReorderHook.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php %%WWWDIR%%/core/lib/Drupal/Core/Hook/HookCollectorPass.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/Order.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/OrderAfter.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/OrderBefore.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/OrderInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/Order/RelativeOrderBase.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php +%%WWWDIR%%/core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php %%WWWDIR%%/core/lib/Drupal/Core/Http/ClientFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php %%WWWDIR%%/core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php @@ -6093,6 +6105,7 @@ %%WWWDIR%%/core/modules/config/tests/config_test/config_test.install %%WWWDIR%%/core/modules/config/tests/config_test/config_test.links.action.yml %%WWWDIR%%/core/modules/config/tests/config_test/config_test.links.task.yml +%%WWWDIR%%/core/modules/config/tests/config_test/config_test.permissions.yml %%WWWDIR%%/core/modules/config/tests/config_test/config_test.routing.yml %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php @@ -6101,6 +6114,7 @@ %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestForm.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestInterface.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestListBuilder.php +%%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestPermissions.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestStorage.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigValidation.php %%WWWDIR%%/core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php @@ -9496,6 +9510,7 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Unit/MigrateTestCase.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/MigrationTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php @@ -10056,6 +10071,8 @@ %%WWWDIR%%/core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test_exception/src/Hook/NodeTestExceptionHooks.php +%%WWWDIR%%/core/modules/node/tests/modules/node_no_default_author/node_no_default_author.info.yml +%%WWWDIR%%/core/modules/node/tests/modules/node_no_default_author/src/Hook/NodeNoDefaultAuthorHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test_views/src/Hook/NodeTestViewsViewsHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_argument_node_uid_revision.yml @@ -13860,6 +13877,9 @@ %%WWWDIR%%/core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php %%WWWDIR%%/core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.info.yml %%WWWDIR%%/core/modules/user/tests/modules/user_auth_decorator_test/user_auth_decorator_test.services.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php +%%WWWDIR%%/core/modules/user/tests/modules/user_config_override_test/user_config_override_test.info.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_config_override_test/user_config_override_test.services.yml %%WWWDIR%%/core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml %%WWWDIR%%/core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml %%WWWDIR%%/core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php @@ -15248,6 +15268,7 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 63fe024928c1..377c7e5226b4 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -291,7 +291,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-lockbox>=1.3.0<1.4:security/rubygem-lockbox \ rubygem-valid_email>=0.1<1:mail/rubygem-valid_email \ rubygem-jsonb_accessor>=1.4<2:www/rubygem-jsonb_accessor \ - rubygem-json>=2.11.2<2.12:devel/rubygem-json \ + rubygem-json-gitlab>=2.11.2<2.12:devel/rubygem-json-gitlab \ rubygem-json_schemer>=2.3.0<2.4:devel/rubygem-json_schemer \ rubygem-oj>=3.16.0<3.17:devel/rubygem-oj \ rubygem-oj-introspect>=0.8<1:devel/rubygem-oj-introspect \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 4970f3aa63db..0daac7e46e8e 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ GITLAB_VERSION= 18.0.1 -GITLAB_PORTREVISION= 0 +GITLAB_PORTREVISION= 1 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml diff --git a/www/glpi/Makefile b/www/glpi/Makefile index 61cfc2b73016..265e9248764e 100644 --- a/www/glpi/Makefile +++ b/www/glpi/Makefile @@ -1,16 +1,16 @@ PORTNAME= glpi -PORTVERSION= 10.0.17 +DISTVERSION= 10.0.18 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${DISTVERSION}/ -MAINTAINER= mathias@monnerville.com +MAINTAINER= m@kappa.st COMMENT= Free IT and asset management software WWW= https://glpi-project.org/ LICENSE= GPLv2 -USES= cpe gettext php tar:tgz +USES= cpe gettext-tools php tar:tgz CPE_VENDOR= glpi-project USE_PHP= bz2 ctype curl dom exif fileinfo filter gd iconv intl json \ mbstring mysqli opcache session simplexml sodium xml xmlreader \ diff --git a/www/glpi/distinfo b/www/glpi/distinfo index 5cb2850b9e81..ab32d7cfdb2e 100644 --- a/www/glpi/distinfo +++ b/www/glpi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733246102 -SHA256 (glpi-10.0.17.tgz) = 4cfc485ad2b1ba16e38d2725a13375bda784abf1533a79971711feed0a7f5e11 -SIZE (glpi-10.0.17.tgz) = 60497623 +TIMESTAMP = 1748273846 +SHA256 (glpi-10.0.18.tgz) = fe044e021c17ee88e088a8a4392c7807c9a0f397a1a551689d2eb7f668439e96 +SIZE (glpi-10.0.18.tgz) = 59495405 diff --git a/www/glpi/pkg-plist b/www/glpi/pkg-plist index 50e941634c7f..c48987a43bd5 100644 --- a/www/glpi/pkg-plist +++ b/www/glpi/pkg-plist @@ -1203,6 +1203,8 @@ %%WWWDIR%%/install/migrations/update_10.0.16_to_10.0.17/rule_tickets.php %%WWWDIR%%/install/migrations/update_10.0.16_to_10.0.17/tree_dropdowns.php %%WWWDIR%%/install/migrations/update_10.0.16_to_10.0.17/users.php +%%WWWDIR%%/install/migrations/update_10.0.17_to_10.0.18.php +%%WWWDIR%%/install/migrations/update_10.0.17_to_10.0.18/configs.php %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2.php %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2/agent.php %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2/configs.php @@ -1379,6 +1381,7 @@ %%WWWDIR%%/install/mysql/glpi-10.0.14-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.15-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.16-empty.sql +%%WWWDIR%%/install/mysql/glpi-10.0.17-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.2-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.3-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.4-empty.sql @@ -1654,228 +1657,6 @@ %%WWWDIR%%/locales/zh_HK.po %%WWWDIR%%/locales/zh_TW.mo %%WWWDIR%%/locales/zh_TW.po -%%WWWDIR%%/phpstan.neon.dist -%%WWWDIR%%/phpunit/AbstractRightsDropdown.php -%%WWWDIR%%/phpunit/Autoload.php -%%WWWDIR%%/phpunit/CommonDropdown.php -%%WWWDIR%%/phpunit/DbTestCase.php -%%WWWDIR%%/phpunit/GLPITestCase.php -%%WWWDIR%%/phpunit/InventoryTestCase.php -%%WWWDIR%%/phpunit/NotificationSettingInstance.php -%%WWWDIR%%/phpunit/RuleBuilder.php -%%WWWDIR%%/phpunit/abstracts/AbstractITILChildTemplate.php -%%WWWDIR%%/phpunit/abstracts/AbstractInventoryAsset.php -%%WWWDIR%%/phpunit/abstracts/AbstractPlanningEvent.php -%%WWWDIR%%/phpunit/abstracts/CommonITILRecurrentTest.php -%%WWWDIR%%/phpunit/bootstrap.php -%%WWWDIR%%/phpunit/functional/AgentTest.php -%%WWWDIR%%/phpunit/functional/AlertTest.php -%%WWWDIR%%/phpunit/functional/ApplianceTest.php -%%WWWDIR%%/phpunit/functional/Appliance_ItemTest.php -%%WWWDIR%%/phpunit/functional/Appliance_Item_RelationTest.php -%%WWWDIR%%/phpunit/functional/AuthLdapReplicateTest.php -%%WWWDIR%%/phpunit/functional/AuthTest.php -%%WWWDIR%%/phpunit/functional/AutoloadTest.php -%%WWWDIR%%/phpunit/functional/BlacklistTest.php -%%WWWDIR%%/phpunit/functional/CableTest.php -%%WWWDIR%%/phpunit/functional/CalendarTest.php -%%WWWDIR%%/phpunit/functional/Calendar_HolidayTest.php -%%WWWDIR%%/phpunit/functional/CartridgeTest.php -%%WWWDIR%%/phpunit/functional/CertificateTest.php -%%WWWDIR%%/phpunit/functional/Certificate_ItemTest.php -%%WWWDIR%%/phpunit/functional/ChangeTest.php -%%WWWDIR%%/phpunit/functional/CleanSoftwareCronTest.php -%%WWWDIR%%/phpunit/functional/CommonDBTMTest.php -%%WWWDIR%%/phpunit/functional/CommonITILValidationTest.php -%%WWWDIR%%/phpunit/functional/CommonTreeDropdownTest.php -%%WWWDIR%%/phpunit/functional/ComputerTest.php -%%WWWDIR%%/phpunit/functional/ComputerVirtualMachineTest.php -%%WWWDIR%%/phpunit/functional/ConfigTest.php -%%WWWDIR%%/phpunit/functional/ConsumableTest.php -%%WWWDIR%%/phpunit/functional/ContractTest.php -%%WWWDIR%%/phpunit/functional/CronTaskTest.php -%%WWWDIR%%/phpunit/functional/DatabaseInstanceTest.php -%%WWWDIR%%/phpunit/functional/DbUtilsTest.php -%%WWWDIR%%/phpunit/functional/DeviceSensorModelTest.php -%%WWWDIR%%/phpunit/functional/DeviceSensorTest.php -%%WWWDIR%%/phpunit/functional/DeviceSensorTypeTest.php -%%WWWDIR%%/phpunit/functional/DeviceSimcardTest.php -%%WWWDIR%%/phpunit/functional/DeviceSimcardTypeTest.php -%%WWWDIR%%/phpunit/functional/DocumentTest.php -%%WWWDIR%%/phpunit/functional/DocumentTypeTest.php -%%WWWDIR%%/phpunit/functional/Document_ItemTest.php -%%WWWDIR%%/phpunit/functional/DomainRelationTest.php -%%WWWDIR%%/phpunit/functional/DomainTest.php -%%WWWDIR%%/phpunit/functional/DropdownTest.php -%%WWWDIR%%/phpunit/functional/DropdownTranslationTest.php -%%WWWDIR%%/phpunit/functional/EntityTest.php -%%WWWDIR%%/phpunit/functional/GLPIKeyTest.php -%%WWWDIR%%/phpunit/functional/GLPIMailerTest.php -%%WWWDIR%%/phpunit/functional/GLPITest.php -%%WWWDIR%%/phpunit/functional/Glpi/Agent/Communication/Headers/CommonTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Cache/CacheManagerTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Cache/SimpleCacheTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/AntivirusTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/BatteryTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/BiosTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/CameraTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/CartridgeTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/ComputerTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/ControllerTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/DeviceTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/DriveTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/FirmwareTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/GraphicCardTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/MemoryTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/MonitorTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/NetworkCardTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/NetworkEquipmentTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/NetworkPortTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/OperatingSystemTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/PeripheralTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/PowerSupplyTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/PrinterTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/ProcessorTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/RemoteManagementTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/SensorTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/SoftwareTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/SoundCardTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/UnmanagedTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/VirtualMachineTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets/VolumeTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/ConfTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/InventoryOptionsTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/InventoryTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Inventory/RequestTest.php -%%WWWDIR%%/phpunit/functional/Glpi/RichText/RichTextTest.php -%%WWWDIR%%/phpunit/functional/Glpi/RichText/UserMentionTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/ArrayNormalizerTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/DataExportTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/DatabaseSchemaTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/FilesystemTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/FrontEndTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/SanitizerTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/URLTest.php -%%WWWDIR%%/phpunit/functional/Glpi/Toolbox/VersionParserTest.php -%%WWWDIR%%/phpunit/functional/Group_UserTest.php -%%WWWDIR%%/phpunit/functional/HtmlTest.php -%%WWWDIR%%/phpunit/functional/IPAddressTest.php -%%WWWDIR%%/phpunit/functional/ITILCategoryTest.php -%%WWWDIR%%/phpunit/functional/ITILFollowupTemplateTest.php -%%WWWDIR%%/phpunit/functional/ITILFollowupTest.php -%%WWWDIR%%/phpunit/functional/ITILSolutionTest.php -%%WWWDIR%%/phpunit/functional/ITILTemplateTest.php -%%WWWDIR%%/phpunit/functional/ImpactItemTest.php -%%WWWDIR%%/phpunit/functional/ImpactRelationTest.php -%%WWWDIR%%/phpunit/functional/ImpactTest.php -%%WWWDIR%%/phpunit/functional/InfocomTest.php -%%WWWDIR%%/phpunit/functional/Item_ClusterTest.php -%%WWWDIR%%/phpunit/functional/Item_DeviceSensorTest.php -%%WWWDIR%%/phpunit/functional/Item_DeviceSimcardTest.php -%%WWWDIR%%/phpunit/functional/Item_DiskTest.php -%%WWWDIR%%/phpunit/functional/Item_OperatingSystemTest.php -%%WWWDIR%%/phpunit/functional/Item_RackTest.php -%%WWWDIR%%/phpunit/functional/Item_SoftwareLicenseTest.php -%%WWWDIR%%/phpunit/functional/Item_SoftwareVersionTest.php -%%WWWDIR%%/phpunit/functional/Itil_ProjectTest.php -%%WWWDIR%%/phpunit/functional/KnowbaseItemTest.php -%%WWWDIR%%/phpunit/functional/KnowbaseItem_CommentTest.php -%%WWWDIR%%/phpunit/functional/KnowbaseItem_ItemTest.php -%%WWWDIR%%/phpunit/functional/KnowbaseItem_RevisionTest.php -%%WWWDIR%%/phpunit/functional/KnowbaseTest.php -%%WWWDIR%%/phpunit/functional/LineOperatorTest.php -%%WWWDIR%%/phpunit/functional/LineTypeTest.php -%%WWWDIR%%/phpunit/functional/LinkTest.php -%%WWWDIR%%/phpunit/functional/LocationTest.php -%%WWWDIR%%/phpunit/functional/LockedfieldTest.php -%%WWWDIR%%/phpunit/functional/LogTest.php -%%WWWDIR%%/phpunit/functional/MassiveActionTest.php -%%WWWDIR%%/phpunit/functional/MonitorTest.php -%%WWWDIR%%/phpunit/functional/NetworkEquipmentTest.php -%%WWWDIR%%/phpunit/functional/NetworkNameTest.php -%%WWWDIR%%/phpunit/functional/NetworkPortMetricsTest.php -%%WWWDIR%%/phpunit/functional/NetworkPortTest.php -%%WWWDIR%%/phpunit/functional/NetworkPortTypeTest.php -%%WWWDIR%%/phpunit/functional/NetworkPort_NetworkPortTest.php -%%WWWDIR%%/phpunit/functional/NotificationAjaxSettingTest.php -%%WWWDIR%%/phpunit/functional/NotificationAjaxTest.php -%%WWWDIR%%/phpunit/functional/NotificationEventAjaxTest.php -%%WWWDIR%%/phpunit/functional/NotificationEventMailingTest.php -%%WWWDIR%%/phpunit/functional/NotificationMailingSettingTest.php -%%WWWDIR%%/phpunit/functional/NotificationMailingTest.php -%%WWWDIR%%/phpunit/functional/NotificationSettingConfigTest.php -%%WWWDIR%%/phpunit/functional/NotificationSettingInstanceTest.php -%%WWWDIR%%/phpunit/functional/NotificationTargetSavedSearch_AlertTest.php -%%WWWDIR%%/phpunit/functional/NotificationTargetTest.php -%%WWWDIR%%/phpunit/functional/NotificationTargetTicketTest.php -%%WWWDIR%%/phpunit/functional/NotificationTargetUserTest.php -%%WWWDIR%%/phpunit/functional/NotificationTemplateTest.php -%%WWWDIR%%/phpunit/functional/NotificationTemplateTranslationTest.php -%%WWWDIR%%/phpunit/functional/NotificationTest.php -%%WWWDIR%%/phpunit/functional/Notification_NotificationTemplateTest.php -%%WWWDIR%%/phpunit/functional/OperatingSystemArchitectureTest.php -%%WWWDIR%%/phpunit/functional/OperatingSystemEditionTest.php -%%WWWDIR%%/phpunit/functional/OperatingSystemKernelTest.php -%%WWWDIR%%/phpunit/functional/OperatingSystemKernelVersionTest.php -%%WWWDIR%%/phpunit/functional/OperatingSystemTest.php -%%WWWDIR%%/phpunit/functional/PCIVendorTest.php -%%WWWDIR%%/phpunit/functional/PassiveDCEquipmentTest.php -%%WWWDIR%%/phpunit/functional/PendingReasonTest.php -%%WWWDIR%%/phpunit/functional/PlanningExternalEventTemplateTest.php -%%WWWDIR%%/phpunit/functional/PlanningExternalEventTest.php -%%WWWDIR%%/phpunit/functional/PlanningTest.php -%%WWWDIR%%/phpunit/functional/PrinterLogTest.php -%%WWWDIR%%/phpunit/functional/PrinterTest.php -%%WWWDIR%%/phpunit/functional/ProblemTest.php -%%WWWDIR%%/phpunit/functional/ProfileTest.php -%%WWWDIR%%/phpunit/functional/Profile_UserTest.php -%%WWWDIR%%/phpunit/functional/ProjectTaskTest.php -%%WWWDIR%%/phpunit/functional/ProjectTeamTest.php -%%WWWDIR%%/phpunit/functional/ProjectTest.php -%%WWWDIR%%/phpunit/functional/QueryParamTest.php -%%WWWDIR%%/phpunit/functional/QueuedNotificationTest.php -%%WWWDIR%%/phpunit/functional/RecurrentChangeTest.php -%%WWWDIR%%/phpunit/functional/ReminderTest.php -%%WWWDIR%%/phpunit/functional/ReminderTranslationTest.php -%%WWWDIR%%/phpunit/functional/ReservationTest.php -%%WWWDIR%%/phpunit/functional/RuleAssetTest.php -%%WWWDIR%%/phpunit/functional/RuleCriteriaTest.php -%%WWWDIR%%/phpunit/functional/RuleDictionnarySoftwareCollectionTest.php -%%WWWDIR%%/phpunit/functional/RuleDictionnarySoftwareTest.php -%%WWWDIR%%/phpunit/functional/RuleImportAssetTest.php -%%WWWDIR%%/phpunit/functional/RuleImportEntityTest.php -%%WWWDIR%%/phpunit/functional/RuleLocationTest.php -%%WWWDIR%%/phpunit/functional/RuleMailcollectorTest.php -%%WWWDIR%%/phpunit/functional/RuleRightCollectionTest.php -%%WWWDIR%%/phpunit/functional/RuleRightTest.php -%%WWWDIR%%/phpunit/functional/RuleSoftwareCategoryCollectionTest.php -%%WWWDIR%%/phpunit/functional/RuleSoftwareCategoryTest.php -%%WWWDIR%%/phpunit/functional/RuleTest.php -%%WWWDIR%%/phpunit/functional/RuleTicketTest.php -%%WWWDIR%%/phpunit/functional/SLMTest.php -%%WWWDIR%%/phpunit/functional/SavedSearchTest.php -%%WWWDIR%%/phpunit/functional/SavedSearch_UserTest.php -%%WWWDIR%%/phpunit/functional/SearchTest.php -%%WWWDIR%%/phpunit/functional/ShareDashboardDropdownTest.php -%%WWWDIR%%/phpunit/functional/SlaLevel_TicketTest.php -%%WWWDIR%%/phpunit/functional/SoftwareLicenseTest.php -%%WWWDIR%%/phpunit/functional/SoftwareTest.php -%%WWWDIR%%/phpunit/functional/SoftwareVersionTest.php -%%WWWDIR%%/phpunit/functional/SolutionTemplateTest.php -%%WWWDIR%%/phpunit/functional/StateTest.php -%%WWWDIR%%/phpunit/functional/TaskTemplateTest.php -%%WWWDIR%%/phpunit/functional/TelemetryTest.php -%%WWWDIR%%/phpunit/functional/TicketCostTest.php -%%WWWDIR%%/phpunit/functional/TicketRecurrentTest.php -%%WWWDIR%%/phpunit/functional/TicketTaskTest.php -%%WWWDIR%%/phpunit/functional/TicketTest.php -%%WWWDIR%%/phpunit/functional/Ticket_TicketTest.php -%%WWWDIR%%/phpunit/functional/ToolboxTest.php -%%WWWDIR%%/phpunit/functional/TransferTest.php -%%WWWDIR%%/phpunit/functional/USBVendorTest.php -%%WWWDIR%%/phpunit/functional/UnmanagedTest.php -%%WWWDIR%%/phpunit/functional/UserEmailTest.php -%%WWWDIR%%/phpunit/functional/UserTest.php %%WWWDIR%%/pics/PICS-AUTHORS.txt %%WWWDIR%%/pics/accepted.png %%WWWDIR%%/pics/actualiser.png @@ -3999,6 +3780,7 @@ %%WWWDIR%%/vendor/glpi-project/inventory_format/inventory.schema.json %%WWWDIR%%/vendor/glpi-project/inventory_format/lib/php/Converter.php %%WWWDIR%%/vendor/glpi-project/inventory_format/lib/php/FilesToJSON.php +%%WWWDIR%%/vendor/glpi-project/inventory_format/lib/php/Schema.php %%WWWDIR%%/vendor/glpi-project/inventory_format/original-netdiscovery.md %%WWWDIR%%/vendor/glpi-project/inventory_format/original-netinventory.md %%WWWDIR%%/vendor/glpi-project/inventory_format/original.md @@ -6923,7 +6705,7 @@ %%WWWDIR%%/vendor/webmozart/assert/src/Assert.php %%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php %%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php -%%WWWDIR%%/version/10.0.17 +%%WWWDIR%%/version/10.0.18 @dir %%WWWDIR%%/ajax @dir %%WWWDIR%%/bin @dir %%WWWDIR%%/config @@ -7003,6 +6785,7 @@ @dir %%WWWDIR%%/install/migrations/update_10.0.14_to_10.0.15 @dir %%WWWDIR%%/install/migrations/update_10.0.15_to_10.0.16 @dir %%WWWDIR%%/install/migrations/update_10.0.16_to_10.0.17 +@dir %%WWWDIR%%/install/migrations/update_10.0.17_to_10.0.18 @dir %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2 @dir %%WWWDIR%%/install/migrations/update_10.0.2_to_10.0.3 @dir %%WWWDIR%%/install/migrations/update_10.0.3_to_10.0.4 @@ -7029,18 +6812,6 @@ @dir %%WWWDIR%%/lib/bundles @dir %%WWWDIR%%/locales @dir %%WWWDIR%%/marketplace -@dir %%WWWDIR%%/phpunit -@dir %%WWWDIR%%/phpunit/abstracts -@dir %%WWWDIR%%/phpunit/functional -@dir %%WWWDIR%%/phpunit/functional/Glpi -@dir %%WWWDIR%%/phpunit/functional/Glpi/Agent -@dir %%WWWDIR%%/phpunit/functional/Glpi/Agent/Communication -@dir %%WWWDIR%%/phpunit/functional/Glpi/Agent/Communication/Headers -@dir %%WWWDIR%%/phpunit/functional/Glpi/Cache -@dir %%WWWDIR%%/phpunit/functional/Glpi/Inventory -@dir %%WWWDIR%%/phpunit/functional/Glpi/Inventory/Assets -@dir %%WWWDIR%%/phpunit/functional/Glpi/RichText -@dir %%WWWDIR%%/phpunit/functional/Glpi/Toolbox @dir %%WWWDIR%%/pics @dir %%WWWDIR%%/pics/charts @dir %%WWWDIR%%/pics/icones diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index 6f56f2b0576d..8e87e94fc679 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,6 +1,5 @@ PORTNAME= miniflux -DISTVERSION= 2.2.8 -PORTREVISION= 1 +DISTVERSION= 2.2.9 CATEGORIES= www MAINTAINER= krion@FreeBSD.org diff --git a/www/miniflux/distinfo b/www/miniflux/distinfo index c79a1c71d1d5..cc35d2788562 100644 --- a/www/miniflux/distinfo +++ b/www/miniflux/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745933864 -SHA256 (go/www_miniflux/miniflux-v2-2.2.8_GH0/go.mod) = e66c00585dbe8cf1ae38a3ed5b301e98842288da124ce8164c4e65c0926e26f5 -SIZE (go/www_miniflux/miniflux-v2-2.2.8_GH0/go.mod) = 1530 -SHA256 (go/www_miniflux/miniflux-v2-2.2.8_GH0/miniflux-v2-2.2.8_GH0.tar.gz) = 1c360012c3dd0202601db26755c511969b6c527f96d6829861a74095633a35c2 -SIZE (go/www_miniflux/miniflux-v2-2.2.8_GH0/miniflux-v2-2.2.8_GH0.tar.gz) = 815761 +TIMESTAMP = 1748337301 +SHA256 (go/www_miniflux/miniflux-v2-2.2.9_GH0/go.mod) = be1d1c8678fa839211c7b306c39146a7bd6475276c051eb6091db29e29893179 +SIZE (go/www_miniflux/miniflux-v2-2.2.9_GH0/go.mod) = 1529 +SHA256 (go/www_miniflux/miniflux-v2-2.2.9_GH0/miniflux-v2-2.2.9_GH0.tar.gz) = 7735912fbb232fd588f16528ead4b3a7e5bd02688827120316ba5c60f5fc0bcd +SIZE (go/www_miniflux/miniflux-v2-2.2.9_GH0/miniflux-v2-2.2.9_GH0.tar.gz) = 823133 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 04ccd9273c1b..7f7c543efca4 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.28.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 2bbd374b1d88..517412b50ecd 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -226,7 +226,7 @@ MEMC_VARS= DSO_EXTMODS+=memc MODSECURITY3_IMPLIES= HTTP_ADDITION HTTP_IMAGE_FILTER HTTP_GUNZIP_FILTER HTTP_XSLT MODSECURITY3_LIB_DEPENDS= libmodsecurity.so:security/modsecurity3 -MODSECURITY3_GH_TUPLE= owasp-modsecurity:ModSecurity-nginx:17405e0:modsecurity3 +MODSECURITY3_GH_TUPLE= owasp-modsecurity:ModSecurity-nginx:fd28e6a:modsecurity3 MODSECURITY3_VARS= DSO_EXTMODS+=modsecurity3 NAXSI_NGINX_VER= 1.7 @@ -315,7 +315,7 @@ VOD_LIB_DEPENDS= libxml2.so:textproc/libxml2 \ VOD_USES= iconv VOD_VARS= DSO_EXTMODS+=vod -VTS_GH_TUPLE= vozlt:nginx-module-vts:b6f6528:vts +VTS_GH_TUPLE= vozlt:nginx-module-vts:c382342:vts VTS_VARS= DSO_EXTMODS+=vts XSS_GH_TUPLE= openresty:xss-nginx-module:de2d87a:xss diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 3f3b1da00e21..82683323f56a 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1747855224 +TIMESTAMP = 1748378886 SHA256 (nginx-1.28.0.tar.gz) = c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a SIZE (nginx-1.28.0.tar.gz) = 1280111 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -99,8 +99,8 @@ SHA256 (openresty-stream-lua-nginx-module-v0.0.16_GH0.tar.gz) = 3b1103cf5ee940ea SIZE (openresty-stream-lua-nginx-module-v0.0.16_GH0.tar.gz) = 395259 SHA256 (openresty-memc-nginx-module-v0.20_GH0.tar.gz) = a42dd56dd6e2144755a127bcd2a6cc1a488258dc5cdb751d6a3e5dd5b6989239 SIZE (openresty-memc-nginx-module-v0.20_GH0.tar.gz) = 34736 -SHA256 (owasp-modsecurity-ModSecurity-nginx-17405e0_GH0.tar.gz) = 356f2dcf7160c739dc05fe3b011d0515d5d721d9e9c7c8b3864a822614d7523b -SIZE (owasp-modsecurity-ModSecurity-nginx-17405e0_GH0.tar.gz) = 1159946 +SHA256 (owasp-modsecurity-ModSecurity-nginx-fd28e6a_GH0.tar.gz) = deafee4e4145a73b9369999e261368b34d4f7ff1be2596a559abd9e1d5df5526 +SIZE (owasp-modsecurity-ModSecurity-nginx-fd28e6a_GH0.tar.gz) = 1160686 SHA256 (wargio-naxsi-1.7_GH0.tar.gz) = adee817da71913f64a9fb0fca142d9520bb0e5014b1acc797841cd8e31273f4d SIZE (wargio-naxsi-1.7_GH0.tar.gz) = 1132392 SHA256 (libinjection-libinjection-b9fcaaf_GH0.tar.gz) = 7812e1316b61a7a7d3a65a57a07c6d5235ac40fe35e6edda983f31a44661a38e @@ -133,8 +133,8 @@ SHA256 (vozlt-nginx-module-sts-3c10d42_GH0.tar.gz) = 748b67ceb82b3b843ae915bf786 SIZE (vozlt-nginx-module-sts-3c10d42_GH0.tar.gz) = 352431 SHA256 (kaltura-nginx-vod-module-26f0687_GH0.tar.gz) = 7c098d4b1c0f0a3d694ece364fa190d5c88a920352e4c3e9377ae3b38904a08b SIZE (kaltura-nginx-vod-module-26f0687_GH0.tar.gz) = 475372 -SHA256 (vozlt-nginx-module-vts-b6f6528_GH0.tar.gz) = 4ce293881889ae3543db64a7dbe3d263c3f01124addf64f8eb560d6c7bcbedff -SIZE (vozlt-nginx-module-vts-b6f6528_GH0.tar.gz) = 182368 +SHA256 (vozlt-nginx-module-vts-c382342_GH0.tar.gz) = 1252c7fe0636d658172055d7e2598487479a54adc00e90af6b23ddb4b6641952 +SIZE (vozlt-nginx-module-vts-c382342_GH0.tar.gz) = 184988 SHA256 (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = aca454bffcee2476dc92682ebfb8c0378a271fda178be7e945d648419d220758 SIZE (tg123-websockify-nginx-module-c11bc9a_GH0.tar.gz) = 14646 SHA256 (openresty-xss-nginx-module-de2d87a_GH0.tar.gz) = f830c9300d751046e2592c74d09f39ac4b4b4567078c96c24951de5554861b5e diff --git a/www/node22/Makefile b/www/node22/Makefile index d8a6b7ca7181..22b2196f7bc6 100644 --- a/www/node22/Makefile +++ b/www/node22/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-nghttp2 \ --shared-zlib \ --without-npm +CXXFLAGS_powerpc64= -mpower8-vector HAS_CONFIGURE= yes MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \ CFLAGS.host="${CFLAGS}" \ @@ -66,8 +67,6 @@ ICU_CONFIGURE_ON= --with-intl=system-icu ICU_LIB_DEPENDS= libicui18n.so:devel/icu JIT_CONFIGURE_OFF= --v8-lite-mode -CXXFLAGS_powerpc64= -mpower8-vector - .include "Makefile.version" .include <bsd.port.options.mk> diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile index e435c50e8743..61b3dd190e1e 100644 --- a/www/onlyoffice-documentserver/Makefile +++ b/www/onlyoffice-documentserver/Makefile @@ -1,14 +1,14 @@ PORTNAME= onlyoffice-documentserver DISTVERSIONPREFIX= v -DISTVERSION= 8.3.1.25 +DISTVERSION= 8.3.3.23 CATEGORIES= www MASTER_SITES+= LOCAL/mikael/v8/:source1 \ LOCAL/mikael/onlyoffice/:source2 \ https://nodejs.org/dist/v${NODE_VERSION_PKGFETCH}/:source3 \ - SF/optipng/OptiPNG/optipng-0.7.7/:source4 + SF/optipng/OptiPNG/optipng-0.7.8/:source4 DISTFILES+= v8-8.9.255.25_all.tar.gz:source1 \ node-v${NODE_VERSION_PKGFETCH}.tar.gz:source3 \ - optipng-0.7.7.tar.gz:source4 \ + optipng-0.7.8.tar.gz:source4 \ ${PORTNAME}-${DISTVERSION}-npm-cache.tar.gz:source2 MAINTAINER= ports@FreeBSD.org @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ gn:devel/gn \ java:java/openjdk11 \ ninja:devel/ninja \ - npm:www/npm-node18 \ + npm:www/npm-node22 \ ${LOCALBASE}/lib/libcrypto.a:security/openssl LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libetonyek-0.1.so:graphics/libetonyek01 \ @@ -44,7 +44,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}supervisor>0:sysutils/py-supervisor@${PY_FLA rabbitmq>0:net/rabbitmq \ webfonts>=0:x11-fonts/webfonts -USES= autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:18,build pkgconfig \ +USES= autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:22,build pkgconfig \ python:3.9+,build qt:5 trigger USE_QT= qmake:build USE_GITHUB= yes @@ -98,9 +98,9 @@ SUB_LIST= DS_GROUPNAME=${DS_GROUPNAME} \ PREFIX=${PREFIX} \ WWWDIR=${WWWDIR} -# node version used with "npm install @yao-pkg/pkg@5.11.1" +# node version used with "npm install @yao-pkg/pkg@6.4.0" # keep in sync with patch-build__tools_scripts_build__server.py and patch-document-server-package_Makefile -NODE_VERSION_PKGFETCH= 18.18.2 +NODE_VERSION_PKGFETCH= 22.14.0 MAKE_ENV= BUILD_NUMBER="36" \ PKG_CACHE_PATH=${WRKDIR}/.pkg-cache \ @@ -204,7 +204,7 @@ do-build: @${MKDIR} ${WRKSRC}/yao-pkg @${CP} ${FILESDIR}/package* ${WRKSRC}/yao-pkg - @cd ${WRKSRC}/yao-pkg ; ${SETENV} ${MAKE_ENV} npm install @yao-pkg/pkg@5.11.1 + @cd ${WRKSRC}/yao-pkg ; ${SETENV} ${MAKE_ENV} npm install @yao-pkg/pkg@6.4.0 @cd ${WRKSRC} && ${PATCH} -N -s -i ${FILESDIR}/extra-patch-pkg-fetch_lib-es5_build.js || ${TRUE} @cd ${WRKSRC} && ${PATCH} -N -s -i ${FILESDIR}/extra-patch-pkg-fetch_patches_node.v${NODE_VERSION_PKGFETCH}.cpp.patch || ${TRUE} @@ -236,6 +236,7 @@ do-install: .for f in ds.conf ds-ssl.conf includes/http-common.conf includes/ds-common.conf includes/ds-docservice.conf includes/ds-letsencrypt.conf includes/ds-mime.types.conf ${INSTALL_DATA} ${WRKSRC}/document-server-package/common/documentserver/nginx/${f} ${STAGEDIR}${ETCDIR}/documentserver/nginx/${f}.sample .endfor + @echo "# Production ds-cache.conf is created automatically by documentserver-flush-cache.sh" > ${STAGEDIR}${ETCDIR}/documentserver/nginx/includes/ds-cache.conf.sample cd ${WRKSRC}/document-server-package/common/documentserver/nginx/includes && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}/documentserver/nginx/includes "-name *\.conf" cd ${WRKSRC}/document-server-package/common/documentserver/config && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}/documentserver ${INSTALL_DATA} ${FILESDIR}/local.json.sample ${STAGEDIR}${ETCDIR}/documentserver diff --git a/www/onlyoffice-documentserver/distinfo b/www/onlyoffice-documentserver/distinfo index 44ad5f4cd56c..a8e2dd331853 100644 --- a/www/onlyoffice-documentserver/distinfo +++ b/www/onlyoffice-documentserver/distinfo @@ -1,38 +1,38 @@ -TIMESTAMP = 1741364853 +TIMESTAMP = 1746611736 SHA256 (v8-8.9.255.25_all.tar.gz) = 54853ef93accc063a82a0dc29457b25c9b6d88315431d62e06ab1f84797c5f80 SIZE (v8-8.9.255.25_all.tar.gz) = 72818814 -SHA256 (node-v18.18.2.tar.gz) = 509cd2cfc3a515bf2257ed3886b9fac64aeaac2a70ea59c0a6e02e2dbb722132 -SIZE (node-v18.18.2.tar.gz) = 86108679 -SHA256 (optipng-0.7.7.tar.gz) = 4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452 -SIZE (optipng-0.7.7.tar.gz) = 2329555 -SHA256 (onlyoffice-documentserver-8.3.1.25-npm-cache.tar.gz) = 0ffa264f6a2436d554413f91be736a93d1b03023b86a6402451405304ec6817b -SIZE (onlyoffice-documentserver-8.3.1.25-npm-cache.tar.gz) = 245650446 -SHA256 (ONLYOFFICE-DocumentServer-v8.3.1.25-v8.3.1_GH0.tar.gz) = 12bc7a24425d304cd6a94d5e23f6007aa9ac559be9d608eff09b22826aa9a57e -SIZE (ONLYOFFICE-DocumentServer-v8.3.1.25-v8.3.1_GH0.tar.gz) = 90246 -SHA256 (ONLYOFFICE-core-v8.3.1.25_GH0.tar.gz) = 3d91a99d57bb77fa856e18c1b4b2e3d701e2a28e2f69c8b979dfd010d302645f -SIZE (ONLYOFFICE-core-v8.3.1.25_GH0.tar.gz) = 204581260 -SHA256 (ONLYOFFICE-core-fonts-v8.3.1.25_GH0.tar.gz) = 8079a63344346c3dac63c69607cf8133b2bed626070a2324d63a6e691252dc59 -SIZE (ONLYOFFICE-core-fonts-v8.3.1.25_GH0.tar.gz) = 95366171 -SHA256 (ONLYOFFICE-dictionaries-v8.3.1.25_GH0.tar.gz) = ebeadf55e47ec31ff9526cf962d95cc8790b2f6444a5f1af318ba830b17dcb4e -SIZE (ONLYOFFICE-dictionaries-v8.3.1.25_GH0.tar.gz) = 56268621 -SHA256 (ONLYOFFICE-document-server-integration-v8.3.1.25_GH0.tar.gz) = 93bd33ec15c45023f8254cc7500240fdd2ff2ee38403713ca82e714fcf080044 -SIZE (ONLYOFFICE-document-server-integration-v8.3.1.25_GH0.tar.gz) = 5643898 -SHA256 (ONLYOFFICE-document-templates-v8.3.1.25_GH0.tar.gz) = 3512982805dff81853973b698f928861e5b8a7ce28efe22b00623613cb2e8ce6 -SIZE (ONLYOFFICE-document-templates-v8.3.1.25_GH0.tar.gz) = 3683581 -SHA256 (ONLYOFFICE-sdkjs-v8.3.1.25_GH0.tar.gz) = 95758b803075a1a2f4243dad8e4dbcc5416da69c77be72fce890e25b9b2c7430 -SIZE (ONLYOFFICE-sdkjs-v8.3.1.25_GH0.tar.gz) = 36275009 -SHA256 (ONLYOFFICE-server-v8.3.1.25_GH0.tar.gz) = 6022a24f893ed7a86567609005817c50c5edacdebee3dbcca713c974e573442b -SIZE (ONLYOFFICE-server-v8.3.1.25_GH0.tar.gz) = 397622 -SHA256 (ONLYOFFICE-web-apps-v8.3.1.25_GH0.tar.gz) = 55c7225961af6d1e7fdd017abadadff2868a0ca94c30dfe91b0a153c6f4da312 -SIZE (ONLYOFFICE-web-apps-v8.3.1.25_GH0.tar.gz) = 436939510 -SHA256 (ONLYOFFICE-build_tools-v8.3.1.25_GH0.tar.gz) = 7ed97abf6aba24a21ef3b1c0d24758a998337bc49cc2d5e176ab98c2369e6e08 -SIZE (ONLYOFFICE-build_tools-v8.3.1.25_GH0.tar.gz) = 33861466 +SHA256 (node-v22.14.0.tar.gz) = 6c4e31ed5702dc45cfd8c435af56a36a474427e1bd7afe74c346136060beba8a +SIZE (node-v22.14.0.tar.gz) = 99021705 +SHA256 (optipng-0.7.8.tar.gz) = 25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c +SIZE (optipng-0.7.8.tar.gz) = 3294014 +SHA256 (onlyoffice-documentserver-8.3.3.23-npm-cache.tar.gz) = a0b3de1ab4a1c81953a53f73715ca3bc110f524bcdfdb67b86d24e801b5397b9 +SIZE (onlyoffice-documentserver-8.3.3.23-npm-cache.tar.gz) = 262582628 +SHA256 (ONLYOFFICE-DocumentServer-v8.3.3.23-v8.3.3_GH0.tar.gz) = 4d59be06a010524d47d2be5329a7b25330bc42c3b9ba8447c83cedbee4ec2421 +SIZE (ONLYOFFICE-DocumentServer-v8.3.3.23-v8.3.3_GH0.tar.gz) = 93087 +SHA256 (ONLYOFFICE-core-v8.3.3.23_GH0.tar.gz) = 44827fbc88a0faaf26de37989187056d0f9c8f7c5f9d9007b7c2e0b9e00c926d +SIZE (ONLYOFFICE-core-v8.3.3.23_GH0.tar.gz) = 205039440 +SHA256 (ONLYOFFICE-core-fonts-v8.3.3.23_GH0.tar.gz) = 15d9a2850ff6fe2bfa782bbdef5163c8f5876fddc508a71a204f08f6d38dbd70 +SIZE (ONLYOFFICE-core-fonts-v8.3.3.23_GH0.tar.gz) = 95375592 +SHA256 (ONLYOFFICE-dictionaries-v8.3.3.23_GH0.tar.gz) = 8fd634cbb036cd7a484f172c3b95c54115d52cade8fa31a50102e6cb4e64d88d +SIZE (ONLYOFFICE-dictionaries-v8.3.3.23_GH0.tar.gz) = 56268318 +SHA256 (ONLYOFFICE-document-server-integration-v8.3.3.23_GH0.tar.gz) = 88c5548a861e5f376a3672cb5f130d88c44bbe672d83b3332197db520881affe +SIZE (ONLYOFFICE-document-server-integration-v8.3.3.23_GH0.tar.gz) = 6137374 +SHA256 (ONLYOFFICE-document-templates-v8.3.3.23_GH0.tar.gz) = ec276efdfb0c8f2370b57c62234e213aee99c89f40ff7f4a0637f46cc9471bbc +SIZE (ONLYOFFICE-document-templates-v8.3.3.23_GH0.tar.gz) = 3683534 +SHA256 (ONLYOFFICE-sdkjs-v8.3.3.23_GH0.tar.gz) = 7f9caf4c6f2749ae712bf354f50f3ca5761d6a1c69154c053bf3873bdb71f9b3 +SIZE (ONLYOFFICE-sdkjs-v8.3.3.23_GH0.tar.gz) = 36293797 +SHA256 (ONLYOFFICE-server-v8.3.3.23_GH0.tar.gz) = ae3d072c98faeec8bffc7c2cc690e758c5c46f6adda7bbc6fc46981308423110 +SIZE (ONLYOFFICE-server-v8.3.3.23_GH0.tar.gz) = 397648 +SHA256 (ONLYOFFICE-web-apps-v8.3.3.23_GH0.tar.gz) = 947c92cb1d9ec92e9c4d9aa118c8522261c7d21322242bdc631a02041dbe347a +SIZE (ONLYOFFICE-web-apps-v8.3.3.23_GH0.tar.gz) = 437551850 +SHA256 (ONLYOFFICE-build_tools-v8.3.3.23_GH0.tar.gz) = 01e7f9ab87aaa0aded91212c45007532d67505eeec176c1cf8b727224d29b780 +SIZE (ONLYOFFICE-build_tools-v8.3.3.23_GH0.tar.gz) = 33860736 SHA256 (ONLYOFFICE-DocumentBuilder-626d1e44db3d06ceb8298215a67ef0475912d89a_GH0.tar.gz) = 275c3a8c993528fa56c69aedb11dd74a6fba9c3bd372874004584ae9cbb190b5 SIZE (ONLYOFFICE-DocumentBuilder-626d1e44db3d06ceb8298215a67ef0475912d89a_GH0.tar.gz) = 31659 SHA256 (ONLYOFFICE-onlyoffice.github.io-b26d001664d771df4f663d2d3ba7dd4a188b6cab_GH0.tar.gz) = 347b8f1d3c21b1f61a3f1fcae86f402b27ce4f8b826e18158834251046d83cf5 SIZE (ONLYOFFICE-onlyoffice.github.io-b26d001664d771df4f663d2d3ba7dd4a188b6cab_GH0.tar.gz) = 17009005 -SHA256 (ONLYOFFICE-document-server-package-v8.3.1.25_GH0.tar.gz) = 3075aaba50dc564ff33f4817902c99e0058c0387f6128e1b19a6d931c72a3a8a -SIZE (ONLYOFFICE-document-server-package-v8.3.1.25_GH0.tar.gz) = 186505 +SHA256 (ONLYOFFICE-document-server-package-v8.3.3.23_GH0.tar.gz) = 219aab7ace2af4d0166820529a0043833e236eecf6d0b7bdd6ca3206ada5cb5c +SIZE (ONLYOFFICE-document-server-package-v8.3.3.23_GH0.tar.gz) = 186487 SHA256 (jasenhuang-katana-parser-be6df45_GH0.tar.gz) = 363ede45ba6d125fdb7323c43d34acd3d0ae9028ac18aec632eb6a623160f09a SIZE (jasenhuang-katana-parser-be6df45_GH0.tar.gz) = 97712 SHA256 (google-gumbo-parser-aa91b27_GH0.tar.gz) = 1360f85c02fb2573a10f00abcddebc8f1ff277a16f66553439193af93afae335 diff --git a/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v18.18.2.cpp.patch b/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v18.18.2.cpp.patch deleted file mode 100644 index a42f98ec9f12..000000000000 --- a/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v18.18.2.cpp.patch +++ /dev/null @@ -1,388 +0,0 @@ -https://raw.githubusercontent.com/yao-pkg/pkg-fetch/refs/tags/v3.5.7/patches/node.v18.18.2.cpp.patch -+ local FreeBSD patches - - ---- yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v18.18.2.cpp.patch 2021-12-30 20:04:18.203959000 +0100 -+++ yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v18.18.2.cpp.patch -@@ -11,6 +11,15 @@ + 'lto': ' -flto=4 -ffat-lto-objects ', # - }, { - 'lto': ' -flto ', # Clang - }], -+@@ -399,7 +399,7 @@ -+ }], -+ [ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', { -+ 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ], -+- 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17' ], -++ 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17', '-Wno-error=enum-constexpr-conversion' ], -+ 'defines': [ '__STDC_FORMAT_MACROS' ], -+ 'ldflags': [ '-rdynamic' ], -+ 'target_conditions': [ - diff --git node/configure.py node/configure.py - index 7006ee6581..12fb2ac8d1 100755 - --- node/configure.py -@@ -25,6 +34,15 @@ - o['cflags']+=['-msign-return-address=all'] - o['variables']['arm_fpu'] = options.arm_fpu or 'neon' - - if options.node_snapshot_main is not None: -+@@ -1829,7 +1829,7 @@ def configure_intl(o): -+ elif with_intl == 'system-icu': -+ # ICU from pkg-config. -+ o['variables']['v8_enable_i18n_support'] = 1 -+- pkgicu = pkg_config('icu-i18n') -++ pkgicu = pkg_config(['icu-i18n', 'icu-uc']) -+ if not pkgicu[0]: -+ error('''Could not load pkg-config data for "icu-i18n". -+ See above errors or the README.md.''') - diff --git node/deps/v8/include/v8-initialization.h node/deps/v8/include/v8-initialization.h - index 3d59c73f7c..00b2de4524 100644 - --- node/deps/v8/include/v8-initialization.h -@@ -580,3 +599,349 @@ + 'cflags_cc': [ '-frtti', '-fno-lto' ], - 'cflags_cc!': [ '-fno-rtti' ], - }], - [ 'OS == "mac" or OS == "ios"', { -+--- nodes/deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2023-04-12 04:09:13 UTC -++++ nodes/deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi -+@@ -13,7 +13,7 @@ -+ '-Wall -O3 -fomit-frame-pointer', -+ ], -+ 'openssl_ex_libs_linux-elf': [ -+- '-ldl -pthread', -++ '-pthread', -+ ], -+ 'openssl_cli_srcs_linux-elf': [ -+ 'openssl/apps/lib/cmp_mock_srv.c', -+--- nodes/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-04-12 04:09:13 UTC -++++ nodes/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -+@@ -977,7 +977,7 @@ -+ '-Wall -O3 -fomit-frame-pointer', -+ ], -+ 'openssl_ex_libs_linux-elf': [ -+- '-ldl -pthread', -++ '-pthread', -+ ], -+ }, -+ 'include_dirs': [ -+--- nodes/deps/openssl/openssl_no_asm.gypi.orig 2023-04-12 04:09:14 UTC -++++ nodes/deps/openssl/openssl_no_asm.gypi -+@@ -44,7 +44,7 @@ -+ 'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'], -+ }, { -+ # Other architectures don't use assembly -+- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], -++ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], -+ }], -+ ], -+ } -+--- nodes/deps/openssl/openssl-cl_no_asm.gypi.orig 2023-04-12 04:09:13 UTC -++++ nodes/deps/openssl/openssl-cl_no_asm.gypi -+@@ -1,4 +1,5 @@ -+ { -++ 'defines': ['OPENSSL_NO_ASM'], -+ 'conditions': [ -+ ['target_arch=="ppc64" and OS=="aix"', { -+ 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], -+@@ -43,7 +44,7 @@ -+ 'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'], -+ }, { -+ # Other architectures don't use assembly -+- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], -++ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], -+ }], -+ ], -+ } -+--- nodes/deps/v8/src/base/platform/platform-freebsd.cc.orig 2023-04-12 04:09:14 UTC -++++ nodes/deps/v8/src/base/platform/platform-freebsd.cc -+@@ -82,8 +82,8 @@ std::vector<OS::SharedLibraryAddress> OS::GetSharedLib -+ lib_name = std::string(path); -+ } -+ result.push_back(SharedLibraryAddress( -+- lib_name, reinterpret_cast<uintptr_t>(map->kve_start), -+- reinterpret_cast<uintptr_t>(map->kve_end))); -++ lib_name, static_cast<uintptr_t>(map->kve_start), -++ static_cast<uintptr_t>(map->kve_end))); -+ } -+ -+ start += ssize; -+--- nodes/deps/v8/src/codegen/arm/cpu-arm.cc.orig 2023-04-12 04:09:15 UTC -++++ nodes/deps/v8/src/codegen/arm/cpu-arm.cc -+@@ -2,12 +2,15 @@ -+ // Use of this source code is governed by a BSD-style license that can be -+ // found in the LICENSE file. -+ -++#include "include/v8config.h" -++ -+ // CPU specific code for arm independent of OS goes here. -+ #ifdef __arm__ -+ #ifdef __QNXNTO__ -+ #include <sys/mman.h> // for cache flushing. -+ #undef MAP_TYPE -+ #elif V8_OS_FREEBSD -++#include <sys/cdefs.h> -+ #include <machine/sysarch.h> // for cache flushing -+ #include <sys/types.h> -+ #elif V8_OS_STARBOARD -+--- nodes/deps/v8/src/codegen/ppc/constants-ppc.h.orig 2023-04-12 04:09:15 UTC -++++ nodes/deps/v8/src/codegen/ppc/constants-ppc.h -+@@ -36,7 +36,7 @@ -+ #endif -+ -+ #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || !V8_TARGET_ARCH_PPC64 || \ -+- V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2) -++ (defined(_CALL_ELF) && _CALL_ELF == 2) -+ #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 -+ #else -+ #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 0 -+@@ -44,7 +44,7 @@ -+ -+ #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || \ -+ (V8_TARGET_ARCH_PPC64 && \ -+- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) -++ (defined(_CALL_ELF) && _CALL_ELF == 2)) -+ #define ABI_CALL_VIA_IP 1 -+ #else -+ #define ABI_CALL_VIA_IP 0 -+--- nodes/deps/v8/src/libsampler/sampler.cc.orig 2023-04-12 04:09:15 UTC -++++ nodes/deps/v8/src/libsampler/sampler.cc -+@@ -497,6 +497,10 @@ void SignalHandler::FillRegisterState(void* context, R -+ state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]); -+ state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]); -+ state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]); -++#elif V8_TARGET_ARCH_PPC64 -++ state->pc = reinterpret_cast<void*>(mcontext.mc_srr0); -++ state->sp = reinterpret_cast<void*>(mcontext.mc_frame[1]); -++ state->fp = reinterpret_cast<void*>(mcontext.mc_frame[31]); -+ #endif // V8_HOST_ARCH_* -+ #elif V8_OS_NETBSD -+ #if V8_HOST_ARCH_IA32 -+--- nodes/node.gypi.orig 2023-04-12 04:09:19 UTC -++++ nodes/node.gypi -+@@ -349,6 +349,9 @@ -+ [ 'node_use_openssl=="true"', { -+ 'defines': [ 'HAVE_OPENSSL=1' ], -+ 'conditions': [ -++ ['openssl_no_asm==1', { -++ 'defines': [ 'OPENSSL_NO_ASM' ], -++ }], -+ [ 'node_shared_openssl=="false"', { -+ 'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ], -+ 'dependencies': [ -+--- nodes/src/crypto/crypto_util.cc.orig 2023-04-12 04:09:19 UTC -++++ nodes/src/crypto/crypto_util.cc -+@@ -195,10 +195,12 @@ void InitCryptoOnce() { -+ // No-op with OPENSSL_NO_COMP builds of OpenSSL. -+ sk_SSL_COMP_zero(SSL_COMP_get_compression_methods()); -+ -++#if OPENSSL_VERSION_MAJOR < 3 -+ #ifndef OPENSSL_NO_ENGINE -+ ERR_load_ENGINE_strings(); -+ ENGINE_load_builtin_engines(); -+ #endif // !OPENSSL_NO_ENGINE -++#endif -+ } -+ -+ void GetFipsCrypto(const FunctionCallbackInfo<Value>& args) { -+--- nodes/src/cares_wrap.h.orig 2023-04-12 04:09:19 UTC -++++ nodes/src/cares_wrap.h -+@@ -23,7 +23,7 @@ -+ # include <netdb.h> -+ #endif // __POSIX__ -+ -+-# include <ares_nameser.h> -++# include <arpa/nameser.h> -+ -+ namespace node { -+ namespace cares_wrap { -+--- nodes/tools/v8_gypfiles/v8.gyp.orig 2023-04-12 04:09:21 UTC -++++ nodes/tools/v8_gypfiles/v8.gyp -+@@ -977,7 +977,7 @@ -+ }], -+ # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library -+ # to implement atomic memory access -+- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', { -++ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64", "loong64"]', { -+ 'link_settings': { -+ 'libraries': ['-latomic', ], -+ }, -+commit 182d9c05e78b1ddb1cb8242cd3628a7855a0336f -+Author: Andrey Kosyakov <caseq@chromium.org> -+Date: 2023-08-17T13:50:11-07:00 -+ -+ Define UChar as char16_t -+ -+ We used to have UChar defined as uint16_t which does not go along -+ with STL these days if you try to have an std::basic_string<> of it, -+ as there are no standard std::char_traits<> specialization for uint16_t. -+ -+ This switches UChar to char16_t where practical, introducing a few -+ compatibility shims to keep CL size small, as (1) this would likely -+ have to be back-ported and (2) crdtp extensively uses uint16_t for -+ wide chars. -+ -+ Bug: b:296390693 -+ Change-Id: I66a32d8f0050915225b187de56896c26dd76163d -+ Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4789966 -+ Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> -+ Commit-Queue: Jaroslav Sevcik <jarin@chromium.org> -+ Auto-Submit: Andrey Kosyakov <caseq@chromium.org> -+ Cr-Commit-Position: refs/heads/main@{#89559} -+ -+diff --git deps/v8/src/inspector/string-16.cc deps/v8/src/inspector/string-16.cc -+index a8b786a8166..6df9963e970 100644 -+--- node/deps/v8/src/inspector/string-16.cc -++++ node/deps/v8/src/inspector/string-16.cc -+@@ -27,7 +27,7 @@ bool isSpaceOrNewLine(UChar c) { -+ return isASCII(c) && c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); -+ } -+ -+-int64_t charactersToInteger(const UChar* characters, size_t length, -++int64_t charactersToInteger(const uint16_t* characters, size_t length, -+ bool* ok = nullptr) { -+ std::vector<char> buffer; -+ buffer.reserve(length + 1); -+@@ -50,6 +50,8 @@ int64_t charactersToInteger(const UChar* characters, size_t length, -+ -+ String16::String16(const UChar* characters, size_t size) -+ : m_impl(characters, size) {} -++String16::String16(const uint16_t* characters, size_t size) -++ : m_impl(reinterpret_cast<const UChar*>(characters), size) {} -+ -+ String16::String16(const UChar* characters) : m_impl(characters) {} -+ -+@@ -241,6 +243,10 @@ String16 String16::fromUTF16LE(const UChar* stringStart, size_t length) { -+ #endif // V8_TARGET_BIG_ENDIAN -+ } -+ -++String16 String16::fromUTF16LE(const uint16_t* stringStart, size_t length) { -++ return fromUTF16LE(reinterpret_cast<const UChar*>(stringStart), length); -++} -++ -+ std::string String16::utf8() const { -+ return UTF16ToUTF8(m_impl.data(), m_impl.size()); -+ } -+ -+diff --git deps/v8/src/inspector/string-16.h deps/v8/src/inspector/string-16.h -+index 1678ffb2e1e..d9f6c466ab1 100644 -+--- node/deps/v8/src/inspector/string-16.h -++++ node/deps/v8/src/inspector/string-16.h -+@@ -6,6 +6,7 @@ -+ #define V8_INSPECTOR_STRING_16_H_ -+ -+ #include <stdint.h> -++#include <uchar.h> -+ -+ #include <cctype> -+ #include <climits> -+@@ -17,7 +18,7 @@ namespace v8_inspector { -+ -+ namespace v8_inspector { -+ -+-using UChar = uint16_t; -++using UChar = char16_t; -+ -+ class String16 { -+ public: -+@@ -27,6 +28,7 @@ class String16 { -+ String16(const String16&) V8_NOEXCEPT = default; -+ String16(String16&&) V8_NOEXCEPT = default; -+ String16(const UChar* characters, size_t size); -++ String16(const uint16_t* characters, size_t size); -+ V8_EXPORT String16(const UChar* characters); -+ V8_EXPORT String16(const char* characters); -+ String16(const char* characters, size_t size); -+@@ -47,7 +49,9 @@ class String16 { -+ uint64_t toUInt64(bool* ok = nullptr) const; -+ int toInteger(bool* ok = nullptr) const; -+ String16 stripWhiteSpace() const; -+- const UChar* characters16() const { return m_impl.c_str(); } -++ const uint16_t* characters16() const { -++ return reinterpret_cast<const uint16_t*>(m_impl.c_str()); -++ } -+ size_t length() const { return m_impl.length(); } -+ bool isEmpty() const { return !m_impl.length(); } -+ UChar operator[](size_t index) const { return m_impl[index]; } -+@@ -76,6 +80,8 @@ class String16 { -+ // Instantiates a String16 in native endianness from UTF16 LE. -+ // On Big endian architectures, byte order needs to be flipped. -+ V8_EXPORT static String16 fromUTF16LE(const UChar* stringStart, -++ size_t length); -++ V8_EXPORT static String16 fromUTF16LE(const uint16_t* stringStart, -+ size_t length); -+ -+ std::size_t hash() const { -+ -+--- node/deps/v8/src/inspector/v8-string-conversions.cc -++++ node/deps/v8/src/inspector/v8-string-conversions.cc -+@@ -12,7 +12,7 @@ -+ -+ namespace v8_inspector { -+ namespace { -+-using UChar = uint16_t; -++using UChar = char16_t; -+ using UChar32 = uint32_t; -+ -+ bool isASCII(UChar c) { return !(c & ~0x7F); } -+@@ -386,7 +386,7 @@ std::string UTF16ToUTF8(const UChar* stringStart, size_t length) { -+ -+ std::basic_string<UChar> UTF8ToUTF16(const char* stringStart, size_t length) { -+ if (!stringStart || !length) return std::basic_string<UChar>(); -+- std::vector<uint16_t> buffer(length); -++ std::vector<UChar> buffer(length); -+ UChar* bufferStart = buffer.data(); -+ -+ UChar* bufferCurrent = bufferStart; -+@@ -395,7 +395,7 @@ std::basic_string<UChar> UTF8ToUTF16(const char* stringStart, size_t length) { -+ reinterpret_cast<const char*>(stringStart + length), -+ &bufferCurrent, bufferCurrent + buffer.size(), nullptr, -+ true) != conversionOK) -+- return std::basic_string<uint16_t>(); -++ return std::basic_string<UChar>(); -+ size_t utf16Length = bufferCurrent - bufferStart; -+ return std::basic_string<UChar>(bufferStart, bufferStart + utf16Length); -+ } -+diff --git deps/v8/src/inspector/v8-string-conversions.h deps/v8/src/inspector/v8-string-conversions.h -+index eb33c6816a5..1126255dac2 100644 -+--- node/deps/v8/src/inspector/v8-string-conversions.h.orig 2024-11-03 17:30:05.387600000 +0100 -++++ node/deps/v8/src/inspector/v8-string-conversions.h 2024-11-03 17:30:27.156398000 +0100 -+@@ -5,14 +5,15 @@ -+ #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ -+ #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ -+ -++#include <uchar.h> -+ #include <cstdint> -+ #include <string> -+ -+ // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may -+ // want to use string-16.h directly rather than these. -+ namespace v8_inspector { -+-std::basic_string<uint16_t> UTF8ToUTF16(const char* stringStart, size_t length); -+-std::string UTF16ToUTF8(const uint16_t* stringStart, size_t length); -++std::basic_string<char16_t> UTF8ToUTF16(const char* stringStart, size_t length); -++std::string UTF16ToUTF8(const char16_t* stringStart, size_t length); -+ } // namespace v8_inspector -+ -+ #endif // V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ -+ -+ -+ -+--- node/deps/v8/third_party/inspector_protocol/crdtp/test_platform_v8.cc -++++ node/deps/v8/third_party/inspector_protocol/crdtp/test_platform_v8.cc -+@@ -11,13 +11,16 @@ -+ namespace v8_crdtp { -+ -+ std::string UTF16ToUTF8(span<uint16_t> in) { -+- return v8_inspector::UTF16ToUTF8(in.data(), in.size()); -++ return v8_inspector::UTF16ToUTF8(reinterpret_cast<const char16_t*>(in.data()), -++ in.size()); -+ } -+ -+ std::vector<uint16_t> UTF8ToUTF16(span<uint8_t> in) { -+- std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( -++ std::basic_string<char16_t> utf16 = v8_inspector::UTF8ToUTF16( -+ reinterpret_cast<const char*>(in.data()), in.size()); -+- return std::vector<uint16_t>(utf16.begin(), utf16.end()); -++ return std::vector<uint16_t>( -++ reinterpret_cast<const uint16_t*>(utf16.data()), -++ reinterpret_cast<const uint16_t*>(utf16.data()) + utf16.size()); -+ } -+ -+ } // namespace v8_crdtp diff --git a/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v22.14.0.cpp.patch b/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v22.14.0.cpp.patch new file mode 100644 index 000000000000..e72d89148f6e --- /dev/null +++ b/www/onlyoffice-documentserver/files/extra-patch-pkg-fetch_patches_node.v22.14.0.cpp.patch @@ -0,0 +1,183 @@ +https://github.com/yao-pkg/pkg-fetch/raw/refs/tags/v3.5.21/patches/node.v22.14.0.cpp.patch ++ local FreeBSD patches + +--- yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v22.14.0.cpp.patch 2025-04-28 21:32:13.877330000 +0000 ++++ yao-pkg/node_modules/@yao-pkg/pkg-fetch/patches/node.v22.14.0.cpp.patch +@@ -11,6 +11,15 @@ + }], + ], + }, ++@@ -494,7 +494,8 @@ ++ '-fno-exceptions', ++ '-fno-strict-aliasing', ++ '-std=gnu++17', +++ '-Wno-error=enum-constexpr-conversion', ++ ], ++ 'defines': [ '__STDC_FORMAT_MACROS' ], ++ 'ldflags': [ '-rdynamic' ], ++ 'target_conditions': + diff --git node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c + index 7d3ab39bf8..67a48dee53 100644 + --- node/deps/ngtcp2/nghttp3/lib/nghttp3_ringbuf.c +@@ -682,3 +691,161 @@ + 'cflags_cc!': [ '-fno-rtti' ], + }], + [ 'OS == "mac" or OS == "ios"', { ++--- node/deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2023-05-16 06:58:19 UTC +++++ node/deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi ++@@ -13,7 +13,7 @@ ++ '-Wall -O3 -fomit-frame-pointer', ++ ], ++ 'openssl_ex_libs_linux-elf': [ ++- '-ldl -pthread', +++ '-pthread', ++ ], ++ 'openssl_cli_srcs_linux-elf': [ ++ 'openssl/apps/lib/cmp_mock_srv.c', ++--- node/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2023-05-16 06:58:19 UTC +++++ node/deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi ++@@ -976,7 +976,7 @@ ++ '-Wall -O3 -fomit-frame-pointer', ++ ], ++ 'openssl_ex_libs_linux-elf': [ ++- '-ldl -pthread', +++ '-pthread', ++ ], ++ }, ++ 'include_dirs': [ ++--- node/deps/openssl/openssl-cl_no_asm.gypi.orig 2023-10-24 10:04:40 UTC +++++ node/deps/openssl/openssl-cl_no_asm.gypi ++@@ -1,4 +1,5 @@ ++ { +++ 'defines': ['OPENSSL_NO_ASM'], ++ 'conditions': [ ++ ['target_arch=="ppc64" and OS in ("aix", "os400")', { ++ 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], ++@@ -45,7 +46,7 @@ ++ 'includes': ['config/archs/linux64-loongarch64/no-asm/openssl-cl.gypi'], ++ }, { ++ # Other architectures don't use assembly ++- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], +++ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], ++ }], ++ ], ++ } ++--- node/deps/openssl/openssl_no_asm.gypi.orig 2023-05-16 06:58:20 UTC +++++ node/deps/openssl/openssl_no_asm.gypi ++@@ -46,7 +46,7 @@ ++ 'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'], ++ }, { ++ # Other architectures don't use assembly ++- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], +++ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], ++ }], ++ ], ++ } ++--- node/deps/v8/src/base/platform/platform-freebsd.cc.orig 2023-05-16 06:58:20 UTC +++++ node/deps/v8/src/base/platform/platform-freebsd.cc ++@@ -82,8 +82,8 @@ std::vector<OS::SharedLibraryAddress> OS::GetSharedLib ++ lib_name = std::string(path); ++ } ++ result.push_back(SharedLibraryAddress( ++- lib_name, reinterpret_cast<uintptr_t>(map->kve_start), ++- reinterpret_cast<uintptr_t>(map->kve_end))); +++ lib_name, static_cast<uintptr_t>(map->kve_start), +++ static_cast<uintptr_t>(map->kve_end))); ++ } ++ ++ start += ssize; ++--- node/deps/v8/src/base/small-vector.h.orig 2024-04-24 14:03:50 UTC +++++ node/deps/v8/src/base/small-vector.h ++@@ -22,7 +22,6 @@ class SmallVector { ++ class SmallVector { ++ // Currently only support trivially copyable and trivially destructible data ++ // types, as it uses memcpy to copy elements and never calls destructors. ++- ASSERT_TRIVIALLY_COPYABLE(T); ++ static_assert(std::is_trivially_destructible<T>::value); ++ ++ public: ++--- node/deps/v8/src/codegen/arm/cpu-arm.cc.orig 2023-05-16 06:58:20 UTC +++++ node/deps/v8/src/codegen/arm/cpu-arm.cc ++@@ -2,12 +2,15 @@ ++ // Use of this source code is governed by a BSD-style license that can be ++ // found in the LICENSE file. ++ +++#include "include/v8config.h" +++ ++ // CPU specific code for arm independent of OS goes here. ++ #ifdef __arm__ ++ #ifdef __QNXNTO__ ++ #include <sys/mman.h> // for cache flushing. ++ #undef MAP_TYPE ++ #elif V8_OS_FREEBSD +++#include <sys/cdefs.h> ++ #include <machine/sysarch.h> // for cache flushing ++ #include <sys/types.h> ++ #elif V8_OS_STARBOARD ++--- node/deps/v8/src/codegen/ppc/constants-ppc.h.orig 2023-05-16 06:58:20 UTC +++++ node/deps/v8/src/codegen/ppc/constants-ppc.h ++@@ -36,7 +36,7 @@ ++ #endif ++ ++ #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || !V8_TARGET_ARCH_PPC64 || \ ++- V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2) +++ (defined(_CALL_ELF) && _CALL_ELF == 2) ++ #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 ++ #else ++ #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 0 ++@@ -44,7 +44,7 @@ ++ ++ #if !(V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64) || \ ++ (V8_TARGET_ARCH_PPC64 && \ ++- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) +++ (defined(_CALL_ELF) && _CALL_ELF == 2)) ++ #define ABI_CALL_VIA_IP 1 ++ #else ++ #define ABI_CALL_VIA_IP 0 ++--- node/deps/v8/src/libsampler/sampler.cc.orig 2023-05-16 06:58:20 UTC +++++ node/deps/v8/src/libsampler/sampler.cc ++@@ -513,6 +513,10 @@ void SignalHandler::FillRegisterState(void* context, R ++ state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]); ++ state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]); ++ state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]); +++#elif V8_TARGET_ARCH_PPC64 +++ state->pc = reinterpret_cast<void*>(mcontext.mc_srr0); +++ state->sp = reinterpret_cast<void*>(mcontext.mc_frame[1]); +++ state->fp = reinterpret_cast<void*>(mcontext.mc_frame[31]); ++ #endif // V8_HOST_ARCH_* ++ #elif V8_OS_NETBSD ++ #if V8_HOST_ARCH_IA32 ++--- node/node.gypi.orig 2023-05-16 06:58:21 UTC +++++ node/node.gypi ++@@ -370,6 +370,9 @@ ++ [ 'node_use_openssl=="true"', { ++ 'defines': [ 'HAVE_OPENSSL=1' ], ++ 'conditions': [ +++ ['openssl_no_asm==1', { +++ 'defines': [ 'OPENSSL_NO_ASM' ], +++ }], ++ [ 'node_shared_openssl=="false"', { ++ 'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ], ++ 'dependencies': [ ++--- node/src/cares_wrap.h.orig 2023-05-16 06:58:21 UTC +++++ node/src/cares_wrap.h ++@@ -23,7 +23,7 @@ ++ # include <netdb.h> ++ #endif // __POSIX__ ++ ++-# include <ares_nameser.h> +++# include <arpa/nameser.h> ++ ++ namespace node { ++ namespace cares_wrap { ++--- node/tools/v8_gypfiles/v8.gyp.orig 2023-05-16 06:58:22 UTC +++++ node/tools/v8_gypfiles/v8.gyp ++@@ -1290,7 +1290,7 @@ ++ }], ++ # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library ++ # to implement atomic memory access ++- ['v8_current_cpu in ["mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', { +++ ['v8_current_cpu in ["mips64", "mips64el", "ppc", "riscv64", "loong64"]', { ++ 'link_settings': { ++ 'libraries': ['-latomic', ], ++ }, diff --git a/www/onlyoffice-documentserver/files/package-lock.json b/www/onlyoffice-documentserver/files/package-lock.json index 3d8a8d49a3ef..f4988919782e 100644 --- a/www/onlyoffice-documentserver/files/package-lock.json +++ b/www/onlyoffice-documentserver/files/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@yao-pkg/pkg": "^5.11.1" + "@yao-pkg/pkg": "^6.4.0" } }, "node_modules/@babel/generator": { @@ -62,6 +62,18 @@ "node": ">=6.9.0" } }, + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "license": "ISC", + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", @@ -105,71 +117,44 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/@yao-pkg/pkg": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-5.11.1.tgz", - "integrity": "sha512-y++Kd/kMZcp0UeI2GWB9+55WsDqZp3XCjHGzC4Nsao0tlGjhnNOB+TPhZhLTOCL1V4ApaKkH8zzPcpaTCtvM8g==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.4.0.tgz", + "integrity": "sha512-UxH+FoqEtf+g+cw4VWtaj1bsQpP1RGxZruAKI/7a34eZ+aVew1hIcpn0YZ+T9QP1130MkZ+2JHLp5AFVnJeqHA==", + "license": "MIT", "dependencies": { - "@babel/generator": "7.23.0", - "@babel/parser": "7.23.0", - "@babel/types": "7.23.0", - "@yao-pkg/pkg-fetch": "3.5.7", - "chalk": "^4.1.2", - "fs-extra": "^9.1.0", - "globby": "^11.1.0", + "@babel/generator": "^7.23.0", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", + "@yao-pkg/pkg-fetch": "3.5.21", "into-stream": "^6.0.0", - "is-core-module": "2.9.0", "minimist": "^1.2.6", "multistream": "^4.1.0", - "prebuild-install": "7.1.1", - "resolve": "^1.22.0", - "stream-meter": "^1.0.4" + "picocolors": "^1.1.0", + "picomatch": "^4.0.2", + "prebuild-install": "^7.1.1", + "resolve": "^1.22.10", + "stream-meter": "^1.0.4", + "tar": "^7.4.3", + "tinyglobby": "^0.2.11", + "unzipper": "^0.12.3" }, "bin": { "pkg": "lib-es5/bin.js" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/@yao-pkg/pkg-fetch": { - "version": "3.5.7", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg-fetch/-/pkg-fetch-3.5.7.tgz", - "integrity": "sha512-DhuvjBZsdrUrkXC+eYZljxCxZ8QrjPQRGhJEA8+hUsKhmPyg+FUn6ebOfN6B7ioiJg7GsVpUJt57hALBCj9epA==", + "version": "3.5.21", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg-fetch/-/pkg-fetch-3.5.21.tgz", + "integrity": "sha512-nlJ+rXersw70CQVSph7OfIN8lN6nCStjU7koXzh0WXiPvztZGqkoQTScHQCe1K8/tuKpeL0bEOYW0rP4QqMJ9A==", + "license": "MIT", "dependencies": { - "chalk": "^4.1.2", - "fs-extra": "^9.1.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.6", + "picocolors": "^1.1.0", "progress": "^2.0.3", "semver": "^7.3.5", "tar-fs": "^2.1.1", @@ -183,6 +168,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "license": "MIT", "dependencies": { "debug": "4" }, @@ -194,6 +180,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -202,6 +189,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -212,22 +200,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -270,16 +242,11 @@ "node": ">= 6" } }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "license": "MIT" }, "node_modules/buffer": { "version": "5.7.1", @@ -304,21 +271,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/chownr": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", @@ -328,6 +280,7 @@ "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -338,6 +291,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -348,7 +302,8 @@ "node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" }, "node_modules/core-util-is": { "version": "1.0.3", @@ -356,11 +311,12 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -401,21 +357,20 @@ "node": ">=8" } }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "node_modules/duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", + "license": "BSD-3-Clause", "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" + "readable-stream": "^2.0.2" } }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" }, "node_modules/end-of-stream": { "version": "1.4.4", @@ -426,9 +381,10 @@ } }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -441,38 +397,18 @@ "node": ">=6" } }, - "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" + "node_modules/fdir": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz", + "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==", + "license": "MIT", + "peerDependencies": { + "picomatch": "^3 || ^4" }, - "engines": { - "node": ">=8" + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } } }, "node_modules/from2": { @@ -490,23 +426,24 @@ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, "node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "license": "MIT", "dependencies": { - "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=14.14" } }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -515,6 +452,7 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } @@ -524,61 +462,17 @@ "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" - }, - "node_modules/has": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", - "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" }, "node_modules/hasown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", - "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -590,6 +484,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" @@ -617,14 +512,6 @@ } ] }, - "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "engines": { - "node": ">= 4" - } - }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", @@ -651,51 +538,29 @@ } }, "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "license": "MIT", "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", @@ -716,6 +581,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -734,26 +600,6 @@ "node": ">=10" } }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/mimic-response": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", @@ -773,15 +619,52 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minizlib": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", + "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", + "license": "MIT", + "dependencies": { + "minipass": "^7.1.2" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/mkdirp": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", + "license": "MIT", + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/mkdirp-classic": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" }, "node_modules/multistream": { "version": "4.1.0", @@ -839,6 +722,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -854,6 +738,12 @@ } } }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "license": "MIT" + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -873,22 +763,22 @@ "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "license": "MIT", "engines": { - "node": ">=8.6" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" @@ -928,6 +818,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -941,25 +832,6 @@ "once": "^1.3.1" } }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", @@ -992,68 +864,31 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "license": "MIT", "dependencies": { - "is-core-module": "^2.13.0", + "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve/node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dependencies": { - "hasown": "^2.0.0" + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, "node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -1116,14 +951,6 @@ "simple-concat": "^1.0.0" } }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, "node_modules/stream-meter": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/stream-meter/-/stream-meter-1.0.4.tgz", @@ -1144,6 +971,7 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -1157,6 +985,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -1172,21 +1001,11 @@ "node": ">=0.10.0" } }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1194,6 +1013,23 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/tar": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", + "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", + "license": "ISC", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.0.1", + "mkdirp": "^3.0.1", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/tar-fs": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", @@ -1233,29 +1069,53 @@ "node": ">= 6" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "node_modules/tar/node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "license": "BlueOak-1.0.0", "engines": { - "node": ">=4" + "node": ">=18" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "node_modules/tar/node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/tinyglobby": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz", + "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==", + "license": "MIT", "dependencies": { - "is-number": "^7.0.0" + "fdir": "^6.4.4", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "engines": { - "node": ">=8.0" + "node": ">=4" } }, "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT" }, "node_modules/tunnel-agent": { "version": "0.6.0", @@ -1272,10 +1132,24 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, + "node_modules/unzipper": { + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.3.tgz", + "integrity": "sha512-PZ8hTS+AqcGxsaQntl3IRBw65QrBI6lxzqDEL7IAo/XCEqRTKGfOX56Vea5TH9SZczRVxuzk1re04z/YjuYCJA==", + "license": "MIT", + "dependencies": { + "bluebird": "~3.7.2", + "duplexer2": "~0.1.4", + "fs-extra": "^11.2.0", + "graceful-fs": "^4.2.2", + "node-int64": "^0.4.0" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -1284,12 +1158,14 @@ "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "license": "BSD-2-Clause" }, "node_modules/whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -1299,6 +1175,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -1320,6 +1197,7 @@ "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { "node": ">=10" } @@ -1333,6 +1211,7 @@ "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -1350,6 +1229,7 @@ "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "license": "ISC", "engines": { "node": ">=10" } diff --git a/www/onlyoffice-documentserver/files/package.json b/www/onlyoffice-documentserver/files/package.json index 17e3ef105d83..f32c836b4201 100644 --- a/www/onlyoffice-documentserver/files/package.json +++ b/www/onlyoffice-documentserver/files/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@yao-pkg/pkg": "^5.11.1" + "@yao-pkg/pkg": "^6.4.0" } } diff --git a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py index 392eeaa6b401..dca362869251 100644 --- a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py +++ b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_build__server.py @@ -1,11 +1,11 @@ ---- build_tools/scripts/build_server.py.orig 2024-02-07 10:44:24.000000000 +0100 -+++ build_tools/scripts/build_server.py 2024-03-01 10:53:21.550159000 +0100 +--- build_tools/scripts/build_server.py.orig 2025-02-19 17:34:37 UTC ++++ build_tools/scripts/build_server.py @@ -38,8 +38,12 @@ def make(): if(base.is_exist(custom_public_key)): base.copy_file(custom_public_key, server_dir + '/Common/sources') - pkg_target = "node16" -+ pkg_target = "node18" ++ pkg_target = "node22" + if ("freebsd" == base.host_platform()): + pkg_target += "-freebsd" diff --git a/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_modules_html2.py b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_modules_html2.py new file mode 100644 index 000000000000..df8c9dc3c87b --- /dev/null +++ b/www/onlyoffice-documentserver/files/patch-build__tools_scripts_core__common_modules_html2.py @@ -0,0 +1,20 @@ +--- build_tools/scripts/core_common/modules/html2.py.orig 2025-04-14 10:11:35 UTC ++++ build_tools/scripts/core_common/modules/html2.py +@@ -17,13 +17,13 @@ def clear_module(): + def make(): + old_cur_dir = os.getcwd() + +- print("[fetch]: html") ++ print("[path & build]: html") + + base_dir = base.get_script_dir() + "/../../core/Common/3dParty/html" + +- os.chdir(base_dir) +- base.check_module_version("2", clear_module) +- os.chdir(old_cur_dir) ++# os.chdir(base_dir) ++# base.check_module_version("2", clear_module) ++# os.chdir(old_cur_dir) + + base.cmd_in_dir(base_dir, "python", ["fetch.py"]) + return diff --git a/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_html_fetch.py b/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_html_fetch.py new file mode 100644 index 000000000000..6cc05be7d649 --- /dev/null +++ b/www/onlyoffice-documentserver/files/patch-core_Common_3dParty_html_fetch.py @@ -0,0 +1,24 @@ +--- core/Common/3dParty/html/fetch.py.orig 2025-04-16 08:37:24 UTC ++++ core/Common/3dParty/html/fetch.py +@@ -8,16 +8,16 @@ import os + + base_directory = os.getcwd() + +-if not base.is_dir("gumbo-parser"): +- base.cmd("git", ["clone", "https://github.com/google/gumbo-parser.git"]) +- base.cmd_in_dir("gumbo-parser", "git", ["checkout", "aa91b27b02c0c80c482e24348a457ed7c3c088e0"]) ++if base.is_dir("gumbo-parser"): ++# base.cmd("git", ["clone", "https://github.com/google/gumbo-parser.git"]) ++# base.cmd_in_dir("gumbo-parser", "git", ["checkout", "aa91b27b02c0c80c482e24348a457ed7c3c088e0"]) + + # fix gumbo + base.replaceInFile(base_directory + "/gumbo-parser/src/tag.c", "isspace(*c)", "isspace((unsigned char)*c)") + + if not base.is_dir("katana-parser"): +- base.cmd("git", ["clone", "https://github.com/jasenhuang/katana-parser.git"]) +- base.cmd_in_dir("katana-parser", "git", ["checkout", "be6df458d4540eee375c513958dcb862a391cdd1"]) ++# base.cmd("git", ["clone", "https://github.com/jasenhuang/katana-parser.git"]) ++# base.cmd_in_dir("katana-parser", "git", ["checkout", "be6df458d4540eee375c513958dcb862a391cdd1"]) + + # fix katana + base.replaceInFileUtf8(base_directory + "/katana-parser/src/tokenizer.c", "static inline bool katana_is_html_space(char c);", "static inline bool2 katana_is_html_space(char c);") diff --git a/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile b/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile index 69807f92636e..3fd4ffe840fe 100644 --- a/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile +++ b/www/onlyoffice-documentserver/files/patch-document-server-package_Makefile @@ -26,7 +26,7 @@ + DS_FILES := /var/db/$(DS_PREFIX) + DS_EXAMLE := %%LOCALBASE%%/www/$(DS_PREFIX)-example + DEV_NULL := /dev/null -+ PKG_TARGET := node18 ++ PKG_TARGET := node22 + endif ifeq ($(UNAME_S),Linux) PLATFORM := linux diff --git a/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json b/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json index 50a7a8392908..3085bbea1a80 100644 --- a/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json +++ b/www/onlyoffice-documentserver/files/patch-web-apps_build_package.json @@ -1,6 +1,15 @@ ---- web-apps/build/package.json.orig 2023-02-13 11:28:45.073468000 +0100 -+++ web-apps/build/package.json 2023-02-13 11:29:43.714855000 +0100 -@@ -40,8 +40,9 @@ +--- web-apps/build/package.json.orig 2025-02-24 09:04:41 UTC ++++ web-apps/build/package.json +@@ -29,6 +29,8 @@ + "iconv-lite": "^0.6.3", + "less-plugin-clean-css": "1.5.1", + "lodash": "^4.17.21", ++ "optipng-bin": "^9.0.0", ++ "patch-package": "^8.0.0", + "terser": "^5.20.0", + "vinyl-fs": "^4.0.0" + }, +@@ -44,8 +46,9 @@ } }, "devDependencies": { diff --git a/www/onlyoffice-documentserver/files/patch-web-apps_build_patches_optipng-bin b/www/onlyoffice-documentserver/files/patch-web-apps_build_patches_optipng-bin index bdf6acd188c9..562eda5b7660 100644 --- a/www/onlyoffice-documentserver/files/patch-web-apps_build_patches_optipng-bin +++ b/www/onlyoffice-documentserver/files/patch-web-apps_build_patches_optipng-bin @@ -11,7 +11,7 @@ + +- binBuild.url('https://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.7/optipng-0.7.7.tar.gz', [ +- `./configure --with-system-zlib --prefix="${bin.dest()}" --bindir="${bin.dest()}"`, -++ binBuild.file('%%DISTDIR%%/optipng-0.7.7.tar.gz', [ +++ binBuild.file('%%DISTDIR%%/optipng-0.7.8.tar.gz', [ ++ `./configure --with-system-zlib --with-system-libpng --prefix="${bin.dest()}" --bindir="${bin.dest()}"`, + 'make install' + ]).then(() => { diff --git a/www/onlyoffice-documentserver/pkg-plist b/www/onlyoffice-documentserver/pkg-plist index d50796fdce7c..3aa6a01e0cd3 100644 --- a/www/onlyoffice-documentserver/pkg-plist +++ b/www/onlyoffice-documentserver/pkg-plist @@ -14,6 +14,7 @@ bin/documentserver-update-securelink.sh @sample %%ETCDIR%%/documentserver/newsyslog.conf.d/onlyoffice.newsyslog.sample @sample %%ETCDIR%%/documentserver/nginx/ds.conf.sample @sample %%ETCDIR%%/documentserver/nginx/ds-ssl.conf.sample +%%ETCDIR%%/documentserver/nginx/includes/ds-cache.conf.sample @sample %%ETCDIR%%/documentserver/nginx/includes/ds-common.conf.sample @sample %%ETCDIR%%/documentserver/nginx/includes/ds-docservice.conf.sample @sample %%ETCDIR%%/documentserver/nginx/includes/ds-letsencrypt.conf.sample @@ -703,6 +704,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/cell/css/main-mobile.css %%WWWDIR%%/documentserver/sdkjs/cell/css/main.css %%WWWDIR%%/documentserver/sdkjs/cell/sdk-all-min.js +%%WWWDIR%%/documentserver/sdkjs/cell/sdk-all.bin %%WWWDIR%%/documentserver/sdkjs/cell/sdk-all.js %%WWWDIR%%/documentserver/sdkjs/common/Charts/ChartStyles.js %%WWWDIR%%/documentserver/sdkjs/common/Drawings/Format/path-boolean-min.js @@ -1057,6 +1059,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/common/zlib/engine/zlib.js %%WWWDIR%%/documentserver/sdkjs/common/zlib/engine/zlib.wasm %%WWWDIR%%/documentserver/sdkjs/common/zlib/engine/zlib_ie.js +%%WWWDIR%%/documentserver/sdkjs/pdf/sdk-all.bin %%WWWDIR%%/documentserver/sdkjs/pdf/src/annotations/stamps.json %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/cmap.bin %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/drawingfile.js @@ -1065,6 +1068,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/drawingfile_native.js %%WWWDIR%%/documentserver/sdkjs/pdf/src/engine/viewer.js %%WWWDIR%%/documentserver/sdkjs/slide/sdk-all-min.js +%%WWWDIR%%/documentserver/sdkjs/slide/sdk-all.bin %%WWWDIR%%/documentserver/sdkjs/slide/sdk-all.js %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/01_blank.pptx %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/02_basic.pptx @@ -1078,6 +1082,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/10_corner.pptx %%WWWDIR%%/documentserver/sdkjs/slide/themes/src/11_tort.pptx %%WWWDIR%%/documentserver/sdkjs/word/sdk-all-min.js +%%WWWDIR%%/documentserver/sdkjs/word/sdk-all.bin %%WWWDIR%%/documentserver/sdkjs/word/sdk-all.js @(,,755) %%WWWDIR%%/documentserver/server/DocService/docservice %%WWWDIR%%/documentserver/server/FileConverter/bin/DoctRenderer.config @@ -1631,6 +1636,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-open.svg %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-page-landscape.svg %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-page-portrait.svg +%%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-panel-left-collapse.svg %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paracolor.svg %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paragraph.svg %%WWWDIR%%/documentserver/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paste.svg @@ -3374,6 +3380,8 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/interface/pluginstab.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/interface/referencestab.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/interface/reviewtab.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/keytips1.png +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/keytips2.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/mailmergerecipients.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/mergefields.png %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/help/it/images/mergeto.png @@ -4525,6 +4533,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-hyphenation.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-ic-reviewview.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-img-wrap.svg +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-line-numbering-rtl.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-line-numbering.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-mailmerge.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-next-field.svg @@ -4566,6 +4575,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-dropcap-inmargin.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-dropcap-intext.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-field.svg +%%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-filling-status.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-fixed-field.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-hand-tool.svg %%WWWDIR%%/documentserver/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-mailmerge.svg @@ -5448,6 +5458,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/shape_properties3.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/shape_properties4.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/shape_properties5.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/shape_properties6.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/shapesettingstab.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/showsettings.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/de/images/slidebackground.png @@ -5644,6 +5655,7 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/shape_properties3.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/shape_properties4.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/shape_properties5.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/shape_properties6.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/shapesettingstab.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/showsettings.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/en/images/slidebackground.png @@ -6044,6 +6056,8 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/interface/hometab.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/interface/inserttab.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/interface/pluginstab.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/keytips1.png +%%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/keytips2.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/orderedlistsettings.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/palettes.png %%WWWDIR%%/documentserver/web-apps/apps/presentationeditor/main/resources/help/it/images/pastespecial.png @@ -13077,6 +13091,8 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/isreffalse.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/isreftrue.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/istext.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/keytips1.png +%%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/keytips2.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/kurt.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/large.png %%WWWDIR%%/documentserver/web-apps/apps/spreadsheeteditor/main/resources/help/it/images/lcm.png @@ -18214,6 +18230,10 @@ lib/libkernel_network.so %%WWWDIR%%/documentserver/web-apps/vendor/socketio/socket.io.min.js %%WWWDIR%%/documentserver/web-apps/vendor/underscore/underscore-min.js %%WWWDIR%%/documentserver/web-apps/vendor/xregexp/xregexp-all-min.js +@dir %%ETCDIR%%/documentserver/nginx/includes +@dir %%ETCDIR%%/documentserver/nginx +@dir %%ETCDIR%%/documentserver +@dir %%ETCDIR%% @owner onlyoffice @group onlyoffice @dir %%WWWDIR%%/documentserver/server/Common/config/log4js @@ -18233,11 +18253,26 @@ lib/libkernel_network.so @dir %%WWWDIR%%/Data @dir %%WWWDIR%%/documentserver/fonts @dir %%WWWDIR%%/documentserver/license -@postunexec rm -rf %D/%%WWWDIR%%/documentserver/fonts -@postunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/slide/themes/theme* -@postunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/common/Images/themes* -@postunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/common/Images/fonts* -@postunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/common/AllFonts.js -@postunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/font_selection.bin -@postunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/AllFonts.js -@postunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/fonts.log +@dir %%WWWDIR%%/documentserver/sdkjs/cell +@dir %%WWWDIR%%/documentserver/sdkjs/pdf +@dir %%WWWDIR%%/documentserver/sdkjs/slide +@dir %%WWWDIR%%/documentserver/sdkjs/word +@dir %%WWWDIR%%/documentserver/sdkjs +@dir %%WWWDIR%%/documentserver/web-apps/apps/api/documents +@dir %%WWWDIR%%/documentserver/web-apps/apps/api +@dir %%WWWDIR%%/documentserver/web-apps/apps +@dir %%WWWDIR%%/documentserver/web-apps +@preunexec rm -f %D/%%ETCDIR%%/documentserver/nginx/includes/ds-cache.conf +@preunexec rm -rf %D/%%WWWDIR%%/documentserver/fonts/* +@preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/cell/sdk-all.cache +@preunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/common/Images/themes* +@preunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/common/Images/fonts* +@preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/common/AllFonts.js +@preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/pdf/sdk-all.cache +@preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/slide/sdk-all.cache +@preunexec rm -rf %D/%%WWWDIR%%/documentserver/sdkjs/slide/themes/theme* +@preunexec rm -f %D/%%WWWDIR%%/documentserver/sdkjs/word/sdk-all.cache +@preunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/font_selection.bin +@preunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/AllFonts.js +@preunexec rm -f %D/%%WWWDIR%%/documentserver/server/FileConverter/bin/fonts.log +@preunexec rm -f %D/%%WWWDIR%%/documentserver/web-apps/apps/api/documents/api.js diff --git a/www/p5-HTML-Gumbo/Makefile b/www/p5-HTML-Gumbo/Makefile index 765f64738372..b477d5f1369e 100644 --- a/www/p5-HTML-Gumbo/Makefile +++ b/www/p5-HTML-Gumbo/Makefile @@ -5,7 +5,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= HTML5 parser based on gumbo C library WWW= https://metacpan.org/pod/HTML::Gumbo diff --git a/www/p5-REST-Client/Makefile b/www/p5-REST-Client/Makefile index 651b07edd6c6..73204625bc49 100644 --- a/www/p5-REST-Client/Makefile +++ b/www/p5-REST-Client/Makefile @@ -4,7 +4,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple client for interacting with RESTful http/https resources WWW= https://metacpan.org/release/REST-Client diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile index 3c700a633121..d2bc8c273af7 100644 --- a/www/p5-RT-Extension-LDAPImport/Makefile +++ b/www/p5-RT-Extension-LDAPImport/Makefile @@ -5,7 +5,7 @@ CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= RT extension to import users from an LDAP store WWW= https://metacpan.org/release/RT-Extension-LDAPImport diff --git a/www/p5-RT-Extension-MandatoryOnTransition/Makefile b/www/p5-RT-Extension-MandatoryOnTransition/Makefile index d912e12135d8..6451fdebc906 100644 --- a/www/p5-RT-Extension-MandatoryOnTransition/Makefile +++ b/www/p5-RT-Extension-MandatoryOnTransition/Makefile @@ -1,5 +1,5 @@ PORTNAME= RT-Extension-MandatoryOnTransition -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= www net perl5 MASTER_SITES= CPAN diff --git a/www/p5-RT-Extension-MandatoryOnTransition/distinfo b/www/p5-RT-Extension-MandatoryOnTransition/distinfo index 12ec27336df0..d7c482ecff3d 100644 --- a/www/p5-RT-Extension-MandatoryOnTransition/distinfo +++ b/www/p5-RT-Extension-MandatoryOnTransition/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720023782 -SHA256 (RT-Extension-MandatoryOnTransition-0.24.tar.gz) = b69660f51f6d870d73e8a98928cc013bf56c5be5ca1f059a76a56dd96d308efc -SIZE (RT-Extension-MandatoryOnTransition-0.24.tar.gz) = 53241 +TIMESTAMP = 1748161116 +SHA256 (RT-Extension-MandatoryOnTransition-0.25.tar.gz) = 6b38da3545e783c9af5491de6f5f9e2fcca5e91b3b66801dfd95ce853d838e96 +SIZE (RT-Extension-MandatoryOnTransition-0.25.tar.gz) = 69291 diff --git a/www/p5-RT-Extension-MandatoryOnTransition/pkg-plist b/www/p5-RT-Extension-MandatoryOnTransition/pkg-plist index 1309078a73e9..5ad8c87f0d81 100644 --- a/www/p5-RT-Extension-MandatoryOnTransition/pkg-plist +++ b/www/p5-RT-Extension-MandatoryOnTransition/pkg-plist @@ -1,6 +1,7 @@ share/man/man3/RT::Extension::MandatoryOnTransition.3.gz share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Elements/EditCustomFields/BeforeCustomFields share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Elements/EditCustomFields/MassageCustomFields +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Elements/ListActions/ModifyRow share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/Helpers/TicketUpdate/ProcessArguments share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/RTIR/Incident/Elements/ReplyForm/AfterWorked share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/RTIR/Incident/Reply/index.html/BeforeUpdate @@ -16,6 +17,18 @@ share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT- share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/create/BeforeCreate share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/reply/AfterWorked share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Callbacks/RT-Extension-MandatoryOnTransition/m/ticket/reply/BeforeUpdate +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Helpers/QueueRule +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Helpers/QueueRuleRequires +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Helpers/QueueTransition +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Helpers/QueueTransitionRequires +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/QueueContent +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/QueueNav +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/QueueRule +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/QueueRuleRequires +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/QueueTransition +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/QueueTransitionRequires +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/MandatoryOnTransition/Elements/SelectCustomFieldOperator +share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/html/Widgets/Form/MandatoryOnTransition share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/lib/RT/Extension/MandatoryOnTransition.pm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/lib/RT/Extension/MandatoryOnTransition/Test.pm share/rt%%RT_VER%%/plugins/RT-Extension-MandatoryOnTransition/lib/RT/Extension/MandatoryOnTransition/Test.pm.in diff --git a/www/p5-RT-Extension-RepeatTicket/Makefile b/www/p5-RT-Extension-RepeatTicket/Makefile index d7bd395063ac..aeed74e7d475 100644 --- a/www/p5-RT-Extension-RepeatTicket/Makefile +++ b/www/p5-RT-Extension-RepeatTicket/Makefile @@ -5,7 +5,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= RT Extension to repeat tickets base on a schedule WWW= https://metacpan.org/release/RT-Extension-RepeatTicket @@ -24,6 +24,8 @@ NO_ARCH= yes RT_VER= 44 PLIST_SUB= RTHOME=share/rt${RT_VER} +PORTSCOUT= limit:^1\. + post-patch: @${REINPLACE_CMD} -e 's|LocalPath/man/man3|LocalPath/share/man/man3|g' ${WRKSRC}/inc/Module/Install/RTx.pm diff --git a/www/p5-RT-Extension-RepeatTicket2/Makefile b/www/p5-RT-Extension-RepeatTicket2/Makefile index a972bc4036b0..312ac855c156 100644 --- a/www/p5-RT-Extension-RepeatTicket2/Makefile +++ b/www/p5-RT-Extension-RepeatTicket2/Makefile @@ -1,12 +1,11 @@ PORTNAME= RT-Extension-RepeatTicket -PORTVERSION= 2.02 -PORTREVISION= 1 +PORTVERSION= 2.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- PKGNAMESUFFIX= 2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= RT Extension to repeat tickets base on a schedule WWW= https://metacpan.org/release/RT-Extension-RepeatTicket diff --git a/www/p5-RT-Extension-RepeatTicket2/distinfo b/www/p5-RT-Extension-RepeatTicket2/distinfo index f2a06a6d9a51..857fc06721fd 100644 --- a/www/p5-RT-Extension-RepeatTicket2/distinfo +++ b/www/p5-RT-Extension-RepeatTicket2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699379306 -SHA256 (RT-Extension-RepeatTicket-2.02.tar.gz) = b26e549daadd903b0f493bc02fe658d77fb3b1e47dedb2eb30c8f958a8f63c03 -SIZE (RT-Extension-RepeatTicket-2.02.tar.gz) = 69321 +TIMESTAMP = 1748420394 +SHA256 (RT-Extension-RepeatTicket-2.04.tar.gz) = 140b652cfd4a2f488bec3714179a783a679110f0ec27f26d4f9e3b7e06656e47 +SIZE (RT-Extension-RepeatTicket-2.04.tar.gz) = 63732 diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile index 253ced86581b..94b224754be1 100644 --- a/www/p5-RTx-Calendar/Makefile +++ b/www/p5-RTx-Calendar/Makefile @@ -1,11 +1,10 @@ PORTNAME= RTx-Calendar -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Calendar extension module for the RT ticketing system WWW= https://metacpan.org/release/RTx-Calendar @@ -21,22 +20,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \ p5-Date-ICal>0:devel/p5-Date-ICal \ p5-DateTime-Set>0:devel/p5-DateTime-Set -FLAVORS= rt44 rt50 -FLAVOR?= ${FLAVORS:[1]} -rt44_PKGNAMEPREFIX= p5-RT44- -rt44_CONFLICTS_INSTALL= rt50 -rt50_PKGNAMEPREFIX= p5-RT50- -rt50_CONFLICTS_INSTALL= rt44 - -.if ${FLAVOR} == rt44 -RT_VER= 44 -.elif ${FLAVOR} == rt50 -RT_VER= 50 -.endif - USES= perl5 USE_PERL5= configure +RT_VER= 50 + NO_ARCH= yes PLIST_SUB+= RTHOME=share/rt${RT_VER} diff --git a/www/p5-RTx-Calendar/distinfo b/www/p5-RTx-Calendar/distinfo index 08068023a643..96c363cfd740 100644 --- a/www/p5-RTx-Calendar/distinfo +++ b/www/p5-RTx-Calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699378673 -SHA256 (RTx-Calendar-1.05.tar.gz) = 3050d2c865eae5560b2f29613924c7bde2b405049f5af999a7346d007f90bc9d -SIZE (RTx-Calendar-1.05.tar.gz) = 43816 +TIMESTAMP = 1748420840 +SHA256 (RTx-Calendar-1.10.tar.gz) = 6f26ea8935a95728d5261d085512d34edd3fce908b13a70711ca88f7fd43ee12 +SIZE (RTx-Calendar-1.10.tar.gz) = 53470 diff --git a/www/p5-RTx-Calendar/pkg-plist b/www/p5-RTx-Calendar/pkg-plist index e572918da168..ab3cabbb9ca0 100644 --- a/www/p5-RTx-Calendar/pkg-plist +++ b/www/p5-RTx-Calendar/pkg-plist @@ -1,10 +1,19 @@ share/man/man3/RTx::Calendar.3.gz -%%RTHOME%%/plugins/RTx-Calendar/etc/tabs_privileged_callback.patch +%%RTHOME%%/plugins/RTx-Calendar/etc/RTxCalendar_Config.pm %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged +%%RTHOME%%/plugins/RTx-Calendar/html/Elements/Calendar %%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarEvent +%%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarFooter +%%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarSidebar +%%RTHOME%%/plugins/RTx-Calendar/html/Elements/CalendarWithSidebar %%RTHOME%%/plugins/RTx-Calendar/html/Elements/MyCalendar +%%RTHOME%%/plugins/RTx-Calendar/html/Helpers/CalendarEventInfo %%RTHOME%%/plugins/RTx-Calendar/html/Search/Calendar.html %%RTHOME%%/plugins/RTx-Calendar/lib/RTx/Calendar.pm +%%RTHOME%%/plugins/RTx-Calendar/po/ca.po +%%RTHOME%%/plugins/RTx-Calendar/po/calendar.pot +%%RTHOME%%/plugins/RTx-Calendar/po/es.po +%%RTHOME%%/plugins/RTx-Calendar/po/fr.po %%RTHOME%%/plugins/RTx-Calendar/static/css/calendar.css %%RTHOME%%/plugins/RTx-Calendar/static/images/created.png %%RTHOME%%/plugins/RTx-Calendar/static/images/created_due.png @@ -15,3 +24,4 @@ share/man/man3/RTx::Calendar.3.gz %%RTHOME%%/plugins/RTx-Calendar/static/images/starts.png %%RTHOME%%/plugins/RTx-Calendar/static/images/starts_due.png %%RTHOME%%/plugins/RTx-Calendar/static/images/updated.png +%%RTHOME%%/plugins/RTx-Calendar/static/js/calendar.js diff --git a/www/p5-WWW-IMDb/Makefile b/www/p5-WWW-IMDb/Makefile index f7c299779d09..b713053d7877 100644 --- a/www/p5-WWW-IMDb/Makefile +++ b/www/p5-WWW-IMDb/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ PKGNAMEPREFIX= p5-WWW- DISTNAME= IMDb-current -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to query the Internet Movie Database(IMDb) LICENSE= GPLv2+ diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index e29bf0e39b54..a7487ed50dc6 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2025.05.19.00 +DISTVERSION= 2025.05.26.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 8ff6ca192308..f5779e8db134 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747730524 -SHA256 (facebook-proxygen-v2025.05.19.00_GH0.tar.gz) = 9f228584d42be9381bdc044a8289f2a6db34fae2e8f23239e9748fb37938edc6 -SIZE (facebook-proxygen-v2025.05.19.00_GH0.tar.gz) = 1217144 +TIMESTAMP = 1748334338 +SHA256 (facebook-proxygen-v2025.05.26.00_GH0.tar.gz) = c18daa4a2557221d05195f6eb7447efcec2a055d1706932c2954bf41b1957de1 +SIZE (facebook-proxygen-v2025.05.26.00_GH0.tar.gz) = 1225431 diff --git a/www/proxygen/pkg-plist b/www/proxygen/pkg-plist index 1cdf6029d938..6ba68cff9764 100644 --- a/www/proxygen/pkg-plist +++ b/www/proxygen/pkg-plist @@ -155,6 +155,8 @@ include/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h include/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h include/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h include/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h +include/proxygen/lib/http/codec/webtransport/WebTransportCapsuleCodec.h +include/proxygen/lib/http/codec/webtransport/WebTransportFramer.h include/proxygen/lib/http/connpool/Endpoint.h include/proxygen/lib/http/connpool/ServerIdleSessionController.h include/proxygen/lib/http/connpool/SessionHolder.h @@ -198,6 +200,7 @@ include/proxygen/lib/http/session/ServerPushLifecycle.h include/proxygen/lib/http/session/SimpleController.h include/proxygen/lib/http/session/TTLBAStats.h include/proxygen/lib/http/session/TransactionByteEvents.h +include/proxygen/lib/http/session/WebTransportFilter.h include/proxygen/lib/http/sink/FlowControlInfo.h include/proxygen/lib/http/sink/HTTPConnectSink.h include/proxygen/lib/http/sink/HTTPSink.h diff --git a/www/py-daphne/Makefile b/www/py-daphne/Makefile index 9941d1eee79b..5a59d391ee3a 100644 --- a/www/py-daphne/Makefile +++ b/www/py-daphne/Makefile @@ -1,6 +1,5 @@ PORTNAME= daphne -PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTVERSION= 4.2.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-daphne/distinfo b/www/py-daphne/distinfo index 4a9a354f7d9c..aeea5de7be04 100644 --- a/www/py-daphne/distinfo +++ b/www/py-daphne/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713001152 -SHA256 (daphne-4.1.2.tar.gz) = fcbcace38eb86624ae247c7ffdc8ac12f155d7d19eafac4247381896d6f33761 -SIZE (daphne-4.1.2.tar.gz) = 37882 +TIMESTAMP = 1747715472 +SHA256 (daphne-4.2.0.tar.gz) = c055de9e685cab7aa369e25e16731baa9b310b9db1a76886dbdde0b4456fb056 +SIZE (daphne-4.2.0.tar.gz) = 45302 diff --git a/www/py-daphne/files/patch-setup.cfg b/www/py-daphne/files/patch-setup.cfg deleted file mode 100644 index 3e934742f30a..000000000000 --- a/www/py-daphne/files/patch-setup.cfg +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.cfg.orig 2024-02-10 14:45:57 UTC -+++ setup.cfg -@@ -34,7 +34,6 @@ setup_requires = - twisted[tls]>=22.4 - python_requires = >=3.8 - setup_requires = -- pytest-runner - zip_safe = False - - [options.entry_points] diff --git a/www/py-django-unfold/Makefile b/www/py-django-unfold/Makefile index 59f7ee9c3a15..2150e7ed28d0 100644 --- a/www/py-django-unfold/Makefile +++ b/www/py-django-unfold/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-unfold -PORTVERSION= 0.56.0 +PORTVERSION= 0.57.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-unfold/distinfo b/www/py-django-unfold/distinfo index 778604ea8ea8..7c5a90f38718 100644 --- a/www/py-django-unfold/distinfo +++ b/www/py-django-unfold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546594 -SHA256 (django_unfold-0.56.0.tar.gz) = 66d48ddc1f0aa3c56731dfb12d4e7d3fd395384a815a5e293012cfedb144da61 -SIZE (django_unfold-0.56.0.tar.gz) = 1057772 +TIMESTAMP = 1747715474 +SHA256 (django_unfold-0.57.0.tar.gz) = eb5fa8db77e84d1f2490e2d015c7d90699407c36183fe3ce451b54dc522770ed +SIZE (django_unfold-0.57.0.tar.gz) = 1058554 diff --git a/www/py-folium/Makefile b/www/py-folium/Makefile index ff1421e36383..4a34ac7645eb 100644 --- a/www/py-folium/Makefile +++ b/www/py-folium/Makefile @@ -1,5 +1,5 @@ PORTNAME= folium -PORTVERSION= 0.19.5 +PORTVERSION= 0.19.6 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-folium/distinfo b/www/py-folium/distinfo index 51e564566417..269c6f8cb7f6 100644 --- a/www/py-folium/distinfo +++ b/www/py-folium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836196 -SHA256 (folium-0.19.5.tar.gz) = 103ef92d7738b91972f4531211f76eee3f38c88be03111bbd6a5e65c69d084df -SIZE (folium-0.19.5.tar.gz) = 106257 +TIMESTAMP = 1747715476 +SHA256 (folium-0.19.6.tar.gz) = be21b1e492b09a81b949cb4c860503e683cbe91951825faf4d4ef27ab4913201 +SIZE (folium-0.19.6.tar.gz) = 108543 diff --git a/www/py-httpx-aiohttp/Makefile b/www/py-httpx-aiohttp/Makefile new file mode 100644 index 000000000000..f052fa630e49 --- /dev/null +++ b/www/py-httpx-aiohttp/Makefile @@ -0,0 +1,31 @@ +PORTNAME= httpx-aiohttp +DISTVERSION= 0.1.4 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Aiohttp transport for HTTPX +WWW= https://github.com/karpetrosyan/httpx-aiohttp + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3<4:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1<1:www/py-httpx@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +PORTDOCS= CHANGELOG.md 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/www/py-httpx-aiohttp/distinfo b/www/py-httpx-aiohttp/distinfo new file mode 100644 index 000000000000..1e0d5285b835 --- /dev/null +++ b/www/py-httpx-aiohttp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748237685 +SHA256 (httpx_aiohttp-0.1.4.tar.gz) = 61030eed28deeac26286d2e872b7c167f5450b7b0eec5a617ae7d3f7da9c8684 +SIZE (httpx_aiohttp-0.1.4.tar.gz) = 8375 diff --git a/www/py-httpx-aiohttp/pkg-descr b/www/py-httpx-aiohttp/pkg-descr new file mode 100644 index 000000000000..2a54067663a9 --- /dev/null +++ b/www/py-httpx-aiohttp/pkg-descr @@ -0,0 +1,4 @@ +httpx-aiohttp provides transports for httpx to work on top of aiohttp, +handling all high-level features like authentication, retries, and +cookies through httpx, while delegating low-level socket-level HTTP +messaging to aiohttp. diff --git a/www/py-nicegui/Makefile b/www/py-nicegui/Makefile index c30783a52828..37d123e55a44 100644 --- a/www/py-nicegui/Makefile +++ b/www/py-nicegui/Makefile @@ -1,5 +1,5 @@ PORTNAME= nicegui -DISTVERSION= 2.15.0 +DISTVERSION= 2.18.0 CATEGORIES= www graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h11>=0:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ifaddr>=0:net/py-ifaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itsdangerous>=0:security/py-itsdangerous@${PY_FLAVOR} \ @@ -34,6 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0:www/py-uvicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vbuild>=0:textproc/py-vbuild@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wait-for2>=0:devel/py-wait-for2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchfiles>=0:devel/py-watchfiles@${PY_FLAVOR} USES= python shebangfix diff --git a/www/py-nicegui/distinfo b/www/py-nicegui/distinfo index a7338000e048..4b0c2b352538 100644 --- a/www/py-nicegui/distinfo +++ b/www/py-nicegui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745181664 -SHA256 (nicegui-2.15.0.tar.gz) = 0b63bcf9634744d285aa618f74c4d57ea7264fd8f8a9e331cf10d528ba37355c -SIZE (nicegui-2.15.0.tar.gz) = 16036134 +TIMESTAMP = 1748283642 +SHA256 (nicegui-2.18.0.tar.gz) = 1f31807b6b462d504090dc1e5669594899a5e7ce40dc4097283c2061c511945d +SIZE (nicegui-2.18.0.tar.gz) = 13096452 diff --git a/www/py-pylsqpack/Makefile b/www/py-pylsqpack/Makefile index 53bee313d34b..74fc3b4936f2 100644 --- a/www/py-pylsqpack/Makefile +++ b/www/py-pylsqpack/Makefile @@ -1,5 +1,5 @@ PORTNAME= pylsqpack -PORTVERSION= 0.3.20 +PORTVERSION= 0.3.22 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-pylsqpack/distinfo b/www/py-pylsqpack/distinfo index 946e96507b60..58c14caa633b 100644 --- a/www/py-pylsqpack/distinfo +++ b/www/py-pylsqpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289080 -SHA256 (pylsqpack-0.3.20.tar.gz) = e2d8128ef1f455c198ce8ead9d70f8aca92533a6ea513481f1e5eb546a2bb834 -SIZE (pylsqpack-0.3.20.tar.gz) = 676273 +TIMESTAMP = 1747715478 +SHA256 (pylsqpack-0.3.22.tar.gz) = b67f711b3c8370d9f40f7f7f536aa6018d8900fa09fa49f72f0c3f13886cecda +SIZE (pylsqpack-0.3.22.tar.gz) = 676356 diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 11e88e6b817f..97b7be58ae8a 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -1,5 +1,5 @@ PORTNAME= tornado -PORTVERSION= 6.4 +PORTVERSION= 6.5 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo index c1bb7588e0e4..7009b36b808d 100644 --- a/www/py-tornado/distinfo +++ b/www/py-tornado/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712566 -SHA256 (tornado-6.4.tar.gz) = 72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee -SIZE (tornado-6.4.tar.gz) = 498845 +TIMESTAMP = 1747715480 +SHA256 (tornado-6.5.tar.gz) = c70c0a26d5b2d85440e4debd14a8d0b463a0cf35d92d3af05f5f1ffa8675c826 +SIZE (tornado-6.5.tar.gz) = 508968 diff --git a/www/radicale/Makefile b/www/radicale/Makefile index fa2ffb2d9d42..0549aee57ab0 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -1,5 +1,5 @@ PORTNAME= radicale -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/radicale/distinfo b/www/radicale/distinfo index bd0894cf37cf..5fc6013b942d 100644 --- a/www/radicale/distinfo +++ b/www/radicale/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745833615 -SHA256 (radicale-3.5.2.tar.gz) = a64477952e00177297f014640504e38549e6032cc6a66b7e3b01df5c95a7e167 -SIZE (radicale-3.5.2.tar.gz) = 159126 +TIMESTAMP = 1748204148 +SHA256 (radicale-3.5.4.tar.gz) = 8c0e3300ee4d0e3f7ce2ce993c005c8708d39330b366ba08f5970ef33a22c6ff +SIZE (radicale-3.5.4.tar.gz) = 160591 diff --git a/www/rubygem-kamal/Makefile b/www/rubygem-kamal/Makefile index b40cae1f5b86..ec90787ff409 100644 --- a/www/rubygem-kamal/Makefile +++ b/www/rubygem-kamal/Makefile @@ -1,5 +1,5 @@ PORTNAME= kamal -PORTVERSION= 2.5.3 +PORTVERSION= 2.6.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -16,7 +16,7 @@ RUN_DEPENDS= rubygem-activesupport80>=7.0:devel/rubygem-activesupport80 \ rubygem-bcrypt_pbkdf>=1.0<2:security/rubygem-bcrypt_pbkdf \ rubygem-concurrent-ruby>=1.2<2:devel/rubygem-concurrent-ruby \ rubygem-dotenv>=3.1<4:misc/rubygem-dotenv \ - rubygem-ed25519>=1.2<2:security/rubygem-ed25519 \ + rubygem-ed25519>=1.4<2:security/rubygem-ed25519 \ rubygem-net-ssh>=7.3,2<8,2:security/rubygem-net-ssh \ rubygem-sshkit>=1.23.0<2.0:security/rubygem-sshkit \ rubygem-thor>=1.3<2:devel/rubygem-thor \ diff --git a/www/rubygem-kamal/distinfo b/www/rubygem-kamal/distinfo index aa3798e59907..b442e0dc0160 100644 --- a/www/rubygem-kamal/distinfo +++ b/www/rubygem-kamal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836356 -SHA256 (rubygem/kamal-2.5.3.gem) = 06f9e5536e710045da73cee5f0d8b088fd40d5613cbb36abcaa88d4c8fe23a6c -SIZE (rubygem/kamal-2.5.3.gem) = 64512 +TIMESTAMP = 1747716418 +SHA256 (rubygem/kamal-2.6.1.gem) = 1fc4a95d5a483b4bb49c1745e52f1e1f8c0829483e63903dc4f9a6148bf5652a +SIZE (rubygem/kamal-2.6.1.gem) = 67584 diff --git a/www/rubygem-protocol-rack/Makefile b/www/rubygem-protocol-rack/Makefile index 9aefc24e7f47..74c060998c44 100644 --- a/www/rubygem-protocol-rack/Makefile +++ b/www/rubygem-protocol-rack/Makefile @@ -1,5 +1,5 @@ PORTNAME= protocol-rack -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-protocol-rack/distinfo b/www/rubygem-protocol-rack/distinfo index c39469521d8a..080d7b62003e 100644 --- a/www/rubygem-protocol-rack/distinfo +++ b/www/rubygem-protocol-rack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547534 -SHA256 (rubygem/protocol-rack-0.12.0.gem) = 1f058c4352f09c2bab600aea16824536bcc6ed36d4b944fff91c446494ce9e33 -SIZE (rubygem/protocol-rack-0.12.0.gem) = 18432 +TIMESTAMP = 1747716420 +SHA256 (rubygem/protocol-rack-0.13.0.gem) = 37bff65ff6c4e40175d78bb86be686ec1f604b78c309606c630891043ee9d59a +SIZE (rubygem/protocol-rack-0.13.0.gem) = 20992 diff --git a/www/rubygem-rack/Makefile b/www/rubygem-rack/Makefile index 9aebc059ceda..c97902bd8a39 100644 --- a/www/rubygem-rack/Makefile +++ b/www/rubygem-rack/Makefile @@ -1,5 +1,5 @@ PORTNAME= rack -PORTVERSION= 3.1.14 +PORTVERSION= 3.1.15 PORTEPOCH= 3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rack/distinfo b/www/rubygem-rack/distinfo index d04c30821a38..787baf2d8ca0 100644 --- a/www/rubygem-rack/distinfo +++ b/www/rubygem-rack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547536 -SHA256 (rubygem/rack-3.1.14.gem) = 84613c2a8df193bb6711d9c14ecc6d5a65a7cb4312379a65e793562608944b44 -SIZE (rubygem/rack-3.1.14.gem) = 113152 +TIMESTAMP = 1747716422 +SHA256 (rubygem/rack-3.1.15.gem) = d12b3e9960d18a26ded961250f2c0e3b375b49ff40dbe6786e9c3b160cbffca4 +SIZE (rubygem/rack-3.1.15.gem) = 113664 diff --git a/www/rubygem-rack22/Makefile b/www/rubygem-rack22/Makefile index 9a48061a7a5d..670adf4510ad 100644 --- a/www/rubygem-rack22/Makefile +++ b/www/rubygem-rack22/Makefile @@ -1,5 +1,5 @@ PORTNAME= rack -PORTVERSION= 2.2.14 +PORTVERSION= 2.2.15 PORTEPOCH= 3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rack22/distinfo b/www/rubygem-rack22/distinfo index bef8c7c04873..f61e38b79537 100644 --- a/www/rubygem-rack22/distinfo +++ b/www/rubygem-rack22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547540 -SHA256 (rubygem/rack-2.2.14.gem) = 76195d66a344087f28398b2f513da5a46641a4c3eb6d361e1b330c8ea72eed53 -SIZE (rubygem/rack-2.2.14.gem) = 153088 +TIMESTAMP = 1747716424 +SHA256 (rubygem/rack-2.2.15.gem) = cfd082f748540702228e9d83f16e033be9c3a3e58f428f60f6bce26df38c1067 +SIZE (rubygem/rack-2.2.15.gem) = 153600 diff --git a/www/rubygem-roda/Makefile b/www/rubygem-roda/Makefile index f3b29340332e..c94966e7403f 100644 --- a/www/rubygem-roda/Makefile +++ b/www/rubygem-roda/Makefile @@ -1,5 +1,5 @@ PORTNAME= roda -PORTVERSION= 3.91.0 +PORTVERSION= 3.92.0 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-roda/distinfo b/www/rubygem-roda/distinfo index 0a6039e75127..61ebb1bfc5ba 100644 --- a/www/rubygem-roda/distinfo +++ b/www/rubygem-roda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178274 -SHA256 (rubygem/roda-3.91.0.gem) = 7eba67725e2772259308d34527722e688cd628885ed727a50c3167fecb1d20d4 -SIZE (rubygem/roda-3.91.0.gem) = 188928 +TIMESTAMP = 1747716446 +SHA256 (rubygem/roda-3.92.0.gem) = 2da31fc792c00dd6927d336519a13bea29e1fc500821ccf60471c37b9732619e +SIZE (rubygem/roda-3.92.0.gem) = 189440 diff --git a/www/sqlpage/Makefile b/www/sqlpage/Makefile index 0c3e4afd016d..30701ac69650 100644 --- a/www/sqlpage/Makefile +++ b/www/sqlpage/Makefile @@ -1,7 +1,6 @@ PORTNAME= sqlpage DISTVERSIONPREFIX= v -DISTVERSION= 0.34.0 -PORTREVISION= 1 +DISTVERSION= 0.35.1 CATEGORIES= www databases MASTER_SITES= https://cdn.jsdelivr.net/npm/:npm DISTFILES= ${NPM_DISTFILES} @@ -15,7 +14,10 @@ LICENSE= MIT LIB_DEPENDS= libzstd.so:archivers/zstd -USES= cargo +MAKE_ENV= LIBCLANG_PATH=${LLVM_PREFIX}/lib \ + LLVM_CONFIG_PATH=${LLVM_CONFIG} + +USES= cargo llvm USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes @@ -25,11 +27,12 @@ GH_PROJECT= SQLPage USERS= sqlpage GROUPS= sqlpage -NPM_DISTFILES= apexcharts@4.5.0/dist/apexcharts.min.js:npm \ - @tabler/core@1.0.0/dist/css/tabler.min.css:npm \ - @tabler/core@1.0.0/dist/css/tabler-vendors.min.css:npm \ - @tabler/core@1.0.0/dist/js/tabler.min.js:npm \ - @tabler/icons-sprite@3.30.0/dist/tabler-sprite.svg:npm \ +NPM_DISTFILES= apexcharts@4.7.0/dist/apexcharts.min.js:npm \ + @tabler/core@1.3.1/dist/css/tabler.min.css:npm \ + @tabler/core@1.3.1/dist/css/tabler-vendors.min.css:npm \ + @tabler/core@1.3.1/dist/js/tabler.min.js:npm \ + @tabler/icons-sprite@3.33.0/dist/tabler-sprite.svg:npm \ + tom-select@2.4.3/dist/css/tom-select.bootstrap5.css:npm \ tom-select@2.4.1/dist/js/tom-select.popular.min.js:npm ARTEFACTS= ${WRKSRC}/target/sqlpage_artefacts diff --git a/www/sqlpage/Makefile.crates b/www/sqlpage/Makefile.crates index 8494bd12149f..9fb7052c975f 100644 --- a/www/sqlpage/Makefile.crates +++ b/www/sqlpage/Makefile.crates @@ -1,21 +1,21 @@ CARGO_CRATES= actix-codec-0.5.2 \ - actix-http-3.10.0 \ + actix-http-3.11.0 \ actix-macros-0.2.4 \ actix-multipart-0.7.2 \ actix-multipart-derive-0.7.0 \ actix-router-0.5.3 \ actix-rt-2.10.0 \ - actix-server-2.5.1 \ + actix-server-2.6.0 \ actix-service-2.0.3 \ actix-tls-3.4.0 \ actix-utils-3.0.1 \ - actix-web-4.10.2 \ + actix-web-4.11.0 \ actix-web-codegen-4.3.0 \ actix-web-httpauth-0.8.2 \ addr2line-0.24.2 \ adler2-2.0.0 \ adler32-1.2.0 \ - ahash-0.8.11 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ @@ -26,16 +26,16 @@ CARGO_CRATES= actix-codec-0.5.2 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ - anyhow-1.0.97 \ + anstyle-wincon-3.0.8 \ + anyhow-1.0.98 \ argon2-0.5.3 \ arraydeque-0.5.1 \ - asn1-rs-0.5.2 \ - asn1-rs-derive-0.4.0 \ - asn1-rs-impl-0.1.0 \ + asn1-rs-0.6.2 \ + asn1-rs-derive-0.5.1 \ + asn1-rs-impl-0.2.0 \ async-channel-2.3.1 \ async-http-codec-0.8.0 \ - async-io-2.4.0 \ + async-io-2.4.1 \ async-lock-3.4.0 \ async-net-2.0.0 \ async-recursion-1.1.1 \ @@ -43,35 +43,42 @@ CARGO_CRATES= actix-codec-0.5.2 \ async-stream-impl-0.3.6 \ async-task-4.7.1 \ async-trait-0.1.88 \ - async-web-client-0.5.1 \ + async-web-client-0.6.2 \ atoi-2.0.0 \ atomic-waker-1.1.2 \ autocfg-1.4.0 \ - awc-3.6.0 \ - backtrace-0.3.74 \ + awc-3.7.0 \ + aws-lc-rs-1.13.1 \ + aws-lc-sys-0.29.0 \ + backtrace-0.3.75 \ + base16ct-0.2.0 \ base64-0.13.1 \ base64-0.21.7 \ base64-0.22.1 \ base64ct-1.7.3 \ - bitflags-2.9.0 \ + bindgen-0.69.5 \ + bitflags-2.9.1 \ blake2-0.10.6 \ block-buffer-0.10.4 \ blocking-1.6.1 \ brotli-3.5.0 \ - brotli-7.0.0 \ + brotli-8.0.1 \ brotli-decompressor-2.5.1 \ - brotli-decompressor-4.0.2 \ + brotli-decompressor-5.0.0 \ bumpalo-3.17.0 \ byteorder-1.5.0 \ bytes-1.10.1 \ bytestring-1.4.0 \ - cc-1.2.17 \ + cc-1.2.24 \ + cexpr-0.6.0 \ cfg-if-1.0.0 \ - chrono-0.4.40 \ - clap-4.5.32 \ - clap_builder-4.5.32 \ + chrono-0.4.41 \ + clang-sys-1.8.1 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ clap_derive-4.5.32 \ clap_lex-0.7.4 \ + cmake-0.1.54 \ colorchoice-1.0.3 \ concurrent-queue-2.5.0 \ config-0.15.11 \ @@ -81,54 +88,65 @@ CARGO_CRATES= actix-codec-0.5.2 \ convert_case-0.4.0 \ convert_case-0.6.0 \ cookie-0.16.2 \ - core-foundation-0.9.4 \ + core-foundation-0.10.0 \ core-foundation-sys-0.8.7 \ core2-0.4.0 \ cpufeatures-0.2.17 \ - crc-3.2.1 \ + crc-3.3.0 \ crc-catalog-2.4.0 \ crc32fast-1.4.2 \ crossbeam-queue-0.3.12 \ crossbeam-utils-0.8.21 \ crunchy-0.2.3 \ + crypto-bigint-0.5.5 \ crypto-common-0.1.6 \ - csv-async-1.3.0 \ + csv-async-1.3.1 \ csv-core-0.1.12 \ - darling-0.20.10 \ - darling_core-0.20.10 \ - darling_macro-0.20.10 \ + curve25519-dalek-4.1.3 \ + curve25519-dalek-derive-0.1.1 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ dary_heap-0.3.7 \ - data-encoding-2.8.0 \ - der-0.7.9 \ - der-parser-8.2.0 \ + data-encoding-2.9.0 \ + der-0.7.10 \ + der-parser-9.0.0 \ deranged-0.4.0 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ derive_builder_macro-0.20.2 \ - derive_more-0.99.19 \ + derive_more-0.99.20 \ derive_more-2.0.1 \ derive_more-impl-2.0.1 \ digest-0.10.7 \ - dirs-5.0.1 \ - dirs-sys-0.4.1 \ + dirs-6.0.0 \ + dirs-sys-0.5.0 \ displaydoc-0.2.5 \ dlv-list-0.5.2 \ dotenvy-0.15.7 \ + dunce-1.0.5 \ + dyn-clone-1.0.19 \ + ecdsa-0.16.9 \ + ed25519-2.2.3 \ + ed25519-dalek-2.1.1 \ either-1.15.0 \ + elliptic-curve-0.13.8 \ encoding_rs-0.8.35 \ env_filter-0.1.3 \ - env_logger-0.11.7 \ + env_logger-0.11.8 \ equivalent-1.0.2 \ - errno-0.3.10 \ - event-listener-3.1.0 \ + errno-0.3.12 \ event-listener-5.4.0 \ - event-listener-strategy-0.5.3 \ + event-listener-strategy-0.5.4 \ fastrand-2.3.0 \ - flate2-1.1.0 \ + ff-0.13.1 \ + fiat-crypto-0.2.9 \ + flate2-1.1.1 \ flume-0.11.1 \ fnv-1.0.7 \ foldhash-0.1.5 \ form_urlencoded-1.2.1 \ + fs_extra-1.3.0 \ futures-0.3.31 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ @@ -137,57 +155,59 @@ CARGO_CRATES= actix-codec-0.5.2 \ futures-io-0.3.31 \ futures-lite-2.6.0 \ futures-macro-0.3.31 \ - futures-rustls-0.25.1 \ + futures-rustls-0.26.0 \ futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ generic-array-0.14.7 \ - getrandom-0.2.15 \ - getrandom-0.3.2 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ gimli-0.31.1 \ - gloo-net-0.2.6 \ - gloo-utils-0.1.7 \ + glob-0.3.2 \ + group-0.13.0 \ h2-0.3.26 \ handlebars-6.3.2 \ + hashbrown-0.12.3 \ hashbrown-0.14.5 \ - hashbrown-0.15.2 \ + hashbrown-0.15.3 \ hashlink-0.9.1 \ hashlink-0.10.0 \ heck-0.5.0 \ - hermit-abi-0.4.0 \ + hermit-abi-0.5.1 \ hex-0.4.3 \ hkdf-0.12.4 \ hmac-0.12.1 \ + home-0.5.11 \ http-0.2.12 \ http-1.3.1 \ http-body-0.4.6 \ httparse-1.10.1 \ httpdate-1.0.3 \ hyper-0.14.32 \ - iana-time-zone-0.1.61 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ ident_case-1.0.1 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ + idna_adapter-1.2.1 \ impl-more-0.1.9 \ include_dir-0.7.4 \ include_dir_macros-0.7.4 \ - indexmap-2.8.0 \ + indexmap-1.9.3 \ + indexmap-2.9.0 \ is_terminal_polyfill-1.70.1 \ + itertools-0.10.5 \ + itertools-0.12.1 \ itoa-1.0.15 \ - jiff-0.2.4 \ - jiff-static-0.2.4 \ - jobserver-0.1.32 \ + jiff-0.2.14 \ + jiff-static-0.2.14 \ + jobserver-0.1.33 \ js-sys-0.3.77 \ json5-0.4.1 \ lambda-web-0.2.1 \ @@ -195,27 +215,29 @@ CARGO_CRATES= actix-codec-0.5.2 \ lambda_runtime_api_client-0.7.0 \ language-tags-0.3.2 \ lazy_static-1.5.0 \ - libc-0.2.171 \ + lazycell-1.3.0 \ + libc-0.2.172 \ libflate-2.1.0 \ libflate_lz77-2.1.0 \ - libm-0.2.11 \ + libloading-0.8.7 \ + libm-0.2.15 \ libredox-0.1.3 \ - libsqlite3-sys-0.32.0 \ + libsqlite3-sys-0.33.0 \ linux-raw-sys-0.4.15 \ - linux-raw-sys-0.9.3 \ - litemap-0.7.5 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ local-channel-0.1.5 \ local-waker-0.1.4 \ lock_api-0.4.12 \ - log-0.4.26 \ - markdown-1.0.0-alpha.23 \ + log-0.4.27 \ + markdown-1.0.0 \ md-5-0.10.6 \ memchr-2.7.4 \ mime-0.3.17 \ mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.5 \ - mio-1.0.3 \ + miniz_oxide-0.8.8 \ + mio-1.0.4 \ nom-7.1.3 \ num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ @@ -225,12 +247,18 @@ CARGO_CRATES= actix-codec-0.5.2 \ num-modular-0.6.1 \ num-order-1.2.0 \ num-traits-0.2.19 \ + oauth2-5.0.0 \ object-0.36.7 \ - oid-registry-0.6.1 \ - once_cell-1.21.1 \ + oid-registry-0.7.1 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ + openidconnect-4.0.0 \ openssl-probe-0.1.6 \ option-ext-0.2.0 \ + ordered-float-2.10.1 \ ordered-multimap-0.7.3 \ + p256-0.13.2 \ + p384-0.13.1 \ parking-2.2.1 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ @@ -241,10 +269,10 @@ CARGO_CRATES= actix-codec-0.5.2 \ pem-3.0.5 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ - pest-2.7.15 \ - pest_derive-2.7.15 \ - pest_generator-2.7.15 \ - pest_meta-2.7.15 \ + pest-2.8.0 \ + pest_derive-2.8.0 \ + pest_generator-2.8.0 \ + pest_meta-2.8.0 \ pin-project-1.1.10 \ pin-project-internal-1.1.10 \ pin-project-lite-0.2.16 \ @@ -253,101 +281,108 @@ CARGO_CRATES= actix-codec-0.5.2 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ pkg-config-0.3.32 \ - polling-3.7.4 \ + polling-3.8.0 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ + potential_utf-0.1.2 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ - proc-macro2-1.0.94 \ + prettyplease-0.2.32 \ + primeorder-0.13.6 \ + proc-macro2-1.0.95 \ quote-1.0.40 \ r-efi-5.2.0 \ rand-0.8.5 \ - rand-0.9.0 \ + rand-0.9.1 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - rcgen-0.12.1 \ - redox_syscall-0.5.10 \ - redox_users-0.4.6 \ + rcgen-0.13.2 \ + redox_syscall-0.5.12 \ + redox_users-0.5.0 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-lite-0.1.6 \ regex-syntax-0.8.5 \ + rfc6979-0.4.0 \ ring-0.17.14 \ rle-decode-fast-1.0.3 \ ron-0.8.1 \ rsa-0.9.8 \ rust-ini-0.21.1 \ rustc-demangle-0.1.24 \ + rustc-hash-1.1.0 \ rustc_version-0.4.1 \ rusticata-macros-4.1.0 \ rustix-0.38.44 \ - rustix-1.0.3 \ - rustls-0.22.4 \ - rustls-acme-0.9.2 \ - rustls-native-certs-0.7.3 \ + rustix-1.0.7 \ + rustls-0.23.27 \ + rustls-acme-0.13.0 \ + rustls-native-certs-0.8.1 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.11.0 \ - rustls-webpki-0.102.8 \ - rustversion-1.0.20 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.3 \ + rustversion-1.0.21 \ ryu-1.0.20 \ schannel-0.1.27 \ scopeguard-1.2.0 \ - security-framework-2.11.1 \ + sec1-0.7.3 \ + security-framework-3.2.0 \ security-framework-sys-2.14.0 \ semver-1.0.26 \ serde-1.0.219 \ + serde-value-0.7.0 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ + serde_path_to_error-0.1.17 \ serde_plain-1.0.2 \ serde_spanned-0.6.8 \ serde_urlencoded-0.7.1 \ + serde_with-3.12.0 \ + serde_with_macros-3.12.0 \ sha1-0.10.6 \ - sha2-0.10.8 \ + sha2-0.10.9 \ shlex-1.3.0 \ - signal-hook-registry-1.4.2 \ + signal-hook-registry-1.4.5 \ signature-2.2.0 \ slab-0.4.9 \ - smallvec-1.14.0 \ - socket2-0.5.8 \ + smallvec-1.15.0 \ + socket2-0.5.9 \ spin-0.9.8 \ spki-0.7.3 \ - sqlformat-0.2.6 \ - sqlparser-0.55.0 \ + sqlparser-0.56.0 \ sqlparser_derive-0.3.0 \ - sqlx-core-oldapi-0.6.40 \ - sqlx-macros-oldapi-0.6.40 \ - sqlx-oldapi-0.6.40 \ - sqlx-rt-oldapi-0.6.40 \ + sqlx-core-oldapi-0.6.42 \ + sqlx-macros-oldapi-0.6.42 \ + sqlx-oldapi-0.6.42 \ + sqlx-rt-oldapi-0.6.42 \ stable_deref_trait-1.2.0 \ stringprep-0.1.5 \ strsim-0.11.1 \ subtle-2.6.1 \ - syn-1.0.109 \ - syn-2.0.100 \ - synstructure-0.12.6 \ - synstructure-0.13.1 \ - tempfile-3.19.1 \ + syn-2.0.101 \ + synstructure-0.13.2 \ + tempfile-3.20.0 \ thiserror-1.0.69 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - time-0.3.40 \ + time-0.3.41 \ time-core-0.1.4 \ - time-macros-0.2.21 \ + time-macros-0.2.22 \ tiny-keccak-2.0.2 \ - tinystr-0.7.6 \ + tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.44.1 \ + tokio-1.45.1 \ tokio-macros-2.5.0 \ - tokio-rustls-0.25.0 \ + tokio-rustls-0.26.2 \ tokio-stream-0.1.17 \ - tokio-util-0.7.14 \ - toml-0.8.20 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.24 \ + tokio-util-0.7.15 \ + toml-0.8.22 \ + toml_datetime-0.6.9 \ + toml_edit-0.22.26 \ tower-0.4.13 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ @@ -366,13 +401,11 @@ CARGO_CRATES= actix-codec-0.5.2 \ unicode-properties-0.1.3 \ unicode-segmentation-1.12.0 \ unicode-xid-0.2.6 \ - unicode_categories-0.1.1 \ untrusted-0.9.0 \ url-2.5.4 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ + uuid-1.17.0 \ vcpkg-0.2.15 \ version_check-0.9.5 \ want-0.3.1 \ @@ -381,53 +414,56 @@ CARGO_CRATES= actix-codec-0.5.2 \ wasite-0.1.0 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-futures-0.4.50 \ wasm-bindgen-macro-0.2.100 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ web-sys-0.3.77 \ - webpki-roots-0.26.8 \ - whoami-1.5.2 \ - windows-core-0.52.0 \ + webpki-roots-0.26.11 \ + webpki-roots-1.0.0 \ + which-4.4.2 \ + whoami-1.6.0 \ + windows-core-0.61.2 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ windows-link-0.1.1 \ - windows-sys-0.48.0 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ - windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows_aarch64_gnullvm-0.48.5 \ + windows-targets-0.53.0 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.48.5 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.48.5 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.48.5 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.48.5 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.48.5 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.4 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.10 \ wit-bindgen-rt-0.39.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ - x509-parser-0.15.1 \ - yaml-rust2-0.10.0 \ + writeable-0.6.1 \ + x509-parser-0.16.0 \ + yaml-rust2-0.10.2 \ yasna-0.5.2 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ - zerocopy-0.7.35 \ - zerocopy-0.8.24 \ - zerocopy-derive-0.7.35 \ - zerocopy-derive-0.8.24 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 \ zstd-0.13.3 \ zstd-safe-7.2.4 \ zstd-sys-2.0.15+zstd.1.5.7 diff --git a/www/sqlpage/distinfo b/www/sqlpage/distinfo index 770ad84dc66a..f1fd05dd5d07 100644 --- a/www/sqlpage/distinfo +++ b/www/sqlpage/distinfo @@ -1,20 +1,22 @@ -TIMESTAMP = 1742933215 -SHA256 (apexcharts@4.5.0/dist/apexcharts.min.js) = 0f5f6e63bad9b7324f56c656629bd33a86368579a07e0f8c95a7fe00b6074e08 -SIZE (apexcharts@4.5.0/dist/apexcharts.min.js) = 574941 -SHA256 (@tabler/core@1.0.0/dist/css/tabler.min.css) = 68efb8668c8d3d91c27b16dba6b0d853d2c2c6c86ab33400d1220d1587e8b373 -SIZE (@tabler/core@1.0.0/dist/css/tabler.min.css) = 553865 -SHA256 (@tabler/core@1.0.0/dist/css/tabler-vendors.min.css) = 33246129c9c1e78288b301a4932617cc48f1dd83d54ca1bbcd505fe30136d106 -SIZE (@tabler/core@1.0.0/dist/css/tabler-vendors.min.css) = 30673 -SHA256 (@tabler/core@1.0.0/dist/js/tabler.min.js) = 42818dccf1a962b6f20f29d0519c669c5153f0c124fe791408bca9ef56af86ac -SIZE (@tabler/core@1.0.0/dist/js/tabler.min.js) = 144343 -SHA256 (@tabler/icons-sprite@3.30.0/dist/tabler-sprite.svg) = 083e41be9c16e036fa0bb6f18da594ac0de4cf5ec10c92955386d3c0e3cfd641 -SIZE (@tabler/icons-sprite@3.30.0/dist/tabler-sprite.svg) = 1827422 +TIMESTAMP = 1748246002 +SHA256 (apexcharts@4.7.0/dist/apexcharts.min.js) = c46de876c375aab3fbc23d82418f7d77251403335808983d2b832d4a38481948 +SIZE (apexcharts@4.7.0/dist/apexcharts.min.js) = 576420 +SHA256 (@tabler/core@1.3.1/dist/css/tabler.min.css) = 9d6a3337b9415106722b800146d963d0621013bbb69518f789f2b288835b6efd +SIZE (@tabler/core@1.3.1/dist/css/tabler.min.css) = 526063 +SHA256 (@tabler/core@1.3.1/dist/css/tabler-vendors.min.css) = b294c8765fce93aac26ba2f3070f24723259ce2f1b47f705d8b5ca135200c1a6 +SIZE (@tabler/core@1.3.1/dist/css/tabler-vendors.min.css) = 10652 +SHA256 (@tabler/core@1.3.1/dist/js/tabler.min.js) = ca9a289b2627748d08272c7de0b468397d9ec4e27ad13cf18934546a5479f317 +SIZE (@tabler/core@1.3.1/dist/js/tabler.min.js) = 83804 +SHA256 (@tabler/icons-sprite@3.33.0/dist/tabler-sprite.svg) = a423e486bc741a73e0e7f12d849ee92dd3316fbc1b60c27447b59c84371f7e98 +SIZE (@tabler/icons-sprite@3.33.0/dist/tabler-sprite.svg) = 1844410 +SHA256 (tom-select@2.4.3/dist/css/tom-select.bootstrap5.css) = bd6e548ccfca6bdfe3218f08e6ce4a72e75a4d15a1fdc086135654b2b26f948d +SIZE (tom-select@2.4.3/dist/css/tom-select.bootstrap5.css) = 18241 SHA256 (tom-select@2.4.1/dist/js/tom-select.popular.min.js) = 09bd5799bf6a40ef08d66315933e2dd9b4fc97b1d7fb525e2a7706052cad4874 SIZE (tom-select@2.4.1/dist/js/tom-select.popular.min.js) = 43605 SHA256 (rust/crates/actix-codec-0.5.2.crate) = 5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a SIZE (rust/crates/actix-codec-0.5.2.crate) = 14085 -SHA256 (rust/crates/actix-http-3.10.0.crate) = 0fa882656b67966045e4152c634051e70346939fced7117d5f0b52146a7c74c9 -SIZE (rust/crates/actix-http-3.10.0.crate) = 164457 +SHA256 (rust/crates/actix-http-3.11.0.crate) = 44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2 +SIZE (rust/crates/actix-http-3.11.0.crate) = 164165 SHA256 (rust/crates/actix-macros-0.2.4.crate) = e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb SIZE (rust/crates/actix-macros-0.2.4.crate) = 8380 SHA256 (rust/crates/actix-multipart-0.7.2.crate) = d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53 @@ -25,16 +27,16 @@ SHA256 (rust/crates/actix-router-0.5.3.crate) = 13d324164c51f63867b57e73ba5936ea SIZE (rust/crates/actix-router-0.5.3.crate) = 33145 SHA256 (rust/crates/actix-rt-2.10.0.crate) = 24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208 SIZE (rust/crates/actix-rt-2.10.0.crate) = 22608 -SHA256 (rust/crates/actix-server-2.5.1.crate) = 6398974fd4284f4768af07965701efbbb5fdc0616bff20cade1bb14b77675e24 -SIZE (rust/crates/actix-server-2.5.1.crate) = 40988 +SHA256 (rust/crates/actix-server-2.6.0.crate) = a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502 +SIZE (rust/crates/actix-server-2.6.0.crate) = 42816 SHA256 (rust/crates/actix-service-2.0.3.crate) = 9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f SIZE (rust/crates/actix-service-2.0.3.crate) = 28409 SHA256 (rust/crates/actix-tls-3.4.0.crate) = ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389 SIZE (rust/crates/actix-tls-3.4.0.crate) = 44317 SHA256 (rust/crates/actix-utils-3.0.1.crate) = 88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8 SIZE (rust/crates/actix-utils-3.0.1.crate) = 10096 -SHA256 (rust/crates/actix-web-4.10.2.crate) = f2e3b15b3dc6c6ed996e4032389e9849d4ab002b1e92fbfe85b5f307d1479b4d -SIZE (rust/crates/actix-web-4.10.2.crate) = 247273 +SHA256 (rust/crates/actix-web-4.11.0.crate) = a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea +SIZE (rust/crates/actix-web-4.11.0.crate) = 248344 SHA256 (rust/crates/actix-web-codegen-4.3.0.crate) = f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8 SIZE (rust/crates/actix-web-codegen-4.3.0.crate) = 20382 SHA256 (rust/crates/actix-web-httpauth-0.8.2.crate) = 456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3 @@ -45,8 +47,8 @@ SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f9 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 -SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3 @@ -67,26 +69,26 @@ SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df665 SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e -SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 -SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f -SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 +SHA256 (rust/crates/anstyle-wincon-3.0.8.crate) = 6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa +SIZE (rust/crates/anstyle-wincon-3.0.8.crate) = 12534 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/argon2-0.5.3.crate) = 3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072 SIZE (rust/crates/argon2-0.5.3.crate) = 28795 SHA256 (rust/crates/arraydeque-0.5.1.crate) = 7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236 SIZE (rust/crates/arraydeque-0.5.1.crate) = 17671 -SHA256 (rust/crates/asn1-rs-0.5.2.crate) = 7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0 -SIZE (rust/crates/asn1-rs-0.5.2.crate) = 82934 -SHA256 (rust/crates/asn1-rs-derive-0.4.0.crate) = 726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c -SIZE (rust/crates/asn1-rs-derive-0.4.0.crate) = 5220 -SHA256 (rust/crates/asn1-rs-impl-0.1.0.crate) = 2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed -SIZE (rust/crates/asn1-rs-impl-0.1.0.crate) = 2256 +SHA256 (rust/crates/asn1-rs-0.6.2.crate) = 5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048 +SIZE (rust/crates/asn1-rs-0.6.2.crate) = 90647 +SHA256 (rust/crates/asn1-rs-derive-0.5.1.crate) = 965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490 +SIZE (rust/crates/asn1-rs-derive-0.5.1.crate) = 9692 +SHA256 (rust/crates/asn1-rs-impl-0.2.0.crate) = 7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7 +SIZE (rust/crates/asn1-rs-impl-0.2.0.crate) = 2261 SHA256 (rust/crates/async-channel-2.3.1.crate) = 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a SIZE (rust/crates/async-channel-2.3.1.crate) = 14576 SHA256 (rust/crates/async-http-codec-0.8.0.crate) = 096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91 SIZE (rust/crates/async-http-codec-0.8.0.crate) = 26162 -SHA256 (rust/crates/async-io-2.4.0.crate) = 43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059 -SIZE (rust/crates/async-io-2.4.0.crate) = 49252 +SHA256 (rust/crates/async-io-2.4.1.crate) = 1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3 +SIZE (rust/crates/async-io-2.4.1.crate) = 49459 SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 SIZE (rust/crates/async-lock-3.4.0.crate) = 34446 SHA256 (rust/crates/async-net-2.0.0.crate) = b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7 @@ -101,18 +103,24 @@ SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda SIZE (rust/crates/async-task-4.7.1.crate) = 38077 SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 -SHA256 (rust/crates/async-web-client-0.5.1.crate) = a820ef79f63962244fc33d3f17dafb41f1c6bb9754de97c3c09c57c1b8a360ce -SIZE (rust/crates/async-web-client-0.5.1.crate) = 20174 +SHA256 (rust/crates/async-web-client-0.6.2.crate) = 37381fb4fad3cd9b579628c21a58f528ef029d1f072d10f16cb9431aa2236d29 +SIZE (rust/crates/async-web-client-0.6.2.crate) = 19741 SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/awc-3.6.0.crate) = caa7cbf905267e0e80a33142717a85e334e73d878be234c62ff116cf48731ddc -SIZE (rust/crates/awc-3.6.0.crate) = 82814 -SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a -SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/awc-3.7.0.crate) = e76d68b4f02400c2f9110437f254873e8f265b35ea87352f142bc7c8e878115a +SIZE (rust/crates/awc-3.7.0.crate) = 82248 +SHA256 (rust/crates/aws-lc-rs-1.13.1.crate) = 93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7 +SIZE (rust/crates/aws-lc-rs-1.13.1.crate) = 202707 +SHA256 (rust/crates/aws-lc-sys-0.29.0.crate) = 61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079 +SIZE (rust/crates/aws-lc-sys-0.29.0.crate) = 9021128 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf +SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 @@ -121,8 +129,10 @@ SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64ct-1.7.3.crate) = 89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3 SIZE (rust/crates/base64ct-1.7.3.crate) = 31175 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 +SIZE (rust/crates/bindgen-0.69.5.crate) = 221128 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe SIZE (rust/crates/blake2-0.10.6.crate) = 47234 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 @@ -131,12 +141,12 @@ SHA256 (rust/crates/blocking-1.6.1.crate) = 703f41c54fc768e63e091340b424302bb1c2 SIZE (rust/crates/blocking-1.6.1.crate) = 17788 SHA256 (rust/crates/brotli-3.5.0.crate) = d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391 SIZE (rust/crates/brotli-3.5.0.crate) = 1390231 -SHA256 (rust/crates/brotli-7.0.0.crate) = cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd -SIZE (rust/crates/brotli-7.0.0.crate) = 1356970 +SHA256 (rust/crates/brotli-8.0.1.crate) = 9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d +SIZE (rust/crates/brotli-8.0.1.crate) = 741712 SHA256 (rust/crates/brotli-decompressor-2.5.1.crate) = 4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f SIZE (rust/crates/brotli-decompressor-2.5.1.crate) = 193087 -SHA256 (rust/crates/brotli-decompressor-4.0.2.crate) = 74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37 -SIZE (rust/crates/brotli-decompressor-4.0.2.crate) = 193388 +SHA256 (rust/crates/brotli-decompressor-5.0.0.crate) = 874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03 +SIZE (rust/crates/brotli-decompressor-5.0.0.crate) = 195282 SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b @@ -145,20 +155,26 @@ SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b1 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/bytestring-1.4.0.crate) = e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f SIZE (rust/crates/bytestring-1.4.0.crate) = 9747 -SHA256 (rust/crates/cc-1.2.17.crate) = 1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a -SIZE (rust/crates/cc-1.2.17.crate) = 105794 +SHA256 (rust/crates/cc-1.2.24.crate) = 16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7 +SIZE (rust/crates/cc-1.2.24.crate) = 106557 +SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 +SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c -SIZE (rust/crates/chrono-0.4.40.crate) = 229824 -SHA256 (rust/crates/clap-4.5.32.crate) = 6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83 -SIZE (rust/crates/clap-4.5.32.crate) = 56962 -SHA256 (rust/crates/clap_builder-4.5.32.crate) = 22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8 -SIZE (rust/crates/clap_builder-4.5.32.crate) = 168413 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 +SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 +SIZE (rust/crates/cmake-0.1.54.crate) = 18955 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 @@ -177,16 +193,16 @@ SHA256 (rust/crates/convert_case-0.6.0.crate) = ec182b0ca2f35d8fc196cf3404988fd8 SIZE (rust/crates/convert_case-0.6.0.crate) = 18675 SHA256 (rust/crates/cookie-0.16.2.crate) = e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb SIZE (rust/crates/cookie-0.16.2.crate) = 34632 -SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f -SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 +SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 +SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 SIZE (rust/crates/core2-0.4.0.crate) = 37075 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 -SHA256 (rust/crates/crc-3.2.1.crate) = 69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636 -SIZE (rust/crates/crc-3.2.1.crate) = 15070 +SHA256 (rust/crates/crc-3.3.0.crate) = 9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675 +SIZE (rust/crates/crc-3.3.0.crate) = 13905 SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 @@ -197,26 +213,32 @@ SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aa SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 +SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76 +SIZE (rust/crates/crypto-bigint-0.5.5.crate) = 83384 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/csv-async-1.3.0.crate) = d37fe5b0d07f4a8260ce1e9a81413e88f459af0f2dfc55c15e96868a2f99c0f0 -SIZE (rust/crates/csv-async-1.3.0.crate) = 87174 +SHA256 (rust/crates/csv-async-1.3.1.crate) = 888dbb0f640d2c4c04e50f933885c7e9c95995d93cec90aba8735b4c610f26f1 +SIZE (rust/crates/csv-async-1.3.1.crate) = 87168 SHA256 (rust/crates/csv-core-0.1.12.crate) = 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d SIZE (rust/crates/csv-core-0.1.12.crate) = 26298 -SHA256 (rust/crates/darling-0.20.10.crate) = 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 -SIZE (rust/crates/darling-0.20.10.crate) = 32031 -SHA256 (rust/crates/darling_core-0.20.10.crate) = 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 -SIZE (rust/crates/darling_core-0.20.10.crate) = 65015 -SHA256 (rust/crates/darling_macro-0.20.10.crate) = d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 -SIZE (rust/crates/darling_macro-0.20.10.crate) = 1874 +SHA256 (rust/crates/curve25519-dalek-4.1.3.crate) = 97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be +SIZE (rust/crates/curve25519-dalek-4.1.3.crate) = 306017 +SHA256 (rust/crates/curve25519-dalek-derive-0.1.1.crate) = f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3 +SIZE (rust/crates/curve25519-dalek-derive-0.1.1.crate) = 11723 +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 +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 SHA256 (rust/crates/dary_heap-0.3.7.crate) = 04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728 SIZE (rust/crates/dary_heap-0.3.7.crate) = 24076 -SHA256 (rust/crates/data-encoding-2.8.0.crate) = 575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010 -SIZE (rust/crates/data-encoding-2.8.0.crate) = 21394 -SHA256 (rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 -SIZE (rust/crates/der-0.7.9.crate) = 85173 -SHA256 (rust/crates/der-parser-8.2.0.crate) = dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e -SIZE (rust/crates/der-parser-8.2.0.crate) = 63495 +SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476 +SIZE (rust/crates/data-encoding-2.9.0.crate) = 21564 +SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb +SIZE (rust/crates/der-0.7.10.crate) = 90111 +SHA256 (rust/crates/der-parser-9.0.0.crate) = 5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553 +SIZE (rust/crates/der-parser-9.0.0.crate) = 63191 SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e SIZE (rust/crates/deranged-0.4.0.crate) = 23235 SHA256 (rust/crates/derive_builder-0.20.2.crate) = 507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947 @@ -225,46 +247,60 @@ SHA256 (rust/crates/derive_builder_core-0.20.2.crate) = 2d5bcf7b024d6835cfb3d473 SIZE (rust/crates/derive_builder_core-0.20.2.crate) = 31397 SHA256 (rust/crates/derive_builder_macro-0.20.2.crate) = ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c SIZE (rust/crates/derive_builder_macro-0.20.2.crate) = 6360 -SHA256 (rust/crates/derive_more-0.99.19.crate) = 3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f -SIZE (rust/crates/derive_more-0.99.19.crate) = 55072 +SHA256 (rust/crates/derive_more-0.99.20.crate) = 6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f +SIZE (rust/crates/derive_more-0.99.20.crate) = 55041 SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 SIZE (rust/crates/derive_more-2.0.1.crate) = 70127 SHA256 (rust/crates/derive_more-impl-2.0.1.crate) = bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3 SIZE (rust/crates/derive_more-impl-2.0.1.crate) = 78233 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 -SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 -SIZE (rust/crates/dirs-5.0.1.crate) = 12255 -SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c -SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 +SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e +SIZE (rust/crates/dirs-6.0.0.crate) = 14190 +SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab +SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/dlv-list-0.5.2.crate) = 442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f SIZE (rust/crates/dlv-list-0.5.2.crate) = 22373 SHA256 (rust/crates/dotenvy-0.15.7.crate) = 1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b SIZE (rust/crates/dotenvy-0.15.7.crate) = 20293 +SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 +SIZE (rust/crates/dunce-1.0.5.crate) = 8244 +SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 +SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 +SHA256 (rust/crates/ecdsa-0.16.9.crate) = ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca +SIZE (rust/crates/ecdsa-0.16.9.crate) = 31406 +SHA256 (rust/crates/ed25519-2.2.3.crate) = 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53 +SIZE (rust/crates/ed25519-2.2.3.crate) = 17802 +SHA256 (rust/crates/ed25519-dalek-2.1.1.crate) = 4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871 +SIZE (rust/crates/ed25519-dalek-2.1.1.crate) = 85736 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/elliptic-curve-0.13.8.crate) = b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47 +SIZE (rust/crates/elliptic-curve-0.13.8.crate) = 63198 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 SHA256 (rust/crates/env_filter-0.1.3.crate) = 186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0 SIZE (rust/crates/env_filter-0.1.3.crate) = 15191 -SHA256 (rust/crates/env_logger-0.11.7.crate) = c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697 -SIZE (rust/crates/env_logger-0.11.7.crate) = 31842 +SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f +SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 -SHA256 (rust/crates/event-listener-3.1.0.crate) = d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2 -SIZE (rust/crates/event-listener-3.1.0.crate) = 38793 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae SIZE (rust/crates/event-listener-5.4.0.crate) = 43452 -SHA256 (rust/crates/event-listener-strategy-0.5.3.crate) = 3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2 -SIZE (rust/crates/event-listener-strategy-0.5.3.crate) = 10920 +SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 +SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/flate2-1.1.0.crate) = 11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc -SIZE (rust/crates/flate2-1.1.0.crate) = 110650 +SHA256 (rust/crates/ff-0.13.1.crate) = c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393 +SIZE (rust/crates/ff-0.13.1.crate) = 18607 +SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d +SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 SHA256 (rust/crates/flume-0.11.1.crate) = da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095 SIZE (rust/crates/flume-0.11.1.crate) = 67947 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -273,6 +309,8 @@ SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39 SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c +SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 SIZE (rust/crates/futures-0.3.31.crate) = 54953 SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 @@ -289,8 +327,8 @@ SHA256 (rust/crates/futures-lite-2.6.0.crate) = f5edaec856126859abb19ed65f39e90f SIZE (rust/crates/futures-lite-2.6.0.crate) = 45157 SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 -SHA256 (rust/crates/futures-rustls-0.25.1.crate) = c8d8a2499f0fecc0492eb3e47eab4e92da7875e1028ad2528f214ac3346ca04e -SIZE (rust/crates/futures-rustls-0.25.1.crate) = 22165 +SHA256 (rust/crates/futures-rustls-0.26.0.crate) = a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb +SIZE (rust/crates/futures-rustls-0.26.0.crate) = 22849 SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 @@ -299,38 +337,42 @@ SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 -SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 -SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/gloo-net-0.2.6.crate) = 9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10 -SIZE (rust/crates/gloo-net-0.2.6.crate) = 16226 -SHA256 (rust/crates/gloo-utils-0.1.7.crate) = 037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e -SIZE (rust/crates/gloo-utils-0.1.7.crate) = 5101 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 +SIZE (rust/crates/group-0.13.0.crate) = 16526 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 SHA256 (rust/crates/handlebars-6.3.2.crate) = 759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098 SIZE (rust/crates/handlebars-6.3.2.crate) = 105065 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 +SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 SHA256 (rust/crates/hashlink-0.9.1.crate) = 6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af SIZE (rust/crates/hashlink-0.9.1.crate) = 28928 SHA256 (rust/crates/hashlink-0.10.0.crate) = 7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1 SIZE (rust/crates/hashlink-0.10.0.crate) = 29402 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc -SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310 +SHA256 (rust/crates/hermit-abi-0.5.1.crate) = f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08 +SIZE (rust/crates/hermit-abi-0.5.1.crate) = 17549 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 SIZE (rust/crates/hkdf-0.12.4.crate) = 171163 SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e SIZE (rust/crates/hmac-0.12.1.crate) = 42657 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 SIZE (rust/crates/http-0.2.12.crate) = 101964 SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 @@ -343,54 +385,54 @@ SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 SHA256 (rust/crates/hyper-0.14.32.crate) = 41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7 SIZE (rust/crates/hyper-0.14.32.crate) = 199622 -SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 -SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 -SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/impl-more-0.1.9.crate) = e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2 SIZE (rust/crates/impl-more-0.1.9.crate) = 15583 SHA256 (rust/crates/include_dir-0.7.4.crate) = 923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd SIZE (rust/crates/include_dir-0.7.4.crate) = 6365 SHA256 (rust/crates/include_dir_macros-0.7.4.crate) = 7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75 SIZE (rust/crates/include_dir_macros-0.7.4.crate) = 4560 -SHA256 (rust/crates/indexmap-2.8.0.crate) = 3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058 -SIZE (rust/crates/indexmap-2.8.0.crate) = 89670 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 +SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.4.crate) = d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e -SIZE (rust/crates/jiff-0.2.4.crate) = 698395 -SHA256 (rust/crates/jiff-static-0.2.4.crate) = 8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9 -SIZE (rust/crates/jiff-static-0.2.4.crate) = 75875 -SHA256 (rust/crates/jobserver-0.1.32.crate) = 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 -SIZE (rust/crates/jobserver-0.1.32.crate) = 27549 +SHA256 (rust/crates/jiff-0.2.14.crate) = a194df1107f33c79f4f93d02c80798520551949d59dfad22b6157048a88cca93 +SIZE (rust/crates/jiff-0.2.14.crate) = 712978 +SHA256 (rust/crates/jiff-static-0.2.14.crate) = 6c6e1db7ed32c6c71b759497fae34bf7933636f75a251b9e736555da426f6442 +SIZE (rust/crates/jiff-static-0.2.14.crate) = 76141 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/json5-0.4.1.crate) = 96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1 @@ -405,34 +447,38 @@ SHA256 (rust/crates/language-tags-0.3.2.crate) = d4345964bb142484797b161f473a503 SIZE (rust/crates/language-tags-0.3.2.crate) = 53420 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.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 -SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa +SIZE (rust/crates/libc-0.2.172.crate) = 791646 SHA256 (rust/crates/libflate-2.1.0.crate) = 45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e SIZE (rust/crates/libflate-2.1.0.crate) = 43366 SHA256 (rust/crates/libflate_lz77-2.1.0.crate) = e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d SIZE (rust/crates/libflate_lz77-2.1.0.crate) = 5918 -SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa -SIZE (rust/crates/libm-0.2.11.crate) = 111477 +SHA256 (rust/crates/libloading-0.8.7.crate) = 6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c +SIZE (rust/crates/libloading-0.8.7.crate) = 30374 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 -SHA256 (rust/crates/libsqlite3-sys-0.32.0.crate) = fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7 -SIZE (rust/crates/libsqlite3-sys-0.32.0.crate) = 5182689 +SHA256 (rust/crates/libsqlite3-sys-0.33.0.crate) = 947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa +SIZE (rust/crates/libsqlite3-sys-0.33.0.crate) = 5182864 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 -SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413 -SIZE (rust/crates/linux-raw-sys-0.9.3.crate) = 2311047 -SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 -SIZE (rust/crates/litemap-0.7.5.crate) = 29962 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 SHA256 (rust/crates/local-channel-0.1.5.crate) = b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8 SIZE (rust/crates/local-channel-0.1.5.crate) = 7881 SHA256 (rust/crates/local-waker-0.1.4.crate) = 4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487 SIZE (rust/crates/local-waker-0.1.4.crate) = 6730 SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 -SHA256 (rust/crates/markdown-1.0.0-alpha.23.crate) = 9047e0a37a596d4e15411a1ffbdabe71c328908cb90a721cb9bf8dcf3434e6d2 -SIZE (rust/crates/markdown-1.0.0-alpha.23.crate) = 217189 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/markdown-1.0.0.crate) = a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb +SIZE (rust/crates/markdown-1.0.0.crate) = 219012 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf SIZE (rust/crates/md-5-0.10.6.crate) = 16161 SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 @@ -443,10 +489,10 @@ SHA256 (rust/crates/mime_guess-2.0.5.crate) = f7c44f8e672c00fe5308fa235f821cb419 SIZE (rust/crates/mime_guess-2.0.5.crate) = 27166 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.5.crate) = 8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5 -SIZE (rust/crates/miniz_oxide-0.8.5.crate) = 62237 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a +SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 @@ -465,18 +511,30 @@ SHA256 (rust/crates/num-order-1.2.0.crate) = 537b596b97c40fcf8056d153049eb22f481 SIZE (rust/crates/num-order-1.2.0.crate) = 19500 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/oauth2-5.0.0.crate) = 51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d +SIZE (rust/crates/oauth2-5.0.0.crate) = 91364 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 SIZE (rust/crates/object-0.36.7.crate) = 329938 -SHA256 (rust/crates/oid-registry-0.6.1.crate) = 9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff -SIZE (rust/crates/oid-registry-0.6.1.crate) = 15068 -SHA256 (rust/crates/once_cell-1.21.1.crate) = d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc -SIZE (rust/crates/once_cell-1.21.1.crate) = 34256 +SHA256 (rust/crates/oid-registry-0.7.1.crate) = a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9 +SIZE (rust/crates/oid-registry-0.7.1.crate) = 15220 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/openidconnect-4.0.0.crate) = 6dd50d4a5e7730e754f94d977efe61f611aadd3131f6a2b464f6e3a4167e8ef7 +SIZE (rust/crates/openidconnect-4.0.0.crate) = 173344 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c +SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 SHA256 (rust/crates/ordered-multimap-0.7.3.crate) = 49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79 SIZE (rust/crates/ordered-multimap-0.7.3.crate) = 23265 +SHA256 (rust/crates/p256-0.13.2.crate) = c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b +SIZE (rust/crates/p256-0.13.2.crate) = 63434 +SHA256 (rust/crates/p384-0.13.1.crate) = fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6 +SIZE (rust/crates/p384-0.13.1.crate) = 193022 SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba SIZE (rust/crates/parking-2.2.1.crate) = 10685 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 @@ -497,14 +555,14 @@ SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460a SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.15.crate) = 8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc -SIZE (rust/crates/pest-2.7.15.crate) = 127895 -SHA256 (rust/crates/pest_derive-2.7.15.crate) = 816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e -SIZE (rust/crates/pest_derive-2.7.15.crate) = 40745 -SHA256 (rust/crates/pest_generator-2.7.15.crate) = 7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b -SIZE (rust/crates/pest_generator-2.7.15.crate) = 18417 -SHA256 (rust/crates/pest_meta-2.7.15.crate) = e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea -SIZE (rust/crates/pest_meta-2.7.15.crate) = 42121 +SHA256 (rust/crates/pest-2.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 +SIZE (rust/crates/pest-2.8.0.crate) = 128955 +SHA256 (rust/crates/pest_derive-2.8.0.crate) = d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5 +SIZE (rust/crates/pest_derive-2.8.0.crate) = 42196 +SHA256 (rust/crates/pest_generator-2.8.0.crate) = db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841 +SIZE (rust/crates/pest_generator-2.8.0.crate) = 18617 +SHA256 (rust/crates/pest_meta-2.8.0.crate) = 7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0 +SIZE (rust/crates/pest_meta-2.8.0.crate) = 42931 SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 @@ -521,26 +579,32 @@ SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5 SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 -SHA256 (rust/crates/polling-3.7.4.crate) = a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f -SIZE (rust/crates/polling-3.7.4.crate) = 58239 +SHA256 (rust/crates/polling-3.8.0.crate) = b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50 +SIZE (rust/crates/polling-3.8.0.crate) = 59031 SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 -SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 -SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/prettyplease-0.2.32.crate) = 664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6 +SIZE (rust/crates/prettyplease-0.2.32.crate) = 72024 +SHA256 (rust/crates/primeorder-0.13.6.crate) = 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 +SIZE (rust/crates/primeorder-0.13.6.crate) = 21296 +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.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 -SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -549,12 +613,12 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 -SHA256 (rust/crates/rcgen-0.12.1.crate) = 48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1 -SIZE (rust/crates/rcgen-0.12.1.crate) = 63815 -SHA256 (rust/crates/redox_syscall-0.5.10.crate) = 0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1 -SIZE (rust/crates/redox_syscall-0.5.10.crate) = 30226 -SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 -SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 +SHA256 (rust/crates/rcgen-0.13.2.crate) = 75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2 +SIZE (rust/crates/rcgen-0.13.2.crate) = 77836 +SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af +SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b +SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 @@ -563,6 +627,8 @@ SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f5 SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 +SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/rle-decode-fast-1.0.3.crate) = 3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422 @@ -575,86 +641,96 @@ SHA256 (rust/crates/rust-ini-0.21.1.crate) = 4e310ef0e1b6eeb79169a1171daf9abcb87 SIZE (rust/crates/rust-ini-0.21.1.crate) = 19496 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.3.crate) = e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96 -SIZE (rust/crates/rustix-1.0.3.crate) = 413960 -SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 -SIZE (rust/crates/rustls-0.22.4.crate) = 333681 -SHA256 (rust/crates/rustls-acme-0.9.2.crate) = 9f6de93ea3b4a88a9048f753f6db50242d2bd2633d12e06394a3ee41472bbb08 -SIZE (rust/crates/rustls-acme-0.9.2.crate) = 43768 -SHA256 (rust/crates/rustls-native-certs-0.7.3.crate) = e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5 -SIZE (rust/crates/rustls-native-certs-0.7.3.crate) = 31564 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 +SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-acme-0.13.0.crate) = 230907c587e32543b0b0b4a41db582dd9acd29775862d400dd799904dedcf4f8 +SIZE (rust/crates/rustls-acme-0.13.0.crate) = 46529 +SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 +SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 -SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c -SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933 -SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 -SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 -SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 -SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 +SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d SIZE (rust/crates/schannel-0.1.27.crate) = 42772 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 -SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 +SHA256 (rust/crates/sec1-0.7.3.crate) = d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc +SIZE (rust/crates/sec1-0.7.3.crate) = 17979 +SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316 +SIZE (rust/crates/security-framework-3.2.0.crate) = 86095 SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 SIZE (rust/crates/semver-1.0.26.crate) = 31303 SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c +SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_path_to_error-0.1.17.crate) = 59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a +SIZE (rust/crates/serde_path_to_error-0.1.17.crate) = 17662 SHA256 (rust/crates/serde_plain-1.0.2.crate) = 9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50 SIZE (rust/crates/serde_plain-1.0.2.crate) = 11183 SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (rust/crates/serde_with-3.12.0.crate) = d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa +SIZE (rust/crates/serde_with-3.12.0.crate) = 148666 +SHA256 (rust/crates/serde_with_macros-3.12.0.crate) = 8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e +SIZE (rust/crates/serde_with_macros-3.12.0.crate) = 32089 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 -SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 -SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 -SIZE (rust/crates/socket2-0.5.8.crate) = 56309 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef +SIZE (rust/crates/socket2-0.5.9.crate) = 57432 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d SIZE (rust/crates/spki-0.7.3.crate) = 16409 -SHA256 (rust/crates/sqlformat-0.2.6.crate) = 7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790 -SIZE (rust/crates/sqlformat-0.2.6.crate) = 23871 -SHA256 (rust/crates/sqlparser-0.55.0.crate) = c4521174166bac1ff04fe16ef4524c70144cd29682a45978978ca3d7f4e0be11 -SIZE (rust/crates/sqlparser-0.55.0.crate) = 304953 +SHA256 (rust/crates/sqlparser-0.56.0.crate) = e68feb51ffa54fc841e086f58da543facfe3d7ae2a60d69b0a8cbbd30d16ae8d +SIZE (rust/crates/sqlparser-0.56.0.crate) = 317509 SHA256 (rust/crates/sqlparser_derive-0.3.0.crate) = da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c SIZE (rust/crates/sqlparser_derive-0.3.0.crate) = 8563 -SHA256 (rust/crates/sqlx-core-oldapi-0.6.40.crate) = 1825cb8300dd10e3f1d1a3873710b25bb29acb5dfaaf0e80b309126eee11386f -SIZE (rust/crates/sqlx-core-oldapi-0.6.40.crate) = 338066 -SHA256 (rust/crates/sqlx-macros-oldapi-0.6.40.crate) = d1996d4a12720877561e8b70941b0582714c2f2331eefe6afb6b8a29da1c0a6e -SIZE (rust/crates/sqlx-macros-oldapi-0.6.40.crate) = 43469 -SHA256 (rust/crates/sqlx-oldapi-0.6.40.crate) = 9574c889b8837fc66fe62bb45823370c83de667a72a6c4ed712f3f768aa045cb -SIZE (rust/crates/sqlx-oldapi-0.6.40.crate) = 161566 -SHA256 (rust/crates/sqlx-rt-oldapi-0.6.40.crate) = eeb945ab4cef06bb7c33a6455bdefea1fffd8b535141f4e1429eaa5456b8a156 -SIZE (rust/crates/sqlx-rt-oldapi-0.6.40.crate) = 11960 +SHA256 (rust/crates/sqlx-core-oldapi-0.6.42.crate) = 4aa112ee5fbac01ebbc2db9ecf69f4b745821b73bc2fb45871bef6566c09102c +SIZE (rust/crates/sqlx-core-oldapi-0.6.42.crate) = 342183 +SHA256 (rust/crates/sqlx-macros-oldapi-0.6.42.crate) = 0a25301e28b925580d86fc9eee1b42861079843a3f950666378d1962a83491e7 +SIZE (rust/crates/sqlx-macros-oldapi-0.6.42.crate) = 46460 +SHA256 (rust/crates/sqlx-oldapi-0.6.42.crate) = 053517e2a59d9cb980b1e61bc4b01102f27994a6f429fa162e9acf6e9a84293c +SIZE (rust/crates/sqlx-oldapi-0.6.42.crate) = 165195 +SHA256 (rust/crates/sqlx-rt-oldapi-0.6.42.crate) = 8cd7bd1910d303cacf2c7ebde32f72477953398914ea462860fb87034fe7bbdf +SIZE (rust/crates/sqlx-rt-oldapi-0.6.42.crate) = 13944 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/stringprep-0.1.5.crate) = 7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1 @@ -663,16 +739,12 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3 SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 -SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 -SIZE (rust/crates/syn-2.0.100.crate) = 297947 -SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f -SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 -SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 -SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 -SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf -SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 @@ -681,36 +753,36 @@ SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/time-0.3.40.crate) = 9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618 -SIZE (rust/crates/time-0.3.40.crate) = 138369 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c SIZE (rust/crates/time-core-0.1.4.crate) = 8422 -SHA256 (rust/crates/time-macros-0.2.21.crate) = 29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04 -SIZE (rust/crates/time-macros-0.2.21.crate) = 24591 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.44.1.crate) = f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a -SIZE (rust/crates/tokio-1.44.1.crate) = 830115 +SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 +SIZE (rust/crates/tokio-1.45.1.crate) = 811787 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 -SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f -SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 -SHA256 (rust/crates/tokio-util-0.7.14.crate) = 6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034 -SIZE (rust/crates/tokio-util-0.7.14.crate) = 118861 -SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148 -SIZE (rust/crates/toml-0.8.20.crate) = 51095 -SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 -SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 -SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 -SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 +SHA256 (rust/crates/toml-0.8.22.crate) = 05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae +SIZE (rust/crates/toml-0.8.22.crate) = 76224 +SHA256 (rust/crates/toml_datetime-0.6.9.crate) = 3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3 +SIZE (rust/crates/toml_datetime-0.6.9.crate) = 12622 +SHA256 (rust/crates/toml_edit-0.22.26.crate) = 310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e +SIZE (rust/crates/toml_edit-0.22.26.crate) = 121714 SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c SIZE (rust/crates/tower-0.4.13.crate) = 106906 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e @@ -747,20 +819,16 @@ SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec9 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 -SHA256 (rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e -SIZE (rust/crates/unicode_categories-0.1.1.crate) = 87298 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 -SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 -SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a @@ -777,8 +845,6 @@ SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241 SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 -SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de @@ -787,95 +853,103 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 -SHA256 (rust/crates/webpki-roots-0.26.8.crate) = 2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9 -SIZE (rust/crates/webpki-roots-0.26.8.crate) = 257981 -SHA256 (rust/crates/whoami-1.5.2.crate) = 372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d -SIZE (rust/crates/whoami-1.5.2.crate) = 24204 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 +SHA256 (rust/crates/webpki-roots-0.26.11.crate) = 521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9 +SIZE (rust/crates/webpki-roots-0.26.11.crate) = 15557 +SHA256 (rust/crates/webpki-roots-1.0.0.crate) = 2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb +SIZE (rust/crates/webpki-roots-1.0.0.crate) = 248893 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 +SHA256 (rust/crates/whoami-1.6.0.crate) = 6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7 +SIZE (rust/crates/whoami-1.6.0.crate) = 24691 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 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-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c -SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 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.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b +SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc -SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 -SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e -SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 -SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 -SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e -SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 -SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 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.4.crate) = 0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36 -SIZE (rust/crates/winnow-0.7.4.crate) = 173588 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 -SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 -SIZE (rust/crates/write16-1.0.0.crate) = 7218 -SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 -SIZE (rust/crates/writeable-0.5.5.crate) = 22354 -SHA256 (rust/crates/x509-parser-0.15.1.crate) = 7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da -SIZE (rust/crates/x509-parser-0.15.1.crate) = 91123 -SHA256 (rust/crates/yaml-rust2-0.10.0.crate) = 232bdb534d65520716bef0bbb205ff8f2db72d807b19c0bc3020853b92a0cd4b -SIZE (rust/crates/yaml-rust2-0.10.0.crate) = 136368 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/x509-parser-0.16.0.crate) = fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69 +SIZE (rust/crates/x509-parser-0.16.0.crate) = 92925 +SHA256 (rust/crates/yaml-rust2-0.10.2.crate) = 18b783b2c2789414f8bb84ca3318fc9c2d7e7be1c22907d37839a58dedb369d3 +SIZE (rust/crates/yaml-rust2-0.10.2.crate) = 137464 SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd SIZE (rust/crates/yasna-0.5.2.crate) = 34859 -SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 -SIZE (rust/crates/yoke-0.7.5.crate) = 29673 -SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 -SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 -SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be -SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb +SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef +SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 -SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 -SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 -SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 -SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a SIZE (rust/crates/zstd-0.13.3.crate) = 30514 SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (lovasoa-SQLPage-v0.34.0_GH0.tar.gz) = 17d3936c7d8cbb9498bba268964125d51a354801808181c4a58ef8c893a37ec4 -SIZE (lovasoa-SQLPage-v0.34.0_GH0.tar.gz) = 34091150 +SHA256 (lovasoa-SQLPage-v0.35.1_GH0.tar.gz) = 3aa9b1af070c992031d3bb13751ef1f5dc5565e7e9a15ce078a541667b65f480 +SIZE (lovasoa-SQLPage-v0.35.1_GH0.tar.gz) = 34139758 diff --git a/www/tcexam/Makefile b/www/tcexam/Makefile index cf49caa9bf4a..9e549b42e0fb 100644 --- a/www/tcexam/Makefile +++ b/www/tcexam/Makefile @@ -1,5 +1,5 @@ PORTNAME= tcexam -PORTVERSION= 16.3.7 +PORTVERSION= 16.3.9 CATEGORIES= www education PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/tcexam/distinfo b/www/tcexam/distinfo index d4f09f486e2c..eac92801d354 100644 --- a/www/tcexam/distinfo +++ b/www/tcexam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738333131 -SHA256 (tecnickcom-tcexam-16.3.7_GH0.tar.gz) = e9d3df2aef0acd7be2521789fd7ebd5d63d502b39713a37da44560cb9318bd36 -SIZE (tecnickcom-tcexam-16.3.7_GH0.tar.gz) = 17142533 +TIMESTAMP = 1748331491 +SHA256 (tecnickcom-tcexam-16.3.9_GH0.tar.gz) = f2eaa75b7364647ec7dd416275d6ed0218ea2dfb0327d63cbefad1d968a5fe1b +SIZE (tecnickcom-tcexam-16.3.9_GH0.tar.gz) = 17135074 diff --git a/www/tinymce/Makefile b/www/tinymce/Makefile index 458c86335190..9b401474102d 100644 --- a/www/tinymce/Makefile +++ b/www/tinymce/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinymce -PORTVERSION= 7.8.0 +PORTVERSION= 7.9.0 CATEGORIES= www MASTER_SITES= http://download.tiny.cloud/tinymce/community/ \ LOCAL/sunpoet diff --git a/www/tinymce/distinfo b/www/tinymce/distinfo index 84870250582d..9a740c34887f 100644 --- a/www/tinymce/distinfo +++ b/www/tinymce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288762 -SHA256 (tinymce_7.8.0.zip) = 8385559b696f4c296d8171635bc76597f043144bfb2db90453c8831982a4974c -SIZE (tinymce_7.8.0.zip) = 1034965 +TIMESTAMP = 1747715304 +SHA256 (tinymce_7.9.0.zip) = a189e211855ecbe02f3fe2a4ac24ced694532ea4f65fe9a595cdcf8568a67bce +SIZE (tinymce_7.9.0.zip) = 1023240 diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index ed510b698151..42ebae205c25 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,15 +1,15 @@ PORTNAME= tor-browser -DISTVERSION= 14.5.2 +DISTVERSION= 14.5.3 CATEGORIES= www net security wayland -TAG_BASE= b54e21b36db35ad390c4f385b76cbd293a58cbc6 -TAG_TOR= 94aae5dcdfa2e99b516acb6a834a54f7de76e54f +TAG_BASE= 90dbac96420394aa35ce29385814742ac4942b26 +TAG_TOR= 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939 MASTER_SITES= TOR \ LOCAL/vvd \ https://build-sources.tbb.torproject.org/:source1 \ LOCAL/vvd:source1 \ LOCAL/jsm:source2 \ LOCAL/vvd:source2 \ - https://secure.informaction.com/:source3 \ + https://secure.informaction.com/download/releases/:source3 \ LOCAL/vvd:source3 \ https://gitlab.torproject.org/tpo/translation/-/archive/${TAG_BASE}.tar.gz?dummy=/:source4 \ LOCAL/vvd:source4 \ @@ -17,9 +17,9 @@ MASTER_SITES= TOR \ LOCAL/vvd:source5 MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION}/:DEFAULT \ download/releases/:source3 -DISTNAME= src-firefox-tor-browser-128.10.1esr-14.5-1-build1 +DISTNAME= src-firefox-tor-browser-128.11.0esr-14.5-1-build3 MANUAL= manual_215922.zip -NOSCRIPT= noscript-12.1.1.xpi +NOSCRIPT= noscript-13.0.6.xpi DISTFILES= ${DISTNAME}.tar.xz \ ${MANUAL}:source1 \ fonts-3--4348e1.tar.zst:source2 \ diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo index ba1810215ff8..3c6762f42035 100644 --- a/www/tor-browser/distinfo +++ b/www/tor-browser/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1747646474 -SHA256 (src-firefox-tor-browser-128.10.1esr-14.5-1-build1.tar.xz) = 221056bed25507e84d74bf679580b66762f718506b98e4f0b2ca3687cd46b11f -SIZE (src-firefox-tor-browser-128.10.1esr-14.5-1-build1.tar.xz) = 611165768 +TIMESTAMP = 1748354421 +SHA256 (src-firefox-tor-browser-128.11.0esr-14.5-1-build3.tar.xz) = 349e0bdc52b6b150732a0483e1a1d66e47e608b2d77697112d2285751f476f53 +SIZE (src-firefox-tor-browser-128.11.0esr-14.5-1-build3.tar.xz) = 611118336 SHA256 (manual_215922.zip) = b5ed703f54d52e9f197320f3698e936d585a3fed23cc4f9fbf59edce2869f885 SIZE (manual_215922.zip) = 28305786 SHA256 (fonts-3--4348e1.tar.zst) = 7fbbecece6de777f196982f6eb567970a6d8e7ac2bf5b1ad6b90e1ea36374032 SIZE (fonts-3--4348e1.tar.zst) = 27441580 -SHA256 (noscript-12.1.1.xpi) = f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a -SIZE (noscript-12.1.1.xpi) = 980626 -SHA256 (tpo-translation-b54e21b36db35ad390c4f385b76cbd293a58cbc6_GL0.tar.gz) = 3548ab34d48c8d4a6eaf74130fb3ae4040acb3fcea6d3463ff95669b839e3112 -SIZE (tpo-translation-b54e21b36db35ad390c4f385b76cbd293a58cbc6_GL0.tar.gz) = 792132 -SHA256 (tpo-translation-94aae5dcdfa2e99b516acb6a834a54f7de76e54f_GL0.tar.gz) = 0962ba706da369264b659308f64824d0a7ba87a8438f539bff9ca922e2f0d9ff -SIZE (tpo-translation-94aae5dcdfa2e99b516acb6a834a54f7de76e54f_GL0.tar.gz) = 2831434 +SHA256 (noscript-13.0.6.xpi) = 85066ef24c44cc839b2d6bbe4d3d08652c8e09f06515e1b86ee72ba26c406989 +SIZE (noscript-13.0.6.xpi) = 992587 +SHA256 (tpo-translation-90dbac96420394aa35ce29385814742ac4942b26_GL0.tar.gz) = dd720795ebd4a335e522fc48956e81b1ba62580aae33d99997ecdaf6866a3537 +SIZE (tpo-translation-90dbac96420394aa35ce29385814742ac4942b26_GL0.tar.gz) = 793166 +SHA256 (tpo-translation-9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939_GL0.tar.gz) = 033bd5bb2e4e2f852d3a711c4e652a389f32974fe0304a969f518680d849a32c +SIZE (tpo-translation-9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939_GL0.tar.gz) = 2834090 SHA256 (mozilla-l10n-firefox-l10n-fcd0300e8478d1ec4d1c097a073ddb8e1e0351e3_GH0.tar.gz) = d07ecc7fe021998b523357849f71d52c9cb5248cb79bba29793e1ba353bae5bb SIZE (mozilla-l10n-firefox-l10n-fcd0300e8478d1ec4d1c097a073ddb8e1e0351e3_GH0.tar.gz) = 68409826 diff --git a/x11-fonts/py-gflanguages/Makefile b/x11-fonts/py-gflanguages/Makefile index d525ad9fff94..c466a2676351 100644 --- a/x11-fonts/py-gflanguages/Makefile +++ b/x11-fonts/py-gflanguages/Makefile @@ -1,5 +1,5 @@ PORTNAME= gflanguages -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-fonts/py-gflanguages/distinfo b/x11-fonts/py-gflanguages/distinfo index 8d53e6159eb8..19bfe568680d 100644 --- a/x11-fonts/py-gflanguages/distinfo +++ b/x11-fonts/py-gflanguages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739116738 -SHA256 (gflanguages-0.7.3.tar.gz) = 0516cf0fad6a6f5fc204f86ffe31a688b0dd77698716a0ae821603b9a781a39e -SIZE (gflanguages-0.7.3.tar.gz) = 852025 +TIMESTAMP = 1747715482 +SHA256 (gflanguages-0.7.4.tar.gz) = 77f4392a1fc0a573f401c34eb804f2f06cacb0b70d5236e840f123d50e3cb6e0 +SIZE (gflanguages-0.7.4.tar.gz) = 853800 diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile index 13972f4be393..3971f7d55b4e 100644 --- a/x11-fonts/py-vfblib/Makefile +++ b/x11-fonts/py-vfblib/Makefile @@ -1,5 +1,5 @@ PORTNAME= vfblib -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-fonts/py-vfblib/distinfo b/x11-fonts/py-vfblib/distinfo index 86842d71d7e8..2104984bde36 100644 --- a/x11-fonts/py-vfblib/distinfo +++ b/x11-fonts/py-vfblib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289084 -SHA256 (vfblib-0.9.2.tar.gz) = f83c0337c688492425bdf337f8436d6d38aef850dcbad6d5d6a46f208a11b5b2 -SIZE (vfblib-0.9.2.tar.gz) = 7162685 +TIMESTAMP = 1747715484 +SHA256 (vfblib-0.9.3.tar.gz) = 5c272b7d772d9e45953bcb603e4fbcc1a956137e159ec6a620c65eccefd1aedc +SIZE (vfblib-0.9.3.tar.gz) = 7163931 diff --git a/x11-toolkits/kirigami-addons-qt6/Makefile b/x11-toolkits/kirigami-addons-qt6/Makefile index 0cefd7786db1..52ec74b61f67 100644 --- a/x11-toolkits/kirigami-addons-qt6/Makefile +++ b/x11-toolkits/kirigami-addons-qt6/Makefile @@ -1,13 +1,13 @@ PORTNAME= kirigami-addons -DISTVERSION= 1.7.0 +DISTVERSION= 1.8.1 CATEGORIES= x11-toolkits kde MASTER_SITES= KDE/stable/${PORTNAME}/ DIST_SUBDIR= KDE PKGNAMESUFFIX= -qt6 MAINTAINER= kde@FreeBSD.org -COMMENT= Component library for KDE Kirigami -WWW= https://api.kde.org/frameworks/kirigami-addons/html/ +COMMENT= Additional set of visual components for Kirigami framework +WWW= https://invent.kde.org/libraries/kirigami-addons LICENSE= LGPL20 diff --git a/x11-toolkits/kirigami-addons-qt6/distinfo b/x11-toolkits/kirigami-addons-qt6/distinfo index a3eef9a2af84..551167696bb0 100644 --- a/x11-toolkits/kirigami-addons-qt6/distinfo +++ b/x11-toolkits/kirigami-addons-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737112215 -SHA256 (KDE/kirigami-addons-1.7.0.tar.xz) = 7d854975185cf740de486d84f1e2ec3e4eadb66ac9fb897214cba9ab8cc492b1 -SIZE (KDE/kirigami-addons-1.7.0.tar.xz) = 1518680 +TIMESTAMP = 1748203592 +SHA256 (KDE/kirigami-addons-1.8.1.tar.xz) = 00028ae4df99e250518345ea28d9cdf49d700e9acac482734bb51384da11f945 +SIZE (KDE/kirigami-addons-1.8.1.tar.xz) = 2794940 diff --git a/x11-toolkits/kirigami-addons-qt6/pkg-plist b/x11-toolkits/kirigami-addons-qt6/pkg-plist index b7ab266aa790..5ae1a5d87111 100644 --- a/x11-toolkits/kirigami-addons-qt6/pkg-plist +++ b/x11-toolkits/kirigami-addons-qt6/pkg-plist @@ -67,6 +67,8 @@ lib/libKirigamiAddonsStatefulApp.so.6 %%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormDelegateSeparator.qml %%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormGridContainer.qml %%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormHeader.qml +%%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormIconDelegate.qml +%%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormLinkDelegate.qml %%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormPasswordFieldDelegate.qml %%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormPlaceholderMessageDelegate.qml %%QT_QMLDIR%%/org/kde/kirigamiaddons/formcard/FormRadioDelegate.qml @@ -186,6 +188,7 @@ share/locale/ka/LC_MESSAGES/kirigami-addons6.mo share/locale/ko/LC_MESSAGES/kirigami-addons6.mo share/locale/lt/LC_MESSAGES/kirigami-addons6.mo share/locale/lv/LC_MESSAGES/kirigami-addons6.mo +share/locale/nb/LC_MESSAGES/kirigami-addons6.mo share/locale/nl/LC_MESSAGES/kirigami-addons6.mo share/locale/nn/LC_MESSAGES/kirigami-addons6.mo share/locale/pl/LC_MESSAGES/kirigami-addons6.mo diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 32e1283c9b0b..300fcc5797e8 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,5 +1,5 @@ PORTNAME= icewm -PORTVERSION= 3.7.4 +PORTVERSION= 3.7.5 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index a6fffaf203ca..4d8fb4c9b5ef 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745261393 -SHA256 (icewm-3.7.4.tar.lz) = e248e299616f417f5051423ea65a15668b71c1fdc9b5e477b47b1e80db3a7724 -SIZE (icewm-3.7.4.tar.lz) = 1867179 +TIMESTAMP = 1748200620 +SHA256 (icewm-3.7.5.tar.lz) = 7457ec08fa74a101b077f391d60f901a77919dcc83a2940992f1f88cd7ec840a +SIZE (icewm-3.7.5.tar.lz) = 1867161 diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 69f55b7c9142..41fd6062522a 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,5 +1,5 @@ PORTNAME= sway -DISTVERSION= 1.11-rc3 +DISTVERSION= 1.11-rc4 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index d0ac493e681e..525570b94901 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747605409 -SHA256 (swaywm-sway-1.11-rc3_GH0.tar.gz) = 14631816709c9d0e8c986746298f803a5842603d3f0782adb1e953faf855e6e0 -SIZE (swaywm-sway-1.11-rc3_GH0.tar.gz) = 5583438 +TIMESTAMP = 1748208837 +SHA256 (swaywm-sway-1.11-rc4_GH0.tar.gz) = 72edfde2ba111fae327ad42bd53d51d4d659ff61d6d1afd074250b14f2229064 +SIZE (swaywm-sway-1.11-rc4_GH0.tar.gz) = 5583807 diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index acd57826d0d8..d4c397c5d4b0 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \ simde>=0.7.6:devel/simde \ sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \ - wayland-protocols>=0:graphics/wayland-protocols + wayland-protocols>=0:graphics/wayland-protocols \ + roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libdbus-1.so:devel/dbus \ libepoll-shim-interpose.so:devel/libepoll-shim \ @@ -49,7 +50,7 @@ SHEBANG_GLOB= *.py GO_MODULE= github.com/kovidgoyal/kitty -MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 +MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 BUILD_DOCS=yes TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}" TEST_TARGET= test @@ -69,9 +70,7 @@ _STRIP_TARGETS= kitty/fast_data_types.so kitty/glfw-x11.so \ _EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf -DOCS_MAKE_ENV= BUILD_DOCS=yes +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> diff --git a/x11/kitty/files/patch-glfw_wl__platform.h b/x11/kitty/files/patch-glfw_wl__platform.h new file mode 100644 index 000000000000..20b93b4ec22e --- /dev/null +++ b/x11/kitty/files/patch-glfw_wl__platform.h @@ -0,0 +1,13 @@ +--- glfw/wl_platform.h.orig 1979-11-29 21:00:00 UTC ++++ glfw/wl_platform.h +@@ -130,6 +130,10 @@ typedef enum WaylandWindowState { + TOPLEVEL_STATE_TILED_TOP = 64, + TOPLEVEL_STATE_TILED_BOTTOM = 128, + TOPLEVEL_STATE_SUSPENDED = 256, ++ TOPLEVEL_STATE_CONSTRAINED_LEFT = 512, ++ TOPLEVEL_STATE_CONSTRAINED_RIGHT = 1024, ++ TOPLEVEL_STATE_CONSTRAINED_TOP = 2048, ++ TOPLEVEL_STATE_CONSTRAINED_BOTTOM = 4096, + } WaylandWindowState; + + typedef struct glfw_wl_xdg_activation_request { diff --git a/x11/kitty/files/patch-glfw_wl__window.c b/x11/kitty/files/patch-glfw_wl__window.c new file mode 100644 index 000000000000..a3da370467c2 --- /dev/null +++ b/x11/kitty/files/patch-glfw_wl__window.c @@ -0,0 +1,15 @@ +--- glfw/wl_window.c.orig 1979-11-29 21:00:00 UTC ++++ glfw/wl_window.c +@@ -679,6 +679,12 @@ xdgToplevelHandleConfigure(void* data, + #ifdef XDG_TOPLEVEL_STATE_SUSPENDED_SINCE_VERSION + C(TOPLEVEL_STATE_SUSPENDED); + #endif ++#ifdef XDG_TOPLEVEL_STATE_CONSTRAINED_LEFT_SINCE_VERSION ++ C(TOPLEVEL_STATE_CONSTRAINED_LEFT); ++ C(TOPLEVEL_STATE_CONSTRAINED_RIGHT); ++ C(TOPLEVEL_STATE_CONSTRAINED_TOP); ++ C(TOPLEVEL_STATE_CONSTRAINED_BOTTOM); ++#endif + #undef C + } + } diff --git a/x11/plank/Makefile b/x11/plank/Makefile index 0a732bc92897..e5c759321aae 100644 --- a/x11/plank/Makefile +++ b/x11/plank/Makefile @@ -1,5 +1,5 @@ PORTNAME= plank -DISTVERSION= 0.11.114 +DISTVERSION= 0.11.128 CATEGORIES= x11 MAINTAINER= daniel@shafer.cc @@ -31,7 +31,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= DBUSMENU DBUSMENU_DESC= DBusMenu protocol -MESON_ARGS= -Dproduction_release=true \ +MESON_ARGS= -Dproduction-release=true \ -Denable-apport=false \ -Denable-barriers=yes diff --git a/x11/plank/distinfo b/x11/plank/distinfo index 540529198b70..3ce955321297 100644 --- a/x11/plank/distinfo +++ b/x11/plank/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743245359 -SHA256 (zquestz-plank-reloaded-0.11.114_GH0.tar.gz) = 3521c6e8c6f3fc1eca431eed9f73b53dccee0c122ea865220cf0f1717dde2fc9 -SIZE (zquestz-plank-reloaded-0.11.114_GH0.tar.gz) = 597596 +TIMESTAMP = 1748093572 +SHA256 (zquestz-plank-reloaded-0.11.128_GH0.tar.gz) = 8d4e8ef4bd97d68bf10dbec6bd2694d9b82fa35701827b3276a3360daa4d68e1 +SIZE (zquestz-plank-reloaded-0.11.128_GH0.tar.gz) = 648220 diff --git a/x11/plank/pkg-plist b/x11/plank/pkg-plist index b4f4416355ed..796b3f82d756 100644 --- a/x11/plank/pkg-plist +++ b/x11/plank/pkg-plist @@ -88,6 +88,8 @@ share/metainfo/plank.appdata.xml %%DATADIR%%/themes/Default/dock.theme %%DATADIR%%/themes/Matte-Light/dock.theme %%DATADIR%%/themes/Matte/dock.theme +%%DATADIR%%/themes/Minimal-Light/dock.theme +%%DATADIR%%/themes/Minimal/dock.theme %%DATADIR%%/themes/Transparent/dock.theme share/vala/vapi/plank.deps share/vala/vapi/plank.vapi diff --git a/x11/py-waypaper/Makefile b/x11/py-waypaper/Makefile index cdede4ec3ae4..a53743365102 100644 --- a/x11/py-waypaper/Makefile +++ b/x11/py-waypaper/Makefile @@ -1,5 +1,5 @@ PORTNAME= waypaper -DISTVERSION= 2.5 +DISTVERSION= 2.6 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11/py-waypaper/distinfo b/x11/py-waypaper/distinfo index d86f48fdec9e..d6d052550c50 100644 --- a/x11/py-waypaper/distinfo +++ b/x11/py-waypaper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739725793 -SHA256 (waypaper-2.5.tar.gz) = bb378893d550e6eb7b3bf3a53f19ab0dc2b6f6fd5c958fb6eff6e284b09189fe -SIZE (waypaper-2.5.tar.gz) = 45727 +TIMESTAMP = 1748189559 +SHA256 (waypaper-2.6.tar.gz) = fdbf92200606026bf6f42ffff13ea608c0e5621f611a19be062466f96658ba85 +SIZE (waypaper-2.6.tar.gz) = 48645 |