diff --git a/.portsignore b/.portsignore index b3c22a2bef36..48794393dcc8 100644 --- a/.portsignore +++ b/.portsignore @@ -1773,6 +1773,7 @@ devel/bitkeeper devel/blitz devel/bugzilla44 devel/bugzilla50 +devel/bustle devel/cargo-depgraph devel/cc65 devel/cervisia @@ -9697,6 +9698,7 @@ x11-themes/numix-icon-theme-circle x11-themes/openbox-arc-theme x11-themes/oxygen-icons x11-themes/papirus-icon-theme +x11-themes/plasma6-aurorae x11-themes/plasma6-breeze x11-themes/plasma6-breeze-gtk x11-themes/plasma6-kde-gtk-config @@ -10083,6 +10085,7 @@ x11-wm/picom x11-wm/piewm x11-wm/plasma6-kdecoration x11-wm/plasma6-kwin +x11-wm/plasma6-kwin-x11 x11-wm/pwm x11-wm/qtile x11-wm/ratpoison diff --git a/MOVED b/MOVED index 19872411def1..eec25c2e3490 100644 --- a/MOVED +++ b/MOVED @@ -4616,8 +4616,8 @@ devel/py-openapi-codec|devel/py-openapi-core|2025-06-30|Has expired: Upstream ar devel/linenoise-ng||2025-06-30|Has expired: Upstream repo archived Oct 28, 2020 devel/libflatarray||2025-06-30|Has expired: Last activity from upstream 5 years ago and last release in 2016 devel/bogofilter-bdb||2025-06-30|Has expired: The Berkeley DB interface is obsolete. Read UPDATING and use one of the other devel/bogofilter* ports instead -misc/e2fsprogs-libuuid||2025-06-30|Use misc/libuuid (from util-linux) instead -filesystems/e2fsprogs-libblkid||2025-06-30|Use filesystems/libblkid (from util-linux) instead +misc/e2fsprogs-libuuid|misc/libuuid|2025-06-30|Replaced by util-linux based libuuid +filesystems/e2fsprogs-libblkid|filesystems/libblkid|2025-06-30|Replaced by util-linux based libblkid graphics/rigsofrods-pagedgeometry|graphics/pagedgeometry|2025-06-30|Switch to the upstream version net/net6||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020 devel/py-coreapi|devel/py-openapi-core|2025-06-30|Has expired: Upstream archived the repository. Please use devel/py-openapi-core instead @@ -4641,3 +4641,9 @@ devel/rubygem-aws-sdk-nimblestudio||2025-06-30|Remove obsoleted port devel/rubygem-aws-sdk-privatenetworks||2025-06-30|Remove obsoleted port devel/rubygem-aws-sdk-ssooidc||2025-06-30|Remove obsoleted port devel/rubygem-aws-sdk-worklink||2025-06-30|Remove obsoleted port +lang/linux-dotnet11-sdk||2025-07-01|Removed: Depends on expired lang/linux-dotnet11-runtime, MASTER_SITES gone +lang/linux-dotnet10-runtime||2025-07-01|Has expired: Ancient version, no practical use +lang/linux-dotnet11-runtime||2025-07-01|Has expired: Ancient version, no practical use +lang/linux-dotnet-sdk||2025-07-01|Removed: Depends on expired lang/linux-dotnet-runtime, MASTER_SITES gone +lang/linux-dotnet-runtime||2025-07-01|Has expired: Ancient version, no practical use +lang/linux-dotnet-cli||2025-07-01|Removed, depends on removed lang/linux-dotnet-runtime diff --git a/Mk/Features/ssp.mk b/Mk/Features/ssp.mk index d7fa51b9c700..d05477782d77 100644 --- a/Mk/Features/ssp.mk +++ b/Mk/Features/ssp.mk @@ -17,6 +17,5 @@ SSP_Include_MAINTAINER= portmgr@ServBSD.org # Overridable as a user may want to use -fstack-protector-all SSP_CFLAGS?= -fstack-protector-strong CFLAGS+= ${SSP_CFLAGS} -LDFLAGS+= ${SSP_CFLAGS} . endif .endif diff --git a/Mk/Scripts/check_have_symbols.sh b/Mk/Scripts/check_have_symbols.sh index ee3095dabf74..652c975109dd 100644 --- a/Mk/Scripts/check_have_symbols.sh +++ b/Mk/Scripts/check_have_symbols.sh @@ -1,7 +1,6 @@ #!/bin/sh set -eu -set -o pipefail # the 3 implementations of readelf we can use have different output, but they all have a similarity # for the .gnu.version_d section they all have the symbol version in last element of their output diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index 19b0ac1e294e..f5325f39afdb 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc} CARGO_BUILDDEP?= yes . if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.87.0:lang/${RUST_DEFAULT} +BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.88.0:lang/${RUST_DEFAULT} . elif ${CARGO_BUILDDEP:tl} == "any-version" BUILD_DEPENDS+= ${RUST_DEFAULT}>=0:lang/${RUST_DEFAULT} . endif diff --git a/Mk/Uses/mlt.mk b/Mk/Uses/mlt.mk index da70a759d558..2cf044dcad0a 100644 --- a/Mk/Uses/mlt.mk +++ b/Mk/Uses/mlt.mk @@ -37,7 +37,7 @@ _MLT_NODEPEND= yes . endif # Library dependencies -_MLT7_VERSION= 7.30.0 +_MLT7_VERSION= 7.32.0 _MLT7_PORTNAME= mlt7 _MLT7_LIB= libmlt-7.so _MLT7_MELT= ${LOCALBASE}/bin/melt-7 diff --git a/Mk/Uses/php.mk b/Mk/Uses/php.mk index 9d5568e05047..d6b59898cb5b 100644 --- a/Mk/Uses/php.mk +++ b/Mk/Uses/php.mk @@ -110,7 +110,7 @@ DIST_SUBDIR= PECL PHPBASE?= ${LOCALBASE} -_ALL_PHP_VERSIONS= 81 82 83 84 +_ALL_PHP_VERSIONS= 81 82 83 84 85 # Make the already installed PHP the default one. . if exists(${PHPBASE}/etc/php.conf) @@ -179,7 +179,10 @@ PHP_VER= ${FLAVOR:S/^php//} (${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]}) # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${PHP_VER} == 84 +. if ${PHP_VER} == 85 +PHP_EXT_DIR= 20240925 +PHP_EXT_INC= hash json openssl pcre random spl +. elif ${PHP_VER} == 84 PHP_EXT_DIR= 20240924 PHP_EXT_INC= hash json openssl pcre random spl . elif ${PHP_VER} == 83 @@ -387,6 +390,7 @@ _USE_PHP_VER81= ${_USE_PHP_ALL} _USE_PHP_VER82= ${_USE_PHP_ALL} _USE_PHP_VER83= ${_USE_PHP_ALL} _USE_PHP_VER84= ${_USE_PHP_ALL} +_USE_PHP_VER85= ${_USE_PHP_ALL} bcmath_DEPENDS= math/php${PHP_VER}-bcmath bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index ee71e33b29cd..53a28a53617d 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -128,7 +128,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} . endif # Possible values: 13, 14, 15, 16, 17 PGSQL_DEFAULT?= 17 -# Possible values: 8.1, 8.2, 8.3, 8.4 +# Possible values: 8.1, 8.2, 8.3, 8.4, 8.5 PHP_DEFAULT?= 8.3 # Possible values: rust, legacy . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 744e86d99db4..7b7e8c0a76d4 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1171,14 +1171,6 @@ _OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1/} . if !defined(_PKG_VERSION) _PKG_VERSION!= ${PKG_BIN} -v . endif -# XXX hack for smooth transition towards pkg 1.17 -_PKG_BEFORE_PKGEXT!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} 1.17.0 -. if ${_PKG_BEFORE_PKGEXT} == "<" -_PKG_TRANSITIONING_TO_NEW_EXT= yes -_EXPORTED_VARS+= _PKG_TRANSITIONING_TO_NEW_EXT -WARNING+= "It is strongly recommended to upgrade to a newer version of pkg first" -. endif -# XXX End of hack _PKG_STATUS!= ${PKG_VERSION} -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION} . if ${_PKG_STATUS} == "<" IGNORE= pkg(8) must be version ${MINIMAL_PKG_VERSION} or greater, but you have ${_PKG_VERSION}. You must upgrade the ${PKG_ORIGIN} port first @@ -2131,20 +2123,11 @@ TMPPLIST?= ${WRKDIR}/.PLIST.mktmp _PLIST?= ${WRKDIR}/.PLIST # backward compatibility for users -. if defined(_PKG_TRANSITIONING_TO_NEW_EXT) -. if defined(PKG_NOCOMPRESS) -PKG_SUFX?= .tar -. else -PKG_SUFX?= .txz -. endif -PKG_COMPRESSION_FORMAT?= ${PKG_SUFX:S/.//} -. else -. if defined(PKG_SUFX) +. if defined(PKG_SUFX) PKG_COMPRESSION_FORMAT?= ${PKG_SUFX:S/.//} WARNING+= "PKG_SUFX is defined, it should be replaced with PKG_COMPRESSION_FORMAT" -. endif -PKG_SUFX= .pkg . endif +PKG_SUFX= .pkg . if defined(PKG_NOCOMPRESS) PKG_COMPRESSION_FORMAT?= tar . else @@ -3365,18 +3348,6 @@ _EXTRA_PACKAGE_TARGET_DEP+= ${PKGLATESTFILE} ${PKGLATESTFILE}: ${PKGFILE} ${PKGLATESTREPOSITORY} ${INSTALL} -l rs ${PKGFILE} ${PKGLATESTFILE} -. if !defined(_PKG_TRANSITIONING_TO_NEW_EXT) && ${PKG_COMPRESSION_FORMAT} == txz -_EXTRA_PACKAGE_TARGET_DEP+= ${PKGOLDLATESTFILE} ${PKGOLDSIGFILE} - -${PKGOLDLATESTFILE}: ${PKGFILE} ${PKGLATESTREPOSITORY} - ${INSTALL} -l rs ${PKGFILE} ${PKGOLDLATESTFILE} - -# Temporary workaround to be deleted once every supported version of FreeBSD -# have a bootstrap which handles the pkg extension. - -${PKGOLDSIGFILE}: ${PKGLATESTREPOSITORY} - ${INSTALL} -l rs pkg.pkg.sig ${PKGOLDSIGFILE} -. endif . endif . endif diff --git a/archivers/Makefile b/archivers/Makefile index f5cdfce94e00..e1fa15f03bb3 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -137,6 +137,10 @@ SUBDIR += php84-phar SUBDIR += php84-zip SUBDIR += php84-zlib + SUBDIR += php85-bz2 + SUBDIR += php85-phar + SUBDIR += php85-zip + SUBDIR += php85-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plakar diff --git a/archivers/ouch/Makefile b/archivers/ouch/Makefile index b9c576d551ef..138a18b4ae7c 100644 --- a/archivers/ouch/Makefile +++ b/archivers/ouch/Makefile @@ -1,6 +1,6 @@ PORTNAME= ouch DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/php85-bz2/Makefile b/archivers/php85-bz2/Makefile new file mode 100644 index 000000000000..87562c741e29 --- /dev/null +++ b/archivers/php85-bz2/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-phar/Makefile b/archivers/php85-phar/Makefile new file mode 100644 index 000000000000..a3fbf377f61c --- /dev/null +++ b/archivers/php85-phar/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -phar + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-phar/files/patch-config.m4 b/archivers/php85-phar/files/patch-config.m4 new file mode 100644 index 000000000000..13ba9cf818b4 --- /dev/null +++ b/archivers/php85-phar/files/patch-config.m4 @@ -0,0 +1,11 @@ +--- config.m4.orig 2025-07-01 21:58:05 UTC ++++ config.m4 +@@ -32,8 +32,4 @@ if test "$PHP_PHAR" != "no"; then + PHP_ADD_EXTENSION_DEP(phar, spl) + PHP_ADD_MAKEFILE_FRAGMENT + +- AC_CONFIG_FILES([ +- $ext_dir/phar.1 +- $ext_dir/phar.phar.1 +- ]) + fi diff --git a/archivers/php85-phar/files/patch-phar__path__check.c b/archivers/php85-phar/files/patch-phar__path__check.c new file mode 100644 index 000000000000..8e599176ec86 --- /dev/null +++ b/archivers/php85-phar/files/patch-phar__path__check.c @@ -0,0 +1,241 @@ +--- phar_path_check.c.orig 2025-07-02 12:00:06 UTC ++++ phar_path_check.c +@@ -0,0 +1,238 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | phar php single-file executable PHP extension | ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Authors: Marcus Boerger | ++ +----------------------------------------------------------------------+ ++*/ ++ ++#include "phar_internal.h" ++ ++phar_path_check_result phar_path_check(char **s, size_t *len, const char **error) ++{ ++ const unsigned char *p = (const unsigned char*)*s; ++ const unsigned char *m; ++ ++ if (*len == 1 && *p == '.') { ++ *error = "current directory reference"; ++ return pcr_err_curr_dir; ++ } else if (*len == 2 && p[0] == '.' && p[1] == '.') { ++ *error = "upper directory reference"; ++ return pcr_err_up_dir; ++ } ++ ++#define YYCTYPE unsigned char ++#define YYCURSOR p ++#define YYLIMIT p+*len ++#define YYMARKER m ++#define YYFILL(n) do {} while (0) ++ ++loop: ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4); ++ yych = *YYCURSOR; ++ if (yych <= '[') { ++ if (yych <= ')') { ++ if (yych <= '\f') { ++ if (yych >= 0x01) goto yy1; ++ } else { ++ if (yych <= '\r') goto yy3; ++ if (yych <= 0x19) goto yy1; ++ goto yy4; ++ } ++ } else { ++ if (yych <= '/') { ++ if (yych <= '*') goto yy6; ++ if (yych <= '.') goto yy4; ++ goto yy7; ++ } else { ++ if (yych == '?') goto yy8; ++ goto yy4; ++ } ++ } ++ } else { ++ if (yych <= 0xEC) { ++ if (yych <= 0xC1) { ++ if (yych <= '\\') goto yy9; ++ if (yych <= 0x7F) goto yy4; ++ goto yy1; ++ } else { ++ if (yych <= 0xDF) goto yy10; ++ if (yych <= 0xE0) goto yy11; ++ goto yy12; ++ } ++ } else { ++ if (yych <= 0xF0) { ++ if (yych <= 0xED) goto yy13; ++ if (yych <= 0xEF) goto yy12; ++ goto yy14; ++ } else { ++ if (yych <= 0xF3) goto yy15; ++ if (yych <= 0xF4) goto yy16; ++ goto yy1; ++ } ++ } ++ } ++ ++YYCURSOR; ++ { ++ if (**s == '/') { ++ (*s)++; ++ (*len)--; ++ } ++ if ((p - (const unsigned char*)*s) - 1 != *len) ++ { ++ *error ="illegal character"; ++ return pcr_err_illegal_char; ++ } ++ *error = NULL; ++ return pcr_is_ok; ++ } ++yy1: ++ ++YYCURSOR; ++yy2: ++ { ++ *error ="illegal character"; ++ return pcr_err_illegal_char; ++ } ++yy3: ++ yych = *++YYCURSOR; ++ if (yych == '\n') goto yy1; ++ goto yy2; ++yy4: ++ ++YYCURSOR; ++yy5: ++ { ++ goto loop; ++ } ++yy6: ++ ++YYCURSOR; ++ { ++ *error = "star"; ++ return pcr_err_star; ++ } ++yy7: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= '-') goto yy5; ++ if (yych <= '.') goto yy17; ++ if (yych <= '/') goto yy19; ++ goto yy5; ++yy8: ++ ++YYCURSOR; ++ { ++ if (**s == '/') { ++ (*s)++; ++ } ++ *len = (p - (const unsigned char*)*s) -1; ++ *error = NULL; ++ return pcr_use_query; ++ } ++yy9: ++ ++YYCURSOR; ++ { ++ *error = "back-slash"; ++ return pcr_err_back_slash; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0xBF) goto yy4; ++ goto yy2; ++yy11: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x9F) goto yy2; ++ if (yych <= 0xBF) goto yy20; ++ goto yy2; ++yy12: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0xBF) goto yy20; ++ goto yy2; ++yy13: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0x9F) goto yy20; ++ goto yy2; ++yy14: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x8F) goto yy2; ++ if (yych <= 0xBF) goto yy21; ++ goto yy2; ++yy15: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0xBF) goto yy21; ++ goto yy2; ++yy16: ++ yyaccept = 1; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x7F) goto yy2; ++ if (yych <= 0x8F) goto yy21; ++ goto yy2; ++yy17: ++ yych = *++YYCURSOR; ++ if (yych <= 0x00) goto yy22; ++ if (yych <= '-') goto yy18; ++ if (yych <= '.') goto yy23; ++ if (yych <= '/') goto yy22; ++yy18: ++ YYCURSOR = YYMARKER; ++ if (yyaccept == 0) { ++ goto yy5; ++ } else { ++ goto yy2; ++ } ++yy19: ++ ++YYCURSOR; ++ { ++ *error = "double slash"; ++ return pcr_err_double_slash; ++ } ++yy20: ++ yych = *++YYCURSOR; ++ if (yych <= 0x7F) goto yy18; ++ if (yych <= 0xBF) goto yy4; ++ goto yy18; ++yy21: ++ yych = *++YYCURSOR; ++ if (yych <= 0x7F) goto yy18; ++ if (yych <= 0xBF) goto yy20; ++ goto yy18; ++yy22: ++ ++YYCURSOR; ++ { ++ *error = "current directory reference"; ++ return pcr_err_curr_dir; ++ } ++yy23: ++ yych = *++YYCURSOR; ++ if (yych <= 0x00) goto yy24; ++ if (yych != '/') goto yy18; ++yy24: ++ ++YYCURSOR; ++ { ++ *error = "upper directory reference"; ++ return pcr_err_up_dir; ++ } ++} ++ ++} diff --git a/archivers/php85-zip/Makefile b/archivers/php85-zip/Makefile new file mode 100644 index 000000000000..d8a586997669 --- /dev/null +++ b/archivers/php85-zip/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-zlib/Makefile b/archivers/php85-zlib/Makefile new file mode 100644 index 000000000000..20f98d859d51 --- /dev/null +++ b/archivers/php85-zlib/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php85-zlib/files/patch-zlib.c b/archivers/php85-zlib/files/patch-zlib.c new file mode 100644 index 000000000000..fb0e9e44311a --- /dev/null +++ b/archivers/php85-zlib/files/patch-zlib.c @@ -0,0 +1,10 @@ +--- zlib.c.orig 2023-06-06 15:54:29 UTC ++++ zlib.c +@@ -1380,6 +1380,7 @@ static PHP_MSHUTDOWN_FUNCTION(zlib) + /* {{{ PHP_RINIT_FUNCTION */ + static PHP_RINIT_FUNCTION(zlib) + { ++ ZLIBG(output_compression) = 0; + ZLIBG(compression_coding) = 0; + if (!ZLIBG(handler_registered)) { + ZLIBG(output_compression) = ZLIBG(output_compression_default); diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile index 127cbedc0116..2848e2e56c6e 100644 --- a/archivers/py-cramjam/Makefile +++ b/archivers/py-cramjam/Makefile @@ -1,6 +1,6 @@ PORTNAME= cramjam PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index cf4e6f590bec..21622f81e589 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebur128 DISTVERSION= 0.1.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile index 402d00a42e3d..e9327cdaa822 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -1,12 +1,12 @@ PORTNAME= lewton DISTVERSION= 0.10.2 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 05f96f6e6976.patch:-p1 # https://github.com/RustAudio/lewton/pull/97 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rust vorbis decoder WWW= https://github.com/RustAudio/lewton diff --git a/audio/libdiscid/Makefile b/audio/libdiscid/Makefile index fd65ff8e1424..79d64fa9e3c8 100644 --- a/audio/libdiscid/Makefile +++ b/audio/libdiscid/Makefile @@ -1,14 +1,10 @@ PORTNAME= libdiscid -PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.6.5 CATEGORIES= audio MASTER_SITES= https://github.com/metabrainz/${PORTNAME}/releases/download/v${PORTVERSION}/ \ http://ftp.osuosl.org/pub/musicbrainz/${PORTNAME}/ \ http://ftp.eu.metabrainz.org/pub/musicbrainz/${PORTNAME}/ -PATCH_SITES= https://github.com/metabrainz/libdiscid/commit/ -PATCHFILES= b89c14599fd8798eef64431bb05e8705aaaea683.patch:-p1 #Fix pkgconfig file (PR: 269990) - MAINTAINER= jhale@FreeBSD.org COMMENT= Library for creating MusicBrainz DiscIDs WWW= https://musicbrainz.org/doc/libdiscid diff --git a/audio/libdiscid/distinfo b/audio/libdiscid/distinfo index 5b4851b8cfb3..27c0f9ac69f4 100644 --- a/audio/libdiscid/distinfo +++ b/audio/libdiscid/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1678126118 -SHA256 (libdiscid-0.6.4.tar.gz) = dd5e8f1c9aead442e23b749a9cc9336372e62e88ad7079a2b62895b0390cb282 -SIZE (libdiscid-0.6.4.tar.gz) = 393070 -SHA256 (b89c14599fd8798eef64431bb05e8705aaaea683.patch) = d4ada5e46557aeebed18e7e1350227907ce7efd6880360ac195a61746c981b45 -SIZE (b89c14599fd8798eef64431bb05e8705aaaea683.patch) = 1048 +TIMESTAMP = 1751063727 +SHA256 (libdiscid-0.6.5.tar.gz) = 72dbb493e07336418fe2056f0ebc7ce544eedb500bb896cc1cc04bd078c2d530 +SIZE (libdiscid-0.6.5.tar.gz) = 396307 diff --git a/audio/libdiscid/pkg-plist b/audio/libdiscid/pkg-plist index 8b91ad87e3a5..3209b7c4816a 100644 --- a/audio/libdiscid/pkg-plist +++ b/audio/libdiscid/pkg-plist @@ -1,5 +1,5 @@ include/discid/discid.h lib/libdiscid.so lib/libdiscid.so.0 -lib/libdiscid.so.0.6.4 +lib/libdiscid.so.0.6.5 libdata/pkgconfig/libdiscid.pc diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile index b11209d12bf8..c975b89097c9 100644 --- a/audio/mmtc/Makefile +++ b/audio/mmtc/Makefile @@ -1,7 +1,7 @@ PORTNAME= mmtc DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile index 0d2b457cb0a9..bf5e4aede38b 100644 --- a/audio/netease-music-tui/Makefile +++ b/audio/netease-music-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= netease-music-tui DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index 759d6dace38f..ab404cb08f2a 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 4c70019bd4c5..dcda4fc31da1 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,5 +1,5 @@ PORTNAME= taglib -DISTVERSION= 2.1 +DISTVERSION= 2.1.1 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://taglib.org/releases/ @@ -20,11 +20,13 @@ USES= cmake:testing compiler:c++17-lang cpe pathfix USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_CXX_VISIBILITY_PRESET=hidden -CMAKE_OFF= BUILD_TESTING CMAKE_ON= VISIBILITY_HIDDEN +CMAKE_OFF= BUILD_TESTING CMAKE_TESTING_TARGET= check +PLIST_SUB= SHLIB_VERSION=${DISTVERSION} + OPTIONS_DEFINE= STATIC OPTIONS_SUB= yes diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo index 27d076775614..74c22f313c79 100644 --- a/audio/taglib/distinfo +++ b/audio/taglib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748765137 -SHA256 (taglib-2.1.tar.gz) = 95b788b39eaebab41f7e6d1c1d05ceee01a5d1225e4b6d11ed8976e96ba90b0c -SIZE (taglib-2.1.tar.gz) = 1485749 +TIMESTAMP = 1751585437 +SHA256 (taglib-2.1.1.tar.gz) = 3716d31f7c83cbf17b67c8cf44dd82b2a2f17e6780472287a16823e70305ddba +SIZE (taglib-2.1.1.tar.gz) = 1522929 diff --git a/audio/taglib/pkg-plist b/audio/taglib/pkg-plist index f6257f648ad7..74e34aabe288 100644 --- a/audio/taglib/pkg-plist +++ b/audio/taglib/pkg-plist @@ -123,10 +123,10 @@ lib/cmake/taglib/taglib-targets.cmake %%STATIC%%lib/libtag.a %%NO_STATIC%%lib/libtag.so %%NO_STATIC%%lib/libtag.so.2 -%%NO_STATIC%%lib/libtag.so.2.1.0 +%%NO_STATIC%%lib/libtag.so.%%SHLIB_VERSION%% %%STATIC%%lib/libtag_c.a %%NO_STATIC%%lib/libtag_c.so %%NO_STATIC%%lib/libtag_c.so.2 -%%NO_STATIC%%lib/libtag_c.so.2.1.0 +%%NO_STATIC%%lib/libtag_c.so.%%SHLIB_VERSION%% libdata/pkgconfig/taglib.pc libdata/pkgconfig/taglib_c.pc diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index ed5b14cb8f71..7b2ecab70d98 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.19.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index 9d3359c762e4..1e210cec7892 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,7 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 180c4dddd679..a1675a718bf9 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmodbus DISTVERSIONPREFIX= v -DISTVERSION= 3.1.8 +DISTVERSION= 3.1.11 CATEGORIES= comms MAINTAINER= bofh@FreeBSD.org @@ -26,10 +26,10 @@ OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= go-md2man:textproc/go-md2man post-install-MANPAGES-on: - go-md2man -in docs/index.md | gzip > ${STAGEDIR}${PREFIX}/share/man/man7/libmodbus.7.gz + go-md2man -in docs/index.md | ${GZIP_CMD} > ${STAGEDIR}${PREFIX}/share/man/man7/libmodbus.7.gz for files in `${FIND} ${WRKSRC}/docs -type f -name 'modbus*.md'`; do \ basefiles=`basename $${files} .md`; \ - go-md2man -in $${files} | gzip > ${STAGEDIR}${PREFIX}/share/man/man3/$${basefiles}.3.gz; \ + go-md2man -in $${files} | ${GZIP_CMD} > ${STAGEDIR}${PREFIX}/share/man/man3/$${basefiles}.3.gz; \ done .include diff --git a/comms/libmodbus/distinfo b/comms/libmodbus/distinfo index 3a419fbabbb9..c2b0667637d2 100644 --- a/comms/libmodbus/distinfo +++ b/comms/libmodbus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751271066 -SHA256 (stephane-libmodbus-v3.1.8_GH0.tar.gz) = 4cabc5dc01b2faab853474c5d9db6386d04f37a476f843e239bff25480310adb -SIZE (stephane-libmodbus-v3.1.8_GH0.tar.gz) = 201697 +TIMESTAMP = 1751555493 +SHA256 (stephane-libmodbus-v3.1.11_GH0.tar.gz) = 8a750452ef86a53de6cec6fbca67bd5be08d0a1e87278a422fbce3003fd42d99 +SIZE (stephane-libmodbus-v3.1.11_GH0.tar.gz) = 207911 diff --git a/comms/libmodbus/files/patch-src_modbus-tcp.c b/comms/libmodbus/files/patch-src_modbus-tcp.c new file mode 100644 index 000000000000..1d317dedc173 --- /dev/null +++ b/comms/libmodbus/files/patch-src_modbus-tcp.c @@ -0,0 +1,11 @@ +--- src/modbus-tcp.c.orig 2025-07-03 21:07:28 UTC ++++ src/modbus-tcp.c +@@ -257,7 +257,7 @@ static int _modbus_tcp_set_ipv4_options(int s) + #endif + #endif + +-#ifndef OS_WIN32 ++#if !defined(OS_WIN32) && !defined(__FreeBSD__) + /** + * Cygwin defines IPTOS_LOWDELAY but can't handle that flag so it's + * necessary to workaround that problem. diff --git a/comms/libmodbus/pkg-plist b/comms/libmodbus/pkg-plist index 565ac8cd371c..31d6a3334b83 100644 --- a/comms/libmodbus/pkg-plist +++ b/comms/libmodbus/pkg-plist @@ -8,6 +8,8 @@ lib/libmodbus.so.5.1.0 libdata/pkgconfig/libmodbus.pc %%MANPAGES%%share/man/man3/modbus_close.3.gz %%MANPAGES%%share/man/man3/modbus_connect.3.gz +%%MANPAGES%%share/man/man3/modbus_disable_quirks.3.gz +%%MANPAGES%%share/man/man3/modbus_enable_quirks.3.gz %%MANPAGES%%share/man/man3/modbus_flush.3.gz %%MANPAGES%%share/man/man3/modbus_free.3.gz %%MANPAGES%%share/man/man3/modbus_get_byte_from_bits.3.gz @@ -46,6 +48,7 @@ libdata/pkgconfig/libmodbus.pc %%MANPAGES%%share/man/man3/modbus_rtu_set_rts_delay.3.gz %%MANPAGES%%share/man/man3/modbus_rtu_set_serial_mode.3.gz %%MANPAGES%%share/man/man3/modbus_send_raw_request.3.gz +%%MANPAGES%%share/man/man3/modbus_send_raw_request_tid.3.gz %%MANPAGES%%share/man/man3/modbus_set_bits_from_byte.3.gz %%MANPAGES%%share/man/man3/modbus_set_bits_from_bytes.3.gz %%MANPAGES%%share/man/man3/modbus_set_byte_timeout.3.gz @@ -72,6 +75,5 @@ libdata/pkgconfig/libmodbus.pc %%MANPAGES%%share/man/man3/modbus_write_registers.3.gz %%MANPAGES%%share/man/man7/libmodbus.7.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/MIGRATION %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/comms/py-hid/Makefile b/comms/py-hid/Makefile index 7424a40f8d9a..57dee80cff33 100644 --- a/comms/py-hid/Makefile +++ b/comms/py-hid/Makefile @@ -1,21 +1,22 @@ PORTNAME= hid -DISTVERSION= 1.0.7 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nxjoseph@protonmail.com -COMMENT= Ctypes bindings to comms/hidapi +COMMENT= ctypes bindings for hidapi WWW= https://github.com/apmorton/pyhidapi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= hidapi>0:comms/hidapi +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= hidapi>=0:comms/hidapi USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/comms/py-hid/distinfo b/comms/py-hid/distinfo index ddfe3e917e16..80afeaf2e8d9 100644 --- a/comms/py-hid/distinfo +++ b/comms/py-hid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739656219 -SHA256 (hid-1.0.7.tar.gz) = 3f809e292ab52c4435ad1442c8ef205be4c9ca4eeb80fb47c7d98e0c75527b2a -SIZE (hid-1.0.7.tar.gz) = 4897 +TIMESTAMP = 1751375043 +SHA256 (hid-1.0.8.tar.gz) = 5ca129a7b9434ace5e3e429c1092a16792feffaf067a46b666e9c586872cdcfe +SIZE (hid-1.0.8.tar.gz) = 4967 diff --git a/converters/Makefile b/converters/Makefile index 73a8f530fd4c..458785323943 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -123,6 +123,8 @@ SUBDIR += php83-mbstring SUBDIR += php84-iconv SUBDIR += php84-mbstring + SUBDIR += php85-iconv + SUBDIR += php85-mbstring SUBDIR += psiconv SUBDIR += py-bencode.py SUBDIR += py-bencoder diff --git a/converters/php85-iconv/Makefile b/converters/php85-iconv/Makefile new file mode 100644 index 000000000000..a2243f5af6ce --- /dev/null +++ b/converters/php85-iconv/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -iconv + +.include "${MASTERDIR}/Makefile" diff --git a/converters/php85-mbstring/Makefile b/converters/php85-mbstring/Makefile new file mode 100644 index 000000000000..7389ede69b5d --- /dev/null +++ b/converters/php85-mbstring/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -mbstring + +.include "${MASTERDIR}/Makefile" diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index 8586ba909dfb..ceaed233a24c 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/databases/Makefile b/databases/Makefile index b4a218a4ca1e..fc2715e63108 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -576,6 +576,18 @@ SUBDIR += php84-pdo_sqlite SUBDIR += php84-pgsql SUBDIR += php84-sqlite3 + SUBDIR += php85-dba + SUBDIR += php85-mysqli + SUBDIR += php85-odbc + SUBDIR += php85-pdo + SUBDIR += php85-pdo_dblib + SUBDIR += php85-pdo_firebird + SUBDIR += php85-pdo_mysql + SUBDIR += php85-pdo_odbc + SUBDIR += php85-pdo_pgsql + SUBDIR += php85-pdo_sqlite + SUBDIR += php85-pgsql + SUBDIR += php85-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin diff --git a/databases/cego/Makefile b/databases/cego/Makefile index e3897f6ae745..bd58f9316592 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.10 +PORTVERSION= 2.52.12 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index a96077fb8524..634644d4288d 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750582416 -SHA256 (cego-2.52.10.tar.gz) = ab9b568f5a875f28b78941b7e6fe4b46fad3036d5f246f310c8946dd575359c4 -SIZE (cego-2.52.10.tar.gz) = 3321878 +TIMESTAMP = 1751547684 +SHA256 (cego-2.52.12.tar.gz) = a48a8d6f05a660be56cd7c96a63264806f7388384711a1d84d0eb1a32afd2162 +SIZE (cego-2.52.12.tar.gz) = 3380495 diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index d7903b93bee0..1d3f9023abf4 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,6 +1,7 @@ PORTNAME= diesel DISTVERSIONPREFIX= v DISTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/frece/Makefile b/databases/frece/Makefile index fe0c68108bc1..e153c3e018a6 100644 --- a/databases/frece/Makefile +++ b/databases/frece/Makefile @@ -1,7 +1,7 @@ PORTNAME= frece DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 219b1997805e..3d2da413694a 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.3 +DISTVERSION= 1.5.4 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/stable/ \ diff --git a/databases/freetds/distinfo b/databases/freetds/distinfo index 5f3285c47b2d..9bcef94b2f05 100644 --- a/databases/freetds/distinfo +++ b/databases/freetds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751266117 -SHA256 (freetds-1.5.3.tar.bz2) = 5cb66c46a60a83b8a2855e466148b6fa27962c7fd1dcb3f6e5d0ab17ec5ff6dd -SIZE (freetds-1.5.3.tar.bz2) = 2439435 +TIMESTAMP = 1751442687 +SHA256 (freetds-1.5.4.tar.bz2) = 1d024ef418d74a3a8f2cca82f10f1561f1dde28dc3d6f65c815f07764d4f7ea8 +SIZE (freetds-1.5.4.tar.bz2) = 2440514 diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index 3a4df9986c69..b972c867cda7 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobang DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha.5 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index 0b54ffa2fa64..b7e4a990921f 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 7.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile index 260c6f5aa3be..54c4447d8508 100644 --- a/databases/mongodb80/Makefile +++ b/databases/mongodb80/Makefile @@ -1,7 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 8.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 1bf49948ccf1..4ea15dad3773 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile index acfa26eec6d4..3e8e72b8c70c 100644 --- a/databases/pear-DoctrineCommon/Makefile +++ b/databases/pear-DoctrineCommon/Makefile @@ -10,6 +10,9 @@ WWW= https://www.doctrine-project.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer +EXPIRATION_DATE= 2025-08-04 + USES= pear PEAR_CHANNEL= doctrine NO_ARCH= yes diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile index 3001ec4f6a0e..0dab58d4cc7b 100644 --- a/databases/pear-DoctrineDBAL/Makefile +++ b/databases/pear-DoctrineDBAL/Makefile @@ -10,6 +10,9 @@ WWW= https://www.doctrine-project.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer +EXPIRATION_DATE= 2025-08-03 + RUN_DEPENDS= ${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \ ${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR} diff --git a/databases/php85-dba/Makefile b/databases/php85-dba/Makefile new file mode 100644 index 000000000000..764ffd7c7936 --- /dev/null +++ b/databases/php85-dba/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -dba + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-dba/files/patch-config.m4 b/databases/php85-dba/files/patch-config.m4 new file mode 100644 index 000000000000..7449b1a88029 --- /dev/null +++ b/databases/php85-dba/files/patch-config.m4 @@ -0,0 +1,25 @@ +--- config.m4.orig 2024-09-10 16:10:06 UTC ++++ config.m4 +@@ -433,6 +433,14 @@ if test "$PHP_DB4" != "no"; then + THIS_PREFIX=$i + THIS_INCLUDE=$i/include/db5.3/db.h + break ++ elif test -f "$i/include/db5/db.h"; then ++ THIS_PREFIX=$i ++ THIS_INCLUDE=$i/include/db5/db.h ++ break ++ elif test -f "$i/include/db18/db.h"; then ++ THIS_PREFIX=$i ++ THIS_INCLUDE=$i/include/db18/db.h ++ break + elif test -f "$i/include/db5.1/db.h"; then + THIS_PREFIX=$i + THIS_INCLUDE=$i/include/db5.1/db.h +@@ -480,6 +488,7 @@ if test "$PHP_DB4" != "no"; then + db-5.3 + db-5.1 + db-5.0 ++ db-5 + db-4.8 + db-4.7 + db-4.6 diff --git a/databases/php85-mysqli/Makefile b/databases/php85-mysqli/Makefile new file mode 100644 index 000000000000..77bd1f7f8a5d --- /dev/null +++ b/databases/php85-mysqli/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -mysqli + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-odbc/Makefile b/databases/php85-odbc/Makefile new file mode 100644 index 000000000000..415b461599c9 --- /dev/null +++ b/databases/php85-odbc/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -odbc + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-odbc/files/patch-config.m4 b/databases/php85-odbc/files/patch-config.m4 new file mode 100644 index 000000000000..55e3fb3aea0c --- /dev/null +++ b/databases/php85-odbc/files/patch-config.m4 @@ -0,0 +1,92 @@ +--- config.m4.orig 2024-09-10 16:10:06 UTC ++++ config.m4 +@@ -117,7 +117,7 @@ PHP_ARG_WITH([adabas], + PHP_ARG_WITH([adabas], + [for Adabas support], + [AS_HELP_STRING([[--with-adabas[=DIR]]], +- [Include Adabas D support [/usr/local]])]) ++ [Include Adabas D support [/usr/local]])], [no], [no]) + + AS_VAR_IF([PHP_ADABAS], [no], [], [ + AS_VAR_IF([PHP_ADABAS], [yes], [PHP_ADABAS=/usr/local]) +@@ -143,7 +143,7 @@ PHP_ARG_WITH([sapdb], + PHP_ARG_WITH([sapdb], + [for SAP DB support], + [AS_HELP_STRING([[--with-sapdb[=DIR]]], +- [Include SAP DB support [/usr/local]])]) ++ [Include SAP DB support [/usr/local]])], [no], [no]) + + AS_VAR_IF([PHP_SAPDB], [no], [], [ + AS_VAR_IF([PHP_SAPDB], [yes], [PHP_SAPDB=/usr/local]) +@@ -160,7 +160,7 @@ PHP_ARG_WITH([solid], + PHP_ARG_WITH([solid], + [for Solid support], + [AS_HELP_STRING([[--with-solid[=DIR]]], +- [Include Solid support [/usr/local/solid]])]) ++ [Include Solid support [/usr/local/solid]])], [no], [no]) + + AS_VAR_IF([PHP_SOLID], [no], [], [ + AS_VAR_IF([PHP_SOLID], [yes], [PHP_SOLID=/usr/local/solid]) +@@ -184,7 +184,7 @@ PHP_ARG_WITH([ibm-db2], + PHP_ARG_WITH([ibm-db2], + [for IBM DB2 support], + [AS_HELP_STRING([[--with-ibm-db2[=DIR]]], +- [Include IBM DB2 support [/home/db2inst1/sqllib]])]) ++ [Include IBM DB2 support [/home/db2inst1/sqllib]])], [no], [no]) + + AS_VAR_IF([PHP_IBM_DB2], [no], [], [ + AS_VAR_IF([PHP_IBM_DB2], [yes], [ +@@ -222,7 +222,7 @@ PHP_ARG_WITH([empress], + [for Empress support], + [AS_HELP_STRING([[--with-empress[=DIR]]], + [Include Empress support $EMPRESSPATH (Empress Version >= 8.60 +- required)])]) ++ required)])], [no], [no]) + + AS_VAR_IF([PHP_EMPRESS], [no], [], [ + AS_VAR_IF([PHP_EMPRESS], [yes], [ +@@ -246,7 +246,7 @@ PHP_ARG_WITH([empress-bcs], + [for Empress local access support], + [AS_HELP_STRING([[--with-empress-bcs[=DIR]]], + [Include Empress Local Access support $EMPRESSPATH (Empress Version >= +- 8.60 required)])]) ++ 8.60 required)])], [no], [no]) + + AS_VAR_IF([PHP_EMPRESS_BCS], [no], [], [ + AS_VAR_IF([PHP_EMPRESS_BCS], [yes], [ +@@ -290,7 +290,7 @@ PHP_ARG_WITH([custom-odbc], + your include dirs. For example, you should define following for Sybase SQL + Anywhere 5.5.00 on QNX, prior to running this configure script: + CPPFLAGS="-DODBC_QNX -DSQLANY_BUG" LDFLAGS=-lunix +- CUSTOM_ODBC_LIBS="-ldblib -lodbc"])]) ++ CUSTOM_ODBC_LIBS="-ldblib -lodbc"])], [no], [no]) + + AS_VAR_IF([PHP_CUSTOM_ODBC], [no], [], [ + AS_VAR_IF([PHP_CUSTOM_ODBC], [yes], [PHP_CUSTOM_ODBC=/usr/local]) +@@ -309,7 +309,7 @@ PHP_ARG_WITH([iodbc], + PHP_ARG_WITH([iodbc], + [whether to build with iODBC support], + [AS_HELP_STRING([--with-iodbc], +- [Include iODBC support])]) ++ [Include iODBC support])], [no], [no]) + + AS_VAR_IF([PHP_IODBC], [no], [], [ + PKG_CHECK_MODULES([ODBC], [libiodbc]) +@@ -324,7 +324,7 @@ PHP_ARG_WITH([esoob], + PHP_ARG_WITH([esoob], + [for Easysoft ODBC-ODBC Bridge support], + [AS_HELP_STRING([[--with-esoob[=DIR]]], +- [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])]) ++ [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])], [no], [no]) + + AS_VAR_IF([PHP_ESOOB], [no], [], [ + AS_VAR_IF([PHP_ESOOB], [yes], [PHP_ESOOB=/usr/local/easysoft/oob/client]) +@@ -371,7 +371,7 @@ PHP_ARG_WITH([dbmaker], + PHP_ARG_WITH([dbmaker], + [for DBMaker support], + [AS_HELP_STRING([[--with-dbmaker[=DIR]]], +- [Include DBMaker support])]) ++ [Include DBMaker support])], [no], [no]) + + AS_VAR_IF([PHP_DBMAKER], [no], [], [ + AS_VAR_IF([PHP_DBMAKER], [yes], [ diff --git a/databases/php85-pdo/Makefile b/databases/php85-pdo/Makefile new file mode 100644 index 000000000000..82a9d79b6e9d --- /dev/null +++ b/databases/php85-pdo/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo/files/patch-pdo__sql__parser.c b/databases/php85-pdo/files/patch-pdo__sql__parser.c new file mode 100644 index 000000000000..191eea16a3bd --- /dev/null +++ b/databases/php85-pdo/files/patch-pdo__sql__parser.c @@ -0,0 +1,729 @@ +--- pdo_sql_parser.c.orig 2025-07-02 12:59:51 UTC ++++ pdo_sql_parser.c +@@ -0,0 +1,726 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: George Schlossnagle | ++ +----------------------------------------------------------------------+ ++*/ ++ ++#include "php.h" ++#include "php_pdo_driver.h" ++#include "pdo_sql_parser.h" ++ ++static int default_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '\'': goto yy6; ++ case '-': goto yy7; ++ case '/': goto yy8; ++ case ':': goto yy9; ++ case '?': goto yy10; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy15; ++ default: goto yy19; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy13; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy17; ++yy7: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '-': goto yy20; ++ default: goto yy5; ++ } ++yy8: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy22; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy23; ++ case ':': goto yy25; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy27; ++ default: goto yy11; ++ } ++yy11: ++ { RET(PDO_PARSER_BIND_POS); } ++yy12: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy13: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy14; ++ default: goto yy12; ++ } ++yy14: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '"': goto yy12; ++ default: goto yy15; ++ } ++yy15: ++ { RET(PDO_PARSER_TEXT); } ++yy16: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy17: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy18; ++ default: goto yy16; ++ } ++yy18: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy16; ++ default: goto yy19; ++ } ++yy19: ++ { RET(PDO_PARSER_TEXT); } ++yy20: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy21; ++ default: goto yy20; ++ } ++yy21: ++ { RET(PDO_PARSER_TEXT); } ++yy22: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy28; ++ default: goto yy22; ++ } ++yy23: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy23; ++ default: goto yy24; ++ } ++yy24: ++ { RET(PDO_PARSER_BIND); } ++yy25: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy25; ++ default: goto yy26; ++ } ++yy26: ++ { RET(PDO_PARSER_TEXT); } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '?': goto yy27; ++ default: goto yy26; ++ } ++yy28: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy28; ++ case '/': goto yy29; ++ default: goto yy22; ++ } ++yy29: ++ ++YYCURSOR; ++ goto yy21; ++} ++ ++} ++ ++struct placeholder { ++ const char *pos; ++ size_t len; ++ zend_string *quoted; /* quoted value */ ++ int bindno; ++ struct placeholder *next; ++}; ++ ++struct custom_quote { ++ const char *pos; ++ size_t len; ++}; ++ ++static void free_param_name(zval *el) { ++ zend_string_release(Z_PTR_P(el)); ++} ++ ++PDO_API int pdo_parse_params(pdo_stmt_t *stmt, zend_string *inquery, zend_string **outquery) ++{ ++ pdo_scanner_t s; ++ char *newbuffer; ++ ptrdiff_t t; ++ uint32_t bindno = 0; ++ int ret = 0, escapes = 0; ++ size_t newbuffer_len; ++ HashTable *params; ++ struct pdo_bound_param_data *param; ++ int query_type = PDO_PLACEHOLDER_NONE; ++ struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL; ++ int (*scan)(pdo_scanner_t *s); ++ struct custom_quote custom_quote = {NULL, 0}; ++ ++ scan = stmt->dbh->methods->scanner ? stmt->dbh->methods->scanner : default_scanner; ++ ++ s.cur = ZSTR_VAL(inquery); ++ s.end = s.cur + ZSTR_LEN(inquery) + 1; ++ ++ /* phase 1: look for args */ ++ while((t = scan(&s)) != PDO_PARSER_EOI) { ++ if (custom_quote.pos) { ++ /* Inside a custom quote */ ++ if (t == PDO_PARSER_CUSTOM_QUOTE && custom_quote.len == s.cur - s.tok && !strncmp(s.tok, custom_quote.pos, custom_quote.len)) { ++ /* Matching closing quote found, end custom quoting */ ++ custom_quote.pos = NULL; ++ custom_quote.len = 0; ++ } else if (t == PDO_PARSER_ESCAPED_QUESTION) { ++ /* An escaped question mark has been used inside a dollar quoted string, most likely as a workaround ++ * as a single "?" would have been parsed as placeholder, due to the lack of support for dollar quoted ++ * strings. For now, we emit a deprecation notice, but still process it */ ++ php_error_docref(NULL, E_DEPRECATED, "Escaping question marks inside dollar quoted strings is not required anymore and is deprecated"); ++ ++ goto placeholder; ++ } ++ ++ continue; ++ } ++ ++ if (t == PDO_PARSER_CUSTOM_QUOTE) { ++ /* Start of a custom quote, keep a reference to search for the matching closing quote */ ++ custom_quote.pos = s.tok; ++ custom_quote.len = s.cur - s.tok; ++ ++ continue; ++ } ++ ++ if (t == PDO_PARSER_BIND || t == PDO_PARSER_BIND_POS || t == PDO_PARSER_ESCAPED_QUESTION) { ++ if (t == PDO_PARSER_ESCAPED_QUESTION && stmt->supports_placeholders == PDO_PLACEHOLDER_POSITIONAL) { ++ /* escaped question marks unsupported, treat as text */ ++ continue; ++ } ++ ++ if (t == PDO_PARSER_BIND) { ++ ptrdiff_t len = s.cur - s.tok; ++ if ((ZSTR_VAL(inquery) < (s.cur - len)) && isalnum(*(s.cur - len - 1))) { ++ continue; ++ } ++ query_type |= PDO_PLACEHOLDER_NAMED; ++ } else if (t == PDO_PARSER_BIND_POS) { ++ query_type |= PDO_PLACEHOLDER_POSITIONAL; ++ } ++ ++placeholder: ++ plc = emalloc(sizeof(*plc)); ++ memset(plc, 0, sizeof(*plc)); ++ plc->next = NULL; ++ plc->pos = s.tok; ++ plc->len = s.cur - s.tok; ++ ++ if (t == PDO_PARSER_ESCAPED_QUESTION) { ++ plc->bindno = PDO_PARSER_BINDNO_ESCAPED_CHAR; ++ plc->quoted = ZSTR_CHAR('?'); ++ escapes++; ++ } else { ++ plc->bindno = bindno++; ++ } ++ ++ if (placetail) { ++ placetail->next = plc; ++ } else { ++ placeholders = plc; ++ } ++ placetail = plc; ++ } ++ } ++ ++ /* did the query make sense to me? */ ++ if (query_type == (PDO_PLACEHOLDER_NAMED|PDO_PLACEHOLDER_POSITIONAL)) { ++ /* they mixed both types; punt */ ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "mixed named and positional parameters"); ++ ret = -1; ++ goto clean_up; ++ } ++ ++ params = stmt->bound_params; ++ if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash_num_elements(params)) { ++ /* extra bit of validation for instances when same params are bound more than once */ ++ if (query_type != PDO_PLACEHOLDER_POSITIONAL && bindno > zend_hash_num_elements(params)) { ++ int ok = 1; ++ for (plc = placeholders; plc; plc = plc->next) { ++ if ((param = zend_hash_str_find_ptr(params, plc->pos, plc->len)) == NULL) { ++ ok = 0; ++ break; ++ } ++ } ++ if (ok) { ++ goto safe; ++ } ++ } ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens"); ++ ret = -1; ++ goto clean_up; ++ } ++ ++ if (!placeholders) { ++ /* nothing to do; good! */ ++ return 0; ++ } ++ ++ if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) { ++ /* query matches native syntax */ ++ if (escapes) { ++ newbuffer_len = ZSTR_LEN(inquery); ++ goto rewrite; ++ } ++ ++ ret = 0; ++ goto clean_up; ++ } ++ ++ if (query_type == PDO_PLACEHOLDER_NAMED && stmt->named_rewrite_template) { ++ /* magic/hack. ++ * We we pretend that the query was positional even if ++ * it was named so that we fall into the ++ * named rewrite case below. Not too pretty, ++ * but it works. */ ++ query_type = PDO_PLACEHOLDER_POSITIONAL; ++ } ++ ++safe: ++ /* what are we going to do ? */ ++ if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { ++ /* query generation */ ++ ++ newbuffer_len = ZSTR_LEN(inquery); ++ ++ /* let's quote all the values */ ++ for (plc = placeholders; plc && params; plc = plc->next) { ++ if (plc->bindno == PDO_PARSER_BINDNO_ESCAPED_CHAR) { ++ /* escaped character */ ++ continue; ++ } ++ ++ if (query_type == PDO_PLACEHOLDER_NONE) { ++ continue; ++ } ++ ++ if (query_type == PDO_PLACEHOLDER_POSITIONAL) { ++ param = zend_hash_index_find_ptr(params, plc->bindno); ++ } else { ++ param = zend_hash_str_find_ptr(params, plc->pos, plc->len); ++ } ++ if (param == NULL) { ++ /* parameter was not defined */ ++ ret = -1; ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "parameter was not defined"); ++ goto clean_up; ++ } ++ if (stmt->dbh->methods->quoter) { ++ zval *parameter; ++ if (Z_ISREF(param->parameter)) { ++ parameter = Z_REFVAL(param->parameter); ++ } else { ++ parameter = ¶m->parameter; ++ } ++ if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(parameter) == IS_RESOURCE) { ++ php_stream *stm; ++ ++ php_stream_from_zval_no_verify(stm, parameter); ++ if (stm) { ++ zend_string *buf; ++ ++ buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0); ++ if (!buf) { ++ buf = ZSTR_EMPTY_ALLOC(); ++ } ++ ++ plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param->param_type); ++ ++ if (buf) { ++ zend_string_release_ex(buf, 0); ++ } ++ if (plc->quoted == NULL) { ++ /* bork */ ++ ret = -1; ++ strncpy(stmt->error_code, stmt->dbh->error_code, 6); ++ goto clean_up; ++ } ++ ++ } else { ++ pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource"); ++ ret = -1; ++ goto clean_up; ++ } ++ } else { ++ enum pdo_param_type param_type = param->param_type; ++ zend_string *buf = NULL; ++ ++ /* assume all types are nullable */ ++ if (Z_TYPE_P(parameter) == IS_NULL) { ++ param_type = PDO_PARAM_NULL; ++ } ++ ++ switch (param_type) { ++ case PDO_PARAM_BOOL: ++ plc->quoted = zend_is_true(parameter) ? ZSTR_CHAR('1') : ZSTR_CHAR('0'); ++ break; ++ ++ case PDO_PARAM_INT: ++ plc->quoted = zend_long_to_str(zval_get_long(parameter)); ++ break; ++ ++ case PDO_PARAM_NULL: ++ plc->quoted = ZSTR_KNOWN(ZEND_STR_NULL); ++ break; ++ ++ default: { ++ buf = zval_try_get_string(parameter); ++ /* parameter does not have a string representation, buf == NULL */ ++ if (EG(exception)) { ++ /* bork */ ++ ret = -1; ++ strncpy(stmt->error_code, stmt->dbh->error_code, 6); ++ goto clean_up; ++ } ++ ++ plc->quoted = stmt->dbh->methods->quoter(stmt->dbh, buf, param_type); ++ } ++ } ++ ++ if (buf) { ++ zend_string_release_ex(buf, 0); ++ } ++ } ++ } else { ++ zval *parameter; ++ if (Z_ISREF(param->parameter)) { ++ parameter = Z_REFVAL(param->parameter); ++ } else { ++ parameter = ¶m->parameter; ++ } ++ plc->quoted = zend_string_copy(Z_STR_P(parameter)); ++ } ++ newbuffer_len += ZSTR_LEN(plc->quoted); ++ } ++ ++rewrite: ++ /* allocate output buffer */ ++ *outquery = zend_string_alloc(newbuffer_len, 0); ++ newbuffer = ZSTR_VAL(*outquery); ++ ++ /* and build the query */ ++ const char *ptr = ZSTR_VAL(inquery); ++ plc = placeholders; ++ ++ do { ++ t = plc->pos - ptr; ++ if (t) { ++ memcpy(newbuffer, ptr, t); ++ newbuffer += t; ++ } ++ if (plc->quoted) { ++ memcpy(newbuffer, ZSTR_VAL(plc->quoted), ZSTR_LEN(plc->quoted)); ++ newbuffer += ZSTR_LEN(plc->quoted); ++ } else { ++ memcpy(newbuffer, plc->pos, plc->len); ++ newbuffer += plc->len; ++ } ++ ptr = plc->pos + plc->len; ++ ++ plc = plc->next; ++ } while (plc); ++ ++ t = ZSTR_VAL(inquery) + ZSTR_LEN(inquery) - ptr; ++ if (t) { ++ memcpy(newbuffer, ptr, t); ++ newbuffer += t; ++ } ++ *newbuffer = '\0'; ++ ZSTR_LEN(*outquery) = newbuffer - ZSTR_VAL(*outquery); ++ ++ ret = 1; ++ goto clean_up; ++ ++ } else if (query_type == PDO_PLACEHOLDER_POSITIONAL) { ++ /* rewrite ? to :pdoX */ ++ const char *tmpl = stmt->named_rewrite_template ? stmt->named_rewrite_template : ":pdo%d"; ++ int bind_no = 1; ++ ++ newbuffer_len = ZSTR_LEN(inquery); ++ ++ if (stmt->bound_param_map == NULL) { ++ ALLOC_HASHTABLE(stmt->bound_param_map); ++ zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0); ++ } ++ ++ for (plc = placeholders; plc; plc = plc->next) { ++ int skip_map = 0; ++ zend_string *p; ++ zend_string *idxbuf; ++ ++ if (plc->bindno == PDO_PARSER_BINDNO_ESCAPED_CHAR) { ++ continue; ++ } ++ ++ zend_string *name = zend_string_init(plc->pos, plc->len, 0); ++ ++ /* check if bound parameter is already available */ ++ if (zend_string_equals_literal(name, "?") || (p = zend_hash_find_ptr(stmt->bound_param_map, name)) == NULL) { ++ idxbuf = zend_strpprintf(0, tmpl, bind_no++); ++ } else { ++ idxbuf = zend_string_copy(p); ++ skip_map = 1; ++ } ++ ++ plc->quoted = idxbuf; ++ newbuffer_len += ZSTR_LEN(plc->quoted); ++ ++ if (!skip_map && stmt->named_rewrite_template) { ++ /* create a mapping */ ++ zend_hash_update_ptr(stmt->bound_param_map, name, zend_string_copy(plc->quoted)); ++ } ++ ++ /* map number to name */ ++ zend_hash_index_update_ptr(stmt->bound_param_map, plc->bindno, zend_string_copy(plc->quoted)); ++ ++ zend_string_release(name); ++ } ++ ++ goto rewrite; ++ ++ } else { ++ /* rewrite :name to ? */ ++ ++ newbuffer_len = ZSTR_LEN(inquery); ++ ++ if (stmt->bound_param_map == NULL) { ++ ALLOC_HASHTABLE(stmt->bound_param_map); ++ zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0); ++ } ++ ++ for (plc = placeholders; plc; plc = plc->next) { ++ zend_string *name = zend_string_init(plc->pos, plc->len, 0); ++ zend_hash_index_update_ptr(stmt->bound_param_map, plc->bindno, name); ++ plc->quoted = ZSTR_CHAR('?'); ++ newbuffer_len -= plc->len - 1; ++ } ++ ++ goto rewrite; ++ } ++ ++clean_up: ++ ++ while (placeholders) { ++ plc = placeholders; ++ placeholders = plc->next; ++ if (plc->quoted) { ++ zend_string_release_ex(plc->quoted, 0); ++ } ++ efree(plc); ++ } ++ ++ return ret; ++} diff --git a/databases/php85-pdo_dblib/Makefile b/databases/php85-pdo_dblib/Makefile new file mode 100644 index 000000000000..1861a409bc3c --- /dev/null +++ b/databases/php85-pdo_dblib/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_dblib + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_firebird/Makefile b/databases/php85-pdo_firebird/Makefile new file mode 100644 index 000000000000..2f22894505f4 --- /dev/null +++ b/databases/php85-pdo_firebird/Makefile @@ -0,0 +1,9 @@ +CATEGORIES= databases + +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_firebird + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_mysql/Makefile b/databases/php85-pdo_mysql/Makefile new file mode 100644 index 000000000000..c61de9bbc13d --- /dev/null +++ b/databases/php85-pdo_mysql/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_mysql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_mysql/files/patch-mysql__sql__parser.c b/databases/php85-pdo_mysql/files/patch-mysql__sql__parser.c new file mode 100644 index 000000000000..9a6c3b11bb6e --- /dev/null +++ b/databases/php85-pdo_mysql/files/patch-mysql__sql__parser.c @@ -0,0 +1,398 @@ +--- mysql_sql_parser.c.orig 2025-07-02 13:18:02 UTC ++++ mysql_sql_parser.c +@@ -0,0 +1,395 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: Matteo Beccati | ++ +----------------------------------------------------------------------+ ++*/ ++ ++ ++#include "php.h" ++#include "ext/pdo/php_pdo_driver.h" ++#include "ext/pdo/pdo_sql_parser.h" ++ ++int pdo_mysql_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '#': goto yy6; ++ case '\'': goto yy7; ++ case '-': goto yy8; ++ case '/': goto yy9; ++ case ':': goto yy10; ++ case '?': goto yy11; ++ case '`': goto yy13; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy17; ++ case 2: goto yy24; ++ default: goto yy36; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '#': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': ++ case '`': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy15; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy5; ++ default: goto yy19; ++ } ++yy7: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy22; ++yy8: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ switch (yych) { ++ case '-': goto yy26; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy27; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy28; ++ case ':': goto yy30; ++ default: goto yy5; ++ } ++yy11: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy32; ++ default: goto yy12; ++ } ++yy12: ++ { RET(PDO_PARSER_BIND_POS); } ++yy13: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy34; ++yy14: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy15: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy16; ++ case '\\': goto yy18; ++ default: goto yy14; ++ } ++yy16: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '"': goto yy14; ++ default: goto yy17; ++ } ++yy17: ++ { RET(PDO_PARSER_TEXT); } ++yy18: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ if (yych <= 0x00) goto yy1; ++ goto yy14; ++yy19: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy20; ++ default: goto yy19; ++ } ++yy20: ++ { RET(PDO_PARSER_TEXT); } ++yy21: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy22: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy23; ++ case '\\': goto yy25; ++ default: goto yy21; ++ } ++yy23: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy21; ++ default: goto yy24; ++ } ++yy24: ++ { RET(PDO_PARSER_TEXT); } ++yy25: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ if (yych <= 0x00) goto yy1; ++ goto yy21; ++yy26: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '\t': ++ case '\v': ++ case '\f': ++ case '\r': ++ case ' ': goto yy19; ++ default: goto yy1; ++ } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy37; ++ default: goto yy27; ++ } ++yy28: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy28; ++ default: goto yy29; ++ } ++yy29: ++ { RET(PDO_PARSER_BIND); } ++yy30: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy30; ++ default: goto yy31; ++ } ++yy31: ++ { RET(PDO_PARSER_TEXT); } ++yy32: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '?': goto yy32; ++ default: goto yy31; ++ } ++yy33: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy34: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '`': goto yy35; ++ default: goto yy33; ++ } ++yy35: ++ yyaccept = 3; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '`': goto yy33; ++ default: goto yy36; ++ } ++yy36: ++ { RET(PDO_PARSER_TEXT); } ++yy37: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy37; ++ case '/': goto yy38; ++ default: goto yy27; ++ } ++yy38: ++ ++YYCURSOR; ++ goto yy20; ++} ++ ++} diff --git a/databases/php85-pdo_odbc/Makefile b/databases/php85-pdo_odbc/Makefile new file mode 100644 index 000000000000..41bf11b6e9b1 --- /dev/null +++ b/databases/php85-pdo_odbc/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_odbc + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_pgsql/Makefile b/databases/php85-pdo_pgsql/Makefile new file mode 100644 index 000000000000..5956ab7c84cf --- /dev/null +++ b/databases/php85-pdo_pgsql/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_pgsql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_pgsql/files/patch-pgsql__sql__parser.c b/databases/php85-pdo_pgsql/files/patch-pgsql__sql__parser.c new file mode 100644 index 000000000000..e2f535ec545e --- /dev/null +++ b/databases/php85-pdo_pgsql/files/patch-pgsql__sql__parser.c @@ -0,0 +1,528 @@ +--- pgsql_sql_parser.c.orig 2025-07-02 13:28:41 UTC ++++ pgsql_sql_parser.c +@@ -0,0 +1,525 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: Matteo Beccati | ++ +----------------------------------------------------------------------+ ++*/ ++ ++ ++#include "php.h" ++#include "ext/pdo/php_pdo_driver.h" ++#include "ext/pdo/pdo_sql_parser.h" ++ ++int pdo_pgsql_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '$': goto yy6; ++ case '\'': goto yy7; ++ case '-': goto yy8; ++ case '/': goto yy9; ++ case ':': goto yy10; ++ case '?': goto yy11; ++ case 'E': ++ case 'e': goto yy13; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy17; ++ case 2: goto yy23; ++ default: goto yy35; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '$': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': ++ case 'E': ++ case 'e': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy15; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ switch (yych) { ++ case 0x00: ++ case 0x01: ++ case 0x02: ++ case 0x03: ++ case 0x04: ++ case 0x05: ++ case 0x06: ++ case 0x07: ++ case 0x08: ++ case '\t': ++ case '\n': ++ case '\v': ++ case '\f': ++ case '\r': ++ case 0x0E: ++ case 0x0F: ++ case 0x10: ++ case 0x11: ++ case 0x12: ++ case 0x13: ++ case 0x14: ++ case 0x15: ++ case 0x16: ++ case 0x17: ++ case 0x18: ++ case 0x19: ++ case 0x1A: ++ case 0x1B: ++ case 0x1C: ++ case 0x1D: ++ case 0x1E: ++ case 0x1F: ++ case ' ': ++ case '!': ++ case '"': ++ case '#': ++ case '%': ++ case '&': ++ case '\'': ++ case '(': ++ case ')': ++ case '*': ++ case '+': ++ case ',': ++ case '-': ++ case '.': ++ case '/': ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case ':': ++ case ';': ++ case '<': ++ case '=': ++ case '>': ++ case '?': ++ case '@': ++ case '[': ++ case '\\': ++ case ']': ++ case '^': ++ case '`': ++ case '{': ++ case '|': ++ case '}': ++ case '~': ++ case 0x7F: goto yy5; ++ case '$': goto yy18; ++ default: goto yy19; ++ } ++yy7: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy21; ++yy8: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '-': goto yy24; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy26; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy27; ++ case ':': goto yy29; ++ default: goto yy5; ++ } ++yy11: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy31; ++ default: goto yy12; ++ } ++yy12: ++ { RET(PDO_PARSER_BIND_POS); } ++yy13: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ switch (yych) { ++ case '\'': goto yy32; ++ default: goto yy5; ++ } ++yy14: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy15: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy16; ++ default: goto yy14; ++ } ++yy16: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '"': goto yy14; ++ default: goto yy17; ++ } ++yy17: ++ { RET(PDO_PARSER_TEXT); } ++yy18: ++ ++YYCURSOR; ++ { RET(PDO_PARSER_CUSTOM_QUOTE); } ++yy19: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case 0x01: ++ case 0x02: ++ case 0x03: ++ case 0x04: ++ case 0x05: ++ case 0x06: ++ case 0x07: ++ case 0x08: ++ case '\t': ++ case '\n': ++ case '\v': ++ case '\f': ++ case '\r': ++ case 0x0E: ++ case 0x0F: ++ case 0x10: ++ case 0x11: ++ case 0x12: ++ case 0x13: ++ case 0x14: ++ case 0x15: ++ case 0x16: ++ case 0x17: ++ case 0x18: ++ case 0x19: ++ case 0x1A: ++ case 0x1B: ++ case 0x1C: ++ case 0x1D: ++ case 0x1E: ++ case 0x1F: ++ case ' ': ++ case '!': ++ case '"': ++ case '#': ++ case '%': ++ case '&': ++ case '\'': ++ case '(': ++ case ')': ++ case '*': ++ case '+': ++ case ',': ++ case '-': ++ case '.': ++ case '/': ++ case ':': ++ case ';': ++ case '<': ++ case '=': ++ case '>': ++ case '?': ++ case '@': ++ case '[': ++ case '\\': ++ case ']': ++ case '^': ++ case '`': ++ case '{': ++ case '|': ++ case '}': ++ case '~': ++ case 0x7F: goto yy1; ++ case '$': goto yy18; ++ default: goto yy19; ++ } ++yy20: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy21: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy22; ++ default: goto yy20; ++ } ++yy22: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy20; ++ default: goto yy23; ++ } ++yy23: ++ { RET(PDO_PARSER_TEXT); } ++yy24: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy25; ++ default: goto yy24; ++ } ++yy25: ++ { RET(PDO_PARSER_TEXT); } ++yy26: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy33; ++ default: goto yy26; ++ } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy27; ++ default: goto yy28; ++ } ++yy28: ++ { RET(PDO_PARSER_BIND); } ++yy29: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy29; ++ default: goto yy30; ++ } ++yy30: ++ { RET(PDO_PARSER_TEXT); } ++yy31: ++ ++YYCURSOR; ++ { RET(PDO_PARSER_ESCAPED_QUESTION); } ++yy32: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy34; ++ case '\\': goto yy36; ++ default: goto yy32; ++ } ++yy33: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy33; ++ case '/': goto yy37; ++ default: goto yy26; ++ } ++yy34: ++ yyaccept = 3; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\'': goto yy32; ++ default: goto yy35; ++ } ++yy35: ++ { RET(PDO_PARSER_TEXT); } ++yy36: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ if (yych <= 0x00) goto yy1; ++ goto yy32; ++yy37: ++ ++YYCURSOR; ++ goto yy25; ++} ++ ++} diff --git a/databases/php85-pdo_sqlite/Makefile b/databases/php85-pdo_sqlite/Makefile new file mode 100644 index 000000000000..c18fe80e2621 --- /dev/null +++ b/databases/php85-pdo_sqlite/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pdo_sqlite + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-pdo_sqlite/files/patch-sqlite__sql__parser.c b/databases/php85-pdo_sqlite/files/patch-sqlite__sql__parser.c new file mode 100644 index 000000000000..5770c5cf3f7f --- /dev/null +++ b/databases/php85-pdo_sqlite/files/patch-sqlite__sql__parser.c @@ -0,0 +1,398 @@ +--- sqlite_sql_parser.c.orig 2025-07-02 13:27:28 UTC ++++ sqlite_sql_parser.c +@@ -0,0 +1,395 @@ ++/* Generated by re2c 3.1 */ ++/* ++ +----------------------------------------------------------------------+ ++ | Copyright (c) The PHP Group | ++ +----------------------------------------------------------------------+ ++ | This source file is subject to version 3.01 of the PHP license, | ++ | that is bundled with this package in the file LICENSE, and is | ++ | available through the world-wide-web at the following url: | ++ | https://www.php.net/license/3_01.txt | ++ | If you did not receive a copy of the PHP license and are unable to | ++ | obtain it through the world-wide-web, please send a note to | ++ | license@php.net so we can mail you a copy immediately. | ++ +----------------------------------------------------------------------+ ++ | Author: Matteo Beccati | ++ +----------------------------------------------------------------------+ ++*/ ++ ++ ++#include "php.h" ++#include "ext/pdo/php_pdo_driver.h" ++#include "ext/pdo/pdo_sql_parser.h" ++ ++int pdo_sqlite_scanner(pdo_scanner_t *s) ++{ ++ const char *cursor = s->cur; ++ ++ s->tok = cursor; ++ ++ ++ ++{ ++ YYCTYPE yych; ++ unsigned int yyaccept = 0; ++ if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy4; ++ case '\'': goto yy6; ++ case '-': goto yy7; ++ case '/': goto yy8; ++ case ':': goto yy9; ++ case '?': goto yy10; ++ case '[': goto yy12; ++ case '`': goto yy13; ++ default: goto yy2; ++ } ++yy1: ++ YYCURSOR = YYMARKER; ++ switch (yyaccept) { ++ case 0: goto yy5; ++ case 1: goto yy17; ++ case 2: goto yy21; ++ case 3: goto yy33; ++ default: goto yy37; ++ } ++yy2: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: ++ case '"': ++ case '\'': ++ case '-': ++ case '/': ++ case ':': ++ case '?': ++ case '[': ++ case '`': goto yy3; ++ default: goto yy2; ++ } ++yy3: ++ { RET(PDO_PARSER_TEXT); } ++yy4: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych >= 0x01) goto yy15; ++yy5: ++ { SKIP_ONE(PDO_PARSER_TEXT); } ++yy6: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy19; ++yy7: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '-': goto yy22; ++ default: goto yy5; ++ } ++yy8: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '*': goto yy24; ++ default: goto yy5; ++ } ++yy9: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy25; ++ case ':': goto yy27; ++ default: goto yy5; ++ } ++yy10: ++ yych = *++YYCURSOR; ++ switch (yych) { ++ case '?': goto yy29; ++ default: goto yy11; ++ } ++yy11: ++ { RET(PDO_PARSER_BIND_POS); } ++yy12: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy31; ++yy13: ++ yyaccept = 0; ++ yych = *(YYMARKER = ++YYCURSOR); ++ if (yych <= 0x00) goto yy5; ++ goto yy35; ++yy14: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy15: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '"': goto yy16; ++ default: goto yy14; ++ } ++yy16: ++ yyaccept = 1; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy17; ++ case '"': goto yy16; ++ default: goto yy14; ++ } ++yy17: ++ { RET(PDO_PARSER_TEXT); } ++yy18: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy19: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '\'': goto yy20; ++ default: goto yy18; ++ } ++yy20: ++ yyaccept = 2; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy21; ++ case '\'': goto yy20; ++ default: goto yy18; ++ } ++yy21: ++ { RET(PDO_PARSER_TEXT); } ++yy22: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '\n': goto yy23; ++ default: goto yy22; ++ } ++yy23: ++ { RET(PDO_PARSER_TEXT); } ++yy24: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy38; ++ default: goto yy24; ++ } ++yy25: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '0': ++ case '1': ++ case '2': ++ case '3': ++ case '4': ++ case '5': ++ case '6': ++ case '7': ++ case '8': ++ case '9': ++ case 'A': ++ case 'B': ++ case 'C': ++ case 'D': ++ case 'E': ++ case 'F': ++ case 'G': ++ case 'H': ++ case 'I': ++ case 'J': ++ case 'K': ++ case 'L': ++ case 'M': ++ case 'N': ++ case 'O': ++ case 'P': ++ case 'Q': ++ case 'R': ++ case 'S': ++ case 'T': ++ case 'U': ++ case 'V': ++ case 'W': ++ case 'X': ++ case 'Y': ++ case 'Z': ++ case '_': ++ case 'a': ++ case 'b': ++ case 'c': ++ case 'd': ++ case 'e': ++ case 'f': ++ case 'g': ++ case 'h': ++ case 'i': ++ case 'j': ++ case 'k': ++ case 'l': ++ case 'm': ++ case 'n': ++ case 'o': ++ case 'p': ++ case 'q': ++ case 'r': ++ case 's': ++ case 't': ++ case 'u': ++ case 'v': ++ case 'w': ++ case 'x': ++ case 'y': ++ case 'z': goto yy25; ++ default: goto yy26; ++ } ++yy26: ++ { RET(PDO_PARSER_BIND); } ++yy27: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case ':': goto yy27; ++ default: goto yy28; ++ } ++yy28: ++ { RET(PDO_PARSER_TEXT); } ++yy29: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '?': goto yy29; ++ default: goto yy28; ++ } ++yy30: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy31: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case ']': goto yy32; ++ default: goto yy30; ++ } ++yy32: ++ yyaccept = 3; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy33; ++ case ']': goto yy32; ++ default: goto yy30; ++ } ++yy33: ++ { RET(PDO_PARSER_TEXT); } ++yy34: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++yy35: ++ switch (yych) { ++ case 0x00: goto yy1; ++ case '`': goto yy36; ++ default: goto yy34; ++ } ++yy36: ++ yyaccept = 4; ++ YYMARKER = ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case 0x00: goto yy37; ++ case '`': goto yy36; ++ default: goto yy34; ++ } ++yy37: ++ { RET(PDO_PARSER_TEXT); } ++yy38: ++ ++YYCURSOR; ++ if (YYLIMIT <= YYCURSOR) YYFILL(1); ++ yych = *YYCURSOR; ++ switch (yych) { ++ case '*': goto yy38; ++ case '/': goto yy39; ++ default: goto yy24; ++ } ++yy39: ++ ++YYCURSOR; ++ goto yy23; ++} ++ ++} diff --git a/databases/php85-pgsql/Makefile b/databases/php85-pgsql/Makefile new file mode 100644 index 000000000000..429049846f13 --- /dev/null +++ b/databases/php85-pgsql/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pgsql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php85-sqlite3/Makefile b/databases/php85-sqlite3/Makefile new file mode 100644 index 000000000000..a82d71c80d62 --- /dev/null +++ b/databases/php85-sqlite3/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sqlite3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile index a4af459964af..940d81c3d9d0 100644 --- a/databases/postgresql-promscale/Makefile +++ b/databases/postgresql-promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale PORTVERSION= 0.8.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 12a1482936ec..0bcebd9d0e68 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.36.0 +PORTVERSION= 3.36.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index 237cb50fcbf3..cdd6ac944019 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208150 -SHA256 (sqlframe-3.36.0.tar.gz) = c6966b56559ce63e08d8eacd73ab6fb3070651b25cb3c62a44882c7ade586e77 -SIZE (sqlframe-3.36.0.tar.gz) = 29480398 +TIMESTAMP = 1751375045 +SHA256 (sqlframe-3.36.1.tar.gz) = ef29ddb94182edf08d41a3df2e2db25ba87a11b97212f509a73c66cfd410921a +SIZE (sqlframe-3.36.1.tar.gz) = 29480454 diff --git a/databases/py-sqlglotrs/Makefile b/databases/py-sqlglotrs/Makefile index 93e64667b26c..db0f1bd63426 100644 --- a/databases/py-sqlglotrs/Makefile +++ b/databases/py-sqlglotrs/Makefile @@ -1,5 +1,6 @@ PORTNAME= sqlglotrs PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqloxide/Makefile b/databases/py-sqloxide/Makefile index 1021564ac519..d6d0fec64100 100644 --- a/databases/py-sqloxide/Makefile +++ b/databases/py-sqloxide/Makefile @@ -1,6 +1,6 @@ PORTNAME= sqloxide PORTVERSION= 0.1.48 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index 55be1c6d00e8..a5a9dc5c24ef 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= unqlite -DISTVERSION= 0.9.8 +DISTVERSION= 0.9.9 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-unqlite/distinfo b/databases/py-unqlite/distinfo index ca214a83d054..f50cff353b67 100644 --- a/databases/py-unqlite/distinfo +++ b/databases/py-unqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738990510 -SHA256 (unqlite-0.9.8.tar.gz) = 182c1764616f0f3a5caa52ca3bdeac3d44cce7a56b2801c4fcaf79eb2b6f30be -SIZE (unqlite-0.9.8.tar.gz) = 634010 +TIMESTAMP = 1751442862 +SHA256 (unqlite-0.9.9.tar.gz) = 63a79975d67e3896af269c1885c2cc363fb646ff26e58541365fb5fb9e645691 +SIZE (unqlite-0.9.9.tar.gz) = 633945 diff --git a/databases/quake/Makefile b/databases/quake/Makefile index 12f6f31acecd..664e3a26309f 100644 --- a/databases/quake/Makefile +++ b/databases/quake/Makefile @@ -2,7 +2,7 @@ PORTNAME= quake DISTVERSIONPREFIX= v DISTVERSION= 0.5.1-57 DISTVERSIONSUFFIX= -gbb8ae55 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases PKGNAMESUFFIX= -framework diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index e1b61699411f..d44e7eaeb560 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 2.0.8 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index b5bfe62a89d4..47504dab6c1c 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 781d18b1a1ca..2963598cc7ed 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188162 -SHA256 (rubygem/sqlite3-2.7.0.gem) = dab87a41172e2397909847a9d6251c6251ac1e9942a026569af17e77d645ebf0 -SIZE (rubygem/sqlite3-2.7.0.gem) = 3238400 +TIMESTAMP = 1751375073 +SHA256 (rubygem/sqlite3-2.7.1.gem) = 848668acba4c6829331459180d6ca8c589e583bbfacf25ab4528f59fcaba1aa2 +SIZE (rubygem/sqlite3-2.7.1.gem) = 3238912 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index 65a2e1173f00..3609eb65b398 100644 --- a/databases/rubygem-sqlite3/files/patch-gemspec +++ b/databases/rubygem-sqlite3/files/patch-gemspec @@ -1,12 +1,12 @@ % sed -i .orig 's|, "ports/[^"]*".freeze||g; /mini_portile2/d' sqlite3.gemspec ---- sqlite3.gemspec.orig 2025-06-18 03:45:42 UTC +--- sqlite3.gemspec.orig 2025-07-01 13:37:46 UTC +++ sqlite3.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n".freeze s.extensions = ["ext/sqlite3/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/statement.c".freeze] -- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500100.tar.gz".freeze] +- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500200.tar.gz".freeze] + s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze] s.homepage = "https://github.com/sparklemotion/sqlite3-ruby".freeze s.licenses = ["BSD-3-Clause".freeze] diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile index 98ba7a7ec210..c6fcda0461cc 100644 --- a/databases/sqlx-cli/Makefile +++ b/databases/sqlx-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= sqlx DISTVERSIONPREFIX= v DISTVERSION= 0.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index 925fb7e0ec69..a2f5a5ebb37a 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org diff --git a/databases/xtrabackup80/Makefile b/databases/xtrabackup80/Makefile index e8db161f55b9..600a5f6b380f 100644 --- a/databases/xtrabackup80/Makefile +++ b/databases/xtrabackup80/Makefile @@ -1,7 +1,7 @@ PORTNAME= xtrabackup80 PORTVERSION= 8.0.35 DISTVERSIONSUFFIX= -30 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= databases MASTER_SITES= https://downloads.percona.com/downloads/Percona-XtraBackup-8.0/Percona-XtraBackup-8.0.35-30/source/tarball/:percona \ SF/boost/boost/${BOOST_VERSION}:boost diff --git a/databases/xtrabackup80/files/patch-sql_binlog__ostream.cc b/databases/xtrabackup80/files/patch-sql_binlog__ostream.cc new file mode 100644 index 000000000000..870b55e23bf3 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_binlog__ostream.cc @@ -0,0 +1,11 @@ +--- sql/binlog_ostream.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/binlog_ostream.cc +@@ -239,7 +239,7 @@ bool IO_CACHE_binlog_cache_storage::setup_ciphers_pass + + /* Generate password, it is a random string. */ + if (my_rand_buffer(password, sizeof(password))) return true; +- password_str.append(password, sizeof(password)); ++ password_str.insert(password_str.end(), password, password + sizeof(password)); + + m_io_cache.m_encryptor->close(); + m_io_cache.m_decryptor->close(); diff --git a/databases/xtrabackup80/files/patch-sql_mdl__context__backup.cc b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.cc new file mode 100644 index 000000000000..0d670ed2d1a2 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.cc @@ -0,0 +1,36 @@ +--- sql/mdl_context_backup.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/mdl_context_backup.cc +@@ -159,7 +159,7 @@ bool MDL_context_backup_manager::create_backup(const M + DBUG_TRACE; + + try { +- MDL_context_backup_key key_obj(key, keylen); ++ MDL_context_backup_key key_obj(key, key + keylen); + + /* + Since this method is called as part of THD cleaning up, every XA +@@ -192,7 +192,7 @@ bool MDL_context_backup_manager::create_backup(MDL_req + + bool result = false; + try { +- MDL_context_backup_key key_obj(key, keylen); ++ MDL_context_backup_key key_obj(key, key + keylen); + /* + Check for presence a record with specified key in the collection of + MDL_context_backup elements. It is ok to already have a record with +@@ -238,7 +238,7 @@ bool MDL_context_backup_manager::restore_backup(MDL_co + + MUTEX_LOCK(guard, &m_LOCK_mdl_context_backup); + +- auto result = m_backup_map.find(MDL_context_backup_key(key, keylen)); ++ auto result = m_backup_map.find(MDL_context_backup_key(key, key + keylen)); + if (result != m_backup_map.end()) { + element = result->second.get(); + res = mdl_context->clone_tickets(element->get_context(), MDL_TRANSACTION); +@@ -251,5 +251,5 @@ void MDL_context_backup_manager::delete_backup(const u + const size_t keylen) { + DBUG_TRACE; + MUTEX_LOCK(guard, &m_LOCK_mdl_context_backup); +- m_backup_map.erase(MDL_context_backup_key(key, keylen)); ++ m_backup_map.erase(MDL_context_backup_key(key, key + keylen)); + } diff --git a/databases/xtrabackup80/files/patch-sql_mdl__context__backup.h b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.h new file mode 100644 index 000000000000..3c9fc1e28992 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_mdl__context__backup.h @@ -0,0 +1,11 @@ +--- sql/mdl_context_backup.h.orig 2023-11-24 10:33:10 UTC ++++ sql/mdl_context_backup.h +@@ -46,7 +46,7 @@ class MDL_context_backup_manager { + /** + Key for uniquely identifying MDL_context in the MDL_context_backup map. + */ +- typedef std::basic_string MDL_context_backup_key; ++ typedef std::vector MDL_context_backup_key; + + class MDL_context_backup; + diff --git a/databases/xtrabackup80/files/patch-sql_range__optimizer_index__range__scan__plan.cc b/databases/xtrabackup80/files/patch-sql_range__optimizer_index__range__scan__plan.cc new file mode 100644 index 000000000000..7dda71eef0e1 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_range__optimizer_index__range__scan__plan.cc @@ -0,0 +1,39 @@ +--- sql/range_optimizer/index_range_scan_plan.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/range_optimizer/index_range_scan_plan.cc +@@ -1015,11 +1015,11 @@ static bool null_part_in_key(KEY_PART *key_part, const + return false; + } + +-// TODO(sgunders): This becomes a bit simpler with C++20's string_view +-// constructors. +-static inline std::basic_string_view make_string_view(const uchar *start, +- const uchar *end) { +- return {start, static_cast(end - start)}; ++static inline bool equal(const uchar *start1, const uchar *end1, ++ const uchar *start2, const uchar *end2) { ++ auto diff1 = end1 - start1; ++ auto diff2 = end2 - start2; ++ return diff1 == diff2 && memcmp(start1, start2, diff1) == 0; + } + + /** +@@ -1082,8 +1082,7 @@ static bool get_ranges_from_tree_given_base( + node->next_key_part->type == SEL_ROOT::Type::KEY_RANGE && + node->next_key_part->root->part == part + 1) { + if (node->min_flag == 0 && node->max_flag == 0 && +- make_string_view(min_key, tmp_min_key) == +- make_string_view(max_key, tmp_max_key)) { ++ equal(min_key, tmp_min_key, max_key, tmp_max_key)) { + // This range was an equality predicate, and we have more + // keyparts to scan, so use its range as a base for ranges on + // the next keypart(s). E.g. if we have (a = 3) on this keypart, +@@ -1159,8 +1158,7 @@ static bool get_ranges_from_tree_given_base( + else + flag |= NO_MAX_RANGE; + } +- if (flag == 0 && make_string_view(base_min_key, tmp_min_key) == +- make_string_view(base_max_key, tmp_max_key)) { ++ if (flag == 0 && equal(base_min_key, tmp_min_key, base_max_key, tmp_max_key)) { + flag |= EQ_RANGE; + /* + Note that keys which are extended with PK parts have no diff --git a/databases/xtrabackup80/files/patch-sql_rpl__log__encryption.cc b/databases/xtrabackup80/files/patch-sql_rpl__log__encryption.cc new file mode 100644 index 000000000000..3acbfdd9b46c --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_rpl__log__encryption.cc @@ -0,0 +1,143 @@ +--- sql/rpl_log_encryption.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/rpl_log_encryption.cc +@@ -212,7 +212,7 @@ bool Rpl_encryption::recover_master_key() { + Rpl_encryption_header::seqno_to_key_id(m_master_key_seqno); + auto master_key = + get_key(m_master_key.m_id, Rpl_encryption_header::get_key_type()); +- m_master_key.m_value.assign(master_key.second); ++ m_master_key.m_value = master_key.second; + /* No keyring error */ + if (master_key.first == Keyring_status::KEYRING_ERROR_FETCHING) goto err1; + } +@@ -289,7 +289,7 @@ bool Rpl_encryption::recover_master_key() { + + if (new_master_key.first == Keyring_status::SUCCESS) { + m_master_key.m_id = new_master_key_id; +- m_master_key.m_value.assign(new_master_key.second); ++ m_master_key.m_value = new_master_key.second; + if (new_master_key_seqno.second > m_master_key_seqno && + new_master_key_seqno.second > old_master_key_seqno.second) { + if (m_master_key_seqno > 0) { +@@ -379,8 +379,8 @@ std::pair + reinterpret_cast(std::get<1>(tuple)); + first[0] = ~(first[0]); + }); +- key_str.append(reinterpret_cast(std::get<1>(tuple)), +- std::get<2>(tuple)); ++ auto *first = reinterpret_cast(std::get<1>(tuple)); ++ key_str.insert(key_str.end(), first, first + std::get<2>(tuple)); + my_free(std::get<1>(tuple)); + } + +@@ -395,7 +395,7 @@ std::pair + if (pair.first == Keyring_status::SUCCESS) { + DBUG_EXECUTE_IF("corrupt_replication_encryption_key_size", + { pair.second.resize(key_size / 2); }); +- if (pair.second.length() != key_size) ++ if (pair.second.size() != key_size) + pair.first = Keyring_status::UNEXPECTED_KEY_SIZE; + } + return pair; +@@ -449,7 +449,7 @@ bool Rpl_encryption::enable_for_xtrabackup() { + Rpl_encryption_header::seqno_to_key_id(m_master_key_seqno); + auto master_key = + get_key(m_master_key.m_id, Rpl_encryption_header::get_key_type()); +- m_master_key.m_value.assign(master_key.second); ++ m_master_key.m_value = master_key.second; + /* No keyring error */ + if (master_key.first == Keyring_status::KEYRING_ERROR_FETCHING) res = true; + } +@@ -770,7 +770,7 @@ Rpl_encryption::get_seqno_from_keyring(std::string key + auto fetched_key = get_key(key_id, SEQNO_KEY_TYPE, SEQNO_KEY_LENGTH); + uint32_t seqno = 0; + if (fetched_key.first == Keyring_status::SUCCESS) { +- const void *key = fetched_key.second.c_str(); ++ const void *key = fetched_key.second.data(); + memcpy(&seqno, key, sizeof(seqno)); + seqno = le32toh(seqno); + } +@@ -975,7 +975,7 @@ bool Rpl_encryption::generate_master_key_on_keyring(ui + + /* Store the generated key as the new master key */ + m_master_key.m_id = key_id; +- m_master_key.m_value.assign(pair.second); ++ m_master_key.m_value = pair.second; + + return false; + } +@@ -1078,12 +1078,12 @@ bool Rpl_encryption_header_v1::serialize(Basic_ostream + + assert(m_encrypted_password.length() == PASSWORD_FIELD_SIZE); + *ptr++ = ENCRYPTED_FILE_PASSWORD; +- memcpy(ptr, m_encrypted_password.data(), m_encrypted_password.length()); ++ memcpy(ptr, m_encrypted_password.data(), m_encrypted_password.size()); + ptr += PASSWORD_FIELD_SIZE; + + assert(m_iv.length() == IV_FIELD_SIZE); + *ptr++ = IV_FOR_FILE_PASSWORD; +- memcpy(ptr, m_iv.data(), m_iv.length()); ++ memcpy(ptr, m_iv.data(), m_iv.size()); + + bool res = DBUG_EVALUATE_IF("fail_to_serialize_encryption_header", true, + ostream->write(header, HEADER_SIZE)); +@@ -1138,13 +1138,13 @@ bool Rpl_encryption_header_v1::deserialize(Basic_istre + reinterpret_cast( + reader.ptr(PASSWORD_FIELD_SIZE)); + if (!reader.has_error()) +- m_encrypted_password.assign(password_ptr, PASSWORD_FIELD_SIZE); ++ m_encrypted_password.assign(password_ptr, password_ptr + PASSWORD_FIELD_SIZE); + break; + } + case IV_FOR_FILE_PASSWORD: { + const unsigned char *iv_ptr = + reinterpret_cast(reader.ptr(IV_FIELD_SIZE)); +- if (!reader.has_error()) m_iv.assign(iv_ptr, IV_FIELD_SIZE); ++ if (!reader.has_error()) m_iv.assign(iv_ptr, iv_ptr + IV_FIELD_SIZE); + break; + } + default: +@@ -1204,11 +1204,11 @@ Key_string Rpl_encryption_header_v1::decrypt_file_pass + unsigned char buffer[Aes_ctr::PASSWORD_LENGTH]; + + if (my_aes_decrypt(m_encrypted_password.data(), +- m_encrypted_password.length(), buffer, ++ m_encrypted_password.size(), buffer, + error_and_key.second.data(), +- error_and_key.second.length(), my_aes_256_cbc, ++ error_and_key.second.size(), my_aes_256_cbc, + m_iv.data(), false) != MY_AES_BAD_DATA) +- file_password.append(buffer, Aes_ctr::PASSWORD_LENGTH); ++ file_password.insert(file_password.end(), buffer, buffer + Aes_ctr::PASSWORD_LENGTH); + } + } + #endif +@@ -1239,16 +1239,16 @@ bool Rpl_encryption_header_v1::encrypt_file_password(K + + /* Generate iv, it is a random string. */ + error = my_rand_buffer(iv, Aes_ctr::AES_BLOCK_SIZE); +- m_iv = Key_string(iv, sizeof(iv)); ++ m_iv = Key_string(iv, iv + sizeof(iv)); + + /* Encrypt password */ + if (!error) { +- error = (my_aes_encrypt(password_str.data(), password_str.length(), ++ error = (my_aes_encrypt(password_str.data(), password_str.size(), + encrypted_password, master_key.m_value.data(), +- master_key.m_value.length(), my_aes_256_cbc, iv, ++ master_key.m_value.size(), my_aes_256_cbc, iv, + false) == MY_AES_BAD_DATA); + m_encrypted_password = +- Key_string(encrypted_password, sizeof(encrypted_password)); ++ Key_string(encrypted_password, encrypted_password + sizeof(encrypted_password)); + } + + return error; +@@ -1264,7 +1264,7 @@ Key_string Rpl_encryption_header_v1::generate_new_file + /* Generate password, it is a random string. */ + error = my_rand_buffer(password, sizeof(password)); + if (!error) { +- password_str.append(password, sizeof(password)); ++ password_str.insert(password_str.end(), password, password + sizeof(password)); + } + + if (error || encrypt_file_password(password_str) || diff --git a/databases/xtrabackup80/files/patch-sql_stream__cipher.cc b/databases/xtrabackup80/files/patch-sql_stream__cipher.cc new file mode 100644 index 000000000000..e9b1b0e5a573 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_stream__cipher.cc @@ -0,0 +1,11 @@ +--- sql/stream_cipher.cc.orig 2023-11-24 10:33:10 UTC ++++ sql/stream_cipher.cc +@@ -45,7 +45,7 @@ bool Aes_ctr_cipher::open(const Key_string &pass + m_header_size = header_size; + #ifdef HAVE_BYTESTOKEY_SHA512_HANDLING + if (EVP_BytesToKey(Aes_ctr::get_evp_cipher(), Aes_ctr::get_evp_md(), nullptr, +- password.data(), password.length(), 1, m_file_key, ++ password.data(), password.size(), 1, m_file_key, + m_iv) == 0) + return true; + #else diff --git a/databases/xtrabackup80/files/patch-sql_stream__cipher.h b/databases/xtrabackup80/files/patch-sql_stream__cipher.h new file mode 100644 index 000000000000..dfef2c2b2246 --- /dev/null +++ b/databases/xtrabackup80/files/patch-sql_stream__cipher.h @@ -0,0 +1,20 @@ +--- sql/stream_cipher.h.orig 2023-11-24 10:33:10 UTC ++++ sql/stream_cipher.h +@@ -25,7 +25,7 @@ + + #include + #include +-#include ++#include + + /** + @file stream_cipher.h +@@ -34,7 +34,7 @@ + binary log files. + */ + +-typedef std::basic_string Key_string; ++typedef std::vector Key_string; + + /** + @class Stream_cipher diff --git a/databases/xtrabackup80/files/patch-storage_innobase_log__log0recv.cc b/databases/xtrabackup80/files/patch-storage_innobase_log__log0recv.cc deleted file mode 100644 index 4f6c96125878..000000000000 --- a/databases/xtrabackup80/files/patch-storage_innobase_log__log0recv.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- storage/innobase/log/log0recv.cc.orig 2023-11-24 13:33:10.000000000 +0300 -+++ storage/innobase/log/log0recv.cc 2024-02-16 15:16:49.528584000 +0300 -@@ -3702,7 +3702,7 @@ - #else /* !UNIV_HOTBACKUP */ - bool meb_scan_log_recs( - #endif /* !UNIV_HOTBACKUP */ -- size_t *max_memory, const byte *buf, size_t len, -+ size_t max_memory, const byte *buf, size_t len, - lsn_t start_lsn, lsn_t *read_upto_lsn, - lsn_t to_lsn) { - const byte *log_block = buf; -@@ -3975,7 +3975,7 @@ - recv_parse_log_recs(); - - #ifndef UNIV_HOTBACKUP -- if (recv_heap_used() > *max_memory) { -+ if (recv_heap_used() > max_memory) { - recv_apply_hashed_log_recs(log, false); - } - #endif /* !UNIV_HOTBACKUP */ -@@ -4161,7 +4161,7 @@ - break; - } - -- finished = recv_scan_log_recs(log, &max_mem, log.buf, end_lsn - start_lsn, -+ finished = recv_scan_log_recs(log, max_mem, log.buf, end_lsn - start_lsn, - start_lsn, &log.m_scanned_lsn, to_lsn); - - start_lsn = end_lsn; diff --git a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_keyring__plugins.cc b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_keyring__plugins.cc new file mode 100644 index 000000000000..5a1124f11f87 --- /dev/null +++ b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_keyring__plugins.cc @@ -0,0 +1,11 @@ +--- storage/innobase/xtrabackup/src/keyring_plugins.cc.orig 2023-11-24 10:33:10 UTC ++++ storage/innobase/xtrabackup/src/keyring_plugins.cc +@@ -890,7 +890,7 @@ bool xb_binlog_password_reencrypt(const char *binlog_f + return (false); + } + +- Key_string file_password(key, Encryption::KEY_LEN); ++ Key_string file_password(key, key + Encryption::KEY_LEN); + header->encrypt_file_password(file_password); + + IO_CACHE_ostream ostream; diff --git a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_utils.cc b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_utils.cc deleted file mode 100644 index 34feee9867f6..000000000000 --- a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_src_utils.cc +++ /dev/null @@ -1,59 +0,0 @@ ---- storage/innobase/xtrabackup/src/utils.cc.orig 2023-01-30 20:34:34.000000000 +0700 -+++ storage/innobase/xtrabackup/src/utils.cc 2023-02-25 02:50:31.899561000 +0700 -@@ -21,6 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Bos - - #ifdef __APPLE__ - #include -+#endif -+#if defined(__APPLE__) || defined(__FreeBSD__) - #include - #else - #include -@@ -112,12 +114,14 @@ unsigned long get_version_number(std::string version_s - return major * 10000 + minor * 100 + version; - } - --#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) - unsigned long host_total_memory() { - unsigned long total_mem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); - return total_mem; - } -+#endif - -+#ifdef __APPLE__ - unsigned long host_free_memory() { - unsigned long total_mem = host_total_memory(); - int64_t used_mem; -@@ -138,6 +142,31 @@ unsigned long host_free_memory() { - return total_mem - (unsigned long)used_mem; - } - return 0; -+} -+#elif defined(__FreeBSD__) -+unsigned long host_free_memory() { -+ static int mib_free[2] = { -1, 0 }; -+ static int mib_inactive[2] = { -1, 0 }; -+ size_t miblen = sizeof(mib_free) / sizeof(mib_free[0]); -+ uint32_t free_pages, inactive_pages; -+ size_t sz = sizeof(free_pages); -+ -+ free_pages = inactive_pages = 0; -+ -+ if (mib_free[0] < 0 && -+ sysctlnametomib("vm.stats.vm.v_free_count", mib_free, &miblen) < 0) -+ mib_free[0] = 0; -+ if (mib_inactive[0] < 0 && -+ sysctlnametomib("vm.stats.vm.v_inactive_count", mib_inactive, &miblen) < 0) -+ mib_inactive[0] = 0; -+ -+ if (mib_free[0] && -+ sysctl(mib_free, 2, &free_pages, &sz, NULL, 0) < 0) -+ free_pages = 0; /* should not happen */ -+ if (mib_inactive[0] && sysctl(mib_inactive, 2, &inactive_pages, &sz, NULL, 0) < 0) -+ inactive_pages = 0; /* should not happen, too */ -+ -+ return (free_pages + inactive_pages) * sysconf(_SC_PAGESIZE); - } - #else - unsigned long host_total_memory() { diff --git a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_xbcloud__osenv.sh b/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_xbcloud__osenv.sh deleted file mode 100644 index 37b1e45afc66..000000000000 --- a/databases/xtrabackup80/files/patch-storage_innobase_xtrabackup_xbcloud__osenv.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- storage/innobase/xtrabackup/xbcloud_osenv.sh.orig 2020-08-28 21:02:32 UTC -+++ storage/innobase/xtrabackup/xbcloud_osenv.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # Copyright (C) 2015 Percona LLC and/or its affiliates. - # This software comes with ABSOLUTELY NO WARRANTY. This is free software, -@@ -105,5 +105,5 @@ fi - - # do it - # shellcheck disable=SC2086,SC2048 --${XBCLOUD_BIN} $* ${XBCLOUD_OS_ENV} -+${XBCLOUD_BIN} "$@" ${XBCLOUD_OS_ENV} - diff --git a/databases/xtrabackup80/files/patch-storage_temptable_include_temptable_lock_free_type.h b/databases/xtrabackup80/files/patch-storage_temptable_include_temptable_lock_free_type.h deleted file mode 100644 index a229da5b0adc..000000000000 --- a/databases/xtrabackup80/files/patch-storage_temptable_include_temptable_lock_free_type.h +++ /dev/null @@ -1,17 +0,0 @@ ---- storage/temptable/include/temptable/lock_free_type.h.orig 2020-06-16 16:31:03 UTC -+++ storage/temptable/include/temptable/lock_free_type.h -@@ -31,6 +31,14 @@ Lock-free type (selection) implementation. */ - - #include "storage/temptable/include/temptable/constants.h" - -+#if defined(__i386__) //&& defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8) -+/* Fix for clang setting __GCC_ATOMIC_LLONG_LOCK_FREE incorrectly for x86 -+ * https://llvm.org/bugs/show_bug.cgi?id=19355 -+ */ -+#undef ATOMIC_LLONG_LOCK_FREE -+#define ATOMIC_LLONG_LOCK_FREE 2 -+#endif -+ - namespace temptable { - - /** Enum class describing alignment-requirements. */ diff --git a/databases/xtrabackup80/files/patch-utils.cc b/databases/xtrabackup80/files/patch-utils.cc new file mode 100644 index 000000000000..7cc27bc79dd7 --- /dev/null +++ b/databases/xtrabackup80/files/patch-utils.cc @@ -0,0 +1,83 @@ +--- storage/innobase/xtrabackup/src/utils.cc.orig 2025-06-26 11:44:12.347914000 +0300 ++++ storage/innobase/xtrabackup/src/utils.cc 2025-06-26 11:47:31.087768000 +0300 +@@ -19,16 +19,6 @@ + #include + #include + +-#ifdef __APPLE__ +-#include +-#include +-#else +-#ifdef HAVE_PROCPS_V3 +-#include +-#else +-#include +-#endif // HAVE_PROCPS_V3 +-#endif // __APPLE__ + #include // uuid class + #include // generators + #include // streaming operators etc. +@@ -116,62 +106,13 @@ + return major * 10000 + minor * 100 + version; + } + +-#ifdef __APPLE__ + unsigned long host_total_memory() { +- unsigned long total_mem = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); +- return total_mem; ++ return 0; + } + + unsigned long host_free_memory() { +- unsigned long total_mem = host_total_memory(); +- int64_t used_mem; +- vm_size_t page_size; +- mach_msg_type_number_t count; +- vm_statistics_data_t vm_stats; +- +- // Get used memory +- mach_port_t host = mach_host_self(); +- count = sizeof(vm_stats) / sizeof(natural_t); +- if (KERN_SUCCESS == host_page_size(host, &page_size) && +- KERN_SUCCESS == +- host_statistics(host, HOST_VM_INFO, (host_info_t)&vm_stats, &count)) { +- used_mem = ((int64_t)vm_stats.active_count + (int64_t)vm_stats.wire_count) * +- (int64_t)page_size; +- +- ut_a(total_mem >= (unsigned long)used_mem); +- return total_mem - (unsigned long)used_mem; +- } + return 0; + } +-#else +-unsigned long host_total_memory() { +-#ifdef HAVE_PROCPS_V3 +- meminfo(); +- return kb_main_total * 1024; +-#else +- struct meminfo_info *mem_info; +- if (procps_meminfo_new(&mem_info) < 0) { +- return 0; +- } +- +- return MEMINFO_GET(mem_info, MEMINFO_MEM_TOTAL, ul_int) * 1024; +-#endif // HAVE_PROCPS_V3 +-} +- +-unsigned long host_free_memory() { +-#ifdef HAVE_PROCPS_V3 +- meminfo(); +- return kb_main_available * 1024; +-#else +- struct meminfo_info *mem_info; +- if (procps_meminfo_new(&mem_info) < 0) { +- return 0; +- } +- +- return MEMINFO_GET(mem_info, MEMINFO_MEM_AVAILABLE, ul_int) * 1024; +-#endif // HAVE_PROCPS_V3 +-} +-#endif + + std::string generate_uuid() { + boost::uuids::uuid uuid = gen(); diff --git a/deskutils/jot/Makefile b/deskutils/jot/Makefile index bfcd6941be81..9e66c0201ec6 100644 --- a/deskutils/jot/Makefile +++ b/deskutils/jot/Makefile @@ -1,7 +1,7 @@ PORTNAME= jot DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index d28d9a060e5b..90e6919f7019 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,6 +1,6 @@ PORTNAME= just DISTVERSION= 1.40.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/lazycli/Makefile b/deskutils/lazycli/Makefile index d83ab5c4da6b..26c6ca41242e 100644 --- a/deskutils/lazycli/Makefile +++ b/deskutils/lazycli/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazycli DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/pipecolor/Makefile b/deskutils/pipecolor/Makefile index ec5fdf261c1e..5a1dbbe90917 100644 --- a/deskutils/pipecolor/Makefile +++ b/deskutils/pipecolor/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipecolor DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile index 3eb6100f06f5..ed0c05c5ee33 100644 --- a/deskutils/pueue/Makefile +++ b/deskutils/pueue/Makefile @@ -1,7 +1,7 @@ PORTNAME= pueue DISTVERSIONPREFIX= v DISTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/rwpspread/Makefile b/deskutils/rwpspread/Makefile index 3e5907fa08d7..4dc6307a8fac 100644 --- a/deskutils/rwpspread/Makefile +++ b/deskutils/rwpspread/Makefile @@ -1,7 +1,7 @@ PORTNAME= rwpspread DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/sigi/Makefile b/deskutils/sigi/Makefile index 73c71f5835a4..6bc6fb434322 100644 --- a/deskutils/sigi/Makefile +++ b/deskutils/sigi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sigi DISTVERSIONPREFIX= v DISTVERSION= 3.7.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile index 7e76fb832a17..b99cb2283696 100644 --- a/deskutils/skim/Makefile +++ b/deskutils/skim/Makefile @@ -1,7 +1,7 @@ PORTNAME= skim DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils PKGNAMESUFFIX= -fuzzy-finder diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile index f03bcb8d0d53..90af81a050d1 100644 --- a/deskutils/taskwarrior-tui/Makefile +++ b/deskutils/taskwarrior-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= taskwarrior-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/thokr/Makefile b/deskutils/thokr/Makefile index ac8428d5788f..24bddf3c0b0f 100644 --- a/deskutils/thokr/Makefile +++ b/deskutils/thokr/Makefile @@ -1,7 +1,7 @@ PORTNAME= thokr DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index d2c79f9dffc6..9b645258411b 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -20,6 +20,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/ben-crowell-when-965b37762cc7/ +PORTSCOUT= skipv:1.2.00 + SHEBANG_FILES= when .include diff --git a/devel/Makefile b/devel/Makefile index be9d1d0a63ab..bba449d656bd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -500,6 +500,7 @@ SUBDIR += deheader SUBDIR += delta SUBDIR += delve + SUBDIR += demumble SUBDIR += deployer SUBDIR += desed SUBDIR += desktop-file-utils @@ -3753,6 +3754,16 @@ SUBDIR += php84-sysvsem SUBDIR += php84-sysvshm SUBDIR += php84-tokenizer + SUBDIR += php85-ffi + SUBDIR += php85-gettext + SUBDIR += php85-intl + SUBDIR += php85-pcntl + SUBDIR += php85-readline + SUBDIR += php85-shmop + SUBDIR += php85-sysvmsg + SUBDIR += php85-sysvsem + SUBDIR += php85-sysvshm + SUBDIR += php85-tokenizer SUBDIR += phpunit10 SUBDIR += phpunit11 SUBDIR += phpunit12 @@ -5257,6 +5268,7 @@ SUBDIR += py-rfc3339-validator SUBDIR += py-rfc3986-validator SUBDIR += py-rich-click + SUBDIR += py-rich-toolkit SUBDIR += py-riot SUBDIR += py-robotframework SUBDIR += py-robotframework-assertion-engine diff --git a/devel/R-cran-webfakes/Makefile b/devel/R-cran-webfakes/Makefile index c1d097ab7dfc..0edceeb7816e 100644 --- a/devel/R-cran-webfakes/Makefile +++ b/devel/R-cran-webfakes/Makefile @@ -1,5 +1,5 @@ PORTNAME= webfakes -DISTVERSION= 1.3.2 +DISTVERSION= 1.4.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -25,6 +25,8 @@ TEST_DEPENDS= R-cran-brotli>0:archivers/R-cran-brotli \ R-cran-xml2>0:textproc/R-cran-xml2 \ R-cran-zip>=2.3.0:archivers/R-cran-zip -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles shebangfix + +SHEBANG_FILES= inst/cert/localhost/generate.sh .include diff --git a/devel/R-cran-webfakes/distinfo b/devel/R-cran-webfakes/distinfo index 34999643da90..abbd05d95491 100644 --- a/devel/R-cran-webfakes/distinfo +++ b/devel/R-cran-webfakes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737528205 -SHA256 (webfakes_1.3.2.tar.gz) = c868a11ae9880bdbfc2e5b067e7d3d9d2f35d9236aa724526b8e95c886c90ca2 -SIZE (webfakes_1.3.2.tar.gz) = 435284 +TIMESTAMP = 1751482440 +SHA256 (webfakes_1.4.0.tar.gz) = 442c246b89ff3afd202980bb3c91c0e4ec1ee7aca38d8edfbc3cf9f079896284 +SIZE (webfakes_1.4.0.tar.gz) = 1882937 diff --git a/devel/amber/Makefile b/devel/amber/Makefile index 724b18727bdd..91f2a1370621 100644 --- a/devel/amber/Makefile +++ b/devel/amber/Makefile @@ -1,7 +1,7 @@ PORTNAME= amber DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel PKGNAMESUFFIX= -code-search-replace-tool diff --git a/devel/argc/Makefile b/devel/argc/Makefile index 476d0a0a101b..bedf3809e5e0 100644 --- a/devel/argc/Makefile +++ b/devel/argc/Makefile @@ -1,7 +1,7 @@ PORTNAME= argc DISTVERSIONPREFIX= v DISTVERSION= 1.22.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bacon/Makefile b/devel/bacon/Makefile index 83b50313436d..6d27d11975f0 100644 --- a/devel/bacon/Makefile +++ b/devel/bacon/Makefile @@ -1,6 +1,7 @@ PORTNAME= bacon DISTVERSIONPREFIX= v DISTVERSION= 3.16.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index 543d9e40fc6c..b5859f77e840 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/bunyan/Makefile b/devel/bunyan/Makefile index e8f6ef524fe6..ccc703d7d158 100644 --- a/devel/bunyan/Makefile +++ b/devel/bunyan/Makefile @@ -1,7 +1,7 @@ PORTNAME= bunyan DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/busd/Makefile b/devel/busd/Makefile index 5dc5bcb28bc3..911063d56e2c 100644 --- a/devel/busd/Makefile +++ b/devel/busd/Makefile @@ -1,6 +1,6 @@ PORTNAME= busd DISTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/cargo-bloat/Makefile b/devel/cargo-bloat/Makefile index 756f750551fb..fce3c7b7be3d 100644 --- a/devel/cargo-bloat/Makefile +++ b/devel/cargo-bloat/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-bloat DISTVERSIONPREFIX= v DISTVERSION= 0.12.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index def97b51f15f..d10bb9fdcc0c 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,13 +1,13 @@ PORTNAME= cargo-c -DISTVERSION= 0.10.13 -DISTVERSIONSUFFIX= +cargo-0.88.0 +DISTVERSION= 0.10.14 +DISTVERSIONSUFFIX= +cargo-0.89.0 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cargo C-ABI helpers WWW= https://github.com/lu-zero/cargo-c diff --git a/devel/cargo-c/Makefile.crates b/devel/cargo-c/Makefile.crates index 211d3e61aa34..5b2b7ee7a66a 100644 --- a/devel/cargo-c/Makefile.crates +++ b/devel/cargo-c/Makefile.crates @@ -1,54 +1,55 @@ -CARGO_CRATES= adler2-2.0.0 \ +CARGO_CRATES= adler2-2.0.1 \ ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ annotate-snippets-0.11.5 \ - anstream-0.6.18 \ - anstyle-1.0.10 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ anyhow-1.0.98 \ arc-swap-1.7.1 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ base16ct-0.2.0 \ base64-0.22.1 \ - base64ct-1.7.3 \ + base64ct-1.8.0 \ bitflags-2.9.1 \ bitmaps-2.1.0 \ blake3-1.8.2 \ block-buffer-0.10.4 \ bstr-1.12.0 \ - bumpalo-3.17.0 \ + bumpalo-3.19.0 \ + byteorder-1.5.0 \ bytes-1.10.1 \ - cargo-0.88.0 \ + cargo-0.89.0 \ cargo-credential-0.4.8 \ - cargo-credential-libsecret-0.4.13 \ - cargo-credential-macos-keychain-0.4.13 \ - cargo-credential-wincred-0.4.13 \ - cargo-platform-0.2.0 \ - cargo-util-0.2.20 \ - cargo-util-schemas-0.8.1 \ - cbindgen-0.28.0 \ - cc-1.2.22 \ - cfg-if-1.0.0 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ - clap_complete-4.5.50 \ - clap_derive-4.5.32 \ - clap_lex-0.7.4 \ + cargo-credential-libsecret-0.4.14 \ + cargo-credential-macos-keychain-0.4.14 \ + cargo-credential-wincred-0.4.14 \ + cargo-platform-0.3.0 \ + cargo-util-0.2.21 \ + cargo-util-schemas-0.8.2 \ + cbindgen-0.29.0 \ + cc-1.2.27 \ + cfg-if-1.0.1 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ clru-0.6.2 \ color-print-0.3.7 \ color-print-proc-macro-0.3.7 \ - colorchoice-1.0.3 \ + colorchoice-1.0.4 \ const-oid-0.9.6 \ constant_time_eq-0.3.1 \ - core-foundation-0.10.0 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ - crates-io-0.40.10 \ + crates-io-0.40.11 \ crc32fast-1.4.2 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ @@ -56,9 +57,9 @@ CARGO_CRATES= adler2-2.0.0 \ crossbeam-utils-0.8.21 \ crypto-bigint-0.5.5 \ crypto-common-0.1.6 \ - ct-codecs-1.1.5 \ - curl-0.4.47 \ - curl-sys-0.4.80+curl-8.12.1 \ + ct-codecs-1.1.6 \ + curl-0.4.48 \ + curl-sys-0.4.82+curl-8.14.1 \ dbus-0.9.7 \ der-0.7.10 \ deranged-0.4.0 \ @@ -72,15 +73,16 @@ CARGO_CRATES= adler2-2.0.0 \ encoding_rs-0.8.35 \ equivalent-1.0.2 \ erased-serde-0.4.6 \ - errno-0.3.12 \ + errno-0.3.13 \ fallible-iterator-0.3.0 \ fallible-streaming-iterator-0.1.9 \ faster-hex-0.9.0 \ + faster-hex-0.10.0 \ fastrand-2.3.0 \ ff-0.13.1 \ - fiat-crypto-0.2.9 \ + fiat-crypto-0.3.0 \ filetime-0.2.25 \ - flate2-1.1.1 \ + flate2-1.1.2 \ fnv-1.0.7 \ foldhash-0.1.5 \ foreign-types-0.3.2 \ @@ -91,63 +93,68 @@ CARGO_CRATES= adler2-2.0.0 \ getrandom-0.3.3 \ git2-0.20.2 \ git2-curl-0.21.0 \ - gix-0.70.0 \ - gix-actor-0.33.2 \ - gix-attributes-0.24.0 \ + gix-0.71.0 \ + gix-actor-0.34.0 \ + gix-attributes-0.25.0 \ gix-bitmap-0.2.14 \ gix-chunk-0.4.11 \ - gix-command-0.4.1 \ - gix-commitgraph-0.26.0 \ - gix-config-0.43.0 \ + gix-command-0.5.0 \ + gix-commitgraph-0.27.0 \ + gix-config-0.44.0 \ gix-config-value-0.14.12 \ - gix-credentials-0.27.0 \ + gix-credentials-0.28.0 \ gix-date-0.9.4 \ - gix-diff-0.50.0 \ - gix-dir-0.12.0 \ - gix-discover-0.38.0 \ - gix-features-0.40.0 \ - gix-filter-0.17.0 \ - gix-fs-0.13.0 \ - gix-glob-0.18.0 \ - gix-hash-0.16.0 \ - gix-hashtable-0.7.0 \ - gix-ignore-0.13.0 \ - gix-index-0.38.0 \ - gix-lock-16.0.0 \ - gix-negotiate-0.18.0 \ - gix-object-0.47.0 \ - gix-odb-0.67.0 \ - gix-pack-0.57.0 \ + gix-diff-0.51.0 \ + gix-dir-0.13.0 \ + gix-discover-0.39.0 \ + gix-features-0.41.1 \ + gix-features-0.42.1 \ + gix-filter-0.18.0 \ + gix-fs-0.14.0 \ + gix-fs-0.15.0 \ + gix-glob-0.19.0 \ + gix-hash-0.17.0 \ + gix-hash-0.18.0 \ + gix-hashtable-0.8.1 \ + gix-ignore-0.14.0 \ + gix-index-0.39.0 \ + gix-lock-17.1.0 \ + gix-negotiate-0.19.0 \ + gix-object-0.48.0 \ + gix-odb-0.68.0 \ + gix-pack-0.58.0 \ gix-packetline-0.18.4 \ gix-packetline-blocking-0.18.3 \ gix-path-0.10.18 \ - gix-pathspec-0.9.0 \ - gix-prompt-0.9.1 \ - gix-protocol-0.48.0 \ - gix-quote-0.4.15 \ - gix-ref-0.50.0 \ - gix-refspec-0.28.0 \ - gix-revision-0.32.0 \ - gix-revwalk-0.18.0 \ + gix-pathspec-0.10.0 \ + gix-prompt-0.10.0 \ + gix-protocol-0.49.0 \ + gix-quote-0.5.0 \ + gix-ref-0.51.0 \ + gix-refspec-0.29.0 \ + gix-revision-0.33.0 \ + gix-revwalk-0.19.0 \ gix-sec-0.10.12 \ - gix-shallow-0.2.0 \ - gix-submodule-0.17.0 \ - gix-tempfile-16.0.0 \ + gix-shallow-0.3.0 \ + gix-submodule-0.18.0 \ + gix-tempfile-17.1.0 \ gix-trace-0.1.12 \ - gix-transport-0.45.0 \ - gix-traverse-0.44.0 \ - gix-url-0.29.0 \ - gix-utils-0.1.14 \ + gix-transport-0.46.0 \ + gix-traverse-0.45.0 \ + gix-url-0.30.0 \ + gix-utils-0.2.0 \ + gix-utils-0.3.0 \ gix-validate-0.9.4 \ gix-validate-0.10.0 \ - gix-worktree-0.39.0 \ + gix-worktree-0.40.0 \ glob-0.3.2 \ globset-0.4.16 \ group-0.13.0 \ + hash32-0.3.1 \ hashbrown-0.14.5 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ hashlink-0.10.0 \ - heck-0.4.1 \ + heapless-0.8.0 \ heck-0.5.0 \ hex-0.4.3 \ hkdf-0.12.4 \ @@ -158,21 +165,21 @@ CARGO_CRATES= adler2-2.0.0 \ icu_locale_core-2.0.0 \ icu_normalizer-2.0.0 \ icu_normalizer_data-2.0.0 \ - icu_properties-2.0.0 \ - icu_properties_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 \ ignore-0.4.23 \ im-rc-15.1.0 \ implib-0.3.5 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ is_executable-1.0.4 \ is_terminal_polyfill-1.70.1 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.13 \ - jiff-static-0.2.13 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ jobserver-0.1.33 \ @@ -180,27 +187,28 @@ CARGO_CRATES= adler2-2.0.0 \ kstring-2.0.2 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.172 \ + libc-0.2.174 \ libdbus-sys-0.2.5 \ - libgit2-sys-0.18.1+1.9.0 \ - libloading-0.8.7 \ + libgit2-sys-0.18.2+1.9.1 \ + libloading-0.8.8 \ libnghttp2-sys-0.1.11+1.64.0 \ - libredox-0.1.3 \ - libsqlite3-sys-0.31.0 \ + libredox-0.1.4 \ + libsqlite3-sys-0.32.0 \ libssh2-sys-0.3.1 \ + libz-rs-sys-0.5.1 \ libz-sys-1.1.22 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ - lock_api-0.4.12 \ + lock_api-0.4.13 \ log-0.4.27 \ matchers-0.1.0 \ maybe-async-0.2.10 \ - memchr-2.7.4 \ + memchr-2.7.5 \ memmap2-0.9.5 \ memoffset-0.9.1 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.8 \ + miniz_oxide-0.8.9 \ miow-0.6.0 \ nom-7.1.3 \ normpath-1.3.0 \ @@ -208,28 +216,31 @@ CARGO_CRATES= adler2-2.0.0 \ num-conv-0.1.0 \ num-traits-0.2.19 \ object-0.36.7 \ + object-0.37.1 \ once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ opener-0.7.2 \ - openssl-0.10.57 \ + openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-sys-0.9.109 \ ordered-float-2.10.1 \ - orion-0.17.10 \ - os_info-3.11.0 \ + orion-0.17.11 \ + os_info-3.12.0 \ overload-0.1.1 \ p384-0.13.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ - pasetors-0.7.4 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + pasetors-0.7.6 \ pathdiff-0.2.3 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.16 \ pkcs8-0.10.2 \ pkg-config-0.3.32 \ - portable-atomic-1.11.0 \ + plist-1.7.2 \ + portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ potential_utf-0.1.2 \ powerfmt-0.2.0 \ @@ -237,24 +248,25 @@ CARGO_CRATES= adler2-2.0.0 \ primeorder-0.13.6 \ proc-macro2-1.0.95 \ prodash-29.0.2 \ + quick-xml-0.37.5 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rand-0.9.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ rand_xoshiro-0.6.0 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.13 \ regex-1.11.1 \ regex-automata-0.1.10 \ regex-automata-0.4.9 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ rfc6979-0.4.0 \ - rusqlite-0.33.0 \ + rusqlite-0.34.0 \ rustc-hash-2.1.1 \ rustc-stable-hash-0.1.2 \ - rustfix-0.9.0 \ + rustfix-0.9.1 \ rustix-0.38.44 \ rustix-1.0.7 \ ryu-1.0.20 \ @@ -271,9 +283,9 @@ CARGO_CRATES= adler2-2.0.0 \ serde_derive-1.0.219 \ serde_ignored-0.1.12 \ serde_json-1.0.140 \ - serde_spanned-0.6.8 \ + serde_spanned-0.6.9 \ sha1-0.10.6 \ - sha1_smol-1.0.1 \ + sha1-checked-0.10.0 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shell-escape-0.1.5 \ @@ -281,8 +293,8 @@ CARGO_CRATES= adler2-2.0.0 \ shlex-1.3.0 \ signature-2.2.0 \ sized-chunks-0.6.5 \ - smallvec-1.15.0 \ - socket2-0.5.9 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ spki-0.7.3 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ @@ -290,7 +302,7 @@ CARGO_CRATES= adler2-2.0.0 \ subtle-2.6.1 \ supports-hyperlinks-3.1.0 \ supports-unicode-3.0.0 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ tar-0.4.44 \ tempfile-3.20.0 \ @@ -299,21 +311,21 @@ CARGO_CRATES= adler2-2.0.0 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ + thread_local-1.1.9 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - toml-0.8.22 \ - toml_datetime-0.6.9 \ - toml_edit-0.22.26 \ - toml_write-0.1.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ tracing-0.1.41 \ - tracing-attributes-0.1.28 \ + tracing-attributes-0.1.30 \ tracing-chrome-0.7.2 \ - tracing-core-0.1.33 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ typeid-1.0.3 \ @@ -322,7 +334,7 @@ CARGO_CRATES= adler2-2.0.0 \ unicode-bom-2.0.3 \ unicode-ident-1.0.18 \ unicode-normalization-0.1.24 \ - unicode-width-0.2.0 \ + unicode-width-0.2.1 \ unicode-xid-0.2.6 \ url-2.5.4 \ utf8_iter-1.0.4 \ @@ -331,7 +343,7 @@ CARGO_CRATES= adler2-2.0.0 \ vcpkg-0.2.15 \ version_check-0.9.5 \ walkdir-2.5.0 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ @@ -345,9 +357,10 @@ CARGO_CRATES= adler2-2.0.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows-targets-0.53.0 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ @@ -371,17 +384,17 @@ CARGO_CRATES= adler2-2.0.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.26 \ - winnow-0.7.10 \ + winnow-0.7.11 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zerocopy-0.8.25 \ - zerocopy-derive-0.8.25 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ zerotrie-0.2.2 \ zerovec-0.11.2 \ - zerovec-derive-0.11.1 + zerovec-derive-0.11.1 \ + zlib-rs-0.5.1 diff --git a/devel/cargo-c/distinfo b/devel/cargo-c/distinfo index 47b07531a554..e0a9fc610aee 100644 --- a/devel/cargo-c/distinfo +++ b/devel/cargo-c/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1153704088 -SHA256 (rust/crates/cargo-c-0.10.13+cargo-0.88.0.crate) = bd11efb38aee5930cabfe8d41465f22859b2af9071fa04d3642814cf1cc2bc75 -SIZE (rust/crates/cargo-c-0.10.13+cargo-0.88.0.crate) = 57727 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +TIMESTAMP = 1751094160 +SHA256 (rust/crates/cargo-c-0.10.14+cargo-0.89.0.crate) = fe82742019f0e5c1a9f8549b0f41b20f1bc834f5ed0626c47019f15be566b321 +SIZE (rust/crates/cargo-c-0.10.14+cargo-0.89.0.crate) = 59024 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 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 @@ -11,16 +11,16 @@ SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f924 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/annotate-snippets-0.11.5.crate) = 710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4 SIZE (rust/crates/annotate-snippets-0.11.5.crate) = 34687 -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/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 @@ -29,14 +29,14 @@ SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486 SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 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/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 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/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba +SIZE (rust/crates/base64ct-1.8.0.crate) = 31211 SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bitmaps-2.1.0.crate) = 031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2 @@ -47,62 +47,64 @@ SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996a SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 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/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a SIZE (rust/crates/bytes-1.10.1.crate) = 76779 -SHA256 (rust/crates/cargo-0.88.0.crate) = e3266d7f10870d970f22fd244b5d4bb017f723247e6743f2283f6fe63a4f6084 -SIZE (rust/crates/cargo-0.88.0.crate) = 2764211 +SHA256 (rust/crates/cargo-0.89.0.crate) = 4ffb868a2869728e8cad2afd836cf7f287f5e9379f2e857deea187abfd7c5cfd +SIZE (rust/crates/cargo-0.89.0.crate) = 2772387 SHA256 (rust/crates/cargo-credential-0.4.8.crate) = ac1ef5080adde1db190e901884d2c400990856c2a23201c5a181b910a6dbdf2a SIZE (rust/crates/cargo-credential-0.4.8.crate) = 19781 -SHA256 (rust/crates/cargo-credential-libsecret-0.4.13.crate) = 02d4e8e593dd3967cf90d6ae8e0e820abbb9ba168c4015dc04d90abc80477b8b -SIZE (rust/crates/cargo-credential-libsecret-0.4.13.crate) = 9749 -SHA256 (rust/crates/cargo-credential-macos-keychain-0.4.13.crate) = 4037e5af4bd682580c82143a0a22d9fd2ae6e57ee8b9ea7110dabcf1160828cc -SIZE (rust/crates/cargo-credential-macos-keychain-0.4.13.crate) = 9214 -SHA256 (rust/crates/cargo-credential-wincred-0.4.13.crate) = 320491fd2d43703fe8685cc844af75eba650d32f51a26a9f37ec8fd0d426a738 -SIZE (rust/crates/cargo-credential-wincred-0.4.13.crate) = 9390 -SHA256 (rust/crates/cargo-platform-0.2.0.crate) = 84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4 -SIZE (rust/crates/cargo-platform-0.2.0.crate) = 13373 -SHA256 (rust/crates/cargo-util-0.2.20.crate) = d767bc85f367f6483a6072430b56f5c0d6ee7636751a21a800526d0711753d76 -SIZE (rust/crates/cargo-util-0.2.20.crate) = 32306 -SHA256 (rust/crates/cargo-util-schemas-0.8.1.crate) = ea8b01266e95c3cf839fe626e651fa36a9171033caa917a773d7a0ba1d5ce6be -SIZE (rust/crates/cargo-util-schemas-0.8.1.crate) = 36913 -SHA256 (rust/crates/cbindgen-0.28.0.crate) = eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff -SIZE (rust/crates/cbindgen-0.28.0.crate) = 223401 -SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1 -SIZE (rust/crates/cc-1.2.22.crate) = 106294 -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.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/cargo-credential-libsecret-0.4.14.crate) = d4c6e10380bfa25a4f1495e6ca7256332857e3ef7bb16adf376641e6af03acaf +SIZE (rust/crates/cargo-credential-libsecret-0.4.14.crate) = 9752 +SHA256 (rust/crates/cargo-credential-macos-keychain-0.4.14.crate) = 123e3570992ff3f899a62eefd482e131dea655df8c08150ae559bda2ff492836 +SIZE (rust/crates/cargo-credential-macos-keychain-0.4.14.crate) = 9215 +SHA256 (rust/crates/cargo-credential-wincred-0.4.14.crate) = 0310db795786db4bbe6cc00f30099ff6a157bb78f9f590376e5e1005866a68d3 +SIZE (rust/crates/cargo-credential-wincred-0.4.14.crate) = 9392 +SHA256 (rust/crates/cargo-platform-0.3.0.crate) = 8abf5d501fd757c2d2ee78d0cc40f606e92e3a63544420316565556ed28485e2 +SIZE (rust/crates/cargo-platform-0.3.0.crate) = 13252 +SHA256 (rust/crates/cargo-util-0.2.21.crate) = c95ec8b2485b20aed818bd7460f8eecc6c87c35c84191b353a3aba9aa1736c36 +SIZE (rust/crates/cargo-util-0.2.21.crate) = 32302 +SHA256 (rust/crates/cargo-util-schemas-0.8.2.crate) = 7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830 +SIZE (rust/crates/cargo-util-schemas-0.8.2.crate) = 36914 +SHA256 (rust/crates/cbindgen-0.29.0.crate) = 975982cdb7ad6a142be15bdf84aea7ec6a9e5d4d797c004d43185b24cfe4e684 +SIZE (rust/crates/cbindgen-0.29.0.crate) = 226905 +SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/clru-0.6.2.crate) = cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59 SIZE (rust/crates/clru-0.6.2.crate) = 16497 SHA256 (rust/crates/color-print-0.3.7.crate) = 3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4 SIZE (rust/crates/color-print-0.3.7.crate) = 11586 SHA256 (rust/crates/color-print-proc-macro-0.3.7.crate) = 692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22 SIZE (rust/crates/color-print-proc-macro-0.3.7.crate) = 23082 -SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 -SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 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/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/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 -SHA256 (rust/crates/crates-io-0.40.10.crate) = 9c15b946f2bbd53f5be858ed02fcacfeb3646f3ca67b24defc276a01edd10de6 -SIZE (rust/crates/crates-io-0.40.10.crate) = 15087 +SHA256 (rust/crates/crates-io-0.40.11.crate) = 9d8912d1316660f138aa2dec2c20e38633449fb7a3b2b8fcbf1698ac31941b8e +SIZE (rust/crates/crates-io-0.40.11.crate) = 15088 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 @@ -117,12 +119,12 @@ SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af9 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/ct-codecs-1.1.5.crate) = dd0d274c65cbc1c34703d2fc2ce0fb892ff68f4516b677671a2f238a30b9b2b2 -SIZE (rust/crates/ct-codecs-1.1.5.crate) = 8162 -SHA256 (rust/crates/curl-0.4.47.crate) = d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265 -SIZE (rust/crates/curl-0.4.47.crate) = 97185 -SHA256 (rust/crates/curl-sys-0.4.80+curl-8.12.1.crate) = 55f7df2eac63200c3ab25bde3b2268ef2ee56af3d238e76d61f01c3c49bff734 -SIZE (rust/crates/curl-sys-0.4.80+curl-8.12.1.crate) = 1817567 +SHA256 (rust/crates/ct-codecs-1.1.6.crate) = 9b10589d1a5e400d61f9f38f12f884cfd080ff345de8f17efda36fe0e4a02aa8 +SIZE (rust/crates/ct-codecs-1.1.6.crate) = 11206 +SHA256 (rust/crates/curl-0.4.48.crate) = 9e2d5c8f48d9c0c23250e52b55e82a6ab4fdba6650c931f5a0a57a43abda812b +SIZE (rust/crates/curl-0.4.48.crate) = 97323 +SHA256 (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = c4d63638b5ec65f1a4ae945287b3fd035be4554bbaf211901159c9a2a74fb5be +SIZE (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = 1859811 SHA256 (rust/crates/dbus-0.9.7.crate) = 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b SIZE (rust/crates/dbus-0.9.7.crate) = 104206 SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb @@ -149,24 +151,26 @@ SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029 SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a SIZE (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 9249 SHA256 (rust/crates/faster-hex-0.9.0.crate) = a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 SIZE (rust/crates/faster-hex-0.9.0.crate) = 13053 +SHA256 (rust/crates/faster-hex-0.10.0.crate) = 7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73 +SIZE (rust/crates/faster-hex-0.10.0.crate) = 13419 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 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/fiat-crypto-0.3.0.crate) = 64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24 +SIZE (rust/crates/fiat-crypto-0.3.0.crate) = 600542 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 SIZE (rust/crates/filetime-0.2.25.crate) = 14940 -SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece -SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 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 @@ -187,120 +191,130 @@ SHA256 (rust/crates/git2-0.20.2.crate) = 2deb07a133b1520dc1a5690e9bd08950108873d SIZE (rust/crates/git2-0.20.2.crate) = 223479 SHA256 (rust/crates/git2-curl-0.21.0.crate) = be8dcabbc09ece4d30a9aa983d5804203b7e2f8054a171f792deff59b56d31fa SIZE (rust/crates/git2-curl-0.21.0.crate) = 9654 -SHA256 (rust/crates/gix-0.70.0.crate) = 736f14636705f3a56ea52b553e67282519418d9a35bb1e90b3a9637a00296b68 -SIZE (rust/crates/gix-0.70.0.crate) = 290002 -SHA256 (rust/crates/gix-actor-0.33.2.crate) = 20018a1a6332e065f1fcc8305c1c932c6b8c9985edea2284b3c79dc6fa3ee4b2 -SIZE (rust/crates/gix-actor-0.33.2.crate) = 10094 -SHA256 (rust/crates/gix-attributes-0.24.0.crate) = f151000bf662ef5f641eca6102d942ee31ace80f271a3ef642e99776ce6ddb38 -SIZE (rust/crates/gix-attributes-0.24.0.crate) = 19878 +SHA256 (rust/crates/gix-0.71.0.crate) = a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435 +SIZE (rust/crates/gix-0.71.0.crate) = 292982 +SHA256 (rust/crates/gix-actor-0.34.0.crate) = f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7 +SIZE (rust/crates/gix-actor-0.34.0.crate) = 12871 +SHA256 (rust/crates/gix-attributes-0.25.0.crate) = e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f +SIZE (rust/crates/gix-attributes-0.25.0.crate) = 22766 SHA256 (rust/crates/gix-bitmap-0.2.14.crate) = b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540 SIZE (rust/crates/gix-bitmap-0.2.14.crate) = 7704 SHA256 (rust/crates/gix-chunk-0.4.11.crate) = 0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f SIZE (rust/crates/gix-chunk-0.4.11.crate) = 10144 -SHA256 (rust/crates/gix-command-0.4.1.crate) = cb410b84d6575db45e62025a9118bdbf4d4b099ce7575a76161e898d9ca98df1 -SIZE (rust/crates/gix-command-0.4.1.crate) = 11830 -SHA256 (rust/crates/gix-commitgraph-0.26.0.crate) = e23a8ec2d8a16026a10dafdb6ed51bcfd08f5d97f20fa52e200bc50cb72e4877 -SIZE (rust/crates/gix-commitgraph-0.26.0.crate) = 18954 -SHA256 (rust/crates/gix-config-0.43.0.crate) = 377c1efd2014d5d469e0b3cd2952c8097bce9828f634e04d5665383249f1d9e9 -SIZE (rust/crates/gix-config-0.43.0.crate) = 64327 +SHA256 (rust/crates/gix-command-0.5.0.crate) = c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8 +SIZE (rust/crates/gix-command-0.5.0.crate) = 15122 +SHA256 (rust/crates/gix-commitgraph-0.27.0.crate) = 043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe +SIZE (rust/crates/gix-commitgraph-0.27.0.crate) = 22254 +SHA256 (rust/crates/gix-config-0.44.0.crate) = 9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa +SIZE (rust/crates/gix-config-0.44.0.crate) = 73085 SHA256 (rust/crates/gix-config-value-0.14.12.crate) = 8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6 SIZE (rust/crates/gix-config-value-0.14.12.crate) = 15627 -SHA256 (rust/crates/gix-credentials-0.27.0.crate) = cf950f9ee1690bb9c4388b5152baa8a9f41ad61e5cf1ba0ec8c207b08dab9e45 -SIZE (rust/crates/gix-credentials-0.27.0.crate) = 22145 +SHA256 (rust/crates/gix-credentials-0.28.0.crate) = 25322308aaf65789536b860d21137c3f7b69004ac4971c15c1abb08d3951c062 +SIZE (rust/crates/gix-credentials-0.28.0.crate) = 22452 SHA256 (rust/crates/gix-date-0.9.4.crate) = daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4 SIZE (rust/crates/gix-date-0.9.4.crate) = 13705 -SHA256 (rust/crates/gix-diff-0.50.0.crate) = 62afb7f4ca0acdf4e9dad92065b2eb1bf2993bcc5014b57bc796e3a365b17c4d -SIZE (rust/crates/gix-diff-0.50.0.crate) = 46347 -SHA256 (rust/crates/gix-dir-0.12.0.crate) = c1d78db3927a12f7d1b788047b84efacaab03ef25738bd1c77856ad8966bd57b -SIZE (rust/crates/gix-dir-0.12.0.crate) = 55345 -SHA256 (rust/crates/gix-discover-0.38.0.crate) = d0c2414bdf04064e0f5a5aa029dfda1e663cf9a6c4bfc8759f2d369299bb65d8 -SIZE (rust/crates/gix-discover-0.38.0.crate) = 16684 -SHA256 (rust/crates/gix-features-0.40.0.crate) = 8bfdd4838a8d42bd482c9f0cb526411d003ee94cc7c7b08afe5007329c71d554 -SIZE (rust/crates/gix-features-0.40.0.crate) = 31239 -SHA256 (rust/crates/gix-filter-0.17.0.crate) = bdcc36cd7dbc63ed0ec3558645886553d1afd3cd09daa5efb9cba9cceb942bbb -SIZE (rust/crates/gix-filter-0.17.0.crate) = 36669 -SHA256 (rust/crates/gix-fs-0.13.0.crate) = 182e7fa7bfdf44ffb7cfe7451b373cdf1e00870ac9a488a49587a110c562063d -SIZE (rust/crates/gix-fs-0.13.0.crate) = 15742 -SHA256 (rust/crates/gix-glob-0.18.0.crate) = 4e9c7249fa0a78f9b363aa58323db71e0a6161fd69860ed6f48dedf0ef3a314e -SIZE (rust/crates/gix-glob-0.18.0.crate) = 14155 -SHA256 (rust/crates/gix-hash-0.16.0.crate) = e81c5ec48649b1821b3ed066a44efb95f1a268b35c1d91295e61252539fbe9f8 -SIZE (rust/crates/gix-hash-0.16.0.crate) = 13529 -SHA256 (rust/crates/gix-hashtable-0.7.0.crate) = 189130bc372accd02e0520dc5ab1cef318dcc2bc829b76ab8d84bbe90ac212d1 -SIZE (rust/crates/gix-hashtable-0.7.0.crate) = 7199 -SHA256 (rust/crates/gix-ignore-0.13.0.crate) = 4f529dcb80bf9855c0a7c49f0ac588df6d6952d63a63fefc254b9c869d2cdf6f -SIZE (rust/crates/gix-ignore-0.13.0.crate) = 9891 -SHA256 (rust/crates/gix-index-0.38.0.crate) = acd12e3626879369310fffe2ac61acc828613ef656b50c4ea984dd59d7dc85d8 -SIZE (rust/crates/gix-index-0.38.0.crate) = 46639 -SHA256 (rust/crates/gix-lock-16.0.0.crate) = 9739815270ff6940968441824d162df9433db19211ca9ba8c3fc1b50b849c642 -SIZE (rust/crates/gix-lock-16.0.0.crate) = 10524 -SHA256 (rust/crates/gix-negotiate-0.18.0.crate) = a6a8af1ef7bbe303d30b55312b7f4d33e955de43a3642ae9b7347c623d80ef80 -SIZE (rust/crates/gix-negotiate-0.18.0.crate) = 10508 -SHA256 (rust/crates/gix-object-0.47.0.crate) = ddc4b3a0044244f0fe22347fb7a79cca165e37829d668b41b85ff46a43e5fd68 -SIZE (rust/crates/gix-object-0.47.0.crate) = 40801 -SHA256 (rust/crates/gix-odb-0.67.0.crate) = 3e93457df69cd09573608ce9fa4f443fbd84bc8d15d8d83adecd471058459c1b -SIZE (rust/crates/gix-odb-0.67.0.crate) = 56316 -SHA256 (rust/crates/gix-pack-0.57.0.crate) = fc13a475b3db735617017fb35f816079bf503765312d4b1913b18cf96f3fa515 -SIZE (rust/crates/gix-pack-0.57.0.crate) = 97452 +SHA256 (rust/crates/gix-diff-0.51.0.crate) = a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8 +SIZE (rust/crates/gix-diff-0.51.0.crate) = 57844 +SHA256 (rust/crates/gix-dir-0.13.0.crate) = 5879497bd3815d8277ed864ec8975290a70de5b62bb92d2d666a4cefc5d4793b +SIZE (rust/crates/gix-dir-0.13.0.crate) = 63102 +SHA256 (rust/crates/gix-discover-0.39.0.crate) = f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781 +SIZE (rust/crates/gix-discover-0.39.0.crate) = 22970 +SHA256 (rust/crates/gix-features-0.41.1.crate) = 016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634 +SIZE (rust/crates/gix-features-0.41.1.crate) = 33677 +SHA256 (rust/crates/gix-features-0.42.1.crate) = 56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed +SIZE (rust/crates/gix-features-0.42.1.crate) = 33400 +SHA256 (rust/crates/gix-filter-0.18.0.crate) = cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89 +SIZE (rust/crates/gix-filter-0.18.0.crate) = 37418 +SHA256 (rust/crates/gix-fs-0.14.0.crate) = 951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111 +SIZE (rust/crates/gix-fs-0.14.0.crate) = 19699 +SHA256 (rust/crates/gix-fs-0.15.0.crate) = 67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7 +SIZE (rust/crates/gix-fs-0.15.0.crate) = 19741 +SHA256 (rust/crates/gix-glob-0.19.0.crate) = 20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030 +SIZE (rust/crates/gix-glob-0.19.0.crate) = 16258 +SHA256 (rust/crates/gix-hash-0.17.0.crate) = 834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49 +SIZE (rust/crates/gix-hash-0.17.0.crate) = 18801 +SHA256 (rust/crates/gix-hash-0.18.0.crate) = 8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8 +SIZE (rust/crates/gix-hash-0.18.0.crate) = 18940 +SHA256 (rust/crates/gix-hashtable-0.8.1.crate) = b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904 +SIZE (rust/crates/gix-hashtable-0.8.1.crate) = 10253 +SHA256 (rust/crates/gix-ignore-0.14.0.crate) = 9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18 +SIZE (rust/crates/gix-ignore-0.14.0.crate) = 12151 +SHA256 (rust/crates/gix-index-0.39.0.crate) = 855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7 +SIZE (rust/crates/gix-index-0.39.0.crate) = 53596 +SHA256 (rust/crates/gix-lock-17.1.0.crate) = 570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796 +SIZE (rust/crates/gix-lock-17.1.0.crate) = 13990 +SHA256 (rust/crates/gix-negotiate-0.19.0.crate) = dad912acf5a68a7defa4836014337ff4381af8c3c098f41f818a8c524285e57b +SIZE (rust/crates/gix-negotiate-0.19.0.crate) = 15384 +SHA256 (rust/crates/gix-object-0.48.0.crate) = 4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a +SIZE (rust/crates/gix-object-0.48.0.crate) = 48838 +SHA256 (rust/crates/gix-odb-0.68.0.crate) = 50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610 +SIZE (rust/crates/gix-odb-0.68.0.crate) = 62553 +SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb +SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138 SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04 SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579 SHA256 (rust/crates/gix-packetline-blocking-0.18.3.crate) = 1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3 SIZE (rust/crates/gix-packetline-blocking-0.18.3.crate) = 22138 SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 -SHA256 (rust/crates/gix-pathspec-0.9.0.crate) = 6430d3a686c08e9d59019806faa78c17315fe22ae73151a452195857ca02f86c -SIZE (rust/crates/gix-pathspec-0.9.0.crate) = 18875 -SHA256 (rust/crates/gix-prompt-0.9.1.crate) = 79f2185958e1512b989a007509df8d61dca014aa759a22bee80cfa6c594c3b6d -SIZE (rust/crates/gix-prompt-0.9.1.crate) = 13418 -SHA256 (rust/crates/gix-protocol-0.48.0.crate) = 6c61bd61afc6b67d213241e2100394c164be421e3f7228d3521b04f48ca5ba90 -SIZE (rust/crates/gix-protocol-0.48.0.crate) = 44956 -SHA256 (rust/crates/gix-quote-0.4.15.crate) = e49357fccdb0c85c0d3a3292a9f6db32d9b3535959b5471bb9624908f4a066c6 -SIZE (rust/crates/gix-quote-0.4.15.crate) = 7847 -SHA256 (rust/crates/gix-ref-0.50.0.crate) = 47adf4c5f933429f8554e95d0d92eee583cfe4b95d2bf665cd6fd4a1531ee20c -SIZE (rust/crates/gix-ref-0.50.0.crate) = 58093 -SHA256 (rust/crates/gix-refspec-0.28.0.crate) = 59650228d8f612f68e7f7a25f517fcf386c5d0d39826085492e94766858b0a90 -SIZE (rust/crates/gix-refspec-0.28.0.crate) = 17399 -SHA256 (rust/crates/gix-revision-0.32.0.crate) = 3fe28bbccca55da6d66e6c6efc6bb4003c29d407afd8178380293729733e6b53 -SIZE (rust/crates/gix-revision-0.32.0.crate) = 22676 -SHA256 (rust/crates/gix-revwalk-0.18.0.crate) = d4ecb80c235b1e9ef2b99b23a81ea50dd569a88a9eb767179793269e0e616247 -SIZE (rust/crates/gix-revwalk-0.18.0.crate) = 13338 +SHA256 (rust/crates/gix-pathspec-0.10.0.crate) = fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14 +SIZE (rust/crates/gix-pathspec-0.10.0.crate) = 23271 +SHA256 (rust/crates/gix-prompt-0.10.0.crate) = fbf9cbf6239fd32f2c2c9c57eeb4e9b28fa1c9b779fa0e3b7c455eb1ca49d5f0 +SIZE (rust/crates/gix-prompt-0.10.0.crate) = 13794 +SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a +SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678 +SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969 +SIZE (rust/crates/gix-quote-0.5.0.crate) = 9009 +SHA256 (rust/crates/gix-ref-0.51.0.crate) = b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b +SIZE (rust/crates/gix-ref-0.51.0.crate) = 63938 +SHA256 (rust/crates/gix-refspec-0.29.0.crate) = 1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc +SIZE (rust/crates/gix-refspec-0.29.0.crate) = 22454 +SHA256 (rust/crates/gix-revision-0.33.0.crate) = 342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9 +SIZE (rust/crates/gix-revision-0.33.0.crate) = 27926 +SHA256 (rust/crates/gix-revwalk-0.19.0.crate) = 2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d +SIZE (rust/crates/gix-revwalk-0.19.0.crate) = 18189 SHA256 (rust/crates/gix-sec-0.10.12.crate) = 47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888 SIZE (rust/crates/gix-sec-0.10.12.crate) = 12935 -SHA256 (rust/crates/gix-shallow-0.2.0.crate) = ab72543011e303e52733c85bef784603ef39632ddf47f69723def52825e35066 -SIZE (rust/crates/gix-shallow-0.2.0.crate) = 7553 -SHA256 (rust/crates/gix-submodule-0.17.0.crate) = 74972fe8d46ac8a09490ae1e843b4caf221c5b157c5ac17057e8e1c38417a3ac -SIZE (rust/crates/gix-submodule-0.17.0.crate) = 12829 -SHA256 (rust/crates/gix-tempfile-16.0.0.crate) = 2558f423945ef24a8328c55d1fd6db06b8376b0e7013b1bb476cc4ffdf678501 -SIZE (rust/crates/gix-tempfile-16.0.0.crate) = 18453 +SHA256 (rust/crates/gix-shallow-0.3.0.crate) = cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3 +SIZE (rust/crates/gix-shallow-0.3.0.crate) = 11890 +SHA256 (rust/crates/gix-submodule-0.18.0.crate) = 78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2 +SIZE (rust/crates/gix-submodule-0.18.0.crate) = 21510 +SHA256 (rust/crates/gix-tempfile-17.1.0.crate) = c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa +SIZE (rust/crates/gix-tempfile-17.1.0.crate) = 18804 SHA256 (rust/crates/gix-trace-0.1.12.crate) = 7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7 SIZE (rust/crates/gix-trace-0.1.12.crate) = 10435 -SHA256 (rust/crates/gix-transport-0.45.0.crate) = 11187418489477b1b5b862ae1aedbbac77e582f2c4b0ef54280f20cfe5b964d9 -SIZE (rust/crates/gix-transport-0.45.0.crate) = 50868 -SHA256 (rust/crates/gix-traverse-0.44.0.crate) = 2bec70e53896586ef32a3efa7e4427b67308531ed186bb6120fb3eca0f0d61b4 -SIZE (rust/crates/gix-traverse-0.44.0.crate) = 19475 -SHA256 (rust/crates/gix-url-0.29.0.crate) = 29218c768b53dd8f116045d87fec05b294c731a4b2bdd257eeca2084cc150b13 -SIZE (rust/crates/gix-url-0.29.0.crate) = 15305 -SHA256 (rust/crates/gix-utils-0.1.14.crate) = ff08f24e03ac8916c478c8419d7d3c33393da9bb41fa4c24455d5406aeefd35f -SIZE (rust/crates/gix-utils-0.1.14.crate) = 10203 +SHA256 (rust/crates/gix-transport-0.46.0.crate) = b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e +SIZE (rust/crates/gix-transport-0.46.0.crate) = 68629 +SHA256 (rust/crates/gix-traverse-0.45.0.crate) = 36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384 +SIZE (rust/crates/gix-traverse-0.45.0.crate) = 24651 +SHA256 (rust/crates/gix-url-0.30.0.crate) = 48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860 +SIZE (rust/crates/gix-url-0.30.0.crate) = 19399 +SHA256 (rust/crates/gix-utils-0.2.0.crate) = 189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0 +SIZE (rust/crates/gix-utils-0.2.0.crate) = 11178 +SHA256 (rust/crates/gix-utils-0.3.0.crate) = 5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5 +SIZE (rust/crates/gix-utils-0.3.0.crate) = 11052 SHA256 (rust/crates/gix-validate-0.9.4.crate) = 34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084 SIZE (rust/crates/gix-validate-0.9.4.crate) = 12768 SHA256 (rust/crates/gix-validate-0.10.0.crate) = 77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d SIZE (rust/crates/gix-validate-0.10.0.crate) = 12688 -SHA256 (rust/crates/gix-worktree-0.39.0.crate) = 6673512f7eaa57a6876adceca6978a501d6c6569a4f177767dc405f8b9778958 -SIZE (rust/crates/gix-worktree-0.39.0.crate) = 17560 +SHA256 (rust/crates/gix-worktree-0.40.0.crate) = f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b +SIZE (rust/crates/gix-worktree-0.40.0.crate) = 24608 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 SIZE (rust/crates/globset-0.4.16.crate) = 26533 SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 SIZE (rust/crates/group-0.13.0.crate) = 16526 +SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 +SIZE (rust/crates/hash32-0.3.1.crate) = 10273 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/hashlink-0.10.0.crate) = 7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1 SIZE (rust/crates/hashlink-0.10.0.crate) = 29402 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad +SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 @@ -321,10 +335,10 @@ SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329 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.0.crate) = 2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a -SIZE (rust/crates/icu_properties-2.0.0.crate) = 58065 -SHA256 (rust/crates/icu_properties_data-2.0.0.crate) = 8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04 -SIZE (rust/crates/icu_properties_data-2.0.0.crate) = 159069 +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 @@ -337,8 +351,8 @@ SHA256 (rust/crates/im-rc-15.1.0.crate) = af1955a75fa080c677d3972822ec4bad316169 SIZE (rust/crates/im-rc-15.1.0.crate) = 194077 SHA256 (rust/crates/implib-0.3.5.crate) = 598bf7096215f835b0f70c94d7b033da3cbf66181b619f25e54d65adaf825e62 SIZE (rust/crates/implib-0.3.5.crate) = 30046 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/is_executable-1.0.4.crate) = d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2 SIZE (rust/crates/is_executable-1.0.4.crate) = 8263 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf @@ -347,10 +361,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.15.crate) = be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49 +SIZE (rust/crates/jiff-0.2.15.crate) = 712996 +SHA256 (rust/crates/jiff-static-0.2.15.crate) = 03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4 +SIZE (rust/crates/jiff-static-0.2.15.crate) = 76146 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 @@ -365,22 +379,24 @@ SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591 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.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libdbus-sys-0.2.5.crate) = 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 SIZE (rust/crates/libdbus-sys-0.2.5.crate) = 1557017 -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/libgit2-sys-0.18.2+1.9.1.crate) = 1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222 +SIZE (rust/crates/libgit2-sys-0.18.2+1.9.1.crate) = 1856057 +SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 +SIZE (rust/crates/libloading-0.8.8.crate) = 31345 SHA256 (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4 SIZE (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1968997 -SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d -SIZE (rust/crates/libredox-0.1.3.crate) = 6068 -SHA256 (rust/crates/libsqlite3-sys-0.31.0.crate) = ad8935b44e7c13394a179a438e0cebba0fe08fe01b54f152e29a93b5cf993fd4 -SIZE (rust/crates/libsqlite3-sys-0.31.0.crate) = 5176611 +SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 +SIZE (rust/crates/libredox-0.1.4.crate) = 6946 +SHA256 (rust/crates/libsqlite3-sys-0.32.0.crate) = fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7 +SIZE (rust/crates/libsqlite3-sys-0.32.0.crate) = 5182689 SHA256 (rust/crates/libssh2-sys-0.3.1.crate) = 220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9 SIZE (rust/crates/libssh2-sys-0.3.1.crate) = 582851 +SHA256 (rust/crates/libz-rs-sys-0.5.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 +SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 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 @@ -389,24 +405,24 @@ SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a17 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/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/maybe-async-0.2.10.crate) = 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 SIZE (rust/crates/maybe-async-0.2.10.crate) = 22107 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f SIZE (rust/crates/memmap2-0.9.5.crate) = 33280 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 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.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a -SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/miow-0.6.0.crate) = 359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044 SIZE (rust/crates/miow-0.6.0.crate) = 27801 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a @@ -421,36 +437,40 @@ 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/object-0.37.1.crate) = 03fd943161069e1768b4b3d050890ba48730e590f57e56d4aa04e7e090e61b4a +SIZE (rust/crates/object-0.37.1.crate) = 338929 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/opener-0.7.2.crate) = d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681 SIZE (rust/crates/opener-0.7.2.crate) = 19229 -SHA256 (rust/crates/openssl-0.10.57.crate) = bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c -SIZE (rust/crates/openssl-0.10.57.crate) = 262768 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 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-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 -SHA256 (rust/crates/orion-0.17.10.crate) = ccc95d369bc6b5cf404c562cd33de439ae9ca6dc4b044cd2625b2072ca0b81e4 -SIZE (rust/crates/orion-0.17.10.crate) = 236710 -SHA256 (rust/crates/os_info-3.11.0.crate) = 41fc863e2ca13dc2d5c34fb22ea4a588248ac14db929616ba65c45f21744b1e9 -SIZE (rust/crates/os_info-3.11.0.crate) = 23226 +SHA256 (rust/crates/orion-0.17.11.crate) = 21b3da83b2b4cdc74ab6a556b2e7b473da046d5aa4008c0a7a3ae96b1b4aabb4 +SIZE (rust/crates/orion-0.17.11.crate) = 237120 +SHA256 (rust/crates/os_info-3.12.0.crate) = d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3 +SIZE (rust/crates/os_info-3.12.0.crate) = 24642 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/p384-0.13.1.crate) = fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6 SIZE (rust/crates/p384-0.13.1.crate) = 193022 -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/pasetors-0.7.4.crate) = cb798c661c80718af935bea17997928937822e7369cd087667ff4179f9146551 -SIZE (rust/crates/pasetors-0.7.4.crate) = 147376 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 +SHA256 (rust/crates/pasetors-0.7.6.crate) = 8c1c6d47c07a08cb59ddad44d53cb5729855e35f7d993184cec3aa37ccdb7008 +SIZE (rust/crates/pasetors-0.7.6.crate) = 147586 SHA256 (rust/crates/pathdiff-0.2.3.crate) = df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3 SIZE (rust/crates/pathdiff-0.2.3.crate) = 7495 SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 @@ -463,8 +483,10 @@ 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/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e -SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/plist-1.7.2.crate) = 3d77244ce2d584cd84f6a15f86195b8c9b2a0dfbfd817c09e0464244091a58ed +SIZE (rust/crates/plist-1.7.2.crate) = 102909 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 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 @@ -479,10 +501,12 @@ SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007c SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/prodash-29.0.2.crate) = f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc SIZE (rust/crates/prodash-29.0.2.crate) = 91338 +SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb +SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 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/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 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 @@ -493,8 +517,8 @@ SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b66 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 SHA256 (rust/crates/rand_xoshiro-0.6.0.crate) = 6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa SIZE (rust/crates/rand_xoshiro-0.6.0.crate) = 17125 -SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af -SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 @@ -507,14 +531,14 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af 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/rusqlite-0.33.0.crate) = 1c6d5e5acb6f6129fe3f7ba0a7fc77bca1942cb568535e18e7bc40262baf3110 -SIZE (rust/crates/rusqlite-0.33.0.crate) = 162138 +SHA256 (rust/crates/rusqlite-0.34.0.crate) = 37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143 +SIZE (rust/crates/rusqlite-0.34.0.crate) = 162738 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustc-stable-hash-0.1.2.crate) = 781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08 SIZE (rust/crates/rustc-stable-hash-0.1.2.crate) = 20359 -SHA256 (rust/crates/rustfix-0.9.0.crate) = 7f66156d7471ff4f12253cd7fd76dfe637a595a9418168154e8570f3947fe9a8 -SIZE (rust/crates/rustfix-0.9.0.crate) = 19517 +SHA256 (rust/crates/rustfix-0.9.1.crate) = 8abe01883100061761642e19324f87514bcaed7ddaab2dfd68041c992987b289 +SIZE (rust/crates/rustfix-0.9.1.crate) = 21418 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 @@ -547,12 +571,12 @@ SHA256 (rust/crates/serde_ignored-0.1.12.crate) = b516445dac1e3535b6d658a7b528d7 SIZE (rust/crates/serde_ignored-0.1.12.crate) = 13050 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_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 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 -SIZE (rust/crates/sha1_smol-1.0.1.crate) = 9809 +SHA256 (rust/crates/sha1-checked-0.10.0.crate) = 89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423 +SIZE (rust/crates/sha1-checked-0.10.0.crate) = 783840 SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 @@ -567,10 +591,10 @@ SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf7 SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/sized-chunks-0.6.5.crate) = 16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e SIZE (rust/crates/sized-chunks-0.6.5.crate) = 43628 -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/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +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 @@ -585,8 +609,8 @@ 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.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/tar-0.4.44.crate) = 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a @@ -603,8 +627,8 @@ 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/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 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 @@ -617,22 +641,22 @@ 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/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/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 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-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 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-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 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.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 @@ -649,8 +673,8 @@ SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e9 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 -SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd -SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c +SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 @@ -667,8 +691,8 @@ SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853a 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/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.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 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 @@ -695,12 +719,14 @@ 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-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 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-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 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 @@ -747,10 +773,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/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.6.26.crate) = 1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28 -SIZE (rust/crates/winnow-0.6.26.crate) = 167349 -SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec -SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd +SIZE (rust/crates/winnow-0.7.11.crate) = 174175 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 @@ -759,10 +783,10 @@ SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f659 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/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 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 @@ -775,3 +799,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/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 diff --git a/devel/cargo-c/files/patch-libgit2-1.8.x b/devel/cargo-c/files/patch-libgit2-1.8.x deleted file mode 100644 index 08c3c329c7f5..000000000000 --- a/devel/cargo-c/files/patch-libgit2-1.8.x +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/rust-lang/git2-rs/commit/a660082a7332 - ---- cargo-crates/libgit2-sys-0.18.1+1.9.0/build.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/libgit2-sys-0.18.1+1.9.0/build.rs -@@ -7,7 +7,7 @@ fn try_system_libgit2() -> Result Result { - let mut cfg = pkg_config::Config::new(); -- match cfg.range_version("1.9.0".."1.10.0").probe("libgit2") { -+ match cfg.range_version("1.8.0".."1.10.0").probe("libgit2") { - Ok(lib) => { - for include in &lib.include_paths { - println!("cargo:root={}", include.display()); diff --git a/devel/cargo-cache/Makefile b/devel/cargo-cache/Makefile index 1aec8a8fdd37..7097e52c1266 100644 --- a/devel/cargo-cache/Makefile +++ b/devel/cargo-cache/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-cache DISTVERSION= 0.8.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-deny/Makefile b/devel/cargo-deny/Makefile index 9b547b154514..a20c356cbe60 100644 --- a/devel/cargo-deny/Makefile +++ b/devel/cargo-deny/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-deny DISTVERSION= 0.16.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-dist/Makefile b/devel/cargo-dist/Makefile index b06785147240..db9d1ce37f0e 100644 --- a/devel/cargo-dist/Makefile +++ b/devel/cargo-dist/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-dist DISTVERSIONPREFIX= v DISTVERSION= 0.28.4-prerelease.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-edit/Makefile b/devel/cargo-edit/Makefile index d433bf1272f0..6f1563aa9981 100644 --- a/devel/cargo-edit/Makefile +++ b/devel/cargo-edit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-edit DISTVERSIONPREFIX= v DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index baf0d575dffb..2e9feb6abf9b 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/cargo-hack/Makefile b/devel/cargo-hack/Makefile index 54ff8aeb4f96..8ac0f357dbc0 100644 --- a/devel/cargo-hack/Makefile +++ b/devel/cargo-hack/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-hack DISTVERSIONPREFIX= v DISTVERSION= 0.6.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile index abf76a65e40f..b5a98f178d80 100644 --- a/devel/cargo-leptos/Makefile +++ b/devel/cargo-leptos/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-leptos DISTVERSIONPREFIX= v DISTVERSION= 0.2.32 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-llvm-cov/Makefile b/devel/cargo-llvm-cov/Makefile index dcbf9a05449b..98acf0e8fe63 100644 --- a/devel/cargo-llvm-cov/Makefile +++ b/devel/cargo-llvm-cov/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-llvm-cov DISTVERSIONPREFIX= v DISTVERSION= 0.6.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile index c27ac4c86457..287df89d045b 100644 --- a/devel/cargo-mutants/Makefile +++ b/devel/cargo-mutants/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-mutants DISTVERSIONPREFIX= v DISTVERSION= 25.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-tarpaulin/Makefile b/devel/cargo-tarpaulin/Makefile index a31ea0629b91..c0109e10d126 100644 --- a/devel/cargo-tarpaulin/Makefile +++ b/devel/cargo-tarpaulin/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-tarpaulin DISTVERSION= 0.32.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cbfmt/Makefile b/devel/cbfmt/Makefile index 7b8b6b37d1c3..851b2a5da18b 100644 --- a/devel/cbfmt/Makefile +++ b/devel/cbfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= cbfmt DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 06bef7afd8e0..d813f04ab952 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.137.2 +DISTVERSION= 0.138.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 672d3735708c..7417411eaf9f 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751266314 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.mod) = c4c56b0d1956d98d91bdeefdaf85ec22e8daa494d5328ec8279b033f967aa2ca -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.mod) = 11365 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.zip) = 72dc9d61aa270fae62d14d30ad4f4bb6c53b0469b88594edff290ce39189ff46 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.137.2/v0.137.2.zip) = 1412771 +TIMESTAMP = 1751555473 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.mod) = c4c56b0d1956d98d91bdeefdaf85ec22e8daa494d5328ec8279b033f967aa2ca +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.mod) = 11365 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.zip) = 03ad78b7b05432e2776f61d204ee9f79eead799d0ea07ecd6b622c92bf1f8e61 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.138.0/v0.138.0.zip) = 1412979 diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 93e7165d681b..4200aa42f0e3 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 101 +PORTREVISION= 102 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index 0138536fd155..bb66adf297b6 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 99 +PORTREVISION= 100 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 1ee5b5db2bee..7763a46365cf 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -1,7 +1,7 @@ PORTNAME= split-sequence DISTVERSIONPREFIX= v DISTVERSION= 2.0.1-3 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONSUFFIX= -g89a10b4 PORTEPOCH= 1 CATEGORIES= devel lisp diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index 4945b41d742b..1524cd872cb7 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -1,7 +1,7 @@ PORTNAME= trivial-features DISTVERSIONPREFIX= v DISTVERSION= 1.0-4 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONSUFFIX= -gd249a62 PORTEPOCH= 1 CATEGORIES= devel lisp diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index 0101896f7347..1860025b295f 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-gray-streams PORTVERSION= 20240217 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cocogitto/Makefile b/devel/cocogitto/Makefile index 6a5f05bd7225..6c857cfdedd2 100644 --- a/devel/cocogitto/Makefile +++ b/devel/cocogitto/Makefile @@ -1,6 +1,6 @@ PORTNAME= cocogitto DISTVERSION= 6.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/convco/Makefile b/devel/convco/Makefile index b8eae2e78c52..02d97b37f74f 100644 --- a/devel/convco/Makefile +++ b/devel/convco/Makefile @@ -1,7 +1,7 @@ PORTNAME= convco DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/corrosion/Makefile b/devel/corrosion/Makefile index 055ff33af213..0726b2d44190 100644 --- a/devel/corrosion/Makefile +++ b/devel/corrosion/Makefile @@ -1,7 +1,7 @@ PORTNAME= corrosion DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cpu_rec_rs/Makefile b/devel/cpu_rec_rs/Makefile index 86299bdee6f3..d7ed34d59fcb 100644 --- a/devel/cpu_rec_rs/Makefile +++ b/devel/cpu_rec_rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= cpu_rec_rs DISTVERSIONPREFIX= release- DISTVERSION= 1.0.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel PATCH_SITES= https://github.com/trou/${PORTNAME}/commit/ diff --git a/devel/demumble/Makefile b/devel/demumble/Makefile new file mode 100644 index 000000000000..ba4451857862 --- /dev/null +++ b/devel/demumble/Makefile @@ -0,0 +1,26 @@ +PORTNAME= demumble +PORTVERSION= 1.3.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Better c++filt and undname in one binary (symbol demangler) +WWW= https://github.com/nico/demumble + +LICENSE= APACHE20 + +USES= cmake python:test +USE_GITHUB= yes +GH_ACCOUNT= nico + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin + +do-test: + @${LN} -f ${BUILD_WRKSRC}/${PORTNAME} ${WRKSRC} + ${PYTHON_CMD} ${WRKSRC}/demumble_test.py + +.include diff --git a/devel/demumble/distinfo b/devel/demumble/distinfo new file mode 100644 index 000000000000..0bee517e4b7c --- /dev/null +++ b/devel/demumble/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1722883830 +SHA256 (nico-demumble-v1.3.0_GH0.tar.gz) = 29501fbd5522820a1672aea0292105b8706899e4e4b283ff51c126f79b3b2c41 +SIZE (nico-demumble-v1.3.0_GH0.tar.gz) = 331908 diff --git a/devel/demumble/pkg-descr b/devel/demumble/pkg-descr new file mode 100644 index 000000000000..dc352a3ce6b1 --- /dev/null +++ b/devel/demumble/pkg-descr @@ -0,0 +1,3 @@ +A better c++filt and a better undname in one binary, demumble demangles +both Itanium C++ ABI and Visual Studio symbols. It can also demangle D, +Rust, and Swift symbols. diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 17b2c742ad00..a31fd8bdef75 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,6 +1,6 @@ PORTNAME= desed DISTVERSION= 1.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/dorst/Makefile b/devel/dorst/Makefile index afa65e6711a9..29c552a565dc 100644 --- a/devel/dorst/Makefile +++ b/devel/dorst/Makefile @@ -1,6 +1,7 @@ PORTNAME= dorst DISTVERSIONPREFIX= v DISTVERSION= 0.19.4 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= slowdive@me.com diff --git a/devel/dra/Makefile b/devel/dra/Makefile index 7501a248f6d0..1697d600a4be 100644 --- a/devel/dra/Makefile +++ b/devel/dra/Makefile @@ -1,6 +1,6 @@ PORTNAME= dra DISTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index 890020151edb..9b4ebac10991 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/dura/Makefile b/devel/dura/Makefile index f1bf822581cc..7599a0263381 100644 --- a/devel/dura/Makefile +++ b/devel/dura/Makefile @@ -1,7 +1,7 @@ PORTNAME= dura DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile index 99a7a66a73f7..9583c2a577f8 100644 --- a/devel/elfcat/Makefile +++ b/devel/elfcat/Makefile @@ -1,6 +1,6 @@ PORTNAME= elfcat DISTVERSION= 0.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lwhsu@FreeBSD.org diff --git a/devel/emacs-lsp-booster/Makefile b/devel/emacs-lsp-booster/Makefile index f12147c35e9b..f0aa76937309 100644 --- a/devel/emacs-lsp-booster/Makefile +++ b/devel/emacs-lsp-booster/Makefile @@ -1,7 +1,7 @@ PORTNAME= emacs-lsp-booster DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile index defeeb5d82d2..ba407e5627c9 100644 --- a/devel/fnm/Makefile +++ b/devel/fnm/Makefile @@ -1,7 +1,7 @@ PORTNAME= fnm DISTVERSIONPREFIX= v DISTVERSION= 1.38.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fsx/Makefile b/devel/fsx/Makefile index 26c0df80bb84..8b115237337d 100644 --- a/devel/fsx/Makefile +++ b/devel/fsx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsx DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index e61e1d252fd5..62929490a2c1 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbump PORTVERSION= 1.1.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gfold/Makefile b/devel/gfold/Makefile index 57483cb32628..be091ee21f68 100644 --- a/devel/gfold/Makefile +++ b/devel/gfold/Makefile @@ -1,6 +1,6 @@ PORTNAME= gfold DISTVERSION= 4.0.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= devel MAINTAINER= sec.research.2005@gmail.com diff --git a/devel/ghostie/Makefile b/devel/ghostie/Makefile index b7568d0a236b..b1e8b6aa9d4a 100644 --- a/devel/ghostie/Makefile +++ b/devel/ghostie/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostie DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index dfe71de642ac..265762e96917 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-absorb DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/git-branchless/Makefile b/devel/git-branchless/Makefile index 13f41922b2d4..b73ee274f8fa 100644 --- a/devel/git-branchless/Makefile +++ b/devel/git-branchless/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-branchless DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile index b182edc2c67a..c12b0739cc73 100644 --- a/devel/git-cliff/Makefile +++ b/devel/git-cliff/Makefile @@ -1,6 +1,7 @@ PORTNAME= git-cliff DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index 3435bd46cacb..3a4ecc02210b 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,6 +1,6 @@ PORTNAME= delta DISTVERSION= 0.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel PKGNAMEPREFIX= git- diff --git a/devel/git-graph/Makefile b/devel/git-graph/Makefile index 7f802a025d12..6091cdaa1b4b 100644 --- a/devel/git-graph/Makefile +++ b/devel/git-graph/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-graph DISTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= rodrigo@FreeBSD.org diff --git a/devel/git-repo-manager/Makefile b/devel/git-repo-manager/Makefile index 318eaa39438a..c307c283b496 100644 --- a/devel/git-repo-manager/Makefile +++ b/devel/git-repo-manager/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-repo-manager DISTVERSIONPREFIX= v DISTVERSION= 0.7.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-workspace/Makefile b/devel/git-workspace/Makefile index e8545fdf09ce..c0089afea218 100644 --- a/devel/git-workspace/Makefile +++ b/devel/git-workspace/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-workspace DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git/Makefile b/devel/git/Makefile index 3bbecd313fce..d86e1cac5d71 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,5 +1,6 @@ PORTNAME= git DISTVERSION= 2.50.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -70,6 +71,8 @@ CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no .if ${SUBPORT} == core +OPTIONS_DEFINE= CONTRIB CURL DOCS GITWEB ICONV PCRE2 PERL SEND_EMAIL \ + SUBTREE SYSINFO OPTIONS_DEFAULT=CONTRIB CURL GITWEB ICONV PCRE2 PERL SEND_EMAIL SUBTREE . if ${FLAVOR:U} == lite @@ -91,7 +94,6 @@ GITWEB_DESC= Install gitweb PCRE2_DESC= Use Perl Compatible Regular Expressions (v2) SEND_EMAIL_DESC=Enable the git-send-email(1) script SUBTREE_DESC= Install git-subtree -SYSINFO_DESC= Use libsysinfo PERL_USES= perl5 PERL_CONFIGURE_WITH= perl=${PERL} @@ -122,10 +124,6 @@ DOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX} SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ xmlto:textproc/xmlto -SYSINFO_LIB_DEPENDS= libsysinfo.so:devel/libsysinfo -SYSINFO_CONFIGURE_ON= --with-libsysinfo -SYSINFO_LDFLAGS= -lsysinfo - .else NO_ARCH= yes diff --git a/devel/git/files/patch-configure.ac b/devel/git/files/patch-configure.ac index d75441bb721f..35ed793fa5c4 100644 --- a/devel/git/files/patch-configure.ac +++ b/devel/git/files/patch-configure.ac @@ -12,20 +12,78 @@ # # Define PYTHON_PATH to provide path to Python. GIT_ARG_SET_PATH(python, allow-without) -@@ -1070,6 +1070,8 @@ GIT_CONF_SUBST([CHARSET_LIB]) - # - # Define HAVE_SYSINFO=YesPlease if sysinfo is available. - # -+AC_ARG_WITH(libsysinfo, -+AS_HELP_STRING([--with-libsysinfo],[support libsysinfo (default is NO)]), - AC_DEFUN([HAVE_SYSINFO_SRC], [ - AC_LANG_PROGRAM([[ - #include -@@ -1091,6 +1093,7 @@ AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC], - HAVE_SYSINFO=YesPlease], - [AC_MSG_RESULT([no]) - HAVE_SYSINFO=]) -+) - GIT_CONF_SUBST([HAVE_SYSINFO]) +@@ -1068,32 +1068,6 @@ GIT_CONF_SUBST([CHARSET_LIB]) + GIT_CONF_SUBST([CHARSET_LIB]) # +-# Define HAVE_SYSINFO=YesPlease if sysinfo is available. +-# +-AC_DEFUN([HAVE_SYSINFO_SRC], [ +-AC_LANG_PROGRAM([[ +-#include +-#include +-]], [[ +-struct sysinfo si; +-uint64_t t = 0; +-if (!sysinfo(&si)) { +- t = si.totalram; +- if (si.mem_unit > 1) +- t *= (uint64_t)si.mem_unit; +-} +-return t; +-]])]) +- +-AC_MSG_CHECKING([for sysinfo]) +-AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC], +- [AC_MSG_RESULT([yes]) +- HAVE_SYSINFO=YesPlease], +- [AC_MSG_RESULT([no]) +- HAVE_SYSINFO=]) +-GIT_CONF_SUBST([HAVE_SYSINFO]) +- +-# + # Define HAVE_CLOCK_GETTIME=YesPlease if clock_gettime is available. + GIT_CHECK_FUNC(clock_gettime, + [HAVE_CLOCK_GETTIME=YesPlease], +@@ -1220,6 +1194,41 @@ GIT_CONF_SUBST([HAVE_BSD_SYSCTL]) + [AC_MSG_RESULT([no]) + HAVE_BSD_SYSCTL=]) + GIT_CONF_SUBST([HAVE_BSD_SYSCTL]) ++ ++# ++# Define HAVE_SYSINFO=YesPlease if sysinfo is available. ++# ++ ++HAVE_SYSINFO= ++# on a *BSD system, sysctl() takes precedence over the ++# sysinfo() compatibility library (if installed). ++ ++if test -z "$HAVE_BSD_SYSCTL"; then ++ ++ AC_DEFUN([HAVE_SYSINFO_SRC], [ ++ AC_LANG_PROGRAM([[ ++ #include ++ #include ++ ]], [[ ++ struct sysinfo si; ++ uint64_t t = 0; ++ if (!sysinfo(&si)) { ++ t = si.totalram; ++ if (si.mem_unit > 1) ++ t *= (uint64_t)si.mem_unit; ++ } ++ return t; ++ ]])]) ++ ++ AC_MSG_CHECKING([for sysinfo]) ++ AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC], ++ [AC_MSG_RESULT([yes]) ++ HAVE_SYSINFO=YesPlease], ++ [AC_MSG_RESULT([no]) ++ HAVE_SYSINFO=]) ++ GIT_CONF_SUBST([HAVE_SYSINFO]) ++ ++fi + + ## Other checks. + # Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link. diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile index 305d7759e2f8..c647eb026270 100644 --- a/devel/gitoxide/Makefile +++ b/devel/gitoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitoxide DISTVERSIONPREFIX= v DISTVERSION= 0.41.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitu/Makefile b/devel/gitu/Makefile index 8219b9aca183..f2b92bf59048 100644 --- a/devel/gitu/Makefile +++ b/devel/gitu/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitu DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 50b11ab95323..ec4917bcab5b 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 # After update, `make patch` and `make cargo-crates > Makefile.crates` to avoid fetching vendored openssl-src -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glitter/Makefile b/devel/glitter/Makefile index 302b311bde80..5bbcad490b3f 100644 --- a/devel/glitter/Makefile +++ b/devel/glitter/Makefile @@ -1,7 +1,7 @@ PORTNAME= glitter DISTVERSIONPREFIX= v DISTVERSION= 1.6.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel PKGNAMESUFFIX= -git-tool diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index d7fd147c5b4a..4dafcaa00ec6 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grex/Makefile b/devel/grex/Makefile index 93942346d6bc..8d4474758b06 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,7 +1,7 @@ PORTNAME= grex DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/grpc-gateway/Makefile b/devel/grpc-gateway/Makefile index a55aba56e690..0b9497477777 100644 --- a/devel/grpc-gateway/Makefile +++ b/devel/grpc-gateway/Makefile @@ -1,6 +1,6 @@ PORTNAME= grpc-gateway DISTVERSIONPREFIX= v -DISTVERSION= 2.27.0 +DISTVERSION= 2.27.1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/grpc-gateway/distinfo b/devel/grpc-gateway/distinfo index 050d59b64063..4fcecc70587c 100644 --- a/devel/grpc-gateway/distinfo +++ b/devel/grpc-gateway/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751273073 -SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.mod) = f18e394886ddf8e41500b25e2317f6110d6454fca28f1b099fada96af573dd17 -SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.mod) = 680 -SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.zip) = 1a714d866b40aab54089f229bd095bf034548880895f79faa6ad3f99a88e0d02 -SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.0/v2.27.0.zip) = 1149725 +TIMESTAMP = 1751443149 +SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.mod) = f18e394886ddf8e41500b25e2317f6110d6454fca28f1b099fada96af573dd17 +SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.mod) = 680 +SHA256 (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.zip) = 5c4f32ba9009fd761ecc86e3d7783060bf54a8298eb879372070185212e0c3cf +SIZE (go/devel_grpc-gateway/grpc-gateway-v2.27.1/v2.27.1.zip) = 1150599 diff --git a/devel/hvm/Makefile b/devel/hvm/Makefile index b532b177d1b2..421a9a31287b 100644 --- a/devel/hvm/Makefile +++ b/devel/hvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= hvm DISTVERSION= g20240821 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile index eb4872cfe667..3d2161b711e9 100644 --- a/devel/hyprlang/Makefile +++ b/devel/hyprlang/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 CATEGORIES= devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library to parse hypr config files WWW= https://hyprland.org/hyprlang diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index c71a972728ce..acbba2bb5553 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 CATEGORIES= devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland utilities library used across the ecosystem WWW= https://github.com/hyprwm/hyprutils diff --git a/devel/hyprwayland-scanner/Makefile b/devel/hyprwayland-scanner/Makefile index f67fb20e8406..f1240c2ea4fc 100644 --- a/devel/hyprwayland-scanner/Makefile +++ b/devel/hyprwayland-scanner/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 CATEGORIES= devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland implementation of wayland-scanner WWW= https://github.com/hyprwm/hyprwayland-scanner diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index 1aaf3c9f8141..83c6c29a88e7 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.4.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/ioncube/Makefile b/devel/ioncube/Makefile index f50a1fd5bda4..cb90a2ef1ca9 100644 --- a/devel/ioncube/Makefile +++ b/devel/ioncube/Makefile @@ -20,6 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept IGNORE_DragonFly= is unsupported on DragonFly ONLY_FOR_ARCHS= amd64 i386 USES= php:flavors +IGNORE_WITH_PHP= 85 NO_BUILD= yes SUB_FILES= pkg-message diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 3f119abfb907..215203d95bf6 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.515 +PORTVERSION= 2.517 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 20fea914fa99..0e451d3fb6c4 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750189552 -SHA256 (jenkins/2.515/jenkins.war) = d07c2a75c35c8451a65fc6508fed1add7bb75e25b9e7b25dd566f286b8ea0ce7 -SIZE (jenkins/2.515/jenkins.war) = 87480154 +TIMESTAMP = 1751524230 +SHA256 (jenkins/2.517/jenkins.war) = 9b2fcf89c7d1d75b4762fff84878a5284db71a916c5ab258af1b39c56b032901 +SIZE (jenkins/2.517/jenkins.war) = 87485317 diff --git a/devel/jsonrpc-glib/Makefile b/devel/jsonrpc-glib/Makefile index 61711dde12da..15fa99c9a211 100644 --- a/devel/jsonrpc-glib/Makefile +++ b/devel/jsonrpc-glib/Makefile @@ -1,5 +1,5 @@ PORTNAME= jsonrpc-glib -PORTVERSION= 3.44.1 +PORTVERSION= 3.44.2 CATEGORIES= devel MASTER_SITES= GNOME @@ -14,5 +14,6 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib USES= compiler:c11 gnome meson pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build +USE_LDCONFIG= yes .include diff --git a/devel/jsonrpc-glib/distinfo b/devel/jsonrpc-glib/distinfo index 912e8e24079c..0889b2c22e56 100644 --- a/devel/jsonrpc-glib/distinfo +++ b/devel/jsonrpc-glib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741872025 -SHA256 (jsonrpc-glib-3.44.1.tar.xz) = 1361d17e9c805646afe5102e59baf8ca450238600fcabd01586c654b78bb30df -SIZE (jsonrpc-glib-3.44.1.tar.xz) = 42600 +TIMESTAMP = 1751208943 +SHA256 (jsonrpc-glib-3.44.2.tar.xz) = 965496b6e1314f3468b482a5d80340dc3b0340a5402d7783cad24154aee77396 +SIZE (jsonrpc-glib-3.44.2.tar.xz) = 42724 diff --git a/devel/jsonrpc-glib/pkg-plist b/devel/jsonrpc-glib/pkg-plist index f477c165856f..9681d94ad6cd 100644 --- a/devel/jsonrpc-glib/pkg-plist +++ b/devel/jsonrpc-glib/pkg-plist @@ -10,7 +10,7 @@ include/jsonrpc-glib-1.0/jsonrpc-version.h lib/girepository-1.0/Jsonrpc-1.0.typelib lib/libjsonrpc-glib-1.0.so lib/libjsonrpc-glib-1.0.so.1 -lib/libjsonrpc-glib-1.0.so.1.4400.1 +lib/libjsonrpc-glib-1.0.so.1.4400.2 libdata/pkgconfig/jsonrpc-glib-1.0.pc share/gir-1.0/Jsonrpc-1.0.gir share/vala/vapi/jsonrpc-glib-1.0.deps diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile index 486f2630ade1..7ac0be91cc75 100644 --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,6 +1,6 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v -DISTVERSION= 0.30.0 +DISTVERSION= 0.31.0 CATEGORIES= devel MAINTAINER= se@FreeBSD.org diff --git a/devel/jujutsu/Makefile.crates b/devel/jujutsu/Makefile.crates index cc700e31f28b..825574f47e1d 100644 --- a/devel/jujutsu/Makefile.crates +++ b/devel/jujutsu/Makefile.crates @@ -46,12 +46,12 @@ CARGO_CRATES= addr2line-0.24.2 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ - clap-4.5.39 \ + clap-4.5.40 \ clap-markdown-0.1.5 \ - clap_builder-4.5.39 \ - clap_complete-4.5.52 \ - clap_complete_nushell-4.5.6 \ - clap_derive-4.5.32 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_complete_nushell-4.5.7 \ + clap_derive-4.5.40 \ clap_lex-0.7.4 \ clap_mangen-0.2.26 \ clru-0.6.2 \ @@ -91,13 +91,13 @@ CARGO_CRATES= addr2line-0.24.2 \ encoding_rs-0.8.35 \ enum_dispatch-0.3.13 \ equivalent-1.0.2 \ + erased-serde-0.4.6 \ errno-0.3.12 \ escape8259-0.5.3 \ etcetera-0.10.0 \ euclid-0.22.11 \ fancy-regex-0.11.0 \ fancy-regex-0.14.0 \ - faster-hex-0.9.0 \ faster-hex-0.10.0 \ fastrand-2.3.0 \ filedescriptor-0.8.3 \ @@ -123,65 +123,60 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.2.16 \ getrandom-0.3.3 \ gimli-0.31.1 \ - gix-0.71.0 \ - gix-actor-0.34.0 \ - gix-attributes-0.25.0 \ + gix-0.72.1 \ + gix-actor-0.35.1 \ + gix-attributes-0.26.1 \ gix-bitmap-0.2.14 \ gix-chunk-0.4.11 \ - gix-command-0.5.0 \ - gix-commitgraph-0.27.0 \ - gix-config-0.44.0 \ - gix-config-value-0.14.12 \ - gix-date-0.9.4 \ - gix-diff-0.51.0 \ - gix-dir-0.13.0 \ - gix-discover-0.39.0 \ - gix-features-0.41.1 \ + gix-command-0.6.1 \ + gix-commitgraph-0.28.0 \ + gix-config-0.45.1 \ + gix-config-value-0.15.0 \ + gix-date-0.10.2 \ + gix-diff-0.52.1 \ + gix-dir-0.14.1 \ + gix-discover-0.40.1 \ gix-features-0.42.1 \ - gix-filter-0.18.0 \ - gix-fs-0.14.0 \ + gix-filter-0.19.2 \ gix-fs-0.15.0 \ - gix-glob-0.19.0 \ - gix-hash-0.17.0 \ + gix-glob-0.20.1 \ gix-hash-0.18.0 \ gix-hashtable-0.8.1 \ - gix-ignore-0.14.0 \ - gix-index-0.39.0 \ + gix-ignore-0.15.0 \ + gix-index-0.40.1 \ gix-lock-17.1.0 \ - gix-object-0.48.0 \ - gix-odb-0.68.0 \ - gix-pack-0.58.0 \ - gix-packetline-0.18.4 \ - gix-packetline-blocking-0.18.3 \ + gix-object-0.49.1 \ + gix-odb-0.69.1 \ + gix-pack-0.59.1 \ + gix-packetline-0.19.0 \ + gix-packetline-blocking-0.19.0 \ gix-path-0.10.18 \ - gix-pathspec-0.10.0 \ - gix-protocol-0.49.0 \ - gix-quote-0.5.0 \ - gix-ref-0.51.0 \ - gix-refspec-0.29.0 \ - gix-revision-0.33.0 \ - gix-revwalk-0.19.0 \ - gix-sec-0.10.12 \ - gix-shallow-0.3.0 \ - gix-status-0.18.0 \ - gix-submodule-0.18.0 \ + gix-pathspec-0.11.0 \ + gix-protocol-0.50.1 \ + gix-quote-0.6.0 \ + gix-ref-0.52.1 \ + gix-refspec-0.30.1 \ + gix-revision-0.34.1 \ + gix-revwalk-0.20.1 \ + gix-sec-0.11.0 \ + gix-shallow-0.4.0 \ + gix-status-0.19.1 \ + gix-submodule-0.19.1 \ gix-tempfile-17.1.0 \ gix-trace-0.1.12 \ - gix-transport-0.46.0 \ - gix-traverse-0.45.0 \ - gix-url-0.30.0 \ - gix-utils-0.2.0 \ + gix-transport-0.47.0 \ + gix-traverse-0.46.2 \ + gix-url-0.31.0 \ gix-utils-0.3.0 \ - gix-validate-0.9.4 \ gix-validate-0.10.0 \ - gix-worktree-0.40.0 \ - gix-worktree-state-0.18.0 \ + gix-worktree-0.41.0 \ + gix-worktree-state-0.19.0 \ glob-0.3.2 \ globset-0.4.16 \ half-2.6.0 \ hash32-0.3.1 \ hashbrown-0.14.5 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heapless-0.8.0 \ heck-0.5.0 \ hermit-abi-0.5.1 \ @@ -201,7 +196,7 @@ CARGO_CRATES= addr2line-0.24.2 \ idna_adapter-1.2.1 \ ignore-0.4.23 \ imara-diff-0.1.8 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ indoc-2.0.6 \ insta-1.43.1 \ instability-0.3.7 \ @@ -222,7 +217,7 @@ CARGO_CRATES= addr2line-0.24.2 \ kstring-2.0.2 \ lab-0.11.0 \ lazy_static-1.5.0 \ - libc-0.2.172 \ + libc-0.2.174 \ libredox-0.1.3 \ libtest-mimic-0.8.1 \ libz-rs-sys-0.5.0 \ @@ -266,10 +261,10 @@ CARGO_CRATES= addr2line-0.24.2 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ percent-encoding-2.3.1 \ - pest-2.8.0 \ - pest_derive-2.8.0 \ - pest_generator-2.8.0 \ - pest_meta-2.8.0 \ + pest-2.8.1 \ + pest_derive-2.8.1 \ + pest_generator-2.8.1 \ + pest_meta-2.8.1 \ petgraph-0.7.1 \ phf-0.11.3 \ phf_codegen-0.11.3 \ @@ -293,10 +288,14 @@ CARGO_CRATES= addr2line-0.24.2 \ prettyplease-0.2.33 \ proc-macro2-1.0.95 \ prodash-29.0.2 \ + proptest-1.7.0 \ + proptest-derive-0.6.0 \ + proptest-state-machine-0.3.1 \ prost-0.13.5 \ prost-build-0.13.5 \ prost-derive-0.13.5 \ prost-types-0.13.5 \ + quick-error-1.2.3 \ quote-1.0.40 \ r-efi-5.2.0 \ rand-0.8.5 \ @@ -304,6 +303,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ + rand_xorshift-0.4.0 \ ratatui-0.29.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ @@ -324,6 +324,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rustix-0.38.44 \ rustix-1.0.7 \ rustversion-1.0.21 \ + rusty-fork-0.3.0 \ ryu-1.0.20 \ same-file-1.0.6 \ sapling-renderdag-0.1.0 \ @@ -336,7 +337,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde_bytes-0.11.17 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ - serde_spanned-0.6.8 \ + serde_spanned-0.6.9 \ sha1-0.10.6 \ sha1-checked-0.10.0 \ sha2-0.10.9 \ @@ -348,8 +349,8 @@ CARGO_CRATES= addr2line-0.24.2 \ signal-hook-registry-1.4.5 \ similar-2.7.0 \ siphasher-1.0.1 \ - slab-0.4.9 \ - smallvec-1.15.0 \ + slab-0.4.10 \ + smallvec-1.15.1 \ smawk-0.3.2 \ socket2-0.5.10 \ stable_deref_trait-1.2.0 \ @@ -359,7 +360,7 @@ CARGO_CRATES= addr2line-0.24.2 \ strum_macros-0.26.4 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ tempfile-3.20.0 \ terminal_size-0.4.2 \ @@ -384,19 +385,21 @@ CARGO_CRATES= addr2line-0.24.2 \ tokio-1.45.1 \ tokio-macros-2.5.0 \ tokio-util-0.6.10 \ - toml-0.8.22 \ - toml_datetime-0.6.9 \ - toml_edit-0.22.26 \ - toml_write-0.1.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ 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.19 \ + typeid-1.0.3 \ typenum-1.18.0 \ ucd-trie-0.1.7 \ uluru-3.1.0 \ + unarray-0.1.4 \ unicode-bom-2.0.3 \ unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ diff --git a/devel/jujutsu/distinfo b/devel/jujutsu/distinfo index 2fdcb7506f84..3e59a002c39e 100644 --- a/devel/jujutsu/distinfo +++ b/devel/jujutsu/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1749196493 +TIMESTAMP = 1751614535 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 @@ -95,18 +95,18 @@ SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce369 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.39.crate) = fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f -SIZE (rust/crates/clap-4.5.39.crate) = 57328 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 SHA256 (rust/crates/clap-markdown-0.1.5.crate) = d2a2617956a06d4885b490697b5307ebb09fec10b088afc18c81762d848c2339 SIZE (rust/crates/clap-markdown-0.1.5.crate) = 14605 -SHA256 (rust/crates/clap_builder-4.5.39.crate) = 89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51 -SIZE (rust/crates/clap_builder-4.5.39.crate) = 169142 -SHA256 (rust/crates/clap_complete-4.5.52.crate) = 1a554639e42d0c838336fc4fbedb9e2df3ad1fa4acda149f9126b4ccfcd7900f -SIZE (rust/crates/clap_complete-4.5.52.crate) = 48444 -SHA256 (rust/crates/clap_complete_nushell-4.5.6.crate) = 9801fe85d7986742027c6d365728a6a4ecb6d2b09866de18be836fef7ebf7df1 -SIZE (rust/crates/clap_complete_nushell-4.5.6.crate) = 35110 -SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 -SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_complete_nushell-4.5.7.crate) = cdb8335b398d197fb3176efe9400c6c053a41733c26794316c73423d212b2f3d +SIZE (rust/crates/clap_complete_nushell-4.5.7.crate) = 35145 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 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 @@ -185,6 +185,8 @@ SHA256 (rust/crates/enum_dispatch-0.3.13.crate) = aa18ce2bc66555b3218614519ac839 SIZE (rust/crates/enum_dispatch-0.3.13.crate) = 29876 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 +SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 SIZE (rust/crates/errno-0.3.12.crate) = 12423 SHA256 (rust/crates/escape8259-0.5.3.crate) = 5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6 @@ -197,8 +199,6 @@ SHA256 (rust/crates/fancy-regex-0.11.0.crate) = b95f7c0680e4142284cf8b22c14a476e SIZE (rust/crates/fancy-regex-0.11.0.crate) = 82918 SHA256 (rust/crates/fancy-regex-0.14.0.crate) = 6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298 SIZE (rust/crates/fancy-regex-0.14.0.crate) = 86969 -SHA256 (rust/crates/faster-hex-0.9.0.crate) = a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 -SIZE (rust/crates/faster-hex-0.9.0.crate) = 13053 SHA256 (rust/crates/faster-hex-0.10.0.crate) = 7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73 SIZE (rust/crates/faster-hex-0.10.0.crate) = 13419 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be @@ -249,112 +249,102 @@ SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b 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/gix-0.71.0.crate) = a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435 -SIZE (rust/crates/gix-0.71.0.crate) = 292982 -SHA256 (rust/crates/gix-actor-0.34.0.crate) = f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7 -SIZE (rust/crates/gix-actor-0.34.0.crate) = 12871 -SHA256 (rust/crates/gix-attributes-0.25.0.crate) = e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f -SIZE (rust/crates/gix-attributes-0.25.0.crate) = 22766 +SHA256 (rust/crates/gix-0.72.1.crate) = 01237e8d3d78581f71642be8b0c2ae8c0b2b5c251c9c5d9ebbea3c1ea280dce8 +SIZE (rust/crates/gix-0.72.1.crate) = 293929 +SHA256 (rust/crates/gix-actor-0.35.1.crate) = 6b300e6e4f31f3f6bd2de5e2b0caab192ced00dc0fcd0f7cc56e28c575c8e1ff +SIZE (rust/crates/gix-actor-0.35.1.crate) = 13112 +SHA256 (rust/crates/gix-attributes-0.26.1.crate) = 6f50d813d5c2ce9463ba0c29eea90060df08e38ad8f34b8a192259f8bce5c078 +SIZE (rust/crates/gix-attributes-0.26.1.crate) = 22769 SHA256 (rust/crates/gix-bitmap-0.2.14.crate) = b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540 SIZE (rust/crates/gix-bitmap-0.2.14.crate) = 7704 SHA256 (rust/crates/gix-chunk-0.4.11.crate) = 0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f SIZE (rust/crates/gix-chunk-0.4.11.crate) = 10144 -SHA256 (rust/crates/gix-command-0.5.0.crate) = c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8 -SIZE (rust/crates/gix-command-0.5.0.crate) = 15122 -SHA256 (rust/crates/gix-commitgraph-0.27.0.crate) = 043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe -SIZE (rust/crates/gix-commitgraph-0.27.0.crate) = 22254 -SHA256 (rust/crates/gix-config-0.44.0.crate) = 9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa -SIZE (rust/crates/gix-config-0.44.0.crate) = 73085 -SHA256 (rust/crates/gix-config-value-0.14.12.crate) = 8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6 -SIZE (rust/crates/gix-config-value-0.14.12.crate) = 15627 -SHA256 (rust/crates/gix-date-0.9.4.crate) = daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4 -SIZE (rust/crates/gix-date-0.9.4.crate) = 13705 -SHA256 (rust/crates/gix-diff-0.51.0.crate) = a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8 -SIZE (rust/crates/gix-diff-0.51.0.crate) = 57844 -SHA256 (rust/crates/gix-dir-0.13.0.crate) = 5879497bd3815d8277ed864ec8975290a70de5b62bb92d2d666a4cefc5d4793b -SIZE (rust/crates/gix-dir-0.13.0.crate) = 63102 -SHA256 (rust/crates/gix-discover-0.39.0.crate) = f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781 -SIZE (rust/crates/gix-discover-0.39.0.crate) = 22970 -SHA256 (rust/crates/gix-features-0.41.1.crate) = 016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634 -SIZE (rust/crates/gix-features-0.41.1.crate) = 33677 +SHA256 (rust/crates/gix-command-0.6.1.crate) = d05dd813ef6bb798570308aa7f1245cefa350ec9f30dc53308335eb22b9d0f8b +SIZE (rust/crates/gix-command-0.6.1.crate) = 15092 +SHA256 (rust/crates/gix-commitgraph-0.28.0.crate) = e05050fd6caa6c731fe3bd7f9485b3b520be062d3d139cb2626e052d6c127951 +SIZE (rust/crates/gix-commitgraph-0.28.0.crate) = 22377 +SHA256 (rust/crates/gix-config-0.45.1.crate) = 48f3c8f357ae049bfb77493c2ec9010f58cfc924ae485e1116c3718fc0f0d881 +SIZE (rust/crates/gix-config-0.45.1.crate) = 73729 +SHA256 (rust/crates/gix-config-value-0.15.0.crate) = 439d62e241dae2dffd55bfeeabe551275cf9d9f084c5ebc6b48bad49d03285b7 +SIZE (rust/crates/gix-config-value-0.15.0.crate) = 15580 +SHA256 (rust/crates/gix-date-0.10.2.crate) = 139d1d52b21741e3f0c72b0fc65e1ff34d4eaceb100ef529d182725d2e09b8cb +SIZE (rust/crates/gix-date-0.10.2.crate) = 15102 +SHA256 (rust/crates/gix-diff-0.52.1.crate) = 5e9b43e95fe352da82a969f0c84ff860c2de3e724d93f6681fedbcd6c917f252 +SIZE (rust/crates/gix-diff-0.52.1.crate) = 57859 +SHA256 (rust/crates/gix-dir-0.14.1.crate) = 01e6e2dc5b8917142d0ffe272209d1671e45b771e433f90186bc71c016792e87 +SIZE (rust/crates/gix-dir-0.14.1.crate) = 64263 +SHA256 (rust/crates/gix-discover-0.40.1.crate) = dccfe3e25b4ea46083916c56db3ba9d1e6ef6dce54da485f0463f9fc0fe1837c +SIZE (rust/crates/gix-discover-0.40.1.crate) = 23518 SHA256 (rust/crates/gix-features-0.42.1.crate) = 56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed SIZE (rust/crates/gix-features-0.42.1.crate) = 33400 -SHA256 (rust/crates/gix-filter-0.18.0.crate) = cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89 -SIZE (rust/crates/gix-filter-0.18.0.crate) = 37418 -SHA256 (rust/crates/gix-fs-0.14.0.crate) = 951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111 -SIZE (rust/crates/gix-fs-0.14.0.crate) = 19699 +SHA256 (rust/crates/gix-filter-0.19.2.crate) = ecf004912949bbcf308d71aac4458321748ecb59f4d046830d25214208c471f1 +SIZE (rust/crates/gix-filter-0.19.2.crate) = 37615 SHA256 (rust/crates/gix-fs-0.15.0.crate) = 67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7 SIZE (rust/crates/gix-fs-0.15.0.crate) = 19741 -SHA256 (rust/crates/gix-glob-0.19.0.crate) = 20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030 -SIZE (rust/crates/gix-glob-0.19.0.crate) = 16258 -SHA256 (rust/crates/gix-hash-0.17.0.crate) = 834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49 -SIZE (rust/crates/gix-hash-0.17.0.crate) = 18801 +SHA256 (rust/crates/gix-glob-0.20.1.crate) = 90181472925b587f6079698f79065ff64786e6d6c14089517a1972bca99fb6e9 +SIZE (rust/crates/gix-glob-0.20.1.crate) = 16252 SHA256 (rust/crates/gix-hash-0.18.0.crate) = 8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8 SIZE (rust/crates/gix-hash-0.18.0.crate) = 18940 SHA256 (rust/crates/gix-hashtable-0.8.1.crate) = b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904 SIZE (rust/crates/gix-hashtable-0.8.1.crate) = 10253 -SHA256 (rust/crates/gix-ignore-0.14.0.crate) = 9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18 -SIZE (rust/crates/gix-ignore-0.14.0.crate) = 12151 -SHA256 (rust/crates/gix-index-0.39.0.crate) = 855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7 -SIZE (rust/crates/gix-index-0.39.0.crate) = 53596 +SHA256 (rust/crates/gix-ignore-0.15.0.crate) = ae358c3c96660b10abc7da63c06788dfded603e717edbd19e38c6477911b71c8 +SIZE (rust/crates/gix-ignore-0.15.0.crate) = 12101 +SHA256 (rust/crates/gix-index-0.40.1.crate) = b38e919efd59cb8275d23ad2394b2ab9d002007b27620e145d866d546403b665 +SIZE (rust/crates/gix-index-0.40.1.crate) = 53703 SHA256 (rust/crates/gix-lock-17.1.0.crate) = 570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796 SIZE (rust/crates/gix-lock-17.1.0.crate) = 13990 -SHA256 (rust/crates/gix-object-0.48.0.crate) = 4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a -SIZE (rust/crates/gix-object-0.48.0.crate) = 48838 -SHA256 (rust/crates/gix-odb-0.68.0.crate) = 50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610 -SIZE (rust/crates/gix-odb-0.68.0.crate) = 62553 -SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb -SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138 -SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04 -SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579 -SHA256 (rust/crates/gix-packetline-blocking-0.18.3.crate) = 1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3 -SIZE (rust/crates/gix-packetline-blocking-0.18.3.crate) = 22138 +SHA256 (rust/crates/gix-object-0.49.1.crate) = d957ca3640c555d48bb27f8278c67169fa1380ed94f6452c5590742524c40fbb +SIZE (rust/crates/gix-object-0.49.1.crate) = 50087 +SHA256 (rust/crates/gix-odb-0.69.1.crate) = 868f703905fdbcfc1bd750942f82419903ecb7039f5288adb5206d6de405e0c9 +SIZE (rust/crates/gix-odb-0.69.1.crate) = 63292 +SHA256 (rust/crates/gix-pack-0.59.1.crate) = 9d49c55d69c8449f2a0a5a77eb9cbacfebb6b0e2f1215f0fc23a4cb60528a450 +SIZE (rust/crates/gix-pack-0.59.1.crate) = 104396 +SHA256 (rust/crates/gix-packetline-0.19.0.crate) = 8ddc034bc67c848e4ef7596ab5528cd8fd439d310858dbe1ce8b324f25deb91c +SIZE (rust/crates/gix-packetline-0.19.0.crate) = 26737 +SHA256 (rust/crates/gix-packetline-blocking-0.19.0.crate) = c44880f028ba46d6cf37a66d27a300310c6b51b8ed0e44918f93df061168e2f3 +SIZE (rust/crates/gix-packetline-blocking-0.19.0.crate) = 22283 SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 -SHA256 (rust/crates/gix-pathspec-0.10.0.crate) = fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14 -SIZE (rust/crates/gix-pathspec-0.10.0.crate) = 23271 -SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a -SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678 -SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969 -SIZE (rust/crates/gix-quote-0.5.0.crate) = 9009 -SHA256 (rust/crates/gix-ref-0.51.0.crate) = b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b -SIZE (rust/crates/gix-ref-0.51.0.crate) = 63938 -SHA256 (rust/crates/gix-refspec-0.29.0.crate) = 1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc -SIZE (rust/crates/gix-refspec-0.29.0.crate) = 22454 -SHA256 (rust/crates/gix-revision-0.33.0.crate) = 342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9 -SIZE (rust/crates/gix-revision-0.33.0.crate) = 27926 -SHA256 (rust/crates/gix-revwalk-0.19.0.crate) = 2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d -SIZE (rust/crates/gix-revwalk-0.19.0.crate) = 18189 -SHA256 (rust/crates/gix-sec-0.10.12.crate) = 47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888 -SIZE (rust/crates/gix-sec-0.10.12.crate) = 12935 -SHA256 (rust/crates/gix-shallow-0.3.0.crate) = cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3 -SIZE (rust/crates/gix-shallow-0.3.0.crate) = 11890 -SHA256 (rust/crates/gix-status-0.18.0.crate) = 605a6d0eb5891680c46e24b2ee7a63ef7bd39cb136dc7c7e55172960cf68b2f5 -SIZE (rust/crates/gix-status-0.18.0.crate) = 40226 -SHA256 (rust/crates/gix-submodule-0.18.0.crate) = 78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2 -SIZE (rust/crates/gix-submodule-0.18.0.crate) = 21510 +SHA256 (rust/crates/gix-pathspec-0.11.0.crate) = ce061c50e5f8f7c830cacb3da3e999ae935e283ce8522249f0ce2256d110979d +SIZE (rust/crates/gix-pathspec-0.11.0.crate) = 23225 +SHA256 (rust/crates/gix-protocol-0.50.1.crate) = f5c17d78bb0414f8d60b5f952196dc2e47ec320dca885de9128ecdb4a0e38401 +SIZE (rust/crates/gix-protocol-0.50.1.crate) = 57176 +SHA256 (rust/crates/gix-quote-0.6.0.crate) = 4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd +SIZE (rust/crates/gix-quote-0.6.0.crate) = 8887 +SHA256 (rust/crates/gix-ref-0.52.1.crate) = d1b7985657029684d759f656b09abc3e2c73085596d5cdb494428823970a7762 +SIZE (rust/crates/gix-ref-0.52.1.crate) = 64383 +SHA256 (rust/crates/gix-refspec-0.30.1.crate) = 445ed14e3db78e8e79980085e3723df94e1c8163b3ae5bc8ed6a8fe6cf983b42 +SIZE (rust/crates/gix-refspec-0.30.1.crate) = 22568 +SHA256 (rust/crates/gix-revision-0.34.1.crate) = 78d0b8e5cbd1c329e25383e088cb8f17439414021a643b30afa5146b71e3c65d +SIZE (rust/crates/gix-revision-0.34.1.crate) = 28041 +SHA256 (rust/crates/gix-revwalk-0.20.1.crate) = 1bc756b73225bf005ddeb871d1ca7b3c33e2417d0d53e56effa5a36765b52b28 +SIZE (rust/crates/gix-revwalk-0.20.1.crate) = 18297 +SHA256 (rust/crates/gix-sec-0.11.0.crate) = d0dabbc78c759ecc006b970339394951b2c8e1e38a37b072c105b80b84c308fd +SIZE (rust/crates/gix-sec-0.11.0.crate) = 12827 +SHA256 (rust/crates/gix-shallow-0.4.0.crate) = 6b9a6f6e34d6ede08f522d89e5c7990b4f60524b8ae6ebf8e850963828119ad4 +SIZE (rust/crates/gix-shallow-0.4.0.crate) = 12071 +SHA256 (rust/crates/gix-status-0.19.1.crate) = 072099c2415cfa5397df7d47eacbcb6016d2cd17e0d674c74965e6ad1b17289f +SIZE (rust/crates/gix-status-0.19.1.crate) = 40628 +SHA256 (rust/crates/gix-submodule-0.19.1.crate) = 5f51472f05a450cc61bc91ed2f62fb06e31e2bbb31c420bc4be8793f26c8b0c1 +SIZE (rust/crates/gix-submodule-0.19.1.crate) = 22031 SHA256 (rust/crates/gix-tempfile-17.1.0.crate) = c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa SIZE (rust/crates/gix-tempfile-17.1.0.crate) = 18804 SHA256 (rust/crates/gix-trace-0.1.12.crate) = 7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7 SIZE (rust/crates/gix-trace-0.1.12.crate) = 10435 -SHA256 (rust/crates/gix-transport-0.46.0.crate) = b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e -SIZE (rust/crates/gix-transport-0.46.0.crate) = 68629 -SHA256 (rust/crates/gix-traverse-0.45.0.crate) = 36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384 -SIZE (rust/crates/gix-traverse-0.45.0.crate) = 24651 -SHA256 (rust/crates/gix-url-0.30.0.crate) = 48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860 -SIZE (rust/crates/gix-url-0.30.0.crate) = 19399 -SHA256 (rust/crates/gix-utils-0.2.0.crate) = 189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0 -SIZE (rust/crates/gix-utils-0.2.0.crate) = 11178 +SHA256 (rust/crates/gix-transport-0.47.0.crate) = edfe22ba26d4b65c17879f12b9882eafe65d3c8611c933b272fce2c10f546f59 +SIZE (rust/crates/gix-transport-0.47.0.crate) = 69139 +SHA256 (rust/crates/gix-traverse-0.46.2.crate) = b8648172f85aca3d6e919c06504b7ac26baef54e04c55eb0100fa588c102cc33 +SIZE (rust/crates/gix-traverse-0.46.2.crate) = 24863 +SHA256 (rust/crates/gix-url-0.31.0.crate) = 42a1ad0b04a5718b5cb233e6888e52a9b627846296161d81dcc5eb9203ec84b8 +SIZE (rust/crates/gix-url-0.31.0.crate) = 19348 SHA256 (rust/crates/gix-utils-0.3.0.crate) = 5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5 SIZE (rust/crates/gix-utils-0.3.0.crate) = 11052 -SHA256 (rust/crates/gix-validate-0.9.4.crate) = 34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084 -SIZE (rust/crates/gix-validate-0.9.4.crate) = 12768 SHA256 (rust/crates/gix-validate-0.10.0.crate) = 77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d SIZE (rust/crates/gix-validate-0.10.0.crate) = 12688 -SHA256 (rust/crates/gix-worktree-0.40.0.crate) = f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b -SIZE (rust/crates/gix-worktree-0.40.0.crate) = 24608 -SHA256 (rust/crates/gix-worktree-state-0.18.0.crate) = 490eb4d38ec2735b3466840aa3881b44ec1a4c180d6a658abfab03910380e18b -SIZE (rust/crates/gix-worktree-state-0.18.0.crate) = 23411 +SHA256 (rust/crates/gix-worktree-0.41.0.crate) = 54f1916f8d928268300c977d773dd70a8746b646873b77add0a34876a8c847e9 +SIZE (rust/crates/gix-worktree-0.41.0.crate) = 24609 +SHA256 (rust/crates/gix-worktree-state-0.19.0.crate) = f81e31496d034dbdac87535b0b9d4659dbbeabaae1045a0dce7c69b5d16ea7d6 +SIZE (rust/crates/gix-worktree-state-0.19.0.crate) = 23425 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 @@ -365,8 +355,8 @@ SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af28 SIZE (rust/crates/hash32-0.3.1.crate) = 10273 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea @@ -405,8 +395,8 @@ SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d SIZE (rust/crates/ignore-0.4.23.crate) = 55901 SHA256 (rust/crates/imara-diff-0.1.8.crate) = 17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2 SIZE (rust/crates/imara-diff-0.1.8.crate) = 155787 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd SIZE (rust/crates/indoc-2.0.6.crate) = 17164 SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 @@ -447,8 +437,8 @@ SHA256 (rust/crates/lab-0.11.0.crate) = bf36173d4167ed999940f804952e6b08197cae5a SIZE (rust/crates/lab-0.11.0.crate) = 15140 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.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/libtest-mimic-0.8.1.crate) = 5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33 @@ -535,14 +525,14 @@ 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/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/pest-2.8.1.crate) = 1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323 +SIZE (rust/crates/pest-2.8.1.crate) = 128906 +SHA256 (rust/crates/pest_derive-2.8.1.crate) = bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc +SIZE (rust/crates/pest_derive-2.8.1.crate) = 42857 +SHA256 (rust/crates/pest_generator-2.8.1.crate) = 87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966 +SIZE (rust/crates/pest_generator-2.8.1.crate) = 18663 +SHA256 (rust/crates/pest_meta-2.8.1.crate) = edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5 +SIZE (rust/crates/pest_meta-2.8.1.crate) = 42949 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 @@ -589,6 +579,12 @@ SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007c SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/prodash-29.0.2.crate) = f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc SIZE (rust/crates/prodash-29.0.2.crate) = 91338 +SHA256 (rust/crates/proptest-1.7.0.crate) = 6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f +SIZE (rust/crates/proptest-1.7.0.crate) = 204889 +SHA256 (rust/crates/proptest-derive-0.6.0.crate) = 095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30 +SIZE (rust/crates/proptest-derive-0.6.0.crate) = 61197 +SHA256 (rust/crates/proptest-state-machine-0.3.1.crate) = e943d140e09d07740fb496487c51fb8eb31c70389ac4a2e9dcd8a0d9fdf228d4 +SIZE (rust/crates/proptest-state-machine-0.3.1.crate) = 25526 SHA256 (rust/crates/prost-0.13.5.crate) = 2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5 SIZE (rust/crates/prost-0.13.5.crate) = 32469 SHA256 (rust/crates/prost-build-0.13.5.crate) = be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf @@ -597,6 +593,8 @@ SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f0274 SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 SHA256 (rust/crates/prost-types-0.13.5.crate) = 52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16 SIZE (rust/crates/prost-types-0.13.5.crate) = 49145 +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.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 @@ -611,6 +609,8 @@ 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/rand_xorshift-0.4.0.crate) = 513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a +SIZE (rust/crates/rand_xorshift-0.4.0.crate) = 10262 SHA256 (rust/crates/ratatui-0.29.0.crate) = eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b SIZE (rust/crates/ratatui-0.29.0.crate) = 543514 SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa @@ -651,6 +651,8 @@ SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610a 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/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f +SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881 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 @@ -675,8 +677,8 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 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_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 SHA256 (rust/crates/sha1-checked-0.10.0.crate) = 89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423 @@ -699,10 +701,10 @@ SHA256 (rust/crates/similar-2.7.0.crate) = bbbb5d9659141646ae647b42fe094daf6c619 SIZE (rust/crates/similar-2.7.0.crate) = 53928 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d 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.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 -SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 @@ -721,8 +723,8 @@ 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.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 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 @@ -771,14 +773,14 @@ SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-util-0.6.10.crate) = 36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507 SIZE (rust/crates/tokio-util-0.6.10.crate) = 71140 -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/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 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 @@ -791,12 +793,16 @@ SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de38400 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +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 SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 SIZE (rust/crates/ucd-trie-0.1.7.crate) = 46795 SHA256 (rust/crates/uluru-3.1.0.crate) = 7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da SIZE (rust/crates/uluru-3.1.0.crate) = 9664 +SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 +SIZE (rust/crates/unarray-0.1.4.crate) = 12895 SHA256 (rust/crates/unicode-bom-2.0.3.crate) = 7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217 SIZE (rust/crates/unicode-bom-2.0.3.crate) = 10773 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 @@ -957,5 +963,5 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8 SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547 -SHA256 (jj-vcs-jj-v0.30.0_GH0.tar.gz) = 86f8df1e4e76c6a4bcdb728fa74876bacf931641157d16f6e93ebeb5bac0151c -SIZE (jj-vcs-jj-v0.30.0_GH0.tar.gz) = 1977551 +SHA256 (jj-vcs-jj-v0.31.0_GH0.tar.gz) = ff40515de7a5adac267c64c0163b38990a74a71bb7612a898832c812a81070b2 +SIZE (jj-vcs-jj-v0.31.0_GH0.tar.gz) = 2014671 diff --git a/devel/libada/Makefile b/devel/libada/Makefile index 7ca1b59f43c9..a53a3fcf860f 100644 --- a/devel/libada/Makefile +++ b/devel/libada/Makefile @@ -1,6 +1,6 @@ PORTNAME= libada DISTVERSIONPREFIX= v -DISTVERSION= 3.2.4 +DISTVERSION= 3.2.5 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org diff --git a/devel/libada/distinfo b/devel/libada/distinfo index 8dc3627158c8..c13192de8c2c 100644 --- a/devel/libada/distinfo +++ b/devel/libada/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745928521 -SHA256 (ada-url-ada-v3.2.4_GH0.tar.gz) = ce79b8fb0f6be6af3762a16c5488cbcd38c31d0655313a7030972a7eb2bda9e5 -SIZE (ada-url-ada-v3.2.4_GH0.tar.gz) = 459344 +TIMESTAMP = 1751374436 +SHA256 (ada-url-ada-v3.2.5_GH0.tar.gz) = cfda162be4b4e30f368e404e8df6704cdb18f0f26c901bb2f0290150c91e04b5 +SIZE (ada-url-ada-v3.2.5_GH0.tar.gz) = 461010 diff --git a/devel/libdatadog/Makefile b/devel/libdatadog/Makefile index 937b6e62cc93..0a28f6723655 100644 --- a/devel/libdatadog/Makefile +++ b/devel/libdatadog/Makefile @@ -1,7 +1,7 @@ PORTNAME= libdatadog PORTVERSION= 16.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/libddwaf/Makefile b/devel/libddwaf/Makefile index 5df7a76c43d2..8470ff572a59 100644 --- a/devel/libddwaf/Makefile +++ b/devel/libddwaf/Makefile @@ -1,5 +1,5 @@ PORTNAME= libddwaf -PORTVERSION= 1.24.1 +PORTVERSION= 1.25.1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -11,6 +11,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD3 +BUILD_DEPENDS= rapidjson>=0:devel/rapidjson LIB_DEPENDS= libac.so:devel/libac \ libinjection.so:devel/libinjection \ libre2.so:devel/re2 \ diff --git a/devel/libddwaf/distinfo b/devel/libddwaf/distinfo index 8a5cb046c8ed..98850bf422ea 100644 --- a/devel/libddwaf/distinfo +++ b/devel/libddwaf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288712 -SHA256 (DataDog-libddwaf-1.24.1_GH0.tar.gz) = ef6ec2be8483e63887777b7e98aaa5921eb531057e4636c75cc877f9acc34125 -SIZE (DataDog-libddwaf-1.24.1_GH0.tar.gz) = 1442946 +TIMESTAMP = 1751375025 +SHA256 (DataDog-libddwaf-1.25.1_GH0.tar.gz) = d66ec2f2db943a755d6b55dc91186f77262588421f5f5b7dace1c9c003a2a004 +SIZE (DataDog-libddwaf-1.25.1_GH0.tar.gz) = 1495357 diff --git a/devel/libddwaf/files/patch-CMakeLists.txt b/devel/libddwaf/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ff962da9d1c7 --- /dev/null +++ b/devel/libddwaf/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2025-05-28 14:15:10 UTC ++++ CMakeLists.txt +@@ -99,7 +99,6 @@ add_subdirectory(third_party EXCLUDE_FROM_ALL) + + add_subdirectory(third_party EXCLUDE_FROM_ALL) + +-set(LIBDDWAF_PRIVATE_LIBRARIES lib_rapidjson) + if(NOT MSVC AND LIBDDWAF_TESTING AND LIBDDWAF_TEST_COVERAGE) + list(APPEND LIBDDWAF_PRIVATE_LIBRARIES gcov) + endif() diff --git a/devel/libddwaf/files/patch-tests-CMakeLists.txt b/devel/libddwaf/files/patch-tests-CMakeLists.txt new file mode 100644 index 000000000000..712eb969a2cd --- /dev/null +++ b/devel/libddwaf/files/patch-tests-CMakeLists.txt @@ -0,0 +1,11 @@ +--- tests/CMakeLists.txt.orig 2025-05-28 14:15:10 UTC ++++ tests/CMakeLists.txt +@@ -14,7 +14,7 @@ endif() + target_compile_definitions(waf_test PRIVATE LIBDDWAF_VECTORIZED_TRANSFORMERS) + endif() + +-set(LIBDDWAF_TEST_LIBRARIES lib_gtest lib_gmock libddwaf_objects lib_yamlcpp lib_rapidjson) ++set(LIBDDWAF_TEST_LIBRARIES lib_gtest lib_gmock libddwaf_objects lib_yamlcpp) + if(NOT MSVC AND LIBDDWAF_TEST_COVERAGE) + target_compile_options(waf_test PRIVATE -ggdb --coverage) + list(APPEND LIBDDWAF_TEST_LIBRARIES gcov) diff --git a/devel/libddwaf/files/patch-third_party-CMakeLists.txt b/devel/libddwaf/files/patch-third_party-CMakeLists.txt new file mode 100644 index 000000000000..02713054e2e9 --- /dev/null +++ b/devel/libddwaf/files/patch-third_party-CMakeLists.txt @@ -0,0 +1,142 @@ +--- third_party/CMakeLists.txt.orig 2025-05-28 14:15:10 UTC ++++ third_party/CMakeLists.txt +@@ -1,5 +1,4 @@ project(third_party) + project(third_party) +-include(ExternalProject) + + set(DOWNLOAD_SUBDIR downloads) + set(INSTALL_DIR ${CMAKE_BINARY_DIR}/third_party) +@@ -15,27 +14,7 @@ endif() + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-unused-parameter -Wno-shadow") + endif() + +-set(RAPIDJSON_COMMIT 24b5e7a8b27f42fa16b96fc70aade9106cf7102f) +-ExternalProject_Add(proj_rapidjson +- URL https://github.com/Tencent/rapidjson/archive/${RAPIDJSON_COMMIT}.tar.gz +- INSTALL_DIR ${INSTALL_DIR} +- CMAKE_ARGS -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} +- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} +- -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- BUILD_COMMAND "" +- INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_directory "/include/" "/include/" +-) +-add_library(lib_rapidjson INTERFACE IMPORTED GLOBAL) +-target_include_directories(lib_rapidjson INTERFACE ${INSTALL_DIR}/include) +-add_dependencies(lib_rapidjson proj_rapidjson) +-target_compile_definitions(lib_rapidjson INTERFACE RAPIDJSON_HAS_STDSTRING=1) +-set_target_properties(proj_rapidjson PROPERTIES EXCLUDE_FROM_ALL TRUE) ++find_package(RapidJSON) + + if(NOT MSVC) + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fPIC") +@@ -43,95 +22,20 @@ endif() + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fPIC") + endif() + +-if(CMAKE_BUILD_TYPE MATCHES Debug) +- set(LIBGTEST_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gtestd${CMAKE_STATIC_LIBRARY_SUFFIX}) +- set(LIBGMOCK_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gmockd${CMAKE_STATIC_LIBRARY_SUFFIX}) +-else() +- set(LIBGTEST_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gtest${CMAKE_STATIC_LIBRARY_SUFFIX}) +- set(LIBGMOCK_FILENAME ${CMAKE_STATIC_LIBRARY_PREFIX}gmock${CMAKE_STATIC_LIBRARY_SUFFIX}) ++find_library(lib_gmock gmock) ++if(lib_gmock) ++ list(APPEND LIBDDWAF_INTERFACE_LIBRARIES lib_gmock) + endif() +- +-set(GOOGLETEST_COMMIT 955c7f837efad184ec63e771c42542d37545eaef) +-ExternalProject_Add(proj_gtest +- URL https://github.com/google/googletest/archive/${GOOGLETEST_COMMIT}.tar.gz +- INSTALL_DIR ${INSTALL_DIR} +- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= +- -DCMAKE_INSTALL_LIBDIR=lib +- -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} +- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} +- -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +- -DBUILD_SHARED_LIBS=0 +- -DBUILD_GMOCK=ON +- BUILD_BYPRODUCTS ${INSTALL_DIR}/lib/${LIBGTEST_FILENAME} ${INSTALL_DIR}/lib/${LIBGMOCK_FILENAME} +-) +- +-add_library(lib_gtest STATIC IMPORTED GLOBAL) +-add_library(lib_gmock STATIC IMPORTED GLOBAL) +-set_property(TARGET lib_gtest PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib/${LIBGTEST_FILENAME}) +-set_property(TARGET lib_gmock PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib/${LIBGMOCK_FILENAME}) +-target_include_directories(lib_gtest INTERFACE ${INSTALL_DIR}/include) +-target_include_directories(lib_gmock INTERFACE ${INSTALL_DIR}/include) +-if(NOT MSVC) +- target_link_libraries(lib_gtest INTERFACE -lpthread) +- target_link_libraries(lib_gmock INTERFACE -lpthread) ++find_library(lib_gtest gtest) ++if(lib_gtest) ++ list(APPEND LIBDDWAF_INTERFACE_LIBRARIES lib_gtest) + endif() + +-add_dependencies(lib_gtest proj_gtest) +-add_dependencies(lib_gmock proj_gtest) +-set_target_properties(lib_gtest lib_gmock proj_gtest PROPERTIES EXCLUDE_FROM_ALL TRUE) +- + # yaml-cpp +-if (NOT MSVC) +- if(CMAKE_BUILD_TYPE MATCHES Debug) +- set(LIBYAML_FILENAME libyaml-cppd${CMAKE_STATIC_LIBRARY_SUFFIX}) +- else() +- set(LIBYAML_FILENAME libyaml-cpp${CMAKE_STATIC_LIBRARY_SUFFIX}) +- endif() +-else() +- set(LIBYAML_FILENAME yaml-cpp${CMAKE_STATIC_LIBRARY_SUFFIX}) ++find_library(lib_yamlcpp yamlcpp) ++if(lib_yamlcpp) ++ list(APPEND LIBDDWAF_INTERFACE_LIBRARIES lib_yamlcpp) + endif() + +-ExternalProject_Add(proj_yamlcpp +- URL https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.zip +- INSTALL_DIR ${INSTALL_DIR} +- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= +- -DCMAKE_INSTALL_LIBDIR=lib +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE} +- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=${CMAKE_CXX_FLAGS_RELWITHDEBINFO} +- -DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG} +- -DYAML_CPP_BUILD_TESTS=OFF +- -DYAML_CPP_BUILD_CONTRIB=OFF +- -DYAML_CPP_BUILD_TOOLS=OFF +- -DYAML_CPP_INSTALL=ON +- -DYAML_BUILD_SHARED_LIBS=OFF +- -DYAML_MSVC_SHARED_RT=OFF +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +- BUILD_BYPRODUCTS ${INSTALL_DIR}/lib/${LIBYAML_FILENAME} +-) +-add_library(lib_yamlcpp STATIC IMPORTED GLOBAL) +-set_target_properties(lib_yamlcpp PROPERTIES IMPORTED_LOCATION ${INSTALL_DIR}/lib/${LIBYAML_FILENAME}) +-target_include_directories(lib_yamlcpp INTERFACE ${INSTALL_DIR}/include) +-add_dependencies(lib_yamlcpp proj_yamlcpp) +-set_target_properties(lib_yamlcpp proj_yamlcpp PROPERTIES EXCLUDE_FROM_ALL TRUE) +- + # Appsec event rules +-ExternalProject_Add(proj_event_rules +- GIT_REPOSITORY git@github.com:DataDog/appsec-event-rules.git +- GIT_TAG 1.9.0 +- GIT_SHALLOW ON +- CONFIGURE_COMMAND "" +- BUILD_COMMAND "" +- INSTALL_COMMAND "") +- +-set_target_properties(proj_event_rules PROPERTIES EXCLUDE_FROM_ALL TRUE) + # vim: et diff --git a/devel/libdex/Makefile b/devel/libdex/Makefile index b24b3c3ba02f..44da3f23021d 100644 --- a/devel/libdex/Makefile +++ b/devel/libdex/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdex -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -12,6 +12,7 @@ LICENSE= LGPL21 USES= gnome meson pkgconfig tar:xz vala:build USE_GNOME= glib20 introspection:build +USE_LDCONFIG= yes MESON_ARGS= -Dexamples=false \ -Dtests=false diff --git a/devel/libdex/distinfo b/devel/libdex/distinfo index 553776a34f8b..1817e5d05442 100644 --- a/devel/libdex/distinfo +++ b/devel/libdex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745070522 -SHA256 (gnome/libdex-0.10.0.tar.xz) = 98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1 -SIZE (gnome/libdex-0.10.0.tar.xz) = 101652 +TIMESTAMP = 1751101875 +SHA256 (gnome/libdex-0.10.1.tar.xz) = 7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6 +SIZE (gnome/libdex-0.10.1.tar.xz) = 102088 diff --git a/devel/liblouis/Makefile b/devel/liblouis/Makefile index f0e7c089ad58..dea2ca84cd8b 100644 --- a/devel/liblouis/Makefile +++ b/devel/liblouis/Makefile @@ -1,5 +1,5 @@ PORTNAME= liblouis -PORTVERSION= 3.33.0 +PORTVERSION= 3.34.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/liblouis/distinfo b/devel/liblouis/distinfo index 59cb8ada4b5b..f619cb74dd6e 100644 --- a/devel/liblouis/distinfo +++ b/devel/liblouis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741763970 -SHA256 (liblouis-liblouis-v3.33.0_GH0.tar.gz) = 37b991c2b44aec677b8166bf62483ef1dd077dc9de467e0389affc07c271144b -SIZE (liblouis-liblouis-v3.33.0_GH0.tar.gz) = 16464736 +TIMESTAMP = 1751441347 +SHA256 (liblouis-liblouis-v3.34.0_GH0.tar.gz) = 4c3f334973376fcced38c14e178d57329cbfd3f0df904826e3a4590221754e4b +SIZE (liblouis-liblouis-v3.34.0_GH0.tar.gz) = 16471029 diff --git a/devel/liblouis/pkg-plist b/devel/liblouis/pkg-plist index b6b7c29650eb..17832a016335 100644 --- a/devel/liblouis/pkg-plist +++ b/devel/liblouis/pkg-plist @@ -182,6 +182,12 @@ %%DATADIR%%/tables/gu.tbl %%DATADIR%%/tables/haw-us-g1.ctb %%DATADIR%%/tables/hbo.utb +%%DATADIR%%/tables/hbo-cantillated-rules.uti +%%DATADIR%%/tables/hbo-cantillated.utb +%%DATADIR%%/tables/hbo-common-rules.uti +%%DATADIR%%/tables/hbo-ihbc-rules.uti +%%DATADIR%%/tables/hbo-slim-rules.uti +%%DATADIR%%/tables/hbo-slim.utb %%DATADIR%%/tables/he-IL-comp8.utb %%DATADIR%%/tables/he-IL.utb %%DATADIR%%/tables/he-common-consonants.uti @@ -266,10 +272,9 @@ %%DATADIR%%/tables/lo-g1.utb %%DATADIR%%/tables/loweredDigits6Dots.uti %%DATADIR%%/tables/loweredDigits8Dots.uti -%%DATADIR%%/tables/lt-6dot.tbl %%DATADIR%%/tables/lt-6dot.utb +%%DATADIR%%/tables/lt-8dot.utb %%DATADIR%%/tables/lt.ctb -%%DATADIR%%/tables/lt.tbl %%DATADIR%%/tables/lv.tbl %%DATADIR%%/tables/malayalam.cti %%DATADIR%%/tables/mao-nz-g1.ctb @@ -307,6 +312,7 @@ %%DATADIR%%/tables/no-no-braillo-047-01.dis %%DATADIR%%/tables/no-no-chardefs6.uti %%DATADIR%%/tables/no-no-comp8.ctb +%%DATADIR%%/tables/no-no-cyrillic6dot.uti %%DATADIR%%/tables/no-no.dis %%DATADIR%%/tables/no-no-g0.utb %%DATADIR%%/tables/no-no-g1.ctb @@ -334,12 +340,13 @@ %%DATADIR%%/tables/pt-pt-g2.ctb %%DATADIR%%/tables/pt.tbl %%DATADIR%%/tables/pu-in-g1.utb +%%DATADIR%%/tables/quotation-marks.uti %%DATADIR%%/tables/ro.ctb %%DATADIR%%/tables/ro.tbl +%%DATADIR%%/tables/ru-comp6.utb +%%DATADIR%%/tables/ru-comp8.utb %%DATADIR%%/tables/ro-g0.utb %%DATADIR%%/tables/ru-brf.dis -%%DATADIR%%/tables/ru-compbrl.ctb -%%DATADIR%%/tables/ru.ctb %%DATADIR%%/tables/ru-letters.dis %%DATADIR%%/tables/ru-litbrl.ctb %%DATADIR%%/tables/ru-litbrl-detailed.utb @@ -392,6 +399,8 @@ %%DATADIR%%/tables/th-comp8-backward.utb %%DATADIR%%/tables/th-g0.utb %%DATADIR%%/tables/th-g1.utb +%%DATADIR%%/tables/th-g1.uti +%%DATADIR%%/tables/th-g2.ctb %%DATADIR%%/tables/tr.ctb %%DATADIR%%/tables/tr-g1.ctb %%DATADIR%%/tables/tr-g2.ctb @@ -463,7 +472,7 @@ libdata/pkgconfig/liblouis.pc lib/liblouis.a lib/liblouis.so lib/liblouis.so.20 -lib/liblouis.so.20.0.21 +lib/liblouis.so.20.0.22 share/man/man1/lou_allround.1.gz share/man/man1/lou_checkhyphens.1.gz share/man/man1/lou_checktable.1.gz diff --git a/devel/librashader/Makefile b/devel/librashader/Makefile index 8096074b4458..48540a62c333 100644 --- a/devel/librashader/Makefile +++ b/devel/librashader/Makefile @@ -1,6 +1,7 @@ PORTNAME= librashader DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bsdcode@disroot.org diff --git a/devel/libthreadar/Makefile b/devel/libthreadar/Makefile index bcd9bec483e8..07aa1e8a1ae9 100644 --- a/devel/libthreadar/Makefile +++ b/devel/libthreadar/Makefile @@ -1,5 +1,5 @@ PORTNAME= libthreadar -DISTVERSION= 1.5.2 +DISTVERSION= 1.6.0 CATEGORIES= devel sysutils MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \ https://dar.edrusb.org/libthreadar/Releases/ @@ -15,7 +15,10 @@ USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip TEST_TARGET= check +PLIST_SUB= SOLIB_MINOR=${DISTVERSION:S/1.//} + .include diff --git a/devel/libthreadar/distinfo b/devel/libthreadar/distinfo index 3c3a171f8fbc..0d49414a3eb7 100644 --- a/devel/libthreadar/distinfo +++ b/devel/libthreadar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742710772 -SHA256 (libthreadar-1.5.2.tar.gz) = 7460b160d68cfc84ea6173c81c643735d203a46893473373d2fca744e6d7b649 -SIZE (libthreadar-1.5.2.tar.gz) = 461655 +TIMESTAMP = 1751623543 +SHA256 (libthreadar-1.6.0.tar.gz) = 747f32d952df18777191eb073905d3800cef05fb36fd12b9ef3af493da870eb8 +SIZE (libthreadar-1.6.0.tar.gz) = 465229 diff --git a/devel/libthreadar/pkg-plist b/devel/libthreadar/pkg-plist index 1fe669836d56..55a7b7a471b2 100644 --- a/devel/libthreadar/pkg-plist +++ b/devel/libthreadar/pkg-plist @@ -16,6 +16,6 @@ include/libthreadar/tools.hpp lib/libthreadar.a lib/libthreadar.so lib/libthreadar.so.1000 -lib/libthreadar.so.1000.5.2 +lib/libthreadar.so.1000.%%SOLIB_MINOR%% libdata/pkgconfig/libthreadar.pc %%DATADIR%%/README diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index be2274d1e127..326fffb3f542 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,6 +1,5 @@ PORTNAME= libvirt -DISTVERSION= 11.4.0 -PORTREVISION= 1 +DISTVERSION= 11.5.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -141,7 +140,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.11004.0 +SHLIB_VER= 0.11005.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * #SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 2a75775d3092..a8e5fe443a4d 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748882025 -SHA256 (libvirt-11.4.0.tar.xz) = e10059efc655532b0cfe44d961c87c5a56e45393cc7bd343bd3348b40d73b267 -SIZE (libvirt-11.4.0.tar.xz) = 9849020 +TIMESTAMP = 1751370391 +SHA256 (libvirt-11.5.0.tar.xz) = 2b63b9d60538e1e2fa4e3f6d836409e6ff705249c79001914ac3400859d72423 +SIZE (libvirt-11.5.0.tar.xz) = 9865100 diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index 24f5e50b30cd..767616a302b4 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -1,6 +1,7 @@ PORTNAME= lib${GH_PROJECT} PORTVERSION= 34.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= osa@FreeBSD.org diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index dd29f0714961..2c9b34dfc923 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -155,7 +155,7 @@ LLDB_BUILD_DEPENDS= \ LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} -LLDB_USES= lua:54 libedit +LLDB_USES= gnome lua:54 libedit LLDB_USE= GNOME=libxml2 LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation @@ -235,7 +235,6 @@ LLVM_ENABLE_PROJECTS+= clang COMMANDS+= ${CLANG_COMMANDS} MAN1SRCS+= ${CLANG_MAN1SRCS} CLANG_PATTERN= (amdgpu-arch|c-index-test|clang|diagtool|hmaptool|intercept-|libear|libscanbuild|nvptx-arch|analyze-|scan-|Reporter.py|ScanView.py|scanview.css|sorttable.js|startfile.py|c..-analyzer|AnalyzerPlugin.so) -USES+= gnome .endif .if ${PORT_OPTIONS:MCOMPILER_RT} @@ -254,6 +253,7 @@ PORTDOCS+= clang-tools LLVM_ENABLE_PROJECTS+= flang LLVM_ENABLE_RUNTIMES+= flang-rt COMMANDS+= ${FLANG_COMMANDS} +MAN1SRCS+= ${FLANG_MAN1SRCS} .endif .if ${PORT_OPTIONS:MLIT} @@ -433,6 +433,7 @@ post-install-FLANG-on: ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/CUF/Attributes/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/CUF/CMakeFiles + ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Dialect/FIRCG/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/HLFIR/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/OpenMP/CMakeFiles ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/include/flang/Optimizer/Transforms/CMakeFiles @@ -496,6 +497,7 @@ build-plist: ${GREP} -v '_ignorelist.txt$$' | \ ${GREP} -v '[/-]lit$$' | ${GREP} -v 'FileCheck$$' | \ ${GREP} -v man/man1 | ${SED} -e 's|${STAGEDIR}${PREFIX}/||' \ + -e 's|${LUA_MODLIBDIR:C|${PREFIX}/||}|%%LUA_MODLIBDIR%%|' \ -e 's|${PYTHON_SITELIBDIR:C|${PREFIX}/||}|%%PYTHON_SITELIBDIR%%|' \ -e 's|${PYTHON_TAG:C/\./\\./g}${PYTHON_ABIVER}|%%PYTHON_TAG%%%%PYTHON_ABIVER%%|' \ -e 's|${PORTVERSION}|%%PORTVERSION%%|' \ diff --git a/devel/llvm-devel/Makefile.COMMANDS b/devel/llvm-devel/Makefile.COMMANDS index b8546a784d93..09f82a40ceb0 100644 --- a/devel/llvm-devel/Makefile.COMMANDS +++ b/devel/llvm-devel/Makefile.COMMANDS @@ -38,7 +38,6 @@ LLVM_COMMANDS= \ llvm-ml \ llvm-ml64 \ llvm-modextract \ - llvm-mt \ llvm-nm \ llvm-objcopy \ llvm-objdump \ @@ -91,6 +90,7 @@ CLANG_COMMANDS= \ hmaptool \ intercept-build \ nvptx-arch \ + offload-arch \ scan-build \ scan-build-py \ scan-view diff --git a/devel/llvm-devel/Makefile.MAN1SRCS b/devel/llvm-devel/Makefile.MAN1SRCS index b564a5c8df45..898bbf26d03f 100644 --- a/devel/llvm-devel/Makefile.MAN1SRCS +++ b/devel/llvm-devel/Makefile.MAN1SRCS @@ -49,6 +49,7 @@ LLVM_MAN1SRCS= \ llvm-strip.1 \ llvm-symbolizer.1 \ llvm-tblgen.1 \ + llvm-test-mustache-spec.1 \ llvm-tli-checker.1 \ mlir-tblgen.1 \ opt.1 \ @@ -62,6 +63,9 @@ CLANG_MAN1SRCS= \ EXTRAS_MAN1SRCS= \ extraclangtools.1 +FLANG_MAN1SRCS= \ + flang.1 + LIT_MAN1SRCS= \ lit.1 \ FileCheck.1 diff --git a/devel/llvm-devel/Makefile.snapshot b/devel/llvm-devel/Makefile.snapshot index 94c491ae886e..89c0bb8049dc 100644 --- a/devel/llvm-devel/Makefile.snapshot +++ b/devel/llvm-devel/Makefile.snapshot @@ -4,6 +4,6 @@ # LLVM_MAJOR= 21 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20250403 +SNAPDATE= 20250701 -LLVM_PROJECT_COMMIT= b8b752db2b89a730aff250a83b64c7ed10d95ca0 +LLVM_PROJECT_COMMIT= 5d849d3a90857621ba93e46c6b6dc145fdee04fe diff --git a/devel/llvm-devel/distinfo b/devel/llvm-devel/distinfo index fb6a4a17173e..2b1b31d25de5 100644 --- a/devel/llvm-devel/distinfo +++ b/devel/llvm-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743703250 -SHA256 (llvm-llvm-project-21.0.d20250403-b8b752db2b89a730aff250a83b64c7ed10d95ca0_GH0.tar.gz) = 65b8d76615681d83414df4038f39c2f176249f6d600f24c2e0b0377333cddbfe -SIZE (llvm-llvm-project-21.0.d20250403-b8b752db2b89a730aff250a83b64c7ed10d95ca0_GH0.tar.gz) = 229841628 +TIMESTAMP = 1751403737 +SHA256 (llvm-llvm-project-21.0.d20250701-5d849d3a90857621ba93e46c6b6dc145fdee04fe_GH0.tar.gz) = 9915e561683eb00801761e1cdf64a5c7eb029bdc9e21ad71231ae0480d1d6df0 +SIZE (llvm-llvm-project-21.0.d20250701-5d849d3a90857621ba93e46c6b6dc145fdee04fe_GH0.tar.gz) = 240471035 diff --git a/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt b/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt index 3626ae148a13..a58f6ea96022 100644 --- a/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt +++ b/devel/llvm-devel/files/patch-clang_lib_Headers_CMakeLists.txt @@ -1,6 +1,6 @@ --- clang/lib/Headers/CMakeLists.txt.orig +++ clang/lib/Headers/CMakeLists.txt -@@ -6,36 +6,9 @@ +@@ -6,37 +6,9 @@ float.h inttypes.h iso646.h @@ -16,6 +16,7 @@ - __stdarg_va_list.h - stdatomic.h - stdbool.h +- stdcountof.h - stdckdint.h - stddef.h - __stddef_header_macro.h diff --git a/devel/llvm-devel/pkg-plist b/devel/llvm-devel/pkg-plist index c20728543ef0..e941347f6ef7 100644 --- a/devel/llvm-devel/pkg-plist +++ b/devel/llvm-devel/pkg-plist @@ -39,7 +39,6 @@ bin/llvm-mc-devel bin/llvm-ml-devel bin/llvm-ml64-devel bin/llvm-modextract-devel -bin/llvm-mt-devel bin/llvm-nm-devel bin/llvm-objcopy-devel bin/llvm-objdump-devel @@ -90,6 +89,7 @@ bin/sancov-devel %%CLANG%%bin/hmaptool-devel %%CLANG%%bin/intercept-build-devel %%CLANG%%bin/nvptx-arch-devel +bin/offload-arch-devel %%CLANG%%bin/scan-build-devel %%CLANG%%bin/scan-build-py-devel %%CLANG%%bin/scan-view-devel @@ -148,6 +148,7 @@ bin/sancov-devel %%LIT%%llvm-devel/bin/lit %%LIT%%bin/llvm-lit-devel %%LIT%%llvm-devel/bin/llvm-lit +%%LLDB%%llvm-devel/%%LUA_MODLIBDIR%%/lldb.so %%LLDB%%llvm-devel/%%PYTHON_SITELIBDIR%%/lldb/__init__.py %%LLDB%%llvm-devel/%%PYTHON_SITELIBDIR%%/lldb/_lldb%%PYTHON_TAG%%%%PYTHON_ABIVER%%.so %%LLDB%%llvm-devel/%%PYTHON_SITELIBDIR%%/lldb/embedded_interpreter.py @@ -269,7 +270,6 @@ llvm-devel/bin/llvm-mca llvm-devel/bin/llvm-ml llvm-devel/bin/llvm-ml64 llvm-devel/bin/llvm-modextract -llvm-devel/bin/llvm-mt llvm-devel/bin/llvm-nm llvm-devel/bin/llvm-objcopy llvm-devel/bin/llvm-objdump @@ -315,6 +315,7 @@ llvm-devel/bin/llvm-xray %%MLIR%%llvm-devel/bin/mlir-translate %%EXTRAS%%llvm-devel/bin/modularize %%CLANG%%llvm-devel/bin/nvptx-arch +llvm-devel/bin/offload-arch llvm-devel/bin/opt %%EXTRAS%%llvm-devel/bin/pp-trace llvm-devel/bin/reduce-chunk-list @@ -430,6 +431,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/LambdaFunctionNameCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MacroParenthesesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisleadingSetterOfReferenceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/bugprone/MisplacedWideningCastCheck.h @@ -532,6 +534,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/SlicingCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/UseEnumClassCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/darwin/AvoidSpinlockCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/darwin/DispatchOnceNonstaticCheck.h @@ -634,6 +637,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseNullptrCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseOverrideCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseRangesCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseScopedLockCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseStartsEndsWithCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseStdFormatCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/modernize/UseStdNumbersCheck.h @@ -675,6 +679,7 @@ llvm-devel/bin/verify-uselistorder %%EXTRAS%%llvm-devel/include/clang-tidy/performance/TypePromotionInMathFnCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/UnnecessaryCopyInitialization.h %%EXTRAS%%llvm-devel/include/clang-tidy/performance/UnnecessaryValueParamCheck.h +%%EXTRAS%%llvm-devel/include/clang-tidy/portability/AvoidPragmaOnceCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/portability/RestrictSystemIncludesCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/portability/SIMDIntrinsicsCheck.h %%EXTRAS%%llvm-devel/include/clang-tidy/portability/StdAllocatorConstCheck.h @@ -921,6 +926,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/Registry.h %%CLANG%%llvm-devel/include/clang/ASTMatchers/Dynamic/VariantValue.h %%CLANG%%llvm-devel/include/clang/ASTMatchers/GtestMatchers.h +%%CLANG%%llvm-devel/include/clang/ASTMatchers/LowLevelHelpers.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/CalledOnceCheck.h %%CLANG%%llvm-devel/include/clang/Analysis/Analyses/Consumed.h @@ -988,7 +994,8 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Analysis/RetainSummaryManager.h %%CLANG%%llvm-devel/include/clang/Analysis/SelectorExtras.h %%CLANG%%llvm-devel/include/clang/Analysis/Support/BumpVector.h -%%CLANG%%llvm-devel/include/clang/Basic/AArch64SVEACLETypes.def +%%CLANG%%llvm-devel/include/clang/Analysis/Support/FixitUtil.h +%%CLANG%%llvm-devel/include/clang/Basic/AArch64ACLETypes.def %%CLANG%%llvm-devel/include/clang/Basic/ABI.h %%CLANG%%llvm-devel/include/clang/Basic/AMDGPUTypes.def %%CLANG%%llvm-devel/include/clang/Basic/ASTSourceDescriptor.h @@ -1002,6 +1009,8 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/AttrSubMatchRulesList.inc %%CLANG%%llvm-devel/include/clang/Basic/AttrSubjectMatchRules.h %%CLANG%%llvm-devel/include/clang/Basic/AttributeCommonInfo.h +%%CLANG%%llvm-devel/include/clang/Basic/AttributeScopeInfo.h +%%CLANG%%llvm-devel/include/clang/Basic/AttributeSpellingList.inc %%CLANG%%llvm-devel/include/clang/Basic/Attributes.h %%CLANG%%llvm-devel/include/clang/Basic/BitmaskEnum.h %%CLANG%%llvm-devel/include/clang/Basic/BuiltinHeaders.def @@ -1015,6 +1024,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsAMDGPU.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsARM.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsBPF.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsDirectX.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagon.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagonMapCustomDep.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsLoongArchBase.def @@ -1024,7 +1034,9 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNVPTX.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsPPC.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsRISCV.inc -%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRV.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRVCL.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRVCommon.inc +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSPIRVVK.inc %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsSystemZ.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsVE.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsVEVL.gen.def @@ -1049,32 +1061,39 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAST.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticASTKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAllCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysis.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticAnalysisKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCategories.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticComment.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommentKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCommonKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTU.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticCrossTUKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriver.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticDriverKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticError.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontend.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticFrontendKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticGroups.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticIDs.h @@ -1082,28 +1101,34 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPI.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPICompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPIEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPIInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticInstallAPIKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLex.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticLexKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticOptions.def %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticOptions.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParse.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticParseKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoring.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticRefactoringKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSema.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSemaKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerialization.h %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationCompatIDs.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationEnums.inc +%%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationInterface.inc %%CLANG%%llvm-devel/include/clang/Basic/DiagnosticSerializationKinds.inc %%CLANG%%llvm-devel/include/clang/Basic/DirectoryEntry.h %%CLANG%%llvm-devel/include/clang/Basic/ExceptionSpecificationType.h @@ -1132,6 +1157,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/Module.h %%CLANG%%llvm-devel/include/clang/Basic/NoSanitizeList.h %%CLANG%%llvm-devel/include/clang/Basic/ObjCRuntime.h +%%CLANG%%llvm-devel/include/clang/Basic/OffloadArch.h %%CLANG%%llvm-devel/include/clang/Basic/OpenACCClauses.def %%CLANG%%llvm-devel/include/clang/Basic/OpenACCKinds.h %%CLANG%%llvm-devel/include/clang/Basic/OpenCLExtensionTypes.def @@ -1157,6 +1183,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.def %%CLANG%%llvm-devel/include/clang/Basic/Sanitizers.h %%CLANG%%llvm-devel/include/clang/Basic/Sarif.h +%%CLANG%%llvm-devel/include/clang/Basic/SimpleTypoCorrection.h %%CLANG%%llvm-devel/include/clang/Basic/SourceLocation.h %%CLANG%%llvm-devel/include/clang/Basic/SourceManager.h %%CLANG%%llvm-devel/include/clang/Basic/SourceManagerInternals.h @@ -1206,24 +1233,32 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Basic/arm_sve_sema_rangechecks.inc %%CLANG%%llvm-devel/include/clang/Basic/arm_sve_streaming_attrs.inc %%CLANG%%llvm-devel/include/clang/Basic/arm_sve_typeflags.inc +%%CLANG%%llvm-devel/include/clang/Basic/riscv_andes_vector_builtin_cg.inc +%%CLANG%%llvm-devel/include/clang/Basic/riscv_andes_vector_builtin_sema.inc +%%CLANG%%llvm-devel/include/clang/Basic/riscv_andes_vector_builtins.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_sifive_vector_builtins.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_vector_builtin_cg.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_vector_builtin_sema.inc %%CLANG%%llvm-devel/include/clang/Basic/riscv_vector_builtins.inc +%%CLANG%%llvm-devel/include/clang/CIR/ABIArgInfo.h %%CLANG%%llvm-devel/include/clang/CIR/CIRGenerator.h %%CLANG%%llvm-devel/include/clang/CIR/CIRToCIRPasses.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRAttrs.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRDataLayout.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRDialect.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIROpsEnums.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRTypes.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/IR/CIRTypesDetails.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/OpenACC/CIROpenACCTypeInterfaces.h +%%CLANG%%llvm-devel/include/clang/CIR/Dialect/OpenACC/RegisterOpenACCExtensions.h %%CLANG%%llvm-devel/include/clang/CIR/Dialect/Passes.h %%CLANG%%llvm-devel/include/clang/CIR/FrontendAction/CIRGenAction.h -%%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIRFPTypeInterface.h %%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIRLoopOpInterface.h %%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIROpInterfaces.h +%%CLANG%%llvm-devel/include/clang/CIR/Interfaces/CIRTypeInterfaces.h %%CLANG%%llvm-devel/include/clang/CIR/LowerToLLVM.h %%CLANG%%llvm-devel/include/clang/CIR/LoweringHelpers.h %%CLANG%%llvm-devel/include/clang/CIR/MissingFeatures.h @@ -1243,6 +1278,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/CrossTU/CrossTranslationUnit.h %%CLANG%%llvm-devel/include/clang/DirectoryWatcher/DirectoryWatcher.h %%CLANG%%llvm-devel/include/clang/Driver/Action.h +%%CLANG%%llvm-devel/include/clang/Driver/CommonArgs.h %%CLANG%%llvm-devel/include/clang/Driver/Compilation.h %%CLANG%%llvm-devel/include/clang/Driver/Distro.h %%CLANG%%llvm-devel/include/clang/Driver/Driver.h @@ -1331,6 +1367,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Interpreter/CodeCompletion.h %%CLANG%%llvm-devel/include/clang/Interpreter/Interpreter.h %%CLANG%%llvm-devel/include/clang/Interpreter/PartialTranslationUnit.h +%%CLANG%%llvm-devel/include/clang/Interpreter/RemoteJITUtils.h %%CLANG%%llvm-devel/include/clang/Interpreter/Value.h %%CLANG%%llvm-devel/include/clang/Lex/CodeCompletionHandler.h %%CLANG%%llvm-devel/include/clang/Lex/DependencyDirectivesScanner.h @@ -1420,6 +1457,7 @@ llvm-devel/bin/verify-uselistorder %%CLANG%%llvm-devel/include/clang/Sema/SemaConcept.h %%CLANG%%llvm-devel/include/clang/Sema/SemaConsumer.h %%CLANG%%llvm-devel/include/clang/Sema/SemaDiagnostic.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaDirectX.h %%CLANG%%llvm-devel/include/clang/Sema/SemaFixItUtils.h %%CLANG%%llvm-devel/include/clang/Sema/SemaHLSL.h %%CLANG%%llvm-devel/include/clang/Sema/SemaHexagon.h @@ -1634,6 +1672,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Common/static-multimap-view.h %%FLANG%%llvm-devel/include/flang/Common/target-rounding.h %%FLANG%%llvm-devel/include/flang/Common/template.h +%%FLANG%%llvm-devel/include/flang/Common/type-kinds.h %%FLANG%%llvm-devel/include/flang/Common/uint128.h %%FLANG%%llvm-devel/include/flang/Common/unwrap.h %%FLANG%%llvm-devel/include/flang/Common/variant.h @@ -1716,6 +1755,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Lower/PFTDefs.h %%FLANG%%llvm-devel/include/flang/Lower/Runtime.h %%FLANG%%llvm-devel/include/flang/Lower/StatementContext.h +%%FLANG%%llvm-devel/include/flang/Lower/Support/PrivateReductionUtils.h %%FLANG%%llvm-devel/include/flang/Lower/Support/Utils.h %%FLANG%%llvm-devel/include/flang/Lower/Support/Verifier.h %%FLANG%%llvm-devel/include/flang/Lower/SymbolMap.h @@ -1759,16 +1799,13 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/Builder/Runtime/Transformational.h %%FLANG%%llvm-devel/include/flang/Optimizer/Builder/TemporaryStorage.h %%FLANG%%llvm-devel/include/flang/Optimizer/Builder/Todo.h -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.cpp.inc -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.h -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.h.inc -%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGOps.td %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGPasses.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CGPasses.td %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CodeGen.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/CodeGenOpenMP.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/DescriptorModel.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/FIROpPatterns.h +%%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/LLVMInsertChainFolder.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/TBAABuilder.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/Target.h %%FLANG%%llvm-devel/include/flang/Optimizer/CodeGen/TypeConverter.h @@ -1793,6 +1830,10 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRAttr.td +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.cpp.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.h.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRCG/CGOps.td %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.cpp.inc %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FIRDialect.h.inc @@ -1816,6 +1857,10 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FortranVariableInterface.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FortranVariableInterface.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/FortranVariableInterface.td +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.cpp.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.h +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.h.inc +%%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.td %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/Support/FIRContext.h %%FLANG%%llvm-devel/include/flang/Optimizer/Dialect/Support/KindMapping.h %%FLANG%%llvm-devel/include/flang/Optimizer/HLFIR/HLFIRAttributes.cpp.inc @@ -1842,6 +1887,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Passes.h %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Passes.h.inc %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Passes.td +%%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Support/RegisterOpenMPExtensions.h %%FLANG%%llvm-devel/include/flang/Optimizer/OpenMP/Utils.h %%FLANG%%llvm-devel/include/flang/Optimizer/Passes/CommandLineOpts.h %%FLANG%%llvm-devel/include/flang/Optimizer/Passes/Pipelines.h @@ -1932,6 +1978,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Semantics/expression.h %%FLANG%%llvm-devel/include/flang/Semantics/module-dependences.h %%FLANG%%llvm-devel/include/flang/Semantics/openmp-directive-sets.h +%%FLANG%%llvm-devel/include/flang/Semantics/openmp-dsa.h %%FLANG%%llvm-devel/include/flang/Semantics/openmp-modifiers.h %%FLANG%%llvm-devel/include/flang/Semantics/program-tree.h %%FLANG%%llvm-devel/include/flang/Semantics/runtime-type-info.h @@ -1941,6 +1988,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/Semantics/tools.h %%FLANG%%llvm-devel/include/flang/Semantics/type.h %%FLANG%%llvm-devel/include/flang/Semantics/unparse-with-symbols.h +%%FLANG%%llvm-devel/include/flang/Support/Flags.h %%FLANG%%llvm-devel/include/flang/Support/Fortran-features.h %%FLANG%%llvm-devel/include/flang/Support/Fortran.h %%FLANG%%llvm-devel/include/flang/Support/LangOptions.def @@ -1966,6 +2014,7 @@ llvm-devel/bin/verify-uselistorder %%FLANG%%llvm-devel/include/flang/__fortran_type_info.mod %%FLANG%%llvm-devel/include/flang/__ppc_intrinsics.mod %%FLANG%%llvm-devel/include/flang/__ppc_types.mod +%%FLANG%%llvm-devel/include/flang/cooperative_groups.mod %%FLANG%%llvm-devel/include/flang/cudadevice.mod %%FLANG%%llvm-devel/include/flang/ieee_arithmetic.mod %%FLANG%%llvm-devel/include/flang/ieee_exceptions.mod @@ -1991,6 +2040,7 @@ llvm-devel/bin/verify-uselistorder %%LLD%%llvm-devel/include/lld/Common/Strings.h %%LLD%%llvm-devel/include/lld/Common/TargetOptionsCommandFlags.h %%LLD%%llvm-devel/include/lld/Common/Timer.h +%%LLD%%llvm-devel/include/lld/Common/Utils.h %%LLD%%llvm-devel/include/lld/Common/Version.h %%LLDB%%llvm-devel/include/lldb/API/LLDB.h %%LLDB%%llvm-devel/include/lldb/API/SBAddress.h @@ -2112,6 +2162,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Core/Debugger.h %%LLDB%%llvm-devel/include/lldb/Core/DebuggerEvents.h %%LLDB%%llvm-devel/include/lldb/Core/Declaration.h +%%LLDB%%llvm-devel/include/lldb/Core/DemangledNameInfo.h %%LLDB%%llvm-devel/include/lldb/Core/Disassembler.h %%LLDB%%llvm-devel/include/lldb/Core/DumpDataExtractor.h %%LLDB%%llvm-devel/include/lldb/Core/DumpRegisterInfo.h @@ -2132,6 +2183,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Core/PluginInterface.h %%LLDB%%llvm-devel/include/lldb/Core/PluginManager.h %%LLDB%%llvm-devel/include/lldb/Core/Progress.h +%%LLDB%%llvm-devel/include/lldb/Core/ProtocolServer.h %%LLDB%%llvm-devel/include/lldb/Core/RichManglingContext.h %%LLDB%%llvm-devel/include/lldb/Core/SearchFilter.h %%LLDB%%llvm-devel/include/lldb/Core/Section.h @@ -2205,6 +2257,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Host/HostNativeThreadForward.h %%LLDB%%llvm-devel/include/lldb/Host/HostProcess.h %%LLDB%%llvm-devel/include/lldb/Host/HostThread.h +%%LLDB%%llvm-devel/include/lldb/Host/JSONTransport.h %%LLDB%%llvm-devel/include/lldb/Host/LZMA.h %%LLDB%%llvm-devel/include/lldb/Host/LockFile.h %%LLDB%%llvm-devel/include/lldb/Host/LockFileBase.h @@ -2229,6 +2282,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Host/Time.h %%LLDB%%llvm-devel/include/lldb/Host/XML.h %%LLDB%%llvm-devel/include/lldb/Host/aix/HostInfoAIX.h +%%LLDB%%llvm-devel/include/lldb/Host/aix/Support.h %%LLDB%%llvm-devel/include/lldb/Host/android/HostInfoAndroid.h %%LLDB%%llvm-devel/include/lldb/Host/common/GetOptInc.h %%LLDB%%llvm-devel/include/lldb/Host/common/NativeBreakpointList.h @@ -2259,6 +2313,7 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Host/posix/MainLoopPosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/PipePosix.h %%LLDB%%llvm-devel/include/lldb/Host/posix/ProcessLauncherPosixFork.h +%%LLDB%%llvm-devel/include/lldb/Host/posix/Support.h %%LLDB%%llvm-devel/include/lldb/Host/windows/AutoHandle.h %%LLDB%%llvm-devel/include/lldb/Host/windows/ConnectionGenericFileWindows.h %%LLDB%%llvm-devel/include/lldb/Host/windows/HostInfoWindows.h @@ -2527,7 +2582,10 @@ llvm-devel/bin/verify-uselistorder %%LLDB%%llvm-devel/include/lldb/Utility/VMRange.h %%LLDB%%llvm-devel/include/lldb/Utility/XcodeSDK.h %%LLDB%%llvm-devel/include/lldb/Utility/ZipFile.h +%%LLDB%%llvm-devel/include/lldb/ValueObject/DILAST.h +%%LLDB%%llvm-devel/include/lldb/ValueObject/DILEval.h %%LLDB%%llvm-devel/include/lldb/ValueObject/DILLexer.h +%%LLDB%%llvm-devel/include/lldb/ValueObject/DILParser.h %%LLDB%%llvm-devel/include/lldb/ValueObject/ValueObject.h %%LLDB%%llvm-devel/include/lldb/ValueObject/ValueObjectCast.h %%LLDB%%llvm-devel/include/lldb/ValueObject/ValueObjectChild.h @@ -2735,12 +2793,15 @@ llvm-devel/include/llvm/Analysis/DominanceFrontier.h llvm-devel/include/llvm/Analysis/DominanceFrontierImpl.h llvm-devel/include/llvm/Analysis/EHUtils.h llvm-devel/include/llvm/Analysis/EphemeralValuesCache.h +llvm-devel/include/llvm/Analysis/FloatingPointPredicateUtils.h llvm-devel/include/llvm/Analysis/FunctionPropertiesAnalysis.h llvm-devel/include/llvm/Analysis/GenericDomTreeUpdater.h llvm-devel/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h llvm-devel/include/llvm/Analysis/GlobalsModRef.h llvm-devel/include/llvm/Analysis/GuardUtils.h +llvm-devel/include/llvm/Analysis/HashRecognize.h llvm-devel/include/llvm/Analysis/HeatUtils.h +llvm-devel/include/llvm/Analysis/IR2Vec.h llvm-devel/include/llvm/Analysis/IRSimilarityIdentifier.h llvm-devel/include/llvm/Analysis/IVDescriptors.h llvm-devel/include/llvm/Analysis/IVUsers.h @@ -2906,6 +2967,7 @@ llvm-devel/include/llvm/Bitstream/BitCodeEnums.h llvm-devel/include/llvm/Bitstream/BitCodes.h llvm-devel/include/llvm/Bitstream/BitstreamReader.h llvm-devel/include/llvm/Bitstream/BitstreamWriter.h +llvm-devel/include/llvm/CGData/CGDataPatchItem.h llvm-devel/include/llvm/CGData/CodeGenData.h llvm-devel/include/llvm/CGData/CodeGenData.inc llvm-devel/include/llvm/CGData/CodeGenDataReader.h @@ -2926,8 +2988,10 @@ llvm-devel/include/llvm/CodeGen/BasicBlockSectionUtils.h llvm-devel/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h llvm-devel/include/llvm/CodeGen/BasicTTIImpl.h llvm-devel/include/llvm/CodeGen/BranchFoldingPass.h +llvm-devel/include/llvm/CodeGen/BranchRelaxation.h llvm-devel/include/llvm/CodeGen/ByteProvider.h llvm-devel/include/llvm/CodeGen/CFIFixup.h +llvm-devel/include/llvm/CodeGen/CFIInstBuilder.h llvm-devel/include/llvm/CodeGen/CSEConfigBase.h llvm-devel/include/llvm/CodeGen/CalcSpillWeights.h llvm-devel/include/llvm/CodeGen/CallBrPrepare.h @@ -2992,6 +3056,7 @@ llvm-devel/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h llvm-devel/include/llvm/CodeGen/GlobalISel/Localizer.h llvm-devel/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h llvm-devel/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +llvm-devel/include/llvm/CodeGen/GlobalISel/MachineFloatingPointPredicateUtils.h llvm-devel/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h llvm-devel/include/llvm/CodeGen/GlobalISel/RegBankSelect.h llvm-devel/include/llvm/CodeGen/GlobalISel/Utils.h @@ -3053,6 +3118,7 @@ llvm-devel/include/llvm/CodeGen/MachineDominators.h llvm-devel/include/llvm/CodeGen/MachineFrameInfo.h llvm-devel/include/llvm/CodeGen/MachineFunction.h llvm-devel/include/llvm/CodeGen/MachineFunctionAnalysis.h +llvm-devel/include/llvm/CodeGen/MachineFunctionAnalysisManager.h llvm-devel/include/llvm/CodeGen/MachineFunctionPass.h llvm-devel/include/llvm/CodeGen/MachineInstr.h llvm-devel/include/llvm/CodeGen/MachineInstrBuilder.h @@ -3096,10 +3162,12 @@ llvm-devel/include/llvm/CodeGen/PBQP/Math.h llvm-devel/include/llvm/CodeGen/PBQP/ReductionRules.h llvm-devel/include/llvm/CodeGen/PBQP/Solution.h llvm-devel/include/llvm/CodeGen/PBQPRAConstraint.h +llvm-devel/include/llvm/CodeGen/PEI.h llvm-devel/include/llvm/CodeGen/PHIElimination.h llvm-devel/include/llvm/CodeGen/Passes.h llvm-devel/include/llvm/CodeGen/PatchableFunction.h llvm-devel/include/llvm/CodeGen/PeepholeOptimizer.h +llvm-devel/include/llvm/CodeGen/PostRAHazardRecognizer.h llvm-devel/include/llvm/CodeGen/PostRASchedulerList.h llvm-devel/include/llvm/CodeGen/PreISelIntrinsicLowering.h llvm-devel/include/llvm/CodeGen/PseudoSourceValue.h @@ -3125,14 +3193,17 @@ llvm-devel/include/llvm/CodeGen/RegisterCoalescerPass.h llvm-devel/include/llvm/CodeGen/RegisterPressure.h llvm-devel/include/llvm/CodeGen/RegisterScavenging.h llvm-devel/include/llvm/CodeGen/RegisterUsageInfo.h +llvm-devel/include/llvm/CodeGen/RemoveLoadsIntoFakeUses.h llvm-devel/include/llvm/CodeGen/RemoveRedundantDebugValues.h llvm-devel/include/llvm/CodeGen/RenameIndependentSubregs.h llvm-devel/include/llvm/CodeGen/ReplaceWithVeclib.h llvm-devel/include/llvm/CodeGen/ResourcePriorityQueue.h llvm-devel/include/llvm/CodeGen/RuntimeLibcallUtil.h +llvm-devel/include/llvm/CodeGen/SDNodeInfo.h llvm-devel/include/llvm/CodeGen/SDNodeProperties.td llvm-devel/include/llvm/CodeGen/SDPatternMatch.h llvm-devel/include/llvm/CodeGen/SafeStack.h +llvm-devel/include/llvm/CodeGen/SanitizerBinaryMetadata.h llvm-devel/include/llvm/CodeGen/ScheduleDAG.h llvm-devel/include/llvm/CodeGen/ScheduleDAGInstrs.h llvm-devel/include/llvm/CodeGen/ScheduleDAGMutation.h @@ -3147,11 +3218,13 @@ llvm-devel/include/llvm/CodeGen/SelectionDAGISel.h llvm-devel/include/llvm/CodeGen/SelectionDAGNodes.h llvm-devel/include/llvm/CodeGen/SelectionDAGTargetInfo.h llvm-devel/include/llvm/CodeGen/ShadowStackGCLowering.h +llvm-devel/include/llvm/CodeGen/ShrinkWrap.h llvm-devel/include/llvm/CodeGen/SjLjEHPrepare.h llvm-devel/include/llvm/CodeGen/SlotIndexes.h llvm-devel/include/llvm/CodeGen/SpillPlacement.h llvm-devel/include/llvm/CodeGen/Spiller.h llvm-devel/include/llvm/CodeGen/StackColoring.h +llvm-devel/include/llvm/CodeGen/StackFrameLayoutAnalysisPass.h llvm-devel/include/llvm/CodeGen/StackMaps.h llvm-devel/include/llvm/CodeGen/StackProtector.h llvm-devel/include/llvm/CodeGen/StackSlotColoring.h @@ -3191,6 +3264,7 @@ llvm-devel/include/llvm/Config/Disassemblers.def llvm-devel/include/llvm/Config/TargetExegesis.def llvm-devel/include/llvm/Config/TargetMCAs.def llvm-devel/include/llvm/Config/Targets.def +llvm-devel/include/llvm/Config/Targets.h llvm-devel/include/llvm/Config/abi-breaking.h llvm-devel/include/llvm/Config/llvm-config.h llvm-devel/include/llvm/DWARFLinker/AddressesMap.h @@ -3217,6 +3291,7 @@ llvm-devel/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h llvm-devel/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeView.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewError.h +llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewLanguages.def llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def llvm-devel/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def @@ -3276,6 +3351,7 @@ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +llvm-devel/include/llvm/DebugInfo/DWARF/DWARFCFIPrinter.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFContext.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h @@ -3292,7 +3368,7 @@ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFDie.h -llvm-devel/include/llvm/DebugInfo/DWARF/DWARFExpression.h +llvm-devel/include/llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFFormValue.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFListTable.h @@ -3305,12 +3381,16 @@ llvm-devel/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFUnit.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h llvm-devel/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +llvm-devel/include/llvm/DebugInfo/DWARF/LowLevel/DWARFCFIProgram.h +llvm-devel/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h +llvm-devel/include/llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h llvm-devel/include/llvm/DebugInfo/GSYM/CallSiteInfo.h llvm-devel/include/llvm/DebugInfo/GSYM/DwarfTransformer.h llvm-devel/include/llvm/DebugInfo/GSYM/ExtractRanges.h llvm-devel/include/llvm/DebugInfo/GSYM/FileEntry.h llvm-devel/include/llvm/DebugInfo/GSYM/FileWriter.h llvm-devel/include/llvm/DebugInfo/GSYM/FunctionInfo.h +llvm-devel/include/llvm/DebugInfo/GSYM/GsymContext.h llvm-devel/include/llvm/DebugInfo/GSYM/GsymCreator.h llvm-devel/include/llvm/DebugInfo/GSYM/GsymReader.h llvm-devel/include/llvm/DebugInfo/GSYM/Header.h @@ -3332,6 +3412,7 @@ llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVRange.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVReader.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVScope.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSourceLanguage.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h llvm-devel/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h @@ -3501,10 +3582,10 @@ llvm-devel/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h -llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_i386.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_x86.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLink.h llvm-devel/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h @@ -3513,18 +3594,21 @@ llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO.h llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/TableManager.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/XCOFF.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/XCOFF_ppc64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/aarch32.h llvm-devel/include/llvm/ExecutionEngine/JITLink/aarch64.h -llvm-devel/include/llvm/ExecutionEngine/JITLink/i386.h llvm-devel/include/llvm/ExecutionEngine/JITLink/loongarch.h llvm-devel/include/llvm/ExecutionEngine/JITLink/ppc64.h llvm-devel/include/llvm/ExecutionEngine/JITLink/riscv.h +llvm-devel/include/llvm/ExecutionEngine/JITLink/x86.h llvm-devel/include/llvm/ExecutionEngine/JITLink/x86_64.h llvm-devel/include/llvm/ExecutionEngine/JITSymbol.h llvm-devel/include/llvm/ExecutionEngine/MCJIT.h llvm-devel/include/llvm/ExecutionEngine/OProfileWrapper.h llvm-devel/include/llvm/ExecutionEngine/ObjectCache.h llvm-devel/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h +llvm-devel/include/llvm/ExecutionEngine/Orc/COFF.h llvm-devel/include/llvm/ExecutionEngine/Orc/COFFPlatform.h llvm-devel/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h llvm-devel/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h @@ -3554,6 +3638,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/GetDylibInterface.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +llvm-devel/include/llvm/ExecutionEngine/Orc/InProcessMemoryAccess.h llvm-devel/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h llvm-devel/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h @@ -3572,6 +3657,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/MachOPlatform.h llvm-devel/include/llvm/ExecutionEngine/Orc/Mangling.h llvm-devel/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h +llvm-devel/include/llvm/ExecutionEngine/Orc/MemoryAccess.h llvm-devel/include/llvm/ExecutionEngine/Orc/MemoryMapper.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h llvm-devel/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h @@ -3581,6 +3667,7 @@ llvm-devel/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h llvm-devel/include/llvm/ExecutionEngine/Orc/RedirectionManager.h llvm-devel/include/llvm/ExecutionEngine/Orc/SectCreate.h +llvm-devel/include/llvm/ExecutionEngine/Orc/SelfExecutorProcessControl.h llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h llvm-devel/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h @@ -3622,9 +3709,12 @@ llvm-devel/include/llvm/FileCheck/FileCheck.h llvm-devel/include/llvm/Frontend/Atomic/Atomic.h llvm-devel/include/llvm/Frontend/Debug/Options.h llvm-devel/include/llvm/Frontend/Directive/DirectiveBase.td +llvm-devel/include/llvm/Frontend/Directive/Spelling.h llvm-devel/include/llvm/Frontend/Driver/CodeGenOptions.h +llvm-devel/include/llvm/Frontend/HLSL/CBuffer.h llvm-devel/include/llvm/Frontend/HLSL/HLSLResource.h llvm-devel/include/llvm/Frontend/HLSL/HLSLRootSignature.h +llvm-devel/include/llvm/Frontend/HLSL/HLSLRootSignatureUtils.h llvm-devel/include/llvm/Frontend/Offloading/OffloadWrapper.h llvm-devel/include/llvm/Frontend/Offloading/Utility.h llvm-devel/include/llvm/Frontend/OpenACC/ACC.h.inc @@ -3701,6 +3791,7 @@ llvm-devel/include/llvm/IR/GCStrategy.h llvm-devel/include/llvm/IR/GEPNoWrapFlags.h llvm-devel/include/llvm/IR/GVMaterializer.h llvm-devel/include/llvm/IR/GenericConvergenceVerifierImpl.h +llvm-devel/include/llvm/IR/GenericFloatingPointPredicateUtils.h llvm-devel/include/llvm/IR/GetElementPtrTypeIterator.h llvm-devel/include/llvm/IR/GlobalAlias.h llvm-devel/include/llvm/IR/GlobalIFunc.h @@ -3746,6 +3837,7 @@ llvm-devel/include/llvm/IR/IntrinsicsPowerPC.td llvm-devel/include/llvm/IR/IntrinsicsR600.h llvm-devel/include/llvm/IR/IntrinsicsRISCV.h llvm-devel/include/llvm/IR/IntrinsicsRISCV.td +llvm-devel/include/llvm/IR/IntrinsicsRISCVXAndes.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXCV.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXTHead.td llvm-devel/include/llvm/IR/IntrinsicsRISCVXsf.td @@ -3794,8 +3886,10 @@ llvm-devel/include/llvm/IR/ProfDataUtils.h llvm-devel/include/llvm/IR/ProfileSummary.h llvm-devel/include/llvm/IR/PseudoProbe.h llvm-devel/include/llvm/IR/ReplaceConstant.h -llvm-devel/include/llvm/IR/RuntimeLibcalls.def llvm-devel/include/llvm/IR/RuntimeLibcalls.h +llvm-devel/include/llvm/IR/RuntimeLibcalls.inc +llvm-devel/include/llvm/IR/RuntimeLibcalls.td +llvm-devel/include/llvm/IR/RuntimeLibcallsImpl.td llvm-devel/include/llvm/IR/SSAContext.h llvm-devel/include/llvm/IR/SafepointIRVerifier.h llvm-devel/include/llvm/IR/Statepoint.h @@ -3815,7 +3909,6 @@ llvm-devel/include/llvm/IR/Value.h llvm-devel/include/llvm/IR/ValueHandle.h llvm-devel/include/llvm/IR/ValueMap.h llvm-devel/include/llvm/IR/ValueSymbolTable.h -llvm-devel/include/llvm/IR/VectorBuilder.h llvm-devel/include/llvm/IR/VectorTypeUtils.h llvm-devel/include/llvm/IR/Verifier.h llvm-devel/include/llvm/IRPrinter/IRPrintingPasses.h @@ -3868,7 +3961,7 @@ llvm-devel/include/llvm/MC/MCELFStreamer.h llvm-devel/include/llvm/MC/MCExpr.h llvm-devel/include/llvm/MC/MCFixup.h llvm-devel/include/llvm/MC/MCFixupKindInfo.h -llvm-devel/include/llvm/MC/MCFragment.h +llvm-devel/include/llvm/MC/MCGOFFAttributes.h llvm-devel/include/llvm/MC/MCGOFFObjectWriter.h llvm-devel/include/llvm/MC/MCGOFFStreamer.h llvm-devel/include/llvm/MC/MCInst.h @@ -3886,7 +3979,6 @@ llvm-devel/include/llvm/MC/MCObjectStreamer.h llvm-devel/include/llvm/MC/MCObjectWriter.h llvm-devel/include/llvm/MC/MCParser/AsmCond.h llvm-devel/include/llvm/MC/MCParser/AsmLexer.h -llvm-devel/include/llvm/MC/MCParser/MCAsmLexer.h llvm-devel/include/llvm/MC/MCParser/MCAsmParser.h llvm-devel/include/llvm/MC/MCParser/MCAsmParserExtension.h llvm-devel/include/llvm/MC/MCParser/MCAsmParserUtils.h @@ -3997,6 +4089,7 @@ llvm-devel/include/llvm/Object/Minidump.h llvm-devel/include/llvm/Object/ModuleSymbolTable.h llvm-devel/include/llvm/Object/ObjectFile.h llvm-devel/include/llvm/Object/OffloadBinary.h +llvm-devel/include/llvm/Object/OffloadBundle.h llvm-devel/include/llvm/Object/RelocationResolver.h llvm-devel/include/llvm/Object/StackMapParser.h llvm-devel/include/llvm/Object/SymbolSize.h @@ -4049,9 +4142,11 @@ llvm-devel/include/llvm/ProfileData/Coverage/CoverageMappingReader.h llvm-devel/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h llvm-devel/include/llvm/ProfileData/Coverage/MCDCTypes.h llvm-devel/include/llvm/ProfileData/CtxInstrContextNode.h +llvm-devel/include/llvm/ProfileData/DataAccessProf.h llvm-devel/include/llvm/ProfileData/FunctionId.h llvm-devel/include/llvm/ProfileData/GCOV.h llvm-devel/include/llvm/ProfileData/HashKeyMap.h +llvm-devel/include/llvm/ProfileData/IndexedMemProfData.h llvm-devel/include/llvm/ProfileData/InstrProf.h llvm-devel/include/llvm/ProfileData/InstrProfCorrelator.h llvm-devel/include/llvm/ProfileData/InstrProfData.inc @@ -4060,8 +4155,12 @@ llvm-devel/include/llvm/ProfileData/InstrProfWriter.h llvm-devel/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h llvm-devel/include/llvm/ProfileData/MIBEntryDef.inc llvm-devel/include/llvm/ProfileData/MemProf.h +llvm-devel/include/llvm/ProfileData/MemProfCommon.h llvm-devel/include/llvm/ProfileData/MemProfData.inc +llvm-devel/include/llvm/ProfileData/MemProfRadixTree.h llvm-devel/include/llvm/ProfileData/MemProfReader.h +llvm-devel/include/llvm/ProfileData/MemProfSummary.h +llvm-devel/include/llvm/ProfileData/MemProfSummaryBuilder.h llvm-devel/include/llvm/ProfileData/MemProfYAML.h llvm-devel/include/llvm/ProfileData/PGOCtxProfReader.h llvm-devel/include/llvm/ProfileData/PGOCtxProfWriter.h @@ -4206,6 +4305,7 @@ llvm-devel/include/llvm/Support/HexagonAttributeParser.h llvm-devel/include/llvm/Support/HexagonAttributes.h llvm-devel/include/llvm/Support/InitLLVM.h llvm-devel/include/llvm/Support/InstructionCost.h +llvm-devel/include/llvm/Support/InterleavedRange.h llvm-devel/include/llvm/Support/JSON.h llvm-devel/include/llvm/Support/KnownBits.h llvm-devel/include/llvm/Support/KnownFPClass.h @@ -4245,6 +4345,7 @@ llvm-devel/include/llvm/Support/PrettyStackTrace.h llvm-devel/include/llvm/Support/Printable.h llvm-devel/include/llvm/Support/Process.h llvm-devel/include/llvm/Support/Program.h +llvm-devel/include/llvm/Support/ProgramStack.h llvm-devel/include/llvm/Support/RISCVAttributeParser.h llvm-devel/include/llvm/Support/RISCVAttributes.h llvm-devel/include/llvm/Support/RISCVISAUtils.h @@ -4278,6 +4379,7 @@ llvm-devel/include/llvm/Support/SystemZ/zOSSupport.h llvm-devel/include/llvm/Support/TarWriter.h llvm-devel/include/llvm/Support/TargetOpcodes.def llvm-devel/include/llvm/Support/TargetSelect.h +llvm-devel/include/llvm/Support/TextEncoding.h llvm-devel/include/llvm/Support/ThreadPool.h llvm-devel/include/llvm/Support/ThreadSafeAllocator.h llvm-devel/include/llvm/Support/Threading.h @@ -4355,6 +4457,7 @@ llvm-devel/include/llvm/TargetParser/CSKYTargetParser.h llvm-devel/include/llvm/TargetParser/Host.h llvm-devel/include/llvm/TargetParser/LoongArchTargetParser.def llvm-devel/include/llvm/TargetParser/LoongArchTargetParser.h +llvm-devel/include/llvm/TargetParser/PPCGenTargetFeatures.inc llvm-devel/include/llvm/TargetParser/PPCTargetParser.def llvm-devel/include/llvm/TargetParser/PPCTargetParser.h llvm-devel/include/llvm/TargetParser/RISCVISAInfo.h @@ -4369,6 +4472,7 @@ llvm-devel/include/llvm/Telemetry/Telemetry.h llvm-devel/include/llvm/Testing/ADT/StringMap.h llvm-devel/include/llvm/Testing/ADT/StringMapEntry.h llvm-devel/include/llvm/Testing/Annotations/Annotations.h +llvm-devel/include/llvm/Testing/Demangle/DemangleTestCases.inc llvm-devel/include/llvm/Testing/Support/Error.h llvm-devel/include/llvm/Testing/Support/SupportHelpers.h llvm-devel/include/llvm/TextAPI/Architecture.def @@ -4466,7 +4570,8 @@ llvm-devel/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/InstrProfiling.h llvm-devel/include/llvm/Transforms/Instrumentation/KCFI.h llvm-devel/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h -llvm-devel/include/llvm/Transforms/Instrumentation/MemProfiler.h +llvm-devel/include/llvm/Transforms/Instrumentation/MemProfInstrumentation.h +llvm-devel/include/llvm/Transforms/Instrumentation/MemProfUse.h llvm-devel/include/llvm/Transforms/Instrumentation/MemorySanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h llvm-devel/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h @@ -4648,6 +4753,7 @@ llvm-devel/include/llvm/Transforms/Utils/UnifyLoopExits.h llvm-devel/include/llvm/Transforms/Utils/UnrollLoop.h llvm-devel/include/llvm/Transforms/Utils/VNCoercion.h llvm-devel/include/llvm/Transforms/Utils/ValueMapper.h +llvm-devel/include/llvm/Transforms/Vectorize/EVLIndVarSimplify.h llvm-devel/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h llvm-devel/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h llvm-devel/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h @@ -4660,6 +4766,7 @@ llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PackReuse.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintRegion.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromBBs.h @@ -4667,6 +4774,7 @@ llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFro llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/SeedCollection.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAcceptOrRevert.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAlwaysAccept.h +llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionAlwaysRevert.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionSave.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h llvm-devel/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h @@ -4726,6 +4834,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/Quant.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/ROCDL.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/SCF.h +%%MLIR%%llvm-devel/include/mlir-c/Dialect/SMT.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/SPIRV.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/Shape.h %%MLIR%%llvm-devel/include/mlir-c/Dialect/SparseTensor.h @@ -4741,6 +4850,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir-c/RegisterEverything.h %%MLIR%%llvm-devel/include/mlir-c/Rewrite.h %%MLIR%%llvm-devel/include/mlir-c/Support.h +%%MLIR%%llvm-devel/include/mlir-c/Target/ExportSMTLIB.h %%MLIR%%llvm-devel/include/mlir-c/Target/LLVMIR.h %%MLIR%%llvm-devel/include/mlir-c/Transforms.h %%MLIR%%llvm-devel/include/mlir/Analysis/AliasAnalysis.h @@ -4753,6 +4863,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/IntegerRangeAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/LivenessAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/SparseAnalysis.h +%%MLIR%%llvm-devel/include/mlir/Analysis/DataFlow/Utils.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataFlowFramework.h %%MLIR%%llvm-devel/include/mlir/Analysis/DataLayoutAnalysis.h %%MLIR%%llvm-devel/include/mlir/Analysis/FlatLinearValueConstraints.h @@ -4828,6 +4939,8 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSCF/ControlFlowToSCF.h %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRV.h %%MLIR%%llvm-devel/include/mlir/Conversion/ControlFlowToSPIRV/ControlFlowToSPIRVPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToEmitC/ConvertToEmitCPass.h +%%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToEmitC/ToEmitCInterface.h %%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToLLVM/ToLLVMAttrInterface.cpp.inc %%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToLLVM/ToLLVMAttrInterface.h.inc %%MLIR%%llvm-devel/include/mlir/Conversion/ConvertToLLVM/ToLLVMInterface.h @@ -4873,7 +4986,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Conversion/MathToSPIRV/MathToSPIRVPass.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToEmitC/MemRefToEmitC.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToEmitC/MemRefToEmitCPass.h -%%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToLLVM/AllocLikeConversion.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToLLVM/MemRefToLLVM.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToSPIRV/MemRefToSPIRV.h %%MLIR%%llvm-devel/include/mlir/Conversion/MemRefToSPIRV/MemRefToSPIRVPass.h @@ -4947,10 +5059,12 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMX.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMX.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMX.td -%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXConversions.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXDialect.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXDialect.h %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/AMXTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/AMX/Transforms.h @@ -5022,6 +5136,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/ArmNeonTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/ArmNeon/Transforms.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSME/IR/ArmSME.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSME/IR/ArmSME.h @@ -5063,6 +5181,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/IR/ArmSVEDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/IR/ArmSVETypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/IR/ArmSVETypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/TransformOps/ArmSVEVectorTransformOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/ArmSVE/Transforms/Passes.td @@ -5112,6 +5234,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationOpsTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/BufferizationTypeInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/DstBufferizableOpInterfaceImpl.h %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/IR/UnstructuredControlFlow.h %%MLIR%%llvm-devel/include/mlir/Dialect/Bufferization/Pipelines/Passes.h @@ -5184,7 +5310,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCEnums.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCEnums.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTraits.h +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.h +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/EmitC/IR/EmitCTypes.td @@ -5207,10 +5336,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Func/TransformOps/FuncTransformOps.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Func/TransformOps/FuncTransformOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/FuncConversions.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/OneToNFuncConversions.h %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Func/Transforms/Passes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Func/Utils/Utils.h %%MLIR%%llvm-devel/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.td @@ -5354,6 +5483,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMOpsEnums.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMOpsTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMOpsTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.h +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/NVVMRequiresSMTraits.td %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/ROCDLConversions.inc %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/ROCDLDialect.h %%MLIR%%llvm-devel/include/mlir/Dialect/LLVMIR/ROCDLOps.cpp.inc @@ -5656,23 +5789,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/PDLInterp/IR/PDLInterpOpsDialect.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/PDLInterp/IR/PDLInterpOpsTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/PDLInterp/IR/PDLInterpOpsTypes.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/Polynomial.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.td -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialOps.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.cpp.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.h -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.h.inc -%%MLIR%%llvm-devel/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.td %%MLIR%%llvm-devel/include/mlir/Dialect/Ptr/IR/MemorySpaceAttrInterfaces.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Ptr/IR/MemorySpaceAttrInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Ptr/IR/MemorySpaceInterfaces.cpp.inc @@ -5743,6 +5859,29 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/SCF/Transforms/Transforms.h %%MLIR%%llvm-devel/include/mlir/Dialect/SCF/Utils/AffineCanonicalizationUtils.h %%MLIR%%llvm-devel/include/mlir/Dialect/SCF/Utils/Utils.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMT.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMT.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMT.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTArrayOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTAttributes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTBitVectorOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTDialect.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTEnums.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTEnums.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTIntOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTOps.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.h +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTTypes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/SMT/IR/SMTVisitors.h %%MLIR%%llvm-devel/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/SPIRV/IR/SPIRVAtomicOps.td %%MLIR%%llvm-devel/include/mlir/Dialect/SPIRV/IR/SPIRVAttrUtils.inc @@ -5879,6 +6018,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Passes.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/RuntimeOpVerification.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/SubsetInsertionOpInterfaceImpl.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/TransformUtils.h %%MLIR%%llvm-devel/include/mlir/Dialect/Tensor/Transforms/Transforms.h @@ -5927,7 +6067,9 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.h %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.h +%%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformAttrs.td %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformDialect.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/Transform/IR/TransformDialect.h @@ -6045,10 +6187,12 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86Vector.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86Vector.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86Vector.td -%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorConversions.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorDialect.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorDialect.h %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorDialect.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorInterfaces.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorInterfaces.h.inc +%%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorInterfaces.td %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/X86Vector/X86VectorTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPU.cpp.inc @@ -6064,6 +6208,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUEnums.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUEnums.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td +%%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTargetInfo.h %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.cpp.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.td @@ -6071,6 +6216,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Transforms/Passes.td %%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Transforms/Transforms.h +%%MLIR%%llvm-devel/include/mlir/Dialect/XeGPU/Utils/XeGPUUtils.h %%MLIR%%llvm-devel/include/mlir/ExecutionEngine/AsyncRuntime.h %%MLIR%%llvm-devel/include/mlir/ExecutionEngine/CRunnerUtils.h %%MLIR%%llvm-devel/include/mlir/ExecutionEngine/ExecutionEngine.h @@ -6241,6 +6387,10 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Interfaces/FunctionInterfaces.h %%MLIR%%llvm-devel/include/mlir/Interfaces/FunctionInterfaces.h.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/FunctionInterfaces.td +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.cpp.inc +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.h +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.h.inc +%%MLIR%%llvm-devel/include/mlir/Interfaces/IndexingMapOpInterface.td %%MLIR%%llvm-devel/include/mlir/Interfaces/InferIntRangeInterface.cpp.inc %%MLIR%%llvm-devel/include/mlir/Interfaces/InferIntRangeInterface.h %%MLIR%%llvm-devel/include/mlir/Interfaces/InferIntRangeInterface.h.inc @@ -6310,6 +6460,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/MatchFinder.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/MatchersInternal.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/Registry.h +%%MLIR%%llvm-devel/include/mlir/Query/Matcher/SliceMatchers.h %%MLIR%%llvm-devel/include/mlir/Query/Matcher/VariantValue.h %%MLIR%%llvm-devel/include/mlir/Query/Query.h %%MLIR%%llvm-devel/include/mlir/Query/QuerySession.h @@ -6331,11 +6482,13 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Support/LLVM.h %%MLIR%%llvm-devel/include/mlir/Support/LogicalResult.h %%MLIR%%llvm-devel/include/mlir/Support/RawOstreamExtras.h +%%MLIR%%llvm-devel/include/mlir/Support/StateStack.h %%MLIR%%llvm-devel/include/mlir/Support/StorageUniquer.h %%MLIR%%llvm-devel/include/mlir/Support/ThreadLocalCache.h %%MLIR%%llvm-devel/include/mlir/Support/Timing.h %%MLIR%%llvm-devel/include/mlir/Support/ToolUtilities.h %%MLIR%%llvm-devel/include/mlir/Support/TypeID.h +%%MLIR%%llvm-devel/include/mlir/Support/WalkResult.h %%MLIR%%llvm-devel/include/mlir/TableGen/Argument.h %%MLIR%%llvm-devel/include/mlir/TableGen/AttrOrTypeDef.h %%MLIR%%llvm-devel/include/mlir/TableGen/Attribute.h @@ -6360,12 +6513,13 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/TableGen/Trait.h %%MLIR%%llvm-devel/include/mlir/TableGen/Type.h %%MLIR%%llvm-devel/include/mlir/Target/Cpp/CppEmitter.h +%%MLIR%%llvm-devel/include/mlir/Target/IRDLToCpp/IRDLToCpp.h +%%MLIR%%llvm-devel/include/mlir/Target/IRDLToCpp/TranslationRegistration.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/ModuleToObject.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/NVVM/Target.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/NVVM/Utils.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/ROCDL/Target.h %%MLIR%%llvm-devel/include/mlir/Target/LLVM/ROCDL/Utils.h -%%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/AMX/AMXToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/All.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/ArmSME/ArmSMEToLLVMIRTranslation.h @@ -6382,7 +6536,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/ROCDL/ROCDLToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/SPIRV/SPIRVToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/VCIX/VCIXToLLVMIRTranslation.h -%%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Dialect/X86Vector/X86VectorToLLVMIRTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Export.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/Import.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/LLVMImportInterface.h @@ -6391,6 +6544,9 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/ModuleTranslation.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/TypeFromLLVM.h %%MLIR%%llvm-devel/include/mlir/Target/LLVMIR/TypeToLLVM.h +%%MLIR%%llvm-devel/include/mlir/Target/SMTLIB/ExportSMTLIB.h +%%MLIR%%llvm-devel/include/mlir/Target/SMTLIB/Namespace.h +%%MLIR%%llvm-devel/include/mlir/Target/SMTLIB/SymCache.h %%MLIR%%llvm-devel/include/mlir/Target/SPIRV/Deserialization.h %%MLIR%%llvm-devel/include/mlir/Target/SPIRV/SPIRVBinaryUtils.h %%MLIR%%llvm-devel/include/mlir/Target/SPIRV/Serialization.h @@ -6415,6 +6571,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Protocol.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/SourceMgrUtils.h %%MLIR%%llvm-devel/include/mlir/Tools/lsp-server-support/Transport.h +%%MLIR%%llvm-devel/include/mlir/Tools/mlir-lsp-server/MlirLspRegistryFunction.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-lsp-server/MlirLspServerMain.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-opt/MlirOptMain.h %%MLIR%%llvm-devel/include/mlir/Tools/mlir-pdll-lsp-server/MlirPdllLspServerMain.h @@ -6438,7 +6595,6 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%MLIR%%llvm-devel/include/mlir/Transforms/LocationSnapshot.h %%MLIR%%llvm-devel/include/mlir/Transforms/LoopInvariantCodeMotionUtils.h %%MLIR%%llvm-devel/include/mlir/Transforms/Mem2Reg.h -%%MLIR%%llvm-devel/include/mlir/Transforms/OneToNTypeConversion.h %%MLIR%%llvm-devel/include/mlir/Transforms/Passes.h %%MLIR%%llvm-devel/include/mlir/Transforms/Passes.h.inc %%MLIR%%llvm-devel/include/mlir/Transforms/Passes.td @@ -6584,6 +6740,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_hip_math.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_hip_runtime_wrapper.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_hip_stdlib.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__clang_spirv_builtins.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__wmmintrin_aes.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/__wmmintrin_pclmul.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/adcintrin.h @@ -6604,6 +6761,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/amxtf32intrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/amxtf32transposeintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/amxtransposeintrin.h +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/andes_vector.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/arm64intr.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/arm_acle.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/arm_bf16.h @@ -6678,6 +6836,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/algorithm %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/basic_string.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/basic_string.tcc +%%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/c++config.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/bits/shared_ptr_base.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/cmath %%CLANG%%llvm-devel/lib/clang/%%LLVM_MAJOR%%/include/cuda_wrappers/complex @@ -6893,6 +7052,7 @@ llvm-devel/lib/cmake/llvm/VersionFromVCS.cmake llvm-devel/lib/cmake/llvm/llvm-driver-template.cpp.in %%MLIR%%llvm-devel/lib/cmake/mlir/AddMLIR.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/AddMLIRPython.cmake +%%MLIR%%llvm-devel/lib/cmake/mlir/IRDLToCpp.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/MLIRConfig.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/MLIRConfigVersion.cmake %%MLIR%%llvm-devel/lib/cmake/mlir/MLIRDetectPythonEnv.cmake @@ -6906,9 +7066,11 @@ llvm-devel/lib/cmake/llvm/llvm-driver-template.cpp.in %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRAnalysis.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRBuilder.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRCodeGen.a +%%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRCodeGenDialect.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRDialect.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRDialectSupport.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIROpenACCSupport.a +%%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIROpenMPSupport.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRSupport.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRTestAnalysis.a %%STATIC_LIBS%%%%FLANG%%llvm-devel/lib/libFIRTestOpenACCInterfaces.a @@ -6977,6 +7139,7 @@ llvm-devel/lib/libLLVM.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoBTF.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoCodeView.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoDWARF.a +%%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoDWARFLowLevel.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoGSYM.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoLogicalView.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMDebugInfoMSF.a @@ -6995,6 +7158,7 @@ llvm-devel/lib/libLLVM.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%llvm-devel/lib/libLLVMExtensions.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFileCheck.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendAtomic.a +%%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendDirective.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendDriver.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendHLSL.a %%STATIC_LIBS%%llvm-devel/lib/libLLVMFrontendOffloading.a @@ -7137,7 +7301,6 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMDGPUTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMDGPUUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMXDialect.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMXToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAMXTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAffineAnalysis.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAffineDialect.a @@ -7160,9 +7323,9 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArithValueBoundsOpInterfaceImpl.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeon2dToIntr.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonDialect.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonTestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmNeonVectorTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSMEDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSMETestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSMEToLLVM.a @@ -7172,6 +7335,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVEDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVEToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVETransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRArmSVEVectorTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAsmParser.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAsyncDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRAsyncToLLVM.a @@ -7194,6 +7358,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIDebug.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIEmitC.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIExecutionEngine.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIExportSMTLIB.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIFunc.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIGPU.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIIR.a @@ -7213,6 +7378,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIROCDL.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIRegisterEverything.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISCF.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISMT.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPIShape.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCAPISparseTensor.a @@ -7237,6 +7403,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowToSCF.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowToSPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRControlFlowTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToEmitC.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToLLVMInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRConvertToLLVMPass.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRCopyOpInterface.a @@ -7255,6 +7422,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%MLIR%%llvm-devel/lib/libMLIRExecutionEngineShared.so %%MLIR%%llvm-devel/lib/libMLIRExecutionEngineShared.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRExecutionEngineUtils.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRExportSMTLIB.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFromLLVMIRTranslationRegistration.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncAllExtensions.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncDialect.a @@ -7266,6 +7434,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncToSPIRV.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFuncUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRFunctionInterfaces.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRGPUDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRGPUPipelines.a @@ -7284,6 +7453,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexToLLVM.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexToSPIRV.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRIndexingMapOpInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRInferIntRangeCommon.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRInferIntRangeInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRInferTypeOpInterface.a @@ -7364,7 +7534,6 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRParser.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPass.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPluginsLib.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPolynomialDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPresburger.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRPtrDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRQuantDialect.a @@ -7392,6 +7561,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSCFTransformOps.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSCFTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSCFUtils.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSMT.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSPIRVAttrToLLVMConversion.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSPIRVBinaryUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSPIRVConversion.a @@ -7424,6 +7594,7 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRSupport.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTableGen.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetCpp.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetIRDLToCpp.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetLLVM.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetLLVMIRExport.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTargetLLVMIRImport.a @@ -7446,8 +7617,9 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestFromLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestFuncToLLVM.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestIR.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestIRDLToCppDialect.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestMathToVCIX.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestOneToNTypeConversionPass.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestMemRefToLLVMWithTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestPDLL.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestPass.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRTestReducer.a @@ -7500,10 +7672,11 @@ llvm-devel/lib/libLTO.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRVectorUtils.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRViewLikeInterface.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRX86VectorDialect.a -%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRX86VectorToLLVMIRTranslation.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRX86VectorTransforms.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUDialect.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUTestPasses.a %%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUTransforms.a +%%STATIC_LIBS%%%%MLIR%%llvm-devel/lib/libMLIRXeGPUUtils.a %%STATIC_LIBS%%%%POLLY%%llvm-devel/lib/libPolly.a %%STATIC_LIBS%%%%POLLY%%llvm-devel/lib/libPollyISL.a llvm-devel/lib/libRemarks.so @@ -7529,6 +7702,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDependencyScanning.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDirectoryWatcher.a %%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangDoc.a +%%STATIC_LIBS%%%%EXTRAS%%llvm-devel/lib/libclangDocSupport.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDriver.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangDynamicASTMatchers.a %%STATIC_LIBS%%%%CLANG%%llvm-devel/lib/libclangEdit.a @@ -7636,7 +7810,6 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%CLANG%%llvm-devel/lib/libscanbuild/resources/selectable.js %%CLANG%%llvm-devel/lib/libscanbuild/resources/sorttable.js %%CLANG%%llvm-devel/lib/libscanbuild/shell.py -%%LLDB%%llvm-devel/lib/lua/5.4/lldb.so %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIAMDGPU/AMDGPU.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIArith/Arith.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIAsync/Async.cpp.o @@ -7646,6 +7819,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIDebug/Debug.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIEmitC/EmitC.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIExecutionEngine/ExecutionEngine.cpp.o +%%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIExportSMTLIB/ExportSMTLIB.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIFunc/Func.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIGPU/GPU.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIGPU/GPUPasses.cpp.o @@ -7676,6 +7850,7 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIROCDL/ROCDL.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIRegisterEverything/RegisterEverything.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISCF/SCF.cpp.o +%%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISMT/SMT.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISPIRV/SPIRV.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPIShape/Shape.cpp.o %%MLIR%%llvm-devel/lib/objects-Release/obj.MLIRCAPISparseTensor/SparseTensor.cpp.o @@ -7694,7 +7869,15 @@ llvm-devel/lib/libRemarks.so.%%LLVM_MAJOR_MINOR%%git %%CLANG%%llvm-devel/libexec/intercept-c++ %%CLANG%%llvm-devel/libexec/intercept-cc %%EXTRAS%%llvm-devel/share/clang-doc/clang-doc-default-stylesheet.css +%%EXTRAS%%llvm-devel/share/clang-doc/clang-doc-mustache.css +%%EXTRAS%%llvm-devel/share/clang-doc/class-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/comment-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/enum-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/function-template.mustache %%EXTRAS%%llvm-devel/share/clang-doc/index.js +%%EXTRAS%%llvm-devel/share/clang-doc/mustache-index.js +%%EXTRAS%%llvm-devel/share/clang-doc/namespace-template.mustache +%%EXTRAS%%llvm-devel/share/clang-doc/template.mustache %%CLANG%%llvm-devel/share/clang/bash-autocomplete.sh %%CLANG%%llvm-devel/share/clang/clang-format-bbedit.applescript %%CLANG%%llvm-devel/share/clang/clang-format-diff.py diff --git a/devel/nextest/Makefile b/devel/nextest/Makefile index e63f6d0d2f14..64ff1aee91a5 100644 --- a/devel/nextest/Makefile +++ b/devel/nextest/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextest DISTVERSIONPREFIX= cargo-nextest- DISTVERSION= 0.9.88 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/omnilinter/Makefile b/devel/omnilinter/Makefile index 52d997a45aad..4a3bfe068804 100644 --- a/devel/omnilinter/Makefile +++ b/devel/omnilinter/Makefile @@ -1,6 +1,6 @@ PORTNAME= omnilinter PORTVERSION= 0.7.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile index 870160f826f0..abc17cb386e8 100644 --- a/devel/onetbb/Makefile +++ b/devel/onetbb/Makefile @@ -1,7 +1,6 @@ PORTNAME= onetbb -PORTVERSION= 2022.1.0 +PORTVERSION= 2022.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= martymac@FreeBSD.org diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo index 362d3c7895a8..65718a1dcb16 100644 --- a/devel/onetbb/distinfo +++ b/devel/onetbb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743446651 -SHA256 (uxlfoundation-oneTBB-v2022.1.0_GH0.tar.gz) = ed067603ece0dc832d2881ba5c516625ac2522c665d95f767ef6304e34f961b5 -SIZE (uxlfoundation-oneTBB-v2022.1.0_GH0.tar.gz) = 3434602 +TIMESTAMP = 1751298824 +SHA256 (uxlfoundation-oneTBB-v2022.2.0_GH0.tar.gz) = f0f78001c8c8edb4bddc3d4c5ee7428d56ae313254158ad1eec49eced57f6a5b +SIZE (uxlfoundation-oneTBB-v2022.2.0_GH0.tar.gz) = 4244148 diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist index 44942110936b..81bea3c7ad02 100644 --- a/devel/onetbb/pkg-plist +++ b/devel/onetbb/pkg-plist @@ -148,14 +148,14 @@ lib/cmake/TBB/TBBTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/TBB/TBBTargets.cmake lib/libtbb%%DBGSUFX%%.so lib/libtbb%%DBGSUFX%%.so.12 -lib/libtbb%%DBGSUFX%%.so.12.15 +lib/libtbb%%DBGSUFX%%.so.12.16 lib/libtbbbind_2_5%%DBGSUFX%%.so lib/libtbbbind_2_5%%DBGSUFX%%.so.3 -lib/libtbbbind_2_5%%DBGSUFX%%.so.3.15 +lib/libtbbbind_2_5%%DBGSUFX%%.so.3.16 lib/libtbbmalloc%%DBGSUFX%%.so lib/libtbbmalloc%%DBGSUFX%%.so.2 -lib/libtbbmalloc%%DBGSUFX%%.so.2.15 +lib/libtbbmalloc%%DBGSUFX%%.so.2.16 lib/libtbbmalloc_proxy%%DBGSUFX%%.so lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2 -lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.15 +lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.16 libdata/pkgconfig/tbb%%PCSUFX%%.pc diff --git a/devel/p5-Data-Dumper-Interp/Makefile b/devel/p5-Data-Dumper-Interp/Makefile index 547cd1da8d57..195d32fc2a6b 100644 --- a/devel/p5-Data-Dumper-Interp/Makefile +++ b/devel/p5-Data-Dumper-Interp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Data-Dumper-Interp -PORTVERSION= 7.013 +PORTVERSION= 7.019 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Data-Dumper-Interp/distinfo b/devel/p5-Data-Dumper-Interp/distinfo index 0ea139df845c..fee2632e2b63 100644 --- a/devel/p5-Data-Dumper-Interp/distinfo +++ b/devel/p5-Data-Dumper-Interp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738373547 -SHA256 (Data-Dumper-Interp-7.013.tar.gz) = 9426c9ac2b7bd407a8145b22720293396ccecdf56634bb7d6123ec8bec19da31 -SIZE (Data-Dumper-Interp-7.013.tar.gz) = 81943 +TIMESTAMP = 1751440240 +SHA256 (Data-Dumper-Interp-7.019.tar.gz) = b3c021088e5a5b490125b83f4db1900e774d138bc3ec562118b95a3d37275076 +SIZE (Data-Dumper-Interp-7.019.tar.gz) = 85510 diff --git a/devel/parol-ls/Makefile b/devel/parol-ls/Makefile index 0aa4b032e6ca..7f19cdfbd281 100644 --- a/devel/parol-ls/Makefile +++ b/devel/parol-ls/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol-ls DISTVERSION= 1.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/parol/Makefile b/devel/parol/Makefile index 11ebec2c5612..870e4aacae31 100644 --- a/devel/parol/Makefile +++ b/devel/parol/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol DISTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/patsh/Makefile b/devel/patsh/Makefile index 9f58b201de36..edc9c2d123fa 100644 --- a/devel/patsh/Makefile +++ b/devel/patsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= patsh DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/pear-channel-doctrine/Makefile b/devel/pear-channel-doctrine/Makefile index fa56c2d112e8..d7f039dad048 100644 --- a/devel/pear-channel-doctrine/Makefile +++ b/devel/pear-channel-doctrine/Makefile @@ -6,6 +6,9 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} WWW= http://pear.doctrine-project.org/ +DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer +EXPIRATION_DATE= 2025-08-05 + PEAR_CHANNEL_HOST= pear.doctrine-project.org .include "${.CURDIR}/../../devel/pear/bsd.pear.channel.mk" diff --git a/devel/pecl-ast/files/patch-php85 b/devel/pecl-ast/files/patch-php85 new file mode 100644 index 000000000000..b322966979e4 --- /dev/null +++ b/devel/pecl-ast/files/patch-php85 @@ -0,0 +1,50 @@ +Reference: https://github.com/nikic/php-ast/pull/252 + https://github.com/php/php-src/commit/e421a44ac6ba1474d72df46b3331753671bbfe76 + https://github.com/php/php-src/commit/ca49a7bec2a0a8d77bfa4b6d375ca0ffa4edc5ee + +--- ast_data.c.orig 2024-08-10 18:39:35 UTC ++++ ast_data.c +@@ -42,8 +42,10 @@ const zend_ast_kind ast_kinds[] = { + ZEND_AST_EMPTY, + ZEND_AST_ISSET, + ZEND_AST_SHELL_EXEC, ++#if PHP_VERSION_ID < 80500 + ZEND_AST_CLONE, + ZEND_AST_EXIT, ++#endif + ZEND_AST_PRINT, + ZEND_AST_INCLUDE_OR_EVAL, + ZEND_AST_UNARY_OP, +@@ -158,8 +160,10 @@ const char *ast_kind_to_name(zend_ast_kind kind) { + case ZEND_AST_EMPTY: return "AST_EMPTY"; + case ZEND_AST_ISSET: return "AST_ISSET"; + case ZEND_AST_SHELL_EXEC: return "AST_SHELL_EXEC"; ++#if PHP_VERSION_ID < 80500 + case ZEND_AST_CLONE: return "AST_CLONE"; + case ZEND_AST_EXIT: return "AST_EXIT"; ++#endif + case ZEND_AST_PRINT: return "AST_PRINT"; + case ZEND_AST_INCLUDE_OR_EVAL: return "AST_INCLUDE_OR_EVAL"; + case ZEND_AST_UNARY_OP: return "AST_UNARY_OP"; +@@ -278,8 +282,10 @@ zend_string *ast_kind_child_name(zend_ast_kind kind, u + case ZEND_AST_CAST: + case ZEND_AST_EMPTY: + case ZEND_AST_SHELL_EXEC: ++#if PHP_VERSION_ID < 80500 + case ZEND_AST_CLONE: + case ZEND_AST_EXIT: ++#endif + case ZEND_AST_PRINT: + case ZEND_AST_INCLUDE_OR_EVAL: + case ZEND_AST_UNARY_OP: +@@ -618,8 +624,10 @@ void ast_register_kind_constants(INIT_FUNC_ARGS) { + REGISTER_NS_LONG_CONSTANT("ast", "AST_EMPTY", ZEND_AST_EMPTY, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_ISSET", ZEND_AST_ISSET, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_SHELL_EXEC", ZEND_AST_SHELL_EXEC, CONST_CS | CONST_PERSISTENT); ++#if PHP_VERSION_ID < 80500 + REGISTER_NS_LONG_CONSTANT("ast", "AST_CLONE", ZEND_AST_CLONE, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_EXIT", ZEND_AST_EXIT, CONST_CS | CONST_PERSISTENT); ++#endif + REGISTER_NS_LONG_CONSTANT("ast", "AST_PRINT", ZEND_AST_PRINT, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_INCLUDE_OR_EVAL", ZEND_AST_INCLUDE_OR_EVAL, CONST_CS | CONST_PERSISTENT); + REGISTER_NS_LONG_CONSTANT("ast", "AST_UNARY_OP", ZEND_AST_UNARY_OP, CONST_CS | CONST_PERSISTENT); diff --git a/devel/pecl-runkit7/Makefile b/devel/pecl-runkit7/Makefile index e10d981a19ea..92e3ffed99db 100644 --- a/devel/pecl-runkit7/Makefile +++ b/devel/pecl-runkit7/Makefile @@ -9,6 +9,6 @@ WWW= https://github.com/runkit7/runkit7 LICENSE= PHP301 USES= compiler:c11 php:pecl -IGNORE_WITH_PHP= 83 84 +IGNORE_WITH_PHP= 83 84 85 .include diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 6fef5fdd9f27..cbea49956bdd 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -13,6 +13,7 @@ NOT_FOR_ARCHS= i386 powerpc NOT_FOR_ARCHS_REASON= upstream drop 32 bits support USES= compiler:c11 localbase:ldflags php:build,pecl pkgconfig ssl +IGNORE_WITH_PHP= 85 CONFIGURE_ARGS+= --enable-mysqlnd diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile index 03b5c98d46ec..7de5d2b2ce0e 100644 --- a/devel/pecl-xdebug/Makefile +++ b/devel/pecl-xdebug/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl,zend tar:tgz -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= --enable-xdebug diff --git a/devel/phorgeit-arcanist-lib/Makefile b/devel/phorgeit-arcanist-lib/Makefile index 88faa29a46cf..1a6917bfe711 100644 --- a/devel/phorgeit-arcanist-lib/Makefile +++ b/devel/phorgeit-arcanist-lib/Makefile @@ -16,7 +16,7 @@ USES= php:cli,flavors python:env shebangfix USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= curl dom simplexml zlib -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 PHP_DESTDIR= lib/php/arcanist SHEBANG_FILES= bin/arc bin/phage scripts/*.php scripts/hgdaemon/*.php \ diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile index e28e6e10729d..9549767581a1 100644 --- a/devel/phorgeit-phorge/Makefile +++ b/devel/phorgeit-phorge/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli pcntl posix \ zip -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 USE_RC_SUBR= phd SHEBANG_FILES= resources/timezones/*.php scripts/*.php scripts/almanac/*.php \ diff --git a/devel/php81-intl/files/patch-config.m4 b/devel/php81-intl/files/patch-config.m4 deleted file mode 100644 index e78dbf7844e7..000000000000 --- a/devel/php81-intl/files/patch-config.m4 +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/php/php-src/commit/037855fcd3f2 - ---- config.m4.orig 2024-04-09 18:46:23 UTC -+++ config.m4 -@@ -80,7 +80,16 @@ if test "$PHP_INTL" != "no"; then - breakiterator/codepointiterator_methods.cpp" - - PHP_REQUIRE_CXX() -- PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ -+ AC_MSG_CHECKING([if intl requires -std=gnu++17]) -+ AS_IF([test "$PKG_CONFIG icu-uc --atleast-version=74"],[ -+ AC_MSG_RESULT([yes]) -+ PHP_CXX_COMPILE_STDCXX(17, mandatory, PHP_INTL_STDCXX) -+ ],[ -+ AC_MSG_RESULT([no]) -+ PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ ]) -+ - PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS" - case $host_alias in - *cygwin*) PHP_INTL_CXX_FLAGS="$PHP_INTL_CXX_FLAGS -D_POSIX_C_SOURCE=200809L" diff --git a/devel/php85-ffi/Makefile b/devel/php85-ffi/Makefile new file mode 100644 index 000000000000..270ae2555014 --- /dev/null +++ b/devel/php85-ffi/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ffi + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-gettext/Makefile b/devel/php85-gettext/Makefile new file mode 100644 index 000000000000..ea75aa3ca8e8 --- /dev/null +++ b/devel/php85-gettext/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gettext + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-intl/Makefile b/devel/php85-intl/Makefile new file mode 100644 index 000000000000..86efa5ba615f --- /dev/null +++ b/devel/php85-intl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -intl + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-pcntl/Makefile b/devel/php85-pcntl/Makefile new file mode 100644 index 000000000000..6b6cff3b3004 --- /dev/null +++ b/devel/php85-pcntl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -pcntl + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-readline/Makefile b/devel/php85-readline/Makefile new file mode 100644 index 000000000000..fa3d96ee0f4e --- /dev/null +++ b/devel/php85-readline/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -readline + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-shmop/Makefile b/devel/php85-shmop/Makefile new file mode 100644 index 000000000000..4fc9810a09dd --- /dev/null +++ b/devel/php85-shmop/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -shmop + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-sysvmsg/Makefile b/devel/php85-sysvmsg/Makefile new file mode 100644 index 000000000000..69101d800a1d --- /dev/null +++ b/devel/php85-sysvmsg/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sysvmsg + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-sysvsem/Makefile b/devel/php85-sysvsem/Makefile new file mode 100644 index 000000000000..7cdde850dd9d --- /dev/null +++ b/devel/php85-sysvsem/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sysvsem + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-sysvshm/Makefile b/devel/php85-sysvshm/Makefile new file mode 100644 index 000000000000..46e67ef0587d --- /dev/null +++ b/devel/php85-sysvshm/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sysvshm + +.include "${MASTERDIR}/Makefile" diff --git a/devel/php85-tokenizer/Makefile b/devel/php85-tokenizer/Makefile new file mode 100644 index 000000000000..704ffc4e6f8d --- /dev/null +++ b/devel/php85-tokenizer/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -tokenizer + +.include "${MASTERDIR}/Makefile" diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index daf30d3a4bda..f6b6f95a3b48 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -1,6 +1,6 @@ PORTNAME= pijul PORTVERSION= 1.0.0.b9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= cs@FreeBSD.org diff --git a/devel/pipelight/Makefile b/devel/pipelight/Makefile index d090085c777c..d2a7cea2763c 100644 --- a/devel/pipelight/Makefile +++ b/devel/pipelight/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipelight DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/please/Makefile b/devel/please/Makefile index 07e19faa85c3..08a16da5fd92 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,6 +1,6 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 17.17.0 +DISTVERSION= 17.18.0 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod @@ -21,7 +21,7 @@ BUILD_DEPENDS= bash:shells/bash \ git:devel/git \ protoc:devel/protobuf -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/thought-machine/please GO_TARGET= src/please.go:please \ tools/build_langserver/langserver_main.go:build_langserver \ diff --git a/devel/please/distinfo b/devel/please/distinfo index 1933cfc01841..4e32f40e1aa7 100644 --- a/devel/please/distinfo +++ b/devel/please/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746776318 -SHA256 (go/devel_please/thought-machine-please-v17.17.0_GH0/go.mod) = 55ed6cde8e457309be39cde71ebb97d61129460323fbccee4cb837e8796d61bb -SIZE (go/devel_please/thought-machine-please-v17.17.0_GH0/go.mod) = 5424 -SHA256 (go/devel_please/thought-machine-please-v17.17.0_GH0/thought-machine-please-v17.17.0_GH0.tar.gz) = d3eb4adcd1981d129f07abd9656f5ff77057e7940b2c8b661eda41ca3a029d1e -SIZE (go/devel_please/thought-machine-please-v17.17.0_GH0/thought-machine-please-v17.17.0_GH0.tar.gz) = 2071390 +TIMESTAMP = 1751495810 +SHA256 (go/devel_please/thought-machine-please-v17.18.0_GH0/go.mod) = 55ed6cde8e457309be39cde71ebb97d61129460323fbccee4cb837e8796d61bb +SIZE (go/devel_please/thought-machine-please-v17.18.0_GH0/go.mod) = 5424 +SHA256 (go/devel_please/thought-machine-please-v17.18.0_GH0/thought-machine-please-v17.18.0_GH0.tar.gz) = 6f99e50f0980321e316b4774d258f8498e6c1445b37913b5cd4d82e619f5eefe +SIZE (go/devel_please/thought-machine-please-v17.18.0_GH0/thought-machine-please-v17.18.0_GH0.tar.gz) = 2072281 diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 130d8315368c..4ecd27add526 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= botocore -PORTVERSION= 1.38.45 +PORTVERSION= 1.38.46 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo index 0d706dfa68d4..900d1ab022a5 100644 --- a/devel/py-botocore/distinfo +++ b/devel/py-botocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208154 -SHA256 (botocore-1.38.45.tar.gz) = 02e14c45c350532cc64e3cc8ccb9adf25af4cca750f7d7e765a43fbe3df06aed -SIZE (botocore-1.38.45.tar.gz) = 14069536 +TIMESTAMP = 1751375047 +SHA256 (botocore-1.38.46.tar.gz) = 8798e5a418c27cf93195b077153644aea44cb171fcd56edc1ecebaa1e49e226e +SIZE (botocore-1.38.46.tar.gz) = 14074340 diff --git a/devel/py-dbt-extractor/Makefile b/devel/py-dbt-extractor/Makefile index aee09a814508..8bf81aeb70dd 100644 --- a/devel/py-dbt-extractor/Makefile +++ b/devel/py-dbt-extractor/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbt-extractor PORTVERSION= 0.5.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile index e351350b1866..17b2e4d485a8 100644 --- a/devel/py-ddtrace/Makefile +++ b/devel/py-ddtrace/Makefile @@ -1,5 +1,6 @@ PORTNAME= ddtrace PORTVERSION= 2.21.9 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/abseil/abseil-cpp/releases/download/${ABSEIL_VERSION}/:abseil diff --git a/devel/py-deptry/Makefile b/devel/py-deptry/Makefile index a635c7dcdf13..25e660776867 100644 --- a/devel/py-deptry/Makefile +++ b/devel/py-deptry/Makefile @@ -1,6 +1,6 @@ PORTNAME= deptry PORTVERSION= 0.23.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile index d03ba472e3fc..b3e28258f205 100644 --- a/devel/py-dulwich/Makefile +++ b/devel/py-dulwich/Makefile @@ -1,6 +1,6 @@ PORTNAME= dulwich PORTVERSION= 0.22.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 141ad6a4f800..670ecbaa449f 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.135.16 +PORTVERSION= 6.135.20 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index d8af9407d1b2..355781f3affa 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954178 -SHA256 (hypothesis-6.135.16.tar.gz) = 6131ea0b698e69bad62aae915988b8d00a6ac974351d0830db74c5fffc68c418 -SIZE (hypothesis-6.135.16.tar.gz) = 452900 +TIMESTAMP = 1751375049 +SHA256 (hypothesis-6.135.20.tar.gz) = cef91cf893337b90a4df427ff77674f38bb5bc6c5e1e3d3db1764faee77df7a5 +SIZE (hypothesis-6.135.20.tar.gz) = 452856 diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index 223c544767e6..9114b495e3f2 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= jellyfish PORTVERSION= 0.11.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyter-ydoc/Makefile b/devel/py-jupyter-ydoc/Makefile index 0ccf3dd2facf..0183a6b90613 100644 --- a/devel/py-jupyter-ydoc/Makefile +++ b/devel/py-jupyter-ydoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-ydoc -PORTVERSION= 3.0.5 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/jupyter_ydoc/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyter-ydoc/distinfo b/devel/py-jupyter-ydoc/distinfo index 4bd2933bc677..f6f737512e98 100644 --- a/devel/py-jupyter-ydoc/distinfo +++ b/devel/py-jupyter-ydoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546510 -SHA256 (jupyter_ydoc-3.0.5.tar.gz) = 12208841a1edfe8ee16b8be3e843d54090268498de2d2e783c33a5dd33c995ff -SIZE (jupyter_ydoc-3.0.5.tar.gz) = 957157 +TIMESTAMP = 1751375051 +SHA256 (jupyter_ydoc-3.1.0.tar.gz) = 23d8b3c34b52472371b5c177f849c2a97842b1c634ed7419ca8d744635e29dbc +SIZE (jupyter_ydoc-3.1.0.tar.gz) = 957259 diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index 25f132c92ba9..a301761b859b 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,5 +1,6 @@ PORTNAME= libcst PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index 311bb394ee06..17f93a0776c7 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -PORTVERSION= 11.4.0 +PORTVERSION= 11.5.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ diff --git a/devel/py-libvirt/distinfo b/devel/py-libvirt/distinfo index c72ce1481f1b..872d07ddd7ae 100644 --- a/devel/py-libvirt/distinfo +++ b/devel/py-libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748885403 -SHA256 (libvirt-python-11.4.0.tar.gz) = 7335de498e3fdb2c96f68ee4065d44ab0404b79923d6316819a4b5f963f80125 -SIZE (libvirt-python-11.4.0.tar.gz) = 242629 +TIMESTAMP = 1751377188 +SHA256 (libvirt-python-11.5.0.tar.gz) = 69aad89ec689526835bf7d2d224badafe52a2def0d719676166755a8eab7ac23 +SIZE (libvirt-python-11.5.0.tar.gz) = 242679 diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile index b42b796664b4..47dfb452685f 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,5 +1,5 @@ PORTNAME= maturin -DISTVERSION= 1.8.7 +DISTVERSION= 1.9.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI diff --git a/devel/py-maturin/Makefile.crates b/devel/py-maturin/Makefile.crates index 79910e24f50e..d50638157931 100644 --- a/devel/py-maturin/Makefile.crates +++ b/devel/py-maturin/Makefile.crates @@ -103,7 +103,7 @@ CARGO_CRATES= adler2-2.0.0 \ getrandom-0.2.15 \ getrandom-0.3.3 \ glob-0.3.1 \ - globset-0.4.15 \ + globset-0.4.16 \ goblin-0.9.2 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ @@ -127,6 +127,7 @@ CARGO_CRATES= adler2-2.0.0 \ indexmap-2.6.0 \ indicatif-0.17.9 \ indoc-2.0.5 \ + insta-1.43.1 \ is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itertools-0.13.0 \ @@ -185,7 +186,7 @@ CARGO_CRATES= adler2-2.0.0 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ plain-0.2.3 \ - platform-info-2.0.3 \ + platform-info-2.0.5 \ portable-atomic-1.6.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ @@ -193,7 +194,7 @@ CARGO_CRATES= adler2-2.0.0 \ proc-macro-crate-3.1.0 \ proc-macro2-1.0.92 \ psm-0.1.21 \ - pyproject-toml-0.13.4 \ + pyproject-toml-0.13.5 \ python-pkginfo-0.6.5 \ quote-1.0.37 \ quoted_printable-0.5.0 \ @@ -267,9 +268,9 @@ CARGO_CRATES= adler2-2.0.0 \ terminal_size-0.3.0 \ textwrap-0.16.1 \ thiserror-1.0.69 \ - thiserror-2.0.3 \ + thiserror-2.0.12 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.3 \ + thiserror-impl-2.0.12 \ thread_local-1.1.8 \ time-0.3.36 \ time-core-0.1.2 \ diff --git a/devel/py-maturin/distinfo b/devel/py-maturin/distinfo index 77ebfef819b0..fd08dae3ea0d 100644 --- a/devel/py-maturin/distinfo +++ b/devel/py-maturin/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750074362 -SHA256 (maturin-1.8.7.tar.gz) = 96c76353f94a153c5dc1a9d3916e75fcd17e6bf216a06dcdc2f84b9f98f374af -SIZE (maturin-1.8.7.tar.gz) = 205116 +TIMESTAMP = 1750743332 +SHA256 (maturin-1.9.0.tar.gz) = ccb9cb87f8df88d1bab8f49efe3fc77f0abb0639ea4b4ebf4f35549200d16b9e +SIZE (maturin-1.9.0.tar.gz) = 209543 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 @@ -211,8 +211,8 @@ SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -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/goblin-0.9.2.crate) = 53ab3f32d1d77146981dea5d6b1e8fe31eedcb7013e5e00d6ccd1259a4b4d923 SIZE (rust/crates/goblin-0.9.2.crate) = 191510 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 @@ -259,6 +259,8 @@ SHA256 (rust/crates/indicatif-0.17.9.crate) = cbf675b85ed934d3c67b5c5469701eec7d SIZE (rust/crates/indicatif-0.17.9.crate) = 65246 SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 SIZE (rust/crates/indoc-2.0.5.crate) = 14396 +SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 +SIZE (rust/crates/insta-1.43.1.crate) = 101047 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.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 @@ -375,8 +377,8 @@ SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee280 SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/plain-0.2.3.crate) = b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6 SIZE (rust/crates/plain-0.2.3.crate) = 10664 -SHA256 (rust/crates/platform-info-2.0.3.crate) = d5ff316b9c4642feda973c18f0decd6c8b0919d4722566f6e4337cce0dd88217 -SIZE (rust/crates/platform-info-2.0.3.crate) = 28454 +SHA256 (rust/crates/platform-info-2.0.5.crate) = 7539aeb3fdd8cb4f6a331307cf71a1039cee75e94e8a71725b9484f4a0d9451a +SIZE (rust/crates/platform-info-2.0.5.crate) = 28541 SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -391,8 +393,8 @@ SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb50257 SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 SHA256 (rust/crates/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 SIZE (rust/crates/psm-0.1.21.crate) = 23126 -SHA256 (rust/crates/pyproject-toml-0.13.4.crate) = 643af57c3f36ba90a8b53e972727d8092f7408a9ebfbaf4c3d2c17b07c58d835 -SIZE (rust/crates/pyproject-toml-0.13.4.crate) = 10535 +SHA256 (rust/crates/pyproject-toml-0.13.5.crate) = 7b0f6160dc48298b9260d9b958ad1d7f96f6cd0b9df200b22329204e09334663 +SIZE (rust/crates/pyproject-toml-0.13.5.crate) = 18464 SHA256 (rust/crates/python-pkginfo-0.6.5.crate) = c21f58880fc45e91d29b2f639ab4051aaa6a2b054534c2d343a953347d0dd600 SIZE (rust/crates/python-pkginfo-0.6.5.crate) = 212185 SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af @@ -539,12 +541,12 @@ SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e08 SIZE (rust/crates/textwrap-0.16.1.crate) = 56012 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.3.crate) = c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa -SIZE (rust/crates/thiserror-2.0.3.crate) = 25559 +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.3.crate) = f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568 -SIZE (rust/crates/thiserror-impl-2.0.3.crate) = 20283 +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/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 diff --git a/devel/py-orjson/Makefile b/devel/py-orjson/Makefile index 0639085d0e05..f51fba02a100 100644 --- a/devel/py-orjson/Makefile +++ b/devel/py-orjson/Makefile @@ -1,6 +1,6 @@ PORTNAME= orjson DISTVERSION= 3.10.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pdm/Makefile b/devel/py-pdm/Makefile index b0dc6126909d..54465b5fd244 100644 --- a/devel/py-pdm/Makefile +++ b/devel/py-pdm/Makefile @@ -1,5 +1,5 @@ PORTNAME= pdm -PORTVERSION= 2.25.3 +PORTVERSION= 2.25.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pdm/distinfo b/devel/py-pdm/distinfo index 425174e29879..1b102676d49c 100644 --- a/devel/py-pdm/distinfo +++ b/devel/py-pdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954184 -SHA256 (pdm-2.25.3.tar.gz) = 6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84 -SIZE (pdm-2.25.3.tar.gz) = 2662895 +TIMESTAMP = 1751375053 +SHA256 (pdm-2.25.4.tar.gz) = bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c +SIZE (pdm-2.25.4.tar.gz) = 2663701 diff --git a/devel/py-pendulum/Makefile b/devel/py-pendulum/Makefile index 3aece4b7d656..bcb2e73b3426 100644 --- a/devel/py-pendulum/Makefile +++ b/devel/py-pendulum/Makefile @@ -1,6 +1,6 @@ PORTNAME= pendulum PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index 0e26c68071b5..eab81c24cc29 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycrdt PORTVERSION= 0.12.23 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pydantic-core/Makefile b/devel/py-pydantic-core/Makefile index 7ec363753f4b..fa475dc7ce1a 100644 --- a/devel/py-pydantic-core/Makefile +++ b/devel/py-pydantic-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= pydantic-core PORTVERSION= 2.33.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyperscan/Makefile b/devel/py-pyperscan/Makefile index 6607a862da8b..2384eac7d220 100644 --- a/devel/py-pyperscan/Makefile +++ b/devel/py-pyperscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyperscan DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyproject-fmt-rust/Makefile b/devel/py-pyproject-fmt-rust/Makefile index 66c5d4e7e652..b7fe6917e89b 100644 --- a/devel/py-pyproject-fmt-rust/Makefile +++ b/devel/py-pyproject-fmt-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyproject-fmt-rust PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyproject-fmt/Makefile b/devel/py-pyproject-fmt/Makefile index 6ec3a0dce49f..b1c1dfbcce58 100644 --- a/devel/py-pyproject-fmt/Makefile +++ b/devel/py-pyproject-fmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyproject-fmt PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-datadir/Makefile b/devel/py-pytest-datadir/Makefile index 2f167fe88145..1c17048fd9a2 100644 --- a/devel/py-pytest-datadir/Makefile +++ b/devel/py-pytest-datadir/Makefile @@ -1,6 +1,5 @@ PORTNAME= pytest-datadir -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-datadir/distinfo b/devel/py-pytest-datadir/distinfo index 601be81f91eb..65abf0e954e9 100644 --- a/devel/py-pytest-datadir/distinfo +++ b/devel/py-pytest-datadir/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739206865 -SHA256 (pytest_datadir-1.6.1.tar.gz) = 4d204cf93cfe62ddc37b19922df6c8c0f133c2899c224bd339b24920e84e7fd3 -SIZE (pytest_datadir-1.6.1.tar.gz) = 9391 +TIMESTAMP = 1751382423 +SHA256 (pytest_datadir-1.7.2.tar.gz) = 15f5228a35d0a3205e4968e75d3b9cca91762424e1eafc21eb637d380a48443e +SIZE (pytest_datadir-1.7.2.tar.gz) = 11265 diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile index b1ddc593713f..4f1e9e5fcc70 100644 --- a/devel/py-pytest-relaxed/Makefile +++ b/devel/py-pytest-relaxed/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-relaxed PORTVERSION= 2.0.2 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-python-semantic-release/Makefile b/devel/py-python-semantic-release/Makefile index 1585efc913ee..ed0d03958205 100644 --- a/devel/py-python-semantic-release/Makefile +++ b/devel/py-python-semantic-release/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-semantic-release -PORTVERSION= 10.1.0 +PORTVERSION= 10.2.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-semantic-release/python-semantic-release/releases/download/v${PORTVERSION}/ diff --git a/devel/py-python-semantic-release/distinfo b/devel/py-python-semantic-release/distinfo index 51989cacdff8..015450c8af16 100644 --- a/devel/py-python-semantic-release/distinfo +++ b/devel/py-python-semantic-release/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954192 -SHA256 (python_semantic_release-10.1.0.tar.gz) = 199208470e6c51859665948013e76ece458a5b41271e7f7cc05e40e93d4050d2 -SIZE (python_semantic_release-10.1.0.tar.gz) = 319419 +TIMESTAMP = 1751375055 +SHA256 (python_semantic_release-10.2.0.tar.gz) = b5b34482f3e5fbda77ea4e8e25100d69efd92aa868d821ac7772be2d2ad2794a +SIZE (python_semantic_release-10.2.0.tar.gz) = 321082 diff --git a/devel/py-qcs-sdk-python/Makefile b/devel/py-qcs-sdk-python/Makefile index 733be75ecb36..9e73091687a7 100644 --- a/devel/py-qcs-sdk-python/Makefile +++ b/devel/py-qcs-sdk-python/Makefile @@ -1,7 +1,7 @@ PORTNAME= qcs-sdk-python DISTVERSIONPREFIX= python/v DISTVERSION= 0.20.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-regress/Makefile b/devel/py-regress/Makefile index 48f5dcac317f..9f3160c22a28 100644 --- a/devel/py-regress/Makefile +++ b/devel/py-regress/Makefile @@ -1,6 +1,6 @@ PORTNAME= regress PORTVERSION= 0.4.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-rich-toolkit/Makefile b/devel/py-rich-toolkit/Makefile new file mode 100644 index 000000000000..de4576512b08 --- /dev/null +++ b/devel/py-rich-toolkit/Makefile @@ -0,0 +1,23 @@ +PORTNAME= rich-toolkit +DISTVERSION= 0.14.8 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= rich_toolkit-${PORTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Rich toolkit for building command-line applications +WWW= https://pypi.python.org/project/rich-toolkit/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + +USES= python +USE_PYTHON= autoplist pep517 + +.include diff --git a/devel/py-rich-toolkit/distinfo b/devel/py-rich-toolkit/distinfo new file mode 100644 index 000000000000..feea9ee475f3 --- /dev/null +++ b/devel/py-rich-toolkit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751502982 +SHA256 (rich_toolkit-0.14.8.tar.gz) = 1f77b32e6c25d9e3644c1efbce00d8d90daf2457b3abdb4699e263c03b9ca6cf +SIZE (rich_toolkit-0.14.8.tar.gz) = 110926 diff --git a/devel/py-rich-toolkit/pkg-descr b/devel/py-rich-toolkit/pkg-descr new file mode 100644 index 000000000000..9bb3adf7eb63 --- /dev/null +++ b/devel/py-rich-toolkit/pkg-descr @@ -0,0 +1,2 @@ +rich-toolkit is a very opinionated set of components for building CLI applications. +It is based on Rich. diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile index 026491dea72d..fdf715e7071c 100644 --- a/devel/py-rpds-py/Makefile +++ b/devel/py-rpds-py/Makefile @@ -1,6 +1,6 @@ PORTNAME= rpds-py PORTVERSION= 0.25.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/crate-py/rpds/releases/download/v${PORTVERSION}/ diff --git a/devel/py-ruff/Makefile b/devel/py-ruff/Makefile index beedfca6ccc2..56b293872cd7 100644 --- a/devel/py-ruff/Makefile +++ b/devel/py-ruff/Makefile @@ -1,5 +1,6 @@ PORTNAME= ruff DISTVERSION= 0.11.13 +PORTREVISION= 1 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox-toml-fmt/Makefile b/devel/py-tox-toml-fmt/Makefile index 1f6f92baa4fa..682049333232 100644 --- a/devel/py-tox-toml-fmt/Makefile +++ b/devel/py-tox-toml-fmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= tox-toml-fmt PORTVERSION= 1.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index 5bf01f11d229..fe1c7b7ab5b5 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,5 +1,5 @@ PORTNAME= tox -DISTVERSION= 4.26.0 +DISTVERSION= 4.27.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index a4ba3a1c1b79..3d97ac3e85e9 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747595879 -SHA256 (tox-4.26.0.tar.gz) = a83b3b67b0159fa58e44e646505079e35a43317a62d2ae94725e0586266faeca -SIZE (tox-4.26.0.tar.gz) = 197260 +TIMESTAMP = 1751443311 +SHA256 (tox-4.27.0.tar.gz) = b97d5ecc0c0d5755bcc5348387fef793e1bfa68eb33746412f4c60881d7f5f57 +SIZE (tox-4.27.0.tar.gz) = 198351 diff --git a/devel/py-ty/Makefile b/devel/py-ty/Makefile index 161d97445951..8a8e7d77a731 100644 --- a/devel/py-ty/Makefile +++ b/devel/py-ty/Makefile @@ -1,5 +1,5 @@ PORTNAME= ty -DISTVERSION= 0.0.1a12 +DISTVERSION= 0.0.1a13 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0<2.0:devel/py-maturin@${PY_FLAVOR} +LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo python @@ -23,6 +24,8 @@ CARGO_CARGOLOCK=${WRKSRC}/ruff/Cargo.lock CARGO_BUILD= no CARGO_INSTALL= no +MAKE_ENV= ${CARGO_ENV} + PORTSCOUT= limit:^[0-9]\. .include diff --git a/devel/py-ty/Makefile.crates b/devel/py-ty/Makefile.crates index 8ec6a1f87033..1cdfcc1e6cd0 100644 --- a/devel/py-ty/Makefile.crates +++ b/devel/py-ty/Makefile.crates @@ -13,12 +13,16 @@ CARGO_CRATES= adler2-2.0.0 \ anstyle-svg-0.1.7 \ anstyle-wincon-3.0.7 \ anyhow-1.0.98 \ + approx-0.5.1 \ arc-swap-1.7.1 \ argfile-0.2.1 \ arrayvec-0.7.6 \ assert_fs-1.1.3 \ + attribute-derive-0.10.3 \ + attribute-derive-macro-0.10.3 \ autocfg-1.4.0 \ base64-0.13.1 \ + bincode-1.3.3 \ bincode-2.0.1 \ bincode_derive-2.0.1 \ bitflags-1.3.2 \ @@ -46,13 +50,14 @@ CARGO_CRATES= adler2-2.0.0 \ clap_complete_nushell-4.5.5 \ clap_derive-4.5.40 \ clap_lex-0.7.4 \ - clearscreen-4.0.1 \ - codspeed-2.10.1 \ - codspeed-criterion-compat-2.10.1 \ - codspeed-criterion-compat-walltime-2.10.1 \ - codspeed-divan-compat-2.10.1 \ - codspeed-divan-compat-macros-2.10.1 \ - codspeed-divan-compat-walltime-2.10.1 \ + clearscreen-4.0.2 \ + codspeed-3.0.2 \ + codspeed-criterion-compat-3.0.2 \ + codspeed-criterion-compat-walltime-3.0.2 \ + codspeed-divan-compat-3.0.2 \ + codspeed-divan-compat-macros-3.0.2 \ + codspeed-divan-compat-walltime-3.0.2 \ + collection_literals-1.0.1 \ colorchoice-1.0.3 \ colored-2.2.0 \ colored-3.0.0 \ @@ -81,6 +86,7 @@ CARGO_CRATES= adler2-2.0.0 \ darling_macro-0.20.11 \ dashmap-5.5.3 \ dashmap-6.1.0 \ + derive-where-1.5.0 \ diff-0.1.13 \ difflib-0.4.0 \ digest-0.10.7 \ @@ -112,6 +118,8 @@ CARGO_CRATES= adler2-2.0.0 \ fs-err-2.11.0 \ fsevent-sys-4.1.0 \ generic-array-0.14.7 \ + get-size-derive2-0.5.1 \ + get-size2-0.5.1 \ getopts-0.2.21 \ getrandom-0.2.16 \ getrandom-0.3.3 \ @@ -142,13 +150,14 @@ CARGO_CRATES= adler2-2.0.0 \ ignore-0.4.23 \ imara-diff-0.1.8 \ imperative-1.0.6 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ indicatif-0.17.11 \ indoc-2.0.6 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ insta-1.43.1 \ insta-cmd-0.6.0 \ + interpolator-0.5.0 \ intrusive-collections-0.9.7 \ is-docker-0.2.0 \ is-macro-0.3.7 \ @@ -177,9 +186,11 @@ CARGO_CRATES= adler2-2.0.0 \ libtest-mimic-0.7.3 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ - lock_api-0.4.12 \ + lock_api-0.4.13 \ log-0.4.27 \ lsp-server-0.7.8 \ + manyhow-0.11.4 \ + manyhow-macros-0.11.4 \ markdown-1.0.0 \ matchers-0.1.0 \ matches-0.1.10 \ @@ -206,10 +217,11 @@ CARGO_CRATES= adler2-2.0.0 \ once_cell-1.21.3 \ oorandom-11.1.5 \ option-ext-0.2.0 \ - ordermap-0.5.7 \ + ordermap-0.5.8 \ os_pipe-1.2.1 \ os_str_bytes-7.1.0 \ overload-0.1.1 \ + papaya-0.2.3 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ paste-1.0.15 \ @@ -242,6 +254,7 @@ CARGO_CRATES= adler2-2.0.0 \ predicates-tree-1.0.12 \ pretty_assertions-1.4.1 \ proc-macro-crate-3.3.0 \ + proc-macro-utils-0.10.0 \ proc-macro2-1.0.95 \ pyproject-toml-0.13.5 \ quick-junit-0.5.1 \ @@ -249,6 +262,8 @@ CARGO_CRATES= adler2-2.0.0 \ quickcheck-1.0.3 \ quickcheck_macros-1.1.0 \ quote-1.0.40 \ + quote-use-0.8.4 \ + quote-use-macros-0.8.4 \ r-efi-5.2.0 \ rand-0.8.5 \ rand-0.9.1 \ @@ -279,6 +294,7 @@ CARGO_CRATES= adler2-2.0.0 \ schemars_derive-0.8.22 \ scopeguard-1.2.0 \ seahash-4.1.0 \ + seize-0.5.0 \ serde-1.0.219 \ serde-wasm-bindgen-0.6.5 \ serde_derive-1.0.219 \ @@ -300,6 +316,7 @@ CARGO_CRATES= adler2-2.0.0 \ snapbox-macros-0.3.10 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ + statrs-0.18.0 \ strip-ansi-escapes-0.2.1 \ strsim-0.11.1 \ strum-0.27.1 \ @@ -385,7 +402,7 @@ CARGO_CRATES= adler2-2.0.0 \ wasm-bindgen-test-macro-0.3.50 \ web-sys-0.3.77 \ web-time-1.1.0 \ - which-7.0.3 \ + which-8.0.0 \ wild-2.2.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ @@ -426,5 +443,5 @@ CARGO_CRATES= adler2-2.0.0 \ zstd-0.11.2+zstd.1.5.2 \ zstd-safe-5.0.2+zstd.1.5.2 \ zstd-sys-2.0.15+zstd.1.5.7 \ - salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa.git?rev=09627e450566f894956710a3fd923dc80462ae6d\#09627e450566f894956710a3fd923dc80462ae6d \ + salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa?rev=fc00eba89e5dcaa5edba51c41aa5f309b5cb126b\#fc00eba89e5dcaa5edba51c41aa5f309b5cb126b \ lsp-types@git+https://github.com/astral-sh/lsp-types.git?rev=3512a9f\#3512a9f33eadc5402cfab1b8f7340824c8ca1439 diff --git a/devel/py-ty/distinfo b/devel/py-ty/distinfo index 9f3f54c2e8b6..c837e0287602 100644 --- a/devel/py-ty/distinfo +++ b/devel/py-ty/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750986627 -SHA256 (ty-0.0.1a12.tar.gz) = 41dfc8eac0b4fb735d5e101cde8c8734a3c13f670eeebc975760e6414882b702 -SIZE (ty-0.0.1a12.tar.gz) = 3127188 +TIMESTAMP = 1751593554 +SHA256 (ty-0.0.1a13.tar.gz) = 2a0a96146540e66264dd8ead9530cc77f4283256b97f2c25588283572e012717 +SIZE (ty-0.0.1a13.tar.gz) = 3146596 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 @@ -31,6 +31,8 @@ SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141 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/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 +SIZE (rust/crates/approx-0.5.1.crate) = 15100 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/argfile-0.2.1.crate) = 0a1cc0ba69de57db40674c66f7cf2caee3981ddef084388482c95c0e2133e5e8 @@ -39,10 +41,16 @@ SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5b SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/assert_fs-1.1.3.crate) = a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9 SIZE (rust/crates/assert_fs-1.1.3.crate) = 20176 +SHA256 (rust/crates/attribute-derive-0.10.3.crate) = 0053e96dd3bec5b4879c23a138d6ef26f2cb936c9cdc96274ac2b9ed44b5bb54 +SIZE (rust/crates/attribute-derive-0.10.3.crate) = 21090 +SHA256 (rust/crates/attribute-derive-macro-0.10.3.crate) = 463b53ad0fd5b460af4b1915fe045ff4d946d025fb6c4dc3337752eaa980f71b +SIZE (rust/crates/attribute-derive-macro-0.10.3.crate) = 8849 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 +SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad +SIZE (rust/crates/bincode-1.3.3.crate) = 28958 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 @@ -97,20 +105,22 @@ SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260 SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 -SHA256 (rust/crates/clearscreen-4.0.1.crate) = 8c41dc435a7b98e4608224bbf65282309f5403719df9113621b30f8b6f74e2f4 -SIZE (rust/crates/clearscreen-4.0.1.crate) = 153878 -SHA256 (rust/crates/codspeed-2.10.1.crate) = 93f4cce9c27c49c4f101fffeebb1826f41a9df2e7498b7cd4d95c0658b796c6c -SIZE (rust/crates/codspeed-2.10.1.crate) = 8589 -SHA256 (rust/crates/codspeed-criterion-compat-2.10.1.crate) = c3c23d880a28a2aab52d38ca8481dd7a3187157d0a952196b6db1db3c8499725 -SIZE (rust/crates/codspeed-criterion-compat-2.10.1.crate) = 20929 -SHA256 (rust/crates/codspeed-criterion-compat-walltime-2.10.1.crate) = 7b0a2f7365e347f4f22a67e9ea689bf7bc89900a354e22e26cf8a531a42c8fbb -SIZE (rust/crates/codspeed-criterion-compat-walltime-2.10.1.crate) = 122454 -SHA256 (rust/crates/codspeed-divan-compat-2.10.1.crate) = 8620a09dfaf37b3c45f982c4b65bd8f9b0203944da3ffa705c0fcae6b84655ff -SIZE (rust/crates/codspeed-divan-compat-2.10.1.crate) = 15777 -SHA256 (rust/crates/codspeed-divan-compat-macros-2.10.1.crate) = 30fe872bc4214626b35d3a1706a905d0243503bb6ba3bb7be2fc59083d5d680c -SIZE (rust/crates/codspeed-divan-compat-macros-2.10.1.crate) = 5294 -SHA256 (rust/crates/codspeed-divan-compat-walltime-2.10.1.crate) = 104caa97b36d4092d89e24e4b103b40ede1edab03c0372d19e14a33f9393132b -SIZE (rust/crates/codspeed-divan-compat-walltime-2.10.1.crate) = 95987 +SHA256 (rust/crates/clearscreen-4.0.2.crate) = 85a8ab73a1c02b0c15597b22e09c7dc36e63b2f601f9d1e83ac0c3decd38b1ae +SIZE (rust/crates/clearscreen-4.0.2.crate) = 153883 +SHA256 (rust/crates/codspeed-3.0.2.crate) = 922018102595f6668cdd09c03f4bff2d951ce2318c6dca4fe11bdcb24b65b2bf +SIZE (rust/crates/codspeed-3.0.2.crate) = 12859 +SHA256 (rust/crates/codspeed-criterion-compat-3.0.2.crate) = 24d8ad82d2383cb74995f58993cbdd2914aed57b2f91f46580310dd81dc3d05a +SIZE (rust/crates/codspeed-criterion-compat-3.0.2.crate) = 21805 +SHA256 (rust/crates/codspeed-criterion-compat-walltime-3.0.2.crate) = 61badaa6c452d192a29f8387147888f0ab358553597c3fe9bf8a162ef7c2fa64 +SIZE (rust/crates/codspeed-criterion-compat-walltime-3.0.2.crate) = 123670 +SHA256 (rust/crates/codspeed-divan-compat-3.0.2.crate) = 3acf1d6fe367c2ff5ff136ca723f678490c3691d59d7f2b83d5e53b7b25ac91e +SIZE (rust/crates/codspeed-divan-compat-3.0.2.crate) = 16624 +SHA256 (rust/crates/codspeed-divan-compat-macros-3.0.2.crate) = bcfa2013d7bee54a497d0e1410751d5de690fd67a3e9eb728ca049b6a3d16d0b +SIZE (rust/crates/codspeed-divan-compat-macros-3.0.2.crate) = 5316 +SHA256 (rust/crates/codspeed-divan-compat-walltime-3.0.2.crate) = e513100fb0e7ba02fb3824546ecd2abfb8f334262f0972225b463aad07f99ff0 +SIZE (rust/crates/codspeed-divan-compat-walltime-3.0.2.crate) = 97123 +SHA256 (rust/crates/collection_literals-1.0.1.crate) = 186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271 +SIZE (rust/crates/collection_literals-1.0.1.crate) = 3579 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 SHA256 (rust/crates/colored-2.2.0.crate) = 117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c @@ -167,6 +177,8 @@ SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7 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/derive-where-1.5.0.crate) = 510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b +SIZE (rust/crates/derive-where-1.5.0.crate) = 52436 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 @@ -229,6 +241,10 @@ SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889b SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/get-size-derive2-0.5.1.crate) = 1aac2af9f9a6a50e31b1e541d05b7925add83d3982c2793193fe9d4ee584323c +SIZE (rust/crates/get-size-derive2-0.5.1.crate) = 8799 +SHA256 (rust/crates/get-size2-0.5.1.crate) = 624a0312efd19e1c45922dfcc2d6806d3ffc4bca261f89f31fcc4f63f438d885 +SIZE (rust/crates/get-size2-0.5.1.crate) = 17242 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 @@ -289,8 +305,8 @@ SHA256 (rust/crates/imara-diff-0.1.8.crate) = 17d34b7d42178945f775e84bc4c36dde7c SIZE (rust/crates/imara-diff-0.1.8.crate) = 155787 SHA256 (rust/crates/imperative-1.0.6.crate) = 29a1f6526af721f9aec9ceed7ab8ebfca47f3399d08b80056c2acca3fcb694a9 SIZE (rust/crates/imperative-1.0.6.crate) = 13221 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd @@ -303,6 +319,8 @@ SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5 SIZE (rust/crates/insta-1.43.1.crate) = 101047 SHA256 (rust/crates/insta-cmd-0.6.0.crate) = ffeeefa927925cced49ccb01bf3e57c9d4cd132df21e576eb9415baeab2d3de6 SIZE (rust/crates/insta-cmd-0.6.0.crate) = 12385 +SHA256 (rust/crates/interpolator-0.5.0.crate) = 71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8 +SIZE (rust/crates/interpolator-0.5.0.crate) = 29578 SHA256 (rust/crates/intrusive-collections-0.9.7.crate) = 189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86 SIZE (rust/crates/intrusive-collections-0.9.7.crate) = 56609 SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 @@ -359,12 +377,16 @@ SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a17 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/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/lsp-server-0.7.8.crate) = 9462c4dc73e17f971ec1f171d44bfffb72e65a130117233388a0ebc7ec5656f9 SIZE (rust/crates/lsp-server-0.7.8.crate) = 16836 +SHA256 (rust/crates/manyhow-0.11.4.crate) = b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587 +SIZE (rust/crates/manyhow-0.11.4.crate) = 22658 +SHA256 (rust/crates/manyhow-macros-0.11.4.crate) = 46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495 +SIZE (rust/crates/manyhow-macros-0.11.4.crate) = 5162 SHA256 (rust/crates/markdown-1.0.0.crate) = a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb SIZE (rust/crates/markdown-1.0.0.crate) = 219012 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 @@ -417,14 +439,16 @@ SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411 SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 -SHA256 (rust/crates/ordermap-0.5.7.crate) = 7d31b8b7a99f71bdff4235faf9ce9eada0ad3562c8fbeb7d607d9f41a6ec569d -SIZE (rust/crates/ordermap-0.5.7.crate) = 64981 +SHA256 (rust/crates/ordermap-0.5.8.crate) = 6d6bff06e4a5dc6416bead102d3e63c480dd852ffbb278bf8cfeb4966b329609 +SIZE (rust/crates/ordermap-0.5.8.crate) = 66688 SHA256 (rust/crates/os_pipe-1.2.1.crate) = 5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982 SIZE (rust/crates/os_pipe-1.2.1.crate) = 10691 SHA256 (rust/crates/os_str_bytes-7.1.0.crate) = c86e2db86dd008b4c88c77a9bb83d9286bf77204e255bb3fda3b2eebcae66b62 SIZE (rust/crates/os_str_bytes-7.1.0.crate) = 28150 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/papaya-0.2.3.crate) = f92dd0b07c53a0a0c764db2ace8c541dc47320dad97c2200c2a637ab9dd2328f +SIZE (rust/crates/papaya-0.2.3.crate) = 67232 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 @@ -489,6 +513,8 @@ SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d0 SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 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-utils-0.10.0.crate) = eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071 +SIZE (rust/crates/proc-macro-utils-0.10.0.crate) = 21572 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/pyproject-toml-0.13.5.crate) = 7b0f6160dc48298b9260d9b958ad1d7f96f6cd0b9df200b22329204e09334663 @@ -503,6 +529,10 @@ SHA256 (rust/crates/quickcheck_macros-1.1.0.crate) = f71ee38b42f8459a88d3362be6f SIZE (rust/crates/quickcheck_macros-1.1.0.crate) = 11744 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/quote-use-0.8.4.crate) = 9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e +SIZE (rust/crates/quote-use-0.8.4.crate) = 3067 +SHA256 (rust/crates/quote-use-macros-0.8.4.crate) = 82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35 +SIZE (rust/crates/quote-use-macros-0.8.4.crate) = 5660 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 @@ -563,6 +593,8 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b SIZE (rust/crates/seahash-4.1.0.crate) = 31976 +SHA256 (rust/crates/seize-0.5.0.crate) = e4b8d813387d566f627f3ea1b914c068aac94c40ae27ec43f5f33bde65abefe7 +SIZE (rust/crates/seize-0.5.0.crate) = 36959 SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde-wasm-bindgen-0.6.5.crate) = 8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b @@ -605,6 +637,8 @@ SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/statrs-0.18.0.crate) = 2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e +SIZE (rust/crates/statrs-0.18.0.crate) = 156842 SHA256 (rust/crates/strip-ansi-escapes-0.2.1.crate) = 2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025 SIZE (rust/crates/strip-ansi-escapes-0.2.1.crate) = 8273 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f @@ -775,8 +809,8 @@ SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a9753 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/which-7.0.3.crate) = 24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762 -SIZE (rust/crates/which-7.0.3.crate) = 18872 +SHA256 (rust/crates/which-8.0.0.crate) = d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d +SIZE (rust/crates/which-8.0.0.crate) = 26209 SHA256 (rust/crates/wild-2.2.1.crate) = a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1 SIZE (rust/crates/wild-2.2.1.crate) = 8080 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -857,7 +891,7 @@ SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1e SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 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 (salsa-rs-salsa-09627e450566f894956710a3fd923dc80462ae6d_GH0.tar.gz) = 20ed01e3b8950c1b32a993f4f59bb72fe8a6faba56a3b3f49a9e4c46f482852d -SIZE (salsa-rs-salsa-09627e450566f894956710a3fd923dc80462ae6d_GH0.tar.gz) = 673589 +SHA256 (salsa-rs-salsa-fc00eba89e5dcaa5edba51c41aa5f309b5cb126b_GH0.tar.gz) = d5e8f6c2b83c43610249be2b689763b3c6c59e43f52bbadb1adaf555e8db48c8 +SIZE (salsa-rs-salsa-fc00eba89e5dcaa5edba51c41aa5f309b5cb126b_GH0.tar.gz) = 684112 SHA256 (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 410f889792e86186b6299ad534446510207a9e2e55b78301b77fc8b661b46913 SIZE (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 71124 diff --git a/devel/py-unittest-parallel/Makefile b/devel/py-unittest-parallel/Makefile index d29181e52472..7fad253f96df 100644 --- a/devel/py-unittest-parallel/Makefile +++ b/devel/py-unittest-parallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= unittest-parallel -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-unittest-parallel/distinfo b/devel/py-unittest-parallel/distinfo index a60e2621349a..9caf8c74d29f 100644 --- a/devel/py-unittest-parallel/distinfo +++ b/devel/py-unittest-parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715436 -SHA256 (unittest_parallel-1.7.2.tar.gz) = e1d68bb6c9a58cdb38cdada0825b26998893959e683e131416eb2559e88810ca -SIZE (unittest_parallel-1.7.2.tar.gz) = 9282 +TIMESTAMP = 1751375059 +SHA256 (unittest_parallel-1.7.3.tar.gz) = cc43c080a77f72a64b3c37cc18d64490bda33901309b49a0ee3197aeb2226d7f +SIZE (unittest_parallel-1.7.3.tar.gz) = 9685 diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile index 67ee85a2255a..56d0d8bac746 100644 --- a/devel/py-watchfiles/Makefile +++ b/devel/py-watchfiles/Makefile @@ -1,6 +1,6 @@ PORTNAME= watchfiles PORTVERSION= 0.24.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/pylyzer/Makefile b/devel/pylyzer/Makefile index 7b6f22e80f80..cd0d5aa0dd51 100644 --- a/devel/pylyzer/Makefile +++ b/devel/pylyzer/Makefile @@ -1,7 +1,7 @@ PORTNAME= pylyzer DISTVERSIONPREFIX= v DISTVERSION= 0.0.78 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org diff --git a/devel/radicle/Makefile b/devel/radicle/Makefile index 431516b96156..27bd29085934 100644 --- a/devel/radicle/Makefile +++ b/devel/radicle/Makefile @@ -1,5 +1,6 @@ PORTNAME= radicle DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.pirateparty.in/ashish/:sources \ LOCAL/ashish:sources diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index a643163c4611..e23dd37b39b2 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1122.0 +PORTVERSION= 1.1123.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index 2aa97405c7e0..866cc2f41584 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208190 -SHA256 (rubygem/aws-partitions-1.1122.0.gem) = e2b7c109fb56bf423796f40f37f3d28a68f900a93cbcecfe984ce2a89a8fdce9 -SIZE (rubygem/aws-partitions-1.1122.0.gem) = 81408 +TIMESTAMP = 1751375075 +SHA256 (rubygem/aws-partitions-1.1123.0.gem) = 9409e0336848a99ef06f1d3d67d8350ae3b330bf8b442bd409824810a23f8e00 +SIZE (rubygem/aws-partitions-1.1123.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-arczonalshift/Makefile b/devel/rubygem-aws-sdk-arczonalshift/Makefile index 4df7b1b9449b..cdf46f47d0c0 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.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-arczonalshift/distinfo b/devel/rubygem-aws-sdk-arczonalshift/distinfo index 7e5516c718b5..01d2f1d6a392 100644 --- a/devel/rubygem-aws-sdk-arczonalshift/distinfo +++ b/devel/rubygem-aws-sdk-arczonalshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813186 -SHA256 (rubygem/aws-sdk-arczonalshift-1.34.0.gem) = 2c65bc7ee24a1c74413c433e37aaa25c760b830f3e25f3c3275eb596192099b8 -SIZE (rubygem/aws-sdk-arczonalshift-1.34.0.gem) = 37888 +TIMESTAMP = 1751375077 +SHA256 (rubygem/aws-sdk-arczonalshift-1.35.0.gem) = 877824ad32aa9485a5f76258fd958627cfb2c9244e451c112602b18c50fb94ee +SIZE (rubygem/aws-sdk-arczonalshift-1.35.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-b2bi/Makefile b/devel/rubygem-aws-sdk-b2bi/Makefile index 3e9599cc8cc2..aa0e4a596698 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.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-b2bi/distinfo b/devel/rubygem-aws-sdk-b2bi/distinfo index 372b27756fc3..cc10f763bd6e 100644 --- a/devel/rubygem-aws-sdk-b2bi/distinfo +++ b/devel/rubygem-aws-sdk-b2bi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813200 -SHA256 (rubygem/aws-sdk-b2bi-1.31.0.gem) = 8327b611634c222ae654ff1239550be347bc472d93118cd2de1e117b7d35cec5 -SIZE (rubygem/aws-sdk-b2bi-1.31.0.gem) = 69632 +TIMESTAMP = 1751375079 +SHA256 (rubygem/aws-sdk-b2bi-1.32.0.gem) = e2cedee72c9d5e3879d6f71f8106d03cce49d79f421439a0c539a94c4e0e0464 +SIZE (rubygem/aws-sdk-b2bi-1.32.0.gem) = 78336 diff --git a/devel/rubygem-aws-sdk-bedrock/Makefile b/devel/rubygem-aws-sdk-bedrock/Makefile index 232b6110afff..d5634c925c07 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.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrock/distinfo b/devel/rubygem-aws-sdk-bedrock/distinfo index d39b228f791d..b0ad2281ff31 100644 --- a/devel/rubygem-aws-sdk-bedrock/distinfo +++ b/devel/rubygem-aws-sdk-bedrock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954292 -SHA256 (rubygem/aws-sdk-bedrock-1.52.0.gem) = ab9666c0352ba69f306ba05f6f5fb3fcd7d86e28214ff97d21e58549510aa9cf -SIZE (rubygem/aws-sdk-bedrock-1.52.0.gem) = 134656 +TIMESTAMP = 1751375081 +SHA256 (rubygem/aws-sdk-bedrock-1.53.0.gem) = 2624801c923b52305c0b0d2e53abf63ab319aedcf1c2f3348b158cf0d362b4b2 +SIZE (rubygem/aws-sdk-bedrock-1.53.0.gem) = 139264 diff --git a/devel/rubygem-aws-sdk-bedrockruntime/Makefile b/devel/rubygem-aws-sdk-bedrockruntime/Makefile index f89d1ba34183..1a81761b3bfd 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.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockruntime/distinfo b/devel/rubygem-aws-sdk-bedrockruntime/distinfo index ce8f16fb9f79..35f31a169526 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813224 -SHA256 (rubygem/aws-sdk-bedrockruntime-1.49.0.gem) = bea3aac6f6f4ae5722400a69a019fabf9eb1b24a00c5c23a101b83dbd510944c -SIZE (rubygem/aws-sdk-bedrockruntime-1.49.0.gem) = 76288 +TIMESTAMP = 1751375083 +SHA256 (rubygem/aws-sdk-bedrockruntime-1.50.0.gem) = bf9ef7dccb4093307b4b1052ad615777eb5a8037db60bf07bcc84e0ab16ffe63 +SIZE (rubygem/aws-sdk-bedrockruntime-1.50.0.gem) = 80896 diff --git a/devel/rubygem-aws-sdk-cloudformation/Makefile b/devel/rubygem-aws-sdk-cloudformation/Makefile index 9f52b6ac3b9f..9b6c45fcbbbc 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.133.0 +PORTVERSION= 1.134.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudformation/distinfo b/devel/rubygem-aws-sdk-cloudformation/distinfo index 72401c0519c8..ecb6deca5fa3 100644 --- a/devel/rubygem-aws-sdk-cloudformation/distinfo +++ b/devel/rubygem-aws-sdk-cloudformation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188184 -SHA256 (rubygem/aws-sdk-cloudformation-1.133.0.gem) = 490393d6e66848a5dd48f536f650de4237a6082f195ef8ea1e27de551e9ca321 -SIZE (rubygem/aws-sdk-cloudformation-1.133.0.gem) = 210944 +TIMESTAMP = 1751375085 +SHA256 (rubygem/aws-sdk-cloudformation-1.134.0.gem) = b851337a36a4e0f917e16db0ea6d8429395beb32cfc7e04fd253134143fdd8ed +SIZE (rubygem/aws-sdk-cloudformation-1.134.0.gem) = 211968 diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile index 31072b6f8fc8..115579d1b3b4 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.118.0 +PORTVERSION= 1.119.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo index 7f513cd821eb..53e1c7b8185d 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954294 -SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.118.0.gem) = 49514c061cc6085f71826a9bbb13c6152635ea4a6e0629c5ae06d0030e654bb7 -SIZE (rubygem/aws-sdk-cloudwatchlogs-1.118.0.gem) = 150528 +TIMESTAMP = 1751375087 +SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.119.0.gem) = 646b7863500f24d3e81dad67bfa233b462b9443e2bc588c6c926320d7994655a +SIZE (rubygem/aws-sdk-cloudwatchlogs-1.119.0.gem) = 151040 diff --git a/devel/rubygem-aws-sdk-configservice/Makefile b/devel/rubygem-aws-sdk-configservice/Makefile index 22b8d4f55546..638f56cd577f 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.130.0 +PORTVERSION= 1.131.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-configservice/distinfo b/devel/rubygem-aws-sdk-configservice/distinfo index 57e9311b8c2d..315aed1de477 100644 --- a/devel/rubygem-aws-sdk-configservice/distinfo +++ b/devel/rubygem-aws-sdk-configservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208194 -SHA256 (rubygem/aws-sdk-configservice-1.130.0.gem) = aaa2a4e4e7b0e517e8cc9a66dbb5f7089d3fb7a174d058c6bf25641e8efa8956 -SIZE (rubygem/aws-sdk-configservice-1.130.0.gem) = 219136 +TIMESTAMP = 1751375089 +SHA256 (rubygem/aws-sdk-configservice-1.131.0.gem) = 79e41f40d6f648d2bc49d7c3216b7a877b86e4f0e109e2ba65c1f2a626540fe0 +SIZE (rubygem/aws-sdk-configservice-1.131.0.gem) = 225280 diff --git a/devel/rubygem-aws-sdk-connect/Makefile b/devel/rubygem-aws-sdk-connect/Makefile index 0843834e1ff0..3544a739e361 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.205.0 +PORTVERSION= 1.206.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connect/distinfo b/devel/rubygem-aws-sdk-connect/distinfo index 934e34622291..7fc4690bd95e 100644 --- a/devel/rubygem-aws-sdk-connect/distinfo +++ b/devel/rubygem-aws-sdk-connect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208196 -SHA256 (rubygem/aws-sdk-connect-1.205.0.gem) = 09820b2f735eee26c4daaa2e3f8eeeb2c81c7bd2dbf21a1a5df6911a30b65412 -SIZE (rubygem/aws-sdk-connect-1.205.0.gem) = 369664 +TIMESTAMP = 1751375091 +SHA256 (rubygem/aws-sdk-connect-1.206.0.gem) = c5f5e4408754c3726df29182bdb59089036868b8772347c18cfc41e52a0e3bf8 +SIZE (rubygem/aws-sdk-connect-1.206.0.gem) = 371712 diff --git a/devel/rubygem-aws-sdk-dataexchange/Makefile b/devel/rubygem-aws-sdk-dataexchange/Makefile index c72304e4e7d9..ac4ea95e7ed5 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.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dataexchange/distinfo b/devel/rubygem-aws-sdk-dataexchange/distinfo index 943cf4dbe3d4..fd9e040c7fa3 100644 --- a/devel/rubygem-aws-sdk-dataexchange/distinfo +++ b/devel/rubygem-aws-sdk-dataexchange/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813354 -SHA256 (rubygem/aws-sdk-dataexchange-1.68.0.gem) = 43da92f04d6a319899f0cdf8987767be7b4bcd260c761d229121f91bbf3b68a4 -SIZE (rubygem/aws-sdk-dataexchange-1.68.0.gem) = 64000 +TIMESTAMP = 1751375093 +SHA256 (rubygem/aws-sdk-dataexchange-1.69.0.gem) = 1bf59f59a017e3705a85eb0d7f8f8f95cffaf25920e3b21fed0e52f7ea046e6d +SIZE (rubygem/aws-sdk-dataexchange-1.69.0.gem) = 64000 diff --git a/devel/rubygem-aws-sdk-dynamodb/Makefile b/devel/rubygem-aws-sdk-dynamodb/Makefile index 857c033ab82c..02f1c129f508 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.145.0 +PORTVERSION= 1.146.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dynamodb/distinfo b/devel/rubygem-aws-sdk-dynamodb/distinfo index 54f4c43bf22a..930fdb073af4 100644 --- a/devel/rubygem-aws-sdk-dynamodb/distinfo +++ b/devel/rubygem-aws-sdk-dynamodb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813388 -SHA256 (rubygem/aws-sdk-dynamodb-1.145.0.gem) = 105fe5eb6986e673ed0599ebf9ced8d8a52734b17522da47b28fe2186fa11bf7 -SIZE (rubygem/aws-sdk-dynamodb-1.145.0.gem) = 226304 +TIMESTAMP = 1751375095 +SHA256 (rubygem/aws-sdk-dynamodb-1.146.0.gem) = ff6a1ba1c25bd87e452f4fc2877a3e01d1e68b585d877021a1e203d26c6c1630 +SIZE (rubygem/aws-sdk-dynamodb-1.146.0.gem) = 228352 diff --git a/devel/rubygem-aws-sdk-eventbridge/Makefile b/devel/rubygem-aws-sdk-eventbridge/Makefile index a277f419de82..df542e229230 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.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eventbridge/distinfo b/devel/rubygem-aws-sdk-eventbridge/distinfo index 939e86cbfc4f..8b6f60e713f3 100644 --- a/devel/rubygem-aws-sdk-eventbridge/distinfo +++ b/devel/rubygem-aws-sdk-eventbridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813428 -SHA256 (rubygem/aws-sdk-eventbridge-1.83.0.gem) = 60a103762c1a76e8aea287dcca14ea6a05480f18f3e22386061ea49e239e896f -SIZE (rubygem/aws-sdk-eventbridge-1.83.0.gem) = 96256 +TIMESTAMP = 1751375097 +SHA256 (rubygem/aws-sdk-eventbridge-1.84.0.gem) = 5dc35cf0432010638e9223c4d68e8e6f598135109cb17968892551d6849f678c +SIZE (rubygem/aws-sdk-eventbridge-1.84.0.gem) = 96256 diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index de6e4f74a45a..eb5faa0cef73 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.223.0 +PORTVERSION= 1.224.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glue/distinfo b/devel/rubygem-aws-sdk-glue/distinfo index 272b6d549350..800d80546b40 100644 --- a/devel/rubygem-aws-sdk-glue/distinfo +++ b/devel/rubygem-aws-sdk-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208202 -SHA256 (rubygem/aws-sdk-glue-1.223.0.gem) = b7e6b8a38ba6b8eb8292319b1f50f41f9df888aa8d3f9d30729d63499582c274 -SIZE (rubygem/aws-sdk-glue-1.223.0.gem) = 439808 +TIMESTAMP = 1751375099 +SHA256 (rubygem/aws-sdk-glue-1.224.0.gem) = dbf97557d8cd10fc305f5996a239decd40bf2b8b5514fca75e0382302305cd98 +SIZE (rubygem/aws-sdk-glue-1.224.0.gem) = 440320 diff --git a/devel/rubygem-aws-sdk-iam/Makefile b/devel/rubygem-aws-sdk-iam/Makefile index 55a3cad2f251..4f008dd5fd49 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.123.0 +PORTVERSION= 1.124.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iam/distinfo b/devel/rubygem-aws-sdk-iam/distinfo index c9057c1e795f..4544ba57048e 100644 --- a/devel/rubygem-aws-sdk-iam/distinfo +++ b/devel/rubygem-aws-sdk-iam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813480 -SHA256 (rubygem/aws-sdk-iam-1.123.0.gem) = c35a6230fdd40cafa7a0d96181c902033a5de26423c154930a7ec8957803097a -SIZE (rubygem/aws-sdk-iam-1.123.0.gem) = 223744 +TIMESTAMP = 1751375101 +SHA256 (rubygem/aws-sdk-iam-1.124.0.gem) = 42efc7a984ceda14de26ab57366d600975c63bc76a85ab8aed68b2f121c90f72 +SIZE (rubygem/aws-sdk-iam-1.124.0.gem) = 227840 diff --git a/devel/rubygem-aws-sdk-medicalimaging/Makefile b/devel/rubygem-aws-sdk-medicalimaging/Makefile index e4beca5eed13..cec44ab3c278 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.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-medicalimaging/distinfo b/devel/rubygem-aws-sdk-medicalimaging/distinfo index 0585373f7785..074a5bed64d1 100644 --- a/devel/rubygem-aws-sdk-medicalimaging/distinfo +++ b/devel/rubygem-aws-sdk-medicalimaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813638 -SHA256 (rubygem/aws-sdk-medicalimaging-1.28.0.gem) = 44f93f80cde6d71ae695f170a3f78eb1747e6a6afcb490693d550392b6482111 -SIZE (rubygem/aws-sdk-medicalimaging-1.28.0.gem) = 39936 +TIMESTAMP = 1751375103 +SHA256 (rubygem/aws-sdk-medicalimaging-1.29.0.gem) = f3b706e77c8d95efa0764436a87c6d341a2ecfe4a04cd4658ec39f31389623c2 +SIZE (rubygem/aws-sdk-medicalimaging-1.29.0.gem) = 40448 diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile index d207f8c8fb1b..6e0e2aaf937f 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.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo index adaa7b1d07a4..7a6461106ea7 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo +++ b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813668 -SHA256 (rubygem/aws-sdk-networkflowmonitor-1.7.0.gem) = 935d5c24f9b0542a15f0fd05048b9952ef4a0f05e45c20b3c3029738abc5150e -SIZE (rubygem/aws-sdk-networkflowmonitor-1.7.0.gem) = 40448 +TIMESTAMP = 1751375105 +SHA256 (rubygem/aws-sdk-networkflowmonitor-1.8.0.gem) = fc9978631d95a2bff6a0c54c71000820442555ee0fadd460f99359af6fd71d22 +SIZE (rubygem/aws-sdk-networkflowmonitor-1.8.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-outposts/Makefile b/devel/rubygem-aws-sdk-outposts/Makefile index e0192e584ed9..08b3daf9e362 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.82.0 +PORTVERSION= 1.83.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-outposts/distinfo b/devel/rubygem-aws-sdk-outposts/distinfo index 36be3eccc061..a6525c161e3f 100644 --- a/devel/rubygem-aws-sdk-outposts/distinfo +++ b/devel/rubygem-aws-sdk-outposts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813696 -SHA256 (rubygem/aws-sdk-outposts-1.82.0.gem) = fbb22d5be25c75f74eb20ecd43701065e29f90fefd17a9a14430f6e8af4e433d -SIZE (rubygem/aws-sdk-outposts-1.82.0.gem) = 55808 +TIMESTAMP = 1751375107 +SHA256 (rubygem/aws-sdk-outposts-1.83.0.gem) = 4805b4cf9e86657dbc04672c19eabd6dba3cb336a19c989eb341e9a3c325d7b8 +SIZE (rubygem/aws-sdk-outposts-1.83.0.gem) = 55808 diff --git a/devel/rubygem-aws-sdk-pcs/Makefile b/devel/rubygem-aws-sdk-pcs/Makefile index d86a1376e924..2ca9e2fd58c5 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.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pcs/distinfo b/devel/rubygem-aws-sdk-pcs/distinfo index 6f2f5add221a..61e0fa651022 100644 --- a/devel/rubygem-aws-sdk-pcs/distinfo +++ b/devel/rubygem-aws-sdk-pcs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954358 -SHA256 (rubygem/aws-sdk-pcs-1.21.0.gem) = 4e5e2c34d0faf0c049a98a0285751dcbceebe9a5cceea52a7c74c94168524241 -SIZE (rubygem/aws-sdk-pcs-1.21.0.gem) = 43008 +TIMESTAMP = 1751375109 +SHA256 (rubygem/aws-sdk-pcs-1.22.0.gem) = 4386b920a6f6c1b442cef74b0c0837e327527ba0196b6c2378c63e4d34832f86 +SIZE (rubygem/aws-sdk-pcs-1.22.0.gem) = 43008 diff --git a/devel/rubygem-aws-sdk-quicksight/Makefile b/devel/rubygem-aws-sdk-quicksight/Makefile index 80c8d5019ce6..d36cf43cd603 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.149.0 +PORTVERSION= 1.150.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-quicksight/distinfo b/devel/rubygem-aws-sdk-quicksight/distinfo index 1bf5aa54d0e6..3434c5ebbcea 100644 --- a/devel/rubygem-aws-sdk-quicksight/distinfo +++ b/devel/rubygem-aws-sdk-quicksight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813748 -SHA256 (rubygem/aws-sdk-quicksight-1.149.0.gem) = e27a51d0425569c5ce351a12c6d6f880f921166bcb27e33ceaa9ca2b6f903083 -SIZE (rubygem/aws-sdk-quicksight-1.149.0.gem) = 970752 +TIMESTAMP = 1751375111 +SHA256 (rubygem/aws-sdk-quicksight-1.150.0.gem) = 83cc526445c541b0b5cfb0684fa85191294aff908597f5740a3e72938080f444 +SIZE (rubygem/aws-sdk-quicksight-1.150.0.gem) = 972288 diff --git a/devel/rubygem-aws-sdk-ssm/Makefile b/devel/rubygem-aws-sdk-ssm/Makefile index 1550fed3ae79..1d8dbdbb461a 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.196.0 +PORTVERSION= 1.197.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssm/distinfo b/devel/rubygem-aws-sdk-ssm/distinfo index c7b9c3512d23..143c9dc85d69 100644 --- a/devel/rubygem-aws-sdk-ssm/distinfo +++ b/devel/rubygem-aws-sdk-ssm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813862 -SHA256 (rubygem/aws-sdk-ssm-1.196.0.gem) = be92e9bbe806885dc71655913925b87639c70bf66802529a061ce4d390bccec1 -SIZE (rubygem/aws-sdk-ssm-1.196.0.gem) = 323072 +TIMESTAMP = 1751375113 +SHA256 (rubygem/aws-sdk-ssm-1.197.0.gem) = dcd48f5ba60bce8716f5bdb73a779aa792ace9bbeac270b54ebef35e893d50c1 +SIZE (rubygem/aws-sdk-ssm-1.197.0.gem) = 323072 diff --git a/devel/rubygem-aws-sdk-transfer/Makefile b/devel/rubygem-aws-sdk-transfer/Makefile index 942f5293dc89..7cae1f970223 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.119.0 +PORTVERSION= 1.120.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-transfer/distinfo b/devel/rubygem-aws-sdk-transfer/distinfo index bc36afb142e8..cfc1e6620146 100644 --- a/devel/rubygem-aws-sdk-transfer/distinfo +++ b/devel/rubygem-aws-sdk-transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813908 -SHA256 (rubygem/aws-sdk-transfer-1.119.0.gem) = 34ba026adf3882b00ce0ffd5b0257b3897c25529b221a65a2b73b2abc13a9879 -SIZE (rubygem/aws-sdk-transfer-1.119.0.gem) = 142848 +TIMESTAMP = 1751375115 +SHA256 (rubygem/aws-sdk-transfer-1.120.0.gem) = 60ff35b1e2887db2a3fd861277f4d999a0cce5eaa9c9fe42623a194dd9547dc8 +SIZE (rubygem/aws-sdk-transfer-1.120.0.gem) = 144384 diff --git a/devel/rubygem-google-apis-bigquery_v2/Makefile b/devel/rubygem-google-apis-bigquery_v2/Makefile index 863fba1a67ed..44ac8d164a1e 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.89.0 +PORTVERSION= 0.90.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 902abb199203..1418ac682e16 100644 --- a/devel/rubygem-google-apis-bigquery_v2/distinfo +++ b/devel/rubygem-google-apis-bigquery_v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495943 -SHA256 (rubygem/google-apis-bigquery_v2-0.89.0.gem) = 87325a4556d0349ccf1d5287275ca77db9f7659ef0d394d271bb5b342d45d526 -SIZE (rubygem/google-apis-bigquery_v2-0.89.0.gem) = 140288 +TIMESTAMP = 1751375117 +SHA256 (rubygem/google-apis-bigquery_v2-0.90.0.gem) = 8b622912b45fb7ab75f0600a062db17b7d25a057265366750512e574ec333d7b +SIZE (rubygem/google-apis-bigquery_v2-0.90.0.gem) = 141312 diff --git a/devel/rubygem-google-apis-iam_v1/Makefile b/devel/rubygem-google-apis-iam_v1/Makefile index 532c254f88e9..5159bd74b58a 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.70.0 +PORTVERSION= 0.71.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 a8dbec0ed2b4..4c652044a0f5 100644 --- a/devel/rubygem-google-apis-iam_v1/distinfo +++ b/devel/rubygem-google-apis-iam_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954472 -SHA256 (rubygem/google-apis-iam_v1-0.70.0.gem) = 19c1ce45ecac7b31ae6a637590bd4bd85f493aa8ba244644fdff359673ba75e9 -SIZE (rubygem/google-apis-iam_v1-0.70.0.gem) = 64512 +TIMESTAMP = 1751375133 +SHA256 (rubygem/google-apis-iam_v1-0.71.0.gem) = 08cf6999ef06e8af85387ce01ac14cef560f238d54bd4e4b7353084eb9b4da3f +SIZE (rubygem/google-apis-iam_v1-0.71.0.gem) = 65024 diff --git a/devel/rubygem-prometheus-client-mmap/Makefile b/devel/rubygem-prometheus-client-mmap/Makefile index f9a3c29ce04d..afbcee7ba2af 100644 --- a/devel/rubygem-prometheus-client-mmap/Makefile +++ b/devel/rubygem-prometheus-client-mmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= prometheus-client-mmap PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sidekiq/Makefile b/devel/rubygem-sidekiq/Makefile index a0f3a488b03d..1095f078bc7e 100644 --- a/devel/rubygem-sidekiq/Makefile +++ b/devel/rubygem-sidekiq/Makefile @@ -1,5 +1,5 @@ PORTNAME= sidekiq -PORTVERSION= 8.0.4 +PORTVERSION= 8.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sidekiq/distinfo b/devel/rubygem-sidekiq/distinfo index f770765e4f31..3b3b17b3177b 100644 --- a/devel/rubygem-sidekiq/distinfo +++ b/devel/rubygem-sidekiq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495985 -SHA256 (rubygem/sidekiq-8.0.4.gem) = 63d2ff4e37aa468490f982aded6ab3bf4da809e32156d6612c8ab3e3aebdd43b -SIZE (rubygem/sidekiq-8.0.4.gem) = 286208 +TIMESTAMP = 1751375119 +SHA256 (rubygem/sidekiq-8.0.5.gem) = d063b26fcf7bf082da2cd9d9f3d338bbfddc790e861e4e7c6a34ce2951f9f7d4 +SIZE (rubygem/sidekiq-8.0.5.gem) = 286720 diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 17b14400a743..4e913180a5b1 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.12204 +PORTVERSION= 0.5.12210 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index 6463d6b9c741..c6a5ab924c06 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208230 -SHA256 (rubygem/sorbet-runtime-0.5.12204.gem) = b58aed968f82996b7e46b2cad1e15657ca2b5a27fb6c9fa7e57e105edc966deb -SIZE (rubygem/sorbet-runtime-0.5.12204.gem) = 89088 +TIMESTAMP = 1751375121 +SHA256 (rubygem/sorbet-runtime-0.5.12210.gem) = 7571536d928970039b5b00c3fd7d69fea8fe17583f474542949fa9024dbf5e73 +SIZE (rubygem/sorbet-runtime-0.5.12210.gem) = 89088 diff --git a/devel/rubygem-state_machines/Makefile b/devel/rubygem-state_machines/Makefile index d7109a8e3a50..b398df93e7fb 100644 --- a/devel/rubygem-state_machines/Makefile +++ b/devel/rubygem-state_machines/Makefile @@ -1,5 +1,5 @@ PORTNAME= state_machines -PORTVERSION= 0.30.0 +PORTVERSION= 0.31.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-state_machines/distinfo b/devel/rubygem-state_machines/distinfo index 27554de0ca76..1b6f8f6d6eee 100644 --- a/devel/rubygem-state_machines/distinfo +++ b/devel/rubygem-state_machines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208232 -SHA256 (rubygem/state_machines-0.30.0.gem) = 4db811660dee62d79980d349ffab1321ef0a760094338a65ce0c6699630966f0 -SIZE (rubygem/state_machines-0.30.0.gem) = 75264 +TIMESTAMP = 1751375123 +SHA256 (rubygem/state_machines-0.31.0.gem) = 47836e857b1acf617dc6e95b6f31e508ead3e42f61f82a6c73c6957a8732da00 +SIZE (rubygem/state_machines-0.31.0.gem) = 76288 diff --git a/devel/rubygem-test-unit/Makefile b/devel/rubygem-test-unit/Makefile index e14e3288318c..309fdebc6ca8 100644 --- a/devel/rubygem-test-unit/Makefile +++ b/devel/rubygem-test-unit/Makefile @@ -1,5 +1,5 @@ PORTNAME= test-unit -PORTVERSION= 3.6.8 +PORTVERSION= 3.6.9 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-test-unit/distinfo b/devel/rubygem-test-unit/distinfo index 7310a769f6d2..76536d7ac78c 100644 --- a/devel/rubygem-test-unit/distinfo +++ b/devel/rubygem-test-unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289450 -SHA256 (rubygem/test-unit-3.6.8.gem) = 0aa115c7d1044b92b80091c71f1f57f5d8b186402b29170e45fb4b5f20a6374e -SIZE (rubygem/test-unit-3.6.8.gem) = 97280 +TIMESTAMP = 1751375135 +SHA256 (rubygem/test-unit-3.6.9.gem) = 2be6ae0354623702f004ae626c98337f5e17f2ecc0fc334a9e6fdbb2c7c534da +SIZE (rubygem/test-unit-3.6.9.gem) = 97792 diff --git a/devel/ruff/Makefile b/devel/ruff/Makefile index 5ecad68fb8eb..6e28afac2a0d 100644 --- a/devel/ruff/Makefile +++ b/devel/ruff/Makefile @@ -1,5 +1,6 @@ PORTNAME= ruff DISTVERSION= 0.11.13 +PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile index 9a11ecaaaab8..281f38c0b3bd 100644 --- a/devel/rust-analyzer/Makefile +++ b/devel/rust-analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= rust-analyzer DISTVERSION= 2025-06-02 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile index 53545d0979a6..96a898b6832c 100644 --- a/devel/rust-bindgen-cli/Makefile +++ b/devel/rust-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindgen-cli DISTVERSION= 0.71.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 20aa6e55fd7e..790feab97f97 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbindgen DISTVERSION= 0.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-script/Makefile b/devel/rust-script/Makefile index e86f42b4d379..799dc5c5e174 100644 --- a/devel/rust-script/Makefile +++ b/devel/rust-script/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-script DISTVERSION= 0.34.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= pat@patmaddox.com diff --git a/devel/rustc-demangle/Makefile b/devel/rustc-demangle/Makefile index 1411a72db9c4..41c0d3d27d22 100644 --- a/devel/rustc-demangle/Makefile +++ b/devel/rustc-demangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustc-demangle DISTVERSION= 0.1.24 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/rustup-init/Makefile b/devel/rustup-init/Makefile index a02476947d01..8a1937b53df1 100644 --- a/devel/rustup-init/Makefile +++ b/devel/rustup-init/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustup-init DISTVERSION= 1.28.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel DISTNAME= rustup diff --git a/devel/rye/Makefile b/devel/rye/Makefile index af4ab47626ea..3f269ba37172 100644 --- a/devel/rye/Makefile +++ b/devel/rye/Makefile @@ -1,6 +1,6 @@ PORTNAME= rye DISTVERSION= 0.44.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index e154b4e611a0..2150e5325970 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/selene/Makefile b/devel/selene/Makefile index 207edc9b7302..f5151d3629c8 100644 --- a/devel/selene/Makefile +++ b/devel/selene/Makefile @@ -1,6 +1,6 @@ PORTNAME= selene DISTVERSION= 0.27.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index e6ff1890c3b6..9d36b49d1102 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sentry-cli DISTVERSION= 2.31.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/signal-sqlcipher-extension/Makefile b/devel/signal-sqlcipher-extension/Makefile index 9eef2a85e052..fc92d8ff3d32 100644 --- a/devel/signal-sqlcipher-extension/Makefile +++ b/devel/signal-sqlcipher-extension/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-sqlcipher-extension DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/devel/snazy/Makefile b/devel/snazy/Makefile index ffad007f6eb4..8871441d6a06 100644 --- a/devel/snazy/Makefile +++ b/devel/snazy/Makefile @@ -1,6 +1,6 @@ PORTNAME= snazy DISTVERSION= 0.55.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/spirv-llvm-translator/Makefile b/devel/spirv-llvm-translator/Makefile index a06d7865a0a5..694f592686a6 100644 --- a/devel/spirv-llvm-translator/Makefile +++ b/devel/spirv-llvm-translator/Makefile @@ -1,8 +1,8 @@ PORTNAME= spirv-llvm-translator DISTVERSIONPREFIX= v DISTVERSION= ${DISTVERSION_${FLAVOR}} -DISTVERSION_llvm20= 20.1.3 -DISTVERSION_llvm19= 19.1.8 +DISTVERSION_llvm20= 20.1.4 +DISTVERSION_llvm19= 19.1.9 CATEGORIES= devel PKGNAMESUFFIX= -${FLAVOR} @@ -28,7 +28,7 @@ GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers .elif ${FLAVOR:U} == llvm20 || !defined(FLAVOR) GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-405-g0e71067:headers/projects/SPIRV-Headers .else -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-390-g2b2e05e:headers/projects/SPIRV-Headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/projects/SPIRV-Headers .endif DISTINFO_FILE= ${.CURDIR}/distinfo.${FLAVOR} CMAKE_ON= BUILD_SHARED_LIBS LLVM_BUILD_TOOLS LLVM_TOOL_SPIRV_HEADERS_BUILD diff --git a/devel/spirv-llvm-translator/distinfo.llvm19 b/devel/spirv-llvm-translator/distinfo.llvm19 index f5ffda98bc74..8e6b0b8a778d 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm19 +++ b/devel/spirv-llvm-translator/distinfo.llvm19 @@ -1,5 +1,5 @@ -TIMESTAMP = 1748458462 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v19.1.8_GH0.tar.gz) = 9b1c4a0cf164061f7680b82a6733026518c50b2b298ce0927aa5220222eaa7b5 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v19.1.8_GH0.tar.gz) = 1778352 +TIMESTAMP = 1749738498 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v19.1.9_GH0.tar.gz) = c7c073a643102d4f2891c15200648740b8c2c5e79794ec5ba24c9f0c4e18c4d6 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v19.1.9_GH0.tar.gz) = 1778019 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 diff --git a/devel/spirv-llvm-translator/distinfo.llvm20 b/devel/spirv-llvm-translator/distinfo.llvm20 index b870592b0462..19cfa0de55f8 100644 --- a/devel/spirv-llvm-translator/distinfo.llvm20 +++ b/devel/spirv-llvm-translator/distinfo.llvm20 @@ -1,5 +1,5 @@ -TIMESTAMP = 1747298753 -SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v20.1.3_GH0.tar.gz) = 8e953931a09b0a4c2a77ddc8f1df4783571d8ffca9546150346c401573866062 -SIZE (KhronosGroup-SPIRV-LLVM-Translator-v20.1.3_GH0.tar.gz) = 1807825 +TIMESTAMP = 1749738483 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v20.1.4_GH0.tar.gz) = f6c414f9384c8f68775d9461e55e7c492f01759f5a1754f30dad4cbfb049c7d7 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v20.1.4_GH0.tar.gz) = 1808447 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-405-g0e71067_GH0.tar.gz) = a91a256254d14f2f8afacef620821b279c7cd7f00fbfcab041720bd82a8561d0 SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-405-g0e71067_GH0.tar.gz) = 545390 diff --git a/devel/spr/Makefile b/devel/spr/Makefile index 8f035d939698..ae9f282d4814 100644 --- a/devel/spr/Makefile +++ b/devel/spr/Makefile @@ -2,7 +2,7 @@ PORTNAME= spr DISTVERSIONPREFIX= v DISTVERSION= 1.3.5-4 DISTVERSIONSUFFIX= -gd90b197 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index faf7753712b3..7543b2833d15 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,7 +1,7 @@ PORTNAME= stgit DISTVERSIONPREFIX= v DISTVERSION= 2.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile index a8cee056d548..f952b91294ff 100644 --- a/devel/stylua/Makefile +++ b/devel/stylua/Makefile @@ -1,7 +1,7 @@ PORTNAME= stylua DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/tabby/Makefile b/devel/tabby/Makefile index bb967bd99f13..6e431f053e89 100644 --- a/devel/tabby/Makefile +++ b/devel/tabby/Makefile @@ -1,7 +1,7 @@ PORTNAME= tabby DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel # machine-learning PKGNAMESUFFIX= -ai-coding-assistant diff --git a/devel/tagref/Makefile b/devel/tagref/Makefile index d729ae660455..1eb37542a266 100644 --- a/devel/tagref/Makefile +++ b/devel/tagref/Makefile @@ -1,7 +1,7 @@ PORTNAME= tagref DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/texlab/Makefile b/devel/texlab/Makefile index 90922e64cc2c..9944ba90da9d 100644 --- a/devel/texlab/Makefile +++ b/devel/texlab/Makefile @@ -1,7 +1,7 @@ PORTNAME= texlab DISTVERSIONPREFIX= v DISTVERSION= 4.2.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= devel MAINTAINER= kfv@kfv.io diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile index c88fb11f3e0a..091deb8aae93 100644 --- a/devel/the-way/Makefile +++ b/devel/the-way/Makefile @@ -1,7 +1,7 @@ PORTNAME= the-way DISTVERSIONPREFIX= v DISTVERSION= 0.20.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile index e23649b0f3aa..054f81bf9896 100644 --- a/devel/tokei/Makefile +++ b/devel/tokei/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 12.1.2 -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/tokio-console/Makefile b/devel/tokio-console/Makefile index b0286fccf56c..daf0bb3c5b29 100644 --- a/devel/tokio-console/Makefile +++ b/devel/tokio-console/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokio-console DISTVERSIONPREFIX= tokio-console-v DISTVERSION= 0.1.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tree-sitter-graph/Makefile b/devel/tree-sitter-graph/Makefile index 75954fdebbdd..4bf3afc9845f 100644 --- a/devel/tree-sitter-graph/Makefile +++ b/devel/tree-sitter-graph/Makefile @@ -1,7 +1,7 @@ PORTNAME= tree-sitter-graph DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/twiggy/Makefile b/devel/twiggy/Makefile index f18a7b811814..4d936dec9efd 100644 --- a/devel/twiggy/Makefile +++ b/devel/twiggy/Makefile @@ -1,6 +1,6 @@ PORTNAME= twiggy DISTVERSION= 0.6.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org diff --git a/devel/typeshare/Makefile b/devel/typeshare/Makefile index 1b1f88a7f5ca..c1dd378127fd 100644 --- a/devel/typeshare/Makefile +++ b/devel/typeshare/Makefile @@ -1,7 +1,7 @@ PORTNAME= typeshare DISTVERSIONPREFIX= v DISTVERSION= 1.13.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/unit-otel/Makefile b/devel/unit-otel/Makefile index 111ded0c192d..9b7fb21f2f15 100644 --- a/devel/unit-otel/Makefile +++ b/devel/unit-otel/Makefile @@ -1,6 +1,6 @@ PORTNAME= unit-otel PORTVERSION= ${UNIT_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES?= https://unit.nginx.org/download/ DISTFILES= unit-${PORTVERSION}.tar.gz diff --git a/devel/uv/Makefile b/devel/uv/Makefile index e3226771d050..014d0c3cb9f9 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,6 @@ PORTNAME= uv DISTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/wasi-compiler-rt20/Makefile b/devel/wasi-compiler-rt20/Makefile index c82584befbc8..25f97501f213 100644 --- a/devel/wasi-compiler-rt20/Makefile +++ b/devel/wasi-compiler-rt20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx20/Makefile b/devel/wasi-libcxx20/Makefile index 24519bc3194f..398c70b0321d 100644 --- a/devel/wasi-libcxx20/Makefile +++ b/devel/wasi-libcxx20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.6 +DISTVERSION= 20.1.7 MASTERDIR= ${.CURDIR}/../wasi-libcxx diff --git a/devel/wasmer/Makefile b/devel/wasmer/Makefile index e83a12e1df7a..dcd9adbe6f87 100644 --- a/devel/wasmer/Makefile +++ b/devel/wasmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasmer DISTVERSIONPREFIX= v DISTVERSION= 6.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= kjozic@gmail.com diff --git a/devel/websocketpp/Makefile b/devel/websocketpp/Makefile index 12cd87d532f7..70784d13e2a8 100644 --- a/devel/websocketpp/Makefile +++ b/devel/websocketpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= websocketpp PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= sigsegv@radiotube.org diff --git a/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp b/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp index 30872545d7b5..0c37aa055508 100644 --- a/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp +++ b/devel/websocketpp/files/patch-websocketpp_transport_asio_connection.hpp @@ -58,10 +58,10 @@ lib::error_code interrupt(interrupt_handler handler) { if (config::enable_multithreading) { - m_io_service->post(m_strand->wrap(handler)); -+ boost::asio::post(*m_io_service, m_strand->wrap(handler)); ++ lib::asio::post(*m_io_service, m_strand->wrap(handler)); } else { - m_io_service->post(handler); -+ boost::asio::post(*m_io_service, handler); ++ lib::asio::post(*m_io_service, handler); } return lib::error_code(); } @@ -69,10 +69,10 @@ lib::error_code dispatch(dispatch_handler handler) { if (config::enable_multithreading) { - m_io_service->post(m_strand->wrap(handler)); -+ boost::asio::post(*m_io_service, m_strand->wrap(handler)); ++ lib::asio::post(*m_io_service, m_strand->wrap(handler)); } else { - m_io_service->post(handler); -+ boost::asio::post(*m_io_service, handler); ++ lib::asio::post(*m_io_service, handler); } return lib::error_code(); } diff --git a/devel/wizer/Makefile b/devel/wizer/Makefile index 938fe5e9ca99..5b15b1199f54 100644 --- a/devel/wizer/Makefile +++ b/devel/wizer/Makefile @@ -1,7 +1,7 @@ PORTNAME= wizer DISTVERSIONPREFIX= v DISTVERSION= 8.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www MAINTAINER= yuri@FreeBSD.org diff --git a/devel/wrangler/Makefile b/devel/wrangler/Makefile index 6493ddb42847..07c93fbdd570 100644 --- a/devel/wrangler/Makefile +++ b/devel/wrangler/Makefile @@ -1,7 +1,7 @@ PORTNAME= wrangler DISTVERSIONPREFIX= v DISTVERSION= 1.19.12 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= devel MAINTAINER= kfv@kfv.io diff --git a/devel/xtensa-esp-elf/Makefile b/devel/xtensa-esp-elf/Makefile index e5495934727c..87014e30bd75 100644 --- a/devel/xtensa-esp-elf/Makefile +++ b/devel/xtensa-esp-elf/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtensa-esp-elf DISTVERSION= 13.2.0_20240530 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= https://github.com/espressif/crosstool-NG/releases/download/esp-${DISTVERSION}/:source1 \ GNU/gmp:source2 \ diff --git a/dns/dnstracer-rs/Makefile b/dns/dnstracer-rs/Makefile index feb4ce0fdaa2..7e273134bc4f 100644 --- a/dns/dnstracer-rs/Makefile +++ b/dns/dnstracer-rs/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnstracer DISTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO PKGNAMESUFFIX= -rs diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 4f5a7ae95bbc..4e521141f908 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile index 2fa828e9f1f8..fff8d11a3d09 100644 --- a/dns/encrypted-dns-server/Makefile +++ b/dns/encrypted-dns-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= encrypted-dns-server DISTVERSION= 0.9.6 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= dns MAINTAINER= felix@userspace.com.au diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 7953f04e7ca9..924704f55ac4 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -1,7 +1,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.7 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/p5-Zonemaster-Backend/Makefile b/dns/p5-Zonemaster-Backend/Makefile index ac7082f2f549..a5f0acdf7d63 100644 --- a/dns/p5-Zonemaster-Backend/Makefile +++ b/dns/p5-Zonemaster-Backend/Makefile @@ -1,5 +1,5 @@ PORTNAME= Zonemaster-Backend -DISTVERSION= 11.4.0 +DISTVERSION= 11.5.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-Backend/distinfo b/dns/p5-Zonemaster-Backend/distinfo index 53abd39cadf1..ff2690290f17 100644 --- a/dns/p5-Zonemaster-Backend/distinfo +++ b/dns/p5-Zonemaster-Backend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741172279 -SHA256 (Zonemaster-Backend-11.4.0.tar.gz) = b847fd38b4fced78f969ae4c37218965e93194219de121739c9ec1350f133db0 -SIZE (Zonemaster-Backend-11.4.0.tar.gz) = 141754 +TIMESTAMP = 1751121803 +SHA256 (Zonemaster-Backend-11.5.0.tar.gz) = d928a665ca0815e63008df72738d35b46fc884e4905abfe3c52b496666278386 +SIZE (Zonemaster-Backend-11.5.0.tar.gz) = 142609 diff --git a/dns/p5-Zonemaster-Backend/pkg-plist b/dns/p5-Zonemaster-Backend/pkg-plist index 5c777af17484..8ff21419b052 100644 --- a/dns/p5-Zonemaster-Backend/pkg-plist +++ b/dns/p5-Zonemaster-Backend/pkg-plist @@ -48,9 +48,6 @@ etc/rc.d/zm_testagent %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/patch/patch_postgresql_db_zonemaster_backend_ver_8.0.0.pl %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/patch/patch_sqlite_db_zonemaster_backend_ver_8.0.0.pl %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/tmpfiles.conf -%%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/travis_mysql_backend_config.ini -%%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/travis_postgresql_backend_config.ini -%%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/travis_sqlite_backend_config.ini %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/zm-rpcapi.lsb %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/zm-rpcapi.service %%SITE_PERL%%/auto/share/dist/Zonemaster-Backend/zm-testagent.lsb diff --git a/dns/p5-Zonemaster-CLI/Makefile b/dns/p5-Zonemaster-CLI/Makefile index dd49806ebafe..58ea1503e9d1 100644 --- a/dns/p5-Zonemaster-CLI/Makefile +++ b/dns/p5-Zonemaster-CLI/Makefile @@ -1,6 +1,6 @@ PORTNAME= Zonemaster-CLI DISTVERSIONPREFIX= v -DISTVERSION= 7.2.0 +DISTVERSION= 8.0.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-CLI/distinfo b/dns/p5-Zonemaster-CLI/distinfo index 22ca0810d396..9f73bb66277c 100644 --- a/dns/p5-Zonemaster-CLI/distinfo +++ b/dns/p5-Zonemaster-CLI/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741171972 -SHA256 (Zonemaster-CLI-v7.2.0.tar.gz) = 36cc0e051af4d98d9eccf5c7de20ca508f183cb8240e65440cae75de0cbea5fb -SIZE (Zonemaster-CLI-v7.2.0.tar.gz) = 79825 +TIMESTAMP = 1751121812 +SHA256 (Zonemaster-CLI-v8.0.0.tar.gz) = d640f73354cd2e1c2fd19cda5f451a92dc78b0d027d068d2fa90dd0b022933b3 +SIZE (Zonemaster-CLI-v8.0.0.tar.gz) = 84289 diff --git a/dns/p5-Zonemaster-CLI/pkg-plist b/dns/p5-Zonemaster-CLI/pkg-plist index 472c413d3754..20e135850031 100644 --- a/dns/p5-Zonemaster-CLI/pkg-plist +++ b/dns/p5-Zonemaster-CLI/pkg-plist @@ -1,5 +1,6 @@ bin/zonemaster-cli %%SITE_PERL%%/Zonemaster/CLI.pm +%%SITE_PERL%%/Zonemaster/CLI/TestCaseSet.pm %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/GNUmakefile %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/locale/da/LC_MESSAGES/Zonemaster-CLI.mo %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/locale/es/LC_MESSAGES/Zonemaster-CLI.mo @@ -10,3 +11,4 @@ bin/zonemaster-cli %%SITE_PERL%%/auto/share/dist/Zonemaster-CLI/locale/sv/LC_MESSAGES/Zonemaster-CLI.mo %%PERL5_MAN1%%/zonemaster-cli.1.gz %%PERL5_MAN3%%/Zonemaster::CLI.3.gz +%%PERL5_MAN3%%/Zonemaster::CLI::TestCaseSet.3.gz diff --git a/dns/p5-Zonemaster-Engine/Makefile b/dns/p5-Zonemaster-Engine/Makefile index fbccb89b4dc4..619bf7e9e3ec 100644 --- a/dns/p5-Zonemaster-Engine/Makefile +++ b/dns/p5-Zonemaster-Engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= Zonemaster-Engine DISTVERSIONPREFIX= v -DISTVERSION= 7.1.0 +DISTVERSION= 8.0.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-Engine/distinfo b/dns/p5-Zonemaster-Engine/distinfo index 447285d1408d..98f132ebea14 100644 --- a/dns/p5-Zonemaster-Engine/distinfo +++ b/dns/p5-Zonemaster-Engine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741172254 -SHA256 (Zonemaster-Engine-v7.1.0.tar.gz) = 847fe5b7a1685a9bc295d54e6fd6d53794aed2a1eec5e1f1f845b1488a00dbfb -SIZE (Zonemaster-Engine-v7.1.0.tar.gz) = 12112401 +TIMESTAMP = 1751121821 +SHA256 (Zonemaster-Engine-v8.0.0.tar.gz) = 7f1aa6d99f54c3690c8f4840006bed31b65b5eed786bbfac8a0762bffc9c2b73 +SIZE (Zonemaster-Engine-v8.0.0.tar.gz) = 13363161 diff --git a/dns/p5-Zonemaster-LDNS/Makefile b/dns/p5-Zonemaster-LDNS/Makefile index 3edba4daea0b..f62008dea2b8 100644 --- a/dns/p5-Zonemaster-LDNS/Makefile +++ b/dns/p5-Zonemaster-LDNS/Makefile @@ -1,5 +1,5 @@ PORTNAME= Zonemaster-LDNS -DISTVERSION= 4.1.0 +DISTVERSION= 5.0.0 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZNMSTR diff --git a/dns/p5-Zonemaster-LDNS/distinfo b/dns/p5-Zonemaster-LDNS/distinfo index 5f74001c1ef1..a262e6735755 100644 --- a/dns/p5-Zonemaster-LDNS/distinfo +++ b/dns/p5-Zonemaster-LDNS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734681539 -SHA256 (Zonemaster-LDNS-4.1.0.tar.gz) = 96e32efbedaeb79feef1a33cb2b98af43f1c520fe162a151a457f8b4e5bbed70 -SIZE (Zonemaster-LDNS-4.1.0.tar.gz) = 762661 +TIMESTAMP = 1751121827 +SHA256 (Zonemaster-LDNS-5.0.0.tar.gz) = f875b04766649873b062079579c760594a4b50e7656d37d21888fe8335a39dff +SIZE (Zonemaster-LDNS-5.0.0.tar.gz) = 762411 diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 6a15997078e1..fab4f26f26a8 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,6 @@ PORTNAME= recursor DISTVERSION= 5.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index e834fbb0fb61..2b52e20dde0c 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,5 +1,5 @@ PORTNAME= public_suffix_list -PORTVERSION= 20250612 +PORTVERSION= 20250626 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ SLAVEDIRS= dns/p5-Mozilla-PublicSuffix dns/py-publicsuffix dns/py-publicsuffix2 USE_GITHUB= yes GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= a01fe52 +GH_TAGNAME= 9ae5519 do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 209fb9d6ef52..225ad42ee033 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813012 -SHA256 (publicsuffix-list-20250612-a01fe52_GH0.tar.gz) = 71f06ed4130805b8b775c425d6d064b0af6ba5a9e2bbb017fb02a2bfe1011aa1 -SIZE (publicsuffix-list-20250612-a01fe52_GH0.tar.gz) = 298343 +TIMESTAMP = 1751375027 +SHA256 (publicsuffix-list-20250626-9ae5519_GH0.tar.gz) = d0dd2f2d337db778279a3c32b2963e2bacac3b8b3dba43a6a3539c06ea2c45fd +SIZE (publicsuffix-list-20250626-9ae5519_GH0.tar.gz) = 298490 diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index 62f4135a94ff..b6b2a579431d 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.9+ -USE_PYTHON= autoplist concurrent cython pep517 +USES= python +USE_PYTHON= autoplist concurrent cython pep517 pytest BINARY_ALIAS= git=false NO_ARCH= yes @@ -40,12 +40,6 @@ DOQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioquic>=1.0.0:www/py-aioquic@${PY_FLAVO IDNA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR} TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.14:net/py-trio@${PY_FLAVOR} -.include - -.if ${PYTHON_REL} < 3900 -IGNORE= requires Python 3.9 or later -.endif - post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} @@ -53,4 +47,4 @@ post-install-EXAMPLES-on: do-test: cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} utest.py -.include +.include diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index 13d35aa8d345..60d31cac65d7 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 90 +PORTREVISION= 91 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 7b0cb53b2cf8..4870990af2e1 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 64 +PORTREVISION= 65 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 2e7e275b188a..ff1d136a0279 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= public_suffix PORTVERSION= 6.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index f70937228877..639bc0b7c610 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -1,6 +1,6 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 101 +PORTREVISION= 102 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/editors/ad/Makefile b/editors/ad/Makefile index f1009c7de26f..00776ba7b3d0 100644 --- a/editors/ad/Makefile +++ b/editors/ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= ad DISTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/amp/Makefile b/editors/amp/Makefile index aee57c0bc659..d9c760e67392 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,6 +1,6 @@ PORTNAME= amp DISTVERSION= 0.7.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 2892d2f083d9..729d37caf3b6 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,6 +1,6 @@ PORTNAME= helix DISTVERSION= 25.01.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~ecs/tree-sitter-hare/archive/:treesitterhare \ https://git.sr.ht/~jummit/tree-sitter-wren/archive/:treesitterwren \ diff --git a/editors/ox/Makefile b/editors/ox/Makefile index 13591bea9bba..8aaf2e31ffbc 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,6 +1,6 @@ PORTNAME= ox DISTVERSION= 0.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors PKGNAMESUFFIX= -text-editor diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 12fdf5fb3da3..74fc7d58dc0f 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= e2fsprogs PORTVERSION= 1.47.2 -PORTREVISION?= 2 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! +PORTREVISION?= 3 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! CATEGORIES?= filesystems sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} @@ -37,11 +37,11 @@ CONFIGURE_ARGS?=--disable-fsck \ --with-root-prefix='${PREFIX}' \ LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs' CONFIGURE_ENV?= LIBS='-Wl,--as-needed ${LIBS} -lexecinfo -lelf' -CPPFLAGS+= ${_FUSEFS_CFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include -CFLAGS+= -Wno-unused-command-line-argument # -D_FILE_OFFSET_BITS=64 # the latter for fuse-libs MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true +CPPFLAGS+= ${_FUSEFS_CFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include +CFLAGS+= -Wno-unused-command-line-argument # -D_FILE_OFFSET_BITS=64 # the latter for fuse-libs PIE_UNSAFE= yes PORTSCOUT= ignore:1 # cannot handle the version in the directory @@ -51,43 +51,44 @@ CPPFLAGS+= -D__GNUC_PREREQ\(a,b\)=1 INSTALL_TARGET= install install-libs -OPTIONS_DEFINE= DOCS NLS FUSEFS PARALLELTESTS SLOWTESTS BASHTESTS LIBUNWIND +PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES + +OPTIONS_DEFINE= DOCS NLS BASHTESTS FUSEFS PARALLELTESTS SLOWTESTS LIBUNWIND +OPTIONS_DEFAULT= FUSEFS ALLTESTS +OPTIONS_SINGLE= SELFTEST +OPTIONS_SINGLE_SELFTEST= NOTESTS SMALLTESTS ALLTESTS OPTIONS_EXCLUDE+= EXAMPLES OPTIONS_SUB= yes -OPTIONS_SINGLE= SELFTEST -OPTIONS_SINGLE_SELFTEST= NOTESTS SMALLTESTS ALLTESTS -OPTIONS_DEFAULT= SMALLTESTS -FUSEFS_DESC= Build user-land ext2/3/4 FUSE module (slow!) -SELFTEST_DESC= Choose which set of self-tests to run -NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) -SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) ALLTESTS_DESC= Run most self-tests (needs more RAM/disk space) -PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) -SLOWTESTS_DESC= Enable slow tests that are skipped by default BASHTESTS_DESC= Enable tests that require the GNU bash shell +FUSEFS_DESC= Build user-land ext2/3/4 FUSE module (slow!) LIBUNWIND_DESC= Backtrace with libunwind (do set WITH_DEBUG_PORTS+=${PKGORIGIN}!) - -FUSEFS_CONFIGURE_ENABLE= fuse2fs -FUSEFS_USES= fuse:3 -# we can't use FUSEFS_CFLAGS, see below for workaround -FUSEFS_LIBS= -Wl,--as-needed -lfuse3 -lpthread -FUSEFS_LDFLAGS= -L${LOCALBASE}/lib - -NLS_USES= gettext iconv:build +NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) +PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) +SELFTEST_DESC= Choose which set of self-tests to run +SLOWTESTS_DESC= Enable slow tests that are skipped by default +SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash BASH_CMD= ${LOCALBASE}/bin/bash +FUSEFS_USES= fuse:3 +FUSEFS_CONFIGURE_ENABLE= fuse2fs +# we can't use FUSEFS_CFLAGS, see below for workaround +FUSEFS_LDFLAGS= -L${LOCALBASE}/lib +FUSEFS_LIBS= -Wl,--as-needed -lfuse3 -lpthread + LIB_DEPENDS+= libblkid.so:filesystems/libblkid \ libuuid.so:misc/libuuid LIBUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind -LIBUNWIND_LIBS+= -L${LOCALBASE}/lib -lunwind LIBUNWIND_LDFLAGS+= -rdynamic +LIBUNWIND_LIBS+= -L${LOCALBASE}/lib -lunwind LIBUNWIND_EXTRA_PATCHES=${FILESDIR}/extrapatch-e2fsck_sigcatcher.c -PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES +NLS_USES= gettext iconv:build + .endif # even under DEVELOPER, no REINPLACE_CMD warnings desired diff --git a/filesystems/e2fsprogs/Makefile b/filesystems/e2fsprogs/Makefile index ff6e1b6bcb05..21f6e3e86452 100644 --- a/filesystems/e2fsprogs/Makefile +++ b/filesystems/e2fsprogs/Makefile @@ -1,7 +1,7 @@ PORTNAME= e2fsprogs CATEGORIES= filesystems sysutils PORTVERSION= 1.47.2 -PORTREVISION= 2 +PORTREVISION= 3 BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}:filesystems/e2fsprogs-core RUN_DEPENDS= ${BUILD_DEPENDS} DISTFILES= # empty diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile index 548557393469..b5df233cc36c 100644 --- a/filesystems/sandboxfs/Makefile +++ b/filesystems/sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 48 +PORTREVISION= 49 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile index c1904f60b287..c827951ee19f 100644 --- a/filesystems/ufs/Makefile +++ b/filesystems/ufs/Makefile @@ -1,6 +1,6 @@ PORTNAME= ufs DISTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems sysutils PKGNAMEPREFIX= fusefs- diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index f477a66173c7..e23b83f2398c 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfuse DISTVERSION= 0.4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile index 51f2ec04d9f4..5219c2f797a6 100644 --- a/filesystems/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/finance/hyperswitch/Makefile b/finance/hyperswitch/Makefile index eae44f65492c..67f30794a1f1 100644 --- a/finance/hyperswitch/Makefile +++ b/finance/hyperswitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyperswitch DISTVERSION= 2025.05.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org diff --git a/finance/ord/Makefile b/finance/ord/Makefile index 12dcb3af1acb..fe2709021da1 100644 --- a/finance/ord/Makefile +++ b/finance/ord/Makefile @@ -1,6 +1,6 @@ PORTNAME= ord DISTVERSION= 0.20.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= finance PKGNAMESUFFIX= -crypto-wallet diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index 5f53db18be5d..4e16133f84ef 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.9 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org diff --git a/ftp/Makefile b/ftp/Makefile index 4beb7e4e08c0..91e7a14f3baa 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -54,6 +54,8 @@ SUBDIR += php83-ftp SUBDIR += php84-curl SUBDIR += php84-ftp + SUBDIR += php85-curl + SUBDIR += php85-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index 20fc7ca737da..6f9a2ea6a0cc 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -1,5 +1,5 @@ PORTNAME= curl -DISTVERSION= 6.3.0 +DISTVERSION= 6.4.0 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo index b73a124365a2..69e6cf7f8093 100644 --- a/ftp/R-cran-curl/distinfo +++ b/ftp/R-cran-curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749362865 -SHA256 (curl_6.3.0.tar.gz) = 6ba26e26a56ed9fc2a6d0da7296c5be95665b055f3abd35bb3bbcddf42bc0663 -SIZE (curl_6.3.0.tar.gz) = 934046 +TIMESTAMP = 1751514613 +SHA256 (curl_6.4.0.tar.gz) = 3bb4dbf892d2c3b4449d67553f2b3b31d9fa23c71fa6af0a287930ae8377ecdb +SIZE (curl_6.4.0.tar.gz) = 935843 diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 1f9149b66ba2..f24825aef69b 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -5,9 +5,9 @@ CATEGORIES= ftp MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \ LOCAL/sunpoet -MAINTAINER= skynick@mail.sc.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Secure FTP client/server with TLS/SSL support -WWW= http://bsdftpd-ssl.sc.ru +WWW= # not found as of 20250701 USES= ssl MAKE_ENV+= OBJFORMAT=elf diff --git a/ftp/php85-curl/Makefile b/ftp/php85-curl/Makefile new file mode 100644 index 000000000000..93e27f8d2618 --- /dev/null +++ b/ftp/php85-curl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php85-ftp/Makefile b/ftp/php85-ftp/Makefile new file mode 100644 index 000000000000..d410a01883e9 --- /dev/null +++ b/ftp/php85-ftp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/termscp/Makefile b/ftp/termscp/Makefile index c3925973b4de..98626711259b 100644 --- a/ftp/termscp/Makefile +++ b/ftp/termscp/Makefile @@ -1,7 +1,7 @@ PORTNAME= termscp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= ftp MAINTAINER= sec.research.2005@gmail.com diff --git a/ftp/unftp/Makefile b/ftp/unftp/Makefile index 16b2cb42bb53..912f1c0e498a 100644 --- a/ftp/unftp/Makefile +++ b/ftp/unftp/Makefile @@ -1,7 +1,7 @@ PORTNAME= unftp DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/Makefile b/graphics/Makefile index 6dba33419f25..23d1565f3940 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -481,6 +481,8 @@ SUBDIR += php83-gd SUBDIR += php84-exif SUBDIR += php84-gd + SUBDIR += php85-exif + SUBDIR += php85-gd SUBDIR += phplot SUBDIR += piddle SUBDIR += piglit diff --git a/graphics/R-cran-qpdf/Makefile b/graphics/R-cran-qpdf/Makefile index 0711380975be..0842d7bfe540 100644 --- a/graphics/R-cran-qpdf/Makefile +++ b/graphics/R-cran-qpdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= qpdf -DISTVERSION= 1.3.5 +DISTVERSION= 1.4.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-qpdf/distinfo b/graphics/R-cran-qpdf/distinfo index 23ac77f9ec62..edc06723951a 100644 --- a/graphics/R-cran-qpdf/distinfo +++ b/graphics/R-cran-qpdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742753479 -SHA256 (qpdf_1.3.5.tar.gz) = 709a97451a31fc6f94fe6ce6ea337ebd76335c62a000a0431c9c1994e50dc47a -SIZE (qpdf_1.3.5.tar.gz) = 322573 +TIMESTAMP = 1751518792 +SHA256 (qpdf_1.4.1.tar.gz) = 3ab2c6f099b7f17e383ccb0c4fdd8c27a657ba629967d2edb3c768fc3dc315c6 +SIZE (qpdf_1.4.1.tar.gz) = 556946 diff --git a/graphics/artem/Makefile b/graphics/artem/Makefile index c109f5793b5d..08e13aef8946 100644 --- a/graphics/artem/Makefile +++ b/graphics/artem/Makefile @@ -1,7 +1,7 @@ PORTNAME= artem DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= adamw@FreeBSD.org diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index bc946dfcf006..b2f1508a487b 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,6 +1,7 @@ PORTNAME= agg DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- diff --git a/graphics/clang-uml/Makefile b/graphics/clang-uml/Makefile index 783c7d7f6f16..9175e72d4030 100644 --- a/graphics/clang-uml/Makefile +++ b/graphics/clang-uml/Makefile @@ -1,5 +1,5 @@ PORTNAME= clang-uml -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= graphics lang textproc MAINTAINER= arrowd@FreeBSD.org @@ -11,12 +11,29 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp -USES= cmake compiler:c++17-lang llvm:noexport,lib localbase:ldflags +USES= cmake:testing compiler:c++17-lang llvm:noexport,lib \ + localbase:ldflags -CMAKE_ARGS+= -DCLANG_UML_ENABLE_BACKTRACE=OFF \ +CMAKE_ARGS= -DCLANG_UML_ENABLE_BACKTRACE=OFF \ -DBUILD_TESTS=OFF +CMAKE_TESTING_ON=BUILD_TESTS USE_GITHUB= yes GH_ACCOUNT= bkryza +BUILD_WRKSRC_TESTS= ${BUILD_WRKSRC}/tests +TESTING_UNSAFE= some tests fail + +pre-test: + @if [ "${BUILD_WRKSRC_TESTS:H:H}" != "${WRKDIR}" ]; then \ + ${ECHO_CMD} This software expects tests data to be located at \ + ../../tests relative to ;\ + ${ECHO_CMD} ${BUILD_WRKSRC_TESTS} ;\ + ${ECHO_CMD} but this path is outside of ;\ + ${ECHO_CMD} ${WRKDIR}; \ + ${FALSE}; \ + fi + ${RM} ${WRKDIR}/tests + ${LN} -s ${WRKSRC}/tests ${WRKDIR}/tests + .include diff --git a/graphics/clang-uml/distinfo b/graphics/clang-uml/distinfo index 8eac317b1ec0..ef2a3bdc27fb 100644 --- a/graphics/clang-uml/distinfo +++ b/graphics/clang-uml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741688300 -SHA256 (bkryza-clang-uml-0.6.1_GH0.tar.gz) = a64c3cae87a282be207e4c5faf47534dca21b06cb6f463bb7b04de979dccf17e -SIZE (bkryza-clang-uml-0.6.1_GH0.tar.gz) = 3059231 +TIMESTAMP = 1751468522 +SHA256 (bkryza-clang-uml-0.6.2_GH0.tar.gz) = 004540c328699f81abebceb33a4661b548ab3a5f74096da2c025b9971b2b17ff +SIZE (bkryza-clang-uml-0.6.2_GH0.tar.gz) = 3100641 diff --git a/graphics/clang-uml/files/patch-src_common_clang__utils.cc b/graphics/clang-uml/files/patch-src_common_clang__utils.cc index 81f081831420..193f4ccfec7f 100644 --- a/graphics/clang-uml/files/patch-src_common_clang__utils.cc +++ b/graphics/clang-uml/files/patch-src_common_clang__utils.cc @@ -1,11 +1,11 @@ ---- src/common/clang_utils.cc.orig 2025-01-20 07:36:53 UTC +--- src/common/clang_utils.cc.orig 2025-06-29 11:26:26 UTC +++ src/common/clang_utils.cc -@@ -1019,7 +1019,7 @@ clang::RawComment *get_raw_comment(const clang::Source +@@ -1023,7 +1023,7 @@ clang::RawComment *get_raw_comment(const clang::Source + const auto *comments = context.Comments.getCommentsInFile(file_id); - if (!context.Comments.empty() && - context.Comments.getCommentsInFile(file_id) != nullptr) { + if (has_comments && comments != nullptr) { - for (const auto [offset, raw_comment] : + for (const auto & [offset, raw_comment] : *context.Comments.getCommentsInFile(sm.getFileID(expr_begin))) { - const auto comment_end_line = sm.getSpellingLineNumber( + const auto comment_end_line = sm.getExpansionLineNumber( raw_comment->getSourceRange().getEnd()); diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index 277a062186cc..23a73597fc23 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -1,6 +1,6 @@ PORTNAME= dify DISTVERSION= 0.6.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 8d29bf968c06..d5906884f249 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,6 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.2.4 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index f7445924ae48..dff5a9740e87 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.10.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 1b31ac722a26..0e4b68c02b1c 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,8 +1,8 @@ PORTNAME= glslang -DISTVERSION= 15.3.0 +DISTVERSION= 15.4.0 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL and OpenGL ES shader front end and validator WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 6fb4f73074a3..18517b17b988 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745537407 -SHA256 (KhronosGroup-glslang-15.3.0_GH0.tar.gz) = c6c21fe1873c37e639a6a9ac72d857ab63a5be6893a589f34e09a6c757174201 -SIZE (KhronosGroup-glslang-15.3.0_GH0.tar.gz) = 4023163 +TIMESTAMP = 1751036750 +SHA256 (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4 +SIZE (KhronosGroup-glslang-15.4.0_GH0.tar.gz) = 4201376 diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist index 435b7f2856d3..3fca789ea3b0 100644 --- a/graphics/glslang/pkg-plist +++ b/graphics/glslang/pkg-plist @@ -14,7 +14,7 @@ include/glslang/SPIRV/Logger.h include/glslang/SPIRV/SPVRemapper.h include/glslang/SPIRV/SpvTools.h include/glslang/SPIRV/disassemble.h -include/glslang/SPIRV/spirv.hpp +include/glslang/SPIRV/spirv.hpp11 include/glslang/build_info.h lib/cmake/glslang/glslang-config-version.cmake lib/cmake/glslang/glslang-config.cmake diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile index fcc9bded1bb9..acff213ed8dc 100644 --- a/graphics/libimagequant/Makefile +++ b/graphics/libimagequant/Makefile @@ -1,6 +1,6 @@ PORTNAME= libimagequant PORTVERSION= 4.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/libopendrive/Makefile b/graphics/libopendrive/Makefile index b96a228fdbf8..e0aff6c9efeb 100644 --- a/graphics/libopendrive/Makefile +++ b/graphics/libopendrive/Makefile @@ -1,5 +1,6 @@ PORTNAME= libopendrive PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -9,13 +10,22 @@ WWW= https://github.com/pageldev/libOpenDRIVE LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang +BUILD_DEPENDS= catch2>=3.4.0:devel/catch2 \ + pugixml>=1.14:textproc/pugixml +LIB_DEPENDS= libpugixml.so:textproc/pugixml + +USES= cmake compiler:c++17-lang CMAKE_ON= BUILD_SHARED_LIBS USE_GITHUB= yes GH_ACCOUNT= pageldev GH_PROJECT= libOpenDRIVE -GH_TAGNAME= edfd564 +GH_TAGNAME= 82c2dd9 + +post-patch: + @${MKDIR} ${WRKSRC}/pugixml/ + @${LN} -s ${LOCALBASE}/include/pugixml.hpp ${WRKSRC}/pugixml/pugixml.hpp + @${LN} -s ${LOCALBASE}/include/pugiconfig.hpp ${WRKSRC}/pugixml/pugiconfig.hpp .include diff --git a/graphics/libopendrive/distinfo b/graphics/libopendrive/distinfo index 393438c08144..156664e687d5 100644 --- a/graphics/libopendrive/distinfo +++ b/graphics/libopendrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107894 -SHA256 (pageldev-libOpenDRIVE-0.6.0-edfd564_GH0.tar.gz) = 89184e50350f715e88d921dda95879b8693efd14d47d0a8cb8d6bc8635089e7e -SIZE (pageldev-libOpenDRIVE-0.6.0-edfd564_GH0.tar.gz) = 132294 +TIMESTAMP = 1751375029 +SHA256 (pageldev-libOpenDRIVE-0.6.0-82c2dd9_GH0.tar.gz) = 366063848456c376b1a1e499b9f262bc0c024f579dae300ee190882900615cf5 +SIZE (pageldev-libOpenDRIVE-0.6.0-82c2dd9_GH0.tar.gz) = 152194 diff --git a/graphics/libopendrive/files/patch-CMakeLists.txt b/graphics/libopendrive/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..32b6609c0b7b --- /dev/null +++ b/graphics/libopendrive/files/patch-CMakeLists.txt @@ -0,0 +1,62 @@ +--- CMakeLists.txt.orig 2025-07-04 08:27:24 UTC ++++ CMakeLists.txt +@@ -20,22 +20,10 @@ include(CTest) + endif() + + include(CTest) +-include(FetchContent) + include(GNUInstallDirs) + +-FetchContent_Declare( +- pugixml +- GIT_REPOSITORY https://github.com/zeux/pugixml.git +- GIT_TAG v1.14 +-) +-FetchContent_MakeAvailable(pugixml) +- +-FetchContent_Declare( +- Catch2 +- GIT_REPOSITORY https://github.com/catchorg/Catch2.git +- GIT_TAG v3.4.0 +-) +-FetchContent_MakeAvailable(Catch2) ++find_package(pugixml 1.14 REQUIRED) ++find_package(Catch2 3.4.0 REQUIRED) + include(Catch) + + set(SOURCES +@@ -59,19 +47,18 @@ set(SOURCES + src/RoadObject.cpp + src/RoadSignal.cpp + src/RoutingGraph.cpp +- ${pugixml_SOURCE_DIR}/src/pugixml.cpp + ) + + add_library(OpenDrive ${SOURCES}) + target_include_directories( + OpenDrive PUBLIC + $ ++ $ + $ +- $ + ) + + add_executable(tests tests/test.cpp) +-target_link_libraries(tests PRIVATE OpenDrive Catch2::Catch2WithMain) ++target_link_libraries(tests PRIVATE OpenDrive pugixml::pugixml Catch2::Catch2WithMain) + catch_discover_tests(tests WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests) + + install( +@@ -80,12 +67,6 @@ install( + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +-) +-install( +- FILES +- ${pugixml_SOURCE_DIR}/src/pugixml.hpp +- ${pugixml_SOURCE_DIR}/src/pugiconfig.hpp +- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + ) + install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) + install(TARGETS OpenDrive EXPORT OpenDriveConfig) diff --git a/graphics/libopendrive/pkg-plist b/graphics/libopendrive/pkg-plist index e54966418ff0..b94183fd63c1 100644 --- a/graphics/libopendrive/pkg-plist +++ b/graphics/libopendrive/pkg-plist @@ -1,4 +1,3 @@ -bin/test-xodr cmake/OpenDriveConfig-%%CMAKE_BUILD_TYPE%%.cmake cmake/OpenDriveConfig.cmake include/CubicBezier.hpp @@ -13,6 +12,7 @@ include/Junction.h include/Lane.h include/LaneSection.h include/LaneValidityRecord.h +include/Log.h include/Math.hpp include/Mesh.h include/OpenDriveMap.h @@ -25,6 +25,5 @@ include/RoadSignal.h include/RoutingGraph.h include/Utils.hpp include/XmlNode.h -include/pugixml/pugiconfig.hpp -include/pugixml/pugixml.hpp +include/earcut.hpp lib/libOpenDrive.so diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 9f35e0deeeba..928c93b1ffaf 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,6 +1,6 @@ PORTNAME= libopenraw PORTVERSION= 0.3.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile index df9d9e7cb0a7..104571959fb1 100644 --- a/graphics/libplacebo/Makefile +++ b/graphics/libplacebo/Makefile @@ -1,6 +1,7 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v DISTVERSION= 7.351.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index d306723911fe..93a33e2bb2ac 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg DISTVERSION= 2.60.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/menyoki/Makefile b/graphics/menyoki/Makefile index 6d2b1af82cba..f4fbd570362b 100644 --- a/graphics/menyoki/Makefile +++ b/graphics/menyoki/Makefile @@ -1,7 +1,7 @@ PORTNAME= menyoki DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index a3bec451e098..8f19ef46964e 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ diff --git a/graphics/nvidia-drm-510-kmod-devel/Makefile b/graphics/nvidia-drm-510-kmod-devel/Makefile index b6bfde43b6f3..d4ce531391ae 100644 --- a/graphics/nvidia-drm-510-kmod-devel/Makefile +++ b/graphics/nvidia-drm-510-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-510-kmod diff --git a/graphics/nvidia-drm-510-kmod-devel/distinfo b/graphics/nvidia-drm-510-kmod-devel/distinfo index 7946a22f9991..9e09837b4dca 100644 --- a/graphics/nvidia-drm-510-kmod-devel/distinfo +++ b/graphics/nvidia-drm-510-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750513021 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449876 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = ea6b04c4bbd859248aabb81bc2abc19f33d68f57decf2e41dd8f5341124227d4 SIZE (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = 20095720 diff --git a/graphics/nvidia-drm-515-kmod-devel/Makefile b/graphics/nvidia-drm-515-kmod-devel/Makefile index c82bf66cc78e..a7b333ad8441 100644 --- a/graphics/nvidia-drm-515-kmod-devel/Makefile +++ b/graphics/nvidia-drm-515-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-515-kmod diff --git a/graphics/nvidia-drm-515-kmod-devel/distinfo b/graphics/nvidia-drm-515-kmod-devel/distinfo index c30652a950d9..3f48f97f6c2f 100644 --- a/graphics/nvidia-drm-515-kmod-devel/distinfo +++ b/graphics/nvidia-drm-515-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750497473 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449949 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 93fc30211374d028ec8e24872cc5ac03dab13309b637cf3bdad27f2dcb808fc0 SIZE (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 26098570 diff --git a/graphics/nvidia-drm-61-kmod-devel/Makefile b/graphics/nvidia-drm-61-kmod-devel/Makefile index d059040f5e2f..c36ca3f0be6e 100644 --- a/graphics/nvidia-drm-61-kmod-devel/Makefile +++ b/graphics/nvidia-drm-61-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-61-kmod diff --git a/graphics/nvidia-drm-61-kmod-devel/distinfo b/graphics/nvidia-drm-61-kmod-devel/distinfo index 934b49d0bd27..03da35fa84ce 100644 --- a/graphics/nvidia-drm-61-kmod-devel/distinfo +++ b/graphics/nvidia-drm-61-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750497952 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751450006 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = ef5ee435493351a4d123f53b503c018a5195604ad4954a052d40f103643de39d SIZE (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = 37105937 diff --git a/graphics/nvidia-drm-66-kmod-devel/Makefile b/graphics/nvidia-drm-66-kmod-devel/Makefile index 09c5db366d3f..b7153ab3390f 100644 --- a/graphics/nvidia-drm-66-kmod-devel/Makefile +++ b/graphics/nvidia-drm-66-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64 +NVIDIA_DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-66-kmod diff --git a/graphics/nvidia-drm-66-kmod-devel/distinfo b/graphics/nvidia-drm-66-kmod-devel/distinfo index db68437d2905..a419269fc0d5 100644 --- a/graphics/nvidia-drm-66-kmod-devel/distinfo +++ b/graphics/nvidia-drm-66-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750498510 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751450069 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 SHA256 (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 412fe7b8db00ce7ed6339fa3099f9b17fe78b115ccb05a8714228ce70c9d0882 SIZE (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 38486809 diff --git a/graphics/nvidia-drm-kmod-devel/Makefile b/graphics/nvidia-drm-kmod-devel/Makefile index 1f5bfb06325a..25785ec2b87e 100644 --- a/graphics/nvidia-drm-kmod-devel/Makefile +++ b/graphics/nvidia-drm-kmod-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/graphics/ocrs/Makefile b/graphics/ocrs/Makefile index 5bdea71b7f3c..ed7cbd319a70 100644 --- a/graphics/ocrs/Makefile +++ b/graphics/ocrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= ocrs DISTVERSIONPREFIX= ocrs-cli-v DISTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile index 65b88eb23eab..bd4426eaf6bc 100644 --- a/graphics/oculante/Makefile +++ b/graphics/oculante/Makefile @@ -1,6 +1,6 @@ PORTNAME= oculante DISTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/openxr/Makefile b/graphics/openxr/Makefile index 1582af4ad9e1..4a608115d3af 100644 --- a/graphics/openxr/Makefile +++ b/graphics/openxr/Makefile @@ -1,6 +1,7 @@ PORTNAME= openxr DISTVERSIONPREFIX= release- DISTVERSION= 1.1.49 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= vvd@FreeBSD.org diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index 83b5c2833c5a..9bc49affc10f 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,7 +1,7 @@ PORTNAME= oxipng DISTVERSIONPREFIX= v DISTVERSION= 9.1.5 # apply ${FILESDIR}/patch-man before generating cargo-crates list for missing deps -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index d21dc195fa69..102f42220d17 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= Image-ExifTool -DISTVERSION= 13.31 +DISTVERSION= 13.32 CATEGORIES= graphics perl5 MASTER_SITES= https://exiftool.org/ \ SF/exiftool diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index cd94ac1c8c1b..295a8c69ddd2 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750413449 -SHA256 (Image-ExifTool-13.31.tar.gz) = 3894786f28ef6b625646bf26f033938c104216baefdf94d0178f46a16c5ad5c0 -SIZE (Image-ExifTool-13.31.tar.gz) = 7459422 +TIMESTAMP = 1751542077 +SHA256 (Image-ExifTool-13.32.tar.gz) = e4b462f1a111bde3e3c4519e06d71efaacc576c36f4c3407b3d225c39393c829 +SIZE (Image-ExifTool-13.32.tar.gz) = 7461392 diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 427ac0110d68..5b6880ca1777 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/php85-exif/Makefile b/graphics/php85-exif/Makefile new file mode 100644 index 000000000000..5c5291702f25 --- /dev/null +++ b/graphics/php85-exif/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php85-gd/Makefile b/graphics/php85-gd/Makefile new file mode 100644 index 000000000000..71249f74c62d --- /dev/null +++ b/graphics/php85-gd/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/realesrgan-ncnn-vulkan/Makefile b/graphics/realesrgan-ncnn-vulkan/Makefile index fd5dc3d8c147..636041d7e80e 100644 --- a/graphics/realesrgan-ncnn-vulkan/Makefile +++ b/graphics/realesrgan-ncnn-vulkan/Makefile @@ -1,7 +1,7 @@ PORTNAME= realesrgan-ncnn-vulkan DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics # https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/issues/29 MASTER_SITES= https://dev.gentoo.org/~slashbeast/distfiles/${PORTNAME}/:models diff --git a/graphics/resvg-capi/Makefile b/graphics/resvg-capi/Makefile index a46459a85636..390d5d26ce36 100644 --- a/graphics/resvg-capi/Makefile +++ b/graphics/resvg-capi/Makefile @@ -1,6 +1,6 @@ PORTNAME= resvg-c-api DISTVERSION= 0.45.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/resvg/Makefile b/graphics/resvg/Makefile index 5eabe92dc596..146bca64fbf9 100644 --- a/graphics/resvg/Makefile +++ b/graphics/resvg/Makefile @@ -1,6 +1,6 @@ PORTNAME= resvg DISTVERSION= 0.45.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index a3beb819b13e..8037ea3f3db3 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/shaderc/Makefile b/graphics/shaderc/Makefile index d365213b6388..30c37bbc5aae 100644 --- a/graphics/shaderc/Makefile +++ b/graphics/shaderc/Makefile @@ -1,10 +1,9 @@ PORTNAME= shaderc DISTVERSIONPREFIX= v -DISTVERSION= 2025.2 -PORTREVISION= 1 +DISTVERSION= 2025.3 CATEGORIES= graphics devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GLSL/HLSL to SPIR-V shader compiler WWW= https://github.com/google/shaderc @@ -19,7 +18,7 @@ USES= cmake:testing compiler:c++11-lib localbase:ldflags \ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= google -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/third_party/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/third_party/spirv-headers SHEBANG_FILES= utils/add_copyright.py CMAKE_ON+= ${CMAKE_TESTING_OFF} CMAKE_TESTING_OFF= SHADERC_SKIP_TESTS diff --git a/graphics/shaderc/distinfo b/graphics/shaderc/distinfo index b8bc0a2807b0..1ef459a4173e 100644 --- a/graphics/shaderc/distinfo +++ b/graphics/shaderc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745429442 -SHA256 (google-shaderc-v2025.2_GH0.tar.gz) = 3fddc13bbb87411c6f7b8f447e87c1637933450087e70fc21da650041f4e0132 -SIZE (google-shaderc-v2025.2_GH0.tar.gz) = 228308 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 +TIMESTAMP = 1750799881 +SHA256 (google-shaderc-v2025.3_GH0.tar.gz) = a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937 +SIZE (google-shaderc-v2025.3_GH0.tar.gz) = 228417 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index e06a443ab0fb..4824fea487f4 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,9 +1,9 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v -DISTVERSION= 2025.2.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries +DISTVERSION= 2025.3.rc1 # please always bump all dependencies when updated because at least graphics/shaderc links in static libraries CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing SPIR-V intermediate shader language modules WWW= https://github.com/KhronosGroup/SPIRV-Tools @@ -16,7 +16,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-Tools -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index 614306a5e757..c84de2476b33 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745333515 -SHA256 (KhronosGroup-SPIRV-Tools-v2025.2.rc1_GH0.tar.gz) = e76dfee6e2e60ecfe15776218c4d774987bd80c81bf1fdcf073dab5432492f7c -SIZE (KhronosGroup-SPIRV-Tools-v2025.2.rc1_GH0.tar.gz) = 3284313 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 3ac06fbcb63382f5dd2e24d45e8d2e93981858a07c38a4edf24f47f9d7fd254e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-411-gaa6cef1_GH0.tar.gz) = 547604 +TIMESTAMP = 1750708773 +SHA256 (KhronosGroup-SPIRV-Tools-v2025.3.rc1_GH0.tar.gz) = efcb234aaf9963af4dded380b660d1ea3482d94b82e9dcb9be6e39b610ea82d6 +SIZE (KhronosGroup-SPIRV-Tools-v2025.3.rc1_GH0.tar.gz) = 3335092 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index c381a751843c..0f80a1f26392 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= 0.7.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile index f47a5275af5d..1573711d2518 100644 --- a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile +++ b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile @@ -1,6 +1,6 @@ PORTNAME= vapoursynth-waifu2x-ncnn-vulkan DISTVERSION= r5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index b2e207ff2c24..13f5e3a5acb3 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index 835cd4589ae3..a735c96149c4 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.4.313 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Layer providing Vulkan features when native support is unavailable WWW= https://github.com/KhronosGroup/Vulkan-ExtensionLayer diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 3472b030cbfd..654e6b301b41 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Headers for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Headers diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 6a11cb834ec0..9f9617c29d44 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750421987 -SHA256 (KhronosGroup-Vulkan-Headers-v1.4.319_GH0.tar.gz) = d79d05def3aaa7f339f2b88b62f73072df0660fb50e9286554a043bab9f6c4dd -SIZE (KhronosGroup-Vulkan-Headers-v1.4.319_GH0.tar.gz) = 2761732 +TIMESTAMP = 1751022519 +SHA256 (KhronosGroup-Vulkan-Headers-v1.4.320_GH0.tar.gz) = 26bf2befead6bf397263a74885dac3e68d133af76062321c2a5ce81de47b8429 +SIZE (KhronosGroup-Vulkan-Headers-v1.4.320_GH0.tar.gz) = 2629365 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index af43b81e7f5e..583b2a8b03d3 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics devel -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Driver loader for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Loader diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index 1c038bfd61ce..f85387a59b19 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750446704 -SHA256 (KhronosGroup-Vulkan-Loader-v1.4.319_GH0.tar.gz) = 6f0bd0079c56518db0243854db822e39ba25602fd24cac34b6f43b75c764e743 -SIZE (KhronosGroup-Vulkan-Loader-v1.4.319_GH0.tar.gz) = 1762031 +TIMESTAMP = 1751041519 +SHA256 (KhronosGroup-Vulkan-Loader-v1.4.320_GH0.tar.gz) = 8cec80f3b617a30a94a354121a47b090187d5fe70f668eb26eb71010a18a88a0 +SIZE (KhronosGroup-Vulkan-Loader-v1.4.320_GH0.tar.gz) = 1761554 diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index d3ad633c51d4..f177f11605a0 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,9 +1,10 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 +PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-Tools diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 0c1dc07aa7dc..4b9611aa040f 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750451413 -SHA256 (KhronosGroup-Vulkan-Tools-v1.4.319_GH0.tar.gz) = 2237d15179237bf932bf715c21179520c4d54d41bc859e59802888ade452298a -SIZE (KhronosGroup-Vulkan-Tools-v1.4.319_GH0.tar.gz) = 805792 +TIMESTAMP = 1751043806 +SHA256 (KhronosGroup-Vulkan-Tools-v1.4.320_GH0.tar.gz) = 6de7b073ee45dc6e8421d4f3fd8fb3c9bf4cd07cf83ddfa905f4e4d93eba6c36 +SIZE (KhronosGroup-Vulkan-Tools-v1.4.320_GH0.tar.gz) = 805785 diff --git a/graphics/vulkan-utility-libraries/Makefile b/graphics/vulkan-utility-libraries/Makefile index 70197bf68593..62c3054e0a11 100644 --- a/graphics/vulkan-utility-libraries/Makefile +++ b/graphics/vulkan-utility-libraries/Makefile @@ -1,9 +1,9 @@ PORTNAME= vulkan-utility-libraries DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility libraries for Vulkan developers WWW= https://github.com/KhronosGroup/Vulkan-Utility-Libraries diff --git a/graphics/vulkan-utility-libraries/distinfo b/graphics/vulkan-utility-libraries/distinfo index 45ac173766ba..2a304359de34 100644 --- a/graphics/vulkan-utility-libraries/distinfo +++ b/graphics/vulkan-utility-libraries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750446762 -SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.4.319_GH0.tar.gz) = 904a91a8cafbf49db9b020e48be486a73ac6370c6b826495341dd8fc2b7ecca4 -SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.4.319_GH0.tar.gz) = 623141 +TIMESTAMP = 1751041510 +SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.4.320_GH0.tar.gz) = fb210bde874a4688b0fae98089c4d7cd4496c99bfae5d9aaa37b008f6b3a00d6 +SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.4.320_GH0.tar.gz) = 623211 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 323a6e40abcd..1d4e5858594f 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -1,9 +1,10 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.319 +DISTVERSION= 1.4.320 +PORTREVISION= 1 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validation layers for the Vulkan graphics API WWW= https://github.com/KhronosGroup/Vulkan-ValidationLayers @@ -18,7 +19,7 @@ USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-424-g3b9447d:headers/SPIRV-Headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-430-g2a611a9:headers/SPIRV-Headers CMAKE_OFF= BUILD_TESTS OPTIONS_DEFINE= WAYLAND XCB XLIB diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 3eac49a5d1ba..f8424217620a 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750465462 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.4.319_GH0.tar.gz) = e46cb2ba7190cd134497c9841c967e39b8e5f45d4c1cd85f0d3a827e8b4bf037 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.4.319_GH0.tar.gz) = 6468839 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-424-g3b9447d_GH0.tar.gz) = f80d842d14fd16e46098fda129a95df1502c5b3ceff09a876410a424e933804b -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-424-g3b9447d_GH0.tar.gz) = 534278 +TIMESTAMP = 1751051574 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.4.320_GH0.tar.gz) = 96488f23efe7ca71d3ec539c43ed0eacba7ace9adeb052b6fde771c256c1bf66 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.4.320_GH0.tar.gz) = 6468110 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = f88c4918fc307c406b03587689bec0b7b5aaf9539955d3ee7a698342c2c52e8e +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-430-g2a611a9_GH0.tar.gz) = 538631 diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile index 45e9d6f3c7e0..dd751a8d50bc 100644 --- a/graphics/wallhaven-cli/Makefile +++ b/graphics/wallhaven-cli/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.0.5 PORTREVISION= 5 CATEGORIES= graphics -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CLI for wallhaven to browse wallpapers in terminal WWW= https://github.com/r3tr0ananas/wallhaven-cli diff --git a/irc/Makefile b/irc/Makefile index b4aa9ec914e8..9ff2565e2dc3 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -1,6 +1,7 @@ COMMENT = Internet Relay Chat utilities SUBDIR += anope + SUBDIR += anope-devel SUBDIR += bip SUBDIR += eggdrop SUBDIR += ergo diff --git a/irc/anope-devel/Makefile b/irc/anope-devel/Makefile new file mode 100644 index 000000000000..5b63b6fcc80b --- /dev/null +++ b/irc/anope-devel/Makefile @@ -0,0 +1,108 @@ +PORTNAME= anope +DISTVERSION= 2.1.16 +CATEGORIES= irc +PKGNAMESUFFIX= -devel-${FLAVOR} + +MAINTAINER= devnull@apt322.org +COMMENT= Set of IRC services for IRC networks (development version) +WWW= https://www.anope.org/ + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/docs/COPYING + +CONFLICTS_INSTALL= anope + +FLAVORS= default mysql +FLAVOR?= ${FLAVORS:[1]} + +USES= cmake localbase:ldflags +USE_GITHUB= yes +USE_RC_SUBR= anope + +CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" +CFLAGS_amd64= -fPIC +SUB_FILES= pkg-message + +OPTIONS_DEFINE= NLS LDAP SQLITE REDIS XMLRPC +OPTIONS_DEFAULT= OPENSSL SQLITE +OPTIONS_GROUP= REGEX CRYPT +OPTIONS_GROUP_REGEX= PCRE2 POSIX TRE +OPTIONS_GROUP_CRYPT= ENC_POSIX ENC_ARGON +OPTIONS_SINGLE= TLS +OPTIONS_SINGLE_TLS= OPENSSL GNUTLS +OPTIONS_SUB= yes + +PCRE2_DESC= Perl Compatible Regular Expressions (v2) Support +POSIX_DESC= POSIX Basic Regular Expression Support +TRE_DESC= TRE Regex Support +XMLRPC_DESC= Allow modules to send and receive XMLRPC +CRYPT_DESC= Crypt Hashing Module +ENC_ARGON_DESC= Argon2 hashing algorithm via libargon2 +ENC_POSIX_DESC= Posix crypto hashing + +NLS_USES= gettext +LDAP_USES= ldap +OPENSSL_USES= ssl + +LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 + +SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 +XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +ENC_ARGON_LIB_DEPENDS= libargon2.so:security/libargon2 +TRE_LIB_DEPENDS= libtre.so:textproc/libtre + +REDIS_RUN_DEPENDS= redis>0:databases/redis + +.if ${FLAVOR} == mysql +USES+= mysql +CMAKE_ARGS+= -DEXTRA_LIBS:STRING="${LOCALBASE}/lib/mysql/" +PLIST_SUB+= MYSQL="" +.else +PLIST_SUB+= MYSQL="@comment " +.endif + +post-patch: +# Avoid conflict with C++20 by adding -bin suffix + @${REINPLACE_CMD} -i .c++20 's/version /version-bin /' \ + ${WRKSRC}/include/CMakeLists.txt +.if ${FLAVOR} == mysql + ${LN} -s ${WRKSRC}/modules/extra/mysql.cpp ${WRKSRC}/modules/ +.endif + +post-patch-OPENSSL-on: + ${LN} -s ${WRKSRC}/modules/extra/ssl_openssl.cpp ${WRKSRC}/modules/ + +post-patch-GNUTLS-on: + ${LN} -s ${WRKSRC}/modules/extra/ssl_gnutls.cpp ${WRKSRC}/modules/ + +post-patch-LDAP-on: + ${LN} -s ${WRKSRC}/modules/extra/ldap.cpp ${WRKSRC}/modules/ + +post-patch-PCRE2-on: + ${LN} -s ${WRKSRC}/modules/extra/regex_pcre2.cpp ${WRKSRC}/modules/ + +post-patch-POSIX-on: + ${LN} -s ${WRKSRC}/modules/extra/regex_posix.cpp ${WRKSRC}/modules/ + +post-patch-TRE-on: + ${LN} -s ${WRKSRC}/modules/extra/regex_tre.cpp ${WRKSRC}/modules/ + +post-patch-SQLITE-on: + ${LN} -s ${WRKSRC}/modules/extra/sqlite.cpp ${WRKSRC}/modules/ + +post-patch-XMLRPC-on: + ${LN} -s ${WRKSRC}/modules/extra/xmlrpc.cpp ${WRKSRC}/modules/ + +post-patch-ENC_ARGON-on: + ${LN} -s ${WRKSRC}/modules/extra/enc_argon2.cpp ${WRKSRC}/modules/ + +post-patch-ENC_POSIX-on: + ${LN} -s ${WRKSRC}/modules/extra/enc_posix.cpp ${WRKSRC}/modules/ + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/anope/data/backups + @${MKDIR} ${STAGEDIR}${PREFIX}/anope/logs + +.include diff --git a/irc/anope-devel/distinfo b/irc/anope-devel/distinfo new file mode 100644 index 000000000000..d4ae020b49e6 --- /dev/null +++ b/irc/anope-devel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751384030 +SHA256 (anope-anope-2.1.16_GH0.tar.gz) = dffc17e39b21216a064738931de078bb9328d5a615d4173399213c5730c2a933 +SIZE (anope-anope-2.1.16_GH0.tar.gz) = 1505103 diff --git a/irc/anope-devel/files/anope.in b/irc/anope-devel/files/anope.in new file mode 100644 index 000000000000..b36c8cde38f4 --- /dev/null +++ b/irc/anope-devel/files/anope.in @@ -0,0 +1,27 @@ +#!/bin/sh + +# PROVIDE: anope +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable anope: +# anope_enable=YES +# + +. /etc/rc.subr + +name=anope +rcvar=anope_enable + +load_rc_config $name + +: ${anope_enable:=NO} +: ${anope_user:=nobody} + +command=%%PREFIX%%/anope/bin/anope +pidfile=%%PREFIX%%/anope/data/anope.pid +extra_commands=reload + +run_rc_command "$1" + diff --git a/irc/anope-devel/files/pkg-message.in b/irc/anope-devel/files/pkg-message.in new file mode 100644 index 000000000000..077a8926ef41 --- /dev/null +++ b/irc/anope-devel/files/pkg-message.in @@ -0,0 +1,19 @@ +[ +{ type: install + message: < + +.for opt in ${OPTIONS_DEFINE} +. if ${PORT_OPTIONS:M${opt}} +USE_PHP+= ${opt:tl} +. endif +.endfor + +.include diff --git a/lang/php85-extensions/pkg-descr b/lang/php85-extensions/pkg-descr new file mode 100644 index 000000000000..9c007c827fe6 --- /dev/null +++ b/lang/php85-extensions/pkg-descr @@ -0,0 +1,5 @@ +This is a "meta-port" to install the extensions for PHP 8.5 + +Defaults to: +ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix, +session, simplexml, sqlite3, tokenizer, xml, xmlreader and xmlwriter. diff --git a/lang/php85/Makefile b/lang/php85/Makefile new file mode 100644 index 000000000000..fd044a453f9b --- /dev/null +++ b/lang/php85/Makefile @@ -0,0 +1,620 @@ +PORTNAME= php85 +DISTVERSION= 8.5.0alpha1 +PORTREVISION?= 0 +CATEGORIES?= lang devel www +MASTER_SITES= LOCAL/bofh/lang/${PORTNAME} +DISTNAME= php-${DISTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= PHP Scripting Language (8.5.X branch) +WWW= https://www.php.net/ + +LICENSE= PHP301 + +USES+= compiler:c11 cpe gnome localbase pkgconfig #tar:xz +CPE_PRODUCT= php +PHP_VER= 85 + +PHP_WRKSRC= php-src-php-${DISTVERSION} +WRKSRC= ${WRKDIR}/${PHP_WRKSRC} +CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} + +.if !defined(PKGNAMESUFFIX) +LIB_DEPENDS= libargon2.so:security/libargon2 \ + libpcre2-8.so:devel/pcre2 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= \ + --disable-all \ + --program-prefix="" \ + --with-config-file-scan-dir=${PREFIX}/etc/php \ + --with-layout=GNU \ + --with-libxml \ + --with-openssl \ + --with-password-argon2=${LOCALBASE} + +USES+= autoreconf:build bison ssl +USE_GNOME= libxml2 + +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl +# PR230207 Allow relocations against read-only segments (override lld default) +LDFLAGS_i386= -Wl,-z,notext + +OPTIONS_DEFINE+=CGI CLI DEBUG DTRACE EMBED FPM IPV6 LINKTHR \ + MYSQLND NOASLR PCRE PHPDBG ZTS +OPTIONS_DEFAULT= CGI CLI DTRACE EMBED FPM LINKTHR MYSQLND PCRE +OPTIONS_EXCLUDE_DragonFly= DTRACE +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE +# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented +OPTIONS_EXCLUDE_armv6= DTRACE +OPTIONS_EXCLUDE_armv7= DTRACE +# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM +OPTIONS_EXCLUDE_mips= DTRACE FPM +OPTIONS_EXCLUDE_mips64= DTRACE FPM +OPTIONS_EXCLUDE_riscv64= DTRACE +NO_OPTIONS_SORT= yes +OPTIONS_SUB= yes + +CGI_DESC= Build CGI version +CLI_DESC= Build CLI version +EMBED_DESC= Build embedded library +FPM_DESC= Build FPM version +LINKTHR_DESC= Link thread lib (for threaded extensions) +MYSQLND_DESC= Build with MySQL Native Driver +PCRE_DESC= Use system pcre instead of bundled one +PHPDBG_DESC= Interactive PHP debugger +ZTS_DESC= Force Zend Thread Safety (ZTS) build + +CGI_CONFIGURE_OFF= --disable-cgi +CGI_VARS= PHP_SAPI+=cgi +CLI_CONFIGURE_OFF= --disable-cli +CLI_VARS= PHP_SAPI+=cli +DEBUG_CONFIGURE_ON= --enable-debug +DTRACE_CONFIGURE_ON= --enable-dtrace +EMBED_CONFIGURE_ON= --enable-embed +EMBED_VARS= PHP_SAPI+=embed +FPM_CONFIGURE_ON= --enable-fpm \ + --with-fpm-group=${WWWGRP} \ + --with-fpm-user=${WWWOWN} +FPM_VARS= PHP_SAPI+=fpm \ + USE_RC_SUBR+=php_fpm +IPV6_CONFIGURE_OFF= --disable-ipv6 +LINKTHR_LIBS= -lpthread +NOASLR_USES= elfctl +MYSQLND_CONFIGURE_ON= --enable-mysqlnd +PCRE_BUILD_DEPENDS= re2c>0:devel/re2c +PCRE_CONFIGURE_ON= --with-external-pcre=${LOCALBASE} +PCRE_PLIST_SUB= BUNDLED_PCRE="@comment " +PCRE_PLIST_SUB_OFF= BUNDLED_PCRE="" +PHPDBG_CONFIGURE_ON= --enable-phpdbg +PHPDBG_VARS= PHP_SAPI+=phpdbg +ZTS_CONFIGURE_ON= --enable-zts +ZTS_CONFIGURE_ENV= pthreads_working="yes" + +DESTDIRNAME= INSTALL_ROOT + +.if defined(PKGNAMEPREFIX) +USES+= apache +PLIST= ${PKGDIR}/pkg-plist.mod +PKGMESSAGE= ${PKGDIR}/pkg-message.mod +MODULENAME= libphp +SHORTMODNAME= php +WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!" +WARNING+= "!!! Consider switching to php-fpm and mod_proxy_fcgi as per Apache httpd recommendations !!!" +.endif + +.include + +.if ${PORT_OPTIONS:NOASLR} +.if ${PORT_OPTIONS:MCLI} +ELF_FEATURES+=+noaslr:sapi/cli/php +.endif +.if ${PORT_OPTIONS:MCGI} +ELF_FEATURES+=+noaslr:sapi/cgi/php-cgi +.endif +.if ${PORT_OPTIONS:MPHPDBG} +ELF_FEATURES+=+noaslr:sapi/phpdbg/phpdbg +.endif +.if ${PORT_OPTIONS:MFPM} +ELF_FEATURES+=+noaslr:sapi/fpm/php-fpm +.endif +.endif + +.include + +.if ${ARCH} == riscv64 +CONFIGURE_ARGS+= --without-pcre-jit +.endif + +.if ${PORT_OPTIONS:MPHPDBG} && ${PORT_OPTIONS:MDEBUG} +CONFIGURE_ARGS+= --enable-phpdbg-debug +.endif + +.if ${PORT_OPTIONS:MCLI} || ${PORT_OPTIONS:MEMBED} +PLIST_SUB+= SAPI_INC="" +.else +PLIST_SUB+= SAPI_INC="@comment " +.endif + +CONFIGURE_ENV+= ac_cv_decimal_fp_supported="no" \ + lt_cv_path_SED="sed" \ + OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ + PHP_OPENSSL=yes + +post-patch: + @${TOUCH} ${WRKSRC}/ext/php_config.h + +post-patch-FPM-on: + @${REINPLACE_CMD} -e "s|^;\(pid\)|\1|;s|^;\(pm\.[a-z_]*_servers\)|\1|" \ + ${WRKSRC}/sapi/fpm/php-fpm.conf.in + +pre-configure: + @(cd ${WRKSRC} && ${SETENV} MAKE=${MAKE_CMD} ./buildconf --force) + +.if !defined(PKGNAMEPREFIX) +post-build: + @${ECHO_CMD} "PHP_VER=${PHP_VER}" > ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_VERSION=${PORTVERSION}" >> ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf + @${ECHO_CMD} -n "PHP_EXT_DIR=" >> ${WRKDIR}/php.conf + @${SH} ${WRKSRC}/scripts/php-config --extension-dir | ${SED} -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf + @${ECHO_CMD} "PHP_EXT_INC=hash json openssl pcre random spl" >> ${WRKDIR}/php.conf + +test: build + @(cd ${WRKSRC} && ${MAKE} test) + +post-install: + ${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \ + ${WRKDIR}/php.conf ${STAGEDIR}/${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/Zend/zend_property_hooks.h ${STAGEDIR}${PREFIX}/include/php/Zend + ${INSTALL_DATA} ${WRKSRC}/Zend/zend_lazy_objects.h ${STAGEDIR}${PREFIX}/include/php/Zend + (cd ${WRKSRC}/ext/lexbor && \ + ${COPYTREE_SHARE} lexbor ${STAGEDIR}${PREFIX}/include/php/ext "-name *\.h") + +post-install-CGI-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php-cgi + +post-install-CLI-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/php + +post-install-EMBED-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libphp.so + +post-install-FPM-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/php-fpm + +post-install-PHPDBG-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/phpdbg + +.else +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} + ${INSTALL_LIB} ${WRKSRC}/libs/${MODULENAME}.so \ + ${STAGEDIR}${PREFIX}/${APACHEMODDIR} +.endif + +.else +COMMENT= The ${PHP_MODNAME} shared extension for php + +USES+= php:ext,noflavors +PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} +PHP_VER= 85 +IGNORE_WITH_PHP= 81 82 83 84 + +EXTSUBDIR= ${PHP_WRKSRC}/ext/${PHP_MODNAME} +WRKSRC= ${WRKDIR}/${EXTSUBDIR} +PATCHDIR= ${.CURDIR}/files +PLIST= ${NONEXISTENT} + +EXTRACT_AFTER_ARGS?= ${EXTSUBDIR} + +TEST_TARGET= test + +.if ${PHP_MODNAME} == "bcmath" +CONFIGURE_ARGS+= --enable-bcmath + +PHP_HEADER_DIRS= libbcmath/src +.endif + +.if ${PHP_MODNAME} == "bz2" +CONFIGURE_ARGS+= --with-bz2=/usr +.endif + +.if ${PHP_MODNAME} == "calendar" +CONFIGURE_ARGS+= --enable-calendar +.endif + +.if ${PHP_MODNAME} == "ctype" +CONFIGURE_ARGS+= --enable-ctype +.endif + +.if ${PHP_MODNAME} == "curl" +LIB_DEPENDS+= libcurl.so:ftp/curl + +CONFIGURE_ARGS+= --with-curl=${LOCALBASE} +USES+= pkgconfig +.endif + +.if ${PHP_MODNAME} == "dba" +CONFIGURE_ARGS+= --enable-dba + +OPTIONS_DEFINE= CDB DB4 FLATFILE GDBM INIFILE LMDB QDBM TOKYO +OPTIONS_DEFAULT= CDB FLATFILE INIFILE + +CDB_DESC= cdb database support +DB4_DESC= Berkeley DB4 support +FLATFILE_DESC= flatfile support +GDBM_DESC= GDBM database support +INIFILE_DESC= INI file support +LMDB_DESC= LMDB database support +QDBM_DESC= QDBM database support +TOKYO_DESC= Tokyo Cabinet database support + +CDB_CONFIGURE_OFF= --without-cdb +DB4_CONFIGURE_ON= --with-db4=${LOCALBASE} +DB4_USES= bdb +DB4_VARS= WITH_BDB_HIGHEST=yes +FLATFILE_CONFIGURE_ON= --disable-flatfile +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm +GDBM_CONFIGURE_ARGS= --with-gdbm=${LOCALBASE} +INIFILE_CONFIGURE_OFF= --disable-inifile +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb +LMDB_CONFIGURE_ARGS= --with-lmdb=${LOCALBASE} +QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm +QDBM_CONFIGURE_ARGS= --with-qdbm=${LOCALBASE} +TOKYO_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet +TOKYO_CONFIGURE_ON= --with-tcadb=${LOCALBASE} + +PHP_HEADER_DIRS= libcdb libflatfile libinifile +.endif + +.if ${PHP_MODNAME} == "dom" +CONFIGURE_ARGS+= --enable-dom + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "enchant" +LIB_DEPENDS+= libenchant-2.so:textproc/enchant2 +CONFIGURE_ARGS+=--with-enchant=${LOCALBASE} +USES+= pkgconfig +.endif + +.if ${PHP_MODNAME} == "exif" +CONFIGURE_ARGS+= --enable-exif +.endif + +.if ${PHP_MODNAME} == "ffi" +LIB_DEPENDS= libffi.so:devel/libffi +CONFIGURE_ARGS+= --with-ffi +.endif + +.if ${PHP_MODNAME} == "fileinfo" +CONFIGURE_ARGS+= --enable-fileinfo + +PHP_HEADER_DIRS= libmagic +.endif + +.if ${PHP_MODNAME} == "filter" +CONFIGURE_ARGS+= --enable-filter +.endif + +.if ${PHP_MODNAME} == "ftp" +CONFIGURE_ARGS+= --enable-ftp + +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ + PHP_OPENSSL=yes + +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl +USES+= pkgconfig ssl +.endif + +.if ${PHP_MODNAME} == "gd" +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libgd.so:graphics/gd \ + libpng.so:graphics/png +USES+= jpeg + +CONFIGURE_ARGS+= --enable-gd \ + --with-external-gd + +EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --exclude libgd \ + ${PHP_WRKSRC}/ext/gd + +OPTIONS_DEFINE= JIS WEBP X11 + +JIS_DESC= Enable JIS-mapped Japanese font support +WEBP_DESC= Enable WebP image format support +X11_DESC= Enable XPM support +JIS_CONFIGURE_ON= --enable-gd-jis-conv +WEBP_CONFIGURE_ON= --with-webp +WEBP_LIB_DEPENDS= libwebp.so:graphics/webp +X11_CONFIGURE_ON= --with-xpm +X11_USE= XORG=xpm +X11_USES= xorg +.endif + +.if ${PHP_MODNAME} == "gettext" +CONFIGURE_ARGS+= --with-gettext=${LOCALBASE} + +USES+= gettext +.endif + +.if ${PHP_MODNAME} == "gmp" +LIB_DEPENDS+= libgmp.so:math/gmp + +CONFIGURE_ARGS+= --with-gmp=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "iconv" +CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} + +USES+= iconv:translit +.endif + +.if ${PHP_MODNAME} == "intl" +LIB_DEPENDS= libicui18n.so:devel/icu +USES+= pkgconfig +CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 +.endif + +.if ${PHP_MODNAME} == "ldap" +LIB_DEPENDS+=libsasl2.so:security/cyrus-sasl2 +CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} +USES+= ldap +.endif + +.if ${PHP_MODNAME} == "mbstring" + +CONFIGURE_ARGS+= --enable-mbstring + +OPTIONS_DEFINE= REGEX +OPTIONS_DEFAULT= REGEX + +REGEX_DESC= Enable multibyte regex support +REGEX_LIB_DEPENDS= libonig.so:devel/oniguruma +REGEX_CONFIGURE_OFF= --disable-mbregex + +PHP_HEADER_DIRS= libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls +.endif + +.if ${PHP_MODNAME} == "mysqli" +CONFIGURE_ARGS+= --with-mysqli +.endif + +.if ${PHP_MODNAME} == "odbc" +LIB_DEPENDS+= libodbc.so:databases/unixODBC + +CONFIGURE_ARGS+= --with-unixODBC=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "opcache" +LIB_DEPENDS+= libcapstone.so:devel/capstone +# This is needed by Zend extensions, keep before everything. +PHP_MOD_PRIO= 10 +CONFIGURE_ARGS+= --enable-opcache --with-capstone +.endif + +.if ${PHP_MODNAME} == "pcntl" +CONFIGURE_ARGS+= --enable-pcntl +.endif + +.if ${PHP_MODNAME} == "pdo" +CONFIGURE_ARGS+= --enable-pdo +.endif + +.if ${PHP_MODNAME} == "pdo_dblib" +CONFIGURE_ARGS+= --with-pdo-dblib=${LOCALBASE} + +USE_PHP= pdo:build + +OPTIONS_DEFINE= MSSQL + +MSSQL_DESC= Enable Microsoft SQL Server support +MSSQL_LIB_DEPENDS= libsybdb.so:databases/freetds +MSSQL_LIB_DEPENDS_OFF= libct.so:databases/freetds +.endif + +.if ${PHP_MODNAME} == "pdo_firebird" +CONFIGURE_ARGS+= --with-pdo-firebird=${LOCALBASE} + +USES+= firebird +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_odbc" +LIB_DEPENDS+= libodbc.so:databases/unixODBC +CONFIGURE_ARGS+= --with-pdo-odbc=unixODBC,${LOCALBASE} + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_mysql" +OPTIONS_DEFINE= MYSQLND +OPTIONS_DEFAULT= MYSQLND + +MYSQLND_DESC= Use MySQL Native Driver + +MYSQLND_CONFIGURE_ON= --with-pdo-mysql=mysqlnd +MYSQLND_CONFIGURE_OFF= --with-pdo-mysql=${LOCALBASE} \ + --with-zlib-dir=/usr +MYSQLND_USES_OFF= mysql + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_pgsql" +USES+= pgsql + +CONFIGURE_ARGS+= --with-pdo-pgsql=${LOCALBASE} + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pdo_sqlite" +USES+= localbase sqlite +CONFIGURE_ARGS+= --with-pdo-sqlite=${LOCALBASE} + +USE_PHP= pdo:build +.endif + +.if ${PHP_MODNAME} == "pgsql" +USES+= pgsql + +CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "phar" +CONFIGURE_ARGS+= --enable-phar +.endif + +.if ${PHP_MODNAME} == "posix" +CONFIGURE_ARGS+= --enable-posix +.endif + +.if ${PHP_MODNAME} == "readline" +CONFIGURE_ARGS+=--with-libedit +USES+= libedit +.endif + +.if ${PHP_MODNAME} == "session" +CONFIGURE_ARGS+= --enable-session +PHP_MOD_PRIO= 18 +.endif + +.if ${PHP_MODNAME} == "shmop" +CONFIGURE_ARGS+= --enable-shmop +.endif + +.if ${PHP_MODNAME} == "simplexml" +CONFIGURE_ARGS+= --enable-simplexml + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "snmp" +CONFIGURE_ARGS+= --with-snmp=${LOCALBASE} + +CONFIGURE_ENV+= ac_cv_buggy_snprint_value="no" + +LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl +USES+= ssl +.endif + +.if ${PHP_MODNAME} == "soap" +CONFIGURE_ARGS+= --enable-soap + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "sockets" +CONFIGURE_ARGS+= --enable-sockets +CONFIGURE_ENV+= LOCAL_CREDS_PERSISTENT=yes +.endif + +.if ${PHP_MODNAME} == "sodium" +CONFIGURE_ARGS+= --with-sodium=${LOCALBASE} +LIB_DEPENDS+= libsodium.so:security/libsodium +.endif + +.if ${PHP_MODNAME} == "sqlite3" +USES+= localbase pkgconfig sqlite +CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} +.endif + +.if ${PHP_MODNAME} == "sysvmsg" +CONFIGURE_ARGS+= --enable-sysvmsg +.endif + +.if ${PHP_MODNAME} == "sysvsem" +CONFIGURE_ARGS+= --enable-sysvsem +.endif + +.if ${PHP_MODNAME} == "sysvshm" +CONFIGURE_ARGS+= --enable-sysvshm +.endif + +.if ${PHP_MODNAME} == "tidy" +CONFIGURE_ARGS+= --with-tidy=${LOCALBASE} + +LIB_DEPENDS+= libtidy5.so:www/tidy-html5 +.endif + +.if ${PHP_MODNAME} == "tokenizer" +CONFIGURE_ARGS+= --enable-tokenizer +.endif + +.if ${PHP_MODNAME} == "xml" +CONFIGURE_ARGS+= --enable-xml + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "xmlreader" +CONFIGURE_ARGS+= --enable-xmlreader + +USE_GNOME= libxml2 + +USE_PHP= dom:build +.endif + +.if ${PHP_MODNAME} == "xmlwriter" +CONFIGURE_ARGS+= --enable-xmlwriter + +USES+= pkgconfig +USE_GNOME= libxml2 +.endif + +.if ${PHP_MODNAME} == "xsl" +CONFIGURE_ARGS+= --with-xsl=${LOCALBASE} + +USE_GNOME= libxslt +USE_PHP= dom:build xml:build +.endif + +.if ${PHP_MODNAME} == "zip" +LIB_DEPENDS+= libzip.so:archivers/libzip + +CONFIGURE_ARGS+= --with-zip +USES+= pkgconfig +.endif + +.if ${PHP_MODNAME} == "zlib" +CONFIGURE_ARGS+= --with-zlib=/usr +USES+= pkgconfig +.endif + +.include + +.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386) && ${PHP_MODNAME} == "opcache" +post-configure: + @${BSDMAKE} -C ${WRKSRC} ./jit/ir/ir_fold_hash.h + @${BSDMAKE} -C ${WRKSRC} ./jit/ir/ir_emit.lo +.endif + +.if ${PHP_MODNAME} == "soap" +post-extract: + @${MKDIR} ${WRKSRC}/ext/session + @${CP} ${FILESDIR}/php_session.h ${WRKSRC}/ext/session +.endif + +.if ${PHP_MODNAME} == "sqlite3" || ${PHP_MODNAME} == "zlib" +post-extract: + @${MV} ${WRKSRC}/config0.m4 ${WRKSRC}/config.m4 +.endif + +.if ${PHP_MODNAME} == "xml" +post-extract: + @${MKDIR} ${WRKSRC}/ext/xml + @${CP} ${WRKSRC}/expat_compat.h ${WRKSRC}/ext/xml +.endif +.endif +.include diff --git a/lang/php85/distinfo b/lang/php85/distinfo new file mode 100644 index 000000000000..bbb20b86de2d --- /dev/null +++ b/lang/php85/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751455337 +SHA256 (php-8.5.0alpha1.tar.gz) = ab8c5f2d559c41b711190e0850b981bfea0bda34f7129cd77567b35266a01b50 +SIZE (php-8.5.0alpha1.tar.gz) = 23014352 diff --git a/lang/php85/files/patch-TSRM_TSRM.c b/lang/php85/files/patch-TSRM_TSRM.c new file mode 100644 index 000000000000..a5ad9dca4e8a --- /dev/null +++ b/lang/php85/files/patch-TSRM_TSRM.c @@ -0,0 +1,11 @@ +--- TSRM/TSRM.c.orig 2024-07-02 13:43:13 UTC ++++ TSRM/TSRM.c +@@ -792,7 +792,7 @@ TSRM_API size_t tsrm_get_ls_cache_tcb_offset(void) + asm ("leal _tsrm_ls_cache@ntpoff,%0" + : "=r" (ret)); + return ret; +-#elif defined(__aarch64__) ++#elif defined(__aarch64__) && !defined(__FreeBSD__) + size_t ret; + + # ifdef __APPLE__ diff --git a/lang/php85/files/patch-build_Makefile.global b/lang/php85/files/patch-build_Makefile.global new file mode 100644 index 000000000000..52531a83dabe --- /dev/null +++ b/lang/php85/files/patch-build_Makefile.global @@ -0,0 +1,19 @@ +--- build/Makefile.global.orig 2024-07-02 13:43:13 UTC ++++ build/Makefile.global +@@ -91,14 +91,14 @@ test: all + @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ + INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ + if test "$$INI_FILE"; then \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini || :; \ + else \ + echo > $(top_builddir)/tmp-php.ini; \ + fi; \ + INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ + if test "$$INI_SCANNED_PATH"; then \ + INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ +- $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ ++ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini || :; \ + fi; \ + TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ + TEST_PHP_SRCDIR=$(top_srcdir) \ diff --git a/lang/php85/files/patch-configure.ac b/lang/php85/files/patch-configure.ac new file mode 100644 index 000000000000..e9c038fd5b15 --- /dev/null +++ b/lang/php85/files/patch-configure.ac @@ -0,0 +1,27 @@ +--- configure.ac.orig 2024-09-10 16:10:06 UTC ++++ configure.ac +@@ -55,6 +55,7 @@ AH_BOTTOM([ + + #include + ++#include + #endif /* PHP_CONFIG_H */ + ]) + +@@ -249,7 +250,6 @@ AS_VAR_APPEND([CPPFLAGS], [" -D_GNU_SOURCE"]) + dnl require extensions to C and POSIX. + AS_VAR_APPEND([CPPFLAGS], [" -D_GNU_SOURCE"]) + +-PTHREADS_CHECK + PHP_HELP_SEPARATOR([SAPI modules:]) + PHP_SHLIB_SUFFIX_NAMES + PHP_BUILD_PROGRAM +@@ -1368,7 +1368,7 @@ EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=$(eval echo "$PHP_CO + EXPANDED_DATADIR=$datadir + EXPANDED_PHP_CONFIG_FILE_PATH=$(eval echo "$PHP_CONFIG_FILE_PATH") + EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=$(eval echo "$PHP_CONFIG_FILE_SCAN_DIR") +-INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR ++INCLUDE_PATH=.:${prefix}/share/pear + + exec_prefix=$old_exec_prefix + libdir=$old_libdir diff --git a/lang/php85/files/patch-ext_hash_xxhash_xxhash.h b/lang/php85/files/patch-ext_hash_xxhash_xxhash.h new file mode 100644 index 000000000000..d284f4c94f74 --- /dev/null +++ b/lang/php85/files/patch-ext_hash_xxhash_xxhash.h @@ -0,0 +1,46 @@ +--- ext/hash/xxhash/xxhash.h.orig 2023-06-06 15:54:29 UTC ++++ ext/hash/xxhash/xxhash.h +@@ -3078,22 +3078,32 @@ enum XXH_VECTOR_TYPE /* fake enum */ { + * inconsistent intrinsics, spotty coverage, and multiple endiannesses. + */ + #if XXH_VECTOR == XXH_VSX ++/* Annoyingly, these headers _may_ define three macros: `bool`, `vector`, ++ * and `pixel`. This is a problem for obvious reasons. ++ * ++ * These keywords are unnecessary; the spec literally says they are ++ * equivalent to `__bool`, `__vector`, and `__pixel` and may be undef'd ++ * after including the header. ++ * ++ * We use pragma push_macro/pop_macro to keep the namespace clean. */ ++# pragma push_macro("bool") ++# pragma push_macro("vector") ++# pragma push_macro("pixel") ++/* silence potential macro redefined warnings */ ++# undef bool ++# undef vector ++# undef pixel ++ + # if defined(__s390x__) + # include + # else +-/* gcc's altivec.h can have the unwanted consequence to unconditionally +- * #define bool, vector, and pixel keywords, +- * with bad consequences for programs already using these keywords for other purposes. +- * The paragraph defining these macros is skipped when __APPLE_ALTIVEC__ is defined. +- * __APPLE_ALTIVEC__ is _generally_ defined automatically by the compiler, +- * but it seems that, in some cases, it isn't. +- * Force the build macro to be defined, so that keywords are not altered. +- */ +-# if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__) +-# define __APPLE_ALTIVEC__ +-# endif + # include + # endif ++ ++/* Restore the original macro values, if applicable. */ ++# pragma pop_macro("pixel") ++# pragma pop_macro("vector") ++# pragma pop_macro("bool") + + typedef __vector unsigned long long xxh_u64x2; + typedef __vector unsigned char xxh_u8x16; diff --git a/lang/php85/files/patch-ext_pcre_php__pcre.h b/lang/php85/files/patch-ext_pcre_php__pcre.h new file mode 100644 index 000000000000..56c6dc75f6e3 --- /dev/null +++ b/lang/php85/files/patch-ext_pcre_php__pcre.h @@ -0,0 +1,11 @@ +--- ext/pcre/php_pcre.h.orig 2024-07-28 11:55:02 UTC ++++ ext/pcre/php_pcre.h +@@ -20,7 +20,7 @@ + #ifdef HAVE_BUNDLED_PCRE + #include "pcre2lib/pcre2.h" + #else +-#include "pcre2.h" ++#include + #endif + + #include diff --git a/lang/php85/files/patch-sapi_apache2handler_config.m4 b/lang/php85/files/patch-sapi_apache2handler_config.m4 new file mode 100644 index 000000000000..cb9874a7a4b0 --- /dev/null +++ b/lang/php85/files/patch-sapi_apache2handler_config.m4 @@ -0,0 +1,11 @@ +--- sapi/apache2handler/config.m4.orig 2024-08-27 14:33:48 UTC ++++ sapi/apache2handler/config.m4 +@@ -61,7 +61,7 @@ if test "$PHP_APXS2" != "no"; then + [AC_MSG_ERROR([Please note that Apache version >= 2.4 is required])]) + + APXS_LIBEXECDIR='$(INSTALL_ROOT)'$($APXS -q LIBEXECDIR) +- if test -z $($APXS -q SYSCONFDIR); then ++ if true; then + INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ + $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ + -i -n php" diff --git a/lang/php85/files/patch-sapi_fpm_www.conf.in b/lang/php85/files/patch-sapi_fpm_www.conf.in new file mode 100644 index 000000000000..c7465018244d --- /dev/null +++ b/lang/php85/files/patch-sapi_fpm_www.conf.in @@ -0,0 +1,17 @@ +--- sapi/fpm/www.conf.in.orig 2023-03-14 16:11:05 UTC ++++ sapi/fpm/www.conf.in +@@ -32,10 +32,14 @@ group = @php_fpm_group@ + ; Valid syntaxes are: + ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on + ; a specific port; ++; '0.0.0.0:port' - to listen on a TCP socket to all IPv4 addresses on ++; a specific port; + ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on + ; a specific port; + ; 'port' - to listen on a TCP socket to all addresses + ; (IPv6 and IPv4-mapped) on a specific port; ++; Note: IPv4-mapped addresses are disabled by-default in ++; FreeBSD for security reasons; + ; '/path/to/unix/socket' - to listen on a unix socket. + ; Note: This value is mandatory. + listen = 127.0.0.1:9000 diff --git a/lang/php85/files/php_fpm.in b/lang/php85/files/php_fpm.in new file mode 100644 index 000000000000..d8a70275f453 --- /dev/null +++ b/lang/php85/files/php_fpm.in @@ -0,0 +1,102 @@ +#!/bin/sh + +# PROVIDE: php_fpm +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable php_fpm: +# php_fpm_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable php_fpm +# php_fpm_profiles (str): Set to "" by default. +# Define your profiles here. +# php_fpm_pid_prefix (str): Set to "" by default. +# When using profiles manually assign value to "php_fpm_" +# for prevent collision with other PIDs names. + +. /etc/rc.subr + +name="php_fpm" +rcvar=php_fpm_enable + +start_precmd="php_fpm_prestart" +restart_precmd="php_fpm_checkconfig" +reload_precmd="php_fpm_checkconfig" +command="%%PREFIX%%/sbin/php-fpm" +configtest_cmd="php_fpm_checkconfig" +_pidprefix="/var/run" +pidfile="${_pidprefix}/php-fpm.pid" +required_files="%%PREFIX%%/etc/php-fpm.conf" + +load_rc_config "${name}" + +: ${php_fpm_enable="NO"} +: ${php_fpm_umask=""} +: ${php_fpm_svcj_options:="net_basic"} + +if [ -n "$2" ]; then + profile="$2" + if [ "x${php_fpm_profiles}" != "x" ]; then + pidfile="${_pidprefix}/${php_fpm_pid_prefix}php-fpm-${profile}.pid" + eval php_fpm_configfile="\${php_fpm_${profile}_configfile:-}" + if [ "x${php_fpm_configfile}" = "x" ]; then + echo "You must define a configuration file (php_fpm_${profile}_configfile)" + exit 1 + fi + required_files="${php_fpm_configfile}" + eval php_fpm_enable="\${php_fpm_${profile}_enable:-${php_fpm_enable}}" + php_fpm_flags="-y ${php_fpm_configfile} -g ${pidfile}" + else + echo "$0: extra argument ignored" + fi +else + if [ "x${php_fpm_profiles}" != "x" -a "x$1" != "x" ]; then + for profile in ${php_fpm_profiles}; do + echo "===> php_fpm profile: ${profile}" + %%PREFIX%%/etc/rc.d/php_fpm $1 ${profile} + retcode="$?" + if [ "0${retcode}" -ne 0 ]; then + failed="${profile} (${retcode}) ${failed:-}" + else + success="${profile} ${success:-}" + fi + done + exit 0 + fi +fi + +extra_commands="reload configtest logrotate" +sig_stop="QUIT" +sig_reload="USR2" +logrotate_cmd="php_fpm_logrotate" + +php_fpm_logrotate() { + if [ -z "$rc_pid" ]; then + _run_rc_notrunning + return 1 + fi + echo "Rotating logs $name." + kill -USR1 $rc_pid +} + +php_fpm_checkconfig() +{ + echo "Performing sanity check on php-fpm configuration:" + eval ${command} ${php_fpm_flags} -t +} + +php_fpm_prestart() +{ + php_fpm_checkconfig + checkconfig=$? + if [ $checkconfig -ne 0 ]; then + return $checkconfig + fi + + if [ ! -z "$php_fpm_umask" ]; then + echo "Setting umask to: ${php_fpm_umask}" + umask $php_fpm_umask + fi +} + +run_rc_command "$1" diff --git a/lang/php85/files/php_session.h b/lang/php85/files/php_session.h new file mode 100644 index 000000000000..65bf7de20449 --- /dev/null +++ b/lang/php85/files/php_session.h @@ -0,0 +1,328 @@ +/* + +----------------------------------------------------------------------+ + | Copyright (c) The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.01 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | https://www.php.net/license/3_01.txt | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Author: Sascha Schumann | + +----------------------------------------------------------------------+ + */ + +#ifndef PHP_SESSION_H +#define PHP_SESSION_H + +#include "ext/standard/php_var.h" +#include "ext/random/php_random.h" + +#define PHP_SESSION_API 20161017 + +#include "php_version.h" +#define PHP_SESSION_VERSION PHP_VERSION + +/* save handler macros */ +#define PS_OPEN_ARGS void **mod_data, const char *save_path, const char *session_name +#define PS_CLOSE_ARGS void **mod_data +#define PS_READ_ARGS void **mod_data, zend_string *key, zend_string **val, zend_long maxlifetime +#define PS_WRITE_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime +#define PS_DESTROY_ARGS void **mod_data, zend_string *key +#define PS_GC_ARGS void **mod_data, zend_long maxlifetime, zend_long *nrdels +#define PS_CREATE_SID_ARGS void **mod_data +#define PS_VALIDATE_SID_ARGS void **mod_data, zend_string *key +#define PS_UPDATE_TIMESTAMP_ARGS void **mod_data, zend_string *key, zend_string *val, zend_long maxlifetime + +typedef struct ps_module_struct { + const char *s_name; + zend_result (*s_open)(PS_OPEN_ARGS); + zend_result (*s_close)(PS_CLOSE_ARGS); + zend_result (*s_read)(PS_READ_ARGS); + zend_result (*s_write)(PS_WRITE_ARGS); + zend_result (*s_destroy)(PS_DESTROY_ARGS); + zend_long (*s_gc)(PS_GC_ARGS); + zend_string *(*s_create_sid)(PS_CREATE_SID_ARGS); + zend_result (*s_validate_sid)(PS_VALIDATE_SID_ARGS); + zend_result (*s_update_timestamp)(PS_UPDATE_TIMESTAMP_ARGS); +} ps_module; + +#define PS_GET_MOD_DATA() *mod_data +#define PS_SET_MOD_DATA(a) *mod_data = (a) + +#define PS_OPEN_FUNC(x) zend_result ps_open_##x(PS_OPEN_ARGS) +#define PS_CLOSE_FUNC(x) zend_result ps_close_##x(PS_CLOSE_ARGS) +#define PS_READ_FUNC(x) zend_result ps_read_##x(PS_READ_ARGS) +#define PS_WRITE_FUNC(x) zend_result ps_write_##x(PS_WRITE_ARGS) +#define PS_DESTROY_FUNC(x) zend_result ps_delete_##x(PS_DESTROY_ARGS) +#define PS_GC_FUNC(x) zend_long ps_gc_##x(PS_GC_ARGS) +#define PS_CREATE_SID_FUNC(x) zend_string *ps_create_sid_##x(PS_CREATE_SID_ARGS) +#define PS_VALIDATE_SID_FUNC(x) zend_result ps_validate_sid_##x(PS_VALIDATE_SID_ARGS) +#define PS_UPDATE_TIMESTAMP_FUNC(x) zend_result ps_update_timestamp_##x(PS_UPDATE_TIMESTAMP_ARGS) + +/* Legacy save handler module definitions */ +#define PS_FUNCS(x) \ + PS_OPEN_FUNC(x); \ + PS_CLOSE_FUNC(x); \ + PS_READ_FUNC(x); \ + PS_WRITE_FUNC(x); \ + PS_DESTROY_FUNC(x); \ + PS_GC_FUNC(x); \ + PS_CREATE_SID_FUNC(x) + +#define PS_MOD(x) \ + #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \ + ps_delete_##x, ps_gc_##x, php_session_create_id, \ + php_session_validate_sid, php_session_update_timestamp + +/* Legacy SID creation enabled save handler module definitions */ +#define PS_FUNCS_SID(x) \ + PS_OPEN_FUNC(x); \ + PS_CLOSE_FUNC(x); \ + PS_READ_FUNC(x); \ + PS_WRITE_FUNC(x); \ + PS_DESTROY_FUNC(x); \ + PS_GC_FUNC(x); \ + PS_CREATE_SID_FUNC(x); \ + PS_VALIDATE_SID_FUNC(x); \ + PS_UPDATE_TIMESTAMP_FUNC(x); + +#define PS_MOD_SID(x) \ + #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \ + ps_delete_##x, ps_gc_##x, ps_create_sid_##x, \ + php_session_validate_sid, php_session_update_timestamp + +/* Update timestamp enabled save handler module definitions + New save handlers should use this API */ +#define PS_FUNCS_UPDATE_TIMESTAMP(x) \ + PS_OPEN_FUNC(x); \ + PS_CLOSE_FUNC(x); \ + PS_READ_FUNC(x); \ + PS_WRITE_FUNC(x); \ + PS_DESTROY_FUNC(x); \ + PS_GC_FUNC(x); \ + PS_CREATE_SID_FUNC(x); \ + PS_VALIDATE_SID_FUNC(x); \ + PS_UPDATE_TIMESTAMP_FUNC(x); + +#define PS_MOD_UPDATE_TIMESTAMP(x) \ + #x, ps_open_##x, ps_close_##x, ps_read_##x, ps_write_##x, \ + ps_delete_##x, ps_gc_##x, ps_create_sid_##x, \ + ps_validate_sid_##x, ps_update_timestamp_##x + + +typedef enum { + php_session_disabled, + php_session_none, + php_session_active +} php_session_status; + +typedef struct _php_session_rfc1867_progress { + size_t sname_len; + zval sid; + smart_str key; + + zend_long update_step; + zend_long next_update; + double next_update_time; + bool cancel_upload; + bool apply_trans_sid; + size_t content_length; + + zval data; /* the array exported to session data */ + zval files; /* data["files"] array */ + zval *post_bytes_processed; /* data["bytes_processed"] */ + zval *current_file_bytes_processed; + zval current_file; /* array of currently uploading file */ +} php_session_rfc1867_progress; + +typedef struct _php_ps_globals { + char *save_path; + char *session_name; + zend_string *id; + char *extern_referer_chk; + char *cache_limiter; + zend_long cookie_lifetime; + char *cookie_path; + char *cookie_domain; + char *cookie_samesite; + bool cookie_secure; + bool cookie_httponly; + const ps_module *mod; + const ps_module *default_mod; + void *mod_data; + php_session_status session_status; + zend_string *session_started_filename; + uint32_t session_started_lineno; + int module_number; + php_random_status_state_pcgoneseq128xslrr64 random_state; + php_random_algo_with_state random; + zend_long gc_probability; + zend_long gc_divisor; + zend_long gc_maxlifetime; + zend_long cache_expire; + struct { + zval ps_open; + zval ps_close; + zval ps_read; + zval ps_write; + zval ps_destroy; + zval ps_gc; + zval ps_create_sid; + zval ps_validate_sid; + zval ps_update_timestamp; + } mod_user_names; + zend_string *mod_user_class_name; + bool mod_user_implemented; + bool mod_user_is_open; + bool auto_start; + bool use_cookies; + bool use_only_cookies; + bool use_trans_sid; /* contains the INI value of whether to use trans-sid */ + bool send_cookie; + bool define_sid; + + const struct ps_serializer_struct *serializer; + zval http_session_vars; + + zend_long sid_length; + zend_long sid_bits_per_character; + + php_session_rfc1867_progress *rfc1867_progress; + char *rfc1867_prefix; /* session.upload_progress.prefix */ + char *rfc1867_name; /* session.upload_progress.name */ + zend_long rfc1867_freq; /* session.upload_progress.freq */ + double rfc1867_min_freq; /* session.upload_progress.min_freq */ + bool rfc1867_enabled; /* session.upload_progress.enabled */ + bool rfc1867_cleanup; /* session.upload_progress.cleanup */ + + bool use_strict_mode; /* whether or not PHP accepts unknown session ids */ + bool lazy_write; /* omit session write when it is possible */ + bool in_save_handler; /* state if session is in save handler or not */ + bool set_handler; /* state if session module i setting handler or not */ + zend_string *session_vars; /* serialized original session data */ +} php_ps_globals; + +typedef php_ps_globals zend_ps_globals; + +extern zend_module_entry session_module_entry; +#define phpext_session_ptr &session_module_entry + +#ifdef ZTS +#define PS(v) ZEND_TSRMG(ps_globals_id, php_ps_globals *, v) +#ifdef COMPILE_DL_SESSION +ZEND_TSRMLS_CACHE_EXTERN() +#endif +#else +#define PS(v) (ps_globals.v) +#endif + +#define PS_SERIALIZER_ENCODE_ARGS void +#define PS_SERIALIZER_DECODE_ARGS const char *val, size_t vallen + +typedef struct ps_serializer_struct { + const char *name; + zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS); + zend_result (*decode)(PS_SERIALIZER_DECODE_ARGS); +} ps_serializer; + +#define PS_SERIALIZER_ENCODE_NAME(x) ps_srlzr_encode_##x +#define PS_SERIALIZER_DECODE_NAME(x) ps_srlzr_decode_##x + +#define PS_SERIALIZER_ENCODE_FUNC(x) \ + zend_string *PS_SERIALIZER_ENCODE_NAME(x)(PS_SERIALIZER_ENCODE_ARGS) +#define PS_SERIALIZER_DECODE_FUNC(x) \ + zend_result PS_SERIALIZER_DECODE_NAME(x)(PS_SERIALIZER_DECODE_ARGS) + +#define PS_SERIALIZER_FUNCS(x) \ + PS_SERIALIZER_ENCODE_FUNC(x); \ + PS_SERIALIZER_DECODE_FUNC(x) + +#define PS_SERIALIZER_ENTRY(x) \ + { #x, PS_SERIALIZER_ENCODE_NAME(x), PS_SERIALIZER_DECODE_NAME(x) } + +/* default create id function */ +PHPAPI zend_string *php_session_create_id(PS_CREATE_SID_ARGS); +/* Dummy PS module functions */ +PHPAPI zend_result php_session_validate_sid(PS_VALIDATE_SID_ARGS); +PHPAPI zend_result php_session_update_timestamp(PS_UPDATE_TIMESTAMP_ARGS); + +PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len); + +PHPAPI zend_result php_session_destroy(void); +PHPAPI void php_add_session_var(zend_string *name); +PHPAPI zval *php_set_session_var(zend_string *name, zval *state_val, php_unserialize_data_t *var_hash); +PHPAPI zval *php_get_session_var(zend_string *name); +PHPAPI zval* php_get_session_var_str(const char *name, size_t name_len); + +PHPAPI zend_result php_session_register_module(const ps_module *); + +PHPAPI zend_result php_session_register_serializer(const char *name, + zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS), + zend_result (*decode)(PS_SERIALIZER_DECODE_ARGS)); + +PHPAPI zend_result php_session_start(void); +PHPAPI zend_result php_session_flush(int write); +PHPAPI php_session_status php_get_session_status(void); + +PHPAPI const ps_module *_php_find_ps_module(const char *name); +PHPAPI const ps_serializer *_php_find_ps_serializer(const char *name); + +PHPAPI zend_result php_session_valid_key(const char *key); +PHPAPI zend_result php_session_reset_id(void); + +#define PS_ADD_VARL(name) do { \ + php_add_session_var(name); \ +} while (0) + +#define PS_ADD_VAR(name) PS_ADD_VARL(name) + +#define PS_DEL_VARL(name) do { \ + if (!Z_ISNULL(PS(http_session_vars))) { \ + zend_hash_del(Z_ARRVAL(PS(http_session_vars)), name); \ + } \ +} while (0) + + +#define PS_ENCODE_VARS \ + zend_string *key; \ + zend_ulong num_key; \ + zval *struc; + +#define PS_ENCODE_LOOP(code) do { \ + HashTable *_ht = Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))); \ + ZEND_HASH_FOREACH_KEY(_ht, num_key, key) { \ + if (key == NULL) { \ + php_error_docref(NULL, E_WARNING, \ + "Skipping numeric key " ZEND_LONG_FMT, num_key);\ + continue; \ + } \ + if ((struc = php_get_session_var(key))) { \ + code; \ + } \ + } ZEND_HASH_FOREACH_END(); \ +} while(0) + +PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps) + +void php_session_auto_start(void *data); + +extern PHPAPI zend_class_entry *php_session_class_entry; + +extern PHPAPI zend_class_entry *php_session_iface_entry; + +extern PHPAPI zend_class_entry *php_session_id_iface_entry; + +extern PHPAPI zend_class_entry *php_session_update_timestamp_iface_entry; + +extern PHP_METHOD(SessionHandler, open); +extern PHP_METHOD(SessionHandler, close); +extern PHP_METHOD(SessionHandler, read); +extern PHP_METHOD(SessionHandler, write); +extern PHP_METHOD(SessionHandler, destroy); +extern PHP_METHOD(SessionHandler, gc); +extern PHP_METHOD(SessionHandler, create_sid); + +#endif diff --git a/lang/php85/pkg-descr b/lang/php85/pkg-descr new file mode 100644 index 000000000000..60a2137716fb --- /dev/null +++ b/lang/php85/pkg-descr @@ -0,0 +1,6 @@ +PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open +Source general-purpose scripting language that is especially suited for +Web development and can be embedded into HTML. Its syntax draws upon C, +Java, and Perl, and is easy to learn. The main goal of the language is to +allow web developers to write dynamically generated webpages quickly, but +you can do much more with PHP. diff --git a/lang/php85/pkg-message.mod b/lang/php85/pkg-message.mod new file mode 100644 index 000000000000..8ad98d25b4e6 --- /dev/null +++ b/lang/php85/pkg-message.mod @@ -0,0 +1,24 @@ +****************************************************************************** + +Consider switching to php-fpm and mod_fast_cgi as per Apache httpd project +recommendation. See https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM + +****************************************************************************** + +If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled, +add WITH_MPM=event to /etc/make.conf to prevent build failures. + +****************************************************************************** + +Make sure index.php is part of your DirectoryIndex. + +You should add the following to your Apache configuration file: + + + SetHandler application/x-httpd-php + + + SetHandler application/x-httpd-php-source + + +****************************************************************************** diff --git a/lang/php85/pkg-plist b/lang/php85/pkg-plist new file mode 100644 index 000000000000..4ce095d86e09 --- /dev/null +++ b/lang/php85/pkg-plist @@ -0,0 +1,549 @@ +%%CLI%%bin/php +%%CGI%%bin/php-cgi +bin/php-config +%%PHPDBG%%bin/phpdbg +bin/phpize +%%FPM%%sbin/php-fpm +etc/php.conf +etc/php.ini-development +etc/php.ini-production +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf +%%FPM%%@sample etc/php-fpm.d/www.conf.default etc/php-fpm.d/www.conf +include/php/TSRM/TSRM.h +include/php/TSRM/tsrm_win32.h +include/php/Zend/Optimizer/zend_call_graph.h +include/php/Zend/Optimizer/zend_cfg.h +include/php/Zend/Optimizer/zend_dfg.h +include/php/Zend/Optimizer/zend_dump.h +include/php/Zend/Optimizer/zend_func_info.h +include/php/Zend/Optimizer/zend_inference.h +include/php/Zend/Optimizer/zend_optimizer.h +include/php/Zend/Optimizer/zend_ssa.h +include/php/Zend/Optimizer/zend_worklist.h +include/php/Zend/zend.h +include/php/Zend/zend_API.h +include/php/Zend/zend_alloc.h +include/php/Zend/zend_alloc_sizes.h +include/php/Zend/zend_arena.h +include/php/Zend/zend_ast.h +include/php/Zend/zend_atomic.h +include/php/Zend/zend_attributes.h +include/php/Zend/zend_attributes_arginfo.h +include/php/Zend/zend_bitset.h +include/php/Zend/zend_build.h +include/php/Zend/zend_builtin_functions.h +include/php/Zend/zend_builtin_functions_arginfo.h +include/php/Zend/zend_call_stack.h +include/php/Zend/zend_closures.h +include/php/Zend/zend_closures_arginfo.h +include/php/Zend/zend_compile.h +include/php/Zend/zend_config.h +include/php/Zend/zend_config.w32.h +include/php/Zend/zend_constants.h +include/php/Zend/zend_constants_arginfo.h +include/php/Zend/zend_cpuinfo.h +include/php/Zend/zend_dtrace.h +%%DTRACE%%include/php/Zend/zend_dtrace_gen.h +include/php/Zend/zend_enum.h +include/php/Zend/zend_enum_arginfo.h +include/php/Zend/zend_errors.h +include/php/Zend/zend_exceptions.h +include/php/Zend/zend_exceptions_arginfo.h +include/php/Zend/zend_execute.h +include/php/Zend/zend_extensions.h +include/php/Zend/zend_fibers.h +include/php/Zend/zend_fibers_arginfo.h +include/php/Zend/zend_float.h +include/php/Zend/zend_frameless_function.h +include/php/Zend/zend_gc.h +include/php/Zend/zend_gdb.h +include/php/Zend/zend_generators.h +include/php/Zend/zend_generators_arginfo.h +include/php/Zend/zend_globals.h +include/php/Zend/zend_globals_macros.h +include/php/Zend/zend_hash.h +include/php/Zend/zend_highlight.h +include/php/Zend/zend_hrtime.h +include/php/Zend/zend_inheritance.h +include/php/Zend/zend_ini.h +include/php/Zend/zend_ini_parser.h +include/php/Zend/zend_ini_scanner.h +include/php/Zend/zend_ini_scanner_defs.h +include/php/Zend/zend_interfaces.h +include/php/Zend/zend_interfaces_arginfo.h +include/php/Zend/zend_iterators.h +include/php/Zend/zend_language_parser.h +include/php/Zend/zend_language_scanner.h +include/php/Zend/zend_language_scanner_defs.h +include/php/Zend/zend_lazy_objects.h +include/php/Zend/zend_list.h +include/php/Zend/zend_llist.h +include/php/Zend/zend_long.h +include/php/Zend/zend_map_ptr.h +include/php/Zend/zend_max_execution_timer.h +include/php/Zend/zend_mmap.h +include/php/Zend/zend_modules.h +include/php/Zend/zend_multibyte.h +include/php/Zend/zend_multiply.h +include/php/Zend/zend_object_handlers.h +include/php/Zend/zend_objects.h +include/php/Zend/zend_objects_API.h +include/php/Zend/zend_observer.h +include/php/Zend/zend_operators.h +include/php/Zend/zend_portability.h +include/php/Zend/zend_property_hooks.h +include/php/Zend/zend_ptr_stack.h +include/php/Zend/zend_range_check.h +include/php/Zend/zend_signal.h +include/php/Zend/zend_simd.h +include/php/Zend/zend_smart_str.h +include/php/Zend/zend_smart_str_public.h +include/php/Zend/zend_smart_string.h +include/php/Zend/zend_smart_string_public.h +include/php/Zend/zend_sort.h +include/php/Zend/zend_stack.h +include/php/Zend/zend_stream.h +include/php/Zend/zend_string.h +include/php/Zend/zend_strtod.h +include/php/Zend/zend_strtod_int.h +include/php/Zend/zend_system_id.h +include/php/Zend/zend_type_info.h +include/php/Zend/zend_types.h +include/php/Zend/zend_variables.h +include/php/Zend/zend_verify_type_inference.h +include/php/Zend/zend_virtual_cwd.h +include/php/Zend/zend_vm.h +include/php/Zend/zend_vm_def.h +include/php/Zend/zend_vm_execute.h +include/php/Zend/zend_vm_handlers.h +include/php/Zend/zend_vm_opcodes.h +include/php/Zend/zend_vm_trace_handlers.h +include/php/Zend/zend_vm_trace_lines.h +include/php/Zend/zend_vm_trace_map.h +include/php/Zend/zend_weakrefs.h +include/php/Zend/zend_weakrefs_arginfo.h +include/php/ext/date/lib/timelib.h +include/php/ext/date/lib/timelib_config.h +include/php/ext/date/php_date.h +include/php/ext/hash/php_hash.h +include/php/ext/hash/php_hash_adler32.h +include/php/ext/hash/php_hash_crc32.h +include/php/ext/hash/php_hash_fnv.h +include/php/ext/hash/php_hash_gost.h +include/php/ext/hash/php_hash_haval.h +include/php/ext/hash/php_hash_joaat.h +include/php/ext/hash/php_hash_md.h +include/php/ext/hash/php_hash_murmur.h +include/php/ext/hash/php_hash_ripemd.h +include/php/ext/hash/php_hash_sha.h +include/php/ext/hash/php_hash_sha3.h +include/php/ext/hash/php_hash_snefru.h +include/php/ext/hash/php_hash_tiger.h +include/php/ext/hash/php_hash_whirlpool.h +include/php/ext/hash/php_hash_xxhash.h +include/php/ext/hash/xxhash/xxhash.h +include/php/ext/json/php_json.h +include/php/ext/json/php_json_parser.h +include/php/ext/json/php_json_scanner.h +include/php/ext/lexbor/core/array.h +include/php/ext/lexbor/core/array_obj.h +include/php/ext/lexbor/core/avl.h +include/php/ext/lexbor/core/base.h +include/php/ext/lexbor/core/bst.h +include/php/ext/lexbor/core/bst_map.h +include/php/ext/lexbor/core/conv.h +include/php/ext/lexbor/core/core.h +include/php/ext/lexbor/core/def.h +include/php/ext/lexbor/core/diyfp.h +include/php/ext/lexbor/core/dobject.h +include/php/ext/lexbor/core/dtoa.h +include/php/ext/lexbor/core/fs.h +include/php/ext/lexbor/core/hash.h +include/php/ext/lexbor/core/in.h +include/php/ext/lexbor/core/lexbor.h +include/php/ext/lexbor/core/mem.h +include/php/ext/lexbor/core/mraw.h +include/php/ext/lexbor/core/perf.h +include/php/ext/lexbor/core/plog.h +include/php/ext/lexbor/core/print.h +include/php/ext/lexbor/core/sbst.h +include/php/ext/lexbor/core/serialize.h +include/php/ext/lexbor/core/shs.h +include/php/ext/lexbor/core/str.h +include/php/ext/lexbor/core/strtod.h +include/php/ext/lexbor/core/str_res.h +include/php/ext/lexbor/core/swar.h +include/php/ext/lexbor/core/types.h +include/php/ext/lexbor/core/utils.h +include/php/ext/lexbor/css/at_rule.h +include/php/ext/lexbor/css/at_rule/const.h +include/php/ext/lexbor/css/at_rule/res.h +include/php/ext/lexbor/css/at_rule/state.h +include/php/ext/lexbor/css/base.h +include/php/ext/lexbor/css/css.h +include/php/ext/lexbor/css/declaration.h +include/php/ext/lexbor/css/property.h +include/php/ext/lexbor/css/property/const.h +include/php/ext/lexbor/css/property/res.h +include/php/ext/lexbor/css/property/state.h +include/php/ext/lexbor/css/rule.h +include/php/ext/lexbor/css/selectors/base.h +include/php/ext/lexbor/css/selectors/pseudo.h +include/php/ext/lexbor/css/selectors/pseudo_const.h +include/php/ext/lexbor/css/selectors/pseudo_res.h +include/php/ext/lexbor/css/selectors/pseudo_state.h +include/php/ext/lexbor/css/selectors/selector.h +include/php/ext/lexbor/css/selectors/selectors.h +include/php/ext/lexbor/css/selectors/state.h +include/php/ext/lexbor/css/state.h +include/php/ext/lexbor/css/stylesheet.h +include/php/ext/lexbor/css/syntax/anb.h +include/php/ext/lexbor/css/syntax/base.h +include/php/ext/lexbor/css/syntax/parser.h +include/php/ext/lexbor/css/syntax/res.h +include/php/ext/lexbor/css/syntax/state.h +include/php/ext/lexbor/css/syntax/state_res.h +include/php/ext/lexbor/css/syntax/syntax.h +include/php/ext/lexbor/css/syntax/token.h +include/php/ext/lexbor/css/syntax/token_res.h +include/php/ext/lexbor/css/syntax/tokenizer.h +include/php/ext/lexbor/css/syntax/tokenizer/error.h +include/php/ext/lexbor/css/unit.h +include/php/ext/lexbor/css/unit/const.h +include/php/ext/lexbor/css/unit/res.h +include/php/ext/lexbor/css/value.h +include/php/ext/lexbor/css/value/const.h +include/php/ext/lexbor/css/value/res.h +include/php/ext/lexbor/dom/interfaces/attr.h +include/php/ext/lexbor/dom/interfaces/attr_const.h +include/php/ext/lexbor/dom/interfaces/attr_res.h +include/php/ext/lexbor/dom/interfaces/cdata_section.h +include/php/ext/lexbor/dom/interfaces/character_data.h +include/php/ext/lexbor/dom/interfaces/comment.h +include/php/ext/lexbor/dom/interfaces/document.h +include/php/ext/lexbor/dom/interfaces/document_fragment.h +include/php/ext/lexbor/dom/interfaces/document_type.h +include/php/ext/lexbor/dom/interfaces/element.h +include/php/ext/lexbor/dom/interfaces/event_target.h +include/php/ext/lexbor/dom/interfaces/processing_instruction.h +include/php/ext/lexbor/dom/interfaces/shadow_root.h +include/php/ext/lexbor/dom/interfaces/text.h +include/php/ext/lexbor/encoding/multi.h +include/php/ext/lexbor/encoding/range.h +include/php/ext/lexbor/encoding/single.h +include/php/ext/lexbor/html/encoding.h +include/php/ext/lexbor/html/html.h +include/php/ext/lexbor/html/interface.h +include/php/ext/lexbor/html/interface_res.h +include/php/ext/lexbor/html/interfaces/anchor_element.h +include/php/ext/lexbor/html/interfaces/area_element.h +include/php/ext/lexbor/html/interfaces/audio_element.h +include/php/ext/lexbor/html/interfaces/base_element.h +include/php/ext/lexbor/html/interfaces/body_element.h +include/php/ext/lexbor/html/interfaces/br_element.h +include/php/ext/lexbor/html/interfaces/button_element.h +include/php/ext/lexbor/html/interfaces/canvas_element.h +include/php/ext/lexbor/html/interfaces/d_list_element.h +include/php/ext/lexbor/html/interfaces/data_element.h +include/php/ext/lexbor/html/interfaces/data_list_element.h +include/php/ext/lexbor/html/interfaces/details_element.h +include/php/ext/lexbor/html/interfaces/dialog_element.h +include/php/ext/lexbor/html/interfaces/directory_element.h +include/php/ext/lexbor/html/interfaces/div_element.h +include/php/ext/lexbor/html/interfaces/document.h +include/php/ext/lexbor/html/interfaces/element.h +include/php/ext/lexbor/html/interfaces/embed_element.h +include/php/ext/lexbor/html/interfaces/field_set_element.h +include/php/ext/lexbor/html/interfaces/font_element.h +include/php/ext/lexbor/html/interfaces/form_element.h +include/php/ext/lexbor/html/interfaces/frame_element.h +include/php/ext/lexbor/html/interfaces/frame_set_element.h +include/php/ext/lexbor/html/interfaces/head_element.h +include/php/ext/lexbor/html/interfaces/heading_element.h +include/php/ext/lexbor/html/interfaces/hr_element.h +include/php/ext/lexbor/html/interfaces/html_element.h +include/php/ext/lexbor/html/interfaces/iframe_element.h +include/php/ext/lexbor/html/interfaces/image_element.h +include/php/ext/lexbor/html/interfaces/input_element.h +include/php/ext/lexbor/html/interfaces/label_element.h +include/php/ext/lexbor/html/interfaces/legend_element.h +include/php/ext/lexbor/html/interfaces/li_element.h +include/php/ext/lexbor/html/interfaces/link_element.h +include/php/ext/lexbor/html/interfaces/map_element.h +include/php/ext/lexbor/html/interfaces/marquee_element.h +include/php/ext/lexbor/html/interfaces/media_element.h +include/php/ext/lexbor/html/interfaces/menu_element.h +include/php/ext/lexbor/html/interfaces/meta_element.h +include/php/ext/lexbor/html/interfaces/meter_element.h +include/php/ext/lexbor/html/interfaces/mod_element.h +include/php/ext/lexbor/html/interfaces/o_list_element.h +include/php/ext/lexbor/html/interfaces/object_element.h +include/php/ext/lexbor/html/interfaces/opt_group_element.h +include/php/ext/lexbor/html/interfaces/option_element.h +include/php/ext/lexbor/html/interfaces/output_element.h +include/php/ext/lexbor/html/interfaces/paragraph_element.h +include/php/ext/lexbor/html/interfaces/param_element.h +include/php/ext/lexbor/html/interfaces/picture_element.h +include/php/ext/lexbor/html/interfaces/pre_element.h +include/php/ext/lexbor/html/interfaces/progress_element.h +include/php/ext/lexbor/html/interfaces/quote_element.h +include/php/ext/lexbor/html/interfaces/script_element.h +include/php/ext/lexbor/html/interfaces/select_element.h +include/php/ext/lexbor/html/interfaces/slot_element.h +include/php/ext/lexbor/html/interfaces/source_element.h +include/php/ext/lexbor/html/interfaces/span_element.h +include/php/ext/lexbor/html/interfaces/style_element.h +include/php/ext/lexbor/html/interfaces/table_caption_element.h +include/php/ext/lexbor/html/interfaces/table_cell_element.h +include/php/ext/lexbor/html/interfaces/table_col_element.h +include/php/ext/lexbor/html/interfaces/table_element.h +include/php/ext/lexbor/html/interfaces/table_row_element.h +include/php/ext/lexbor/html/interfaces/table_section_element.h +include/php/ext/lexbor/html/interfaces/template_element.h +include/php/ext/lexbor/html/interfaces/text_area_element.h +include/php/ext/lexbor/html/interfaces/time_element.h +include/php/ext/lexbor/html/interfaces/title_element.h +include/php/ext/lexbor/html/interfaces/track_element.h +include/php/ext/lexbor/html/interfaces/u_list_element.h +include/php/ext/lexbor/html/interfaces/unknown_element.h +include/php/ext/lexbor/html/interfaces/video_element.h +include/php/ext/lexbor/html/interfaces/window.h +include/php/ext/lexbor/html/node.h +include/php/ext/lexbor/html/serialize.h +include/php/ext/lexbor/html/style.h +include/php/ext/lexbor/html/tag.h +include/php/ext/lexbor/html/tag_res.h +include/php/ext/lexbor/html/token.h +include/php/ext/lexbor/html/token_attr.h +include/php/ext/lexbor/html/tokenizer.h +include/php/ext/lexbor/html/tokenizer/error.h +include/php/ext/lexbor/html/tokenizer/res.h +include/php/ext/lexbor/html/tokenizer/state.h +include/php/ext/lexbor/html/tokenizer/state_comment.h +include/php/ext/lexbor/html/tokenizer/state_doctype.h +include/php/ext/lexbor/html/tokenizer/state_rawtext.h +include/php/ext/lexbor/html/tokenizer/state_rcdata.h +include/php/ext/lexbor/html/tokenizer/state_script.h +include/php/ext/lexbor/html/tree/active_formatting.h +include/php/ext/lexbor/html/tree/error.h +include/php/ext/lexbor/html/tree/insertion_mode.h +include/php/ext/lexbor/html/tree/open_elements.h +include/php/ext/lexbor/html/tree/template_insertion.h +include/php/ext/lexbor/html/tree_res.h +include/php/ext/lexbor/ns/base.h +include/php/ext/lexbor/ns/ns.h +include/php/ext/lexbor/ns/res.h +include/php/ext/lexbor/punycode/base.h +include/php/ext/lexbor/punycode/punycode.h +include/php/ext/lexbor/selectors/selectors.h +include/php/ext/lexbor/tag/base.h +include/php/ext/lexbor/tag/res.h +include/php/ext/lexbor/tag/tag.h +include/php/ext/lexbor/unicode/base.h +include/php/ext/lexbor/unicode/idna.h +include/php/ext/lexbor/unicode/res.h +include/php/ext/lexbor/unicode/unicode.h +include/php/ext/lexbor/url/base.h +include/php/ext/lexbor/url/url.h +include/php/ext/lexbor/css/log.h +include/php/ext/lexbor/css/parser.h +include/php/ext/lexbor/dom/base.h +include/php/ext/lexbor/dom/collection.h +include/php/ext/lexbor/dom/dom.h +include/php/ext/lexbor/dom/exception.h +include/php/ext/lexbor/dom/interface.h +include/php/ext/lexbor/dom/interfaces/node.h +include/php/ext/lexbor/encoding/base.h +include/php/ext/lexbor/encoding/const.h +include/php/ext/lexbor/encoding/decode.h +include/php/ext/lexbor/encoding/encode.h +include/php/ext/lexbor/encoding/encoding.h +include/php/ext/lexbor/encoding/res.h +include/php/ext/lexbor/html/base.h +include/php/ext/lexbor/html/parser.h +include/php/ext/lexbor/html/tree.h +include/php/ext/lexbor/ns/const.h +include/php/ext/lexbor/php_lexbor.h +include/php/ext/lexbor/selectors/base.h +include/php/ext/lexbor/tag/const.h +include/php/ext/libxml/php_libxml.h +%%MYSQLND%%include/php/ext/mysqlnd/config-win.h +%%MYSQLND%%include/php/ext/mysqlnd/mysql_float_to_double.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_alloc.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_auth.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_block_alloc.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_charset.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_commands.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_connection.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_debug.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_enum_n_def.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_ext_plugin.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_libmysql_compat.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_plugin.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_portability.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_priv.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_protocol_frame_codec.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_ps.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_read_buffer.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_result.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_result_meta.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_reverse_api.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_statistics.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_structs.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_vio.h +%%MYSQLND%%include/php/ext/mysqlnd/mysqlnd_wireprotocol.h +%%MYSQLND%%include/php/ext/mysqlnd/php_mysqlnd.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/config.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_internal.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_intmodedep.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_jit_simd_inc.h +%%BUNDLED_PCRE%%include/php/ext/pcre/pcre2lib/pcre2_ucp.h +include/php/ext/pcre/php_pcre.h +include/php/ext/random/php_random.h +include/php/ext/random/php_random_csprng.h +include/php/ext/random/php_random_uint128.h +include/php/ext/spl/php_spl.h +include/php/ext/spl/spl_array.h +include/php/ext/spl/spl_directory.h +include/php/ext/spl/spl_dllist.h +include/php/ext/spl/spl_exceptions.h +include/php/ext/spl/spl_fixedarray.h +include/php/ext/spl/spl_functions.h +include/php/ext/spl/spl_heap.h +include/php/ext/spl/spl_iterators.h +include/php/ext/spl/spl_observer.h +include/php/ext/standard/base64.h +include/php/ext/standard/basic_functions.h +include/php/ext/standard/basic_functions_arginfo.h +include/php/ext/standard/crc32.h +include/php/ext/standard/crc32_x86.h +include/php/ext/standard/credits.h +include/php/ext/standard/credits_ext.h +include/php/ext/standard/credits_sapi.h +include/php/ext/standard/crypt_blowfish.h +include/php/ext/standard/crypt_freesec.h +include/php/ext/standard/css.h +include/php/ext/standard/dir_arginfo.h +include/php/ext/standard/dl.h +include/php/ext/standard/dl_arginfo.h +include/php/ext/standard/exec.h +include/php/ext/standard/file.h +include/php/ext/standard/file_arginfo.h +include/php/ext/standard/flock_compat.h +include/php/ext/standard/fsock.h +include/php/ext/standard/head.h +include/php/ext/standard/html.h +include/php/ext/standard/html_tables.h +include/php/ext/standard/info.h +include/php/ext/standard/md5.h +include/php/ext/standard/pack.h +include/php/ext/standard/pageinfo.h +include/php/ext/standard/password_arginfo.h +include/php/ext/standard/php_array.h +include/php/ext/standard/php_assert.h +include/php/ext/standard/php_browscap.h +include/php/ext/standard/php_crypt.h +include/php/ext/standard/php_crypt_r.h +include/php/ext/standard/php_dir.h +include/php/ext/standard/php_dir_int.h +include/php/ext/standard/php_dns.h +include/php/ext/standard/php_ext_syslog.h +include/php/ext/standard/php_filestat.h +include/php/ext/standard/php_fopen_wrappers.h +include/php/ext/standard/php_http.h +include/php/ext/standard/php_image.h +include/php/ext/standard/php_incomplete_class.h +include/php/ext/standard/php_mail.h +include/php/ext/standard/php_math.h +include/php/ext/standard/php_math_round_mode.h +include/php/ext/standard/php_net.h +include/php/ext/standard/php_password.h +include/php/ext/standard/php_smart_string.h +include/php/ext/standard/php_smart_string_public.h +include/php/ext/standard/php_standard.h +include/php/ext/standard/php_string.h +include/php/ext/standard/php_uuencode.h +include/php/ext/standard/php_var.h +include/php/ext/standard/php_versioning.h +include/php/ext/standard/proc_open.h +include/php/ext/standard/quot_print.h +include/php/ext/standard/scanf.h +include/php/ext/standard/sha1.h +include/php/ext/standard/streamsfuncs.h +include/php/ext/standard/url.h +include/php/ext/standard/url_scanner_ex.h +include/php/ext/standard/user_filters_arginfo.h +include/php/ext/standard/winver.h +include/php/ext/uri/php_lexbor.h +include/php/ext/uri/php_uri.h +include/php/ext/uri/php_uri_common.h +@touch include/php/ext/php_config.h +@rmempty include/php/ext/php_config.h +include/php/main/SAPI.h +include/php/main/build-defs.h +include/php/main/charclass.h +include/php/main/fastcgi.h +include/php/main/fopen_wrappers.h +include/php/main/http_status_codes.h +include/php/main/main_arginfo.h +include/php/main/php.h +include/php/main/php_compat.h +include/php/main/php_config.h +include/php/main/php_content_types.h +include/php/main/php_getopt.h +include/php/main/php_glob.h +include/php/main/php_globals.h +include/php/main/php_ini.h +include/php/main/php_ini_builder.h +include/php/main/php_main.h +include/php/main/php_memory_streams.h +include/php/main/php_network.h +include/php/main/php_odbc_utils.h +include/php/main/php_open_temporary_file.h +include/php/main/php_output.h +include/php/main/php_reentrancy.h +include/php/main/php_scandir.h +include/php/main/php_streams.h +include/php/main/php_syslog.h +include/php/main/php_ticks.h +include/php/main/php_variables.h +include/php/main/php_version.h +include/php/main/rfc1867.h +include/php/main/snprintf.h +include/php/main/spprintf.h +include/php/main/streams/php_stream_context.h +include/php/main/streams/php_stream_filter_api.h +include/php/main/streams/php_stream_glob_wrapper.h +include/php/main/streams/php_stream_mmap.h +include/php/main/streams/php_stream_plain_wrapper.h +include/php/main/streams/php_stream_transport.h +include/php/main/streams/php_stream_userspace.h +include/php/main/streams/php_streams_int.h +include/php/main/streams/userspace_arginfo.h +%%CLI%%include/php/sapi/cli/cli.h +%%EMBED%%include/php/sapi/embed/php_embed.h +%%EMBED%%lib/libphp.so +lib/php/build/Makefile.global +lib/php/build/ax_check_compile_flag.m4 +lib/php/build/ax_gcc_func_attribute.m4 +lib/php/build/config.guess +lib/php/build/config.sub +lib/php/build/gen_stub.php +lib/php/build/libtool.m4 +lib/php/build/ltmain.sh +lib/php/build/php.m4 +lib/php/build/php_cxx_compile_stdcxx.m4 +lib/php/build/phpize.m4 +lib/php/build/pkg.m4 +lib/php/build/run-tests.php +lib/php/build/shtool +%%CGI%%share/man/man1/php-cgi.1.gz +share/man/man1/php-config.1.gz +%%CLI%%share/man/man1/php.1.gz +%%PHPDBG%%share/man/man1/phpdbg.1.gz +share/man/man1/phpize.1.gz +%%FPM%%share/man/man8/php-fpm.8.gz +%%FPM%%share/php/fpm/status.html diff --git a/lang/php85/pkg-plist.mod b/lang/php85/pkg-plist.mod new file mode 100644 index 000000000000..8939be6d3d5e --- /dev/null +++ b/lang/php85/pkg-plist.mod @@ -0,0 +1,3 @@ +%%APACHEMODDIR%%/%%AP_MODULE%% +@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f diff --git a/lang/pomsky/Makefile b/lang/pomsky/Makefile index f4d36dc66d14..75a865882696 100644 --- a/lang/pomsky/Makefile +++ b/lang/pomsky/Makefile @@ -1,7 +1,7 @@ PORTNAME= pomsky DISTVERSIONPREFIX= v DISTVERSION= 0.10 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= lang textproc MAINTAINER= yuri@FreeBSD.org diff --git a/lang/prql/Makefile b/lang/prql/Makefile index e8839e515033..e21918dbf9ac 100644 --- a/lang/prql/Makefile +++ b/lang/prql/Makefile @@ -1,6 +1,6 @@ PORTNAME= prql DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang databases PKGNAMESUFFIX= -compiler diff --git a/lang/py-dhall/Makefile b/lang/py-dhall/Makefile index e309fbc6a223..7bcebefdba72 100644 --- a/lang/py-dhall/Makefile +++ b/lang/py-dhall/Makefile @@ -1,7 +1,7 @@ PORTNAME= dhall DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 0b4dee9b243f..6eab866688f9 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= LOCAL/obrien \ http://sepwww.stanford.edu/sep/prof/ DISTFILES= ratfor.shar.2 local.ratfor77.shar -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rational FORTRAN compiler LICENSE= PD diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 499fb23c9e73..9202d3a35d87 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -2,7 +2,7 @@ # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust -PORTVERSION= 1.87.0 +PORTVERSION= 1.88.0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ PKGNAMEPREFIX= ${FLAVOR:S/_/-/g}- diff --git a/lang/rust-bootstrap/distinfo b/lang/rust-bootstrap/distinfo index 58cd2197093a..123913a3a6c2 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747381480 -SHA256 (rust/rustc-1.87.0-src.tar.xz) = 8623b8651893e8c6aebfa45b6a90645a4f652f7b18189a0992a90d11ac2631f4 -SIZE (rust/rustc-1.87.0-src.tar.xz) = 283604208 +TIMESTAMP = 1750748758 +SHA256 (rust/rustc-1.88.0-src.tar.xz) = 0c1dcbb4f762513d021e1a282c0ac58c0a423642b3a6bf581cafb5414df4193e +SIZE (rust/rustc-1.88.0-src.tar.xz) = 283294344 diff --git a/lang/rust/Makefile b/lang/rust/Makefile index b3f9e7bcf803..61395c21e0fe 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,5 +1,5 @@ PORTNAME= rust -PORTVERSION?= 1.87.0 +PORTVERSION?= 1.88.0 PORTREVISION?= 0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:src \ @@ -71,8 +71,8 @@ WASM_VARS= _COMPONENTS+="rust-analysis-${_PACKAGE_VERS}-wasm32-unknown-unknown _RUST_TARGETS+=wasm32-unknown-unknown # See WRKSRC/src/stage0 for the date and version values -BOOTSTRAPS_DATE?= 2025-04-03 -RUST_BOOTSTRAP_VERSION?= 1.86.0 +BOOTSTRAPS_DATE?= 2025-05-15 +RUST_BOOTSTRAP_VERSION?= 1.87.0 CARGO_VENDOR_DIR?= ${WRKSRC}/vendor diff --git a/lang/rust/distinfo b/lang/rust/distinfo index 7749cc6eb420..833397cfa5cc 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,51 +1,51 @@ -TIMESTAMP = 1747381478 -SHA256 (rust/rustc-1.87.0-src.tar.xz) = 8623b8651893e8c6aebfa45b6a90645a4f652f7b18189a0992a90d11ac2631f4 -SIZE (rust/rustc-1.87.0-src.tar.xz) = 283604208 -SHA256 (rust/2025-04-03/rustc-1.86.0-aarch64-unknown-freebsd.tar.xz) = b49f08bb6781c65121ac56bb4fb75fe309d8614cb54816b53ad2350f3c5341ee -SIZE (rust/2025-04-03/rustc-1.86.0-aarch64-unknown-freebsd.tar.xz) = 64694524 -SHA256 (rust/2025-04-03/rust-std-1.86.0-aarch64-unknown-freebsd.tar.xz) = 0cbe464bef3c655ee225a6e1c012cb77680c1497d1ff934a7f237606695ef7b6 -SIZE (rust/2025-04-03/rust-std-1.86.0-aarch64-unknown-freebsd.tar.xz) = 25076948 -SHA256 (rust/2025-04-03/cargo-1.86.0-aarch64-unknown-freebsd.tar.xz) = 77c7bc54bb4deeebd57dd7847c3f38b151e79e3ebc21a7f8d68f7ac296a96650 -SIZE (rust/2025-04-03/cargo-1.86.0-aarch64-unknown-freebsd.tar.xz) = 8353556 -SHA256 (rust/2025-04-03/rustc-1.86.0-x86_64-unknown-freebsd.tar.xz) = 762b6de1097c22fa28e59a44c0407c3c065428acffed479c12e4b63ba3e5e20d -SIZE (rust/2025-04-03/rustc-1.86.0-x86_64-unknown-freebsd.tar.xz) = 59859608 -SHA256 (rust/2025-04-03/rust-std-1.86.0-x86_64-unknown-freebsd.tar.xz) = 06a8b89e1701bc71a1ff3735441cb2be9c77156b980321172f2f1f8b00e7e1c2 -SIZE (rust/2025-04-03/rust-std-1.86.0-x86_64-unknown-freebsd.tar.xz) = 26323648 -SHA256 (rust/2025-04-03/cargo-1.86.0-x86_64-unknown-freebsd.tar.xz) = d8c2bf87027441a950052d8a224ed030cd6134746597e7b868fc115e28188036 -SIZE (rust/2025-04-03/cargo-1.86.0-x86_64-unknown-freebsd.tar.xz) = 9412224 -SHA256 (rust/2025-04-03/rustc-1.86.0-armv7-unknown-freebsd.tar.xz) = 9482c19107d89e4a2ed9f0c14a70a64e277427eab8b411cb8693c5efeb879eaa -SIZE (rust/2025-04-03/rustc-1.86.0-armv7-unknown-freebsd.tar.xz) = 64784700 -SHA256 (rust/2025-04-03/rust-std-1.86.0-armv7-unknown-freebsd.tar.xz) = aa615f218e1b55cceea6c53c7a6b63e85fdee07d0854aebeab19d53a2f43b4b8 -SIZE (rust/2025-04-03/rust-std-1.86.0-armv7-unknown-freebsd.tar.xz) = 24279348 -SHA256 (rust/2025-04-03/cargo-1.86.0-armv7-unknown-freebsd.tar.xz) = 1d45b5eee9133468f8316c25a7115ebeb95044406554c9c705337697cfe66bfd -SIZE (rust/2025-04-03/cargo-1.86.0-armv7-unknown-freebsd.tar.xz) = 8436308 -SHA256 (rust/2025-04-03/rustc-1.86.0-i686-unknown-freebsd.tar.xz) = 724095086e992ec5266b1c3360053c09943969cd34741418bd71b348002f1421 -SIZE (rust/2025-04-03/rustc-1.86.0-i686-unknown-freebsd.tar.xz) = 72252364 -SHA256 (rust/2025-04-03/rust-std-1.86.0-i686-unknown-freebsd.tar.xz) = 3f9586f04740463e81a205d4933865d956c307020881578a45f51b41128600a4 -SIZE (rust/2025-04-03/rust-std-1.86.0-i686-unknown-freebsd.tar.xz) = 26001160 -SHA256 (rust/2025-04-03/cargo-1.86.0-i686-unknown-freebsd.tar.xz) = a95e66aa8a81ab2eaf0292b48009214e3ee086e3af5473716faa9b4a103485ee -SIZE (rust/2025-04-03/cargo-1.86.0-i686-unknown-freebsd.tar.xz) = 10026684 -SHA256 (rust/2025-04-03/rustc-1.86.0-powerpc-unknown-freebsd.tar.xz) = 30ab4a0223263f91a35889c3c963ae1ceb6ae89093c9794579920503cf5e6576 -SIZE (rust/2025-04-03/rustc-1.86.0-powerpc-unknown-freebsd.tar.xz) = 65902536 -SHA256 (rust/2025-04-03/rust-std-1.86.0-powerpc-unknown-freebsd.tar.xz) = 9b435f6356409712e3c3cefb377e096136603f7a12b860d508211f8d1ca423ed -SIZE (rust/2025-04-03/rust-std-1.86.0-powerpc-unknown-freebsd.tar.xz) = 23515212 -SHA256 (rust/2025-04-03/cargo-1.86.0-powerpc-unknown-freebsd.tar.xz) = 313d4abae5a5f19a300d9f78c045c9e2d32104af99885e1205a859f1f8c93b8a -SIZE (rust/2025-04-03/cargo-1.86.0-powerpc-unknown-freebsd.tar.xz) = 8682124 -SHA256 (rust/2025-04-03/rustc-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 0524fa2437ace6ed7305dd619c7fb7263cca8fab647307e3e6400d675c50b6ee -SIZE (rust/2025-04-03/rustc-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 63944028 -SHA256 (rust/2025-04-03/rust-std-1.86.0-powerpc64-unknown-freebsd.tar.xz) = d0a26c184f8f3dcbcc1e3ce1939057d33dff62a41fc24dbfbd8d5a25dfce73ab -SIZE (rust/2025-04-03/rust-std-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 23494356 -SHA256 (rust/2025-04-03/cargo-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 38f3c952ff10f303f76b7bc3c1bc7ccc00069f9c7b4e850ede8cbf5c54102d37 -SIZE (rust/2025-04-03/cargo-1.86.0-powerpc64-unknown-freebsd.tar.xz) = 8376044 -SHA256 (rust/2025-04-03/rustc-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 2c89c2605bcf3e8ef1c3e7afbd10223eacd66b9c5d1c863d31eb4f7e57e4b9a9 -SIZE (rust/2025-04-03/rustc-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 66937772 -SHA256 (rust/2025-04-03/rust-std-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 263d0632010814ffe8d6a421465d65066941e5b965eb7504377e83d9ba43e0e3 -SIZE (rust/2025-04-03/rust-std-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 23608152 -SHA256 (rust/2025-04-03/cargo-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = d9b86c14cd5637287d66029f6c8cf12978deabcc4c09b81e67f08a6fd0e4e6bd -SIZE (rust/2025-04-03/cargo-1.86.0-powerpc64le-unknown-freebsd.tar.xz) = 8789924 -SHA256 (rust/2025-04-03/rustc-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 9a6881d37845c70079d7eab2a4d06782e1edb754d8c8a61596cff83a50f354fd -SIZE (rust/2025-04-03/rustc-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 71372776 -SHA256 (rust/2025-04-03/rust-std-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = ff9b3d3e21ea8919029aead4c1ef50aaefb3e6f6fdd21f29c66f686bd2b9bcf4 -SIZE (rust/2025-04-03/rust-std-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 23451920 -SHA256 (rust/2025-04-03/cargo-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = d77f8b50bdb875eaa6410ceb0c61df2512ff97fed47e4af5b28a5f266e0bec35 -SIZE (rust/2025-04-03/cargo-1.86.0-riscv64gc-unknown-freebsd.tar.xz) = 10660864 +TIMESTAMP = 1751532290 +SHA256 (rust/rustc-1.88.0-src.tar.xz) = 0c1dcbb4f762513d021e1a282c0ac58c0a423642b3a6bf581cafb5414df4193e +SIZE (rust/rustc-1.88.0-src.tar.xz) = 283294344 +SHA256 (rust/2025-05-15/rustc-1.87.0-aarch64-unknown-freebsd.tar.xz) = 6d7a7fe409d84019a6681a7c5bbe804c2a71444dffa482c277f7303afbbac1bb +SIZE (rust/2025-05-15/rustc-1.87.0-aarch64-unknown-freebsd.tar.xz) = 68494832 +SHA256 (rust/2025-05-15/rust-std-1.87.0-aarch64-unknown-freebsd.tar.xz) = 85fbfeab2bee94cddc8f237324de6ac0b65511b61427611bb600f589cd83269f +SIZE (rust/2025-05-15/rust-std-1.87.0-aarch64-unknown-freebsd.tar.xz) = 25085332 +SHA256 (rust/2025-05-15/cargo-1.87.0-aarch64-unknown-freebsd.tar.xz) = f6fad164c4b3107c531036c9f4aea79f1d5b3138a9212839082068ec14e8069a +SIZE (rust/2025-05-15/cargo-1.87.0-aarch64-unknown-freebsd.tar.xz) = 8864360 +SHA256 (rust/2025-05-15/rustc-1.87.0-x86_64-unknown-freebsd.tar.xz) = 37f413c5af70d678598844e206329f24c3047d38cc43f162a0c6db14b6a5de0c +SIZE (rust/2025-05-15/rustc-1.87.0-x86_64-unknown-freebsd.tar.xz) = 63790236 +SHA256 (rust/2025-05-15/rust-std-1.87.0-x86_64-unknown-freebsd.tar.xz) = 037b982e3cdf2af304647a8dbaf83c310605cbd131b2fd2c436f0a4284581325 +SIZE (rust/2025-05-15/rust-std-1.87.0-x86_64-unknown-freebsd.tar.xz) = 26183840 +SHA256 (rust/2025-05-15/cargo-1.87.0-x86_64-unknown-freebsd.tar.xz) = 9cdffc039d2b449619b81dcd494c399180507faee2b7b5a18ff8fd59aa6215d3 +SIZE (rust/2025-05-15/cargo-1.87.0-x86_64-unknown-freebsd.tar.xz) = 10021928 +SHA256 (rust/2025-05-15/rustc-1.87.0-armv7-unknown-freebsd.tar.xz) = 0115525ad2c7df25ef25338a986e42a0c028ae53cf0c6dbf31a9313197c96832 +SIZE (rust/2025-05-15/rustc-1.87.0-armv7-unknown-freebsd.tar.xz) = 68671404 +SHA256 (rust/2025-05-15/rust-std-1.87.0-armv7-unknown-freebsd.tar.xz) = d37a4ede26f8334b96982321dfa94dbefe50da2cc39fae4ddbeae077e8aded1a +SIZE (rust/2025-05-15/rust-std-1.87.0-armv7-unknown-freebsd.tar.xz) = 24274380 +SHA256 (rust/2025-05-15/cargo-1.87.0-armv7-unknown-freebsd.tar.xz) = 86a86b4661fbbd70ff9c052c4729c01132767785597599f818d6607dc6544b1c +SIZE (rust/2025-05-15/cargo-1.87.0-armv7-unknown-freebsd.tar.xz) = 9116332 +SHA256 (rust/2025-05-15/rustc-1.87.0-i686-unknown-freebsd.tar.xz) = eda4511359f500204726fdca40bd88292c83144d2a4f566c083ac41f8121358a +SIZE (rust/2025-05-15/rustc-1.87.0-i686-unknown-freebsd.tar.xz) = 76629816 +SHA256 (rust/2025-05-15/rust-std-1.87.0-i686-unknown-freebsd.tar.xz) = dfe0645c3913a1852561ab141f01dd90ec678080400d112361c5ade6b324fba2 +SIZE (rust/2025-05-15/rust-std-1.87.0-i686-unknown-freebsd.tar.xz) = 25965172 +SHA256 (rust/2025-05-15/cargo-1.87.0-i686-unknown-freebsd.tar.xz) = a536712e4fd1919b397a2427b5d2080f06d4e9d3f9ef96a4e0ffae8497a3cd6c +SIZE (rust/2025-05-15/cargo-1.87.0-i686-unknown-freebsd.tar.xz) = 10599524 +SHA256 (rust/2025-05-15/rustc-1.87.0-powerpc-unknown-freebsd.tar.xz) = 55eb2f9e15ae7ef4ef8df383f578048e13d81f587ea3689bd708908bf9d4af97 +SIZE (rust/2025-05-15/rustc-1.87.0-powerpc-unknown-freebsd.tar.xz) = 69260664 +SHA256 (rust/2025-05-15/rust-std-1.87.0-powerpc-unknown-freebsd.tar.xz) = bdcaab8444e42a645815b92fe0ea9eb3718c63a42e15eba4f481a13996bb79d0 +SIZE (rust/2025-05-15/rust-std-1.87.0-powerpc-unknown-freebsd.tar.xz) = 23412632 +SHA256 (rust/2025-05-15/cargo-1.87.0-powerpc-unknown-freebsd.tar.xz) = c605ad5c7e73b38c575989796a4dca24bac92f3034703bbed5f4b5d954aa9739 +SIZE (rust/2025-05-15/cargo-1.87.0-powerpc-unknown-freebsd.tar.xz) = 9219908 +SHA256 (rust/2025-05-15/rustc-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 04b22a1eacb30dc7d16d9751baca92a2cec72010c85fc4927267e3b42c0094d3 +SIZE (rust/2025-05-15/rustc-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 67746940 +SHA256 (rust/2025-05-15/rust-std-1.87.0-powerpc64-unknown-freebsd.tar.xz) = a21922d860f19e0b4c642207274c588df1341c6ff622050a0653bb82be40bda6 +SIZE (rust/2025-05-15/rust-std-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 23282608 +SHA256 (rust/2025-05-15/cargo-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 07aca5c0e8dcc8aaea3b7b16751d6191373105d445f73e46139eb16066a146ca +SIZE (rust/2025-05-15/cargo-1.87.0-powerpc64-unknown-freebsd.tar.xz) = 9295388 +SHA256 (rust/2025-05-15/rustc-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = a99e6b9e9713c530337633a5e36d214ae687ba638b7f04c07a9cf659c245c781 +SIZE (rust/2025-05-15/rustc-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 71448916 +SHA256 (rust/2025-05-15/rust-std-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 8bd9ba04fe0cf194a1004abca0bc9420a47d0491131c4f6c0b0d8a89ad5b96ea +SIZE (rust/2025-05-15/rust-std-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 23330908 +SHA256 (rust/2025-05-15/cargo-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 9a67120c2776d181c1f32e68f8e55a0d05543f439feeb08c1d8ce6d96a1771da +SIZE (rust/2025-05-15/cargo-1.87.0-powerpc64le-unknown-freebsd.tar.xz) = 9794732 +SHA256 (rust/2025-05-15/rustc-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = b4b5c71211e2873461b4fd3108668dfd108e220d7012ed9e2b962912d91a9f19 +SIZE (rust/2025-05-15/rustc-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 78845668 +SHA256 (rust/2025-05-15/rust-std-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = e79ac7a4449f934b0b6d5699e3080aef3d2d665a128f701a786e847634dd8abf +SIZE (rust/2025-05-15/rust-std-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 23480648 +SHA256 (rust/2025-05-15/cargo-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 316fac9c44a37d85ae18a40290f5ce3b064e5326fff3574119322ba191109205 +SIZE (rust/2025-05-15/cargo-1.87.0-riscv64gc-unknown-freebsd.tar.xz) = 11690508 diff --git a/lang/rust/files/patch-vendor_cc.rs b/lang/rust/files/patch-vendor_cc.rs index 4bc3a7b24e42..dbcbe5771fdd 100644 --- a/lang/rust/files/patch-vendor_cc.rs +++ b/lang/rust/files/patch-vendor_cc.rs @@ -21,19 +21,6 @@ https://reviews.llvm.org/D77776 (false, false, true) => Ok(ToolFamily::Gnu), (false, false, false) => { cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__` or `_MSC_VER`, fallback to treating it as GNU"); ---- vendor/cc-1.1.22/src/tool.rs.orig 2024-05-09 18:20:47 UTC -+++ vendor/cc-1.1.22/src/tool.rs -@@ -174,9 +174,7 @@ impl Tool { - - match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { - (clang_cl, true, _, false, false) => Ok(ToolFamily::Msvc { clang_cl }), -- (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Clang { -- zig_cc: is_zig_cc(path, cargo_output), -- }), -+ (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Gnu), - (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.0/src/tool.rs.orig 2024-05-09 18:20:47 UTC +++ vendor/cc-1.2.0/src/tool.rs @@ -174,9 +174,7 @@ impl Tool { @@ -43,19 +30,6 @@ https://reviews.llvm.org/D77776 - (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Clang { - zig_cc: is_zig_cc(path, cargo_output), - }), -+ (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Gnu), - (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.10/src/tool.rs.orig 2024-05-09 18:20:47 UTC -+++ vendor/cc-1.2.10/src/tool.rs -@@ -174,9 +174,7 @@ impl Tool { - - match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { - (clang_cl, true, _, false, false) => Ok(ToolFamily::Msvc { clang_cl }), -- (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Clang { -- zig_cc: is_zig_cc(path, cargo_output), -- }), + (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Gnu), (false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu), (false, false, false, false, false) => { @@ -86,3 +60,16 @@ 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 2024-05-09 18:20:47 UTC ++++ vendor/cc-1.2.21/src/tool.rs +@@ -174,9 +174,7 @@ impl Tool { + + match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) { + (clang_cl, true, _, false, false) => Ok(ToolFamily::Msvc { clang_cl }), +- (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Clang { +- zig_cc: is_zig_cc(path, cargo_output), +- }), ++ (true, _, _, _, false) | (_, _, _, true, false) => Ok(ToolFamily::Gnu), + (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"); diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile index c5caba7f86f0..f5b3b839bc6f 100644 --- a/lang/rustpython/Makefile +++ b/lang/rustpython/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustpython DISTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 07da485d8862..c162dfbb494c 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -3,7 +3,7 @@ # pinned to exact versions of everything used to build them. PORTNAME= sbcl -DISTVERSION= 2.5.5 +DISTVERSION= 2.5.6 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index 85cc1a3bd1aa..32802bcc7ba3 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1748774832 -SHA256 (sbcl-2.5.5-source.tar.bz2) = 6502670afb361ba9be44a2fafe9af9b59e7b24ae509a791a66b5481f2955950b -SIZE (sbcl-2.5.5-source.tar.bz2) = 8258925 -SHA256 (sbcl-2.5.5-documentation-html.tar.bz2) = 53bee48866d5ef4cec95784a9f12ce896930ec81d9b2b40c365885c6911ade2e -SIZE (sbcl-2.5.5-documentation-html.tar.bz2) = 235728 +TIMESTAMP = 1751522329 +SHA256 (sbcl-2.5.6-source.tar.bz2) = 6dd7cebff6d38f2e41baece14c4c56a32e968828aaa4171b8e840852c5b43f35 +SIZE (sbcl-2.5.6-source.tar.bz2) = 8267002 +SHA256 (sbcl-2.5.6-documentation-html.tar.bz2) = be38be34edef29799e10fb32e06002cddae1d324615ee401c9733d2f682e7570 +SIZE (sbcl-2.5.6-documentation-html.tar.bz2) = 235929 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe diff --git a/lang/scryer-prolog/Makefile b/lang/scryer-prolog/Makefile index 937fcbecf7c6..4245e71039e7 100644 --- a/lang/scryer-prolog/Makefile +++ b/lang/scryer-prolog/Makefile @@ -1,7 +1,7 @@ PORTNAME= scryer-prolog DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= me@svmhdvn.name diff --git a/lang/spidermonkey102/Makefile b/lang/spidermonkey102/Makefile index 923a62a47cf0..23d81a61c143 100644 --- a/lang/spidermonkey102/Makefile +++ b/lang/spidermonkey102/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 102.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey115/Makefile b/lang/spidermonkey115/Makefile index 0b4b5fec443b..ec9ef29a3fd7 100644 --- a/lang/spidermonkey115/Makefile +++ b/lang/spidermonkey115/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 115.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/lang/spidermonkey128/Makefile b/lang/spidermonkey128/Makefile index 342e2748a3b8..040cd88d2983 100644 --- a/lang/spidermonkey128/Makefile +++ b/lang/spidermonkey128/Makefile @@ -1,5 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 128.12.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/lang/starlark-rust/Makefile b/lang/starlark-rust/Makefile index 0f254cd99999..7d9eb4b16cdf 100644 --- a/lang/starlark-rust/Makefile +++ b/lang/starlark-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= starlark-rust DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/typstfmt/Makefile b/lang/typstfmt/Makefile index 68d54738e5b9..459233b0a778 100644 --- a/lang/typstfmt/Makefile +++ b/lang/typstfmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= typstfmt DISTVERSION= 0.2.10 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/typstyle/Makefile b/lang/typstyle/Makefile index 175fdf0a1e74..1b6c9af308ae 100644 --- a/lang/typstyle/Makefile +++ b/lang/typstyle/Makefile @@ -1,7 +1,7 @@ PORTNAME= typstyle DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index f365179c3a50..c2be5107c190 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,5 +1,5 @@ PORTNAME= yabasic -PORTVERSION= 2.91.2 +PORTVERSION= 2.91.3 PORTEPOCH= 1 CATEGORIES= lang diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo index 14f999ac9dfb..35646a90803f 100644 --- a/lang/yabasic/distinfo +++ b/lang/yabasic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742885813 -SHA256 (marcIhm-yabasic-2.91.2_GH0.tar.gz) = e9e99700f2d4d4d746e7abf6d6fba713d2fa71e0585c074cc7707a8291285183 -SIZE (marcIhm-yabasic-2.91.2_GH0.tar.gz) = 2228643 +TIMESTAMP = 1751442906 +SHA256 (marcIhm-yabasic-2.91.3_GH0.tar.gz) = 7cfccb5d3fcb1e0b28e1f5df9312bfa593a8bcd4b1c4393931268e0185353515 +SIZE (marcIhm-yabasic-2.91.3_GH0.tar.gz) = 2228925 diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index c25ff269e837..20aa942e02d0 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbmail DISTVERSIONPREFIX= v -DISTVERSION= 3.5.3 +DISTVERSION= 3.5.4 CATEGORIES= mail MAINTAINER= bofh@FreeBSD.org diff --git a/mail/dbmail/distinfo b/mail/dbmail/distinfo index be2a5cd84d16..0e838f1a0fa8 100644 --- a/mail/dbmail/distinfo +++ b/mail/dbmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749110677 -SHA256 (dbmail-dbmail-v3.5.3_GH0.tar.gz) = 17067210d497ef5c9b75a9919ecbd9b44d338295c251b88c6060bec948b2b012 -SIZE (dbmail-dbmail-v3.5.3_GH0.tar.gz) = 2545789 +TIMESTAMP = 1751534573 +SHA256 (dbmail-dbmail-v3.5.4_GH0.tar.gz) = 509a189c083c44bedadb320c037b144d9f2d1955b9a54dbb9dd3d73c7e8337c9 +SIZE (dbmail-dbmail-v3.5.4_GH0.tar.gz) = 2547614 diff --git a/mail/dbmail/pkg-plist b/mail/dbmail/pkg-plist index 081f99c650de..d54771f9558b 100644 --- a/mail/dbmail/pkg-plist +++ b/mail/dbmail/pkg-plist @@ -53,6 +53,7 @@ sbin/dbmail-util %%DATADIR%%/mysql/upgrades/32005.mysql %%DATADIR%%/mysql/upgrades/32006.mysql %%DATADIR%%/mysql/upgrades/35001.mysql +%%DATADIR%%/mysql/upgrades/35002.mysql %%DATADIR%%/mysql/upgrades/create_tables.mysql %%DATADIR%%/oracle/dbmail_grant.sql %%DATADIR%%/oracle/dbmail_schema.sql @@ -74,6 +75,7 @@ sbin/dbmail-util %%DATADIR%%/postgresql/upgrades/32005.psql %%DATADIR%%/postgresql/upgrades/32006.psql %%DATADIR%%/postgresql/upgrades/35001.psql +%%DATADIR%%/postgresql/upgrades/35002.psql %%DATADIR%%/postgresql/upgrades/create_tables.psql %%DATADIR%%/sqlite/2_1_7-2_2_0.sqlite %%DATADIR%%/sqlite/2_2-3_0.sqlite @@ -91,6 +93,7 @@ sbin/dbmail-util %%DATADIR%%/sqlite/upgrades/32005.sqlite %%DATADIR%%/sqlite/upgrades/32006.sqlite %%DATADIR%%/sqlite/upgrades/35001.sqlite +%%DATADIR%%/sqlite/upgrades/35002.sqlite %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL diff --git a/mail/imap-tools/Makefile b/mail/imap-tools/Makefile index 27afa4559dcc..771bc23aab98 100644 --- a/mail/imap-tools/Makefile +++ b/mail/imap-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= imap-tools DISTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index b49c29619554..5f94429fffab 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index f3806066f6f7..4f1cd4830dc2 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750971738 -SHA256 (nextcloud/mail-v5.1.5.tar.gz) = 5a7853715976bcff260ea5d30f84c92251a48a085e73dee4501530cec0684ca2 -SIZE (nextcloud/mail-v5.1.5.tar.gz) = 26681365 +TIMESTAMP = 1751485087 +SHA256 (nextcloud/mail-v5.1.6.tar.gz) = 7d01b83cffc07f283afe95dab14550c87f975c4df7af0ec5d4b2786832e248ec +SIZE (nextcloud/mail-v5.1.6.tar.gz) = 26251064 diff --git a/mail/p5-Sisimai/Makefile b/mail/p5-Sisimai/Makefile index 265ea5abd399..3362b91e0ab0 100644 --- a/mail/p5-Sisimai/Makefile +++ b/mail/p5-Sisimai/Makefile @@ -1,6 +1,6 @@ PORTNAME= Sisimai -PORTVERSION= 5.3.0 DISTVERSIONPREFIX= v +DISTVERSION= 5.4.0 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AKXLIX diff --git a/mail/p5-Sisimai/distinfo b/mail/p5-Sisimai/distinfo index 0307a55da89a..c4aef849d3cb 100644 --- a/mail/p5-Sisimai/distinfo +++ b/mail/p5-Sisimai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289412 -SHA256 (Sisimai-v5.3.0.tar.gz) = 6811dc238fb150f1c01b064836b16afd90995a77628ba593a27efddb156c6d12 -SIZE (Sisimai-v5.3.0.tar.gz) = 1095663 +TIMESTAMP = 1751470827 +SHA256 (Sisimai-v5.4.0.tar.gz) = 5c3eb54486b008e2108f74dfbf8a517cc8abd2fe5f989cea5dd9d7292c9b90cd +SIZE (Sisimai-v5.4.0.tar.gz) = 1096579 diff --git a/mail/pizauth/Makefile b/mail/pizauth/Makefile index 848906f11f8b..151c73e80e40 100644 --- a/mail/pizauth/Makefile +++ b/mail/pizauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= pizauth DISTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= nivit@FreeBSD.org diff --git a/math/Makefile b/math/Makefile index 806dea6e88db..50f164d930fe 100644 --- a/math/Makefile +++ b/math/Makefile @@ -181,6 +181,8 @@ SUBDIR += php83-gmp SUBDIR += php84-bcmath SUBDIR += php84-gmp + SUBDIR += php85-bcmath + SUBDIR += php85-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha diff --git a/math/php85-bcmath/Makefile b/math/php85-bcmath/Makefile new file mode 100644 index 000000000000..57963b7ed57d --- /dev/null +++ b/math/php85-bcmath/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/math/php85-gmp/Makefile b/math/php85-gmp/Makefile new file mode 100644 index 000000000000..88a9d5f7b23b --- /dev/null +++ b/math/php85-gmp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gmp + +.include "${MASTERDIR}/Makefile" diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index b1a0cb54fc6e..b4ad0c603463 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ @@ -33,7 +33,7 @@ DASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dask>=2024.8:devel/py-dask@${PY_FLAVOR} DUCKDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.0:databases/py-duckdb@${PY_FLAVOR} PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.3,1:math/py-pandas@${PY_FLAVOR} MODIN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}modin>=0:math/py-modin@${PY_FLAVOR} -POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.3:misc/py-polars@${PY_FLAVOR} +POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.4:misc/py-polars@${PY_FLAVOR} PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR} SQLFRAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlframe>=3.22.0:databases/py-sqlframe@${PY_FLAVOR} diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 1ffc5b48d70c..575a984268cc 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954214 -SHA256 (narwhals-1.44.0.tar.gz) = 8cf0616d4f6f21225b3b56fcde96ccab6d05023561a0f162402aa9b8c33ad31d -SIZE (narwhals-1.44.0.tar.gz) = 499250 +TIMESTAMP = 1751375057 +SHA256 (narwhals-1.45.0.tar.gz) = f9ecefb9d09cda6fefa8ead10dc37a79129b6c78b0ac7117d21b4d4486bdd0d1 +SIZE (narwhals-1.45.0.tar.gz) = 508812 diff --git a/math/py-pcodec/Makefile b/math/py-pcodec/Makefile index 9881aab389c2..5711ecccf91d 100644 --- a/math/py-pcodec/Makefile +++ b/math/py-pcodec/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcodec PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 92680b55ecf7..ae62ed541a5b 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustworkx DISTVERSION= 0.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/savage/Makefile b/math/savage/Makefile index 1c4833a408ff..1bcf918ef259 100644 --- a/math/savage/Makefile +++ b/math/savage/Makefile @@ -1,7 +1,7 @@ PORTNAME= savage DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/misc/Makefile b/misc/Makefile index 527897ed1898..bbdbc189149c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -298,6 +298,7 @@ SUBDIR += php82-calendar SUBDIR += php83-calendar SUBDIR += php84-calendar + SUBDIR += php85-calendar SUBDIR += pinfo SUBDIR += pipe SUBDIR += posixtestsuite diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile index edde76e179b8..6cebaaa3cfa5 100644 --- a/misc/aichat/Makefile +++ b/misc/aichat/Makefile @@ -1,7 +1,7 @@ PORTNAME= aichat DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index ae29ef7f1742..722b21bef0b2 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow-datafusion DISTVERSION= 45.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/bedrust/Makefile b/misc/bedrust/Makefile index ce622b4d821b..cf697d7d90cf 100644 --- a/misc/bedrust/Makefile +++ b/misc/bedrust/Makefile @@ -1,7 +1,7 @@ PORTNAME= bedrust DISTVERSIONPREFIX= v DISTVERSION= 0.8.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/binocle/Makefile b/misc/binocle/Makefile index 3da4e65ba82d..a4ba44236555 100644 --- a/misc/binocle/Makefile +++ b/misc/binocle/Makefile @@ -1,7 +1,7 @@ PORTNAME= binocle DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= misc wayland MAINTAINER= yuri@FreeBSD.org diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 6aeaf623fe60..5fd32441f59c 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,7 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.44.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/code2prompt/Makefile b/misc/code2prompt/Makefile index 0e36db2a2781..1d47a4338b36 100644 --- a/misc/code2prompt/Makefile +++ b/misc/code2prompt/Makefile @@ -1,7 +1,7 @@ PORTNAME= code2prompt DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/coloursum/Makefile b/misc/coloursum/Makefile index ca4e397b091f..0939ba4819f6 100644 --- a/misc/coloursum/Makefile +++ b/misc/coloursum/Makefile @@ -1,7 +1,7 @@ PORTNAME= coloursum DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dijo/Makefile b/misc/dijo/Makefile index 3b149eb1b37f..5118ec912dfc 100644 --- a/misc/dijo/Makefile +++ b/misc/dijo/Makefile @@ -1,7 +1,7 @@ PORTNAME= dijo DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index 42a39a2fbbd8..cc5d42d4f814 100644 --- a/misc/dotenv-linter/Makefile +++ b/misc/dotenv-linter/Makefile @@ -1,7 +1,7 @@ PORTNAME= dotenv-linter DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/lscolors/Makefile b/misc/lscolors/Makefile index 8140c05042b4..26ebfde65192 100644 --- a/misc/lscolors/Makefile +++ b/misc/lscolors/Makefile @@ -1,7 +1,7 @@ PORTNAME= lscolors DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/navi/Makefile b/misc/navi/Makefile index 1b07456401c0..eafc1ecc41f9 100644 --- a/misc/navi/Makefile +++ b/misc/navi/Makefile @@ -1,7 +1,7 @@ PORTNAME= navi DISTVERSIONPREFIX= v DISTVERSION= 2.24.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= nivit@FreeBSD.org diff --git a/misc/ooo/Makefile b/misc/ooo/Makefile index 5826ad9d1568..eb56cd932fbe 100644 --- a/misc/ooo/Makefile +++ b/misc/ooo/Makefile @@ -1,6 +1,6 @@ PORTNAME= ooo DISTVERSION= 0.1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc # machine learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/php85-calendar/Makefile b/misc/php85-calendar/Makefile new file mode 100644 index 000000000000..3aa1dd0de3d9 --- /dev/null +++ b/misc/php85-calendar/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile index f83cfbac975d..024713095da1 100644 --- a/misc/pqrs/Makefile +++ b/misc/pqrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pqrs DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-hf-xet/Makefile b/misc/py-hf-xet/Makefile index 5ce235e42037..95c75a7d2294 100644 --- a/misc/py-hf-xet/Makefile +++ b/misc/py-hf-xet/Makefile @@ -1,5 +1,6 @@ PORTNAME= hf-xet DISTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 6c2111d58869..a64f80837d4c 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.33.1 +DISTVERSION= 0.33.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 2e633ac56d1d..c8be21b749e2 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750985431 -SHA256 (huggingface_hub-0.33.1.tar.gz) = 589b634f979da3ea4b8bdb3d79f97f547840dc83715918daf0b64209c0844c7b -SIZE (huggingface_hub-0.33.1.tar.gz) = 426728 +TIMESTAMP = 1751591525 +SHA256 (huggingface_hub-0.33.2.tar.gz) = 84221defaec8fa09c090390cd68c78b88e3c4c2b7befba68d3dc5aacbc3c2c5f +SIZE (huggingface_hub-0.33.2.tar.gz) = 426637 diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index 921bd9859a64..acde5873915a 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -1,6 +1,6 @@ PORTNAME= lazrs DISTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/radio_datetime_analyzer/Makefile b/misc/radio_datetime_analyzer/Makefile index 5d28eb5a2ff5..f0339de08752 100644 --- a/misc/radio_datetime_analyzer/Makefile +++ b/misc/radio_datetime_analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= radio_datetime_analyzer DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://codeberg.org/rene0/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # prevent USES=cargo from overriding default DISTFILES diff --git a/misc/rash/Makefile b/misc/rash/Makefile index 11b997a8a6e0..f5b995b6e3fb 100644 --- a/misc/rash/Makefile +++ b/misc/rash/Makefile @@ -1,7 +1,7 @@ PORTNAME= rash DISTVERSIONPREFIX= v DISTVERSION= 2.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile index 56b2be53647f..ce9608f706f3 100644 --- a/misc/rsclock/Makefile +++ b/misc/rsclock/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsclock DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index cc2e624dea59..1df532352d2d 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index 87b32a00532f..b0152a9fee07 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -1,7 +1,7 @@ PORTNAME= silicon DISTVERSIONPREFIX= v DISTVERSION= 0.5.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc PKGNAMESUFFIX= -code-visualizer diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile index 676ad81363d3..3bee56b72508 100644 --- a/misc/star-history/Makefile +++ b/misc/star-history/Makefile @@ -1,6 +1,6 @@ PORTNAME= star-history DISTVERSION= 1.0.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile index ccc8b3e3881d..12d55b919202 100644 --- a/misc/tenere/Makefile +++ b/misc/tenere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tenere DISTVERSIONPREFIX= v DISTVERSION= 0.11.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/timr-tui/Makefile b/misc/timr-tui/Makefile index 222c5c599f53..750029e3f8b2 100644 --- a/misc/timr-tui/Makefile +++ b/misc/timr-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= timr-tui DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/wavedrom/Makefile b/misc/wavedrom/Makefile index 0dd6037306a9..435612f3ed56 100644 --- a/misc/wavedrom/Makefile +++ b/misc/wavedrom/Makefile @@ -1,7 +1,7 @@ PORTNAME= wavedrom DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/wthrr/Makefile b/misc/wthrr/Makefile index ea7f8980e1fc..33930a50f655 100644 --- a/misc/wthrr/Makefile +++ b/misc/wthrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= wthrr DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 8e3f88f3314a..84b7cfd05fa0 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 41 +PORTREVISION= 42 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index efa173dcab54..5666d66add8a 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/zine/Makefile b/misc/zine/Makefile index 975908d418f6..841192d50969 100644 --- a/misc/zine/Makefile +++ b/misc/zine/Makefile @@ -1,7 +1,7 @@ PORTNAME= zine DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/ab-av1/Makefile b/multimedia/ab-av1/Makefile index e3b6c17cc904..859b71f24d3b 100644 --- a/multimedia/ab-av1/Makefile +++ b/multimedia/ab-av1/Makefile @@ -1,7 +1,7 @@ PORTNAME= ab-av1 DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/alass/Makefile b/multimedia/alass/Makefile index 0380201b1411..b94b82c95e3d 100644 --- a/multimedia/alass/Makefile +++ b/multimedia/alass/Makefile @@ -1,7 +1,7 @@ PORTNAME= alass DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/av1an/Makefile b/multimedia/av1an/Makefile index f78949097442..39922cc2183d 100644 --- a/multimedia/av1an/Makefile +++ b/multimedia/av1an/Makefile @@ -1,6 +1,6 @@ PORTNAME= av1an DISTVERSION= 0.4.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/dovi_tool/Makefile b/multimedia/dovi_tool/Makefile index 8eee9df13507..b47bd6191598 100644 --- a/multimedia/dovi_tool/Makefile +++ b/multimedia/dovi_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= dovi_tool DISTVERSION= 2.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MAINTAINER= michiel@vanbaak.eu diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index ed9904807654..5548ff728515 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 6.1.2 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index eac9ea7b6396..60493c9a5b0c 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -1,6 +1,6 @@ PORTNAME= ffmpeg PORTVERSION= 4.4.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ PKGNAMESUFFIX= 4 diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index ccf63782bd69..8dbde1f1c2d4 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,5 +1,6 @@ PORTNAME= gstreamer PORTVERSION= ${_GST_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer/ PKGNAMESUFFIX= 1 diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index e57c828256c8..dad1c73c906d 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 4d1ffa499ed6..b1547985e8db 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespot DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MAINTAINER= driesm@FreeBSD.org diff --git a/multimedia/neolink/Makefile b/multimedia/neolink/Makefile index ea8eb4b99ffc..b1f9a0abc543 100644 --- a/multimedia/neolink/Makefile +++ b/multimedia/neolink/Makefile @@ -2,7 +2,7 @@ PORTNAME= neolink PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= g20210903 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= multimedia MAINTAINER= kevans@FreeBSD.org diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index c15637c97eca..014ae5cf9533 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,10 +1,10 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast and safe AV1 encoder WWW= https://github.com/xiph/rav1e diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index a38010a76761..91df659a71b1 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -1,6 +1,7 @@ PORTNAME= ringrtc DISTVERSIONPREFIX= v DISTVERSION= 2.53.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= LOCAL/mikael/ringrtc/:base \ LOCAL/mikael/ringrtc/:boringssl \ diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index be22fcc9ad94..029f910bd617 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,7 +1,7 @@ PORTNAME= scte35dump DISTVERSIONPREFIX= v DISTVERSION= 0.1.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile index 86bed1fdaaee..cbda5d56a2d8 100644 --- a/multimedia/termplay/Makefile +++ b/multimedia/termplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= termplay DISTVERSION= 2.0.6 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= multimedia MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index 5d7f7fbfb1d9..9bd743db8223 100644 --- a/multimedia/wl-screenrec/Makefile +++ b/multimedia/wl-screenrec/Makefile @@ -1,7 +1,7 @@ PORTNAME= wl-screenrec DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/youtui/Makefile b/multimedia/youtui/Makefile index 51d4f04b0ebd..025bd529afc9 100644 --- a/multimedia/youtui/Makefile +++ b/multimedia/youtui/Makefile @@ -1,6 +1,7 @@ PORTNAME= youtui DISTVERSIONPREFIX= youtui/v DISTVERSION= 0.0.25 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index fe6ddb80bf3c..00d9215943e2 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -1,6 +1,6 @@ PORTNAME= openfire DISTVERSIONPREFIX= v -DISTVERSION= 4.9.2 +DISTVERSION= 5.0.0 PORTEPOCH= 1 CATEGORIES= net-im java @@ -36,9 +36,9 @@ PLIST_SUB+= VARDB=${VARDB} \ VARLOG=${VARLOG} OPTIONS_DEFINE= DOCS TEST -OPTIONS_DEFAULT= MAVEN_LOCAL OPENJDK11 +OPTIONS_DEFAULT= MAVEN_LOCAL OPENJDK17 OPTIONS_SINGLE= JAVA MAVEN -OPTIONS_SINGLE_JAVA= OPENJDK11 OPENJDK17 OPENJDK21 +OPTIONS_SINGLE_JAVA= OPENJDK17 OPENJDK21 OPTIONS_SINGLE_MAVEN= MAVEN_LOCAL MAVEN_ONLINE MAVEN_DESC= Source of Maven build plugins @@ -52,9 +52,7 @@ MVN_TARGET= package .include -.if ${PORT_OPTIONS:MOPENJDK11} -JAVA_VERSION= 11 -.elif ${PORT_OPTIONS:MOPENJDK17} +.if ${PORT_OPTIONS:MOPENJDK17} JAVA_VERSION= 17 .elif ${PORT_OPTIONS:MOPENJDK21} JAVA_VERSION= 21 diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index fe85e53fe384..602942dce3bb 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1734514446 -SHA256 (igniterealtime-Openfire-v4.9.2_GH0.tar.gz) = 3918dc46664ec6a1a8d6094858d7a6f8e3d923780de3625767bb3d8ac7a13db9 -SIZE (igniterealtime-Openfire-v4.9.2_GH0.tar.gz) = 8924741 -SHA256 (openfire-4.9.2-deps.tar.gz) = e21c3747a6b96697f590ba36c36c8c6afeeb7c07a8e03cc595121f1f7877a0fd -SIZE (openfire-4.9.2-deps.tar.gz) = 295833835 +TIMESTAMP = 1751238308 +SHA256 (igniterealtime-Openfire-v5.0.0_GH0.tar.gz) = f650a6021ae97081ec10d05fdee6d8395bf8c1bdc4845f0ae2b83241e18bc628 +SIZE (igniterealtime-Openfire-v5.0.0_GH0.tar.gz) = 9729812 +SHA256 (openfire-5.0.0-deps.tar.gz) = 93f1daa85a1a104725e2caee43c97ebc014833fecb6d761829acab306fed827f +SIZE (openfire-5.0.0-deps.tar.gz) = 230119742 diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index 6f496fb49025..66c119f623a4 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -21,6 +21,7 @@ %%PORTDOCS%%%%DOCSDIR%%/database.html %%PORTDOCS%%%%DOCSDIR%%/db-clustering-guide.html %%PORTDOCS%%%%DOCSDIR%%/db-integration-guide.html +%%PORTDOCS%%%%DOCSDIR%%/db-query-stats-guide.html %%PORTDOCS%%%%DOCSDIR%%/demoboot-guide.html %%PORTDOCS%%%%DOCSDIR%%/diagrams/netty-message-handling.md %%PORTDOCS%%%%DOCSDIR%%/diagrams/netty-server-bootstrap.md @@ -36,6 +37,10 @@ %%PORTDOCS%%%%DOCSDIR%%/images/VSCode-8.png %%PORTDOCS%%%%DOCSDIR%%/images/VSCode-9.png %%PORTDOCS%%%%DOCSDIR%%/images/active_directory.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-enable.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-link.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-select-example-zoom.png +%%PORTDOCS%%%%DOCSDIR%%/images/db-stats-select-example.png %%PORTDOCS%%%%DOCSDIR%%/images/dns-srv-details.png %%PORTDOCS%%%%DOCSDIR%%/images/header_logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/launcher.png @@ -68,12 +73,14 @@ %%PORTDOCS%%%%DOCSDIR%%/licenses/LICENSE-jaxen.txt %%PORTDOCS%%%%DOCSDIR%%/licenses/LICENSE-xpp3.txt %%PORTDOCS%%%%DOCSDIR%%/load-balancing.html +%%PORTDOCS%%%%DOCSDIR%%/multi-providers.html %%PORTDOCS%%%%DOCSDIR%%/network-configuration-guide.html %%PORTDOCS%%%%DOCSDIR%%/one-time-access-token-guide.html %%PORTDOCS%%%%DOCSDIR%%/openfire.doap %%PORTDOCS%%%%DOCSDIR%%/overlay.html %%PORTDOCS%%%%DOCSDIR%%/pluggable-roster-support-guide.html %%PORTDOCS%%%%DOCSDIR%%/plugin-dev-guide.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-dev-jetty12.html %%PORTDOCS%%%%DOCSDIR%%/protocol-support.html %%PORTDOCS%%%%DOCSDIR%%/separating-admin-users-guide.html %%PORTDOCS%%%%DOCSDIR%%/source-build.html @@ -88,25 +95,22 @@ %%DATADIR%%/conf %%DATADIR%%/embedded-db %%DATADIR%%/lib/activation-1.1.jar -%%DATADIR%%/lib/apache-el-9.0.52.jar -%%DATADIR%%/lib/apache-jsp-10.0.18.jar -%%DATADIR%%/lib/apache-jsp-9.0.52.jar -%%DATADIR%%/lib/asm-9.6.jar -%%DATADIR%%/lib/asm-commons-9.6.jar -%%DATADIR%%/lib/asm-tree-9.6.jar +%%DATADIR%%/lib/apache-el-9.0.105.jar +%%DATADIR%%/lib/apache-jsp-9.0.105.jar +%%DATADIR%%/lib/asm-9.8.jar +%%DATADIR%%/lib/asm-commons-9.8.jar +%%DATADIR%%/lib/asm-tree-9.8.jar %%DATADIR%%/lib/bcpg-jdk18on-1.78.1.jar %%DATADIR%%/lib/bcpkix-jdk18on-1.78.1.jar %%DATADIR%%/lib/bcprov-jdk18on-1.78.1.jar %%DATADIR%%/lib/bcutil-jdk18on-1.78.1.jar -%%DATADIR%%/lib/caffeine-2.7.0.jar -%%DATADIR%%/lib/checker-qual-3.42.0.jar +%%DATADIR%%/lib/caffeine-3.2.0.jar +%%DATADIR%%/lib/checker-qual-3.33.0.jar %%DATADIR%%/lib/common-image-3.9.4.jar %%DATADIR%%/lib/common-io-3.9.4.jar %%DATADIR%%/lib/common-lang-3.9.4.jar %%DATADIR%%/lib/commons-codec-1.15.jar %%DATADIR%%/lib/commons-dbcp2-2.9.0.jar -%%DATADIR%%/lib/commons-fileupload-1.5.jar -%%DATADIR%%/lib/commons-io-2.11.0.jar %%DATADIR%%/lib/commons-ip-math-1.32.jar %%DATADIR%%/lib/commons-lang3-3.9.jar %%DATADIR%%/lib/commons-logging-1.2.jar @@ -114,14 +118,14 @@ %%DATADIR%%/lib/commons-text-1.10.0.jar %%DATADIR%%/lib/dom4j-2.1.4.jar %%DATADIR%%/lib/dwr-3.0.2-RELEASE.jar -%%DATADIR%%/lib/ecj-3.26.0.jar +%%DATADIR%%/lib/ecj-3.33.0.jar %%DATADIR%%/lib/error_prone_annotations-2.18.0.jar %%DATADIR%%/lib/failureaccess-1.0.1.jar %%DATADIR%%/lib/guava-32.0.1-jre.jar %%DATADIR%%/lib/hsqldb-2.7.1.jar %%DATADIR%%/lib/httpclient-4.5.13.jar %%DATADIR%%/lib/httpcore-4.4.13.jar -%%DATADIR%%/lib/i18n-4.9.2.jar +%%DATADIR%%/lib/i18n-5.0.0.jar %%DATADIR%%/lib/imageio-bmp-3.9.4.jar %%DATADIR%%/lib/imageio-core-3.9.4.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.11.jar @@ -138,24 +142,35 @@ %%DATADIR%%/lib/jaxen-1.2.0.jar %%DATADIR%%/lib/jcip-annotations-1.0.jar %%DATADIR%%/lib/jcl-over-slf4j-2.0.9.jar -%%DATADIR%%/lib/jetty-annotations-10.0.18.jar -%%DATADIR%%/lib/jetty-http-10.0.18.jar -%%DATADIR%%/lib/jetty-io-10.0.18.jar -%%DATADIR%%/lib/jetty-jmx-10.0.18.jar -%%DATADIR%%/lib/jetty-jndi-10.0.18.jar -%%DATADIR%%/lib/jetty-plus-10.0.18.jar -%%DATADIR%%/lib/jetty-schemas-4.0.3.jar -%%DATADIR%%/lib/jetty-security-10.0.18.jar -%%DATADIR%%/lib/jetty-server-10.0.18.jar -%%DATADIR%%/lib/jetty-servlet-10.0.18.jar +%%DATADIR%%/lib/jetty-ee-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-annotations-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-apache-jsp-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-nested-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-plus-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-security-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-servlet-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-webapp-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-jetty-api-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-jetty-common-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-jetty-server-12.0.22.jar +%%DATADIR%%/lib/jetty-ee8-websocket-servlet-12.0.22.jar +%%DATADIR%%/lib/jetty-http-12.0.22.jar +%%DATADIR%%/lib/jetty-io-12.0.22.jar +%%DATADIR%%/lib/jetty-jmx-12.0.22.jar +%%DATADIR%%/lib/jetty-jndi-12.0.22.jar +%%DATADIR%%/lib/jetty-plus-12.0.22.jar +%%DATADIR%%/lib/jetty-security-12.0.22.jar +%%DATADIR%%/lib/jetty-server-12.0.22.jar %%DATADIR%%/lib/jetty-servlet-api-4.0.6.jar -%%DATADIR%%/lib/jetty-servlets-10.0.18.jar -%%DATADIR%%/lib/jetty-util-10.0.18.jar -%%DATADIR%%/lib/jetty-webapp-10.0.18.jar -%%DATADIR%%/lib/jetty-xml-10.0.18.jar +%%DATADIR%%/lib/jetty-session-12.0.22.jar +%%DATADIR%%/lib/jetty-util-12.0.22.jar +%%DATADIR%%/lib/jetty-websocket-core-common-12.0.22.jar +%%DATADIR%%/lib/jetty-websocket-core-server-12.0.22.jar +%%DATADIR%%/lib/jetty-xml-12.0.22.jar %%DATADIR%%/lib/jmdns-1.0.jar %%DATADIR%%/lib/jsmpp-2.3.10.jar %%DATADIR%%/lib/json-20231013.jar +%%DATADIR%%/lib/jspecify-1.0.0.jar %%DATADIR%%/lib/jsr305-3.0.2.jar %%DATADIR%%/lib/jtds-1.3.1.jar %%DATADIR%%/lib/jzlib-1.1.3.jar @@ -167,58 +182,60 @@ %%DATADIR%%/lib/log4j2.xml %%DATADIR%%/lib/mssql-jdbc-9.4.1.jre11.jar %%DATADIR%%/lib/mysql-connector-j-8.2.0.jar -%%DATADIR%%/lib/netty-all-4.1.108.Final.jar -%%DATADIR%%/lib/netty-buffer-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-dns-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-haproxy-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-http-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-http2-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-memcache-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-mqtt-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-redis-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-smtp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-socks-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-stomp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-codec-xml-4.1.108.Final.jar -%%DATADIR%%/lib/netty-common-4.1.108.Final.jar -%%DATADIR%%/lib/netty-handler-4.1.108.Final.jar -%%DATADIR%%/lib/netty-handler-proxy-4.1.108.Final.jar -%%DATADIR%%/lib/netty-handler-ssl-ocsp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-dns-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-dns-classes-macos-4.1.108.Final.jar -%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.108.Final-osx-aarch_64.jar -%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.108.Final-osx-x86_64.jar -%%DATADIR%%/lib/netty-transport-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-classes-epoll-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-classes-kqueue-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-native-epoll-4.1.108.Final-linux-aarch_64.jar -%%DATADIR%%/lib/netty-transport-native-epoll-4.1.108.Final-linux-riscv64.jar -%%DATADIR%%/lib/netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar -%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.108.Final-osx-aarch_64.jar -%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.108.Final-osx-x86_64.jar -%%DATADIR%%/lib/netty-transport-native-unix-common-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-rxtx-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-sctp-4.1.108.Final.jar -%%DATADIR%%/lib/netty-transport-udt-4.1.108.Final.jar -%%DATADIR%%/lib/postgresql-42.7.2.jar +%%DATADIR%%/lib/netty-all-4.1.118.Final.jar +%%DATADIR%%/lib/netty-buffer-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-dns-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-haproxy-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-http-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-http2-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-memcache-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-mqtt-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-redis-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-smtp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-socks-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-stomp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-codec-xml-4.1.118.Final.jar +%%DATADIR%%/lib/netty-common-4.1.118.Final.jar +%%DATADIR%%/lib/netty-handler-4.1.118.Final.jar +%%DATADIR%%/lib/netty-handler-proxy-4.1.118.Final.jar +%%DATADIR%%/lib/netty-handler-ssl-ocsp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-dns-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-dns-classes-macos-4.1.118.Final.jar +%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.118.Final-osx-aarch_64.jar +%%DATADIR%%/lib/netty-resolver-dns-native-macos-4.1.118.Final-osx-x86_64.jar +%%DATADIR%%/lib/netty-transport-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-classes-epoll-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-classes-kqueue-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-native-epoll-4.1.118.Final-linux-aarch_64.jar +%%DATADIR%%/lib/netty-transport-native-epoll-4.1.118.Final-linux-riscv64.jar +%%DATADIR%%/lib/netty-transport-native-epoll-4.1.118.Final-linux-x86_64.jar +%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.118.Final-osx-aarch_64.jar +%%DATADIR%%/lib/netty-transport-native-kqueue-4.1.118.Final-osx-x86_64.jar +%%DATADIR%%/lib/netty-transport-native-unix-common-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-rxtx-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-sctp-4.1.118.Final.jar +%%DATADIR%%/lib/netty-transport-udt-4.1.118.Final.jar +%%DATADIR%%/lib/ojdbc11-23.7.0.25.01.jar +%%DATADIR%%/lib/ons-23.7.0.25.01.jar +%%DATADIR%%/lib/oraclepki-23.7.0.25.01.jar +%%DATADIR%%/lib/orai18n-23.7.0.25.01.jar +%%DATADIR%%/lib/postgresql-42.7.7.jar +%%DATADIR%%/lib/rsi-23.7.0.25.01.jar %%DATADIR%%/lib/shaj-0.5.jar -%%DATADIR%%/lib/sitemesh-2.4.2.jar +%%DATADIR%%/lib/simplefan-23.7.0.25.01.jar +%%DATADIR%%/lib/sitemesh-2.5.0.jar %%DATADIR%%/lib/slf4j-api-2.0.9.jar %%DATADIR%%/lib/startup.jar %%DATADIR%%/lib/taglibs-standard-impl-1.2.5.jar %%DATADIR%%/lib/taglibs-standard-spec-1.2.5.jar -%%DATADIR%%/lib/tinder-2.0.0.jar +%%DATADIR%%/lib/tinder-2.1.0.jar %%DATADIR%%/lib/txw2-2.3.3.jar -%%DATADIR%%/lib/websocket-core-common-10.0.18.jar -%%DATADIR%%/lib/websocket-core-server-10.0.18.jar -%%DATADIR%%/lib/websocket-jetty-api-10.0.18.jar -%%DATADIR%%/lib/websocket-jetty-common-10.0.18.jar -%%DATADIR%%/lib/websocket-jetty-server-10.0.18.jar -%%DATADIR%%/lib/websocket-servlet-10.0.18.jar -%%DATADIR%%/lib/xmppserver-4.9.2.jar -%%DATADIR%%/lib/xpp3-1.1.4c.jar +%%DATADIR%%/lib/ucp-23.7.0.25.01.jar +%%DATADIR%%/lib/xdb-23.7.0.25.01.jar +%%DATADIR%%/lib/xmppserver-5.0.0.jar +%%DATADIR%%/lib/xpp3-1.1.4c.0.jar %%DATADIR%%/logs %%DATADIR%%/plugins/admin/plugin.xml %%DATADIR%%/plugins/admin/webapp/WEB-INF/classes/META-INF/admin.tld @@ -359,6 +376,8 @@ %%DATADIR%%/plugins/admin/webapp/images/yahoo.gif %%DATADIR%%/plugins/admin/webapp/index.html %%DATADIR%%/plugins/admin/webapp/js/behaviour.js +%%DATADIR%%/plugins/admin/webapp/js/connection-settings-advanced.js +%%DATADIR%%/plugins/admin/webapp/js/connection-settings.js %%DATADIR%%/plugins/admin/webapp/js/cookies.js %%DATADIR%%/plugins/admin/webapp/js/setup.js %%DATADIR%%/plugins/admin/webapp/setup/setup-style.css @@ -568,6 +587,27 @@ %%DATADIR%%/resources/database/upgrade/34/openfire_postgresql.sql %%DATADIR%%/resources/database/upgrade/34/openfire_sqlserver.sql %%DATADIR%%/resources/database/upgrade/34/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/35/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/36/openfire_sybase.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_db2.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_hsqldb.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_mysql.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_oracle.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_postgresql.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_sqlserver.sql +%%DATADIR%%/resources/database/upgrade/37/openfire_sybase.sql %%DATADIR%%/resources/database/upgrade/4/openfire_db2.sql %%DATADIR%%/resources/database/upgrade/4/openfire_hsqldb.sql %%DATADIR%%/resources/database/upgrade/4/openfire_mysql.sql diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index fee5ec18860a..4ff68f2ee4b1 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -1,6 +1,6 @@ PORTNAME= matrix-synapse DISTVERSION= 1.131.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 417c0ce7f3c6..01dfced03d7a 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -291,6 +291,7 @@ SUBDIR += php82-snmp SUBDIR += php83-snmp SUBDIR += php84-snmp + SUBDIR += php85-snmp SUBDIR += phpfpm_exporter SUBDIR += phpipam SUBDIR += ping_exporter @@ -410,5 +411,10 @@ SUBDIR += zabbix7-java SUBDIR += zabbix7-proxy SUBDIR += zabbix7-server + SUBDIR += zabbix74-agent + SUBDIR += zabbix74-frontend + SUBDIR += zabbix74-java + SUBDIR += zabbix74-proxy + SUBDIR += zabbix74-server .include diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index 938a68341185..7e1bec498f53 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,7 +1,7 @@ PORTNAME= bandwhich DISTVERSIONPREFIX= v DISTVERSION= 0.23.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi diff --git a/net-mgmt/geom-exporter/Makefile b/net-mgmt/geom-exporter/Makefile index 78d86da03cc0..d2a872c85609 100644 --- a/net-mgmt/geom-exporter/Makefile +++ b/net-mgmt/geom-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= geom-exporter DISTVERSION= 0.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} diff --git a/net-mgmt/gping/Makefile b/net-mgmt/gping/Makefile index 264eb0785be8..e1ad45f5a3f5 100644 --- a/net-mgmt/gping/Makefile +++ b/net-mgmt/gping/Makefile @@ -1,7 +1,7 @@ PORTNAME= gping DISTVERSIONPREFIX= gping-v DISTVERSION= 1.19.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-mgmt/icingaweb2-module-icingadb/Makefile b/net-mgmt/icingaweb2-module-icingadb/Makefile index 724bc43466ba..909db78215fd 100644 --- a/net-mgmt/icingaweb2-module-icingadb/Makefile +++ b/net-mgmt/icingaweb2-module-icingadb/Makefile @@ -1,6 +1,6 @@ PORTNAME= icingaweb2-module-icingadb DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.1 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/icingaweb2-module-icingadb/distinfo b/net-mgmt/icingaweb2-module-icingadb/distinfo index 093bd73512e0..ffa4a9449ead 100644 --- a/net-mgmt/icingaweb2-module-icingadb/distinfo +++ b/net-mgmt/icingaweb2-module-icingadb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696075981 -SHA256 (icinga-icingadb-web-v1.1.0_GH0.tar.gz) = 8ac034695c26534669fb08142273e3f60aea9bb5636f72c160e44b75188adec3 -SIZE (icinga-icingadb-web-v1.1.0_GH0.tar.gz) = 2337373 +TIMESTAMP = 1751384523 +SHA256 (icinga-icingadb-web-v1.2.1_GH0.tar.gz) = fd58c1340816db48e548d318965fc5d394e373bb22509992115a1c1e4ec81cc1 +SIZE (icinga-icingadb-web-v1.2.1_GH0.tar.gz) = 2074249 diff --git a/net-mgmt/icingaweb2-module-icingadb/pkg-plist b/net-mgmt/icingaweb2-module-icingadb/pkg-plist index 6dff8df5defc..0e76f80886e2 100644 --- a/net-mgmt/icingaweb2-module-icingadb/pkg-plist +++ b/net-mgmt/icingaweb2-module-icingadb/pkg-plist @@ -4,10 +4,15 @@ %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/SECURITY.md +%%WWWDIR%%/application/clicommands/MigrateCommand.php %%WWWDIR%%/application/controllers/CommandTransportController.php %%WWWDIR%%/application/controllers/CommentController.php %%WWWDIR%%/application/controllers/CommentsController.php %%WWWDIR%%/application/controllers/ConfigController.php +%%WWWDIR%%/application/controllers/ContactController.php +%%WWWDIR%%/application/controllers/ContactgroupController.php +%%WWWDIR%%/application/controllers/ContactgroupsController.php +%%WWWDIR%%/application/controllers/ContactsController.php %%WWWDIR%%/application/controllers/DowntimeController.php %%WWWDIR%%/application/controllers/DowntimesController.php %%WWWDIR%%/application/controllers/ErrorController.php @@ -20,6 +25,7 @@ %%WWWDIR%%/application/controllers/HostsController.php %%WWWDIR%%/application/controllers/MigrateController.php %%WWWDIR%%/application/controllers/NotificationsController.php +%%WWWDIR%%/application/controllers/RedundancygroupController.php %%WWWDIR%%/application/controllers/ServiceController.php %%WWWDIR%%/application/controllers/ServicegroupController.php %%WWWDIR%%/application/controllers/ServicegroupsController.php @@ -55,14 +61,15 @@ %%WWWDIR%%/application/views/scripts/services/grid.phtml %%WWWDIR%%/configuration.php %%WWWDIR%%/doc/01-About.md -%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md %%WWWDIR%%/doc/02-Installation.md +%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md %%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/doc/04-Security.md %%WWWDIR%%/doc/05-Upgrading.md %%WWWDIR%%/doc/09-Automation.md %%WWWDIR%%/doc/10-Migration.md %%WWWDIR%%/doc/11-Concepts.md +%%WWWDIR%%/doc/TRADEMARKS.md %%WWWDIR%%/doc/res/CheckStatisticsAnatomy.jpg %%WWWDIR%%/doc/res/ListAnatomyOverdue.jpg %%WWWDIR%%/doc/res/ListItemAnatomy.jpg @@ -77,7 +84,6 @@ %%WWWDIR%%/doc/res/modal-dialog-preview.png %%WWWDIR%%/doc/res/searchbar-completion-preview.png %%WWWDIR%%/doc/res/service-detail-preview.png -%%WWWDIR%%/doc/res/url-migration-preview.png %%WWWDIR%%/doc/res/view-switcher-preview.png %%WWWDIR%%/library/Icingadb/Authentication/ObjectAuthorization.php %%WWWDIR%%/library/Icingadb/Command/IcingaApiCommand.php @@ -94,6 +100,7 @@ %%WWWDIR%%/library/Icingadb/Command/Object/PropagateHostDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/RemoveAcknowledgementCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ScheduleCheckCommand.php +%%WWWDIR%%/library/Icingadb/Command/Object/ScheduleDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ScheduleHostDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ScheduleServiceDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/SendCustomNotificationCommand.php @@ -108,9 +115,9 @@ %%WWWDIR%%/library/Icingadb/Command/Transport/CommandTransportException.php %%WWWDIR%%/library/Icingadb/Command/Transport/CommandTransportInterface.php %%WWWDIR%%/library/Icingadb/Common/Auth.php +%%WWWDIR%%/library/Icingadb/Common/Backend.php %%WWWDIR%%/library/Icingadb/Common/BaseFilter.php %%WWWDIR%%/library/Icingadb/Common/BaseStatusBar.php -%%WWWDIR%%/library/Icingadb/Common/CaptionDisabled.php %%WWWDIR%%/library/Icingadb/Common/CommandActions.php %%WWWDIR%%/library/Icingadb/Common/Database.php %%WWWDIR%%/library/Icingadb/Common/DetailActions.php @@ -120,28 +127,27 @@ %%WWWDIR%%/library/Icingadb/Common/IcingaRedis.php %%WWWDIR%%/library/Icingadb/Common/Icons.php %%WWWDIR%%/library/Icingadb/Common/Links.php -%%WWWDIR%%/library/Icingadb/Common/ListItemCommonLayout.php -%%WWWDIR%%/library/Icingadb/Common/ListItemDetailedLayout.php -%%WWWDIR%%/library/Icingadb/Common/ListItemMinimalLayout.php %%WWWDIR%%/library/Icingadb/Common/LoadMore.php %%WWWDIR%%/library/Icingadb/Common/Macros.php -%%WWWDIR%%/library/Icingadb/Common/NoSubjectLink.php %%WWWDIR%%/library/Icingadb/Common/ObjectInspectionDetail.php -%%WWWDIR%%/library/Icingadb/Common/ObjectLinkDisabled.php %%WWWDIR%%/library/Icingadb/Common/SearchControls.php %%WWWDIR%%/library/Icingadb/Common/ServiceLink.php %%WWWDIR%%/library/Icingadb/Common/ServiceLinks.php %%WWWDIR%%/library/Icingadb/Common/ServiceStates.php %%WWWDIR%%/library/Icingadb/Common/StateBadges.php %%WWWDIR%%/library/Icingadb/Common/TicketLinks.php -%%WWWDIR%%/library/Icingadb/Common/ViewMode.php %%WWWDIR%%/library/Icingadb/Compat/CompatHost.php %%WWWDIR%%/library/Icingadb/Compat/CompatObject.php %%WWWDIR%%/library/Icingadb/Compat/CompatService.php %%WWWDIR%%/library/Icingadb/Compat/UrlMigrator.php %%WWWDIR%%/library/Icingadb/Data/CsvResultSet.php +%%WWWDIR%%/library/Icingadb/Data/CsvResultSetUtils.php +%%WWWDIR%%/library/Icingadb/Data/DependencyNodes.php %%WWWDIR%%/library/Icingadb/Data/JsonResultSet.php +%%WWWDIR%%/library/Icingadb/Data/JsonResultSetUtils.php %%WWWDIR%%/library/Icingadb/Data/PivotTable.php +%%WWWDIR%%/library/Icingadb/Data/VolatileCsvResults.php +%%WWWDIR%%/library/Icingadb/Data/VolatileJsonResults.php %%WWWDIR%%/library/Icingadb/Hook/ActionsHook/ObjectActionsHook.php %%WWWDIR%%/library/Icingadb/Hook/Common/HookUtils.php %%WWWDIR%%/library/Icingadb/Hook/Common/TotalSlaReportUtils.php @@ -155,6 +161,7 @@ %%WWWDIR%%/library/Icingadb/Hook/HostsDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/IcingadbSupportHook.php %%WWWDIR%%/library/Icingadb/Hook/PluginOutputHook.php +%%WWWDIR%%/library/Icingadb/Hook/RedundancyGroupDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/ServiceActionsHook.php %%WWWDIR%%/library/Icingadb/Hook/ServiceDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/ServicesDetailExtensionHook.php @@ -168,6 +175,7 @@ %%WWWDIR%%/library/Icingadb/Model/Behavior/Bitmask.php %%WWWDIR%%/library/Icingadb/Model/Behavior/BoolCast.php %%WWWDIR%%/library/Icingadb/Model/Behavior/FlattenedObjectVars.php +%%WWWDIR%%/library/Icingadb/Model/Behavior/HasProblematicParent.php %%WWWDIR%%/library/Icingadb/Model/Behavior/ReRoute.php %%WWWDIR%%/library/Icingadb/Model/Checkcommand.php %%WWWDIR%%/library/Icingadb/Model/CheckcommandArgument.php @@ -177,6 +185,9 @@ %%WWWDIR%%/library/Icingadb/Model/CommentHistory.php %%WWWDIR%%/library/Icingadb/Model/Customvar.php %%WWWDIR%%/library/Icingadb/Model/CustomvarFlat.php +%%WWWDIR%%/library/Icingadb/Model/DependencyEdge.php +%%WWWDIR%%/library/Icingadb/Model/DependencyEdgeState.php +%%WWWDIR%%/library/Icingadb/Model/DependencyNode.php %%WWWDIR%%/library/Icingadb/Model/Downtime.php %%WWWDIR%%/library/Icingadb/Model/DowntimeHistory.php %%WWWDIR%%/library/Icingadb/Model/Endpoint.php @@ -209,6 +220,10 @@ %%WWWDIR%%/library/Icingadb/Model/NotificationcommandArgument.php %%WWWDIR%%/library/Icingadb/Model/NotificationcommandCustomvar.php %%WWWDIR%%/library/Icingadb/Model/NotificationcommandEnvvar.php +%%WWWDIR%%/library/Icingadb/Model/RedundancyGroup.php +%%WWWDIR%%/library/Icingadb/Model/RedundancyGroupState.php +%%WWWDIR%%/library/Icingadb/Model/RedundancyGroupSummary.php +%%WWWDIR%%/library/Icingadb/Model/Schema.php %%WWWDIR%%/library/Icingadb/Model/Service.php %%WWWDIR%%/library/Icingadb/Model/ServiceCustomvar.php %%WWWDIR%%/library/Icingadb/Model/ServiceState.php @@ -217,6 +232,8 @@ %%WWWDIR%%/library/Icingadb/Model/ServicegroupMember.php %%WWWDIR%%/library/Icingadb/Model/ServicegroupSummary.php %%WWWDIR%%/library/Icingadb/Model/ServicestateSummary.php +%%WWWDIR%%/library/Icingadb/Model/SlaHistoryDowntime.php +%%WWWDIR%%/library/Icingadb/Model/SlaHistoryState.php %%WWWDIR%%/library/Icingadb/Model/State.php %%WWWDIR%%/library/Icingadb/Model/StateHistory.php %%WWWDIR%%/library/Icingadb/Model/Timeperiod.php @@ -224,6 +241,8 @@ %%WWWDIR%%/library/Icingadb/Model/TimeperiodOverrideExclude.php %%WWWDIR%%/library/Icingadb/Model/TimeperiodOverrideInclude.php %%WWWDIR%%/library/Icingadb/Model/TimeperiodRange.php +%%WWWDIR%%/library/Icingadb/Model/UnreachableParent.php +%%WWWDIR%%/library/Icingadb/Model/UnreachableParent/ResultSet.php %%WWWDIR%%/library/Icingadb/Model/User.php %%WWWDIR%%/library/Icingadb/Model/UserCustomvar.php %%WWWDIR%%/library/Icingadb/Model/Usergroup.php @@ -236,13 +255,13 @@ %%WWWDIR%%/library/Icingadb/ProvidedHook/CreateHostsSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/CreateServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/CreateServicesSlaReport.php -%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalHostSlaReport.php -%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/IcingaHealth.php %%WWWDIR%%/library/Icingadb/ProvidedHook/RedisHealth.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/HostSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/ServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/SlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalHostSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/X509/Sni.php %%WWWDIR%%/library/Icingadb/Redis/VolatileStateResults.php %%WWWDIR%%/library/Icingadb/Setup/ApiTransportPage.php @@ -260,6 +279,20 @@ %%WWWDIR%%/library/Icingadb/Util/PerfDataSet.php %%WWWDIR%%/library/Icingadb/Util/PluginOutput.php %%WWWDIR%%/library/Icingadb/Util/ThresholdRange.php +%%WWWDIR%%/library/Icingadb/View/BaseHostAndServiceRenderer.php +%%WWWDIR%%/library/Icingadb/View/CommentRenderer.php +%%WWWDIR%%/library/Icingadb/View/DowntimeRenderer.php +%%WWWDIR%%/library/Icingadb/View/EventRenderer.php +%%WWWDIR%%/library/Icingadb/View/HostRenderer.php +%%WWWDIR%%/library/Icingadb/View/HostgroupGridRenderer.php +%%WWWDIR%%/library/Icingadb/View/HostgroupRenderer.php +%%WWWDIR%%/library/Icingadb/View/NotificationRenderer.php +%%WWWDIR%%/library/Icingadb/View/RedundancyGroupRenderer.php +%%WWWDIR%%/library/Icingadb/View/ServiceRenderer.php +%%WWWDIR%%/library/Icingadb/View/ServicegroupGridRenderer.php +%%WWWDIR%%/library/Icingadb/View/ServicegroupRenderer.php +%%WWWDIR%%/library/Icingadb/View/UserRenderer.php +%%WWWDIR%%/library/Icingadb/View/UsergroupRenderer.php %%WWWDIR%%/library/Icingadb/Web/Control/GridViewModeSwitcher.php %%WWWDIR%%/library/Icingadb/Web/Control/ProblemToggle.php %%WWWDIR%%/library/Icingadb/Web/Control/SearchBar/ObjectSuggestions.php @@ -272,8 +305,9 @@ %%WWWDIR%%/library/Icingadb/Web/Navigation/Renderer/ProblemsBadge.php %%WWWDIR%%/library/Icingadb/Web/Navigation/Renderer/ServiceProblemsBadge.php %%WWWDIR%%/library/Icingadb/Web/Navigation/Renderer/TotalProblemsBadge.php -%%WWWDIR%%/library/Icingadb/Widget/AttemptBall.php %%WWWDIR%%/library/Icingadb/Widget/CheckAttempt.php +%%WWWDIR%%/library/Icingadb/Widget/DependencyNodeStateBadges.php +%%WWWDIR%%/library/Icingadb/Widget/DependencyNodeStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/CheckStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/CommentDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/CustomVarTable.php @@ -286,10 +320,12 @@ %%WWWDIR%%/library/Icingadb/Widget/Detail/HostStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/MultiselectQuickActions.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectDetail.php +%%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectHeader.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ObjectsDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/PerfDataTable.php %%WWWDIR%%/library/Icingadb/Widget/Detail/QuickActions.php +%%WWWDIR%%/library/Icingadb/Widget/Detail/RedundancyGroupDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceInspectionDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceMetaInfo.php @@ -301,62 +337,21 @@ %%WWWDIR%%/library/Icingadb/Widget/HostStatusBar.php %%WWWDIR%%/library/Icingadb/Widget/HostSummaryDonut.php %%WWWDIR%%/library/Icingadb/Widget/IconImage.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseCommentListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseDowntimeListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseHistoryListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseHostListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseNotificationListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/BaseServiceListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/CommandTransportList.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/CommandTransportListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/CommentList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/CommentListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/CommentListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/DowntimeList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/DowntimeListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/DowntimeListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HistoryListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostDetailHeader.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItemMinimal.php +%%WWWDIR%%/library/Icingadb/Widget/ItemList/LoadMoreObjectList.php +%%WWWDIR%%/library/Icingadb/Widget/ItemList/ObjectList.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/PageSeparatorItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceDetailHeader.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItemDetailed.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/StateList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/StateListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseHostGroupItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseServiceGroupItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemList/TicketLinkObjectList.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseStateRowItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/GridCellLayout.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupGridCell.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostRowItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupGridCell.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupTableRow.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ObjectGrid.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ObjectTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServiceItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServiceRowItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/StateItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/StateRowItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/TableRowLayout.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UserTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UserTableRow.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UsergroupTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UsergroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/MarkdownLine.php %%WWWDIR%%/library/Icingadb/Widget/MarkdownText.php %%WWWDIR%%/library/Icingadb/Widget/Notice.php @@ -369,20 +364,24 @@ %%WWWDIR%%/library/Icingadb/Widget/StateChange.php %%WWWDIR%%/library/Icingadb/Widget/TagList.php %%WWWDIR%%/module.info -%%WWWDIR%%/phpstan-baseline.neon +%%WWWDIR%%/phpstan-baseline-7x.neon +%%WWWDIR%%/phpstan-baseline-8x.neon +%%WWWDIR%%/phpstan-baseline-by-php-version.php +%%WWWDIR%%/phpstan-baseline-standard.neon %%WWWDIR%%/phpstan.neon %%WWWDIR%%/phpunit.xml -%%WWWDIR%%/public/js/progress-bar.js %%WWWDIR%%/public/css/common.less %%WWWDIR%%/public/css/form/schedule-service-downtime-form.less +%%WWWDIR%%/public/css/item/downtime.less +%%WWWDIR%%/public/css/item/hostgroup.less +%%WWWDIR%%/public/css/item/icon-image.less +%%WWWDIR%%/public/css/item/item-layout.less +%%WWWDIR%%/public/css/item/redundancy-group.less +%%WWWDIR%%/public/css/item/servicegroup.less %%WWWDIR%%/public/css/list/action-list.less -%%WWWDIR%%/public/css/list/comment-list.less -%%WWWDIR%%/public/css/list/downtime-list.less %%WWWDIR%%/public/css/list/item-list.less -%%WWWDIR%%/public/css/list/list-item.less %%WWWDIR%%/public/css/list/state-item-table.less %%WWWDIR%%/public/css/list/state-row-item.less -%%WWWDIR%%/public/css/list/user-list.less %%WWWDIR%%/public/css/markdown.less %%WWWDIR%%/public/css/mixin/progress-bar.less %%WWWDIR%%/public/css/mixin/state-badges.less @@ -393,15 +392,16 @@ %%WWWDIR%%/public/css/widget/check-statistics.less %%WWWDIR%%/public/css/widget/comment-popup.less %%WWWDIR%%/public/css/widget/custom-var-table.less +%%WWWDIR%%/public/css/widget/dependency-node-state-badges.less %%WWWDIR%%/public/css/widget/donut-container.less %%WWWDIR%%/public/css/widget/downtime-card.less -%%WWWDIR%%/public/css/widget/group-grid.less %%WWWDIR%%/public/css/widget/host-state-badges.less %%WWWDIR%%/public/css/widget/key-value-list.less %%WWWDIR%%/public/css/widget/migrate-popup.less %%WWWDIR%%/public/css/widget/monitoring-health.less %%WWWDIR%%/public/css/widget/notice.less %%WWWDIR%%/public/css/widget/object-features.less +%%WWWDIR%%/public/css/widget/object-grid.less %%WWWDIR%%/public/css/widget/object-inspection.less %%WWWDIR%%/public/css/widget/object-meta-info.less %%WWWDIR%%/public/css/widget/object-statistics.less @@ -409,9 +409,9 @@ %%WWWDIR%%/public/css/widget/quick-actions.less %%WWWDIR%%/public/css/widget/service-state-badges.less %%WWWDIR%%/public/css/widget/state-change.less -%%WWWDIR%%/public/css/widget/table-layout.less %%WWWDIR%%/public/css/widget/tag-list.less %%WWWDIR%%/public/css/widget/view-mode-switcher.less %%WWWDIR%%/public/js/action-list.js %%WWWDIR%%/public/js/migrate.js +%%WWWDIR%%/public/js/progress-bar.js %%WWWDIR%%/run.php diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index 32a1a73ffff6..3170994407a2 100644 --- a/net-mgmt/nfs-exporter/Makefile +++ b/net-mgmt/nfs-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= nfs-exporter DISTVERSION= 0.4.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} diff --git a/net-mgmt/php85-snmp/Makefile b/net-mgmt/php85-snmp/Makefile new file mode 100644 index 000000000000..9bfc0601bbb2 --- /dev/null +++ b/net-mgmt/php85-snmp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/rs-aggregate/Makefile b/net-mgmt/rs-aggregate/Makefile index 1f7d1b7dcebe..1af4f22c52fc 100644 --- a/net-mgmt/rs-aggregate/Makefile +++ b/net-mgmt/rs-aggregate/Makefile @@ -1,7 +1,7 @@ PORTNAME= rs-aggregate DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MAINTAINER= marcel@herrbischoff.com diff --git a/net-mgmt/zabbix74-agent/Makefile b/net-mgmt/zabbix74-agent/Makefile new file mode 100644 index 000000000000..0ffccc3919ee --- /dev/null +++ b/net-mgmt/zabbix74-agent/Makefile @@ -0,0 +1,12 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= CURL IPV6 MODBUS +OPTIONS_DEFAULT= CURL OPENSSL + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-frontend/Makefile b/net-mgmt/zabbix74-frontend/Makefile new file mode 100644 index 000000000000..d6ccb2021151 --- /dev/null +++ b/net-mgmt/zabbix74-frontend/Makefile @@ -0,0 +1,29 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} + +USES+= php:web,flavors +USE_PHP= bcmath ctype filter gd gettext ldap mbstring session \ + simplexml sockets xml xmlreader xmlwriter + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PATCHDIR= +NO_ARCH= yes +NO_BUILD= yes + +PLIST= ${PKGDIR}/pkg-plist.frontend + +OPTIONS_DEFINE= MYSQLI PGSQL +OPTIONS_DEFAULT= MYSQLI +MYSQLI_DESC= MySQLI backend + +MYSQLI_USE= PHP=mysqli +PGSQL_USE= PHP=pgsql + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/ui && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-java/Makefile b/net-mgmt/zabbix74-java/Makefile new file mode 100644 index 000000000000..b3a6e3fff259 --- /dev/null +++ b/net-mgmt/zabbix74-java/Makefile @@ -0,0 +1,11 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -java + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PLIST= ${PKGDIR}/pkg-plist.java + +OPTIONS_DEFINE= IPV6 + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-proxy/Makefile b/net-mgmt/zabbix74-proxy/Makefile new file mode 100644 index 000000000000..a51a7cb970c8 --- /dev/null +++ b/net-mgmt/zabbix74-proxy/Makefile @@ -0,0 +1,8 @@ +PORTNAME= zabbix74 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -proxy + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix74-server/Makefile b/net-mgmt/zabbix74-server/Makefile new file mode 100644 index 000000000000..e86c881cc9e5 --- /dev/null +++ b/net-mgmt/zabbix74-server/Makefile @@ -0,0 +1,260 @@ +PORTNAME= zabbix74 +DISTVERSION= 7.4.0 +PORTREVISION?= 0 +CATEGORIES= net-mgmt +MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ +PKGNAMESUFFIX?= -server +DISTNAME= zabbix-${DISTVERSION} + +MAINTAINER= otis@FreeBSD.org +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) +WWW= https://www.zabbix.com/ + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= zabbix[0-9]${PKGNAMESUFFIX} \ + zabbix[0-6][0-9]${PKGNAMESUFFIX} + +ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//:S/-$//} + +.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings +USES= iconv pkgconfig +.if ${ZABBIX_BUILD} != "agent" +CONFIGURE_ARGS+= --cache-file=${WRKSRC}/config.cache \ + --with-libevent=${LOCALBASE} \ + --with-libxml2 +LIB_DEPENDS+= libevent.so:devel/libevent +USE_RC_SUBR= zabbix_${ZABBIX_BUILD} +# -server and -proxy depends on libxml2 +.if ${ZABBIX_BUILD} != "java" +USES+= gnome +USE_GNOME= libxml2 +.endif +.else +USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d +.endif + +USERS= zabbix +GROUPS= zabbix + +.if ${ZABBIX_BUILD} == "proxy" +PLIST_SUB= PROXY="" +.else +PLIST_SUB= PROXY="@comment " +.endif +.if ${ZABBIX_BUILD} == "server" +PLIST_SUB+= SERVER="" +.else +PLIST_SUB+= SERVER="@comment " +.endif + +PLIST_SUB+= DISTVERSION=${DISTVERSION} \ + ZABBIX_BUILD=${ZABBIX_BUILD} +SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} + +MAKE_ARGS+= ARCH=freebsd +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +CONFIGURE_ARGS+= --datadir=${ETCDIR} \ + --enable-${ZABBIX_BUILD} \ + --sysconfdir=${ETCDIR} \ + --with-iconv=${ICONV_PREFIX} + +PORTSCOUT= limit:^7\.0\. + +.if ${ZABBIX_BUILD} != "java" +OPTIONS_DEFAULT+= PCRE2 +OPTIONS_SINGLE+= PCRE +OPTIONS_SINGLE_PCRE= PCRE1 PCRE2 +PCRE_DESC= PCRE library to use +PCRE1_DESC= Use PCRE v1 library +PCRE2_DESC= Use PCRE v2 library + +PCRE1_LIB_DEPENDS= libpcre.so:devel/pcre +PCRE1_CONFIGURE_WITH= libpcre +PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +PCRE2_CONFIGURE_WITH= libpcre2 + +.if ${ZABBIX_BUILD} != "agent" +CPPFLAGS+= -I${LOCALBASE}/include + +SUB_FILES= pkg-message + +OPTIONS_DEFAULT+= CURL FPING IPMI IPV6 MYSQL OPENSSL SNMP SSH UNIXODBC +OPTIONS_DEFINE= CURL FPING IPMI IPV6 LDAP NMAP SNMP SSH UNIXODBC +OPTIONS_SINGLE+= DB SSL +OPTIONS_SINGLE_DB= MDB5 MDB6 MYSQL MYSQLDV PGSQL +.if ${ZABBIX_BUILD} == "proxy" +OPTIONS_SINGLE_DB+= SQLITE +.endif +OPTIONS_SINGLE_SSL= GNUTLS OPENSSL +OPTIONS_SUB= yes + +FPING_DESC= Build/install fping for ping checks +IPMI_DESC= Support for IPMI checks +LDAP_DESC= Support for LDAP server checks +NMAP_DESC= Build/install nmap for o/s detection +SNMP_DESC= Support for SNMP checks +SSH_DESC= Support for SSH-based checks +UNIXODBC_DESC= Support for database checks via ODBC +MYSQL_DESC= MySQL 8.0 database support +MYSQLDV_DESC= MYSQL DEFAULT_VERSIONS= (poudriere) + +FPING_RUN_DEPENDS= fping:net/fping + +IPMI_CONFIGURE_WITH= openipmi +IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi + +LDAP_CONFIGURE_WITH= ldap +LDAP_USES= ldap + +MYSQL_CONFIGURE_ON= --with-mysql +MYSQL_USES+= compiler:c11 mysql:80 + +MYSQLDV_CONFIGURE_ON= --with-mysql +MYSQLDV_USES+= compiler:c11 mysql + +MDB5_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB5_USES+= compiler:c11 mysql:105m +MDB5_DESC= Mariadb 10.5 database support + +MDB6_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MDB6_USES+= compiler:c11 mysql:106m +MDB6_DESC= Mariadb 10.6 database support + +PGSQL_CONFIGURE_WITH= postgresql +PGSQL_USES+= pgsql + +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +SNMP_CONFIGURE_WITH= net-snmp + +SQLITE_CONFIGURE_WITH= sqlite3 +SQLITE_USES+= sqlite:3 + +SSH_CONFIGURE_WITH= ssh2 +SSH_LIB_DEPENDS= libssh2.so:security/libssh2 + +UNIXODBC_CONFIGURE_WITH= unixodbc +UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +.elif ${ZABBIX_BUILD} == "agent" +OPTOINS_DEFINE+= PCRE +OPTIONS_SINGLE+= SSL +OPTIONS_SINGLE_SSL= GNUTLS OPENSSL +.endif # if ${ZABBIX_BUILD} != "agent" + +CURL_DESC= Support for web monitoring +CURL_CONFIGURE_WITH= libcurl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl + +IPV6_CONFIGURE_ENABLE= ipv6 + +MODBUS_DESC= Support for Modbus checks +MODBUS_CONFIGURE_WITH= libmodbus +MODBUS_LIB_DEPENDS= libmodbus.so:comms/libmodbus + +NMAP_RUN_DEPENDS= nmap:security/nmap \ + sudo:security/sudo + +OPENSSL_CONFIGURE_WITH= openssl +OPENSSL_USES= ssl +OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \ + BROKEN_SSL_REASON="PSK is not provided by LibreSSL" + +GNUTLS_CONFIGURE_WITH= gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + +.endif # if ${ZABBIX_BUILD} != "java" + +.if ${ZABBIX_BUILD} == "java" +USES+= java +JAVA_VERSION= 11+ +.endif + +.include + +post-patch: + @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ + | ${XARGS} ${REINPLACE_CMD} -e 's#/usr/local/etc#${ETCDIR}#g' + + @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \ + ${WRKSRC}/conf/zabbix_*.conf \ + ${WRKSRC}/src/zabbix_proxy/proxy.c \ + ${WRKSRC}/src/zabbix_server/server.c + +.if ${ZABBIX_BUILD} == "server" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ + ${WRKSRC}/conf/zabbix_server.conf \ + ${WRKSRC}/src/zabbix_server/server.c + @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.log#/var/log/zabbix/zabbix_server.log#g' \ + ${WRKSRC}/conf/zabbix_server.conf +.endif + +.if ${ZABBIX_BUILD} == "proxy" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ + ${WRKSRC}/conf/zabbix_proxy.conf \ + ${WRKSRC}/src/zabbix_proxy/proxy.c + @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.log#/var/log/zabbix/zabbix_proxy.log#g' \ + ${WRKSRC}/conf/zabbix_proxy.conf +.endif + +.if ${ZABBIX_BUILD} == "agent" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ + ${WRKSRC}/conf/zabbix_agentd.conf \ + ${WRKSRC}/src/zabbix_agent/zabbix_agentd.c + @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.log#/var/log/zabbix/zabbix_agentd.log#g' \ + ${WRKSRC}/conf/zabbix_agentd.conf +.endif + +.if ${ZABBIX_BUILD} == "java" + @${REINPLACE_CMD} -e 's#/tmp/zabbix_java.pid#/var/run/zabbix/zabbix_java.pid#g' \ + ${WRKSRC}/src/zabbix_java/settings.sh +.endif + +.if ${ZABBIX_BUILD} != "agent" +. for d in mysql postgresql + @${REINPLACE_CMD} \ + -e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \ + -e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \ + ${WRKSRC}/database/${d}/data.sql +. endfor +.endif + @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \ + -exec ${RM} {} + + +pre-configure: + @echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache + +post-install: +.if ${ZABBIX_BUILD} == "java" + ${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \ + ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample + @${MKDIR} ${STAGEDIR}/var/run/zabbix +.endif + +.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" + ${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database + ${FIND} ${WRKSRC}/database -name 'Makefile*' -delete + (cd ${WRKSRC}/database/ && \ + ${COPYTREE_SHARE} "mysql postgresql sqlite3" \ + ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/) + + ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \ + ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf.sample +.endif + +.if ${ZABBIX_BUILD} == "agent" + ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \ + ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample +.endif + +.if ${ZABBIX_BUILD} == "proxy" + ${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \ + ${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js +.endif + +.else # frontend +.include +.endif + +.include diff --git a/net-mgmt/zabbix74-server/distinfo b/net-mgmt/zabbix74-server/distinfo new file mode 100644 index 000000000000..5afeb9f94046 --- /dev/null +++ b/net-mgmt/zabbix74-server/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751356847 +SHA256 (zabbix-7.4.0.tar.gz) = 7bd56fcd83359e11682eff412d53a0ceb9e39843ddbde0f09eb97faac80a1fa2 +SIZE (zabbix-7.4.0.tar.gz) = 42495969 diff --git a/net-mgmt/zabbix74-server/files/patch-src_libs_zbxembed_duktape.h b/net-mgmt/zabbix74-server/files/patch-src_libs_zbxembed_duktape.h new file mode 100644 index 000000000000..ff6595a49bb5 --- /dev/null +++ b/net-mgmt/zabbix74-server/files/patch-src_libs_zbxembed_duktape.h @@ -0,0 +1,11 @@ +--- src/libs/zbxembed/duktape.h.orig 2022-02-14 01:54:29.000000000 -0800 ++++ src/libs/zbxembed/duktape.h 2022-02-15 13:48:15.058093000 -0800 +@@ -160,7 +160,7 @@ + #if !defined(DUKTAPE_H_INCLUDED) + #define DUKTAPE_H_INCLUDED + +-#define DUK_SINGLE_FILE ++#undef DUK_SINGLE_FILE + + /* + * BEGIN PUBLIC API diff --git a/net-mgmt/zabbix74-server/files/pkg-message.in b/net-mgmt/zabbix74-server/files/pkg-message.in new file mode 100644 index 000000000000..ebfdd4c41ae0 --- /dev/null +++ b/net-mgmt/zabbix74-server/files/pkg-message.in @@ -0,0 +1,51 @@ +[ +{ type: install + message: < /dev/null 2>&1; then + echo "${name} is running as pid ${PID}" + else + echo "${name} is not running" + fi + else + echo "${name} is not running" + fi +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/files/zabbix_proxy.in b/net-mgmt/zabbix74-server/files/zabbix_proxy.in new file mode 100644 index 000000000000..0ce9f01f549f --- /dev/null +++ b/net-mgmt/zabbix74-server/files/zabbix_proxy.in @@ -0,0 +1,71 @@ +#!/bin/sh + +# PROVIDE: zabbix_proxy +# REQUIRE: DAEMON +%%PGSQL%%# REQUIRE: postgresql +%%MYSQL%%# REQUIRE: mysql +%%MYSQLDV%%# REQUIRE: mysql +%%MDB5%%# REQUIRE: mysql +%%MDB6%%# REQUIRE: mysql +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to +# enable zabbix_proxy: +# +# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to +# enable zabbix_proxy. +# zabbix_proxy_config (string): Set to the standard config file path by +# default. +# zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file +# Default is /var/run/zabbix/zabbix_proxy.pid +# zabbix_proxy_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. +# + +. /etc/rc.subr + +name="zabbix_proxy" +rcvar=zabbix_proxy_enable + +load_rc_config $name + +: ${zabbix_proxy_enable:=NO} +: ${zabbix_proxy_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_proxy_pidfile:=/var/run/zabbix/zabbix_proxy.pid} + +command="%%PREFIX%%/sbin/${name}" +required_files="${zabbix_proxy_config}" + +start_cmd=zabbix_proxy_cmd +start_precmd=zabbix_proxy_precmd +status_precmd=zabbix_proxy_precmd +stop_precmd=zabbix_proxy_precmd + +zabbix_proxy_precmd() +{ + pidfile=${zabbix_proxy_pidfile} + if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then + pidfile="$_pidfile_from_conf" + fi + logfile=/var/log/zabbix/zabbix_proxy.log + if get_pidfile_from_conf LogFile ${zabbix_proxy_config}; then + logfile="$_pidfile_from_conf" + fi + local rundir=${pidfile%/*} + local logdir=${logfile%/*} + [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir + [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir + + # This shouldn't be necessary with pidfile, but empirically it was the + # only way to reap the parent PID instead of all PIDs from + # check_process, which may leak SysV IPC objects and prevent restart + # and/or race condition on restart. + rc_pid=$(check_pidfile ${pidfile} ${command}) +} + +zabbix_proxy_cmd() +{ + PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/files/zabbix_server.in b/net-mgmt/zabbix74-server/files/zabbix_server.in new file mode 100644 index 000000000000..8a1fa48a890c --- /dev/null +++ b/net-mgmt/zabbix74-server/files/zabbix_server.in @@ -0,0 +1,72 @@ +#!/bin/sh + +# PROVIDE: zabbix_server +# REQUIRE: DAEMON +%%PGSQL%%# REQUIRE: postgresql +%%MYSQL%%# REQUIRE: mysql +%%MYSQLDV%%# REQUIRE: mysql +%%MDB5%%# REQUIRE: mysql +%%MDB6%%# REQUIRE: mysql +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to +# enable zabbix_server: +# +# zabbix_server_enable (bool): Set to NO by default. Set it to YES to +# enable zabbix_server. +# zabbix_server_config (string): Set to the standard config file path by +# default. +# zabbix_server_pidfile (string): Location of the zabbix_server pid file +# Default is /var/run/zabbix/zabbix_server.pid +# zabbix_server_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. +# + +. /etc/rc.subr + +name="zabbix_server" +rcvar=zabbix_server_enable + +load_rc_config $name + +: ${zabbix_server_enable:=NO} +: ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} +: ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} +: ${zabbix_server_paths:=$PATH} + +command="%%PREFIX%%/sbin/${name}" +required_files="${zabbix_server_config}" + +start_cmd=zabbix_server_cmd +start_precmd=zabbix_server_precmd +status_precmd=zabbix_server_precmd +stop_precmd=zabbix_server_precmd + +zabbix_server_precmd() +{ + pidfile=${zabbix_server_pidfile} + if get_pidfile_from_conf PidFile ${zabbix_server_config}; then + pidfile="$_pidfile_from_conf" + fi + logfile=/var/log/zabbix/zabbix_server.log + if get_pidfile_from_conf LogFile ${zabbix_server_config}; then + logfile="$_pidfile_from_conf" + fi + local rundir=${pidfile%/*} + local logdir=${logfile%/*} + [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir + [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir + + # This shouldn't be necessary with pidfile, but empirically it was the + # only way to reap the parent PID instead of all PIDs from + # check_process, which may leak SysV IPC objects and prevent restart + # and/or race condition on restart. + rc_pid=$(check_pidfile ${pidfile} ${command}) +} + +zabbix_server_cmd() +{ + PATH=$zabbix_server_paths $command -c $zabbix_server_config +} + +run_rc_command "$1" diff --git a/net-mgmt/zabbix74-server/pkg-descr b/net-mgmt/zabbix74-server/pkg-descr new file mode 100644 index 000000000000..24dea091d7e0 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-descr @@ -0,0 +1,8 @@ +Zabbix is an enterprise-class open source distributed monitoring solution. + +Zabbix is software that monitors numerous parameters of a network and the +health and integrity of servers. Zabbix uses a flexible notification +mechanism that allows users to configure e-mail based alerts for virtually +any event. This allows a fast reaction to server problems. Zabbix offers +excellent reporting and data visualisation features based on the stored +data. This makes Zabbix ideal for capacity planning. diff --git a/net-mgmt/zabbix74-server/pkg-plist b/net-mgmt/zabbix74-server/pkg-plist new file mode 100644 index 000000000000..475936021bb4 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist @@ -0,0 +1,34 @@ +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/data.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/images.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/option-patches/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/schema.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/images.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/option-patches/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/schema.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_log.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_str.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_text.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/history_upgrade_uint.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/with-compression/trends_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_log.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_prepare.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_str.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_text.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/history_upgrade_uint.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/option-patches/without-compression/trends_upgrade.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb/schema.sql +%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/schema.sql +@sample %%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample +%%PROXY%%bin/zabbix_proxy_js +%%PROXY%%@dir %%ETCDIR%%/zabbix_proxy.conf.d +%%SERVER%%bin/zabbix_js +%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d +%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts +share/man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz +sbin/zabbix_%%ZABBIX_BUILD%% +@dir %%ETCDIR%%/zabbix/externalscripts +@dir lib/modules diff --git a/net-mgmt/zabbix74-server/pkg-plist.agent b/net-mgmt/zabbix74-server/pkg-plist.agent new file mode 100644 index 000000000000..dea488b30253 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist.agent @@ -0,0 +1,9 @@ +@sample %%ETCDIR%%/zabbix_agentd.conf.sample +bin/zabbix_get +bin/zabbix_sender +share/man/man1/zabbix_get.1.gz +share/man/man1/zabbix_sender.1.gz +share/man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz +sbin/zabbix_agentd +@dir %%ETCDIR%%/zabbix_agentd.conf.d +@dir lib/modules diff --git a/net-mgmt/zabbix74-server/pkg-plist.frontend b/net-mgmt/zabbix74-server/pkg-plist.frontend new file mode 100644 index 000000000000..45b9fb22f201 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist.frontend @@ -0,0 +1,2135 @@ +%%WWWDIR%%/api_jsonrpc.php +%%WWWDIR%%/api_scim.php +%%WWWDIR%%/app/.htaccess +%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php +%%WWWDIR%%/app/controllers/CControllerActionConditionCheck.php +%%WWWDIR%%/app/controllers/CControllerActionCreate.php +%%WWWDIR%%/app/controllers/CControllerActionDelete.php +%%WWWDIR%%/app/controllers/CControllerActionDisable.php +%%WWWDIR%%/app/controllers/CControllerActionEdit.php +%%WWWDIR%%/app/controllers/CControllerActionEnable.php +%%WWWDIR%%/app/controllers/CControllerActionList.php +%%WWWDIR%%/app/controllers/CControllerActionLogList.php +%%WWWDIR%%/app/controllers/CControllerActionOperationCheck.php +%%WWWDIR%%/app/controllers/CControllerActionOperationConditionCheck.php +%%WWWDIR%%/app/controllers/CControllerActionUpdate.php +%%WWWDIR%%/app/controllers/CControllerAuditLogList.php +%%WWWDIR%%/app/controllers/CControllerAuditSettingsEdit.php +%%WWWDIR%%/app/controllers/CControllerAuditSettingsUpdate.php +%%WWWDIR%%/app/controllers/CControllerAuthenticationEdit.php +%%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php +%%WWWDIR%%/app/controllers/CControllerAutoregEdit.php +%%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php +%%WWWDIR%%/app/controllers/CControllerAvailabilityReportList.php +%%WWWDIR%%/app/controllers/CControllerAvailabilityReportTrigger.php +%%WWWDIR%%/app/controllers/CControllerCharts.php +%%WWWDIR%%/app/controllers/CControllerChartsView.php +%%WWWDIR%%/app/controllers/CControllerChartsViewJson.php +%%WWWDIR%%/app/controllers/CControllerConnectorCreate.php +%%WWWDIR%%/app/controllers/CControllerConnectorDelete.php +%%WWWDIR%%/app/controllers/CControllerConnectorDisable.php +%%WWWDIR%%/app/controllers/CControllerConnectorEdit.php +%%WWWDIR%%/app/controllers/CControllerConnectorEnable.php +%%WWWDIR%%/app/controllers/CControllerConnectorList.php +%%WWWDIR%%/app/controllers/CControllerConnectorUpdate.php +%%WWWDIR%%/app/controllers/CControllerCopyCreate.php +%%WWWDIR%%/app/controllers/CControllerCopyEdit.php +%%WWWDIR%%/app/controllers/CControllerCorrelationConditionCheck.php +%%WWWDIR%%/app/controllers/CControllerCorrelationConditionEdit.php +%%WWWDIR%%/app/controllers/CControllerCorrelationCreate.php +%%WWWDIR%%/app/controllers/CControllerCorrelationDelete.php +%%WWWDIR%%/app/controllers/CControllerCorrelationDisable.php +%%WWWDIR%%/app/controllers/CControllerCorrelationEdit.php +%%WWWDIR%%/app/controllers/CControllerCorrelationEnable.php +%%WWWDIR%%/app/controllers/CControllerCorrelationList.php +%%WWWDIR%%/app/controllers/CControllerCorrelationUpdate.php +%%WWWDIR%%/app/controllers/CControllerDashboardConfigHash.php +%%WWWDIR%%/app/controllers/CControllerDashboardDelete.php +%%WWWDIR%%/app/controllers/CControllerDashboardList.php +%%WWWDIR%%/app/controllers/CControllerDashboardPagePropertiesCheck.php +%%WWWDIR%%/app/controllers/CControllerDashboardPagePropertiesEdit.php +%%WWWDIR%%/app/controllers/CControllerDashboardPrint.php +%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesCheck.php +%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesEdit.php +%%WWWDIR%%/app/controllers/CControllerDashboardShareUpdate.php +%%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php +%%WWWDIR%%/app/controllers/CControllerDashboardView.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetCheck.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetEdit.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetRfRate.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetView.php +%%WWWDIR%%/app/controllers/CControllerDashboardWidgetsValidate.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryCheckCheck.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryCheckEdit.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryCreate.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryDelete.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryDisable.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryEdit.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryEnable.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryList.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryUpdate.php +%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php +%%WWWDIR%%/app/controllers/CControllerExport.php +%%WWWDIR%%/app/controllers/CControllerFavoriteCreate.php +%%WWWDIR%%/app/controllers/CControllerFavoriteDelete.php +%%WWWDIR%%/app/controllers/CControllerGeomapsEdit.php +%%WWWDIR%%/app/controllers/CControllerGeomapsUpdate.php +%%WWWDIR%%/app/controllers/CControllerGraphCreate.php +%%WWWDIR%%/app/controllers/CControllerGraphDelete.php +%%WWWDIR%%/app/controllers/CControllerGraphEdit.php +%%WWWDIR%%/app/controllers/CControllerGraphList.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeCreate.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeDelete.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeEdit.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeList.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerGraphPrototypeUpdateDiscover.php +%%WWWDIR%%/app/controllers/CControllerGraphUpdate.php +%%WWWDIR%%/app/controllers/CControllerGuiEdit.php +%%WWWDIR%%/app/controllers/CControllerGuiUpdate.php +%%WWWDIR%%/app/controllers/CControllerHintboxActionlist.php +%%WWWDIR%%/app/controllers/CControllerHintboxEventlist.php +%%WWWDIR%%/app/controllers/CControllerHost.php +%%WWWDIR%%/app/controllers/CControllerHostCreate.php +%%WWWDIR%%/app/controllers/CControllerHostDashboardView.php +%%WWWDIR%%/app/controllers/CControllerHostDisable.php +%%WWWDIR%%/app/controllers/CControllerHostEdit.php +%%WWWDIR%%/app/controllers/CControllerHostEnable.php +%%WWWDIR%%/app/controllers/CControllerHostGroupCreate.php +%%WWWDIR%%/app/controllers/CControllerHostGroupDelete.php +%%WWWDIR%%/app/controllers/CControllerHostGroupDisable.php +%%WWWDIR%%/app/controllers/CControllerHostGroupEdit.php +%%WWWDIR%%/app/controllers/CControllerHostGroupEnable.php +%%WWWDIR%%/app/controllers/CControllerHostGroupList.php +%%WWWDIR%%/app/controllers/CControllerHostGroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerHostList.php +%%WWWDIR%%/app/controllers/CControllerHostMacrosList.php +%%WWWDIR%%/app/controllers/CControllerHostMassDelete.php +%%WWWDIR%%/app/controllers/CControllerHostUpdate.php +%%WWWDIR%%/app/controllers/CControllerHostUpdateGeneral.php +%%WWWDIR%%/app/controllers/CControllerHostView.php +%%WWWDIR%%/app/controllers/CControllerHostViewRefresh.php +%%WWWDIR%%/app/controllers/CControllerHostWizardCreate.php +%%WWWDIR%%/app/controllers/CControllerHostWizardEdit.php +%%WWWDIR%%/app/controllers/CControllerHostWizardGet.php +%%WWWDIR%%/app/controllers/CControllerHostWizardUpdate.php +%%WWWDIR%%/app/controllers/CControllerHostWizardUpdateGeneral.php +%%WWWDIR%%/app/controllers/CControllerHousekeepingEdit.php +%%WWWDIR%%/app/controllers/CControllerHousekeepingUpdate.php +%%WWWDIR%%/app/controllers/CControllerIconMapCreate.php +%%WWWDIR%%/app/controllers/CControllerIconMapDelete.php +%%WWWDIR%%/app/controllers/CControllerIconMapEdit.php +%%WWWDIR%%/app/controllers/CControllerIconMapList.php +%%WWWDIR%%/app/controllers/CControllerIconMapUpdate.php +%%WWWDIR%%/app/controllers/CControllerImageCreate.php +%%WWWDIR%%/app/controllers/CControllerImageDelete.php +%%WWWDIR%%/app/controllers/CControllerImageEdit.php +%%WWWDIR%%/app/controllers/CControllerImageList.php +%%WWWDIR%%/app/controllers/CControllerImageUpdate.php +%%WWWDIR%%/app/controllers/CControllerItem.php +%%WWWDIR%%/app/controllers/CControllerItemClear.php +%%WWWDIR%%/app/controllers/CControllerItemCreate.php +%%WWWDIR%%/app/controllers/CControllerItemDelete.php +%%WWWDIR%%/app/controllers/CControllerItemDisable.php +%%WWWDIR%%/app/controllers/CControllerItemEdit.php +%%WWWDIR%%/app/controllers/CControllerItemEnable.php +%%WWWDIR%%/app/controllers/CControllerItemExecuteNow.php +%%WWWDIR%%/app/controllers/CControllerItemList.php +%%WWWDIR%%/app/controllers/CControllerItemMassupdate.php +%%WWWDIR%%/app/controllers/CControllerItemPrototype.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeCreate.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeDelete.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeDisable.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeEdit.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeEnable.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeList.php +%%WWWDIR%%/app/controllers/CControllerItemPrototypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerItemTagsList.php +%%WWWDIR%%/app/controllers/CControllerItemUpdate.php +%%WWWDIR%%/app/controllers/CControllerLatest.php +%%WWWDIR%%/app/controllers/CControllerLatestView.php +%%WWWDIR%%/app/controllers/CControllerLatestViewRefresh.php +%%WWWDIR%%/app/controllers/CControllerMacrosEdit.php +%%WWWDIR%%/app/controllers/CControllerMacrosUpdate.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceCreate.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceDelete.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceEdit.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceList.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceTimePeriodCheck.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceTimePeriodEdit.php +%%WWWDIR%%/app/controllers/CControllerMaintenanceUpdate.php +%%WWWDIR%%/app/controllers/CControllerMapView.php +%%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php +%%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php +%%WWWDIR%%/app/controllers/CControllerMediatypeDisable.php +%%WWWDIR%%/app/controllers/CControllerMediatypeEdit.php +%%WWWDIR%%/app/controllers/CControllerMediatypeEnable.php +%%WWWDIR%%/app/controllers/CControllerMediatypeList.php +%%WWWDIR%%/app/controllers/CControllerMediatypeMessageCheck.php +%%WWWDIR%%/app/controllers/CControllerMediatypeMessageEdit.php +%%WWWDIR%%/app/controllers/CControllerMediatypeTestEdit.php +%%WWWDIR%%/app/controllers/CControllerMediatypeTestSend.php +%%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerMenuPopup.php +%%WWWDIR%%/app/controllers/CControllerMfaCheck.php +%%WWWDIR%%/app/controllers/CControllerMfaEdit.php +%%WWWDIR%%/app/controllers/CControllerMiscConfigEdit.php +%%WWWDIR%%/app/controllers/CControllerMiscConfigUpdate.php +%%WWWDIR%%/app/controllers/CControllerModuleDisable.php +%%WWWDIR%%/app/controllers/CControllerModuleEdit.php +%%WWWDIR%%/app/controllers/CControllerModuleEnable.php +%%WWWDIR%%/app/controllers/CControllerModuleList.php +%%WWWDIR%%/app/controllers/CControllerModuleScan.php +%%WWWDIR%%/app/controllers/CControllerModuleUpdate.php +%%WWWDIR%%/app/controllers/CControllerNotificationsGet.php +%%WWWDIR%%/app/controllers/CControllerNotificationsMute.php +%%WWWDIR%%/app/controllers/CControllerNotificationsRead.php +%%WWWDIR%%/app/controllers/CControllerNotificationsSnooze.php +%%WWWDIR%%/app/controllers/CControllerOauthAuthorize.php +%%WWWDIR%%/app/controllers/CControllerOauthCheck.php +%%WWWDIR%%/app/controllers/CControllerOauthEdit.php +%%WWWDIR%%/app/controllers/CControllerPopup.php +%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeCreate.php +%%WWWDIR%%/app/controllers/CControllerPopupActionConditionEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupActionOperationEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupActionOperationsList.php +%%WWWDIR%%/app/controllers/CControllerPopupConditionOperations.php +%%WWWDIR%%/app/controllers/CControllerPopupDashboardShareEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupGeneric.php +%%WWWDIR%%/app/controllers/CControllerPopupImport.php +%%WWWDIR%%/app/controllers/CControllerPopupImportCompare.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTest.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTestEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTestGetValue.php +%%WWWDIR%%/app/controllers/CControllerPopupItemTestSend.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapTestEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupLdapTestSend.php +%%WWWDIR%%/app/controllers/CControllerPopupLldOperation.php +%%WWWDIR%%/app/controllers/CControllerPopupLldOverride.php +%%WWWDIR%%/app/controllers/CControllerPopupMassupdateAbstract.php +%%WWWDIR%%/app/controllers/CControllerPopupMassupdateHost.php +%%WWWDIR%%/app/controllers/CControllerPopupMassupdateService.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaTypeMappingCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupMediaTypeMappingEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportCreate.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportList.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportSubscriptionEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportTest.php +%%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php +%%WWWDIR%%/app/controllers/CControllerPopupServiceStatusRuleEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupServices.php +%%WWWDIR%%/app/controllers/CControllerPopupSlaExcludedDowntimeEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupTabFilterDelete.php +%%WWWDIR%%/app/controllers/CControllerPopupTabFilterEdit.php +%%WWWDIR%%/app/controllers/CControllerPopupTabFilterUpdate.php +%%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php +%%WWWDIR%%/app/controllers/CControllerPopupTokenView.php +%%WWWDIR%%/app/controllers/CControllerPopupTriggerExpr.php +%%WWWDIR%%/app/controllers/CControllerPopupUserGroupMappingCheck.php +%%WWWDIR%%/app/controllers/CControllerPopupUserGroupMappingEdit.php +%%WWWDIR%%/app/controllers/CControllerProblem.php +%%WWWDIR%%/app/controllers/CControllerProblemView.php +%%WWWDIR%%/app/controllers/CControllerProblemViewRefresh.php +%%WWWDIR%%/app/controllers/CControllerProfileUpdate.php +%%WWWDIR%%/app/controllers/CControllerProxyConfigRefresh.php +%%WWWDIR%%/app/controllers/CControllerProxyCreate.php +%%WWWDIR%%/app/controllers/CControllerProxyDelete.php +%%WWWDIR%%/app/controllers/CControllerProxyEdit.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupCreate.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupDelete.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupEdit.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupList.php +%%WWWDIR%%/app/controllers/CControllerProxyGroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerProxyHostDisable.php +%%WWWDIR%%/app/controllers/CControllerProxyHostEnable.php +%%WWWDIR%%/app/controllers/CControllerProxyList.php +%%WWWDIR%%/app/controllers/CControllerProxyUpdate.php +%%WWWDIR%%/app/controllers/CControllerQueueDetails.php +%%WWWDIR%%/app/controllers/CControllerQueueOverview.php +%%WWWDIR%%/app/controllers/CControllerQueueOverviewProxy.php +%%WWWDIR%%/app/controllers/CControllerRegExCreate.php +%%WWWDIR%%/app/controllers/CControllerRegExDelete.php +%%WWWDIR%%/app/controllers/CControllerRegExEdit.php +%%WWWDIR%%/app/controllers/CControllerRegExList.php +%%WWWDIR%%/app/controllers/CControllerRegExTest.php +%%WWWDIR%%/app/controllers/CControllerRegExUpdate.php +%%WWWDIR%%/app/controllers/CControllerReportStatus.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportCreate.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportDelete.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportDisable.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportEdit.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportEnable.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportList.php +%%WWWDIR%%/app/controllers/CControllerScheduledReportUpdate.php +%%WWWDIR%%/app/controllers/CControllerScriptCreate.php +%%WWWDIR%%/app/controllers/CControllerScriptDelete.php +%%WWWDIR%%/app/controllers/CControllerScriptEdit.php +%%WWWDIR%%/app/controllers/CControllerScriptList.php +%%WWWDIR%%/app/controllers/CControllerScriptUpdate.php +%%WWWDIR%%/app/controllers/CControllerScriptUserInputCheck.php +%%WWWDIR%%/app/controllers/CControllerScriptUserInputEdit.php +%%WWWDIR%%/app/controllers/CControllerSearch.php +%%WWWDIR%%/app/controllers/CControllerServiceCreate.php +%%WWWDIR%%/app/controllers/CControllerServiceDelete.php +%%WWWDIR%%/app/controllers/CControllerServiceEdit.php +%%WWWDIR%%/app/controllers/CControllerServiceList.php +%%WWWDIR%%/app/controllers/CControllerServiceListEdit.php +%%WWWDIR%%/app/controllers/CControllerServiceListEditRefresh.php +%%WWWDIR%%/app/controllers/CControllerServiceListGeneral.php +%%WWWDIR%%/app/controllers/CControllerServiceListRefresh.php +%%WWWDIR%%/app/controllers/CControllerServiceStatusRuleValidate.php +%%WWWDIR%%/app/controllers/CControllerServiceUpdate.php +%%WWWDIR%%/app/controllers/CControllerSlaCreate.php +%%WWWDIR%%/app/controllers/CControllerSlaCreateUpdate.php +%%WWWDIR%%/app/controllers/CControllerSlaDelete.php +%%WWWDIR%%/app/controllers/CControllerSlaDisable.php +%%WWWDIR%%/app/controllers/CControllerSlaEdit.php +%%WWWDIR%%/app/controllers/CControllerSlaEnable.php +%%WWWDIR%%/app/controllers/CControllerSlaExcludedDowntimeValidate.php +%%WWWDIR%%/app/controllers/CControllerSlaList.php +%%WWWDIR%%/app/controllers/CControllerSlaReportList.php +%%WWWDIR%%/app/controllers/CControllerSlaUpdate.php +%%WWWDIR%%/app/controllers/CControllerSoftwareVersionCheckGet.php +%%WWWDIR%%/app/controllers/CControllerSoftwareVersionCheckUpdate.php +%%WWWDIR%%/app/controllers/CControllerSystemWarning.php +%%WWWDIR%%/app/controllers/CControllerTabFilterProfileUpdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateCreate.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardDelete.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardEdit.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardList.php +%%WWWDIR%%/app/controllers/CControllerTemplateDashboardUpdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateDelete.php +%%WWWDIR%%/app/controllers/CControllerTemplateEdit.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupCreate.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupDelete.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupEdit.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupList.php +%%WWWDIR%%/app/controllers/CControllerTemplateGroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateList.php +%%WWWDIR%%/app/controllers/CControllerTemplateMassupdate.php +%%WWWDIR%%/app/controllers/CControllerTemplateUpdate.php +%%WWWDIR%%/app/controllers/CControllerTimeSelectorCalc.php +%%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php +%%WWWDIR%%/app/controllers/CControllerTimeoutsEdit.php +%%WWWDIR%%/app/controllers/CControllerTimeoutsUpdate.php +%%WWWDIR%%/app/controllers/CControllerTokenCreate.php +%%WWWDIR%%/app/controllers/CControllerTokenDelete.php +%%WWWDIR%%/app/controllers/CControllerTokenDisable.php +%%WWWDIR%%/app/controllers/CControllerTokenEdit.php +%%WWWDIR%%/app/controllers/CControllerTokenEnable.php +%%WWWDIR%%/app/controllers/CControllerTokenList.php +%%WWWDIR%%/app/controllers/CControllerTokenUpdate.php +%%WWWDIR%%/app/controllers/CControllerTopTriggersList.php +%%WWWDIR%%/app/controllers/CControllerTrigDisplayEdit.php +%%WWWDIR%%/app/controllers/CControllerTrigDisplayUpdate.php +%%WWWDIR%%/app/controllers/CControllerTriggerCreate.php +%%WWWDIR%%/app/controllers/CControllerTriggerDelete.php +%%WWWDIR%%/app/controllers/CControllerTriggerDisable.php +%%WWWDIR%%/app/controllers/CControllerTriggerEdit.php +%%WWWDIR%%/app/controllers/CControllerTriggerEnable.php +%%WWWDIR%%/app/controllers/CControllerTriggerExpressionConstructor.php +%%WWWDIR%%/app/controllers/CControllerTriggerList.php +%%WWWDIR%%/app/controllers/CControllerTriggerMassupdate.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeCreate.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeDelete.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeDisable.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeEdit.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeEnable.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeList.php +%%WWWDIR%%/app/controllers/CControllerTriggerPrototypeUpdate.php +%%WWWDIR%%/app/controllers/CControllerTriggerUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserCreate.php +%%WWWDIR%%/app/controllers/CControllerUserDelete.php +%%WWWDIR%%/app/controllers/CControllerUserEdit.php +%%WWWDIR%%/app/controllers/CControllerUserEditGeneral.php +%%WWWDIR%%/app/controllers/CControllerUserList.php +%%WWWDIR%%/app/controllers/CControllerUserProfileEdit.php +%%WWWDIR%%/app/controllers/CControllerUserProfileNotificationEdit.php +%%WWWDIR%%/app/controllers/CControllerUserProfileNotificationUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserProfileUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserProvision.php +%%WWWDIR%%/app/controllers/CControllerUserResetTotp.php +%%WWWDIR%%/app/controllers/CControllerUserTokenList.php +%%WWWDIR%%/app/controllers/CControllerUserUnblock.php +%%WWWDIR%%/app/controllers/CControllerUserUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserUpdateGeneral.php +%%WWWDIR%%/app/controllers/CControllerUsergroupCreate.php +%%WWWDIR%%/app/controllers/CControllerUsergroupDelete.php +%%WWWDIR%%/app/controllers/CControllerUsergroupEdit.php +%%WWWDIR%%/app/controllers/CControllerUsergroupList.php +%%WWWDIR%%/app/controllers/CControllerUsergroupMassUpdate.php +%%WWWDIR%%/app/controllers/CControllerUsergroupTagFilterCheck.php +%%WWWDIR%%/app/controllers/CControllerUsergroupTagFilterEdit.php +%%WWWDIR%%/app/controllers/CControllerUsergroupTagFilterList.php +%%WWWDIR%%/app/controllers/CControllerUsergroupUpdate.php +%%WWWDIR%%/app/controllers/CControllerUserroleCreate.php +%%WWWDIR%%/app/controllers/CControllerUserroleDelete.php +%%WWWDIR%%/app/controllers/CControllerUserroleEdit.php +%%WWWDIR%%/app/controllers/CControllerUserroleEditGeneral.php +%%WWWDIR%%/app/controllers/CControllerUserroleList.php +%%WWWDIR%%/app/controllers/CControllerUserroleUpdate.php +%%WWWDIR%%/app/controllers/CControllerValidate.php +%%WWWDIR%%/app/controllers/CControllerValueMapCheck.php +%%WWWDIR%%/app/controllers/CControllerValueMapEdit.php +%%WWWDIR%%/app/controllers/CControllerWebScenarioStepCheck.php +%%WWWDIR%%/app/controllers/CControllerWebScenarioStepEdit.php +%%WWWDIR%%/app/controllers/CControllerWebView.php +%%WWWDIR%%/app/controllers/CControllerWidgetIterator.php +%%WWWDIR%%/app/controllers/CControllerWidgetNavigationTreeToggle.php +%%WWWDIR%%/app/partials/action.operations.php +%%WWWDIR%%/app/partials/action.recovery.operations.php +%%WWWDIR%%/app/partials/action.update.operations.php +%%WWWDIR%%/app/partials/administration.ha.nodes.php +%%WWWDIR%%/app/partials/administration.system.info.php +%%WWWDIR%%/app/partials/configuration.host.interface.row.php +%%WWWDIR%%/app/partials/configuration.tags.tab.php +%%WWWDIR%%/app/partials/configuration.valuemap.php +%%WWWDIR%%/app/partials/graph.edit.graph.tab.php +%%WWWDIR%%/app/partials/hostmacros.inherited.list.html.php +%%WWWDIR%%/app/partials/hostmacros.list.html.php +%%WWWDIR%%/app/partials/item.edit.item.tab.php +%%WWWDIR%%/app/partials/item.edit.preprocessing.tab.php +%%WWWDIR%%/app/partials/item.list.filter.php +%%WWWDIR%%/app/partials/js/configuration.tags.tab.js.php +%%WWWDIR%%/app/partials/js/configuration.valuemap.js.php +%%WWWDIR%%/app/partials/js/scheduledreport.formgrid.js.php +%%WWWDIR%%/app/partials/js/scheduledreport.subscription.js.php +%%WWWDIR%%/app/partials/js/user.edit.media.tab.js.php +%%WWWDIR%%/app/partials/layout.htmlpage.aside.php +%%WWWDIR%%/app/partials/layout.htmlpage.footer.php +%%WWWDIR%%/app/partials/layout.htmlpage.header.php +%%WWWDIR%%/app/partials/massupdate.macros.tab.php +%%WWWDIR%%/app/partials/massupdate.valuemaps.tab.php +%%WWWDIR%%/app/partials/monitoring.charts.subfilter.php +%%WWWDIR%%/app/partials/monitoring.host.filter.php +%%WWWDIR%%/app/partials/monitoring.host.view.html.php +%%WWWDIR%%/app/partials/monitoring.latest.filter.php +%%WWWDIR%%/app/partials/monitoring.latest.subfilter.php +%%WWWDIR%%/app/partials/monitoring.latest.view.html.php +%%WWWDIR%%/app/partials/monitoring.problem.filter.php +%%WWWDIR%%/app/partials/monitoring.problem.view.html.php +%%WWWDIR%%/app/partials/scheduledreport.formgrid.html.php +%%WWWDIR%%/app/partials/scheduledreport.subscription.php +%%WWWDIR%%/app/partials/scheduledreport.table.html.php +%%WWWDIR%%/app/partials/service.info.php +%%WWWDIR%%/app/partials/service.list.edit.php +%%WWWDIR%%/app/partials/service.list.php +%%WWWDIR%%/app/partials/tags.list.html.php +%%WWWDIR%%/app/partials/timeselector.filter.php +%%WWWDIR%%/app/partials/trigger.edit.dependencies.tab.php +%%WWWDIR%%/app/partials/trigger.edit.trigger.tab.php +%%WWWDIR%%/app/partials/user.edit.media.tab.php +%%WWWDIR%%/app/partials/usergroup.tagfilters.php +%%WWWDIR%%/app/views/acknowledge.edit.php +%%WWWDIR%%/app/views/action.edit.php +%%WWWDIR%%/app/views/action.list.php +%%WWWDIR%%/app/views/administration.audit.settings.edit.php +%%WWWDIR%%/app/views/administration.authentication.edit.php +%%WWWDIR%%/app/views/administration.autoreg.edit.php +%%WWWDIR%%/app/views/administration.geomaps.edit.php +%%WWWDIR%%/app/views/administration.gui.edit.php +%%WWWDIR%%/app/views/administration.housekeeping.edit.php +%%WWWDIR%%/app/views/administration.iconmap.edit.php +%%WWWDIR%%/app/views/administration.iconmap.list.php +%%WWWDIR%%/app/views/administration.image.edit.php +%%WWWDIR%%/app/views/administration.image.list.php +%%WWWDIR%%/app/views/administration.macros.edit.php +%%WWWDIR%%/app/views/administration.miscconfig.edit.php +%%WWWDIR%%/app/views/administration.proxy.list.php +%%WWWDIR%%/app/views/administration.proxygroup.list.php +%%WWWDIR%%/app/views/administration.queue.details.php +%%WWWDIR%%/app/views/administration.queue.overview.php +%%WWWDIR%%/app/views/administration.queue.overview.proxy.php +%%WWWDIR%%/app/views/administration.regex.edit.php +%%WWWDIR%%/app/views/administration.regex.list.php +%%WWWDIR%%/app/views/administration.script.edit.php +%%WWWDIR%%/app/views/administration.script.list.php +%%WWWDIR%%/app/views/administration.timeouts.edit.php +%%WWWDIR%%/app/views/administration.token.list.php +%%WWWDIR%%/app/views/administration.trigdisplay.edit.php +%%WWWDIR%%/app/views/administration.user.edit.php +%%WWWDIR%%/app/views/administration.user.list.php +%%WWWDIR%%/app/views/administration.user.token.list.php +%%WWWDIR%%/app/views/administration.userrole.edit.php +%%WWWDIR%%/app/views/administration.userrole.list.php +%%WWWDIR%%/app/views/configuration.dashboard.edit.php +%%WWWDIR%%/app/views/configuration.dashboard.list.php +%%WWWDIR%%/app/views/configuration.discovery.edit.php +%%WWWDIR%%/app/views/configuration.discovery.list.php +%%WWWDIR%%/app/views/configuration.host.list.php +%%WWWDIR%%/app/views/configuration.hostgroup.list.php +%%WWWDIR%%/app/views/configuration.templategroup.list.php +%%WWWDIR%%/app/views/connector.edit.php +%%WWWDIR%%/app/views/connector.list.php +%%WWWDIR%%/app/views/copy.edit.php +%%WWWDIR%%/app/views/correlation.condition.edit.php +%%WWWDIR%%/app/views/correlation.edit.php +%%WWWDIR%%/app/views/correlation.list.php +%%WWWDIR%%/app/views/dashboard.page.properties.edit.php +%%WWWDIR%%/app/views/dashboard.properties.edit.php +%%WWWDIR%%/app/views/discovery.check.edit.php +%%WWWDIR%%/app/views/graph.edit.php +%%WWWDIR%%/app/views/graph.list.php +%%WWWDIR%%/app/views/graph.prototype.edit.php +%%WWWDIR%%/app/views/graph.prototype.list.php +%%WWWDIR%%/app/views/hintbox.actionlist.php +%%WWWDIR%%/app/views/hintbox.eventlist.php +%%WWWDIR%%/app/views/host.edit.php +%%WWWDIR%%/app/views/host.wizard.edit.php +%%WWWDIR%%/app/views/hostgroup.edit.php +%%WWWDIR%%/app/views/hostmacros.list.php +%%WWWDIR%%/app/views/item.edit.php +%%WWWDIR%%/app/views/item.list.php +%%WWWDIR%%/app/views/item.massupdate.php +%%WWWDIR%%/app/views/item.prototype.edit.php +%%WWWDIR%%/app/views/item.prototype.list.php +%%WWWDIR%%/app/views/item.tags.list.php +%%WWWDIR%%/app/views/js/acknowledge.edit.js.php +%%WWWDIR%%/app/views/js/action.edit.js.php +%%WWWDIR%%/app/views/js/action.list.js.php +%%WWWDIR%%/app/views/js/administration.audit.settings.edit.js.php +%%WWWDIR%%/app/views/js/administration.authentication.edit.js.php +%%WWWDIR%%/app/views/js/administration.autoreg.edit.js.php +%%WWWDIR%%/app/views/js/administration.geomaps.edit.js.php +%%WWWDIR%%/app/views/js/administration.gui.edit.js.php +%%WWWDIR%%/app/views/js/administration.housekeeping.edit.js.php +%%WWWDIR%%/app/views/js/administration.iconmap.edit.js.php +%%WWWDIR%%/app/views/js/administration.image.edit.js.php +%%WWWDIR%%/app/views/js/administration.image.list.js.php +%%WWWDIR%%/app/views/js/administration.macros.edit.js.php +%%WWWDIR%%/app/views/js/administration.miscconfig.edit.js.php +%%WWWDIR%%/app/views/js/administration.proxy.list.js.php +%%WWWDIR%%/app/views/js/administration.proxygroup.list.js.php +%%WWWDIR%%/app/views/js/administration.regex.edit.js.php +%%WWWDIR%%/app/views/js/administration.script.edit.js.php +%%WWWDIR%%/app/views/js/administration.script.list.js.php +%%WWWDIR%%/app/views/js/administration.timeouts.edit.js.php +%%WWWDIR%%/app/views/js/administration.token.list.js.php +%%WWWDIR%%/app/views/js/administration.trigdisplay.edit.js.php +%%WWWDIR%%/app/views/js/administration.user.edit.js.php +%%WWWDIR%%/app/views/js/administration.user.list.js.php +%%WWWDIR%%/app/views/js/administration.user.token.list.js.php +%%WWWDIR%%/app/views/js/administration.userrole.edit.js.php +%%WWWDIR%%/app/views/js/configuration.dashboard.edit.js.php +%%WWWDIR%%/app/views/js/configuration.dashboard.list.js.php +%%WWWDIR%%/app/views/js/configuration.discovery.edit.js.php +%%WWWDIR%%/app/views/js/configuration.discovery.list.js.php +%%WWWDIR%%/app/views/js/configuration.host.list.js.php +%%WWWDIR%%/app/views/js/configuration.hostgroup.list.js.php +%%WWWDIR%%/app/views/js/configuration.templategroup.list.js.php +%%WWWDIR%%/app/views/js/connector.edit.js.php +%%WWWDIR%%/app/views/js/connector.list.js.php +%%WWWDIR%%/app/views/js/copy.edit.js.php +%%WWWDIR%%/app/views/js/correlation.condition.edit.js.php +%%WWWDIR%%/app/views/js/correlation.edit.js.php +%%WWWDIR%%/app/views/js/correlation.list.js.php +%%WWWDIR%%/app/views/js/discovery.check.edit.js.php +%%WWWDIR%%/app/views/js/graph.edit.js.php +%%WWWDIR%%/app/views/js/graph.list.js.php +%%WWWDIR%%/app/views/js/graph.prototype.list.js.php +%%WWWDIR%%/app/views/js/host.edit.js.php +%%WWWDIR%%/app/views/js/host.wizard.edit.js.php +%%WWWDIR%%/app/views/js/hostgroup.edit.js.php +%%WWWDIR%%/app/views/js/item.edit.js.php +%%WWWDIR%%/app/views/js/item.list.js.php +%%WWWDIR%%/app/views/js/item.massupdate.js.php +%%WWWDIR%%/app/views/js/item.prototype.list.js.php +%%WWWDIR%%/app/views/js/maintenance.edit.js.php +%%WWWDIR%%/app/views/js/maintenance.list.js.php +%%WWWDIR%%/app/views/js/maintenance.timeperiod.edit.js.php +%%WWWDIR%%/app/views/js/mediatype.edit.js.php +%%WWWDIR%%/app/views/js/mediatype.list.js.php +%%WWWDIR%%/app/views/js/mediatype.message.edit.js.php +%%WWWDIR%%/app/views/js/mediatype.test.edit.js.php +%%WWWDIR%%/app/views/js/mfa.edit.js.php +%%WWWDIR%%/app/views/js/module.edit.js.php +%%WWWDIR%%/app/views/js/module.list.js.php +%%WWWDIR%%/app/views/js/monitoring.charts.view.js.php +%%WWWDIR%%/app/views/js/monitoring.dashboard.print.js.php +%%WWWDIR%%/app/views/js/monitoring.dashboard.view.js.php +%%WWWDIR%%/app/views/js/monitoring.host.dashboard.view.js.php +%%WWWDIR%%/app/views/js/monitoring.host.view.js.php +%%WWWDIR%%/app/views/js/monitoring.latest.view.js.php +%%WWWDIR%%/app/views/js/monitoring.map.view.js.php +%%WWWDIR%%/app/views/js/monitoring.problem.view.js.php +%%WWWDIR%%/app/views/js/monitoring.web.view.js.php +%%WWWDIR%%/app/views/js/oauth.edit.js.php +%%WWWDIR%%/app/views/js/popup.condition.edit.js.php +%%WWWDIR%%/app/views/js/popup.dashboard.share.edit.js.php +%%WWWDIR%%/app/views/js/popup.discovery.check.js.php +%%WWWDIR%%/app/views/js/popup.generic.js.php +%%WWWDIR%%/app/views/js/popup.import.compare.js.php +%%WWWDIR%%/app/views/js/popup.import.js.php +%%WWWDIR%%/app/views/js/popup.itemtestedit.view.js.php +%%WWWDIR%%/app/views/js/popup.ldap.edit.js.php +%%WWWDIR%%/app/views/js/popup.ldap.test.edit.js.php +%%WWWDIR%%/app/views/js/popup.massupdate.js.php +%%WWWDIR%%/app/views/js/popup.massupdate.macros.js.php +%%WWWDIR%%/app/views/js/popup.massupdate.tmpl.js.php +%%WWWDIR%%/app/views/js/popup.media.edit.js.php +%%WWWDIR%%/app/views/js/popup.mediatypemapping.edit.js.php +%%WWWDIR%%/app/views/js/popup.operation.edit.js.php +%%WWWDIR%%/app/views/js/popup.scheduledreport.edit.js.php +%%WWWDIR%%/app/views/js/popup.scheduledreport.subscription.js.php +%%WWWDIR%%/app/views/js/popup.scriptexec.js.php +%%WWWDIR%%/app/views/js/popup.service.statusrule.edit.js.php +%%WWWDIR%%/app/views/js/popup.services.js.php +%%WWWDIR%%/app/views/js/popup.sla.excludeddowntime.edit.js.php +%%WWWDIR%%/app/views/js/popup.tabfilter.edit.js.php +%%WWWDIR%%/app/views/js/popup.token.view.js.php +%%WWWDIR%%/app/views/js/popup.triggerexpr.js.php +%%WWWDIR%%/app/views/js/popup.usergroupmapping.edit.js.php +%%WWWDIR%%/app/views/js/popup.valuemap.edit.js.php +%%WWWDIR%%/app/views/js/popup.view.js.php +%%WWWDIR%%/app/views/js/proxy.edit.js.php +%%WWWDIR%%/app/views/js/proxygroup.edit.js.php +%%WWWDIR%%/app/views/js/reports.actionlog.list.js.php +%%WWWDIR%%/app/views/js/reports.auditlog.list.js.php +%%WWWDIR%%/app/views/js/reports.availabilityreport.list.js.php +%%WWWDIR%%/app/views/js/reports.scheduledreport.edit.js.php +%%WWWDIR%%/app/views/js/reports.toptriggers.list.js.php +%%WWWDIR%%/app/views/js/script.userinput.edit.js.php +%%WWWDIR%%/app/views/js/service.edit.js.php +%%WWWDIR%%/app/views/js/service.list.js.php +%%WWWDIR%%/app/views/js/sla.edit.js.php +%%WWWDIR%%/app/views/js/sla.list.js.php +%%WWWDIR%%/app/views/js/slareport.list.js.php +%%WWWDIR%%/app/views/js/template.edit.js.php +%%WWWDIR%%/app/views/js/template.list.js.php +%%WWWDIR%%/app/views/js/templategroup.edit.js.php +%%WWWDIR%%/app/views/js/token.edit.js.php +%%WWWDIR%%/app/views/js/trigger.edit.js.php +%%WWWDIR%%/app/views/js/trigger.list.js.php +%%WWWDIR%%/app/views/js/trigger.massupdate.js.php +%%WWWDIR%%/app/views/js/trigger.prototype.list.js.php +%%WWWDIR%%/app/views/js/usergroup.edit.js.php +%%WWWDIR%%/app/views/js/usergroup.tagfilter.edit.js.php +%%WWWDIR%%/app/views/js/userprofile.edit.js.php +%%WWWDIR%%/app/views/js/userprofile.notification.edit.js.php +%%WWWDIR%%/app/views/js/webscenario.step.edit.js.php +%%WWWDIR%%/app/views/layout.csv.php +%%WWWDIR%%/app/views/layout.export.php +%%WWWDIR%%/app/views/layout.htmlpage.php +%%WWWDIR%%/app/views/layout.image.php +%%WWWDIR%%/app/views/layout.javascript.php +%%WWWDIR%%/app/views/layout.json.php +%%WWWDIR%%/app/views/layout.print.php +%%WWWDIR%%/app/views/layout.warning.php +%%WWWDIR%%/app/views/layout.widget.php +%%WWWDIR%%/app/views/maintenance.edit.php +%%WWWDIR%%/app/views/maintenance.list.php +%%WWWDIR%%/app/views/maintenance.timeperiod.edit.php +%%WWWDIR%%/app/views/mediatype.edit.php +%%WWWDIR%%/app/views/mediatype.list.php +%%WWWDIR%%/app/views/mediatype.message.edit.php +%%WWWDIR%%/app/views/mediatype.test.edit.php +%%WWWDIR%%/app/views/mfa.edit.php +%%WWWDIR%%/app/views/module.edit.php +%%WWWDIR%%/app/views/module.list.php +%%WWWDIR%%/app/views/monitoring.charts.view.json.php +%%WWWDIR%%/app/views/monitoring.charts.view.php +%%WWWDIR%%/app/views/monitoring.dashboard.list.php +%%WWWDIR%%/app/views/monitoring.dashboard.print.php +%%WWWDIR%%/app/views/monitoring.dashboard.view.php +%%WWWDIR%%/app/views/monitoring.discovery.view.php +%%WWWDIR%%/app/views/monitoring.host.dashboard.view.php +%%WWWDIR%%/app/views/monitoring.host.view.php +%%WWWDIR%%/app/views/monitoring.host.view.refresh.php +%%WWWDIR%%/app/views/monitoring.latest.view.php +%%WWWDIR%%/app/views/monitoring.latest.view.refresh.php +%%WWWDIR%%/app/views/monitoring.map.view.php +%%WWWDIR%%/app/views/monitoring.problem.view.php +%%WWWDIR%%/app/views/monitoring.problem.view.refresh.php +%%WWWDIR%%/app/views/monitoring.web.view.php +%%WWWDIR%%/app/views/oauth.authorize.php +%%WWWDIR%%/app/views/oauth.edit.php +%%WWWDIR%%/app/views/popup.action.operations.list.php +%%WWWDIR%%/app/views/popup.condition.edit.php +%%WWWDIR%%/app/views/popup.dashboard.share.edit.php +%%WWWDIR%%/app/views/popup.discovery.check.php +%%WWWDIR%%/app/views/popup.generic.php +%%WWWDIR%%/app/views/popup.import.compare.php +%%WWWDIR%%/app/views/popup.import.php +%%WWWDIR%%/app/views/popup.itemtestedit.view.php +%%WWWDIR%%/app/views/popup.ldap.edit.php +%%WWWDIR%%/app/views/popup.ldap.test.edit.php +%%WWWDIR%%/app/views/popup.lldoperation.php +%%WWWDIR%%/app/views/popup.lldoverride.php +%%WWWDIR%%/app/views/popup.massupdate.host.php +%%WWWDIR%%/app/views/popup.massupdate.service.php +%%WWWDIR%%/app/views/popup.media.edit.php +%%WWWDIR%%/app/views/popup.mediatypemapping.edit.php +%%WWWDIR%%/app/views/popup.operation.edit.php +%%WWWDIR%%/app/views/popup.scheduledreport.edit.php +%%WWWDIR%%/app/views/popup.scheduledreport.list.php +%%WWWDIR%%/app/views/popup.scheduledreport.subscription.php +%%WWWDIR%%/app/views/popup.scheduledreport.test.php +%%WWWDIR%%/app/views/popup.scriptexec.php +%%WWWDIR%%/app/views/popup.service.statusrule.edit.php +%%WWWDIR%%/app/views/popup.services.php +%%WWWDIR%%/app/views/popup.sla.excludeddowntime.edit.php +%%WWWDIR%%/app/views/popup.tabfilter.edit.php +%%WWWDIR%%/app/views/popup.testtriggerexpr.php +%%WWWDIR%%/app/views/popup.token.view.php +%%WWWDIR%%/app/views/popup.triggerexpr.php +%%WWWDIR%%/app/views/popup.usergroupmapping.edit.php +%%WWWDIR%%/app/views/popup.valuemap.edit.php +%%WWWDIR%%/app/views/popup.view.php +%%WWWDIR%%/app/views/proxy.edit.php +%%WWWDIR%%/app/views/proxygroup.edit.php +%%WWWDIR%%/app/views/report.status.php +%%WWWDIR%%/app/views/reports.actionlog.list.csv.php +%%WWWDIR%%/app/views/reports.actionlog.list.php +%%WWWDIR%%/app/views/reports.auditlog.list.php +%%WWWDIR%%/app/views/reports.availabilityreport.list.php +%%WWWDIR%%/app/views/reports.availabilityreport.trigger.php +%%WWWDIR%%/app/views/reports.scheduledreport.edit.php +%%WWWDIR%%/app/views/reports.scheduledreport.list.php +%%WWWDIR%%/app/views/reports.toptriggers.list.php +%%WWWDIR%%/app/views/script.userinput.edit.php +%%WWWDIR%%/app/views/search.php +%%WWWDIR%%/app/views/service.edit.php +%%WWWDIR%%/app/views/service.list.edit.php +%%WWWDIR%%/app/views/service.list.edit.refresh.php +%%WWWDIR%%/app/views/service.list.php +%%WWWDIR%%/app/views/service.list.refresh.php +%%WWWDIR%%/app/views/sla.edit.php +%%WWWDIR%%/app/views/sla.list.php +%%WWWDIR%%/app/views/slareport.list.php +%%WWWDIR%%/app/views/system.warning.php +%%WWWDIR%%/app/views/template.edit.php +%%WWWDIR%%/app/views/template.list.php +%%WWWDIR%%/app/views/template.massupdate.php +%%WWWDIR%%/app/views/templategroup.edit.php +%%WWWDIR%%/app/views/token.edit.php +%%WWWDIR%%/app/views/trigger.edit.php +%%WWWDIR%%/app/views/trigger.expression.constructor.php +%%WWWDIR%%/app/views/trigger.list.php +%%WWWDIR%%/app/views/trigger.massupdate.php +%%WWWDIR%%/app/views/trigger.prototype.edit.php +%%WWWDIR%%/app/views/trigger.prototype.list.php +%%WWWDIR%%/app/views/usergroup.edit.php +%%WWWDIR%%/app/views/usergroup.list.php +%%WWWDIR%%/app/views/usergroup.tagfilter.edit.php +%%WWWDIR%%/app/views/usergroup.tagfilter.list.php +%%WWWDIR%%/app/views/userprofile.edit.php +%%WWWDIR%%/app/views/userprofile.notification.edit.php +%%WWWDIR%%/app/views/webscenario.step.edit.php +%%WWWDIR%%/app/views/widget.edit.php +%%WWWDIR%%/app/views/widget.view.php +%%WWWDIR%%/assets/fonts/DejaVuSans.ttf +%%WWWDIR%%/assets/fonts/zabbix-icons.svg +%%WWWDIR%%/assets/fonts/zabbix-icons.ttf +%%WWWDIR%%/assets/fonts/zabbix-icons.woff +%%WWWDIR%%/assets/fonts/zabbix-icons.woff2 +%%WWWDIR%%/assets/img/apple-touch-icon-120x120-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-152x152-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-180x180-precomposed.png +%%WWWDIR%%/assets/img/apple-touch-icon-76x76-precomposed.png +%%WWWDIR%%/assets/img/browser-sprite.png +%%WWWDIR%%/assets/img/ms-tile-144x144.png +%%WWWDIR%%/assets/img/touch-icon-192x192.png +%%WWWDIR%%/assets/styles/blue-theme.css +%%WWWDIR%%/assets/styles/dark-theme.css +%%WWWDIR%%/assets/styles/hc-dark.css +%%WWWDIR%%/assets/styles/hc-light.css +%%WWWDIR%%/assets/styles/vendors/Leaflet/LICENSE +%%WWWDIR%%/assets/styles/vendors/Leaflet/leaflet.css +%%WWWDIR%%/audio/alarm_average.mp3 +%%WWWDIR%%/audio/alarm_disaster.mp3 +%%WWWDIR%%/audio/alarm_high.mp3 +%%WWWDIR%%/audio/alarm_information.mp3 +%%WWWDIR%%/audio/alarm_ok.mp3 +%%WWWDIR%%/audio/alarm_warning.mp3 +%%WWWDIR%%/audio/no_sound.mp3 +%%WWWDIR%%/browserwarning.php +%%WWWDIR%%/chart.php +%%WWWDIR%%/chart2.php +%%WWWDIR%%/chart3.php +%%WWWDIR%%/chart4.php +%%WWWDIR%%/chart6.php +%%WWWDIR%%/chart7.php +%%WWWDIR%%/composer.json +%%WWWDIR%%/composer.lock +%%WWWDIR%%/conf/.htaccess +%%WWWDIR%%/conf/maintenance.inc.php +%%WWWDIR%%/conf/zabbix.conf.php.example +%%WWWDIR%%/data/top_passwords.txt +%%WWWDIR%%/favicon.ico +%%WWWDIR%%/history.php +%%WWWDIR%%/host_discovery.php +%%WWWDIR%%/host_discovery_prototypes.php +%%WWWDIR%%/host_prototypes.php +%%WWWDIR%%/hostinventories.php +%%WWWDIR%%/hostinventoriesoverview.php +%%WWWDIR%%/httpconf.php +%%WWWDIR%%/httpdetails.php +%%WWWDIR%%/image.php +%%WWWDIR%%/imgstore.php +%%WWWDIR%%/include/.htaccess +%%WWWDIR%%/include/actions.inc.php +%%WWWDIR%%/include/blocks.inc.php +%%WWWDIR%%/include/classes/api/API.php +%%WWWDIR%%/include/classes/api/APIException.php +%%WWWDIR%%/include/classes/api/CApiClientResponse.php +%%WWWDIR%%/include/classes/api/CApiService.php +%%WWWDIR%%/include/classes/api/CApiServiceFactory.php +%%WWWDIR%%/include/classes/api/CAudit.php +%%WWWDIR%%/include/classes/api/CAuditOld.php +%%WWWDIR%%/include/classes/api/CItemTypeFactory.php +%%WWWDIR%%/include/classes/api/CRelationMap.php +%%WWWDIR%%/include/classes/api/clients/CApiClient.php +%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php +%%WWWDIR%%/include/classes/api/helpers/CApiHostHelper.php +%%WWWDIR%%/include/classes/api/helpers/CApiPskHelper.php +%%WWWDIR%%/include/classes/api/helpers/CApiSettingsHelper.php +%%WWWDIR%%/include/classes/api/helpers/CApiTagHelper.php +%%WWWDIR%%/include/classes/api/item_types/CItemType.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeBrowser.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeCalculated.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeDbMonitor.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeDependent.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeExternal.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeHttpAgent.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeInternal.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeIpmi.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeJmx.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeNested.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeScript.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSimple.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSnmp.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSnmpTrap.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeSsh.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeTelnet.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeTrapper.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeZabbix.php +%%WWWDIR%%/include/classes/api/item_types/CItemTypeZabbixActive.php +%%WWWDIR%%/include/classes/api/managers/CGraphManager.php +%%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php +%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php +%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php +%%WWWDIR%%/include/classes/api/managers/CTriggerManager.php +%%WWWDIR%%/include/classes/api/managers/CTriggerPrototypeManager.php +%%WWWDIR%%/include/classes/api/services/CAPIInfo.php +%%WWWDIR%%/include/classes/api/services/CAction.php +%%WWWDIR%%/include/classes/api/services/CAlert.php +%%WWWDIR%%/include/classes/api/services/CAuditLog.php +%%WWWDIR%%/include/classes/api/services/CAuthentication.php +%%WWWDIR%%/include/classes/api/services/CAutoregistration.php +%%WWWDIR%%/include/classes/api/services/CConfiguration.php +%%WWWDIR%%/include/classes/api/services/CConnector.php +%%WWWDIR%%/include/classes/api/services/CCorrelation.php +%%WWWDIR%%/include/classes/api/services/CDCheck.php +%%WWWDIR%%/include/classes/api/services/CDHost.php +%%WWWDIR%%/include/classes/api/services/CDRule.php +%%WWWDIR%%/include/classes/api/services/CDService.php +%%WWWDIR%%/include/classes/api/services/CDashboard.php +%%WWWDIR%%/include/classes/api/services/CDashboardGeneral.php +%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php +%%WWWDIR%%/include/classes/api/services/CDiscoveryRuleGeneral.php +%%WWWDIR%%/include/classes/api/services/CDiscoveryRulePrototype.php +%%WWWDIR%%/include/classes/api/services/CEvent.php +%%WWWDIR%%/include/classes/api/services/CGraph.php +%%WWWDIR%%/include/classes/api/services/CGraphGeneral.php +%%WWWDIR%%/include/classes/api/services/CGraphItem.php +%%WWWDIR%%/include/classes/api/services/CGraphPrototype.php +%%WWWDIR%%/include/classes/api/services/CHaNode.php +%%WWWDIR%%/include/classes/api/services/CHistory.php +%%WWWDIR%%/include/classes/api/services/CHost.php +%%WWWDIR%%/include/classes/api/services/CHostBase.php +%%WWWDIR%%/include/classes/api/services/CHostDashboard.php +%%WWWDIR%%/include/classes/api/services/CHostGeneral.php +%%WWWDIR%%/include/classes/api/services/CHostGroup.php +%%WWWDIR%%/include/classes/api/services/CHostInterface.php +%%WWWDIR%%/include/classes/api/services/CHostPrototype.php +%%WWWDIR%%/include/classes/api/services/CHousekeeping.php +%%WWWDIR%%/include/classes/api/services/CHttpTest.php +%%WWWDIR%%/include/classes/api/services/CIconMap.php +%%WWWDIR%%/include/classes/api/services/CImage.php +%%WWWDIR%%/include/classes/api/services/CItem.php +%%WWWDIR%%/include/classes/api/services/CItemGeneral.php +%%WWWDIR%%/include/classes/api/services/CItemPrototype.php +%%WWWDIR%%/include/classes/api/services/CMaintenance.php +%%WWWDIR%%/include/classes/api/services/CMap.php +%%WWWDIR%%/include/classes/api/services/CMapElement.php +%%WWWDIR%%/include/classes/api/services/CMediatype.php +%%WWWDIR%%/include/classes/api/services/CMfa.php +%%WWWDIR%%/include/classes/api/services/CModule.php +%%WWWDIR%%/include/classes/api/services/CProblem.php +%%WWWDIR%%/include/classes/api/services/CProxy.php +%%WWWDIR%%/include/classes/api/services/CProxyGroup.php +%%WWWDIR%%/include/classes/api/services/CRegexp.php +%%WWWDIR%%/include/classes/api/services/CReport.php +%%WWWDIR%%/include/classes/api/services/CRole.php +%%WWWDIR%%/include/classes/api/services/CScript.php +%%WWWDIR%%/include/classes/api/services/CService.php +%%WWWDIR%%/include/classes/api/services/CSettings.php +%%WWWDIR%%/include/classes/api/services/CSla.php +%%WWWDIR%%/include/classes/api/services/CTask.php +%%WWWDIR%%/include/classes/api/services/CTemplate.php +%%WWWDIR%%/include/classes/api/services/CTemplateDashboard.php +%%WWWDIR%%/include/classes/api/services/CTemplateGroup.php +%%WWWDIR%%/include/classes/api/services/CToken.php +%%WWWDIR%%/include/classes/api/services/CTrend.php +%%WWWDIR%%/include/classes/api/services/CTrigger.php +%%WWWDIR%%/include/classes/api/services/CTriggerGeneral.php +%%WWWDIR%%/include/classes/api/services/CTriggerPrototype.php +%%WWWDIR%%/include/classes/api/services/CUser.php +%%WWWDIR%%/include/classes/api/services/CUserDirectory.php +%%WWWDIR%%/include/classes/api/services/CUserGroup.php +%%WWWDIR%%/include/classes/api/services/CUserMacro.php +%%WWWDIR%%/include/classes/api/services/CValueMap.php +%%WWWDIR%%/include/classes/api/wrappers/CApiWrapper.php +%%WWWDIR%%/include/classes/api/wrappers/CFrontendApiWrapper.php +%%WWWDIR%%/include/classes/core/APP.php +%%WWWDIR%%/include/classes/core/CAjaxResponse.php +%%WWWDIR%%/include/classes/core/CAutoloader.php +%%WWWDIR%%/include/classes/core/CComponentRegistry.php +%%WWWDIR%%/include/classes/core/CConfigFile.php +%%WWWDIR%%/include/classes/core/CCookieSession.php +%%WWWDIR%%/include/classes/core/CEncryptedCookieSession.php +%%WWWDIR%%/include/classes/core/CHttpRequest.php +%%WWWDIR%%/include/classes/core/CJsonRpc.php +%%WWWDIR%%/include/classes/core/CModule.php +%%WWWDIR%%/include/classes/core/CModuleManager.php +%%WWWDIR%%/include/classes/core/CRegistryFactory.php +%%WWWDIR%%/include/classes/core/CWidget.php +%%WWWDIR%%/include/classes/core/ConfigFileException.php +%%WWWDIR%%/include/classes/core/Manager.php +%%WWWDIR%%/include/classes/core/ZBase.php +%%WWWDIR%%/include/classes/data/CAggFunctionData.php +%%WWWDIR%%/include/classes/data/CHistFunctionData.php +%%WWWDIR%%/include/classes/data/CItemData.php +%%WWWDIR%%/include/classes/data/CMathFunctionData.php +%%WWWDIR%%/include/classes/data/CSettingsSchema.php +%%WWWDIR%%/include/classes/data/CWidgetsData.php +%%WWWDIR%%/include/classes/db/DB.php +%%WWWDIR%%/include/classes/db/DBException.php +%%WWWDIR%%/include/classes/db/DbBackend.php +%%WWWDIR%%/include/classes/db/MysqlDbBackend.php +%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php +%%WWWDIR%%/include/classes/debug/CProfiler.php +%%WWWDIR%%/include/classes/export/CConfigurationExport.php +%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php +%%WWWDIR%%/include/classes/export/CConfigurationExportException.php +%%WWWDIR%%/include/classes/export/writers/CExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CExportWriterFactory.php +%%WWWDIR%%/include/classes/export/writers/CJsonExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CRawExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CXmlExportWriter.php +%%WWWDIR%%/include/classes/export/writers/CYamlExportWriter.php +%%WWWDIR%%/include/classes/graph/CSvgGraph.php +%%WWWDIR%%/include/classes/graphdraw/CGraphDraw.php +%%WWWDIR%%/include/classes/graphdraw/CLineGraphDraw.php +%%WWWDIR%%/include/classes/graphdraw/CPieGraphDraw.php +%%WWWDIR%%/include/classes/helpers/CArrayHelper.php +%%WWWDIR%%/include/classes/helpers/CAuthenticationHelper.php +%%WWWDIR%%/include/classes/helpers/CBrandHelper.php +%%WWWDIR%%/include/classes/helpers/CConditionHelper.php +%%WWWDIR%%/include/classes/helpers/CCookieHelper.php +%%WWWDIR%%/include/classes/helpers/CCorrelationHelper.php +%%WWWDIR%%/include/classes/helpers/CCsrfTokenHelper.php +%%WWWDIR%%/include/classes/helpers/CCuid.php +%%WWWDIR%%/include/classes/helpers/CDashboardHelper.php +%%WWWDIR%%/include/classes/helpers/CDataCacheHelper.php +%%WWWDIR%%/include/classes/helpers/CDocHelper.php +%%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php +%%WWWDIR%%/include/classes/helpers/CEncryptHelper.php +%%WWWDIR%%/include/classes/helpers/CGraphGeneralHelper.php +%%WWWDIR%%/include/classes/helpers/CGraphHelper.php +%%WWWDIR%%/include/classes/helpers/CGraphPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CHintBoxHelper.php +%%WWWDIR%%/include/classes/helpers/CHostPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CHousekeepingHelper.php +%%WWWDIR%%/include/classes/helpers/CItemGeneralHelper.php +%%WWWDIR%%/include/classes/helpers/CItemHelper.php +%%WWWDIR%%/include/classes/helpers/CItemPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CLldRuleHelper.php +%%WWWDIR%%/include/classes/helpers/CLldRulePrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CMaintenanceHelper.php +%%WWWDIR%%/include/classes/helpers/CMapHelper.php +%%WWWDIR%%/include/classes/helpers/CMathHelper.php +%%WWWDIR%%/include/classes/helpers/CMediatypeHelper.php +%%WWWDIR%%/include/classes/helpers/CMenuHelper.php +%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php +%%WWWDIR%%/include/classes/helpers/CMessageHelper.php +%%WWWDIR%%/include/classes/helpers/CPagerHelper.php +%%WWWDIR%%/include/classes/helpers/CRegexHelper.php +%%WWWDIR%%/include/classes/helpers/CRoleHelper.php +%%WWWDIR%%/include/classes/helpers/CServiceHelper.php +%%WWWDIR%%/include/classes/helpers/CSessionHelper.php +%%WWWDIR%%/include/classes/helpers/CSettingsHelper.php +%%WWWDIR%%/include/classes/helpers/CSeverityHelper.php +%%WWWDIR%%/include/classes/helpers/CSlaHelper.php +%%WWWDIR%%/include/classes/helpers/CSystemInfoHelper.php +%%WWWDIR%%/include/classes/helpers/CTagFilterFieldHelper.php +%%WWWDIR%%/include/classes/helpers/CTemplateHelper.php +%%WWWDIR%%/include/classes/helpers/CTimePeriodHelper.php +%%WWWDIR%%/include/classes/helpers/CTimezoneHelper.php +%%WWWDIR%%/include/classes/helpers/CTriggerGeneralHelper.php +%%WWWDIR%%/include/classes/helpers/CTriggerHelper.php +%%WWWDIR%%/include/classes/helpers/CTriggerPrototypeHelper.php +%%WWWDIR%%/include/classes/helpers/CUploadFile.php +%%WWWDIR%%/include/classes/helpers/CValueMapHelper.php +%%WWWDIR%%/include/classes/helpers/CViewHelper.php +%%WWWDIR%%/include/classes/html/CActionButtonList.php +%%WWWDIR%%/include/classes/html/CBarGauge.php +%%WWWDIR%%/include/classes/html/CBreadcrumbs.php +%%WWWDIR%%/include/classes/html/CButton.php +%%WWWDIR%%/include/classes/html/CButtonCancel.php +%%WWWDIR%%/include/classes/html/CButtonDelete.php +%%WWWDIR%%/include/classes/html/CButtonDropdown.php +%%WWWDIR%%/include/classes/html/CButtonExport.php +%%WWWDIR%%/include/classes/html/CButtonIcon.php +%%WWWDIR%%/include/classes/html/CButtonLink.php +%%WWWDIR%%/include/classes/html/CButtonQMessage.php +%%WWWDIR%%/include/classes/html/CCheckBox.php +%%WWWDIR%%/include/classes/html/CCheckBoxList.php +%%WWWDIR%%/include/classes/html/CClock.php +%%WWWDIR%%/include/classes/html/CCol.php +%%WWWDIR%%/include/classes/html/CColHeader.php +%%WWWDIR%%/include/classes/html/CColorPicker.php +%%WWWDIR%%/include/classes/html/CDateSelector.php +%%WWWDIR%%/include/classes/html/CDiv.php +%%WWWDIR%%/include/classes/html/CExpandableSubfilter.php +%%WWWDIR%%/include/classes/html/CFile.php +%%WWWDIR%%/include/classes/html/CFilter.php +%%WWWDIR%%/include/classes/html/CForm.php +%%WWWDIR%%/include/classes/html/CFormActions.php +%%WWWDIR%%/include/classes/html/CFormField.php +%%WWWDIR%%/include/classes/html/CFormFieldset.php +%%WWWDIR%%/include/classes/html/CFormFieldsetCollapsible.php +%%WWWDIR%%/include/classes/html/CFormGrid.php +%%WWWDIR%%/include/classes/html/CFormList.php +%%WWWDIR%%/include/classes/html/CHorList.php +%%WWWDIR%%/include/classes/html/CHostAvailability.php +%%WWWDIR%%/include/classes/html/CHtmlEntity.php +%%WWWDIR%%/include/classes/html/CHtmlPage.php +%%WWWDIR%%/include/classes/html/CHtmlPageHeader.php +%%WWWDIR%%/include/classes/html/CIFrame.php +%%WWWDIR%%/include/classes/html/CIcon.php +%%WWWDIR%%/include/classes/html/CImageTextTable.php +%%WWWDIR%%/include/classes/html/CImg.php +%%WWWDIR%%/include/classes/html/CInput.php +%%WWWDIR%%/include/classes/html/CInputSecret.php +%%WWWDIR%%/include/classes/html/CJsScript.php +%%WWWDIR%%/include/classes/html/CLabel.php +%%WWWDIR%%/include/classes/html/CLink.php +%%WWWDIR%%/include/classes/html/CLinkAction.php +%%WWWDIR%%/include/classes/html/CList.php +%%WWWDIR%%/include/classes/html/CListItem.php +%%WWWDIR%%/include/classes/html/CMacroValue.php +%%WWWDIR%%/include/classes/html/CMarkdown.php +%%WWWDIR%%/include/classes/html/CMenu.php +%%WWWDIR%%/include/classes/html/CMenuItem.php +%%WWWDIR%%/include/classes/html/CMultiSelect.php +%%WWWDIR%%/include/classes/html/CMultilineInput.php +%%WWWDIR%%/include/classes/html/CNumericBox.php +%%WWWDIR%%/include/classes/html/CObject.php +%%WWWDIR%%/include/classes/html/CPassBox.php +%%WWWDIR%%/include/classes/html/CPatternSelect.php +%%WWWDIR%%/include/classes/html/CPre.php +%%WWWDIR%%/include/classes/html/CRadioButtonList.php +%%WWWDIR%%/include/classes/html/CRadioCardList.php +%%WWWDIR%%/include/classes/html/CRangeControl.php +%%WWWDIR%%/include/classes/html/CRedirectButton.php +%%WWWDIR%%/include/classes/html/CRow.php +%%WWWDIR%%/include/classes/html/CRowHeader.php +%%WWWDIR%%/include/classes/html/CScriptTag.php +%%WWWDIR%%/include/classes/html/CSection.php +%%WWWDIR%%/include/classes/html/CSectionCollapsible.php +%%WWWDIR%%/include/classes/html/CSelect.php +%%WWWDIR%%/include/classes/html/CSelectOption.php +%%WWWDIR%%/include/classes/html/CSelectOptionGroup.php +%%WWWDIR%%/include/classes/html/CSeverity.php +%%WWWDIR%%/include/classes/html/CSimpleButton.php +%%WWWDIR%%/include/classes/html/CSpan.php +%%WWWDIR%%/include/classes/html/CSparkline.php +%%WWWDIR%%/include/classes/html/CSubmit.php +%%WWWDIR%%/include/classes/html/CSubmitButton.php +%%WWWDIR%%/include/classes/html/CSup.php +%%WWWDIR%%/include/classes/html/CTabFilter.php +%%WWWDIR%%/include/classes/html/CTabView.php +%%WWWDIR%%/include/classes/html/CTable.php +%%WWWDIR%%/include/classes/html/CTableColumn.php +%%WWWDIR%%/include/classes/html/CTableInfo.php +%%WWWDIR%%/include/classes/html/CTag.php +%%WWWDIR%%/include/classes/html/CTemplateTag.php +%%WWWDIR%%/include/classes/html/CTextArea.php +%%WWWDIR%%/include/classes/html/CTextAreaFlexible.php +%%WWWDIR%%/include/classes/html/CTextBox.php +%%WWWDIR%%/include/classes/html/CVar.php +%%WWWDIR%%/include/classes/html/CVertical.php +%%WWWDIR%%/include/classes/html/CVisibilityBox.php +%%WWWDIR%%/include/classes/html/CWarning.php +%%WWWDIR%%/include/classes/html/interfaces/CButtonInterface.php +%%WWWDIR%%/include/classes/html/svg/CSvg.php +%%WWWDIR%%/include/classes/html/svg/CSvgArrow.php +%%WWWDIR%%/include/classes/html/svg/CSvgCircle.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphArea.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphAxis.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphClipArea.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphGrid.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphLine.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphMetricsBar.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphMetricsLine.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphMetricsPoint.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphPercentile.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphProblems.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphSimpleTrigger.php +%%WWWDIR%%/include/classes/html/svg/CSvgGraphWorkingTime.php +%%WWWDIR%%/include/classes/html/svg/CSvgGroup.php +%%WWWDIR%%/include/classes/html/svg/CSvgLine.php +%%WWWDIR%%/include/classes/html/svg/CSvgPath.php +%%WWWDIR%%/include/classes/html/svg/CSvgPolygon.php +%%WWWDIR%%/include/classes/html/svg/CSvgRect.php +%%WWWDIR%%/include/classes/html/svg/CSvgTag.php +%%WWWDIR%%/include/classes/html/svg/CSvgText.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFieldView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFieldsGroupView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFormFieldsetCollapsibleView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetFormView.php +%%WWWDIR%%/include/classes/html/widgets/CWidgetView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldCheckBoxListView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldCheckBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldColorView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldDatePickerView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldIntegerBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldLatLngView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectActionView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphPrototypeView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGraphView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectGroupView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectHostInventoryView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectHostView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemPrototypeView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectItemView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMapView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectMediaTypeView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectOverrideHostView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectServiceView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectSlaView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectUserView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldNumericBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectHostView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectItemView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldRadioButtonListView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldRangeControlView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldSelectView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldSeveritiesView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldSparklineView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTagsView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTextAreaView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTextBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldThresholdsView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTimePeriodView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldTimeZoneView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldUrlView.php +%%WWWDIR%%/include/classes/import/CConfigurationImport.php +%%WWWDIR%%/include/classes/import/CConfigurationImportcompare.php +%%WWWDIR%%/include/classes/import/CImportDataAdapter.php +%%WWWDIR%%/include/classes/import/CImportReferencer.php +%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php +%%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php +%%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php +%%WWWDIR%%/include/classes/import/converters/C20ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C20ItemKeyConverter.php +%%WWWDIR%%/include/classes/import/converters/C20TriggerConverter.php +%%WWWDIR%%/include/classes/import/converters/C30ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C34ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C40ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C42ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C44ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C50ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C52AggregateItemKeyConverter.php +%%WWWDIR%%/include/classes/import/converters/C52CalculatedItemConverter.php +%%WWWDIR%%/include/classes/import/converters/C52EventNameConverter.php +%%WWWDIR%%/include/classes/import/converters/C52ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C52TriggerExpressionConverter.php +%%WWWDIR%%/include/classes/import/converters/C54ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C54SimpleMacroConverter.php +%%WWWDIR%%/include/classes/import/converters/C60ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C62ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C64ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C70ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/C72ImportConverter.php +%%WWWDIR%%/include/classes/import/converters/CConstantImportConverter.php +%%WWWDIR%%/include/classes/import/converters/CConverter.php +%%WWWDIR%%/include/classes/import/converters/CDefaultImportConverter.php +%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php +%%WWWDIR%%/include/classes/import/converters/CImportDataNormalizer.php +%%WWWDIR%%/include/classes/import/converters/CTemplateScreenConverter.php +%%WWWDIR%%/include/classes/import/importers/CHostImporter.php +%%WWWDIR%%/include/classes/import/importers/CImporter.php +%%WWWDIR%%/include/classes/import/importers/CMapImporter.php +%%WWWDIR%%/include/classes/import/importers/CTemplateDashboardImporter.php +%%WWWDIR%%/include/classes/import/importers/CTemplateImporter.php +%%WWWDIR%%/include/classes/import/readers/CImportReader.php +%%WWWDIR%%/include/classes/import/readers/CImportReaderFactory.php +%%WWWDIR%%/include/classes/import/readers/CJsonImportReader.php +%%WWWDIR%%/include/classes/import/readers/CXmlImportReader.php +%%WWWDIR%%/include/classes/import/readers/CYamlImportReader.php +%%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C40XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C42XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C44XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C50XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C52XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C54XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C60XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C62XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C64XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C70XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C72XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/C74XmlValidator.php +%%WWWDIR%%/include/classes/import/validators/CImportValidatorFactory.php +%%WWWDIR%%/include/classes/import/validators/CImportXmlValidator.php +%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php +%%WWWDIR%%/include/classes/ldap/CLdap.php +%%WWWDIR%%/include/classes/macros/CMacroFunction.php +%%WWWDIR%%/include/classes/macros/CMacrosResolver.php +%%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php +%%WWWDIR%%/include/classes/macros/CMacrosResolverHelper.php +%%WWWDIR%%/include/classes/mvc/CAccessDeniedException.php +%%WWWDIR%%/include/classes/mvc/CController.php +%%WWWDIR%%/include/classes/mvc/CControllerResponse.php +%%WWWDIR%%/include/classes/mvc/CControllerResponseData.php +%%WWWDIR%%/include/classes/mvc/CControllerResponseFatal.php +%%WWWDIR%%/include/classes/mvc/CControllerResponseRedirect.php +%%WWWDIR%%/include/classes/mvc/CLegacyAction.php +%%WWWDIR%%/include/classes/mvc/CPartial.php +%%WWWDIR%%/include/classes/mvc/CRouter.php +%%WWWDIR%%/include/classes/mvc/CView.php +%%WWWDIR%%/include/classes/parsers/C10ExpressionMacroParser.php +%%WWWDIR%%/include/classes/parsers/C10FunctionMacroParser.php +%%WWWDIR%%/include/classes/parsers/C10FunctionParser.php +%%WWWDIR%%/include/classes/parsers/C10TriggerExpression.php +%%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php +%%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php +%%WWWDIR%%/include/classes/parsers/CAddressParser.php +%%WWWDIR%%/include/classes/parsers/CConditionFormula.php +%%WWWDIR%%/include/classes/parsers/CDnsParser.php +%%WWWDIR%%/include/classes/parsers/CEscapedStringParser.php +%%WWWDIR%%/include/classes/parsers/CExpressionMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CExpressionMacroParser.php +%%WWWDIR%%/include/classes/parsers/CExpressionParser.php +%%WWWDIR%%/include/classes/parsers/CFilterParser.php +%%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php +%%WWWDIR%%/include/classes/parsers/CGeomapCoordinatesParser.php +%%WWWDIR%%/include/classes/parsers/CHistFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CHostGroupNameParser.php +%%WWWDIR%%/include/classes/parsers/CHostNameParser.php +%%WWWDIR%%/include/classes/parsers/CIPParser.php +%%WWWDIR%%/include/classes/parsers/CIPRangeParser.php +%%WWWDIR%%/include/classes/parsers/CIPv4Parser.php +%%WWWDIR%%/include/classes/parsers/CIPv6Parser.php +%%WWWDIR%%/include/classes/parsers/CItemKey.php +%%WWWDIR%%/include/classes/parsers/CLLDMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php +%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CMacroParser.php +%%WWWDIR%%/include/classes/parsers/CNumberParser.php +%%WWWDIR%%/include/classes/parsers/CParser.php +%%WWWDIR%%/include/classes/parsers/CPeriodParser.php +%%WWWDIR%%/include/classes/parsers/CPortParser.php +%%WWWDIR%%/include/classes/parsers/CPortRangeParser.php +%%WWWDIR%%/include/classes/parsers/CPrometheusOutputParser.php +%%WWWDIR%%/include/classes/parsers/CPrometheusPatternParser.php +%%WWWDIR%%/include/classes/parsers/CQueryParser.php +%%WWWDIR%%/include/classes/parsers/CRangeParser.php +%%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php +%%WWWDIR%%/include/classes/parsers/CRangesParser.php +%%WWWDIR%%/include/classes/parsers/CReferenceParser.php +%%WWWDIR%%/include/classes/parsers/CRelativeTimeParser.php +%%WWWDIR%%/include/classes/parsers/CSchedulingIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CSetParser.php +%%WWWDIR%%/include/classes/parsers/CSimpleIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CTimePeriodParser.php +%%WWWDIR%%/include/classes/parsers/CTimePeriodsParser.php +%%WWWDIR%%/include/classes/parsers/CTriggerExpressionParser.php +%%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php +%%WWWDIR%%/include/classes/parsers/CUserMacroFunctionParser.php +%%WWWDIR%%/include/classes/parsers/CUserMacroParser.php +%%WWWDIR%%/include/classes/parsers/CValidationRule.php +%%WWWDIR%%/include/classes/parsers/CVaultSecretParser.php +%%WWWDIR%%/include/classes/parsers/results/C10TriggerExprParserResult.php +%%WWWDIR%%/include/classes/parsers/results/CExpressionParserResult.php +%%WWWDIR%%/include/classes/parsers/results/CParserResult.php +%%WWWDIR%%/include/classes/regexp/CGlobalRegexp.php +%%WWWDIR%%/include/classes/routing/CUrl.php +%%WWWDIR%%/include/classes/routing/CUrlFactory.php +%%WWWDIR%%/include/classes/scim/API.php +%%WWWDIR%%/include/classes/scim/HttpResponse.php +%%WWWDIR%%/include/classes/scim/ScimApiService.php +%%WWWDIR%%/include/classes/scim/clients/ScimApiClient.php +%%WWWDIR%%/include/classes/scim/services/Group.php +%%WWWDIR%%/include/classes/scim/services/ServiceProviderConfig.php +%%WWWDIR%%/include/classes/scim/services/User.php +%%WWWDIR%%/include/classes/screens/CScreenBase.php +%%WWWDIR%%/include/classes/screens/CScreenBuilder.php +%%WWWDIR%%/include/classes/screens/CScreenDiscovery.php +%%WWWDIR%%/include/classes/screens/CScreenHistory.php +%%WWWDIR%%/include/classes/screens/CScreenHttpTest.php +%%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php +%%WWWDIR%%/include/classes/screens/CScreenMap.php +%%WWWDIR%%/include/classes/screens/CScreenProblem.php +%%WWWDIR%%/include/classes/server/CZabbixServer.php +%%WWWDIR%%/include/classes/services/CTabFilterProfile.php +%%WWWDIR%%/include/classes/setup/CFrontendSetup.php +%%WWWDIR%%/include/classes/setup/CSetupWizard.php +%%WWWDIR%%/include/classes/user/CFavorite.php +%%WWWDIR%%/include/classes/user/CProfile.php +%%WWWDIR%%/include/classes/user/CProvisioning.php +%%WWWDIR%%/include/classes/user/CWebUser.php +%%WWWDIR%%/include/classes/validators/CActionCondValidator.php +%%WWWDIR%%/include/classes/validators/CApiInputValidator.php +%%WWWDIR%%/include/classes/validators/CCalcFormulaValidator.php +%%WWWDIR%%/include/classes/validators/CColorValidator.php +%%WWWDIR%%/include/classes/validators/CEmailValidator.php +%%WWWDIR%%/include/classes/validators/CEventCorrCondValidator.php +%%WWWDIR%%/include/classes/validators/CEventNameValidator.php +%%WWWDIR%%/include/classes/validators/CExpressionValidator.php +%%WWWDIR%%/include/classes/validators/CFormValidator.php +%%WWWDIR%%/include/classes/validators/CHistFunctionValidator.php +%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php +%%WWWDIR%%/include/classes/validators/CIdValidator.php +%%WWWDIR%%/include/classes/validators/CItemKeyValidator.php +%%WWWDIR%%/include/classes/validators/CJsonValidator.php +%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php +%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php +%%WWWDIR%%/include/classes/validators/CMathFunctionValidator.php +%%WWWDIR%%/include/classes/validators/CNewValidator.php +%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php +%%WWWDIR%%/include/classes/validators/CPasswordComplexityValidator.php +%%WWWDIR%%/include/classes/validators/CRegexValidator.php +%%WWWDIR%%/include/classes/validators/CStringValidator.php +%%WWWDIR%%/include/classes/validators/CTimeUnitValidator.php +%%WWWDIR%%/include/classes/validators/CUrlValidator.php +%%WWWDIR%%/include/classes/validators/CValidator.php +%%WWWDIR%%/include/classes/validators/CXmlValidator.php +%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php +%%WWWDIR%%/include/classes/validators/object/CUpdateDiscoveredValidator.php +%%WWWDIR%%/include/classes/vaults/CVault.php +%%WWWDIR%%/include/classes/vaults/CVaultCyberArk.php +%%WWWDIR%%/include/classes/vaults/CVaultHashiCorp.php +%%WWWDIR%%/include/classes/widgets/CWidgetField.php +%%WWWDIR%%/include/classes/widgets/CWidgetForm.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldColor.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldDatePicker.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldIntegerBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldLatLng.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectAction.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectGraph.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectGraphPrototype.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectGroup.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectHost.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectHostInventory.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectItem.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectItemPrototype.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectMap.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectMediaType.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectOverrideHost.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectService.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectSla.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMultiSelectUser.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNavTree.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNumericBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelectHost.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelectItem.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldReference.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSeverities.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSparkline.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTags.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextArea.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextBox.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldThresholds.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTimePeriod.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTimeZone.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldUrl.php +%%WWWDIR%%/include/classes/xml/CXmlConstantName.php +%%WWWDIR%%/include/classes/xml/CXmlConstantValue.php +%%WWWDIR%%/include/config.inc.php +%%WWWDIR%%/include/db.inc.php +%%WWWDIR%%/include/debug.inc.php +%%WWWDIR%%/include/defines.inc.php +%%WWWDIR%%/include/discovery.inc.php +%%WWWDIR%%/include/draw.inc.php +%%WWWDIR%%/include/events.inc.php +%%WWWDIR%%/include/forms.inc.php +%%WWWDIR%%/include/func.inc.php +%%WWWDIR%%/include/gettextwrapper.inc.php +%%WWWDIR%%/include/graphs.inc.php +%%WWWDIR%%/include/hostgroups.inc.php +%%WWWDIR%%/include/hosts.inc.php +%%WWWDIR%%/include/html.inc.php +%%WWWDIR%%/include/httptest.inc.php +%%WWWDIR%%/include/images.inc.php +%%WWWDIR%%/include/items.inc.php +%%WWWDIR%%/include/js.inc.php +%%WWWDIR%%/include/locales.inc.php +%%WWWDIR%%/include/maps.inc.php +%%WWWDIR%%/include/page_footer.php +%%WWWDIR%%/include/page_header.php +%%WWWDIR%%/include/perm.inc.php +%%WWWDIR%%/include/schema.inc.php +%%WWWDIR%%/include/sounds.inc.php +%%WWWDIR%%/include/translateDefines.inc.php +%%WWWDIR%%/include/triggers.inc.php +%%WWWDIR%%/include/users.inc.php +%%WWWDIR%%/include/validate.inc.php +%%WWWDIR%%/include/views/configuration.host.discovery.edit.php +%%WWWDIR%%/include/views/configuration.host.discovery.list.php +%%WWWDIR%%/include/views/configuration.host.discovery.prototype.edit.php +%%WWWDIR%%/include/views/configuration.host.discovery.prototype.list.php +%%WWWDIR%%/include/views/configuration.host.prototype.edit.php +%%WWWDIR%%/include/views/configuration.host.prototype.list.php +%%WWWDIR%%/include/views/configuration.httpconf.edit.php +%%WWWDIR%%/include/views/configuration.httpconf.list.php +%%WWWDIR%%/include/views/general.browserwarning.php +%%WWWDIR%%/include/views/general.login.php +%%WWWDIR%%/include/views/general.warning.php +%%WWWDIR%%/include/views/inventory.host.list.php +%%WWWDIR%%/include/views/inventory.host.view.php +%%WWWDIR%%/include/views/js/common.init.js.php +%%WWWDIR%%/include/views/js/common.item.edit.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.overr.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.list.js.php +%%WWWDIR%%/include/views/js/configuration.host.discovery.prototype.list.js.php +%%WWWDIR%%/include/views/js/configuration.host.prototype.edit.js.php +%%WWWDIR%%/include/views/js/configuration.host.prototype.list.js.php +%%WWWDIR%%/include/views/js/configuration.httpconf.edit.js.php +%%WWWDIR%%/include/views/js/configuration.httpconf.list.js.php +%%WWWDIR%%/include/views/js/inventory.host.view.js.php +%%WWWDIR%%/include/views/js/item.preprocessing.js.php +%%WWWDIR%%/include/views/js/itemtest.js.php +%%WWWDIR%%/include/views/js/mfa.login.js.php +%%WWWDIR%%/include/views/js/monitoring.history.js.php +%%WWWDIR%%/include/views/js/monitoring.sysmap.edit.js.php +%%WWWDIR%%/include/views/js/monitoring.sysmaps.js.php +%%WWWDIR%%/include/views/js/tr_events.js.php +%%WWWDIR%%/include/views/mfa.login.php +%%WWWDIR%%/include/views/monitoring.history.php +%%WWWDIR%%/include/views/monitoring.sysmap.constructor.php +%%WWWDIR%%/include/views/monitoring.sysmap.edit.php +%%WWWDIR%%/include/views/monitoring.sysmap.list.php +%%WWWDIR%%/index.php +%%WWWDIR%%/index_http.php +%%WWWDIR%%/index_mfa.php +%%WWWDIR%%/index_sso.php +%%WWWDIR%%/js/browsers.js +%%WWWDIR%%/js/chkbxrange.js +%%WWWDIR%%/js/class.base-component.js +%%WWWDIR%%/js/class.browsertab.js +%%WWWDIR%%/js/class.calendar.js +%%WWWDIR%%/js/class.cdate.js +%%WWWDIR%%/js/class.cdebug.js +%%WWWDIR%%/js/class.cnavtree.js +%%WWWDIR%%/js/class.cookie.js +%%WWWDIR%%/js/class.coverride.js +%%WWWDIR%%/js/class.crangecontrol.js +%%WWWDIR%%/js/class.csuggest.js +%%WWWDIR%%/js/class.csvggraph.js +%%WWWDIR%%/js/class.curl.js +%%WWWDIR%%/js/class.cverticalaccordion.js +%%WWWDIR%%/js/class.cviewswitcher.js +%%WWWDIR%%/js/class.dashboard.js +%%WWWDIR%%/js/class.dashboard.page.js +%%WWWDIR%%/js/class.dashboard.print.js +%%WWWDIR%%/js/class.dashboard.widget.placeholder.js +%%WWWDIR%%/js/class.event-hub.event.js +%%WWWDIR%%/js/class.event-hub.js +%%WWWDIR%%/js/class.expandable.subfilter.js +%%WWWDIR%%/js/class.form.fieldset.collapsible.js +%%WWWDIR%%/js/class.form.js +%%WWWDIR%%/js/class.form.validator.js +%%WWWDIR%%/js/class.geomaps.js +%%WWWDIR%%/js/class.imagecache.js +%%WWWDIR%%/js/class.localstorage.js +%%WWWDIR%%/js/class.menu-item.js +%%WWWDIR%%/js/class.menu.js +%%WWWDIR%%/js/class.navigationtree.js +%%WWWDIR%%/js/class.notification.collection.js +%%WWWDIR%%/js/class.notification.js +%%WWWDIR%%/js/class.notifications.audio.js +%%WWWDIR%%/js/class.notifications.js +%%WWWDIR%%/js/class.overlay.js +%%WWWDIR%%/js/class.overlaycollection.js +%%WWWDIR%%/js/class.popup-manager.event.js +%%WWWDIR%%/js/class.popup-manager.js +%%WWWDIR%%/js/class.rpc.js +%%WWWDIR%%/js/class.script.js +%%WWWDIR%%/js/class.scrollable.js +%%WWWDIR%%/js/class.sidebar.js +%%WWWDIR%%/js/class.software-version-check.js +%%WWWDIR%%/js/class.sortable.js +%%WWWDIR%%/js/class.tab-indicators.js +%%WWWDIR%%/js/class.tabfilter.js +%%WWWDIR%%/js/class.tabfilteritem.js +%%WWWDIR%%/js/class.tagfilteritem.js +%%WWWDIR%%/js/class.template.js +%%WWWDIR%%/js/class.widget-base.js +%%WWWDIR%%/js/class.widget-edit.dialogue.js +%%WWWDIR%%/js/class.widget-edit.sandbox.js +%%WWWDIR%%/js/class.widget-edit.validator.js +%%WWWDIR%%/js/class.widget-field-event.js +%%WWWDIR%%/js/class.widget-field.checkbox-list.js +%%WWWDIR%%/js/class.widget-field.checkbox.js +%%WWWDIR%%/js/class.widget-field.color.js +%%WWWDIR%%/js/class.widget-field.date-picker.js +%%WWWDIR%%/js/class.widget-field.integer-box.js +%%WWWDIR%%/js/class.widget-field.js +%%WWWDIR%%/js/class.widget-field.lat-lng.js +%%WWWDIR%%/js/class.widget-field.multiselect.js +%%WWWDIR%%/js/class.widget-field.numeric-box.js +%%WWWDIR%%/js/class.widget-field.pattern-select.js +%%WWWDIR%%/js/class.widget-field.radio-button-list.js +%%WWWDIR%%/js/class.widget-field.range-control.js +%%WWWDIR%%/js/class.widget-field.select.js +%%WWWDIR%%/js/class.widget-field.severities.js +%%WWWDIR%%/js/class.widget-field.tags.js +%%WWWDIR%%/js/class.widget-field.text-area.js +%%WWWDIR%%/js/class.widget-field.text-box.js +%%WWWDIR%%/js/class.widget-field.thresholds.js +%%WWWDIR%%/js/class.widget-field.time-period.js +%%WWWDIR%%/js/class.widget-field.time-zone.js +%%WWWDIR%%/js/class.widget-field.url.js +%%WWWDIR%%/js/class.widget-form-event.js +%%WWWDIR%%/js/class.widget-form.js +%%WWWDIR%%/js/class.widget-select.popup.js +%%WWWDIR%%/js/class.widget.create-placeholder.js +%%WWWDIR%%/js/class.widget.inaccessible.js +%%WWWDIR%%/js/class.widget.iterator.js +%%WWWDIR%%/js/class.widget.js +%%WWWDIR%%/js/class.widget.misconfigured.js +%%WWWDIR%%/js/class.widgets-data.js +%%WWWDIR%%/js/common.js +%%WWWDIR%%/js/component.z-bar-gauge.js +%%WWWDIR%%/js/component.z-color-picker.js +%%WWWDIR%%/js/component.z-select.js +%%WWWDIR%%/js/component.z-sparkline.js +%%WWWDIR%%/js/component.z-vertical.js +%%WWWDIR%%/js/defines.js +%%WWWDIR%%/js/fields/class.field.array.js +%%WWWDIR%%/js/fields/class.field.checkbox.js +%%WWWDIR%%/js/fields/class.field.hidden.js +%%WWWDIR%%/js/fields/class.field.js +%%WWWDIR%%/js/fields/class.field.multiline.js +%%WWWDIR%%/js/fields/class.field.multiselect.js +%%WWWDIR%%/js/fields/class.field.radiolist.js +%%WWWDIR%%/js/fields/class.field.set.js +%%WWWDIR%%/js/fields/class.field.textarea.js +%%WWWDIR%%/js/fields/class.field.textbox.js +%%WWWDIR%%/js/fields/class.field.zselect.js +%%WWWDIR%%/js/flickerfreescreen.js +%%WWWDIR%%/js/functions.js +%%WWWDIR%%/js/gtlc.js +%%WWWDIR%%/js/hostinterfacemanager.js +%%WWWDIR%%/js/hostmacrosmanager.js +%%WWWDIR%%/js/init.js +%%WWWDIR%%/js/inputsecret.js +%%WWWDIR%%/js/layout.mode.js +%%WWWDIR%%/js/macrovalue.js +%%WWWDIR%%/js/main.js +%%WWWDIR%%/js/menupopup.js +%%WWWDIR%%/js/multilineinput.js +%%WWWDIR%%/js/multiselect.js +%%WWWDIR%%/js/pages/items.js +%%WWWDIR%%/js/pages/report4.js +%%WWWDIR%%/js/pages/setup.js +%%WWWDIR%%/js/pages/sysmap/class.cmap.js +%%WWWDIR%%/js/pages/sysmap/class.link.js +%%WWWDIR%%/js/pages/sysmap/class.selement.js +%%WWWDIR%%/js/pages/sysmap/class.shape.js +%%WWWDIR%%/js/pages/sysmap/forms/class.linkform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.massform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.massshapeform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.selementform.js +%%WWWDIR%%/js/pages/sysmap/forms/class.shapeform.js +%%WWWDIR%%/js/pages/sysmap/sysmap.js +%%WWWDIR%%/js/servercheck.js +%%WWWDIR%%/js/textareaflexible.js +%%WWWDIR%%/js/vector/canvas/class.svgcanvas.js +%%WWWDIR%%/js/vector/canvas/class.svgelement.js +%%WWWDIR%%/js/vector/canvas/class.svgtextarea.js +%%WWWDIR%%/js/vector/svgmap/class.svgmap.js +%%WWWDIR%%/js/vector/svgmap/class.svgmapelement.js +%%WWWDIR%%/js/vector/svgmap/class.svgmaplink.js +%%WWWDIR%%/js/vector/svgmap/class.svgmapshape.js +%%WWWDIR%%/js/vendors/D3/LICENSE +%%WWWDIR%%/js/vendors/D3/d3.js +%%WWWDIR%%/js/vendors/Leaflet.markercluster/LICENSE +%%WWWDIR%%/js/vendors/Leaflet.markercluster/leaflet.markercluster.js +%%WWWDIR%%/js/vendors/Leaflet/LICENSE +%%WWWDIR%%/js/vendors/Leaflet/leaflet.js +%%WWWDIR%%/js/vendors/jQuery/LICENSE +%%WWWDIR%%/js/vendors/jQuery/jquery.js +%%WWWDIR%%/js/vendors/jQueryUI/LICENSE +%%WWWDIR%%/js/vendors/jQueryUI/jquery-ui.js +%%WWWDIR%%/js/vendors/qrcode/LICENSE +%%WWWDIR%%/js/vendors/qrcode/qrcode.js +%%WWWDIR%%/jsLoader.php +%%WWWDIR%%/jsrpc.php +%%WWWDIR%%/local/.htaccess +%%WWWDIR%%/local/README +%%WWWDIR%%/locale/README +%%WWWDIR%%/locale/add_new_language.sh +%%WWWDIR%%/locale/ar/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ar/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/da/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/da/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/en_GB/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/en_GB/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.pot +%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/kk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/kk/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/make_mo.sh +%%WWWDIR%%/locale/nb_NO/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/nb_NO/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/sr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/sr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/sv_SE/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/th/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/th/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/update_po.sh +%%WWWDIR%%/locale/uz/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/uz/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.po +%%WWWDIR%%/map.php +%%WWWDIR%%/report4.php +%%WWWDIR%%/robots.txt +%%WWWDIR%%/setup.php +%%WWWDIR%%/sysmap.php +%%WWWDIR%%/sysmaps.php +%%WWWDIR%%/tr_events.php +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/bin/yaml-lint +%%WWWDIR%%/vendor/bin/yaml-lint.bat +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/InstalledVersions.php +%%WWWDIR%%/vendor/composer/LICENSE +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_files.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_psr4.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/autoload_static.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/composer/installed.php +%%WWWDIR%%/vendor/composer/platform_check.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/.duo_linting.xml +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/.github/workflows/php_ci.yml +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/LICENSE +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/README.md +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/SECURITY.md +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/composer.json +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/README.md +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/composer.json +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/dockerfile +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/duo.conf +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/index.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/static/images/logo.png +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/static/style.css +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/templates/login.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/example/templates/success.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/src/Client.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/src/DuoException.php +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/src/ca_certs.pem +%%WWWDIR%%/vendor/duosecurity/duo_universal_php/tests/ClientTest.php +%%WWWDIR%%/vendor/erusev/parsedown/LICENSE.txt +%%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php +%%WWWDIR%%/vendor/erusev/parsedown/README.md +%%WWWDIR%%/vendor/erusev/parsedown/composer.json +%%WWWDIR%%/vendor/firebase/php-jwt/CHANGELOG.md +%%WWWDIR%%/vendor/firebase/php-jwt/LICENSE +%%WWWDIR%%/vendor/firebase/php-jwt/README.md +%%WWWDIR%%/vendor/firebase/php-jwt/composer.json +%%WWWDIR%%/vendor/firebase/php-jwt/src/BeforeValidException.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/CachedKeySet.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/ExpiredException.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWK.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWT.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/Key.php +%%WWWDIR%%/vendor/firebase/php-jwt/src/SignatureInvalidException.php +%%WWWDIR%%/vendor/onelogin/php-saml/CHANGELOG +%%WWWDIR%%/vendor/onelogin/php-saml/LICENSE +%%WWWDIR%%/vendor/onelogin/php-saml/README.md +%%WWWDIR%%/vendor/onelogin/php-saml/_toolkit_loader.php +%%WWWDIR%%/vendor/onelogin/php-saml/advanced_settings_example.php +%%WWWDIR%%/vendor/onelogin/php-saml/certs/README +%%WWWDIR%%/vendor/onelogin/php-saml/composer.json +%%WWWDIR%%/vendor/onelogin/php-saml/phpunit.xml +%%WWWDIR%%/vendor/onelogin/php-saml/settings_example.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Auth.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/AuthnRequest.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Constants.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Error.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/IdPMetadataParser.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/LogoutRequest.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/LogoutResponse.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Metadata.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Response.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Settings.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/Utils.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/ValidationError.php +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-assertion-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-metadata-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/saml-schema-protocol-2.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-metadata-attr.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-attribute-ext.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/xenc-schema.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/xml.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/schemas/xmldsig-core-schema.xsd +%%WWWDIR%%/vendor/onelogin/php-saml/src/Saml2/version.json +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/LICENSE.txt +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/README.md +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/composer.json +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base32.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base32Hex.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Binary.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Encoding.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/Hex.php +%%WWWDIR%%/vendor/paragonie/constant_time_encoding/src/RFC4648.php +%%WWWDIR%%/vendor/pragmarx/google2fa/CHANGELOG.md +%%WWWDIR%%/vendor/pragmarx/google2fa/LICENSE.md +%%WWWDIR%%/vendor/pragmarx/google2fa/README.md +%%WWWDIR%%/vendor/pragmarx/google2fa/composer.json +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/Google2FA.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidAlgorithm.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/InvalidCharacters.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Contracts/SecretKeyTooShort.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/InvalidAlgorithmException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Google2FA.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Support/Base32.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Support/Constants.php +%%WWWDIR%%/vendor/pragmarx/google2fa/src/Support/QRCode.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/CHANGELOG.txt +%%WWWDIR%%/vendor/robrichards/xmlseclibs/LICENSE +%%WWWDIR%%/vendor/robrichards/xmlseclibs/README.md +%%WWWDIR%%/vendor/robrichards/xmlseclibs/composer.json +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/Utils/XPath.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/XMLSecEnc.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php +%%WWWDIR%%/vendor/robrichards/xmlseclibs/xmlseclibs.php +%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/deprecation-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md +%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json +%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-ctype/README.md +%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php +%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json +%%WWWDIR%%/vendor/symfony/yaml/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/yaml/Command/LintCommand.php +%%WWWDIR%%/vendor/symfony/yaml/Dumper.php +%%WWWDIR%%/vendor/symfony/yaml/Escaper.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/DumpException.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/ParseException.php +%%WWWDIR%%/vendor/symfony/yaml/Exception/RuntimeException.php +%%WWWDIR%%/vendor/symfony/yaml/Inline.php +%%WWWDIR%%/vendor/symfony/yaml/LICENSE +%%WWWDIR%%/vendor/symfony/yaml/Parser.php +%%WWWDIR%%/vendor/symfony/yaml/README.md +%%WWWDIR%%/vendor/symfony/yaml/Resources/bin/yaml-lint +%%WWWDIR%%/vendor/symfony/yaml/Tag/TaggedValue.php +%%WWWDIR%%/vendor/symfony/yaml/Unescaper.php +%%WWWDIR%%/vendor/symfony/yaml/Yaml.php +%%WWWDIR%%/vendor/symfony/yaml/composer.json +%%WWWDIR%%/widgets/actionlog/Widget.php +%%WWWDIR%%/widgets/actionlog/actions/WidgetView.php +%%WWWDIR%%/widgets/actionlog/assets/js/class.widget.js +%%WWWDIR%%/widgets/actionlog/includes/WidgetForm.php +%%WWWDIR%%/widgets/actionlog/manifest.json +%%WWWDIR%%/widgets/actionlog/views/widget.edit.php +%%WWWDIR%%/widgets/actionlog/views/widget.view.php +%%WWWDIR%%/widgets/clock/Widget.php +%%WWWDIR%%/widgets/clock/actions/WidgetView.php +%%WWWDIR%%/widgets/clock/assets/js/class.widget.js +%%WWWDIR%%/widgets/clock/includes/WidgetForm.php +%%WWWDIR%%/widgets/clock/manifest.json +%%WWWDIR%%/widgets/clock/views/widget.edit.js.php +%%WWWDIR%%/widgets/clock/views/widget.edit.php +%%WWWDIR%%/widgets/clock/views/widget.view.php +%%WWWDIR%%/widgets/discovery/Widget.php +%%WWWDIR%%/widgets/discovery/actions/WidgetView.php +%%WWWDIR%%/widgets/discovery/manifest.json +%%WWWDIR%%/widgets/discovery/views/widget.view.php +%%WWWDIR%%/widgets/favgraphs/Widget.php +%%WWWDIR%%/widgets/favgraphs/actions/WidgetView.php +%%WWWDIR%%/widgets/favgraphs/manifest.json +%%WWWDIR%%/widgets/favgraphs/views/widget.view.php +%%WWWDIR%%/widgets/favmaps/Widget.php +%%WWWDIR%%/widgets/favmaps/actions/WidgetView.php +%%WWWDIR%%/widgets/favmaps/manifest.json +%%WWWDIR%%/widgets/favmaps/views/widget.view.php +%%WWWDIR%%/widgets/gauge/Widget.php +%%WWWDIR%%/widgets/gauge/actions/WidgetView.php +%%WWWDIR%%/widgets/gauge/assets/js/class.svggauge.js +%%WWWDIR%%/widgets/gauge/assets/js/class.widget.js +%%WWWDIR%%/widgets/gauge/includes/WidgetForm.php +%%WWWDIR%%/widgets/gauge/manifest.json +%%WWWDIR%%/widgets/gauge/views/widget.edit.js.php +%%WWWDIR%%/widgets/gauge/views/widget.edit.php +%%WWWDIR%%/widgets/gauge/views/widget.view.php +%%WWWDIR%%/widgets/geomap/Widget.php +%%WWWDIR%%/widgets/geomap/actions/WidgetView.php +%%WWWDIR%%/widgets/geomap/assets/js/class.widget.js +%%WWWDIR%%/widgets/geomap/includes/WidgetForm.php +%%WWWDIR%%/widgets/geomap/manifest.json +%%WWWDIR%%/widgets/geomap/views/widget.edit.php +%%WWWDIR%%/widgets/geomap/views/widget.view.php +%%WWWDIR%%/widgets/graph/Widget.php +%%WWWDIR%%/widgets/graph/actions/WidgetView.php +%%WWWDIR%%/widgets/graph/assets/js/class.widget.js +%%WWWDIR%%/widgets/graph/includes/WidgetForm.php +%%WWWDIR%%/widgets/graph/manifest.json +%%WWWDIR%%/widgets/graph/views/widget.edit.js.php +%%WWWDIR%%/widgets/graph/views/widget.edit.php +%%WWWDIR%%/widgets/graph/views/widget.view.php +%%WWWDIR%%/widgets/graphprototype/Widget.php +%%WWWDIR%%/widgets/graphprototype/actions/WidgetView.php +%%WWWDIR%%/widgets/graphprototype/assets/js/class.widget.js +%%WWWDIR%%/widgets/graphprototype/includes/WidgetForm.php +%%WWWDIR%%/widgets/graphprototype/manifest.json +%%WWWDIR%%/widgets/graphprototype/views/widget.edit.js.php +%%WWWDIR%%/widgets/graphprototype/views/widget.edit.php +%%WWWDIR%%/widgets/honeycomb/Widget.php +%%WWWDIR%%/widgets/honeycomb/actions/WidgetView.php +%%WWWDIR%%/widgets/honeycomb/assets/js/class.svghoneycomb.js +%%WWWDIR%%/widgets/honeycomb/assets/js/class.widget.js +%%WWWDIR%%/widgets/honeycomb/includes/WidgetForm.php +%%WWWDIR%%/widgets/honeycomb/manifest.json +%%WWWDIR%%/widgets/honeycomb/views/widget.edit.js.php +%%WWWDIR%%/widgets/honeycomb/views/widget.edit.php +%%WWWDIR%%/widgets/honeycomb/views/widget.view.php +%%WWWDIR%%/widgets/hostavail/Widget.php +%%WWWDIR%%/widgets/hostavail/actions/WidgetView.php +%%WWWDIR%%/widgets/hostavail/assets/js/class.widget.js +%%WWWDIR%%/widgets/hostavail/includes/WidgetForm.php +%%WWWDIR%%/widgets/hostavail/manifest.json +%%WWWDIR%%/widgets/hostavail/views/widget.edit.js.php +%%WWWDIR%%/widgets/hostavail/views/widget.edit.php +%%WWWDIR%%/widgets/hostavail/views/widget.view.php +%%WWWDIR%%/widgets/hostcard/Widget.php +%%WWWDIR%%/widgets/hostcard/actions/WidgetView.php +%%WWWDIR%%/widgets/hostcard/assets/js/class.widget-field.host-sections.js +%%WWWDIR%%/widgets/hostcard/assets/js/class.widget.js +%%WWWDIR%%/widgets/hostcard/includes/CWidgetFieldHostSections.php +%%WWWDIR%%/widgets/hostcard/includes/CWidgetFieldHostSectionsView.php +%%WWWDIR%%/widgets/hostcard/includes/WidgetForm.php +%%WWWDIR%%/widgets/hostcard/manifest.json +%%WWWDIR%%/widgets/hostcard/views/widget.edit.js.php +%%WWWDIR%%/widgets/hostcard/views/widget.edit.php +%%WWWDIR%%/widgets/hostcard/views/widget.view.php +%%WWWDIR%%/widgets/hostnavigator/Widget.php +%%WWWDIR%%/widgets/hostnavigator/actions/WidgetView.php +%%WWWDIR%%/widgets/hostnavigator/assets/js/class.hostnavigator.js +%%WWWDIR%%/widgets/hostnavigator/assets/js/class.widget-field.host-grouping.js +%%WWWDIR%%/widgets/hostnavigator/assets/js/class.widget.js +%%WWWDIR%%/widgets/hostnavigator/includes/CWidgetFieldHostGrouping.php +%%WWWDIR%%/widgets/hostnavigator/includes/CWidgetFieldHostGroupingView.php +%%WWWDIR%%/widgets/hostnavigator/includes/WidgetForm.php +%%WWWDIR%%/widgets/hostnavigator/manifest.json +%%WWWDIR%%/widgets/hostnavigator/views/widget.edit.php +%%WWWDIR%%/widgets/hostnavigator/views/widget.view.php +%%WWWDIR%%/widgets/item/Widget.php +%%WWWDIR%%/widgets/item/actions/WidgetView.php +%%WWWDIR%%/widgets/item/assets/js/class.widget.js +%%WWWDIR%%/widgets/item/includes/WidgetForm.php +%%WWWDIR%%/widgets/item/manifest.json +%%WWWDIR%%/widgets/item/views/widget.edit.js.php +%%WWWDIR%%/widgets/item/views/widget.edit.php +%%WWWDIR%%/widgets/item/views/widget.view.php +%%WWWDIR%%/widgets/itemcard/Widget.php +%%WWWDIR%%/widgets/itemcard/actions/BinaryValueGet.php +%%WWWDIR%%/widgets/itemcard/actions/ImageValueGet.php +%%WWWDIR%%/widgets/itemcard/actions/ValueCheck.php +%%WWWDIR%%/widgets/itemcard/actions/WidgetView.php +%%WWWDIR%%/widgets/itemcard/assets/js/class.widget-field.item-sections.js +%%WWWDIR%%/widgets/itemcard/assets/js/class.widget.js +%%WWWDIR%%/widgets/itemcard/includes/CWidgetFieldItemSections.php +%%WWWDIR%%/widgets/itemcard/includes/CWidgetFieldItemSectionsView.php +%%WWWDIR%%/widgets/itemcard/includes/WidgetForm.php +%%WWWDIR%%/widgets/itemcard/manifest.json +%%WWWDIR%%/widgets/itemcard/views/widget.edit.js.php +%%WWWDIR%%/widgets/itemcard/views/widget.edit.php +%%WWWDIR%%/widgets/itemcard/views/widget.view.php +%%WWWDIR%%/widgets/itemhistory/Widget.php +%%WWWDIR%%/widgets/itemhistory/actions/BinaryValueGet.php +%%WWWDIR%%/widgets/itemhistory/actions/ColumnEdit.php +%%WWWDIR%%/widgets/itemhistory/actions/ImageValueGet.php +%%WWWDIR%%/widgets/itemhistory/actions/ValueCheck.php +%%WWWDIR%%/widgets/itemhistory/actions/WidgetView.php +%%WWWDIR%%/widgets/itemhistory/assets/js/class.widget.js +%%WWWDIR%%/widgets/itemhistory/includes/CWidgetFieldColumnsList.php +%%WWWDIR%%/widgets/itemhistory/includes/CWidgetFieldColumnsListView.php +%%WWWDIR%%/widgets/itemhistory/includes/WidgetForm.php +%%WWWDIR%%/widgets/itemhistory/manifest.json +%%WWWDIR%%/widgets/itemhistory/views/column.edit.js.php +%%WWWDIR%%/widgets/itemhistory/views/column.edit.php +%%WWWDIR%%/widgets/itemhistory/views/widget.edit.js.php +%%WWWDIR%%/widgets/itemhistory/views/widget.edit.php +%%WWWDIR%%/widgets/itemhistory/views/widget.view.php +%%WWWDIR%%/widgets/itemnavigator/Widget.php +%%WWWDIR%%/widgets/itemnavigator/actions/WidgetView.php +%%WWWDIR%%/widgets/itemnavigator/assets/js/class.itemnavigator.js +%%WWWDIR%%/widgets/itemnavigator/assets/js/class.widget-field.item-grouping.js +%%WWWDIR%%/widgets/itemnavigator/assets/js/class.widget.js +%%WWWDIR%%/widgets/itemnavigator/includes/CWidgetFieldItemGrouping.php +%%WWWDIR%%/widgets/itemnavigator/includes/CWidgetFieldItemGroupingView.php +%%WWWDIR%%/widgets/itemnavigator/includes/WidgetForm.php +%%WWWDIR%%/widgets/itemnavigator/manifest.json +%%WWWDIR%%/widgets/itemnavigator/views/widget.edit.php +%%WWWDIR%%/widgets/itemnavigator/views/widget.view.php +%%WWWDIR%%/widgets/map/Widget.php +%%WWWDIR%%/widgets/map/actions/WidgetView.php +%%WWWDIR%%/widgets/map/assets/js/class.widget.js +%%WWWDIR%%/widgets/map/includes/WidgetForm.php +%%WWWDIR%%/widgets/map/includes/WidgetMap.php +%%WWWDIR%%/widgets/map/manifest.json +%%WWWDIR%%/widgets/map/views/widget.edit.php +%%WWWDIR%%/widgets/map/views/widget.view.php +%%WWWDIR%%/widgets/navtree/Widget.php +%%WWWDIR%%/widgets/navtree/actions/NavTreeItemEdit.php +%%WWWDIR%%/widgets/navtree/actions/NavTreeItemUpdate.php +%%WWWDIR%%/widgets/navtree/actions/WidgetView.php +%%WWWDIR%%/widgets/navtree/assets/js/class.widget.js +%%WWWDIR%%/widgets/navtree/includes/NavigationTree.php +%%WWWDIR%%/widgets/navtree/includes/WidgetForm.php +%%WWWDIR%%/widgets/navtree/manifest.json +%%WWWDIR%%/widgets/navtree/views/navtreeitem.edit.js.php +%%WWWDIR%%/widgets/navtree/views/navtreeitem.edit.php +%%WWWDIR%%/widgets/navtree/views/widget.edit.php +%%WWWDIR%%/widgets/navtree/views/widget.view.php +%%WWWDIR%%/widgets/piechart/Widget.php +%%WWWDIR%%/widgets/piechart/actions/WidgetView.php +%%WWWDIR%%/widgets/piechart/assets/js/class.svgpie.js +%%WWWDIR%%/widgets/piechart/assets/js/class.widget.js +%%WWWDIR%%/widgets/piechart/includes/CWidgetFieldDataSet.php +%%WWWDIR%%/widgets/piechart/includes/CWidgetFieldDataSetView.php +%%WWWDIR%%/widgets/piechart/includes/WidgetForm.php +%%WWWDIR%%/widgets/piechart/manifest.json +%%WWWDIR%%/widgets/piechart/views/widget.edit.js.php +%%WWWDIR%%/widgets/piechart/views/widget.edit.php +%%WWWDIR%%/widgets/piechart/views/widget.view.php +%%WWWDIR%%/widgets/problemhosts/Widget.php +%%WWWDIR%%/widgets/problemhosts/actions/WidgetView.php +%%WWWDIR%%/widgets/problemhosts/assets/js/class.widget.js +%%WWWDIR%%/widgets/problemhosts/includes/WidgetForm.php +%%WWWDIR%%/widgets/problemhosts/manifest.json +%%WWWDIR%%/widgets/problemhosts/views/widget.edit.php +%%WWWDIR%%/widgets/problemhosts/views/widget.view.php +%%WWWDIR%%/widgets/problems/Widget.php +%%WWWDIR%%/widgets/problems/actions/WidgetView.php +%%WWWDIR%%/widgets/problems/assets/js/class.widget.js +%%WWWDIR%%/widgets/problems/includes/WidgetForm.php +%%WWWDIR%%/widgets/problems/includes/WidgetProblems.php +%%WWWDIR%%/widgets/problems/manifest.json +%%WWWDIR%%/widgets/problems/views/widget.edit.js.php +%%WWWDIR%%/widgets/problems/views/widget.edit.php +%%WWWDIR%%/widgets/problems/views/widget.view.php +%%WWWDIR%%/widgets/problemsbysv/Widget.php +%%WWWDIR%%/widgets/problemsbysv/actions/WidgetView.php +%%WWWDIR%%/widgets/problemsbysv/assets/js/class.widget.js +%%WWWDIR%%/widgets/problemsbysv/includes/WidgetForm.php +%%WWWDIR%%/widgets/problemsbysv/manifest.json +%%WWWDIR%%/widgets/problemsbysv/views/widget.edit.js.php +%%WWWDIR%%/widgets/problemsbysv/views/widget.edit.php +%%WWWDIR%%/widgets/problemsbysv/views/widget.view.php +%%WWWDIR%%/widgets/slareport/Widget.php +%%WWWDIR%%/widgets/slareport/actions/WidgetView.php +%%WWWDIR%%/widgets/slareport/includes/WidgetForm.php +%%WWWDIR%%/widgets/slareport/manifest.json +%%WWWDIR%%/widgets/slareport/views/widget.edit.js.php +%%WWWDIR%%/widgets/slareport/views/widget.edit.php +%%WWWDIR%%/widgets/slareport/views/widget.view.php +%%WWWDIR%%/widgets/svggraph/Widget.php +%%WWWDIR%%/widgets/svggraph/actions/WidgetView.php +%%WWWDIR%%/widgets/svggraph/assets/js/class.widget.js +%%WWWDIR%%/widgets/svggraph/includes/CSvgGraphHelper.php +%%WWWDIR%%/widgets/svggraph/includes/CSvgGraphLegend.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldDataSet.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldDataSetView.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldOverride.php +%%WWWDIR%%/widgets/svggraph/includes/CWidgetFieldOverrideView.php +%%WWWDIR%%/widgets/svggraph/includes/WidgetForm.php +%%WWWDIR%%/widgets/svggraph/manifest.json +%%WWWDIR%%/widgets/svggraph/views/widget.edit.js.php +%%WWWDIR%%/widgets/svggraph/views/widget.edit.php +%%WWWDIR%%/widgets/svggraph/views/widget.view.php +%%WWWDIR%%/widgets/systeminfo/Widget.php +%%WWWDIR%%/widgets/systeminfo/actions/WidgetView.php +%%WWWDIR%%/widgets/systeminfo/includes/WidgetForm.php +%%WWWDIR%%/widgets/systeminfo/manifest.json +%%WWWDIR%%/widgets/systeminfo/views/widget.edit.js.php +%%WWWDIR%%/widgets/systeminfo/views/widget.edit.php +%%WWWDIR%%/widgets/systeminfo/views/widget.view.php +%%WWWDIR%%/widgets/tophosts/Widget.php +%%WWWDIR%%/widgets/tophosts/actions/BinaryValueGet.php +%%WWWDIR%%/widgets/tophosts/actions/ColumnEdit.php +%%WWWDIR%%/widgets/tophosts/actions/ImageValueGet.php +%%WWWDIR%%/widgets/tophosts/actions/ValueCheck.php +%%WWWDIR%%/widgets/tophosts/actions/WidgetView.php +%%WWWDIR%%/widgets/tophosts/assets/js/class.widget.js +%%WWWDIR%%/widgets/tophosts/includes/CWidgetFieldColumnsList.php +%%WWWDIR%%/widgets/tophosts/includes/CWidgetFieldColumnsListView.php +%%WWWDIR%%/widgets/tophosts/includes/WidgetForm.php +%%WWWDIR%%/widgets/tophosts/manifest.json +%%WWWDIR%%/widgets/tophosts/views/column.edit.js.php +%%WWWDIR%%/widgets/tophosts/views/column.edit.php +%%WWWDIR%%/widgets/tophosts/views/widget.edit.js.php +%%WWWDIR%%/widgets/tophosts/views/widget.edit.php +%%WWWDIR%%/widgets/tophosts/views/widget.view.php +%%WWWDIR%%/widgets/topitems/Widget.php +%%WWWDIR%%/widgets/topitems/actions/ColumnEdit.php +%%WWWDIR%%/widgets/topitems/actions/WidgetView.php +%%WWWDIR%%/widgets/topitems/includes/CWidgetFieldColumnsList.php +%%WWWDIR%%/widgets/topitems/includes/CWidgetFieldColumnsListView.php +%%WWWDIR%%/widgets/topitems/includes/WidgetForm.php +%%WWWDIR%%/widgets/topitems/manifest.json +%%WWWDIR%%/widgets/topitems/views/column.edit.js.php +%%WWWDIR%%/widgets/topitems/views/column.edit.php +%%WWWDIR%%/widgets/topitems/views/widget.edit.js.php +%%WWWDIR%%/widgets/topitems/views/widget.edit.php +%%WWWDIR%%/widgets/topitems/views/widget.view.php +%%WWWDIR%%/widgets/toptriggers/Widget.php +%%WWWDIR%%/widgets/toptriggers/actions/WidgetView.php +%%WWWDIR%%/widgets/toptriggers/assets/js/class.widget.js +%%WWWDIR%%/widgets/toptriggers/includes/WidgetForm.php +%%WWWDIR%%/widgets/toptriggers/manifest.json +%%WWWDIR%%/widgets/toptriggers/views/widget.edit.php +%%WWWDIR%%/widgets/toptriggers/views/widget.view.php +%%WWWDIR%%/widgets/trigover/Widget.php +%%WWWDIR%%/widgets/trigover/actions/WidgetView.php +%%WWWDIR%%/widgets/trigover/assets/js/class.widget.js +%%WWWDIR%%/widgets/trigover/includes/ViewHelper.php +%%WWWDIR%%/widgets/trigover/includes/WidgetForm.php +%%WWWDIR%%/widgets/trigover/manifest.json +%%WWWDIR%%/widgets/trigover/partials/table.left.php +%%WWWDIR%%/widgets/trigover/partials/table.top.php +%%WWWDIR%%/widgets/trigover/views/widget.edit.php +%%WWWDIR%%/widgets/trigover/views/widget.view.php +%%WWWDIR%%/widgets/url/Widget.php +%%WWWDIR%%/widgets/url/actions/WidgetView.php +%%WWWDIR%%/widgets/url/assets/js/class.widget.js +%%WWWDIR%%/widgets/url/includes/WidgetForm.php +%%WWWDIR%%/widgets/url/manifest.json +%%WWWDIR%%/widgets/url/views/widget.edit.php +%%WWWDIR%%/widgets/url/views/widget.view.php +%%WWWDIR%%/widgets/web/Widget.php +%%WWWDIR%%/widgets/web/actions/WidgetView.php +%%WWWDIR%%/widgets/web/assets/js/class.widget.js +%%WWWDIR%%/widgets/web/includes/WidgetForm.php +%%WWWDIR%%/widgets/web/manifest.json +%%WWWDIR%%/widgets/web/views/widget.edit.php +%%WWWDIR%%/widgets/web/views/widget.view.php +%%WWWDIR%%/zabbix.php +@dir %%WWWDIR%%/conf/certs +@dir %%WWWDIR%%/local/app/controllers +@dir %%WWWDIR%%/local/app/partials +@dir %%WWWDIR%%/local/app/views +@dir %%WWWDIR%%/local/conf +@dir %%WWWDIR%%/modules diff --git a/net-mgmt/zabbix74-server/pkg-plist.java b/net-mgmt/zabbix74-server/pkg-plist.java new file mode 100644 index 000000000000..0cb736eba4b7 --- /dev/null +++ b/net-mgmt/zabbix74-server/pkg-plist.java @@ -0,0 +1,11 @@ +sbin/zabbix_java/shutdown.sh +sbin/zabbix_java/lib/android-json-4.3_r3.1.jar +sbin/zabbix_java/lib/logback.xml +sbin/zabbix_java/lib/logback-classic-1.5.16.jar +sbin/zabbix_java/lib/logback-console.xml +sbin/zabbix_java/lib/logback-core-1.5.16.jar +sbin/zabbix_java/lib/slf4j-api-2.0.16.jar +@sample sbin/zabbix_java/settings.sh.sample +sbin/zabbix_java/startup.sh +sbin/zabbix_java/bin/zabbix-java-gateway-%%DISTVERSION%%.jar +@dir(zabbix,zabbix,755) /var/run/zabbix diff --git a/net/Makefile b/net/Makefile index 88d8c3aeb2c9..7fa84ef26107 100644 --- a/net/Makefile +++ b/net/Makefile @@ -865,6 +865,9 @@ SUBDIR += php84-ldap SUBDIR += php84-soap SUBDIR += php84-sockets + SUBDIR += php85-ldap + SUBDIR += php85-soap + SUBDIR += php85-sockets SUBDIR += phpldapadmin SUBDIR += pimd SUBDIR += pimdd diff --git a/net/aws-ec2-imdsv2-get/Makefile b/net/aws-ec2-imdsv2-get/Makefile index 7cb431746548..22dd7aedacdd 100644 --- a/net/aws-ec2-imdsv2-get/Makefile +++ b/net/aws-ec2-imdsv2-get/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-ec2-imdsv2-get DISTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= cperciva@FreeBSD.org diff --git a/net/deltachat-rpc-server/Makefile b/net/deltachat-rpc-server/Makefile index f437532bfc9d..7079bdc8daa4 100644 --- a/net/deltachat-rpc-server/Makefile +++ b/net/deltachat-rpc-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= deltachat-rpc-server DISTVERSIONPREFIX= v DISTVERSION= 1.159.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= feld@FreeBSD.org diff --git a/net/dumbpipe/Makefile b/net/dumbpipe/Makefile index 0d1104837be1..c9c39fe59ee0 100644 --- a/net/dumbpipe/Makefile +++ b/net/dumbpipe/Makefile @@ -1,7 +1,7 @@ PORTNAME= dumbpipe DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= feld@FreeBSD.org diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 3c218da81f4b..d620d4cacb52 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,6 +1,6 @@ PORTNAME= findomain DISTVERSION= 9.0.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org diff --git a/net/gdrive/Makefile b/net/gdrive/Makefile index 553bbebac15f..63ffe2da2534 100644 --- a/net/gdrive/Makefile +++ b/net/gdrive/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdrive DISTVERSION= 3.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/net/gemserv/Makefile b/net/gemserv/Makefile index 747a8efc1e31..5102dbdb6c86 100644 --- a/net/gemserv/Makefile +++ b/net/gemserv/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemserv DISTVERSIONPREFIX= v DISTVERSION= 0.6.6 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~int80h/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}${EXTRACT_SUFX} diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 6928d5b2794d..5bc90613502a 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 527.0.0 +DISTVERSION= 529.0.0 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 281108648db3..996cdae18a14 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751269126 -SHA256 (google-cloud-sdk-527.0.0-linux-x86_64.tar.gz) = bf919b4d0e5d15e2f980521401a5e935e90488f8d3a7a129c8cf678c4a553405 -SIZE (google-cloud-sdk-527.0.0-linux-x86_64.tar.gz) = 149019519 +TIMESTAMP = 1751534406 +SHA256 (google-cloud-sdk-529.0.0-linux-x86_64.tar.gz) = b9038c39e5833e659c25b6634198f20e2780535ef69ec1ffff14a6fcf380b16b +SIZE (google-cloud-sdk-529.0.0-linux-x86_64.tar.gz) = 149671543 diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 9af911b39f06..9583e25baa78 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,5 +1,5 @@ PORTNAME= gssdp -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= net MASTER_SITES= GNOME @@ -19,8 +19,11 @@ USES= gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= --default-library=both -Dexamples=false -Dgtk_doc=false -Dintrospection=true -Dmanpages=false +USE_CSTD= c11 USE_LDCONFIG= yes +PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} + CONFLICTS_INSTALL= gssdp14 OPTIONS_DEFINE= SNIFFER VAPI diff --git a/net/gssdp/distinfo b/net/gssdp/distinfo index fdbd7460fba8..f1afd2b823bf 100644 --- a/net/gssdp/distinfo +++ b/net/gssdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774466 -SHA256 (gssdp-1.6.3.tar.xz) = 2fedb5afdb22cf14d5498a39a773ca89788a250fcf70118783df821e1f3f3446 -SIZE (gssdp-1.6.3.tar.xz) = 108080 +TIMESTAMP = 1751375031 +SHA256 (gssdp-1.6.4.tar.xz) = ff97fdfb7f561d3e6813b4f6a2145259e7c2eff43cc0e63f3fd031d0b6266032 +SIZE (gssdp-1.6.4.tar.xz) = 1148284 diff --git a/net/gssdp/pkg-plist b/net/gssdp/pkg-plist index 46fac4a349a6..76c9797e1710 100644 --- a/net/gssdp/pkg-plist +++ b/net/gssdp/pkg-plist @@ -9,7 +9,7 @@ lib/girepository-1.0/GSSDP-1.6.typelib lib/libgssdp-1.6.a lib/libgssdp-1.6.so lib/libgssdp-1.6.so.0 -lib/libgssdp-1.6.so.0.106.3 +lib/libgssdp-1.6.so.0.106.%%PATCH_VERSION%% libdata/pkgconfig/gssdp-1.6.pc share/gir-1.0/GSSDP-1.6.gir %%VAPI%%share/vala/vapi/gssdp-1.6.deps diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 0be4bd54ea7d..9ff8d41fb984 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -20,6 +20,8 @@ MESON_ARGS= --default-library=both -Dgtk_doc=false -Dintrospection=true USE_CSTD= c11 USE_LDCONFIG= yes +PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} + OPTIONS_DEFINE= VAPI OPTIONS_SUB= yes diff --git a/net/gupnp-av/pkg-plist b/net/gupnp-av/pkg-plist index 818669b2730e..49f126663ebc 100644 --- a/net/gupnp-av/pkg-plist +++ b/net/gupnp-av/pkg-plist @@ -22,7 +22,7 @@ lib/girepository-1.0/GUPnPAV-1.0.typelib lib/libgupnp-av-1.0.a lib/libgupnp-av-1.0.so lib/libgupnp-av-1.0.so.3 -lib/libgupnp-av-1.0.so.3.14.4 +lib/libgupnp-av-1.0.so.3.14.%%PATCH_VERSION%% libdata/pkgconfig/gupnp-av-1.0.pc share/gir-1.0/GUPnPAV-1.0.gir %%DATADIR%%/av.xsd diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index ddf2c1452b9e..d551faa62b3e 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,6 +1,5 @@ PORTNAME= gupnp -PORTVERSION= 1.6.8 -PORTREVISION= 2 +PORTVERSION= 1.6.9 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index 4053b1b055ff..2623b97114d0 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088842 -SHA256 (gupnp-1.6.8.tar.xz) = 70a003cebd68577293fb3e6af49ff902203bf8768b2fc5d651ddc1f0fa1e11e9 -SIZE (gupnp-1.6.8.tar.xz) = 1288496 +TIMESTAMP = 1751375033 +SHA256 (gupnp-1.6.9.tar.xz) = 2edb6ee3613558e62f538735368aee27151b7e09d4e2e2c51606833da801869b +SIZE (gupnp-1.6.9.tar.xz) = 1289220 diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 476aed20f16b..a35094a5278b 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PORTNAME= haproxy -DISTVERSION= 3.2.1 +DISTVERSION= 3.2.2 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/3.2/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 0afa6ece06a1..e24a2a474883 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749822105 -SHA256 (haproxy-3.2.1.tar.gz) = bb3f967a797c8851d08683ec43dfafe4ad7bf5ad86fa6b0721cad033ea9e5ae5 -SIZE (haproxy-3.2.1.tar.gz) = 5091394 +TIMESTAMP = 1751573051 +SHA256 (haproxy-3.2.2.tar.gz) = be64ed565c320e670bb909c5834f90303c3ec0c97af5befa45994961aaa6c6ec +SIZE (haproxy-3.2.2.tar.gz) = 5090977 diff --git a/net/krill/Makefile b/net/krill/Makefile index f09d18f39680..11ec2f10f8e3 100644 --- a/net/krill/Makefile +++ b/net/krill/Makefile @@ -1,7 +1,7 @@ PORTNAME= krill DISTVERSIONPREFIX= v DISTVERSION= 0.14.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/ktcplist/Makefile b/net/ktcplist/Makefile index 687eaa6712ad..afda5f07d058 100644 --- a/net/ktcplist/Makefile +++ b/net/ktcplist/Makefile @@ -1,5 +1,6 @@ PORTNAME= ktcplist PORTVERSION= 1.0.0 +PORTREVISION= 2 CATEGORIES= net sysutils MAINTAINER= arrowd@FreeBSD.org @@ -12,8 +13,12 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= kostikbel -GH_TAGNAME= dd671deafd14cb6b9319b4bedb5837915d140088 +GH_TAGNAME= 18077c4df543d23ced0c08a6a8329e43c184ac75 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + share/man/man1/ktcplist.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/ktcplist.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/net/ktcplist/distinfo b/net/ktcplist/distinfo index 403f4a68c7d6..9943163ef0f0 100644 --- a/net/ktcplist/distinfo +++ b/net/ktcplist/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751288798 +TIMESTAMP = 1751353890 SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 SIZE (rust/crates/anstream-0.6.19.crate) = 28767 SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd @@ -71,5 +71,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-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = b4516ecd95532e6cce6a114fb72abfc97f26465d6f70d794f091211a632daa53 SIZE (rust-lang-libc-ec44bd2fb146dd55e4ed2c169887f7d1a3f02e3c_GH0.tar.gz) = 1003682 -SHA256 (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 64f97d224b12199c14d1d48d8efc2286749b668c62213e12a45e069b15c12b6f -SIZE (kostikbel-ktcplist-1.0.0-dd671deafd14cb6b9319b4bedb5837915d140088_GH0.tar.gz) = 4683 +SHA256 (kostikbel-ktcplist-1.0.0-18077c4df543d23ced0c08a6a8329e43c184ac75_GH0.tar.gz) = a9c37f7049a4fb6b81046f45ae5938089be6f58b28fb5188b9f1b955cd329937 +SIZE (kostikbel-ktcplist-1.0.0-18077c4df543d23ced0c08a6a8329e43c184ac75_GH0.tar.gz) = 4703 diff --git a/net/libdaq/Makefile b/net/libdaq/Makefile index 03b613ba3778..e0d9103c6ff4 100644 --- a/net/libdaq/Makefile +++ b/net/libdaq/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdaq DISTVERSIONPREFIX= v -DISTVERSION= 3.0.19 +DISTVERSION= 3.0.20 CATEGORIES= net PATCH_SITES= https://github.com/glebius/${PORTNAME}/commit/ diff --git a/net/libdaq/distinfo b/net/libdaq/distinfo index f2b7c637812b..011e6b18afa3 100644 --- a/net/libdaq/distinfo +++ b/net/libdaq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1741854241 -SHA256 (snort3-libdaq-v3.0.19_GH0.tar.gz) = 28d026de46f8206b1a74dd6bf7de10ca19d7a7c95a463744b9f79e51958e5889 -SIZE (snort3-libdaq-v3.0.19_GH0.tar.gz) = 168648 +TIMESTAMP = 1751443855 +SHA256 (snort3-libdaq-v3.0.20_GH0.tar.gz) = 42730cb427695d4049deaa667623036b3915eaa651bcb91493ca450f06bb36b3 +SIZE (snort3-libdaq-v3.0.20_GH0.tar.gz) = 168753 SHA256 (c0f3283ad42a1d8e70ee699271b91168b14ec357.patch) = df4e9e3bb00cebb7d215dc681896552e7458ae266852b7ba65ef9eca0436d9ea SIZE (c0f3283ad42a1d8e70ee699271b91168b14ec357.patch) = 1951 diff --git a/net/lldap/Makefile b/net/lldap/Makefile index 18b82358815d..1727907765bf 100644 --- a/net/lldap/Makefile +++ b/net/lldap/Makefile @@ -1,7 +1,7 @@ PORTNAME= lldap DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= aokblast@FreeBSD.org diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index 129ac02beb39..79bcabd58284 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -1,6 +1,6 @@ PORTNAME= narrowlink DISTVERSION= 0.2.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index b427d9405543..0cddb81b81f4 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= nats-server DISTVERSIONPREFIX= v -DISTVERSION= 2.11.5 +DISTVERSION= 2.11.6 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-server/distinfo b/net/nats-server/distinfo index 6d46ae120dcd..f0c4f8d78891 100644 --- a/net/nats-server/distinfo +++ b/net/nats-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751097646 -SHA256 (go/net_nats-server/nats-server-v2.11.5/v2.11.5.mod) = ee1f7dec017d5edc6b1613d0163f236bf06a257afcf0c1ce99769f23d7683a43 -SIZE (go/net_nats-server/nats-server-v2.11.5/v2.11.5.mod) = 510 -SHA256 (go/net_nats-server/nats-server-v2.11.5/v2.11.5.zip) = d0efbf7f710d8f8588f64b8608b589dcde359bd955e46dccd03475a398c7f8f3 -SIZE (go/net_nats-server/nats-server-v2.11.5/v2.11.5.zip) = 2853658 +TIMESTAMP = 1751437011 +SHA256 (go/net_nats-server/nats-server-v2.11.6/v2.11.6.mod) = ee1f7dec017d5edc6b1613d0163f236bf06a257afcf0c1ce99769f23d7683a43 +SIZE (go/net_nats-server/nats-server-v2.11.6/v2.11.6.mod) = 510 +SHA256 (go/net_nats-server/nats-server-v2.11.6/v2.11.6.zip) = 9cbb95a5646ec4f6429db8ba7e01aa621c483f61c213ef2fcaf614ff51542599 +SIZE (go/net_nats-server/nats-server-v2.11.6/v2.11.6.zip) = 2855279 diff --git a/net/ntpd-rs/Makefile b/net/ntpd-rs/Makefile index 4d63c479e8de..1f8bea2dea3b 100644 --- a/net/ntpd-rs/Makefile +++ b/net/ntpd-rs/Makefile @@ -1,6 +1,7 @@ PORTNAME= ntpd-rs DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= mikael@FreeBSD.org diff --git a/net/oha/Makefile b/net/oha/Makefile index c11e98ac122b..ff0408387124 100644 --- a/net/oha/Makefile +++ b/net/oha/Makefile @@ -1,6 +1,7 @@ PORTNAME= oha DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= otis@FreeBSD.org diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile index d714f06a3b6e..59abcec24163 100644 --- a/net/pecl-amqp/Makefile +++ b/net/pecl-amqp/Makefile @@ -12,5 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c USES= php:pecl localbase +IGNORE_WITH_PHP= 85 .include diff --git a/net/php81-soap/Makefile b/net/php81-soap/Makefile index edfa1b90068d..fc40ac2c512d 100644 --- a/net/php81-soap/Makefile +++ b/net/php81-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/net/php82-soap/Makefile b/net/php82-soap/Makefile index 746722745a70..ae7e9925c979 100644 --- a/net/php82-soap/Makefile +++ b/net/php82-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/net/php83-soap/Makefile b/net/php83-soap/Makefile index f0decd401d40..da25aa254607 100644 --- a/net/php83-soap/Makefile +++ b/net/php83-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/net/php84-soap/Makefile b/net/php84-soap/Makefile index 35b2ad96dbad..dbe62dcc4455 100644 --- a/net/php84-soap/Makefile +++ b/net/php84-soap/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/net/php85-ldap/Makefile b/net/php85-ldap/Makefile new file mode 100644 index 000000000000..04c2b828b3ac --- /dev/null +++ b/net/php85-ldap/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ldap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php85-soap/Makefile b/net/php85-soap/Makefile new file mode 100644 index 000000000000..8ec7899a8d51 --- /dev/null +++ b/net/php85-soap/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -soap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php85-sockets/Makefile b/net/php85-sockets/Makefile new file mode 100644 index 000000000000..5a88299c5324 --- /dev/null +++ b/net/php85-sockets/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sockets + +.include "${MASTERDIR}/Makefile" diff --git a/net/proby/Makefile b/net/proby/Makefile index 869221a55c4c..423e117704cd 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -1,7 +1,7 @@ PORTNAME= proby DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/py-haproxy-cli/Makefile b/net/py-haproxy-cli/Makefile index b9dd76bffe2d..e3ec37a653fc 100644 --- a/net/py-haproxy-cli/Makefile +++ b/net/py-haproxy-cli/Makefile @@ -1,9 +1,9 @@ PORTNAME= haproxy-cli -PORTVERSION= 0.6.1 -PORTREVISION= 1 +DISTVERSION= 0.7.2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= freebsd@moov.de COMMENT= Tool to interact with HAProxy @@ -12,7 +12,7 @@ WWW= https://github.com/markt-de/haproxy-cli LICENSE= GPLv3 USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/net/py-haproxy-cli/distinfo b/net/py-haproxy-cli/distinfo index 2333805bad96..7136c2d81e52 100644 --- a/net/py-haproxy-cli/distinfo +++ b/net/py-haproxy-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701813827 -SHA256 (haproxy-cli-0.6.1.tar.gz) = 869f8e5c21db8db9a43cc50020d50e4697d2a9141669bc161289e0163d412319 -SIZE (haproxy-cli-0.6.1.tar.gz) = 22513 +TIMESTAMP = 1751461903 +SHA256 (haproxy_cli-0.7.2.tar.gz) = c5610bbc46e457a091e26122b1dd62bacad22dc3f70ce6043e5a4fe4abebdd04 +SIZE (haproxy_cli-0.7.2.tar.gz) = 31242 diff --git a/net/quiche/Makefile b/net/quiche/Makefile index e0118180333f..b6ccb99c8c8e 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,6 +1,6 @@ PORTNAME= quiche DISTVERSION= 0.24.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= junho.choi@gmail.com diff --git a/net/rabbitmqadmin/Makefile b/net/rabbitmqadmin/Makefile index d711f65a54f0..d199a2c9ea1f 100644 --- a/net/rabbitmqadmin/Makefile +++ b/net/rabbitmqadmin/Makefile @@ -1,7 +1,7 @@ PORTNAME= rabbitmqadmin DISTVERSIONPREFIX= v DISTVERSION= 0.29.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/rathole/Makefile b/net/rathole/Makefile index d72a9de66278..74ec48652184 100644 --- a/net/rathole/Makefile +++ b/net/rathole/Makefile @@ -1,7 +1,7 @@ PORTNAME= rathole DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile index af5c46dc5d04..ad348d5c55bb 100644 --- a/net/rosenpass/Makefile +++ b/net/rosenpass/Makefile @@ -1,7 +1,7 @@ PORTNAME= rosenpass DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net net-vpn security MAINTAINER= fuz@FreeBSD.org diff --git a/net/routinator/Makefile b/net/routinator/Makefile index c182be6aada8..f15afe506e23 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,7 +1,7 @@ PORTNAME= routinator DISTVERSIONPREFIX= v DISTVERSION= 0.14.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/rsyn/Makefile b/net/rsyn/Makefile index 5d534fa14132..a249cb459543 100644 --- a/net/rsyn/Makefile +++ b/net/rsyn/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsyn DISTVERSIONPREFIX= v DISTVERSION= 0.0.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile index 69f5c1b23fa6..48c66c29316a 100644 --- a/net/rustdesk-server/Makefile +++ b/net/rustdesk-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustdesk-server DISTVERSION= 1.1.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/s3m/Makefile b/net/s3m/Makefile index 5a9b2255f52c..4fbc0d77f776 100644 --- a/net/s3m/Makefile +++ b/net/s3m/Makefile @@ -1,5 +1,6 @@ PORTNAME= s3m DISTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= nbari@tequila.io diff --git a/net/samba420/Makefile b/net/samba420/Makefile index 30de9af4ff80..0dbb2d70b765 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}420 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -99,7 +99,7 @@ CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \ PYTHONHASHSEED=1 MAKE_ENV= PYTHONHASHSEED=1 -USES= compiler:c++11-lang iconv localbase:ldflags \ +USES= bison compiler:c++11-lang iconv localbase:ldflags \ perl5 pkgconfig shebangfix waf gettext-runtime USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} @@ -368,7 +368,6 @@ GPGME_CONFIGURE_WITH= gpgme GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpg>=2.0.0:security/py-gpg@${PY_FLAVOR} -GSSAPI_BUILTIN_USES= bison GSSAPI_BUILTIN_BUILD_DEPENDS= p5-JSON>=4.0:converters/p5-JSON GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 ${GSSAPIBASEDIR} \ diff --git a/net/sendme/Makefile b/net/sendme/Makefile index 6d5cd2345fff..2345c8b657f5 100644 --- a/net/sendme/Makefile +++ b/net/sendme/Makefile @@ -1,7 +1,7 @@ PORTNAME= sendme DISTVERSIONPREFIX= v DISTVERSION= 0.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= feld@FreeBSD.org diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index 0b2ffd3ab124..7a74ab5a3a00 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v DISTVERSION= 1.23.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/sniffnet/Makefile b/net/sniffnet/Makefile index 810df7ae047b..6ff48566329a 100644 --- a/net/sniffnet/Makefile +++ b/net/sniffnet/Makefile @@ -1,6 +1,7 @@ PORTNAME= sniffnet DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 72f35c526703..94c01a00ca8f 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 1.29.7 +DISTVERSION= 1.30.0 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 2e2a43e1545b..b4dcc70d7506 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748891751 -SHA256 (syncthing-source-v1.29.7.tar.gz) = 7b29b2bb1fb85adf6f3baf120ff725a19b06ed13b95011fe67dd952349e0e212 -SIZE (syncthing-source-v1.29.7.tar.gz) = 16139632 +TIMESTAMP = 1751369794 +SHA256 (syncthing-source-v1.30.0.tar.gz) = ef1be71c66753c04212ab1c9c548e678d468bad98dc5461e83540a4ef5c2fcba +SIZE (syncthing-source-v1.30.0.tar.gz) = 16142834 diff --git a/net/trippy/Makefile b/net/trippy/Makefile index 4a6504eeb202..ed4c5c0b1863 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -1,6 +1,6 @@ PORTNAME= trippy DISTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/ts-warp/Makefile b/net/ts-warp/Makefile index be1093b9a202..6d4f2aabdb29 100644 --- a/net/ts-warp/Makefile +++ b/net/ts-warp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ts-warp -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.8 CATEGORIES= net MAINTAINER= zmey20000@yahoo.com diff --git a/net/ts-warp/distinfo b/net/ts-warp/distinfo index abfecd72a480..617f7dc0c6ef 100644 --- a/net/ts-warp/distinfo +++ b/net/ts-warp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710444843 -SHA256 (mezantrop-ts-warp-1.5.0_GH0.tar.gz) = 4df765d5bf6321fcf7a334283b62d00625586e327a3e8c593137487bde0e8286 -SIZE (mezantrop-ts-warp-1.5.0_GH0.tar.gz) = 268024 +TIMESTAMP = 1751318600 +SHA256 (mezantrop-ts-warp-1.5.8_GH0.tar.gz) = 8620324d01347fde8469daf907f8d5e33eaaa9b5bc1ea591d44f3142446c4f83 +SIZE (mezantrop-ts-warp-1.5.8_GH0.tar.gz) = 275639 diff --git a/net/udp-over-tcp/Makefile b/net/udp-over-tcp/Makefile index 165e63f4f4a4..7efa3225d5d1 100644 --- a/net/udp-over-tcp/Makefile +++ b/net/udp-over-tcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= udp-over-tcp DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/udt/files/BSDmakefile b/net/udt/files/BSDmakefile index f41527d37ffa..49c087ab83db 100644 --- a/net/udt/files/BSDmakefile +++ b/net/udt/files/BSDmakefile @@ -15,10 +15,7 @@ CXXFLAGS+= -D${MACHINE_ARCH:tu:S/I386/IA32/:S/SPARC64/SPARC/} -DBSD CXXFLAGS+= -Wno-system-headers -Wall -W \ -Wpointer-arith -Wreturn-type \ -Wwrite-strings -Wswitch -Wno-cast-align \ - -Wunused-parameter -Werror - -.if ${OSVERSION} >= 1304000 -CXXFLAGS+= -Wno-vla-cxx-extension -.endif + -Wunused-parameter -Werror \ + -Wno-vla-cxx-extension .include diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index ccd638b4e361..baf00b7ff1fc 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,7 +1,7 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/net/wgcf/Makefile b/net/wgcf/Makefile index d72b5305f82e..e8975b9f87b5 100644 --- a/net/wgcf/Makefile +++ b/net/wgcf/Makefile @@ -1,7 +1,6 @@ PORTNAME= wgcf -PORTVERSION= 2.2.26 +PORTVERSION= 2.2.27 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/wgcf/distinfo b/net/wgcf/distinfo index 56b2202c139e..ef09f213dce0 100644 --- a/net/wgcf/distinfo +++ b/net/wgcf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745177916 -SHA256 (go/net_wgcf/wgcf-v2.2.26/v2.2.26.mod) = f0b04dce43290a7e3fc1a926f6577ad865600a566d13c4dbc0bc9383b9c34d78 -SIZE (go/net_wgcf/wgcf-v2.2.26/v2.2.26.mod) = 1637 -SHA256 (go/net_wgcf/wgcf-v2.2.26/v2.2.26.zip) = add2f392546450cb3d7b2cee8b4aa68cacc456308274673b61f6917539b7ded8 -SIZE (go/net_wgcf/wgcf-v2.2.26/v2.2.26.zip) = 141025 +TIMESTAMP = 1751375035 +SHA256 (go/net_wgcf/wgcf-v2.2.27/v2.2.27.mod) = 782efb9c7decceb89a96d6e63d1a4319c305bbfca708d7d8d69b6de3cd020ebe +SIZE (go/net_wgcf/wgcf-v2.2.27/v2.2.27.mod) = 1737 +SHA256 (go/net_wgcf/wgcf-v2.2.27/v2.2.27.zip) = 0b2a6d1589f1d26fd18b49902459ac196782fa5a1fb978e065f6cb7ddf2ff2b5 +SIZE (go/net_wgcf/wgcf-v2.2.27/v2.2.27.zip) = 141175 diff --git a/net/wstunnel/Makefile b/net/wstunnel/Makefile index 3d2effeaa2ab..7f422ae463b7 100644 --- a/net/wstunnel/Makefile +++ b/net/wstunnel/Makefile @@ -1,7 +1,7 @@ PORTNAME= wstunnel DISTVERSIONPREFIX= v DISTVERSION= 10.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/security/Makefile b/security/Makefile index 34689d3b5930..26654d914d81 100644 --- a/security/Makefile +++ b/security/Makefile @@ -372,6 +372,7 @@ SUBDIR += openssl-unsafe SUBDIR += openssl32 SUBDIR += openssl33 + SUBDIR += openssl33-quictls SUBDIR += openssl34 SUBDIR += openssl35 SUBDIR += openvas @@ -735,6 +736,8 @@ SUBDIR += php83-sodium SUBDIR += php84-filter SUBDIR += php84-sodium + SUBDIR += php85-filter + SUBDIR += php85-sodium SUBDIR += picosha2 SUBDIR += pinentry SUBDIR += pinentry-curses diff --git a/security/acmed/Makefile b/security/acmed/Makefile index 98121fbcbdde..8e0aa0273009 100644 --- a/security/acmed/Makefile +++ b/security/acmed/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmed DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/afl++/Makefile b/security/afl++/Makefile index 41e79b781385..6e45c1ed62e0 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -1,6 +1,6 @@ PORTNAME= afl DISTVERSIONPREFIX= v -DISTVERSION= 4.32c +DISTVERSION= 4.33c CATEGORIES= security PKGNAMESUFFIX= ++-${FLAVOR} diff --git a/security/afl++/distinfo b/security/afl++/distinfo index 21befac35cea..871fd6e76ebe 100644 --- a/security/afl++/distinfo +++ b/security/afl++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746197618 -SHA256 (AFLplusplus-AFLplusplus-v4.32c_GH0.tar.gz) = dc7f59a11ce8cf67a3ed09a5ac78028c6f793b239b21fd83e5b2370cea166926 -SIZE (AFLplusplus-AFLplusplus-v4.32c_GH0.tar.gz) = 3045679 +TIMESTAMP = 1751370940 +SHA256 (AFLplusplus-AFLplusplus-v4.33c_GH0.tar.gz) = 98903c8036282c8908b1d8cc0d60caf3ea259db4339503a76449b47acce58d1d +SIZE (AFLplusplus-AFLplusplus-v4.33c_GH0.tar.gz) = 3058802 diff --git a/security/agave/Makefile b/security/agave/Makefile index da806fbe0654..aed19e0f2e41 100644 --- a/security/agave/Makefile +++ b/security/agave/Makefile @@ -1,7 +1,7 @@ PORTNAME= agave DISTVERSIONPREFIX= v DISTVERSION= 2.2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMESUFFIX= -blockchain diff --git a/security/arti/Makefile b/security/arti/Makefile index 4d16a358b2e4..d12436f5eaec 100644 --- a/security/arti/Makefile +++ b/security/arti/Makefile @@ -1,5 +1,6 @@ PORTNAME= arti DISTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= cs@FreeBSD.org diff --git a/security/authoscope/Makefile b/security/authoscope/Makefile index c24c36e7bb0f..94c87c4a6fdf 100644 --- a/security/authoscope/Makefile +++ b/security/authoscope/Makefile @@ -1,7 +1,7 @@ PORTNAME= authoscope DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 38c0c3ce69c4..47de8e36df1b 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2025.06.25.01 +PORTVERSION= 0.0.0.0.2025.07.01.01 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz @@ -19,7 +19,7 @@ CPE_VENDOR= google USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 78b48c1 +GH_TAGNAME= f3dcc46 CMAKE_ARGS+= -DBUILD_SHARED_LIBS=1 CFLAGS_i386= -msse2 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 64e40c2a4f5f..2e858a1aa0eb 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750950234 +TIMESTAMP = 1751480474 SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65 SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809 SHA256 (filippo.io/edwards25519/@v/v1.1.0.mod) = 099556fc4d7e6f5cb135efdd8b6bb4c0932e38ea058c53fc5fa5ce285572fb61 @@ -11,5 +11,5 @@ SHA256 (golang.org/x/sys/@v/v0.32.0.zip) = 85d47075d21fd7ef35d9a47fc73f2356fb3cd SIZE (golang.org/x/sys/@v/v0.32.0.zip) = 1991164 SHA256 (golang.org/x/sys/@v/v0.32.0.mod) = f67e3e18f4c08e60a7e80726ab36b691fdcea5b81ae1c696ff64caf518bcfe3d SIZE (golang.org/x/sys/@v/v0.32.0.mod) = 35 -SHA256 (google-boringssl-0.0.0.0.2025.06.25.01-78b48c1_GH0.tar.gz) = 2cfaa5f01ecedb7d662d7b01cac6f2f5f873a52f694a44af69de9b8efcdb6e90 -SIZE (google-boringssl-0.0.0.0.2025.06.25.01-78b48c1_GH0.tar.gz) = 46168678 +SHA256 (google-boringssl-0.0.0.0.2025.07.01.01-f3dcc46_GH0.tar.gz) = b81478b62838ddaa32f4b304a39659ee4c858289263f73d52a3684364774f94e +SIZE (google-boringssl-0.0.0.0.2025.07.01.01-f3dcc46_GH0.tar.gz) = 46169690 diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 5a80b2ac1eb2..750963d30c54 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= ${PORTNAME}/v DISTVERSION= 0.21.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index ec4639dacf85..a9c48203ce81 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= md5 PORTVERSION= 2.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/security/clamav-lts/Makefile b/security/clamav-lts/Makefile index 60a6937de18f..4c5fada1da92 100644 --- a/security/clamav-lts/Makefile +++ b/security/clamav-lts/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamav DISTVERSION= 1.0.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/clamav/Makefile b/security/clamav/Makefile index dec2065af9ae..7c24c7c797b7 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ PORTNAME= clamav DISTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/cloak/Makefile b/security/cloak/Makefile index 31b49980b2ed..0dbc8fc8d3f6 100644 --- a/security/cloak/Makefile +++ b/security/cloak/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloak DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/cosign/Makefile b/security/cosign/Makefile index 50bc7042755e..25aa6f4e1082 100644 --- a/security/cosign/Makefile +++ b/security/cosign/Makefile @@ -1,6 +1,6 @@ PORTNAME= cosign DISTVERSIONPREFIX= v -DISTVERSION= 2.5.1 +DISTVERSION= 2.5.2 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -23,7 +23,7 @@ GO_BUILDFLAGS= -ldflags="-buildid= \ PLIST_FILES= bin/${PORTNAME} -GIT_HASH= a7345fb2ce17b52b5bc687970fa31ff85bc2f7ca +GIT_HASH= af5a988bb15a03919ccaac7a2ddcad7a9d006f38 .include diff --git a/security/cosign/distinfo b/security/cosign/distinfo index 6094ea46b910..621a1398dec8 100644 --- a/security/cosign/distinfo +++ b/security/cosign/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751272854 -SHA256 (go/security_cosign/cosign-v2.5.1/v2.5.1.mod) = 73cd50764e440cee0dc08dd15dbe489d880980170cef56164f3f351a3c861bac -SIZE (go/security_cosign/cosign-v2.5.1/v2.5.1.mod) = 15329 -SHA256 (go/security_cosign/cosign-v2.5.1/v2.5.1.zip) = d2a7631cb2b26181682af19fc7d067da852b9edee54e3124fddcf1b82c7663d4 -SIZE (go/security_cosign/cosign-v2.5.1/v2.5.1.zip) = 1274453 +TIMESTAMP = 1751444102 +SHA256 (go/security_cosign/cosign-v2.5.2/v2.5.2.mod) = 5bc5ad2f641929f53eeb4fcec33fba55b78a51cf707f53f74feae8a0e7ad0bae +SIZE (go/security_cosign/cosign-v2.5.2/v2.5.2.mod) = 15326 +SHA256 (go/security_cosign/cosign-v2.5.2/v2.5.2.zip) = 91f0aebf97ae40581273a4e44fad958ce7ff02dd232663f9fffd074596efa82e +SIZE (go/security_cosign/cosign-v2.5.2/v2.5.2.zip) = 1274354 diff --git a/security/diswall/Makefile b/security/diswall/Makefile index f066bdac4a53..0bb4161f86b7 100644 --- a/security/diswall/Makefile +++ b/security/diswall/Makefile @@ -1,7 +1,7 @@ PORTNAME= diswall DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/flawz/Makefile b/security/flawz/Makefile index f65250d952a4..189d9e0f0b76 100644 --- a/security/flawz/Makefile +++ b/security/flawz/Makefile @@ -1,7 +1,7 @@ PORTNAME= flawz DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index 4e82b6627493..97881f10986a 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/kanidm/Makefile b/security/kanidm/Makefile index aed265502929..776a57bba5e0 100644 --- a/security/kanidm/Makefile +++ b/security/kanidm/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanidm DISTVERSIONPREFIX= v -DISTVERSION= 1.6.1 +DISTVERSION= 1.6.3 CATEGORIES= security net MAINTAINER= bofh@FreeBSD.org diff --git a/security/kanidm/Makefile.crates b/security/kanidm/Makefile.crates index ec2cd21bf07f..f49487d21325 100644 --- a/security/kanidm/Makefile.crates +++ b/security/kanidm/Makefile.crates @@ -1,6 +1,6 @@ CARGO_CRATES= addr2line-0.24.2 \ adler2-2.0.0 \ - ahash-0.8.11 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ android-tzdata-0.1.1 \ @@ -33,7 +33,7 @@ CARGO_CRATES= addr2line-0.24.2 \ axum-extra-0.9.6 \ axum-htmx-0.5.0 \ axum-macros-0.4.2 \ - backtrace-0.3.74 \ + backtrace-0.3.75 \ base32-0.5.1 \ base64-0.13.1 \ base64-0.21.7 \ @@ -60,15 +60,16 @@ CARGO_CRATES= addr2line-0.24.2 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ bytes-1.10.1 \ - cc-1.2.21 \ + cc-1.2.22 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ chrono-0.4.41 \ + cidr-0.3.1 \ clang-sys-1.8.1 \ - clap-4.5.37 \ - clap_builder-4.5.37 \ - clap_complete-4.5.48 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_complete-4.5.50 \ clap_derive-4.5.32 \ clap_lex-0.7.4 \ clru-0.6.2 \ @@ -160,7 +161,7 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-util-0.3.31 \ generic-array-0.14.7 \ getrandom-0.2.16 \ - getrandom-0.3.2 \ + getrandom-0.3.3 \ gif-0.13.1 \ gimli-0.31.1 \ gix-0.71.0 \ @@ -186,7 +187,7 @@ CARGO_CRATES= addr2line-0.24.2 \ gix-odb-0.68.0 \ gix-pack-0.58.0 \ gix-packetline-0.18.4 \ - gix-path-0.10.17 \ + gix-path-0.10.18 \ gix-protocol-0.49.0 \ gix-quote-0.5.0 \ gix-ref-0.51.0 \ @@ -206,7 +207,7 @@ CARGO_CRATES= addr2line-0.24.2 \ gix-validate-0.10.0 \ glob-0.3.2 \ h2-0.3.26 \ - h2-0.4.9 \ + h2-0.4.10 \ half-1.8.3 \ haproxy-protocol-0.0.1 \ hash32-0.3.1 \ @@ -237,20 +238,17 @@ CARGO_CRATES= addr2line-0.24.2 \ 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.1 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.1 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.1 \ - 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.0 \ + icu_properties_data-2.0.0 \ + icu_provider-2.0.0 \ ident_case-1.0.1 \ idlset-0.2.5 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ + idna_adapter-1.2.1 \ image-0.25.6 \ image-webp-0.2.1 \ indexmap-1.9.3 \ @@ -262,24 +260,24 @@ CARGO_CRATES= addr2line-0.24.2 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.12 \ - jiff-static-0.2.12 \ + jiff-0.2.13 \ + jiff-static-0.2.13 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ js-sys-0.3.77 \ jsonschema-0.30.0 \ kanidm-hsm-crypto-0.2.0 \ - kqueue-1.0.8 \ + kqueue-1.1.1 \ kqueue-sys-1.0.4 \ - lambert_w-1.2.17 \ + lambert_w-1.2.19 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ lber-0.4.2 \ ldap3_client-0.5.2 \ ldap3_proto-0.5.2 \ libc-0.2.172 \ - libloading-0.8.6 \ - libm-0.2.14 \ + libloading-0.8.7 \ + libm-0.2.15 \ libmimalloc-sys-0.1.42 \ libredox-0.1.3 \ libsqlite3-sys-0.33.0 \ @@ -287,18 +285,19 @@ CARGO_CRATES= addr2line-0.24.2 \ libudev-sys-0.1.4 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ - litemap-0.7.5 \ + litemap-0.8.0 \ litrs-0.4.1 \ lock_api-0.4.12 \ lodepng-3.11.0 \ log-0.4.27 \ lru-0.13.0 \ lru-0.14.0 \ + lru-slab-0.1.2 \ malloced-1.3.1 \ matchers-0.1.0 \ matchit-0.7.3 \ mathru-0.15.5 \ - matrixmultiply-0.3.9 \ + matrixmultiply-0.3.10 \ maybe-async-0.2.10 \ md-5-0.10.6 \ md4-0.10.2 \ @@ -376,6 +375,7 @@ CARGO_CRATES= addr2line-0.24.2 \ pkg-config-0.3.32 \ 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 \ prctl-1.0.0 \ @@ -391,8 +391,8 @@ CARGO_CRATES= addr2line-0.24.2 \ publicsuffix-2.3.0 \ qrcode-0.14.1 \ quick-error-2.0.1 \ - quinn-0.11.7 \ - quinn-proto-0.11.11 \ + quinn-0.11.8 \ + quinn-proto-0.11.12 \ quinn-udp-0.5.12 \ quote-1.0.40 \ r-efi-5.2.0 \ @@ -420,7 +420,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rpassword-5.0.1 \ runloop-0.1.0 \ rusqlite-0.35.0 \ - rust-embed-8.7.0 \ + rust-embed-8.7.1 \ rust-embed-impl-8.7.0 \ rust-embed-utils-8.7.0 \ rustc-demangle-0.1.24 \ @@ -429,11 +429,11 @@ CARGO_CRATES= addr2line-0.24.2 \ rusticata-macros-4.1.0 \ rustix-0.38.44 \ rustix-1.0.7 \ - rustls-0.23.26 \ + rustls-0.23.27 \ rustls-native-certs-0.8.1 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.11.0 \ - rustls-webpki-0.103.1 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.3 \ rustversion-1.0.20 \ ryu-1.0.20 \ same-file-1.0.6 \ @@ -488,7 +488,7 @@ CARGO_CRATES= addr2line-0.24.2 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ target-lexicon-0.12.16 \ - tempfile-3.19.1 \ + tempfile-3.20.0 \ thiserror-1.0.69 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ @@ -499,12 +499,12 @@ CARGO_CRATES= addr2line-0.24.2 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ - tinystr-0.7.6 \ + tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ tls_codec-0.4.2 \ tls_codec_derive-0.4.2 \ - tokio-1.44.2 \ + tokio-1.45.0 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ tokio-openssl-0.6.5 \ @@ -518,7 +518,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tonic-0.12.3 \ tower-0.4.13 \ tower-0.5.2 \ - tower-http-0.6.2 \ + tower-http-0.6.4 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ @@ -541,7 +541,6 @@ CARGO_CRATES= addr2line-0.24.2 \ untrusted-0.9.0 \ url-2.5.4 \ urlencoding-2.1.3 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ utoipa-4.2.3 \ @@ -572,7 +571,8 @@ CARGO_CRATES= addr2line-0.24.2 \ webauthn-rs-core-0.5.1 \ webauthn-rs-proto-0.5.1 \ webdriver-0.50.0 \ - webpki-roots-0.26.10 \ + webpki-roots-0.26.11 \ + webpki-roots-1.0.0 \ weezl-0.1.8 \ which-4.4.2 \ whoami-1.6.0 \ @@ -626,29 +626,27 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ winnow-0.6.26 \ - winnow-0.7.9 \ + winnow-0.7.10 \ winreg-0.50.0 \ wit-bindgen-rt-0.39.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ + writeable-0.6.1 \ x509-cert-0.2.5 \ x509-parser-0.16.0 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ - zerocopy-0.7.35 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ zerocopy-0.8.25 \ - zerocopy-derive-0.7.35 \ zerocopy-derive-0.8.25 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ zeroize_derive-1.4.2 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 \ zip-0.6.6 \ zune-core-0.4.12 \ zune-jpeg-0.4.14 \ zxcvbn-3.1.0 \ - sshkeys@git+https://github.com/Firstyear/rust-sshkeys.git?rev=3a081cbf7480628223bcb96fc8aaa8c19109d007\#3a081cbf7480628223bcb96fc8aaa8c19109d007 \ + sshkeys@git+https://github.com/Firstyear/rust-sshkeys.git?rev=49cb53232115d3aea86cd059b151e376293805fc\#49cb53232115d3aea86cd059b151e376293805fc \ libnss@git+https://github.com/Firstyear/libnss-rs.git?branch=20250207-freebsd\#763da4beaadc1e475b89ed876de31a5e393f6d30 \ - compact_jwt@git+https://github.com/Firstyear/compact-jwt.git?rev=b3d2b5700cfe567d384c81df35d25537fbf7f110\#b3d2b5700cfe567d384c81df35d25537fbf7f110 + compact_jwt@git+https://github.com/Firstyear/compact-jwt.git?rev=043976842773dd035fe394261347edeb644e3091\#043976842773dd035fe394261347edeb644e3091 diff --git a/security/kanidm/distinfo b/security/kanidm/distinfo index 81d7c632cbe6..d4f4a09b5062 100644 --- a/security/kanidm/distinfo +++ b/security/kanidm/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1751273631 +TIMESTAMP = 1751495652 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/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/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -69,8 +69,8 @@ SHA256 (rust/crates/axum-htmx-0.5.0.crate) = 40f7051fdc094b6e5ea06cab9bca4b198c5 SIZE (rust/crates/axum-htmx-0.5.0.crate) = 15894 SHA256 (rust/crates/axum-macros-0.4.2.crate) = 57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce SIZE (rust/crates/axum-macros-0.4.2.crate) = 39245 -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/base32-0.5.1.crate) = 022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076 SIZE (rust/crates/base32-0.5.1.crate) = 9238 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 @@ -123,8 +123,8 @@ SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a SIZE (rust/crates/bytes-1.10.1.crate) = 76779 -SHA256 (rust/crates/cc-1.2.21.crate) = 8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0 -SIZE (rust/crates/cc-1.2.21.crate) = 106117 +SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1 +SIZE (rust/crates/cc-1.2.22.crate) = 106294 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 @@ -133,14 +133,16 @@ SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/cidr-0.3.1.crate) = bd1b64030216239a2e7c364b13cd96a2097ebf0dfe5025f2dedee14a23f2ab60 +SIZE (rust/crates/cidr-0.3.1.crate) = 39130 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.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.48.crate) = be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9 -SIZE (rust/crates/clap_complete-4.5.48.crate) = 48036 +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 @@ -323,8 +325,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.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 -SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 -SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2 SIZE (rust/crates/gif-0.13.1.crate) = 36408 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f @@ -375,8 +377,8 @@ SHA256 (rust/crates/gix-pack-0.58.0.crate) = 9b65fffb09393c26624ca408d32cfe8776f SIZE (rust/crates/gix-pack-0.58.0.crate) = 104138 SHA256 (rust/crates/gix-packetline-0.18.4.crate) = 123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04 SIZE (rust/crates/gix-packetline-0.18.4.crate) = 26579 -SHA256 (rust/crates/gix-path-0.10.17.crate) = c091d2e887e02c3462f52252c5ea61150270c0f2657b642e8d0d6df56c16e642 -SIZE (rust/crates/gix-path-0.10.17.crate) = 30151 +SHA256 (rust/crates/gix-path-0.10.18.crate) = 567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b +SIZE (rust/crates/gix-path-0.10.18.crate) = 30214 SHA256 (rust/crates/gix-protocol-0.49.0.crate) = 5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a SIZE (rust/crates/gix-protocol-0.49.0.crate) = 56678 SHA256 (rust/crates/gix-quote-0.5.0.crate) = 1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969 @@ -415,8 +417,8 @@ SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/h2-0.4.9.crate) = 75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633 -SIZE (rust/crates/h2-0.4.9.crate) = 175002 +SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 +SIZE (rust/crates/h2-0.4.10.crate) = 174800 SHA256 (rust/crates/half-1.8.3.crate) = 1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403 SIZE (rust/crates/half-1.8.3.crate) = 41624 SHA256 (rust/crates/haproxy-protocol-0.0.1.crate) = f61fc527a2f089b57ebc09301b6371bbbff4ce7b547306c17dfa55766655bec6 @@ -477,34 +479,28 @@ SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a 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.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.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.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 -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.0.crate) = 2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a +SIZE (rust/crates/icu_properties-2.0.0.crate) = 58065 +SHA256 (rust/crates/icu_properties_data-2.0.0.crate) = 8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04 +SIZE (rust/crates/icu_properties_data-2.0.0.crate) = 159069 +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/idlset-0.2.5.crate) = ef858150272c6cce9db3710a171edf5d3e8844d38680d7657e9b1698efe8d97b SIZE (rust/crates/idlset-0.2.5.crate) = 106725 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/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 @@ -527,10 +523,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.12.crate) = d07d8d955d798e7a4d6f9c58cd1f1916e790b42b092758a9ef6e16fef9f1b3fd -SIZE (rust/crates/jiff-0.2.12.crate) = 706826 -SHA256 (rust/crates/jiff-static-0.2.12.crate) = f244cfe006d98d26f859c7abd1318d85327e1882dc9cef80f62daeeb0adcf300 -SIZE (rust/crates/jiff-static-0.2.12.crate) = 76130 +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-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 @@ -541,12 +537,12 @@ SHA256 (rust/crates/jsonschema-0.30.0.crate) = f1b46a0365a611fbf1d2143104dcf910a SIZE (rust/crates/jsonschema-0.30.0.crate) = 124559 SHA256 (rust/crates/kanidm-hsm-crypto-0.2.0.crate) = 10b3ed8e86cda3da4f274c677a3057d567bd7b715a0feb06a656e55cc75faf5e SIZE (rust/crates/kanidm-hsm-crypto-0.2.0.crate) = 29700 -SHA256 (rust/crates/kqueue-1.0.8.crate) = 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c -SIZE (rust/crates/kqueue-1.0.8.crate) = 12642 +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/lambert_w-1.2.17.crate) = dc66ddcab7f8a3cc035052b0bb1f9f7f47ac92741b3fe78974bdd356fe023a40 -SIZE (rust/crates/lambert_w-1.2.17.crate) = 39362 +SHA256 (rust/crates/lambert_w-1.2.19.crate) = a3269cd75481b02173ffe6cb30f08e3eae78b20eb2ed6bfbdb3ce2a90446d83f +SIZE (rust/crates/lambert_w-1.2.19.crate) = 39876 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 @@ -559,10 +555,10 @@ SHA256 (rust/crates/ldap3_proto-0.5.2.crate) = e9a047c1b49d3b4da70f52ac54310dcd8 SIZE (rust/crates/ldap3_proto-0.5.2.crate) = 43605 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.14.crate) = a25169bd5913a4b437588a7e3d127cd6e90127b60e0ffbd834a38f1599e016b8 -SIZE (rust/crates/libm-0.2.14.crate) = 155948 +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/libmimalloc-sys-0.1.42.crate) = ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4 SIZE (rust/crates/libmimalloc-sys-0.1.42.crate) = 224614 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d @@ -577,8 +573,8 @@ SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8ea 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.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 -SIZE (rust/crates/litemap-0.7.5.crate) = 29962 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 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 @@ -591,6 +587,8 @@ SHA256 (rust/crates/lru-0.13.0.crate) = 227748d55f2f0ab4735d87fd623798cb6b664512 SIZE (rust/crates/lru-0.13.0.crate) = 16305 SHA256 (rust/crates/lru-0.14.0.crate) = 9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198 SIZE (rust/crates/lru-0.14.0.crate) = 16345 +SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 +SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 SHA256 (rust/crates/malloced-1.3.1.crate) = 6dfebb2f9e0b39509c62eead6ec7ae0c0ed45bb61d12bbcf4e976c566c5400ec SIZE (rust/crates/malloced-1.3.1.crate) = 12129 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 @@ -599,8 +597,8 @@ SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d1 SIZE (rust/crates/matchit-0.7.3.crate) = 30372 SHA256 (rust/crates/mathru-0.15.5.crate) = f3df2d16c016b28cd94248072b6cd8106d8abd7184ec90ea09660c4b7fa989f1 SIZE (rust/crates/mathru-0.15.5.crate) = 665528 -SHA256 (rust/crates/matrixmultiply-0.3.9.crate) = 9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a -SIZE (rust/crates/matrixmultiply-0.3.9.crate) = 57819 +SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 +SIZE (rust/crates/matrixmultiply-0.3.10.crate) = 58170 SHA256 (rust/crates/maybe-async-0.2.10.crate) = 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 SIZE (rust/crates/maybe-async-0.2.10.crate) = 22107 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf @@ -755,6 +753,8 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 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 @@ -785,10 +785,10 @@ SHA256 (rust/crates/qrcode-0.14.1.crate) = d68782463e408eb1e668cf6152704bd856c78 SIZE (rust/crates/qrcode-0.14.1.crate) = 66224 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quinn-0.11.7.crate) = c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012 -SIZE (rust/crates/quinn-0.11.7.crate) = 79387 -SHA256 (rust/crates/quinn-proto-0.11.11.crate) = bcbafbbdbb0f638fe3f35f3c56739f77a8a1d070cb25603226c83339b391472b -SIZE (rust/crates/quinn-proto-0.11.11.crate) = 229381 +SHA256 (rust/crates/quinn-0.11.8.crate) = 626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8 +SIZE (rust/crates/quinn-0.11.8.crate) = 79949 +SHA256 (rust/crates/quinn-proto-0.11.12.crate) = 49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e +SIZE (rust/crates/quinn-proto-0.11.12.crate) = 235821 SHA256 (rust/crates/quinn-udp-0.5.12.crate) = ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842 SIZE (rust/crates/quinn-udp-0.5.12.crate) = 31825 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d @@ -843,8 +843,8 @@ SHA256 (rust/crates/runloop-0.1.0.crate) = 5d79b4b604167921892e84afbbaad9d5ad74e SIZE (rust/crates/runloop-0.1.0.crate) = 8610 SHA256 (rust/crates/rusqlite-0.35.0.crate) = a22715a5d6deef63c637207afbe68d0c72c3f8d0022d7cf9714c442d6157606b SIZE (rust/crates/rusqlite-0.35.0.crate) = 166186 -SHA256 (rust/crates/rust-embed-8.7.0.crate) = e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d -SIZE (rust/crates/rust-embed-8.7.0.crate) = 907480 +SHA256 (rust/crates/rust-embed-8.7.1.crate) = 60e425e204264b144d4c929d126d0de524b40a961686414bab5040f7465c71be +SIZE (rust/crates/rust-embed-8.7.1.crate) = 906558 SHA256 (rust/crates/rust-embed-impl-8.7.0.crate) = 6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e SIZE (rust/crates/rust-embed-impl-8.7.0.crate) = 10171 SHA256 (rust/crates/rust-embed-utils-8.7.0.crate) = 08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21 @@ -861,16 +861,16 @@ SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65 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/rustls-0.23.26.crate) = df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0 -SIZE (rust/crates/rustls-0.23.26.crate) = 347849 +SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 +SIZE (rust/crates/rustls-0.23.27.crate) = 355915 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.103.1.crate) = fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03 -SIZE (rust/crates/rustls-webpki-0.103.1.crate) = 820273 +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.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f @@ -979,8 +979,8 @@ SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683 SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 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.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf -SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 +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 @@ -1001,8 +1001,8 @@ SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea 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/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 @@ -1011,8 +1011,8 @@ SHA256 (rust/crates/tls_codec-0.4.2.crate) = 0de2e01245e2bb89d6f05801c564fa27624 SIZE (rust/crates/tls_codec-0.4.2.crate) = 27213 SHA256 (rust/crates/tls_codec_derive-0.4.2.crate) = 2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd SIZE (rust/crates/tls_codec_derive-0.4.2.crate) = 25155 -SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 -SIZE (rust/crates/tokio-1.44.2.crate) = 841618 +SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 +SIZE (rust/crates/tokio-1.45.0.crate) = 800721 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 @@ -1039,8 +1039,8 @@ SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b7 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-http-0.6.2.crate) = 403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697 -SIZE (rust/crates/tower-http-0.6.2.crate) = 129672 +SHA256 (rust/crates/tower-http-0.6.4.crate) = 0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e +SIZE (rust/crates/tower-http-0.6.4.crate) = 132254 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 @@ -1085,8 +1085,6 @@ SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384e SIZE (rust/crates/url-2.5.4.crate) = 81097 SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 -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 @@ -1147,8 +1145,10 @@ SHA256 (rust/crates/webauthn-rs-proto-0.5.1.crate) = 14e1367f70e7dc7b83afc971ce8 SIZE (rust/crates/webauthn-rs-proto-0.5.1.crate) = 13873 SHA256 (rust/crates/webdriver-0.50.0.crate) = 144ab979b12d36d65065635e646549925de229954de2eb3b47459b432a42db71 SIZE (rust/crates/webdriver-0.50.0.crate) = 32046 -SHA256 (rust/crates/webpki-roots-0.26.10.crate) = 37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93 -SIZE (rust/crates/webpki-roots-0.26.10.crate) = 248904 +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/weezl-0.1.8.crate) = 53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082 SIZE (rust/crates/weezl-0.1.8.crate) = 42175 SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 @@ -1255,30 +1255,24 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/winnow-0.6.26.crate) = 1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28 SIZE (rust/crates/winnow-0.6.26.crate) = 167349 -SHA256 (rust/crates/winnow-0.7.9.crate) = d9fb597c990f03753e08d3c29efbfcf2019a003b4bf4ba19225c158e1549f0f3 -SIZE (rust/crates/winnow-0.7.9.crate) = 174763 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 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/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/x509-cert-0.2.5.crate) = 1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94 SIZE (rust/crates/x509-cert-0.2.5.crate) = 99819 SHA256 (rust/crates/x509-parser-0.16.0.crate) = fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69 SIZE (rust/crates/x509-parser-0.16.0.crate) = 92925 -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/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.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 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 @@ -1289,10 +1283,12 @@ SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464 SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 -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/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 SIZE (rust/crates/zip-0.6.6.crate) = 65789 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a @@ -1301,11 +1297,11 @@ SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057 SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388 SHA256 (rust/crates/zxcvbn-3.1.0.crate) = ad76e35b00ad53688d6b90c431cabe3cbf51f7a4a154739e04b63004ab1c736c SIZE (rust/crates/zxcvbn-3.1.0.crate) = 424952 -SHA256 (Firstyear-rust-sshkeys-3a081cbf7480628223bcb96fc8aaa8c19109d007_GH0.tar.gz) = 4dc13e394e5b3237daa197d1952422b4e9b092724bd356de362092fb2f1ce376 -SIZE (Firstyear-rust-sshkeys-3a081cbf7480628223bcb96fc8aaa8c19109d007_GH0.tar.gz) = 31393 +SHA256 (Firstyear-rust-sshkeys-49cb53232115d3aea86cd059b151e376293805fc_GH0.tar.gz) = 20e1c826752b0e144128f020cf953e96532232983831af3afb74f0c81f32fffd +SIZE (Firstyear-rust-sshkeys-49cb53232115d3aea86cd059b151e376293805fc_GH0.tar.gz) = 31429 SHA256 (Firstyear-libnss-rs-763da4beaadc1e475b89ed876de31a5e393f6d30_GH0.tar.gz) = 0ac9d8c22288fc2d236ae447c867cfca07de5a44182631a68a96fb8587f23870 SIZE (Firstyear-libnss-rs-763da4beaadc1e475b89ed876de31a5e393f6d30_GH0.tar.gz) = 12094 -SHA256 (Firstyear-compact-jwt-b3d2b5700cfe567d384c81df35d25537fbf7f110_GH0.tar.gz) = f9308a607e2ad1755c67452f52acd1d7c0f3d30d40f15551d3e7ad3bacc4a3da -SIZE (Firstyear-compact-jwt-b3d2b5700cfe567d384c81df35d25537fbf7f110_GH0.tar.gz) = 62309 -SHA256 (kanidm-kanidm-v1.6.1_GH0.tar.gz) = 89e993c3b81720122385b82f47f04fff2acbfd5540af25b507a8cab713a70e86 -SIZE (kanidm-kanidm-v1.6.1_GH0.tar.gz) = 8649026 +SHA256 (Firstyear-compact-jwt-043976842773dd035fe394261347edeb644e3091_GH0.tar.gz) = 8ef6d8217b5cde04f624cac7eb27dd922b08aa3d815d38a11920a032115c5584 +SIZE (Firstyear-compact-jwt-043976842773dd035fe394261347edeb644e3091_GH0.tar.gz) = 62413 +SHA256 (kanidm-kanidm-v1.6.3_GH0.tar.gz) = f1e9a52a1d9f829e278a9fdb56aac85767efa768f92b3158719b8c5353302dbd +SIZE (kanidm-kanidm-v1.6.3_GH0.tar.gz) = 8650715 diff --git a/security/nss/Makefile b/security/nss/Makefile index 9078124dc1b9..b99ebcb77547 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nss -PORTVERSION= 3.113 +PORTVERSION= 3.113.1 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 1b9b86ef2940..fe38e674c30a 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750348960 -SHA256 (nss-3.113.tar.gz) = acef06b512d3bd81c87a63b3c8653d258bb689d2191fc0e64decf5a1efa01c0f -SIZE (nss-3.113.tar.gz) = 76625834 +TIMESTAMP = 1751391207 +SHA256 (nss-3.113.1.tar.gz) = b8c586cc0ac60b76477f62483f664f119c26000a8189dd9ef417df7dbd33a2cc +SIZE (nss-3.113.1.tar.gz) = 76626220 diff --git a/security/openssl/Makefile b/security/openssl/Makefile index c0bc30cd8f82..dffd68318ca5 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= openssl -PORTVERSION= 3.0.16 +PORTVERSION= 3.0.17 PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ diff --git a/security/openssl/distinfo b/security/openssl/distinfo index a995eee15899..110c105d736f 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739293708 -SHA256 (openssl-3.0.16.tar.gz) = 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 -SIZE (openssl-3.0.16.tar.gz) = 15334967 +TIMESTAMP = 1751448128 +SHA256 (openssl-3.0.17.tar.gz) = dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce +SIZE (openssl-3.0.17.tar.gz) = 15344831 diff --git a/security/openssl32/Makefile b/security/openssl32/Makefile index 9582f9646a34..597dd245415c 100644 --- a/security/openssl32/Makefile +++ b/security/openssl32/Makefile @@ -1,5 +1,5 @@ PORTNAME= openssl -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= security devel PKGNAMESUFFIX= 32 MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/ @@ -11,7 +11,9 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl3[1345] openssl*-quictls +EXPIRATION_DATE= 2025-11-23 + +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[1345] openssl*-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config diff --git a/security/openssl32/distinfo b/security/openssl32/distinfo index 24e08af5bfb9..a79020e9f3da 100644 --- a/security/openssl32/distinfo +++ b/security/openssl32/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739293970 -SHA256 (openssl-3.2.4.tar.gz) = b23ad7fd9f73e43ad1767e636040e88ba7c9e5775bfa5618436a0dd2c17c3716 -SIZE (openssl-3.2.4.tar.gz) = 17782746 +TIMESTAMP = 1751448354 +SHA256 (openssl-3.2.5.tar.gz) = b36347d024a0f5bd09fefcd6af7a58bb30946080eb8ce8f7be78562190d09879 +SIZE (openssl-3.2.5.tar.gz) = 17800797 diff --git a/security/openssl33-quictls/Makefile b/security/openssl33-quictls/Makefile new file mode 100644 index 000000000000..4d53a2b5a87d --- /dev/null +++ b/security/openssl33-quictls/Makefile @@ -0,0 +1,190 @@ +PORTNAME= openssl +DISTVERSIONPREFIX= ${PORTNAME}- +PORTVERSION= 3.3.0 +CATEGORIES= security devel +PKGNAMESUFFIX= 33-quictls + +MAINTAINER= brnrd@FreeBSD.org +COMMENT= QUIC capable fork of OpenSSL +WWW= https://www.github.com/quictls/quictls + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3* openssl*-quictls + +BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= config +CONFIGURE_ENV= PERL="${PERL}" +CONFIGURE_ARGS= --openssldir=${OPENSSLDIR} \ + --prefix=${PREFIX} + +USES= cpe perl5 +USE_PERL5= build +USE_GITHUB= yes +GH_ACCOUNT= quictls +GH_PROJECT= quictls + +TEST_TARGET= test + +LDFLAGS_i386= -Wl,-znotext + +MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive CNF_LDFLAGS="${LDFLAGS}" +MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= + +EXTRA_PATCHES+= ${.CURDIR}/../openssl/files/patch-crypto_async_arch_async__posix.h + +OPTIONS_GROUP= CIPHERS HASHES MODULES OPTIMIZE PROTOCOLS +OPTIONS_GROUP_CIPHERS= ARIA DES GOST IDEA SM4 RC2 RC4 RC5 WEAK-SSL-CIPHERS +OPTIONS_GROUP_HASHES= MD2 MD4 MDC2 RMD160 SM2 SM3 +OPTIONS_GROUP_OPTIMIZE= ASM SSE2 THREADS +OPTIONS_GROUP_MODULES= FIPS LEGACY +OPTIONS_DEFINE_i386= I386 +OPTIONS_GROUP_PROTOCOLS=NEXTPROTONEG SCTP SSL3 TLS1 TLS1_1 TLS1_2 + +OPTIONS_DEFINE= ASYNC CT MAN3 RFC3779 SHARED ZLIB + +OPTIONS_DEFAULT=ASM ASYNC CT DES EC FIPS GOST MAN3 MD4 NEXTPROTONEG \ + RC2 RC4 RMD160 SCTP SHARED SSE2 THREADS TLS1 TLS1_1 TLS1_2 + +OPTIONS_EXCLUDE_i386= FIPS + +OPTIONS_GROUP_OPTIMIZE_amd64= EC + +.if ${MACHINE_ARCH} == "amd64" +OPTIONS_GROUP_OPTIMIZE+= EC +.elif ${MACHINE_ARCH} == "mips64el" +OPTIONS_GROUP_OPTIMIZE+= EC +.endif + +OPTIONS_SUB= yes + +ARIA_DESC= ARIA (South Korean standard) +ASM_DESC= Assembler code +ASYNC_DESC= Asynchronous mode +CIPHERS_DESC= Block Cipher Support +CT_DESC= Certificate Transparency Support +DES_DESC= (Triple) Data Encryption Standard +EC_DESC= Optimize NIST elliptic curves +FIPS_DESC= Build FIPS provider (Note: NOT yet FIPS validated) +GOST_DESC= GOST (Russian standard) +HASHES_DESC= Hash Function Support +I386_DESC= i386 (instead of i486+) +IDEA_DESC= International Data Encryption Algorithm +LEGACY_DESC= Older algorithms +MAN3_DESC= Install API manpages (section 3, 7) +MD2_DESC= MD2 (obsolete) (requires LEGACY) +MD4_DESC= MD4 (unsafe) +MDC2_DESC= MDC-2 (patented, requires DES) +MODULES_DESC= Provider modules +NEXTPROTONEG_DESC= Next Protocol Negotiation (SPDY) +OPTIMIZE_DESC= Optimizations +PROTOCOLS_DESC= Protocol Support +RC2_DESC= RC2 (unsafe) +RC4_DESC= RC4 (unsafe) +RC5_DESC= RC5 (patented) +RMD160_DESC= RIPEMD-160 +RFC3779_DESC= RFC3779 support (BGP) +SCTP_DESC= SCTP (Stream Control Transmission) +SHARED_DESC= Build shared libraries +SM2_DESC= SM2 Elliptic Curve DH (Chinese standard) +SM3_DESC= SM3 256bit (Chinese standard) +SM4_DESC= SM4 128bit (Chinese standard) +SSE2_DESC= Runtime SSE2 detection +SSL3_DESC= SSLv3 (unsafe) +TLS1_DESC= TLSv1.0 (requires TLS1_1, TLS1_2) +TLS1_1_DESC= TLSv1.1 (requires TLS1_2) +TLS1_2_DESC= TLSv1.2 +WEAK-SSL-CIPHERS_DESC= Weak cipher support (unsafe) + +# Upstream default disabled options +.for _option in fips md2 ktls rc5 sctp ssl3 weak-ssl-ciphers zlib +${_option:tu}_CONFIGURE_ON= enable-${_option} +.endfor + +# Upstream default enabled options +.for _option in aria asm async ct des gost idea md4 mdc2 legacy \ + nextprotoneg rc2 rc4 rfc3779 rmd160 shared sm2 sm3 sm4 sse2 \ + threads tls1 tls1_1 tls1_2 +${_option:tu}_CONFIGURE_OFF= no-${_option} +.endfor + +MD2_IMPLIES= LEGACY +MDC2_IMPLIES= DES +TLS1_IMPLIES= TLS1_1 +TLS1_1_IMPLIES= TLS1_2 + +EC_CONFIGURE_ON= enable-ec_nistp_64_gcc_128 +FIPS_VARS= shlibs+=lib/ossl-modules/fips.so +I386_CONFIGURE_ON= 386 +LEGACY_VARS= shlibs+=lib/ossl-modules/legacy.so +MAN3_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-util_find-doc-nits +SHARED_MAKE_ENV= SHLIBVER=${OPENSSL_SHLIBVER} +SHARED_PLIST_SUB= SHLIBVER=${OPENSSL_SHLIBVER} +SHARED_USE= ldconfig=yes +SHARED_VARS= shlibs+="lib/libcrypto.so.${OPENSSL_SHLIBVER} \ + lib/libssl.so.${OPENSSL_SHLIBVER} \ + lib/engines-${OPENSSL_SHLIBVER}/capi.so \ + lib/engines-${OPENSSL_SHLIBVER}/devcrypto.so \ + lib/engines-${OPENSSL_SHLIBVER}/padlock.so" +SSL3_CONFIGURE_ON+= enable-ssl3-method +ZLIB_CONFIGURE_ON= zlib-dynamic + +SHLIBS= lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so + +PORTSCOUT= limit:^${DISTVERSION:R:S/./\./g}\. + +.include + +.if ${ARCH} == powerpc64 +CONFIGURE_ARGS+= BSD-ppc64 +.elif ${ARCH} == powerpc64le +CONFIGURE_ARGS+= BSD-ppc64le +.elif ${ARCH} == riscv64 +CONFIGURE_ARGS+= BSD-riscv64 +.endif + +.include +.if ${PREFIX} == /usr +IGNORE= the OpenSSL port can not be installed over the base version +.endif + +OPENSSLDIR?= ${PREFIX}/openssl +PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==} + +.include "version.mk" + +post-patch: + ${REINPLACE_CMD} -Ee 's|^MANDIR=.*$$|MANDIR=$$(INSTALLTOP)/share/man|' \ + -e 's|^(build\|install)_docs: .*|\1_docs: \1_man_docs|' \ + ${WRKSRC}/Configurations/unix-Makefile.tmpl + ${REINPLACE_CMD} 's|SHLIB_VERSION=3|SHLIB_VERSION=${OPENSSL_SHLIBVER}|' \ + ${WRKSRC}/VERSION.dat + +post-configure: + ( cd ${WRKSRC} ; ${PERL} configdata.pm --dump ) + +post-configure-MAN3-off: + ${REINPLACE_CMD} \ + -e 's|^build_man_docs:.*|build_man_docs: $$(MANDOCS1) $$(MANDOCS5)|' \ + -e 's|dummy $$(MANDOCS[37]); do |dummy; do |' \ + ${WRKSRC}/Makefile + +post-install-SHARED-on: +.for i in ${SHLIBS} + -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/$i +.endfor + +post-install-SHARED-off: + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/engines-${OPENSSL_SHLIBVER} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openssl + +post-install-MAN3-on: + ( cd ${STAGEDIR}/${PREFIX} ; find share/man/man3 -not -type d ; \ + find share/man/man7 -not -type d ) | sed 's/$$/.gz/' >> ${TMPPLIST} + +.include diff --git a/security/openssl33-quictls/distinfo b/security/openssl33-quictls/distinfo new file mode 100644 index 000000000000..4003eb7cc283 --- /dev/null +++ b/security/openssl33-quictls/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751486314 +SHA256 (quictls-quictls-openssl-3.3.0_GH0.tar.gz) = ff194511e53c0bead06d316e6891deebb07e3713efc65ef938e22962a43579a4 +SIZE (quictls-quictls-openssl-3.3.0_GH0.tar.gz) = 18220759 diff --git a/security/openssl33-quictls/files/extra-patch-util_find-doc-nits b/security/openssl33-quictls/files/extra-patch-util_find-doc-nits new file mode 100644 index 000000000000..947f7447a445 --- /dev/null +++ b/security/openssl33-quictls/files/extra-patch-util_find-doc-nits @@ -0,0 +1,20 @@ +--- util/find-doc-nits.orig 2023-08-03 13:45:48 UTC ++++ util/find-doc-nits +@@ -80,7 +80,7 @@ my $temp = '/tmp/docnits.txt'; + my $OUT; + my $status = 0; + +-$opt_m = "man1,man3,man5,man7" unless $opt_m; ++$opt_m = "man1,man5" unless $opt_m; + die "Argument of -m option may contain only man1, man3, man5, and/or man7" + unless $opt_m =~ /^(man[1357][, ]?)*$/; + my @sections = ( split /[, ]/, $opt_m ); +@@ -725,7 +725,7 @@ sub check { + next if $target eq ''; # Skip if links within page, or + next if $target =~ /::/; # links to a Perl module, or + next if $target =~ /^https?:/; # is a URL link, or +- next if $target =~ /\([1357]\)$/; # it has a section ++ next if $target =~ /\([15]\)$/; # it has a section + err($id, "Missing man section number (likely, $mansect) in L<$target>") + } + # Check for proper links to commands. diff --git a/security/openssl33-quictls/files/patch-CVE-2024-9143 b/security/openssl33-quictls/files/patch-CVE-2024-9143 new file mode 100644 index 000000000000..f36b97f194f7 --- /dev/null +++ b/security/openssl33-quictls/files/patch-CVE-2024-9143 @@ -0,0 +1,198 @@ +From fdf6723362ca51bd883295efe206cb5b1cfa5154 Mon Sep 17 00:00:00 2001 +From: Viktor Dukhovni +Date: Thu, 19 Sep 2024 01:02:40 +1000 +Subject: [PATCH] Harden BN_GF2m_poly2arr against misuse. + +The BN_GF2m_poly2arr() function converts characteristic-2 field +(GF_{2^m}) Galois polynomials from a representation as a BIGNUM bitmask, +to a compact array with just the exponents of the non-zero terms. + +These polynomials are then used in BN_GF2m_mod_arr() to perform modular +reduction. A precondition of calling BN_GF2m_mod_arr() is that the +polynomial must have a non-zero constant term (i.e. the array has `0` as +its final element). + +Internally, callers of BN_GF2m_poly2arr() did not verify that +precondition, and binary EC curve parameters with an invalid polynomial +could lead to out of bounds memory reads and writes in BN_GF2m_mod_arr(). + +The precondition is always true for polynomials that arise from the +standard form of EC parameters for characteristic-two fields (X9.62). +See the "Finite Field Identification" section of: + + https://www.itu.int/ITU-T/formal-language/itu-t/x/x894/2018-cor1/ANSI-X9-62.html + +The OpenSSL GF(2^m) code supports only the trinomial and pentanomial +basis X9.62 forms. + +This commit updates BN_GF2m_poly2arr() to return `0` (failure) when +the constant term is zero (i.e. the input bitmask BIGNUM is not odd). + +Additionally, the return value is made unambiguous when there is not +enough space to also pad the array with a final `-1` sentinel value. +The return value is now always the number of elements (including the +final `-1`) that would be filled when the output array is sufficiently +large. Previously the same count was returned both when the array has +just enough room for the final `-1` and when it had only enough space +for non-sentinel values. + +Finally, BN_GF2m_poly2arr() is updated to reject polynomials whose +degree exceeds `OPENSSL_ECC_MAX_FIELD_BITS`, this guards against +CPU exhausition attacks via excessively large inputs. + +The above issues do not arise in processing X.509 certificates. These +generally have EC keys from "named curves", and RFC5840 (Section 2.1.1) +disallows explicit EC parameters. The TLS code in OpenSSL enforces this +constraint only after the certificate is decoded, but, even if explicit +parameters are specified, they are in X9.62 form, which cannot represent +problem values as noted above. + +Initially reported as oss-fuzz issue 71623. + +A closely related issue was earlier reported in +. + +Severity: Low, CVE-2024-9143 + +Reviewed-by: Matt Caswell +Reviewed-by: Bernd Edlinger +Reviewed-by: Paul Dale +Reviewed-by: Tomas Mraz +(Merged from https://github.com/openssl/openssl/pull/25639) + +(cherry picked from commit 8e008cb8b23ec7dc75c45a66eeed09c815b11cd2) +--- + crypto/bn/bn_gf2m.c | 28 +++++++++++++++------- + test/ec_internal_test.c | 51 +++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 71 insertions(+), 8 deletions(-) + +diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c +index c811ae82d6b15..bcc66613cc14d 100644 +--- crypto/bn/bn_gf2m.c.orig ++++ crypto/bn/bn_gf2m.c +@@ -15,6 +15,7 @@ + #include "bn_local.h" + + #ifndef OPENSSL_NO_EC2M ++# include + + /* + * Maximum number of iterations before BN_GF2m_mod_solve_quad_arr should +@@ -1140,16 +1141,26 @@ int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + /* + * Convert the bit-string representation of a polynomial ( \sum_{i=0}^n a_i * + * x^i) into an array of integers corresponding to the bits with non-zero +- * coefficient. Array is terminated with -1. Up to max elements of the array +- * will be filled. Return value is total number of array elements that would +- * be filled if array was large enough. ++ * coefficient. The array is intended to be suitable for use with ++ * `BN_GF2m_mod_arr()`, and so the constant term of the polynomial must not be ++ * zero. This translates to a requirement that the input BIGNUM `a` is odd. ++ * ++ * Given sufficient room, the array is terminated with -1. Up to max elements ++ * of the array will be filled. ++ * ++ * The return value is total number of array elements that would be filled if ++ * array was large enough, including the terminating `-1`. It is `0` when `a` ++ * is not odd or the constant term is zero contrary to requirement. ++ * ++ * The return value is also `0` when the leading exponent exceeds ++ * `OPENSSL_ECC_MAX_FIELD_BITS`, this guards against CPU exhaustion attacks, + */ + int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) + { + int i, j, k = 0; + BN_ULONG mask; + +- if (BN_is_zero(a)) ++ if (!BN_is_odd(a)) + return 0; + + for (i = a->top - 1; i >= 0; i--) { +@@ -1167,12 +1178,13 @@ int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) + } + } + +- if (k < max) { ++ if (k > 0 && p[0] > OPENSSL_ECC_MAX_FIELD_BITS) ++ return 0; ++ ++ if (k < max) + p[k] = -1; +- k++; +- } + +- return k; ++ return k + 1; + } + + /* +diff --git a/test/ec_internal_test.c b/test/ec_internal_test.c +index 8c2cd05631696..02cfd4e9d8858 100644 +--- test/ec_internal_test.c.orig ++++ test/ec_internal_test.c +@@ -155,6 +155,56 @@ static int field_tests_ecp_mont(void) + } + + #ifndef OPENSSL_NO_EC2M ++/* Test that decoding of invalid GF2m field parameters fails. */ ++static int ec2m_field_sanity(void) ++{ ++ int ret = 0; ++ BN_CTX *ctx = BN_CTX_new(); ++ BIGNUM *p, *a, *b; ++ EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; ++ ++ TEST_info("Testing GF2m hardening\n"); ++ ++ BN_CTX_start(ctx); ++ p = BN_CTX_get(ctx); ++ a = BN_CTX_get(ctx); ++ if (!TEST_ptr(b = BN_CTX_get(ctx)) ++ || !TEST_true(BN_one(a)) ++ || !TEST_true(BN_one(b))) ++ goto out; ++ ++ /* Even pentanomial value should be rejected */ ++ if (!TEST_true(BN_set_word(p, 0xf2))) ++ goto out; ++ if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("Zero constant term accepted in GF2m polynomial"); ++ ++ /* Odd hexanomial should also be rejected */ ++ if (!TEST_true(BN_set_word(p, 0xf3))) ++ goto out; ++ if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("Hexanomial accepted as GF2m polynomial"); ++ ++ /* Excessive polynomial degree should also be rejected */ ++ if (!TEST_true(BN_set_word(p, 0x71)) ++ || !TEST_true(BN_set_bit(p, OPENSSL_ECC_MAX_FIELD_BITS + 1))) ++ goto out; ++ if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("GF2m polynomial degree > %d accepted", ++ OPENSSL_ECC_MAX_FIELD_BITS); ++ ++ ret = group1 == NULL && group2 == NULL && group3 == NULL; ++ ++ out: ++ EC_GROUP_free(group1); ++ EC_GROUP_free(group2); ++ EC_GROUP_free(group3); ++ BN_CTX_end(ctx); ++ BN_CTX_free(ctx); ++ ++ return ret; ++} ++ + /* test EC_GF2m_simple_method directly */ + static int field_tests_ec2_simple(void) + { +@@ -443,6 +493,7 @@ int setup_tests(void) + ADD_TEST(field_tests_ecp_simple); + ADD_TEST(field_tests_ecp_mont); + #ifndef OPENSSL_NO_EC2M ++ ADD_TEST(ec2m_field_sanity); + ADD_TEST(field_tests_ec2_simple); + #endif + ADD_ALL_TESTS(field_tests_default, crv_len); diff --git a/security/openssl33-quictls/pkg-descr b/security/openssl33-quictls/pkg-descr new file mode 100644 index 000000000000..0373df3f0b26 --- /dev/null +++ b/security/openssl33-quictls/pkg-descr @@ -0,0 +1,8 @@ +This is a fork of OpenSSL to enable QUIC. This fork adds API that can be +used by QUIC implementations for connection handshakes. + +There is a community need for a QUIC capable TLS library. This fork is +intended as stopgap solution to enable higher level frameworks and runtimes +to use QUIC with the proven and reliable TLS functionality from OpenSSL. +This fork will be maintained until OpenSSL officially provides reasonable +support for QUIC implementations. diff --git a/security/openssl33-quictls/pkg-message b/security/openssl33-quictls/pkg-message new file mode 100644 index 000000000000..7cd49c285a43 --- /dev/null +++ b/security/openssl33-quictls/pkg-message @@ -0,0 +1,20 @@ +[ +{ type: install + message: < -Date: Tue, 20 May 2025 16:34:10 +0200 -Subject: [PATCH] apps/x509.c: Fix the -addreject option adding trust instead - of rejection - -Fixes CVE-2025-4575 - -Reviewed-by: Dmitry Belyavskiy -Reviewed-by: Paul Dale -(Merged from https://github.com/openssl/openssl/pull/27672) - -(cherry picked from commit 0eb9acc24febb1f3f01f0320cfba9654cf66b0ac) ---- - apps/x509.c | 2 +- - test/recipes/25-test_x509.t | 12 +++++++++++- - 2 files changed, 12 insertions(+), 2 deletions(-) - -diff --git a/apps/x509.c b/apps/x509.c -index fdae8f383a667..0c340c15b321a 100644 ---- apps/x509.c.orig -+++ apps/x509.c -@@ -465,7 +465,7 @@ int x509_main(int argc, char **argv) - prog, opt_arg()); - goto opthelp; - } -- if (!sk_ASN1_OBJECT_push(trust, objtmp)) -+ if (!sk_ASN1_OBJECT_push(reject, objtmp)) - goto end; - trustout = 1; - break; -diff --git a/test/recipes/25-test_x509.t b/test/recipes/25-test_x509.t -index 09b61708ff8a5..dfa0a428f5f0c 100644 ---- test/recipes/25-test_x509.t.orig -+++ test/recipes/25-test_x509.t -@@ -16,7 +16,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/; - - setup("test_x509"); - --plan tests => 134; -+plan tests => 138; - - # Prevent MSys2 filename munging for arguments that look like file paths but - # aren't -@@ -110,6 +110,16 @@ ok(run(app(["openssl", "x509", "-new", "-force_pubkey", $key, "-subj", "/CN=EE", - && run(app(["openssl", "verify", "-no_check_time", - "-trusted", $ca, "-partial_chain", $caout]))); - -+# test trust decoration -+ok(run(app(["openssl", "x509", "-in", $ca, "-addtrust", "emailProtection", -+ "-out", "ca-trusted.pem"]))); -+cert_contains("ca-trusted.pem", "Trusted Uses: E-mail Protection", -+ 1, 'trusted use - E-mail Protection'); -+ok(run(app(["openssl", "x509", "-in", $ca, "-addreject", "emailProtection", -+ "-out", "ca-rejected.pem"]))); -+cert_contains("ca-rejected.pem", "Rejected Uses: E-mail Protection", -+ 1, 'rejected use - E-mail Protection'); -+ - subtest 'x509 -- x.509 v1 certificate' => sub { - tconversion( -type => 'x509', -prefix => 'x509v1', - -in => srctop_file("test", "testx509.pem") ); diff --git a/security/pam_rssh/Makefile b/security/pam_rssh/Makefile index 561ddf5078cf..dcea9616f1c4 100644 --- a/security/pam_rssh/Makefile +++ b/security/pam_rssh/Makefile @@ -1,7 +1,7 @@ PORTNAME= pam_rssh DISTVERSIONPREFIX=v DISTVERSION= 1.1.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= security MAINTAINER= romain@FreeBSD.org diff --git a/security/php85-filter/Makefile b/security/php85-filter/Makefile new file mode 100644 index 000000000000..1d4737ba51c9 --- /dev/null +++ b/security/php85-filter/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -filter + +.include "${MASTERDIR}/Makefile" diff --git a/security/php85-sodium/Makefile b/security/php85-sodium/Makefile new file mode 100644 index 000000000000..aff3c5308849 --- /dev/null +++ b/security/php85-sodium/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sodium + +.include "${MASTERDIR}/Makefile" diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 40c109fa58b9..fe1618ce8018 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -1,5 +1,6 @@ PORTNAME= bcrypt DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index a75891c6d7c5..b42dbc8ae694 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptography PORTVERSION= 44.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI diff --git a/security/rage-encryption/Makefile b/security/rage-encryption/Makefile index 2e8a925c3407..6a0dd637ff94 100644 --- a/security/rage-encryption/Makefile +++ b/security/rage-encryption/Makefile @@ -1,7 +1,7 @@ PORTNAME= rage DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security PKGNAMESUFFIX= -encryption diff --git a/security/ratify/Makefile b/security/ratify/Makefile index cf31a75770b3..db9db6f9fdb5 100644 --- a/security/ratify/Makefile +++ b/security/ratify/Makefile @@ -1,6 +1,6 @@ PORTNAME= ratify DISTVERSION= 2.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/rustls-ffi/Makefile b/security/rustls-ffi/Makefile index edf8ead7bf65..65a625c0905d 100644 --- a/security/rustls-ffi/Makefile +++ b/security/rustls-ffi/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustls-ffi DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= brnrd@FreeBSD.org diff --git a/security/rustscan/Makefile b/security/rustscan/Makefile index f529781f3c9d..0c0e061e5907 100644 --- a/security/rustscan/Makefile +++ b/security/rustscan/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustscan PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/sequoia-chameleon-gnupg/Makefile b/security/sequoia-chameleon-gnupg/Makefile index 11356e0db288..b93f3584cd69 100644 --- a/security/sequoia-chameleon-gnupg/Makefile +++ b/security/sequoia-chameleon-gnupg/Makefile @@ -1,6 +1,7 @@ PORTNAME= sequoia-chameleon-gnupg DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= vishwin@FreeBSD.org diff --git a/security/sequoia-sq/Makefile b/security/sequoia-sq/Makefile index 3a098e4d8119..4ce523dcf47c 100644 --- a/security/sequoia-sq/Makefile +++ b/security/sequoia-sq/Makefile @@ -1,7 +1,7 @@ PORTNAME= sq DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security PKGNAMEPREFIX= sequoia- diff --git a/security/sniffglue/Makefile b/security/sniffglue/Makefile index cf209348751b..9a1ab670897b 100644 --- a/security/sniffglue/Makefile +++ b/security/sniffglue/Makefile @@ -1,7 +1,7 @@ PORTNAME= sniffglue DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= freebsd@sysctl.cz diff --git a/security/snort3/Makefile b/security/snort3/Makefile index 50ff68cab2c4..59912933c61c 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,6 +1,5 @@ PORTNAME= snort -DISTVERSION= 3.8.1.0 -PORTREVISION= 1 +DISTVERSION= 3.9.1.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index 3b5d7f18d701..948c3a03b335 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748521147 -SHA256 (snort3-snort3-3.8.1.0_GH0.tar.gz) = adbd958bd0f9b2c78997bfda5a36cbbc843f07a71712db0b56f085e2cd124164 -SIZE (snort3-snort3-3.8.1.0_GH0.tar.gz) = 3484205 +TIMESTAMP = 1751623929 +SHA256 (snort3-snort3-3.9.1.0_GH0.tar.gz) = fc19f20cd34192eb78f28d7f128c79c5d0096733277f2b630a8cf892b10f33ce +SIZE (snort3-snort3-3.9.1.0_GH0.tar.gz) = 3501016 diff --git a/security/snort3/pkg-plist b/security/snort3/pkg-plist index 5da84b8b5dd6..ac9338536bea 100644 --- a/security/snort3/pkg-plist +++ b/security/snort3/pkg-plist @@ -39,7 +39,6 @@ include/snort/flow/flow_key.h include/snort/flow/flow_stash.h include/snort/flow/ha.h include/snort/flow/session.h -include/snort/flow/stash_item.h include/snort/flow/stream_flow.h include/snort/framework/api_options.h include/snort/framework/base_api.h @@ -87,6 +86,7 @@ include/snort/helpers/infractions.h include/snort/helpers/json_stream.h include/snort/helpers/literal_search.h include/snort/helpers/memcap_allocator.h +include/snort/helpers/ring2.h include/snort/helpers/scratch_allocator.h include/snort/helpers/sigsafe.h include/snort/helpers/utf.h diff --git a/security/snuffleupagus/Makefile b/security/snuffleupagus/Makefile index 9b113b64de11..5783534cd0a0 100644 --- a/security/snuffleupagus/Makefile +++ b/security/snuffleupagus/Makefile @@ -21,7 +21,7 @@ USES= localbase:ldflags php:build,ext USE_GITHUB= yes GH_ACCOUNT= jvoisin USE_PHP= session:build -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= --enable-snuffleupagus diff --git a/security/ssh-vault/Makefile b/security/ssh-vault/Makefile index 8dd05cba98e8..b987279ac1eb 100644 --- a/security/ssh-vault/Makefile +++ b/security/ssh-vault/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssh-vault PORTVERSION= 1.0.10 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/security/sudo-rs/Makefile b/security/sudo-rs/Makefile index 51983bf73ac8..5d6bb16de08b 100644 --- a/security/sudo-rs/Makefile +++ b/security/sudo-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sudo-rs PORTVERSION= 0.2.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= marc@trifectatech.org diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 14466a9e7774..b9bea691da08 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.17 +PORTVERSION= 1.9.17p1 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9b38cd2b5a6c..a01a900722c6 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750523514 -SHA256 (sudo-1.9.17.tar.gz) = 3f212c69d534d5822b492d099abb02a593f91ca99f5afde5cb9bd3e1dcdad069 -SIZE (sudo-1.9.17.tar.gz) = 5447899 +TIMESTAMP = 1751356446 +SHA256 (sudo-1.9.17p1.tar.gz) = ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 +SIZE (sudo-1.9.17p1.tar.gz) = 5449076 diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 88ce45bc1e87..67bc1d7768e7 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,6 +1,6 @@ PORTNAME= suricata DISTVERSION= 7.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ diff --git a/security/trivy/Makefile b/security/trivy/Makefile index 05cfa55f0b39..d208cccbab53 100644 --- a/security/trivy/Makefile +++ b/security/trivy/Makefile @@ -1,7 +1,6 @@ PORTNAME= trivy DISTVERSIONPREFIX= v -DISTVERSION= 0.63.0 -PORTREVISION= 1 +DISTVERSION= 0.64.0 CATEGORIES= security MAINTAINER= mfechner@FreeBSD.org diff --git a/security/trivy/distinfo b/security/trivy/distinfo index 14015874c1c6..24ad8282e01f 100644 --- a/security/trivy/distinfo +++ b/security/trivy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1748580283 -SHA256 (go/security_trivy/trivy-v0.63.0/v0.63.0.mod) = f0b5b8182a3155cfd22aedd2f1266794a26549664c18b8358a411ba634188fa3 -SIZE (go/security_trivy/trivy-v0.63.0/v0.63.0.mod) = 23467 -SHA256 (go/security_trivy/trivy-v0.63.0/v0.63.0.zip) = 638bc4adc54bf61afc8647c9f4fa5db30e6352dfe033655c30d0af02eca5c14d -SIZE (go/security_trivy/trivy-v0.63.0/v0.63.0.zip) = 58804833 +TIMESTAMP = 1751363247 +SHA256 (go/security_trivy/trivy-v0.64.0/v0.64.0.mod) = 0cdadb981316deab57b0abfdca161b8a907173478b82770c901c8d58ce4a2016 +SIZE (go/security_trivy/trivy-v0.64.0/v0.64.0.mod) = 23200 +SHA256 (go/security_trivy/trivy-v0.64.0/v0.64.0.zip) = f5f0943b22846cd637d140585dd5a318e303cf0fe9f45b5f138153e2a292fc06 +SIZE (go/security_trivy/trivy-v0.64.0/v0.64.0.zip) = 58856559 diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile index d5642346bed5..acfb1177cbf1 100644 --- a/security/vaultwarden/Makefile +++ b/security/vaultwarden/Makefile @@ -1,6 +1,6 @@ PORTNAME= vaultwarden DISTVERSION= 1.34.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mr@FreeBSD.org diff --git a/security/vuls/Makefile b/security/vuls/Makefile index f2f41cbbf54c..2dc6d13b4b89 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,6 +1,6 @@ PORTNAME= vuls DISTVERSIONPREFIX=v -DISTVERSION= 0.33.1 +DISTVERSION= 0.33.2 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/vuls/distinfo b/security/vuls/distinfo index 1524e85119a6..d9947208f662 100644 --- a/security/vuls/distinfo +++ b/security/vuls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750837237 -SHA256 (go/security_vuls/vuls-v0.33.1/v0.33.1.mod) = cffef0d92a21a68ae82e1eeb7dbf6504887496b042af76cb182e1e3fba9ece20 -SIZE (go/security_vuls/vuls-v0.33.1/v0.33.1.mod) = 20804 -SHA256 (go/security_vuls/vuls-v0.33.1/v0.33.1.zip) = 0bca1fe58726ef06e60e98d0849baff1c2aff6e1bd0de3722fe64314efec49c3 -SIZE (go/security_vuls/vuls-v0.33.1/v0.33.1.zip) = 1401641 +TIMESTAMP = 1751501710 +SHA256 (go/security_vuls/vuls-v0.33.2/v0.33.2.mod) = 0b0947e2e7f76a71fb628bd2fc9d1c3d905f5479811a5b3077e4cd71730b4a80 +SIZE (go/security_vuls/vuls-v0.33.2/v0.33.2.mod) = 20476 +SHA256 (go/security_vuls/vuls-v0.33.2/v0.33.2.zip) = 8648d1937f5eb955e444cf8aa12e647d9f0daf982cb0e1d2b0e2ca731b96d32d +SIZE (go/security_vuls/vuls-v0.33.2/v0.33.2.zip) = 1399904 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index e9e2390a00f0..6bc7dd3de85f 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,338 @@ + + php -- Multiple vulnerabilities + + + php81 + 8.1.33 + + + php82 + 8.2.29 + + + php83 + 8.3.23 + + + php84 + 8.4.10 + + + + +

php.net reports:

+
+
    +
  • + CVE-2025-1735: pgsql extension does not check for errors during escaping +
  • +
  • + CVE-2025-6491: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix +
  • +
  • + CVE-2025-1220: Null byte termination in hostnames +
  • +
+
+ +
+ + CVE-2025-1735 + CVE-2025-6491 + CVE-2025-1220 + + + 2025-02-27 + 2025-07-03 + +
+ + + Mozilla -- exploitable crash + + + firefox + 140.0,2 + + + firefox-esr + 115.25.0 + + + thunderbird + 140.0 + + + + +

security@mozilla.org reports:

+
+

A use-after-free in FontFaceSet resulted in a potentially + exploitable crash.

+
+ +
+ + CVE-2025-6424 + https://nvd.nist.gov/vuln/detail/CVE-2025-6424 + + + 2025-06-24 + 2025-07-03 + +
+ + + chromium -- multiple security fixes + + + chromium + 138.0.7204.96 + + + ungoogled-chromium + 138.0.7204.96 + + + + +

Chrome Releases reports:

+
+

This update includes 1 security fix:

+
    +
  • [427663123] High CVE-2025-6554: Type Confusion in V8.
  • +
+
+ +
+ + CVE-2025-6554 + https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html + + + 2025-06-30 + 2025-07-02 + +
+ + + chromium -- multiple security fixes + + + chromium + 138.0.7204.49 + + + ungoogled-chromium + 138.0.7204.49 + + + + +

Chrome Releases reports:

+
+

This update includes 11 security fixes:

+
    +
  • [407328533] Medium CVE-2025-6555: Use after free in Animation. Reported by Lyra Rebane (rebane2001) on 2025-03-30
  • +
  • [40062462] Low CVE-2025-6556: Insufficient policy enforcement in Loader. Reported by Shaheen Fazim on 2023-01-02
  • +
  • [406631048] Low CVE-2025-6557: Insufficient data validation in DevTools. Reported by Ameen Basha M K on 2025-03-27
  • +
+
+ +
+ + CVE-2025-6555 + CVE-2025-6556 + CVE-2025-6557 + https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_24.html + + + 2025-06-24 + 2025-07-02 + +
+ + + sudo -- privilege escalation vulnerability through host and chroot options + + + sudo + 1.9.17p1 + + + sudo-sssd + 1.9.17p1 + + + + +

Todd C. Miller reports, crediting Rich Mirch from Stratascale Cyber Research Unit (CRU):

+
+

Sudo 1.9.17p1:

+
    +
  • + Fixed CVE-2025-32462. Sudo's -h (--host) option could be specified + when running a command or editing a file. This could enable a + local privilege escalation attack if the sudoers file allows the + user to run commands on a different host. For more information, + see Local Privilege Escalation via host option. +
  • +
  • + Fixed CVE-2025-32463. An attacker can leverage sudo's -R + (--chroot) option to run arbitrary commands as root, even if they + are not listed in the sudoers file. The chroot support has been + deprecated an will be removed entirely in a future release. For + more information, see Local Privilege Escalation via chroot + option. +
  • +
+
+ +
+ + CVE-2025-32462 + CVE-2025-32463 + https://www.sudo.ws/releases/stable/ + https://www.stratascale.com/vulnerability-alert-CVE-2025-32462-sudo-host + https://www.stratascale.com/vulnerability-alert-CVE-2025-32463-sudo-chroot + + + 2025-04-01 + 2025-07-01 + +
+ + + xorg server -- Multiple vulnerabilities + + + xorg-server + xephyr + xorg-vfbserver + 21.1.18,1 + + + xorg-nextserver + 21.1.18,2 + + + xwayland + 24.1.8,1 + + + + +

The X.Org project reports:

+
+
    +
  • + CVE-2025-49176: Integer overflow in Big Requests Extension +

    The Big Requests extension allows requests larger than the 16-bit length + limit. + It uses integers for the request length and checks for the size not to + exceed the maxBigRequestSize limit, but does so after translating the + length to integer by multiplying the given size in bytes by 4. + In doing so, it might overflow the integer size limit before actually + checking for the overflow, defeating the purpose of the test.

    +
  • +
+
+ +
+ + CVE-2025-49176 + https://lists.x.org/archives/xorg/2025-June/062055.html + + + 2025-06-17 + 2025-07-01 + +
+ + + xorg server -- Multiple vulnerabilities + + + xorg-server + xephyr + xorg-vfbserver + 21.1.17,1 + + + xorg-nextserver + 21.1.17,2 + + + xwayland + 24.1.7,1 + + + + +

The X.Org project reports:

+
+
    +
  • + CVE-2025-49175: Out-of-bounds access in X Rendering extension (Animated cursors) +

    The X Rendering extension allows creating animated cursors providing a + list of cursors. + By default, the Xserver assumes at least one cursor is provided while a + client may actually pass no cursor at all, which causes an out-of-bound + read creating the animated cursor and a crash of the Xserver.

    +
  • +
  • + CVE-2025-49177: Data leak in XFIXES Extension 6 (XFixesSetClientDisconnectMode) + +

    The handler of XFixesSetClientDisconnectMode does not check the client + request length. + A client could send a shorter request and read data from a former + request.

    +
  • +
  • + CVE-2025-49178: Unprocessed client request via bytes to ignore + +

    When reading requests from the clients, the input buffer might be shared + and used between different clients. + If a given client sends a full request with non-zero bytes to ignore, + the bytes to ignore may still be non-zero even though the request is + full, in which case the buffer could be shared with another client who's + request will not be processed because of those bytes to ignore, leading + to a possible hang of the other client request.

    +
  • +
  • + CVE-2025-49179: Integer overflow in X Record extension + +

    The RecordSanityCheckRegisterClients() function in the X Record extension + implementation of the Xserver checks for the request length, but does not + check for integer overflow. + A client might send a very large value for either the number of clients + or the number of protocol ranges that will cause an integer overflow in + the request length computation, defeating the check for request length.

    +
  • +
  • + CVE-2025-49180: Integer overflow in RandR extension (RRChangeProviderProperty) + +

    A client might send a request causing an integer overflow when computing + the total size to allocate in RRChangeProviderProperty().

    +
  • +
+
+ +
+ + CVE-2025-49175 + CVE-2025-49177 + CVE-2025-49178 + CVE-2025-49179 + CVE-2025-49180 + https://lists.x.org/archives/xorg/2025-June/062055.html + + + 2025-06-17 + 2025-07-01 + +
+ podman -- TLS connection used to pull VM images was not validated diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile index 7b69750c00ed..d471d425758e 100644 --- a/shells/atuin/Makefile +++ b/shells/atuin/Makefile @@ -1,7 +1,7 @@ PORTNAME= atuin DISTVERSIONPREFIX= v DISTVERSION= 18.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 68487629a695..c3dec0ba2399 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,6 +1,6 @@ PORTNAME= fish DISTVERSION= 4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ diff --git a/shells/ion/Makefile b/shells/ion/Makefile index a043875416a4..a7e7ad562f52 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -1,7 +1,7 @@ PORTNAME= ion DISTVERSION= 1.0.5-1509 DISTVERSIONSUFFIX= g85452cfa -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/nsh/Makefile b/shells/nsh/Makefile index 47e469043310..91875122a950 100644 --- a/shells/nsh/Makefile +++ b/shells/nsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= nsh DISTVERSION= 0.4.2 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/nu_plugin_formats/Makefile b/shells/nu_plugin_formats/Makefile index 6e0ef0cf8398..f8b83593c5f2 100644 --- a/shells/nu_plugin_formats/Makefile +++ b/shells/nu_plugin_formats/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_formats DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_gstat/Makefile b/shells/nu_plugin_gstat/Makefile index a2322b7ea8cb..e2239771cf41 100644 --- a/shells/nu_plugin_gstat/Makefile +++ b/shells/nu_plugin_gstat/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_gstat DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_inc/Makefile b/shells/nu_plugin_inc/Makefile index 17d12c272f2d..b3997b7af8c8 100644 --- a/shells/nu_plugin_inc/Makefile +++ b/shells/nu_plugin_inc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_inc DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_polars/Makefile b/shells/nu_plugin_polars/Makefile index 148c1dabd658..11acc29f49b8 100644 --- a/shells/nu_plugin_polars/Makefile +++ b/shells/nu_plugin_polars/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_polars DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_query/Makefile b/shells/nu_plugin_query/Makefile index 21edc188080d..59dc8d69ff1f 100644 --- a/shells/nu_plugin_query/Makefile +++ b/shells/nu_plugin_query/Makefile @@ -1,6 +1,6 @@ PORTNAME= nu_plugin_query DISTVERSION= ${NUSHELL_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 8a130d593c75..318da18f4ac6 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,6 +1,6 @@ PORTNAME= nushell DISTVERSION= 0.104.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile index d53040f23c82..6d8d4b049d6a 100644 --- a/shells/sheldon/Makefile +++ b/shells/sheldon/Makefile @@ -1,5 +1,5 @@ PORTNAME= sheldon -DISTVERSION= 0.8.2 +DISTVERSION= 0.8.3 PORTREVISION= 1 CATEGORIES= shells diff --git a/shells/sheldon/Makefile.crates b/shells/sheldon/Makefile.crates index 8157e16b9479..d8e37fdacbe8 100644 --- a/shells/sheldon/Makefile.crates +++ b/shells/sheldon/Makefile.crates @@ -1,28 +1,28 @@ CARGO_CRATES= aho-corasick-1.1.3 \ - anstyle-1.0.10 \ + anstyle-1.0.11 \ anyhow-1.0.98 \ bitflags-2.9.1 \ bstr-1.12.0 \ casual-0.2.0 \ - cc-1.2.23 \ - cfg-if-1.0.0 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ - clap_complete-4.5.50 \ - clap_derive-4.5.32 \ - clap_lex-0.7.4 \ + cc-1.2.27 \ + cfg-if-1.0.1 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ constcat-0.6.1 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ - curl-0.4.47 \ - curl-sys-0.4.80+curl-8.12.1 \ + curl-0.4.48 \ + curl-sys-0.4.82+curl-8.14.1 \ diff-0.1.13 \ displaydoc-0.2.5 \ either-1.15.0 \ env_home-0.1.0 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fastrand-2.3.0 \ fmutex-0.3.0 \ form_urlencoded-1.2.1 \ @@ -31,45 +31,43 @@ CARGO_CRATES= aho-corasick-1.1.3 \ globset-0.4.16 \ globwalk-0.9.1 \ goldie-0.5.0 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heck-0.5.0 \ home-0.5.11 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.1 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.1 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.1 \ - 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 \ + idna_adapter-1.2.1 \ ignore-0.4.23 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ itertools-0.14.0 \ itoa-1.0.15 \ jobserver-0.1.33 \ - libc-0.2.172 \ - libgit2-sys-0.18.1+1.9.0 \ + libc-0.2.174 \ + libgit2-sys-0.18.2+1.9.1 \ libssh2-sys-0.3.1 \ libz-sys-1.1.22 \ linux-raw-sys-0.9.4 \ - litemap-0.7.5 \ + litemap-0.8.0 \ log-0.4.27 \ maplit-1.0.2 \ - memchr-2.7.4 \ + memchr-2.7.5 \ once_cell-1.21.3 \ openssl-probe-0.1.6 \ openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-sys-0.9.109 \ percent-encoding-2.3.1 \ pkg-config-0.3.32 \ + potential_utf-0.1.2 \ pretty_assertions-1.4.1 \ proc-macro2-1.0.95 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ regex-1.11.1 \ @@ -83,54 +81,63 @@ CARGO_CRATES= aho-corasick-1.1.3 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ - serde_spanned-0.6.8 \ + serde_spanned-0.6.9 \ shlex-1.3.0 \ - smallvec-1.15.0 \ - socket2-0.5.9 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ tempfile-3.20.0 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ - tinystr-0.7.6 \ - toml-0.8.22 \ - toml_datetime-0.6.9 \ - toml_edit-0.22.26 \ - toml_write-0.1.1 \ + tinystr-0.8.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ unicode-ident-1.0.18 \ unicode-width-0.1.14 \ upon-0.8.1 \ - upon-0.9.0 \ + upon-0.10.0 \ url-2.5.4 \ - utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ vcpkg-0.2.15 \ walkdir-2.5.0 \ wasi-0.14.2+wasi-0.2.4 \ - which-7.0.3 \ + which-8.0.0 \ winapi-util-0.1.9 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ 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 \ - winnow-0.7.10 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.11 \ winsafe-0.0.19 \ wit-bindgen-rt-0.39.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ + writeable-0.6.1 \ yansi-1.0.1 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ - zerovec-0.10.4 \ - zerovec-derive-0.10.3 + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 diff --git a/shells/sheldon/distinfo b/shells/sheldon/distinfo index 62a530d33023..84dd4533f532 100644 --- a/shells/sheldon/distinfo +++ b/shells/sheldon/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1747964325 +TIMESTAMP = 1751356904 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 -SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 -SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 @@ -11,20 +11,20 @@ SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf95891080 SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/casual-0.2.0.crate) = 02bac00d171e78bbd71fe323666881647f18ce2a6c7460e9d1baddeefa3c3420 SIZE (rust/crates/casual-0.2.0.crate) = 8948 -SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 -SIZE (rust/crates/cc-1.2.23.crate) = 106527 -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.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/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/constcat-0.6.1.crate) = 136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c SIZE (rust/crates/constcat-0.6.1.crate) = 8583 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 @@ -33,10 +33,10 @@ 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/curl-0.4.47.crate) = d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265 -SIZE (rust/crates/curl-0.4.47.crate) = 97185 -SHA256 (rust/crates/curl-sys-0.4.80+curl-8.12.1.crate) = 55f7df2eac63200c3ab25bde3b2268ef2ee56af3d238e76d61f01c3c49bff734 -SIZE (rust/crates/curl-sys-0.4.80+curl-8.12.1.crate) = 1817567 +SHA256 (rust/crates/curl-0.4.48.crate) = 9e2d5c8f48d9c0c23250e52b55e82a6ab4fdba6650c931f5a0a57a43abda812b +SIZE (rust/crates/curl-0.4.48.crate) = 97323 +SHA256 (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = c4d63638b5ec65f1a4ae945287b3fd035be4554bbaf211901159c9a2a74fb5be +SIZE (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = 1859811 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 @@ -47,8 +47,8 @@ SHA256 (rust/crates/env_home-0.1.0.crate) = c7f84e12ccf0a7ddc17a6c41c93326024c42 SIZE (rust/crates/env_home-0.1.0.crate) = 9006 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/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fmutex-0.3.0.crate) = 5bd990c8a95704647aeb7cc51b0ea54c5072c824894977cc8ba679459f00bc9a @@ -65,84 +65,80 @@ SHA256 (rust/crates/globwalk-0.9.1.crate) = 0bf760ebf69878d9fd8f110c89703d90ce35 SIZE (rust/crates/globwalk-0.9.1.crate) = 12572 SHA256 (rust/crates/goldie-0.5.0.crate) = aa70c42797cac60e6182e00f33f629212e02ba80d67e8a976f6168b57568d78e SIZE (rust/crates/goldie-0.5.0.crate) = 9442 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 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-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.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.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.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 -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/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/ignore-0.4.23.crate) = 6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b SIZE (rust/crates/ignore-0.4.23.crate) = 55901 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 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/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 -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/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libgit2-sys-0.18.2+1.9.1.crate) = 1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222 +SIZE (rust/crates/libgit2-sys-0.18.2+1.9.1.crate) = 1856057 SHA256 (rust/crates/libssh2-sys-0.3.1.crate) = 220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9 SIZE (rust/crates/libssh2-sys-0.3.1.crate) = 582851 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.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 -SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 -SIZE (rust/crates/litemap-0.7.5.crate) = 29962 +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/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d SIZE (rust/crates/maplit-1.0.2.crate) = 8871 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 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/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 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 @@ -169,20 +165,20 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 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_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -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/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +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/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 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 @@ -191,28 +187,26 @@ SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332 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/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/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 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.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 SHA256 (rust/crates/upon-0.8.1.crate) = 9fe29601d1624f104fa9a35ea71a5f523dd8bd1cfc8c31f8124ad2b829f013c0 SIZE (rust/crates/upon-0.8.1.crate) = 61129 -SHA256 (rust/crates/upon-0.9.0.crate) = cc1243af2969e332d5b9b99087eddd44d04a41da8630ed53e06df497b7f5c747 -SIZE (rust/crates/upon-0.9.0.crate) = 58175 +SHA256 (rust/crates/upon-0.10.0.crate) = f3ead40aa15464f4d808014183fa0b030761ff6f57e162f7fc76d6a900df7a28 +SIZE (rust/crates/upon-0.10.0.crate) = 61445 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 @@ -221,55 +215,75 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 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/which-7.0.3.crate) = 24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762 -SIZE (rust/crates/which-7.0.3.crate) = 18872 +SHA256 (rust/crates/which-8.0.0.crate) = d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d +SIZE (rust/crates/which-8.0.0.crate) = 26209 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.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 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.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 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/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec -SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +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.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd +SIZE (rust/crates/winnow-0.7.11.crate) = 174175 SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 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/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 SIZE (rust/crates/yansi-1.0.1.crate) = 75497 -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/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/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 (rossmacarthur-sheldon-0.8.2_GH0.tar.gz) = 8b9306902849344bacb9525051c88b34487767086adc93936fdef98c8650cfc8 -SIZE (rossmacarthur-sheldon-0.8.2_GH0.tar.gz) = 85038 +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 (rossmacarthur-sheldon-0.8.3_GH0.tar.gz) = fea159b473a9ae48779ae2094eb909262361f45d2bf3a2e3968eddacb8e3b992 +SIZE (rossmacarthur-sheldon-0.8.3_GH0.tar.gz) = 85490 diff --git a/shells/shell-hist/Makefile b/shells/shell-hist/Makefile index 0a6ae4e0ecea..614173063c64 100644 --- a/shells/shell-hist/Makefile +++ b/shells/shell-hist/Makefile @@ -1,6 +1,6 @@ PORTNAME= shell-hist DISTVERSION= g20190515 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/shellharden/Makefile b/shells/shellharden/Makefile index 3cfc79e34c79..32b87be882e7 100644 --- a/shells/shellharden/Makefile +++ b/shells/shellharden/Makefile @@ -1,7 +1,7 @@ PORTNAME= shellharden DISTVERSIONPREFIX= v DISTVERSION= 4.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 0ef9f48069a0..ddd2231fe93e 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,6 +1,6 @@ PORTNAME= starship DISTVERSION= 1.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/Makefile b/sysutils/Makefile index 0fa9861150a2..2a78e0131106 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -809,6 +809,8 @@ SUBDIR += php83-posix SUBDIR += php84-fileinfo SUBDIR += php84-posix + SUBDIR += php85-fileinfo + SUBDIR += php85-posix SUBDIR += phybs SUBDIR += pick SUBDIR += pidof diff --git a/sysutils/async/Makefile b/sysutils/async/Makefile index bf1ffaae8bfa..b55ee451208b 100644 --- a/sysutils/async/Makefile +++ b/sysutils/async/Makefile @@ -1,7 +1,7 @@ PORTNAME= async DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile index 74e9f8a69176..f9901b285df3 100644 --- a/sysutils/b3sum/Makefile +++ b/sysutils/b3sum/Makefile @@ -1,6 +1,6 @@ PORTNAME= b3sum PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/backdown/Makefile b/sysutils/backdown/Makefile index 894657ec7349..5d9d89d911a0 100644 --- a/sysutils/backdown/Makefile +++ b/sysutils/backdown/Makefile @@ -1,7 +1,7 @@ PORTNAME= backdown DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile index fcb1595dc078..04fe2630bbd7 100644 --- a/sysutils/bkt/Makefile +++ b/sysutils/bkt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bkt DISTVERSION= 0.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index 5605dea115b9..cf1944bfda24 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,6 +1,6 @@ PORTNAME= bottom DISTVERSION= 0.10.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index efc2b70b66e9..6d4dc7683d80 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -10,6 +10,8 @@ WWW= https://www.bsdstats.org/ LICENSE= BSD4CLAUSE +BROKEN= mastersite gives PHP fatal error as of 20250701 + NO_BUILD= yes USE_RC_SUBR= bsdstats SUB_FILES= 300.statistics bsdstats-send pkg-message diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index 2693adc44980..e2d8523ad22e 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bupstash DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= sysutils MAINTAINER= felix@userspace.com.au diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile index bd2a219914cf..fff999c0114b 100644 --- a/sysutils/conserve/Makefile +++ b/sysutils/conserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= conserve DISTVERSIONPREFIX= v DISTVERSION= 24.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/ddh/Makefile b/sysutils/ddh/Makefile index 3ddc3ce07ae7..cb26a261961c 100644 --- a/sysutils/ddh/Makefile +++ b/sysutils/ddh/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddh DISTVERSIONPREFIX= win DISTVERSION= 64 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index 9095bd73209f..c3053e6b914f 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,6 +1,6 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile index a1181534b13b..9a850b1fd3f8 100644 --- a/sysutils/diskus/Makefile +++ b/sysutils/diskus/Makefile @@ -1,7 +1,7 @@ PORTNAME= diskus DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 4d64bfb4a04e..f490101f4a5e 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.29.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index 123bcfc29f9d..a84e24a336d5 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -1,7 +1,7 @@ PORTNAME= dust DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/dutree/Makefile b/sysutils/dutree/Makefile index 4f62ae2fcd42..cbf291362489 100644 --- a/sysutils/dutree/Makefile +++ b/sysutils/dutree/Makefile @@ -1,7 +1,7 @@ PORTNAME= dutree DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils PATCH_SITES= https://github.com/nachoparker/dutree/commit/ diff --git a/sysutils/elfx86exts/Makefile b/sysutils/elfx86exts/Makefile index 56306db203fd..4ff5c4d90d36 100644 --- a/sysutils/elfx86exts/Makefile +++ b/sysutils/elfx86exts/Makefile @@ -1,7 +1,7 @@ PORTNAME= elfx86exts DISTVERSIONPREFIX= ${PORTNAME}@ DISTVERSION= 0.6.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= jamie@catflap.org diff --git a/sysutils/erdtree/Makefile b/sysutils/erdtree/Makefile index a9b4f3605f8f..7baf49804bf3 100644 --- a/sysutils/erdtree/Makefile +++ b/sysutils/erdtree/Makefile @@ -1,7 +1,7 @@ PORTNAME= erdtree DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 2e44d082540d..12d05d4f2fe9 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,7 +1,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile index c1d62840d9b1..3622b761c9f5 100644 --- a/sysutils/eza/Makefile +++ b/sysutils/eza/Makefile @@ -1,6 +1,7 @@ PORTNAME= eza DISTVERSIONPREFIX= v DISTVERSION= 0.21.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/eza-community/${PORTNAME}/releases/download/v${DISTVERSION}/man-${DISTVERSION}.tar.gz?dummy=/:man DISTFILES= ${PORTNAME}-man-${DISTVERSION}.tar.gz:man diff --git a/sysutils/faketty/Makefile b/sysutils/faketty/Makefile index c82623053bf3..d6652fdf1605 100644 --- a/sysutils/faketty/Makefile +++ b/sysutils/faketty/Makefile @@ -1,6 +1,6 @@ PORTNAME= faketty DISTVERSION= 1.0.18 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fclones/Makefile b/sysutils/fclones/Makefile index 00261c0a0b50..bfe1795fae8a 100644 --- a/sysutils/fclones/Makefile +++ b/sysutils/fclones/Makefile @@ -1,7 +1,7 @@ PORTNAME= fclones DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index c39a41cec7de..061f614f85f0 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -1,7 +1,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 10.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flipperbit/Makefile b/sysutils/flipperbit/Makefile index 447edacf25a7..98e978f7fe63 100644 --- a/sysutils/flipperbit/Makefile +++ b/sysutils/flipperbit/Makefile @@ -1,7 +1,7 @@ PORTNAME= flipperbit DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 6f946c617c75..8d3012b96ec6 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.3.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/framework-system/Makefile b/sysutils/framework-system/Makefile index ef074115a18e..f4afe3ca9f18 100644 --- a/sysutils/framework-system/Makefile +++ b/sysutils/framework-system/Makefile @@ -1,7 +1,7 @@ PORTNAME= framework-system DISTVERSIONPREFIX=v DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dhs@frame.work diff --git a/sysutils/freebsd-rustdate/Makefile b/sysutils/freebsd-rustdate/Makefile index 53806ae6f576..391fe581c018 100644 --- a/sysutils/freebsd-rustdate/Makefile +++ b/sysutils/freebsd-rustdate/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-rustdate -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://rustdate.over-yonder.net/dl/ \ diff --git a/sysutils/freebsd-rustdate/Makefile.crates b/sysutils/freebsd-rustdate/Makefile.crates index cb402263adfb..957552687dcf 100644 --- a/sysutils/freebsd-rustdate/Makefile.crates +++ b/sysutils/freebsd-rustdate/Makefile.crates @@ -1,36 +1,36 @@ CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ aho-corasick-1.1.3 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.18 \ - anstyle-1.0.10 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ anyhow-1.0.98 \ async-trait-0.1.88 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ backtrace-0.3.75 \ base16ct-0.2.0 \ base64-0.22.1 \ bitflags-2.9.1 \ block-buffer-0.10.4 \ - bumpalo-3.17.0 \ + bumpalo-3.19.0 \ byteorder-1.5.0 \ bytes-1.10.1 \ bzip2-0.5.2 \ bzip2-sys-0.1.13+1.0.8 \ - cc-1.2.23 \ + cc-1.2.27 \ cdivsufsort-2.0.0 \ - cfg-if-1.0.0 \ + cfg-if-1.0.1 \ chrono-0.4.41 \ - 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 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_complete-4.5.54 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ + colorchoice-1.0.4 \ console-0.15.11 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ @@ -51,6 +51,7 @@ CARGO_CRATES= addr2line-0.24.2 \ diffy-0.4.2 \ digest-0.10.7 \ displaydoc-0.2.5 \ + dyn-clone-1.0.19 \ edit-0.1.5 \ educe-0.6.0 \ either-1.15.0 \ @@ -59,9 +60,9 @@ CARGO_CRATES= addr2line-0.24.2 \ enum-ordinalize-4.3.0 \ enum-ordinalize-derive-4.3.1 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fastrand-2.3.0 \ - flate2-1.1.1 \ + flate2-1.1.2 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ @@ -77,7 +78,7 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.3.3 \ gimli-0.31.1 \ hashbrown-0.12.3 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heck-0.5.0 \ hex-0.4.3 \ hickory-proto-0.25.2 \ @@ -92,14 +93,14 @@ CARGO_CRATES= addr2line-0.24.2 \ icu_locale_core-2.0.0 \ icu_normalizer-2.0.0 \ icu_normalizer_data-2.0.0 \ - icu_properties-2.0.0 \ - icu_properties_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.1 \ indexmap-1.9.3 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ indicatif-0.17.11 \ ipconfig-0.3.2 \ ipnet-2.11.0 \ @@ -108,17 +109,17 @@ CARGO_CRATES= addr2line-0.24.2 \ itoa-1.0.15 \ js-sys-0.3.77 \ lazy_static-1.5.0 \ - libc-0.2.172 \ + libc-0.2.174 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ - lock_api-0.4.12 \ + lock_api-0.4.13 \ log-0.4.27 \ loom-0.7.2 \ matchers-0.1.0 \ - memchr-2.7.4 \ - miniz_oxide-0.8.8 \ - mio-1.0.3 \ + memchr-2.7.5 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ moka-0.12.10 \ nu-ansi-term-0.46.0 \ nu-ansi-term-0.50.1 \ @@ -127,32 +128,35 @@ CARGO_CRATES= addr2line-0.24.2 \ number_prefix-0.4.0 \ object-0.36.7 \ once_cell-1.21.3 \ - openssl-0.10.72 \ + once_cell_polyfill-1.70.1 \ + openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-sys-0.9.109 \ overload-0.1.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ pkg-config-0.3.32 \ - portable-atomic-1.11.0 \ + portable-atomic-1.11.1 \ potential_utf-0.1.2 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ proc-macro2-1.0.95 \ qbsdiff-1.4.3 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rand-0.9.1 \ rand_chacha-0.9.0 \ rand_core-0.9.3 \ rand_pcg-0.9.0 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.13 \ + ref-cast-1.0.24 \ + ref-cast-impl-1.0.24 \ regex-1.11.1 \ regex-automata-0.1.10 \ regex-automata-0.4.9 \ @@ -161,34 +165,35 @@ CARGO_CRATES= addr2line-0.24.2 \ regex-syntax-0.8.5 \ resolv-conf-0.7.4 \ ring-0.17.14 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.25 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustix-1.0.7 \ - rustversion-1.0.20 \ + rustversion-1.0.21 \ ryu-1.0.20 \ sacabase-2.0.0 \ same-file-1.0.6 \ + schemars-0.9.0 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ semver-1.0.26 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ - serde_with-3.12.0 \ - serde_with_macros-3.12.0 \ + serde_with-3.13.0 \ + serde_with_macros-3.13.0 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ - slab-0.4.9 \ - smallvec-1.15.0 \ - socket2-0.5.9 \ + slab-0.4.10 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ strum-0.27.1 \ strum_macros-0.27.1 \ suffix_array-0.5.0 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.13.2 \ sysctl-0.6.0 \ tagptr-0.2.0 \ @@ -198,36 +203,36 @@ CARGO_CRATES= addr2line-0.24.2 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ + thread_local-1.1.9 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ 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 \ tracing-0.1.41 \ - tracing-core-0.1.33 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ typenum-1.18.0 \ unicode-ident-1.0.18 \ - unicode-width-0.2.0 \ + unicode-width-0.2.1 \ untrusted-0.9.0 \ - ureq-3.0.11 \ - ureq-proto-0.4.1 \ + ureq-3.0.12 \ + ureq-proto-0.4.2 \ url-2.5.4 \ utf-8-0.7.6 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ + uuid-1.17.0 \ uzers-0.12.1 \ valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ walkdir-2.5.0 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ @@ -241,44 +246,54 @@ 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.61.1 \ + windows-0.61.3 \ windows-collections-0.2.0 \ - windows-core-0.61.1 \ + windows-core-0.61.2 \ windows-future-0.2.1 \ windows-implement-0.60.0 \ windows-interface-0.59.1 \ - windows-link-0.1.1 \ + windows-link-0.1.3 \ windows-numerics-0.2.0 \ - windows-result-0.3.3 \ - windows-strings-0.4.1 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows-threading-0.1.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 \ winreg-0.50.0 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zerocopy-0.8.25 \ - zerocopy-derive-0.8.25 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.2 \ diff --git a/sysutils/freebsd-rustdate/distinfo b/sysutils/freebsd-rustdate/distinfo index a0e730a15701..985fe3deee9d 100644 --- a/sysutils/freebsd-rustdate/distinfo +++ b/sysutils/freebsd-rustdate/distinfo @@ -1,32 +1,32 @@ -TIMESTAMP = 1747610623 -SHA256 (freebsd-rustdate-1.3.0.tar.xz) = ae0d5dfce4d5a247becc2c15a30a8508931b70e29eeab2ef2635051308f9c4d9 -SIZE (freebsd-rustdate-1.3.0.tar.xz) = 127432 +TIMESTAMP = 1751240725 +SHA256 (freebsd-rustdate-1.3.1.tar.xz) = 5161aaad8efb8b9dbefca0eed24d89a0644a52631a48704d2beac6aff008baee +SIZE (freebsd-rustdate-1.3.1.tar.xz) = 128764 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/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 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/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/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 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/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 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 @@ -37,8 +37,8 @@ SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf -SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a @@ -47,26 +47,26 @@ SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 -SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 -SIZE (rust/crates/cc-1.2.23.crate) = 106527 +SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 SHA256 (rust/crates/cdivsufsort-2.0.0.crate) = edefce019197609da416762da75bb000bbd2224b2d89a7e722c2296cbff79b8c SIZE (rust/crates/cdivsufsort-2.0.0.crate) = 19881 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 -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/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 +SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 SIZE (rust/crates/console-0.15.11.crate) = 37822 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b @@ -107,6 +107,8 @@ SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8c SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 +SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 SHA256 (rust/crates/edit-0.1.5.crate) = f364860e764787163c8c8f58231003839be31276e821e2ad2092ddf496b1aa09 SIZE (rust/crates/edit-0.1.5.crate) = 9327 SHA256 (rust/crates/educe-0.6.0.crate) = 1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417 @@ -123,12 +125,12 @@ SHA256 (rust/crates/enum-ordinalize-derive-4.3.1.crate) = 0d28318a75d4aead5c4db2 SIZE (rust/crates/enum-ordinalize-derive-4.3.1.crate) = 7957 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/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece -SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 @@ -159,8 +161,8 @@ SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 @@ -189,10 +191,10 @@ SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329 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.0.crate) = 2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a -SIZE (rust/crates/icu_properties-2.0.0.crate) = 58065 -SHA256 (rust/crates/icu_properties_data-2.0.0.crate) = 8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04 -SIZE (rust/crates/icu_properties_data-2.0.0.crate) = 159069 +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 @@ -203,8 +205,8 @@ SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 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/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 SHA256 (rust/crates/ipconfig-0.3.2.crate) = b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f @@ -221,28 +223,28 @@ SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec9374296 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.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 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/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca SIZE (rust/crates/loom-0.7.2.crate) = 73989 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -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/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/moka-0.12.10.crate) = a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926 SIZE (rust/crates/moka-0.12.10.crate) = 253622 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 @@ -259,20 +261,22 @@ 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/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da -SIZE (rust/crates/openssl-0.10.72.crate) = 283852 +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/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -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/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 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 @@ -281,8 +285,8 @@ 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/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e -SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 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 @@ -295,8 +299,8 @@ SHA256 (rust/crates/qbsdiff-1.4.3.crate) = 73ee0630c045473cad802a241ec0dedab000b SIZE (rust/crates/qbsdiff-1.4.3.crate) = 22102 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/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 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 @@ -309,8 +313,12 @@ 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.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af -SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf +SIZE (rust/crates/ref-cast-1.0.24.crate) = 15252 +SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7 +SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 @@ -327,22 +335,24 @@ SHA256 (rust/crates/resolv-conf-0.7.4.crate) = 95325155c684b1c89f7765e30bc1c42e4 SIZE (rust/crates/resolv-conf-0.7.4.crate) = 17260 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-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 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/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/sacabase-2.0.0.crate) = 9883fc3d6ce3d78bb54d908602f8bc1f7b5f983afe601dabe083009d86267a84 SIZE (rust/crates/sacabase-2.0.0.crate) = 2399 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f +SIZE (rust/crates/schemars-0.9.0.crate) = 80032 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 @@ -355,22 +365,22 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 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_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/serde_with-3.13.0.crate) = bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42 +SIZE (rust/crates/serde_with-3.13.0.crate) = 172644 +SHA256 (rust/crates/serde_with_macros-3.13.0.crate) = 81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77 +SIZE (rust/crates/serde_with_macros-3.13.0.crate) = 38965 SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 SIZE (rust/crates/sha2-0.10.9.crate) = 29271 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.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/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/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +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/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f @@ -381,8 +391,8 @@ SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298 SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 SHA256 (rust/crates/suffix_array-0.5.0.crate) = 907d9ca9637a22e3a7d7c7818f6105a7898857359e187ad3325d986684b9ec3f SIZE (rust/crates/suffix_array-0.5.0.crate) = 11026 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/sysctl-0.6.0.crate) = 01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc @@ -401,8 +411,8 @@ 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/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 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 @@ -415,14 +425,14 @@ 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/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-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 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.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 @@ -431,14 +441,14 @@ SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205 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/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c +SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 -SHA256 (rust/crates/ureq-3.0.11.crate) = b7a3e9af6113ecd57b8c63d3cd76a385b2e3881365f1f489e54f49801d0c83ea -SIZE (rust/crates/ureq-3.0.11.crate) = 126498 -SHA256 (rust/crates/ureq-proto-0.4.1.crate) = fadf18427d33828c311234884b7ba2afb57143e6e7e69fda7ee883b624661e36 -SIZE (rust/crates/ureq-proto-0.4.1.crate) = 61641 +SHA256 (rust/crates/ureq-3.0.12.crate) = 9f0fde9bc91026e381155f8c67cb354bcd35260b2f4a29bcc84639f762760c39 +SIZE (rust/crates/ureq-3.0.12.crate) = 131026 +SHA256 (rust/crates/ureq-proto-0.4.2.crate) = 59db78ad1923f2b1be62b6da81fe80b173605ca0d57f85da2e005382adf693f7 +SIZE (rust/crates/ureq-proto-0.4.2.crate) = 61832 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 SIZE (rust/crates/url-2.5.4.crate) = 81097 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 @@ -447,8 +457,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/uzers-0.12.1.crate) = 4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd SIZE (rust/crates/uzers-0.12.1.crate) = 29272 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 @@ -459,8 +469,8 @@ SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853a 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/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.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 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 @@ -487,68 +497,88 @@ 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.61.1.crate) = c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419 -SIZE (rust/crates/windows-0.61.1.crate) = 9342486 +SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 +SIZE (rust/crates/windows-0.61.3.crate) = 9372520 SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 -SHA256 (rust/crates/windows-core-0.61.1.crate) = 46ec44dc15085cea82cf9c78f85a9114c463a369786585ad2882d1ff0b0acf40 -SIZE (rust/crates/windows-core-0.61.1.crate) = 36762 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 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-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 -SHA256 (rust/crates/windows-result-0.3.3.crate) = 4b895b5356fc36103d0f64dd1e94dfa7ac5633f1c9dd6e80fe9ec4adef69e09d -SIZE (rust/crates/windows-result-0.3.3.crate) = 13431 -SHA256 (rust/crates/windows-strings-0.4.1.crate) = 2a7ab927b2637c19b3dbe0965e75d8f2d30bdd697a1516191cad2ec4df8fb28a -SIZE (rust/crates/windows-strings-0.4.1.crate) = 13976 +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.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-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 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.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 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 +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.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 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 @@ -559,10 +589,10 @@ SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f659 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/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 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 diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index e8bac7add96a..0baf449fb8f2 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,6 +1,6 @@ PORTNAME= fselect DISTVERSION= 0.8.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 01e1a5b3be15..5aa4a1b924ae 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -1,5 +1,5 @@ PORTNAME= graylog -DISTVERSION= 6.2.3 +DISTVERSION= 6.3.0 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index d6c1db4c2209..e257316463c3 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749455224 -SHA256 (graylog/graylog-6.2.3.tgz) = 472cdf1f69205fb382d586c84f7312e10ed56474b41654a409b8280d7a2879e3 -SIZE (graylog/graylog-6.2.3.tgz) = 300170523 +TIMESTAMP = 1751368330 +SHA256 (graylog/graylog-6.3.0.tgz) = c218777f2ce9ce91690f752e12fc4accad5572dba4c7ae66b2cfb0886213877e +SIZE (graylog/graylog-6.3.0.tgz) = 317252957 diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index 7bca90ee0c61..97d07c39f26e 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gstat-rs DISTVERSIONPREFIX= gstat-v DISTVERSION= 0.1.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile index 55784a533350..85428e1548fe 100644 --- a/sysutils/handlr/Makefile +++ b/sysutils/handlr/Makefile @@ -1,7 +1,7 @@ PORTNAME= handlr DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 721a90b22684..5ddc854b39dc 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index 3345458c3cb7..67b3211e3715 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,5 +1,6 @@ PORTNAME= httm DISTVERSION= 0.48.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index 6da337696ba7..98ae67e415cd 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/joshuto/Makefile b/sysutils/joshuto/Makefile index f962b73df73c..e3a0c16e678b 100644 --- a/sysutils/joshuto/Makefile +++ b/sysutils/joshuto/Makefile @@ -1,7 +1,7 @@ PORTNAME= joshuto DISTVERSIONPREFIX= v DISTVERSION= 0.9.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/kubie/Makefile b/sysutils/kubie/Makefile index 67b5858536bb..ff4bef08c876 100644 --- a/sysutils/kubie/Makefile +++ b/sysutils/kubie/Makefile @@ -1,7 +1,7 @@ PORTNAME= kubie DISTVERSIONPREFIX= v DISTVERSION= 0.25.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index 1c8dc425f632..e9686c5237d6 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,7 +1,7 @@ PORTNAME= lsd DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index 464ecbc534ad..37b15a9bf41e 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v DISTVERSION= 0.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/mdcat/Makefile b/sysutils/mdcat/Makefile index 1a269a4b0ad2..5ee5c8295299 100644 --- a/sysutils/mdcat/Makefile +++ b/sysutils/mdcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdcat DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 2.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile index cfd386dbe8a8..9c7021df8661 100644 --- a/sysutils/mprocs/Makefile +++ b/sysutils/mprocs/Makefile @@ -1,7 +1,7 @@ PORTNAME= mprocs DISTVERSIONPREFIX= v DISTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dtxdf@FreeBSD.org diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index 22d91ce2ac85..93a4d28551e1 100644 --- a/sysutils/ncdu2/Makefile +++ b/sysutils/ncdu2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ncdu -PORTVERSION= 2.7 +PORTVERSION= 2.8.2 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ PKGNAMESUFFIX= 2 @@ -12,7 +12,7 @@ WWW= https://dev.yorhel.nl/ncdu \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt -BUILD_DEPENDS= zig>=0.12<0.14:lang/zig +BUILD_DEPENDS= zig>=0.14:lang/zig LIB_DEPENDS= libzstd.so:archivers/zstd USES= ncurses pkgconfig diff --git a/sysutils/ncdu2/distinfo b/sysutils/ncdu2/distinfo index a95229982298..806a83cc42e9 100644 --- a/sysutils/ncdu2/distinfo +++ b/sysutils/ncdu2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732202496 -SHA256 (ncdu-2.7.tar.gz) = b218cc14a2bb9852cf951db4e21aec8980e7a8c3aca097e3aa3417f20eb93000 -SIZE (ncdu-2.7.tar.gz) = 71122 +TIMESTAMP = 1751375039 +SHA256 (ncdu-2.8.2.tar.gz) = 022fa765d35a79797acdc80c831707df43c9a3ba60d1ae3e6ea4cc1b7a2c013d +SIZE (ncdu-2.8.2.tar.gz) = 72200 diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index a021702fd02c..617518d32ea8 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,6 +1,6 @@ PORTNAME= onefetch DISTVERSION= 2.22.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 752f1eeb34c5..ecc4ea14f87c 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,6 +1,6 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 +DISTVERSION= 1.10.2 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/opentofu/distinfo b/sysutils/opentofu/distinfo index d4ac1a41b544..414ced3ad22c 100644 --- a/sysutils/opentofu/distinfo +++ b/sysutils/opentofu/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751268730 -SHA256 (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.mod) = a89f161ef76903801f1a0beac5aab3deea6455825cde9faedb9f3a5f043e5d01 -SIZE (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.mod) = 14181 -SHA256 (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.zip) = ed69c7953abaf24fcb1ccf68fd8f403ded8a874b52c3cd7ff8d40a18bb6807ad -SIZE (go/sysutils_opentofu/opentofu-v1.10.0/v1.10.0.zip) = 6739653 +TIMESTAMP = 1751444266 +SHA256 (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.mod) = fea0f5e89a464ced9d8221c821eb16163062f1c948389406a8479db8d18dc413 +SIZE (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.mod) = 14181 +SHA256 (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.zip) = 0ec1d5261c4a590b0bd2d07b9ac513c05c0c5fa6993a43d3ce6fd49387d3ca3f +SIZE (go/sysutils_opentofu/opentofu-v1.10.2/v1.10.2.zip) = 6744361 diff --git a/sysutils/pfetch-rs/Makefile b/sysutils/pfetch-rs/Makefile index 8d5dd12970f5..46565d6f6d68 100644 --- a/sysutils/pfetch-rs/Makefile +++ b/sysutils/pfetch-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pfetch-rs DISTVERSIONPREFIX= v DISTVERSION= 2.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yonas.yanfa@gmail.com diff --git a/sysutils/php85-fileinfo/Makefile b/sysutils/php85-fileinfo/Makefile new file mode 100644 index 000000000000..f7b8fe1610ee --- /dev/null +++ b/sysutils/php85-fileinfo/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -fileinfo + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/php85-posix/Makefile b/sysutils/php85-posix/Makefile new file mode 100644 index 000000000000..8fdc5be62d79 --- /dev/null +++ b/sysutils/php85-posix/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/pollinfo/Makefile b/sysutils/pollinfo/Makefile index 31a720ffcf80..b06bfcac0b47 100644 --- a/sysutils/pollinfo/Makefile +++ b/sysutils/pollinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= pollinfo PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils devel MAINTAINER= arrowd@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index e1188bb81789..cb92cb56c40a 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= potnet DISTVERSION= 0.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 7ea6c8209ef3..f8068c472dfd 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,7 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/qmk_hid/Makefile b/sysutils/qmk_hid/Makefile index 6442d69c805b..b71aca40ed23 100644 --- a/sysutils/qmk_hid/Makefile +++ b/sysutils/qmk_hid/Makefile @@ -1,7 +1,7 @@ PORTNAME= qmk_hid DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= dhs@frame.work diff --git a/sysutils/rldd/Makefile b/sysutils/rldd/Makefile index 332436ad08d4..dd3c8d481aad 100644 --- a/sysutils/rldd/Makefile +++ b/sysutils/rldd/Makefile @@ -1,7 +1,7 @@ PORTNAME= rldd DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/runiq/Makefile b/sysutils/runiq/Makefile index 1d1f2392e04f..d9bd385a8b57 100644 --- a/sysutils/runiq/Makefile +++ b/sysutils/runiq/Makefile @@ -1,7 +1,7 @@ PORTNAME= runiq DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile index fffcb8197de0..5b894f481289 100644 --- a/sysutils/rust-coreutils/Makefile +++ b/sysutils/rust-coreutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-coreutils DISTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/rust-findutils/Makefile b/sysutils/rust-findutils/Makefile index 792aa3321316..69c4a11f1203 100644 --- a/sysutils/rust-findutils/Makefile +++ b/sysutils/rust-findutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-findutils DISTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/superiotool/files/patch-Makefile b/sysutils/superiotool/files/patch-Makefile index a17b198c05b8..a7cca296f4ed 100644 --- a/sysutils/superiotool/files/patch-Makefile +++ b/sysutils/superiotool/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2022-10-16 20:14:31 UTC -+++ Makefile -@@ -8,7 +8,7 @@ PREFIX ?= /usr/local +--- Makefile.orig 2022-10-16 23:14:31.000000000 +0300 ++++ Makefile 2025-07-02 10:37:44.757402000 +0300 +@@ -8,7 +8,7 @@ # Set the superiotool version string to the output of 'git describe'. @@ -9,3 +9,12 @@ CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -Werror-implicit-function-declaration -ansi -pedantic $(VERSION) +@@ -23,7 +23,7 @@ + endif + ifeq ($(OS_ARCH), FreeBSD) + CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ +- -Werror-implicit-function-declaration -ansi $(VERSION) \ ++ -Werror-implicit-function-declaration -Wno-comment -ansi $(VERSION) \ + -I/usr/local/include + LDFLAGS += -L/usr/local/lib + LIBS = -lz diff --git a/sysutils/syngesture/Makefile b/sysutils/syngesture/Makefile index 76f6cca2907c..d9b85f0256e1 100644 --- a/sysutils/syngesture/Makefile +++ b/sysutils/syngesture/Makefile @@ -1,6 +1,6 @@ PORTNAME= syngesture DISTVERSION= 1.0.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/systeroid/Makefile b/sysutils/systeroid/Makefile index 148e65159f59..3c5b6257bc2e 100644 --- a/sysutils/systeroid/Makefile +++ b/sysutils/systeroid/Makefile @@ -1,7 +1,7 @@ PORTNAME= systeroid DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile index 20e8024882bc..102543140997 100644 --- a/sysutils/tailspin/Makefile +++ b/sysutils/tailspin/Makefile @@ -1,5 +1,6 @@ PORTNAME= tailspin DISTVERSION= 5.4.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index b529316e54a5..e96fd22c61f5 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,7 +1,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile index 5a768c1f0478..50b961486014 100644 --- a/sysutils/tere/Makefile +++ b/sysutils/tere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tere DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tiempo/Makefile b/sysutils/tiempo/Makefile index b48e79e6405c..4e9f6b4817c3 100644 --- a/sysutils/tiempo/Makefile +++ b/sysutils/tiempo/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiempo DISTVERSION= 1.11.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tldr/Makefile b/sysutils/tldr/Makefile index cabfbddcfacd..f5b8023c0d58 100644 --- a/sysutils/tldr/Makefile +++ b/sysutils/tldr/Makefile @@ -1,6 +1,7 @@ PORTNAME= tldr DISTVERSIONPREFIX= v DISTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile index 725027da374c..fa00c333526a 100644 --- a/sysutils/topgrade/Makefile +++ b/sysutils/topgrade/Makefile @@ -1,7 +1,7 @@ PORTNAME= topgrade DISTVERSIONPREFIX= v DISTVERSION= 16.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= freebsd@scd-systems.net diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile index bae2bd8d2938..bd45015a0529 100644 --- a/sysutils/tuckr/Makefile +++ b/sysutils/tuckr/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuckr DISTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index cbebe00ffc43..9be62899260b 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,7 @@ PORTNAME= vivid DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/vtm/Makefile b/sysutils/vtm/Makefile index 724de4eb224f..b7d68bdc4b16 100644 --- a/sysutils/vtm/Makefile +++ b/sysutils/vtm/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 2025.05.28 CATEGORIES= sysutils -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Text-based desktop environment for your terminal WWW= https://github.com/directvt/vtm diff --git a/sysutils/wiper/Makefile b/sysutils/wiper/Makefile index f062be45fead..86608d2a63c1 100644 --- a/sysutils/wiper/Makefile +++ b/sysutils/wiper/Makefile @@ -1,7 +1,7 @@ PORTNAME= wiper DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils PKGNAMESUFFIX= -disk-cleanup-tool diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile index 445c47878e61..d5e62ce9cc4c 100644 --- a/sysutils/xcp/Makefile +++ b/sysutils/xcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xcp DISTVERSIONPREFIX= v DISTVERSION= 0.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile index a5b563e6477c..57c10cb97c5e 100644 --- a/sysutils/yadf/Makefile +++ b/sysutils/yadf/Makefile @@ -1,7 +1,7 @@ PORTNAME= yadf DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index ac2063cf1d18..6e42cddfffd9 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,7 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.42.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 41fa460d68f1..c1b05dc31b58 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/textproc/Makefile b/textproc/Makefile index 44011d814fb7..7fff25d7fb0b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1150,6 +1150,14 @@ SUBDIR += php84-xmlreader SUBDIR += php84-xmlwriter SUBDIR += php84-xsl + SUBDIR += php85-ctype + SUBDIR += php85-dom + SUBDIR += php85-enchant + SUBDIR += php85-simplexml + SUBDIR += php85-xml + SUBDIR += php85-xmlreader + SUBDIR += php85-xmlwriter + SUBDIR += php85-xsl SUBDIR += pict SUBDIR += po4a SUBDIR += pod2mdoc diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index a42f528dee1c..9f3c7b037300 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.19.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/apache-commons-csv/Makefile b/textproc/apache-commons-csv/Makefile index d4da89b3538d..ea0ab587e1a3 100644 --- a/textproc/apache-commons-csv/Makefile +++ b/textproc/apache-commons-csv/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-csv -DISTVERSION= 1.13.0 +DISTVERSION= 1.14.0 CATEGORIES= textproc java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- diff --git a/textproc/apache-commons-csv/distinfo b/textproc/apache-commons-csv/distinfo index 7e3a170f633b..830ae14fe63e 100644 --- a/textproc/apache-commons-csv/distinfo +++ b/textproc/apache-commons-csv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739234023 -SHA256 (commons-csv-1.13.0-bin.tar.gz) = 6e0e72eea0c49b8c12ebfc19215c7d199a0fa26aa66833ccdf0c8cb391d1e3bd -SIZE (commons-csv-1.13.0-bin.tar.gz) = 444694 +TIMESTAMP = 1751312380 +SHA256 (commons-csv-1.14.0-bin.tar.gz) = b4dd909314831dcad33dc1fc17382cc8b73eff27d56687c262059b3c817edb1b +SIZE (commons-csv-1.14.0-bin.tar.gz) = 470848 diff --git a/textproc/aq/Makefile b/textproc/aq/Makefile index 0e0fc0c24287..e95b13424a87 100644 --- a/textproc/aq/Makefile +++ b/textproc/aq/Makefile @@ -1,6 +1,6 @@ PORTNAME= aq DISTVERSION= 0.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index c199d4b87085..9decd89f9f71 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,7 +1,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/biodiff/Makefile b/textproc/biodiff/Makefile index 1fdca620ca88..9f7a6c6d7420 100644 --- a/textproc/biodiff/Makefile +++ b/textproc/biodiff/Makefile @@ -1,7 +1,7 @@ PORTNAME= biodiff DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile index 6970199cce7d..63c934e482de 100644 --- a/textproc/cast2gif/Makefile +++ b/textproc/cast2gif/Makefile @@ -2,7 +2,7 @@ PORTNAME= cast2gif DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-5 DISTVERSIONSUFFIX= -g7373161 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/choose/Makefile b/textproc/choose/Makefile index df54d36af5c8..1f3e3918f5db 100644 --- a/textproc/choose/Makefile +++ b/textproc/choose/Makefile @@ -1,7 +1,7 @@ PORTNAME= choose DISTVERSIONPREFIX= v DISTVERSION= 1.3.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index 8f2f13b0bdc4..8874898cce80 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= cl-ppcre PORTVERSION= 2.1.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/textproc/code-minimap/Makefile b/textproc/code-minimap/Makefile index a081f128b18b..2ff337dd72a6 100644 --- a/textproc/code-minimap/Makefile +++ b/textproc/code-minimap/Makefile @@ -1,7 +1,7 @@ PORTNAME= code-minimap DISTVERSIONPREFIX= v DISTVERSION= 0.6.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= dereks@lifeofadishwasher.com diff --git a/textproc/comrak/Makefile b/textproc/comrak/Makefile index d8b18c8bdf25..19a5a7f2f080 100644 --- a/textproc/comrak/Makefile +++ b/textproc/comrak/Makefile @@ -1,6 +1,7 @@ PORTNAME= comrak DISTVERSIONPREFIX= v DISTVERSION= 0.39.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/csview/Makefile b/textproc/csview/Makefile index cb605a40a774..2ea7378326ab 100644 --- a/textproc/csview/Makefile +++ b/textproc/csview/Makefile @@ -1,7 +1,7 @@ PORTNAME= csview DISTVERSIONPREFIX= v DISTVERSION= 1.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= ruben@verweg.com diff --git a/textproc/csvlens/Makefile b/textproc/csvlens/Makefile index 76d13548d141..a3288ccad3d4 100644 --- a/textproc/csvlens/Makefile +++ b/textproc/csvlens/Makefile @@ -1,7 +1,7 @@ PORTNAME= csvlens DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile index d00abc69d3a1..62c11e086158 100644 --- a/textproc/difftastic/Makefile +++ b/textproc/difftastic/Makefile @@ -1,5 +1,6 @@ PORTNAME= difftastic DISTVERSION= 0.64.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index 8c07b6e66347..725b9e184070 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -1,5 +1,5 @@ PORTNAME= enchant -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.10 CATEGORIES= textproc gnome MASTER_SITES= https://github.com/rrthomas/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 2 @@ -54,9 +54,6 @@ ZEMBEREK_CONFIGURE_WITH= zemberek PLIST_SUB+= LIBVERSION="${PORTVERSION}" post-patch: - @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ - ${WRKSRC}/install-sh - @${REINPLACE_CMD} -e 's|groff -mandoc|mandoc -mdoc|' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/lib/Makefile.in diff --git a/textproc/enchant2/distinfo b/textproc/enchant2/distinfo index 4116a4bbdd95..2d5a5e9c7650 100644 --- a/textproc/enchant2/distinfo +++ b/textproc/enchant2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733129070 -SHA256 (enchant-2.8.2.tar.gz) = 8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375 -SIZE (enchant-2.8.2.tar.gz) = 1345097 +TIMESTAMP = 1750873768 +SHA256 (enchant-2.8.10.tar.gz) = 6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9 +SIZE (enchant-2.8.10.tar.gz) = 1259599 diff --git a/textproc/enchant2/pkg-plist b/textproc/enchant2/pkg-plist index f974f0daa896..c6f5f2b7bf17 100644 --- a/textproc/enchant2/pkg-plist +++ b/textproc/enchant2/pkg-plist @@ -2,15 +2,10 @@ bin/enchant-2 bin/enchant-lsmod-2 include/enchant-2/enchant++.h include/enchant-2/enchant.h -%%ASPELL%%lib/enchant-2/enchant_aspell.a %%ASPELL%%lib/enchant-2/enchant_aspell.so -%%HSPELL%%lib/enchant-2/enchant_hspell.a %%HSPELL%%lib/enchant-2/enchant_hspell.so -%%HUNSPELL%%lib/enchant-2/enchant_hunspell.a %%HUNSPELL%%lib/enchant-2/enchant_hunspell.so -%%NUSPELL%%lib/enchant-2/enchant_nuspell.a %%NUSPELL%%lib/enchant-2/enchant_nuspell.so -%%ZEMBEREK%%lib/enchant-2/enchant_zemberek.a %%ZEMBEREK%%lib/enchant-2/enchant_zemberek.so lib/libenchant-2.a lib/libenchant-2.so diff --git a/textproc/evtx/Makefile b/textproc/evtx/Makefile index aa7bc41fa37e..75c0e967c034 100644 --- a/textproc/evtx/Makefile +++ b/textproc/evtx/Makefile @@ -1,7 +1,7 @@ PORTNAME= evtx DISTVERSION= 0.8.1 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= acm@FreeBSD.org diff --git a/textproc/fblog/Makefile b/textproc/fblog/Makefile index 026865238125..59fcd375b104 100644 --- a/textproc/fblog/Makefile +++ b/textproc/fblog/Makefile @@ -1,7 +1,7 @@ PORTNAME= fblog DISTVERSIONPREFIX= v DISTVERSION= 4.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/feluda/Makefile b/textproc/feluda/Makefile index 1461a4ab077f..4e5f444e1143 100644 --- a/textproc/feluda/Makefile +++ b/textproc/feluda/Makefile @@ -1,5 +1,6 @@ PORTNAME= feluda DISTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com diff --git a/textproc/grass/Makefile b/textproc/grass/Makefile index 4fb39561e26a..5ecbe315b497 100644 --- a/textproc/grass/Makefile +++ b/textproc/grass/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass DISTVERSION= 0.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= vishwin@FreeBSD.org diff --git a/textproc/harper/Makefile b/textproc/harper/Makefile index b4b500809f8a..30516b29ff3f 100644 --- a/textproc/harper/Makefile +++ b/textproc/harper/Makefile @@ -1,6 +1,7 @@ PORTNAME= harper DISTVERSIONPREFIX= v DISTVERSION= 0.46.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/hq/Makefile b/textproc/hq/Makefile index 501827721059..9f70aedab46a 100644 --- a/textproc/hq/Makefile +++ b/textproc/hq/Makefile @@ -1,7 +1,7 @@ PORTNAME= hq DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/htmlq/Makefile b/textproc/htmlq/Makefile index 67ecb8a8ef97..7fb2368d25ba 100644 --- a/textproc/htmlq/Makefile +++ b/textproc/htmlq/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmlq DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/jaq/Makefile b/textproc/jaq/Makefile index 5fff557327d5..f9ec541f6038 100644 --- a/textproc/jaq/Makefile +++ b/textproc/jaq/Makefile @@ -1,7 +1,7 @@ PORTNAME= jaq DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile index 578102110695..aac265179c10 100644 --- a/textproc/jless/Makefile +++ b/textproc/jless/Makefile @@ -1,7 +1,7 @@ PORTNAME= jless DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org diff --git a/textproc/jnv/Makefile b/textproc/jnv/Makefile index be2ea0d90f6c..83e045bba5a3 100644 --- a/textproc/jnv/Makefile +++ b/textproc/jnv/Makefile @@ -1,7 +1,7 @@ PORTNAME= jnv DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile index a3ace844f808..24c383103fbb 100644 --- a/textproc/jql/Makefile +++ b/textproc/jql/Makefile @@ -1,7 +1,7 @@ PORTNAME= jql DISTVERSIONPREFIX= jql-v DISTVERSION= 8.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/mdbook-linkcheck/Makefile b/textproc/mdbook-linkcheck/Makefile index a42d5c54579f..4d3fae875e9b 100644 --- a/textproc/mdbook-linkcheck/Makefile +++ b/textproc/mdbook-linkcheck/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook-linkcheck DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org diff --git a/textproc/mdbook-mermaid/Makefile b/textproc/mdbook-mermaid/Makefile index 4e7fcd7833e9..a7734c6c3fb2 100644 --- a/textproc/mdbook-mermaid/Makefile +++ b/textproc/mdbook-mermaid/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook-mermaid DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index b55e52ead910..c7936c94dfed 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v DISTVERSION= 0.4.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdq/Makefile b/textproc/mdq/Makefile index a5a426962254..fb5a435e124a 100644 --- a/textproc/mdq/Makefile +++ b/textproc/mdq/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdq DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile index 71d55f22d184..8aef6ba85ecd 100644 --- a/textproc/meilisearch/Makefile +++ b/textproc/meilisearch/Makefile @@ -1,7 +1,7 @@ PORTNAME= meilisearch DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \ https://dlwqk3ibdg1xh.cloudfront.net/:dic_upstream \ diff --git a/textproc/p5-Template-Tiny/Makefile b/textproc/p5-Template-Tiny/Makefile index 11e18abcc00d..1afaebf92d76 100644 --- a/textproc/p5-Template-Tiny/Makefile +++ b/textproc/p5-Template-Tiny/Makefile @@ -1,5 +1,5 @@ PORTNAME= Template-Tiny -DISTVERSION= 1.15 +DISTVERSION= 1.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-Template-Tiny/distinfo b/textproc/p5-Template-Tiny/distinfo index 671e0a722295..bbc7548f6d53 100644 --- a/textproc/p5-Template-Tiny/distinfo +++ b/textproc/p5-Template-Tiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751267207 -SHA256 (Template-Tiny-1.15.tar.gz) = 5d4f49e0e7430bd949dd1293dc0f67e25bbc356d3dae8389b2c8029b988b1c85 -SIZE (Template-Tiny-1.15.tar.gz) = 32214 +TIMESTAMP = 1751443956 +SHA256 (Template-Tiny-1.16.tar.gz) = cea4735220af81c72943dea70465a83f61beb499a2a2ba67ea55762e1cd8060e +SIZE (Template-Tiny-1.16.tar.gz) = 32349 diff --git a/textproc/php81-dom/Makefile b/textproc/php81-dom/Makefile index 18ce3512cdbf..d6610e9682c1 100644 --- a/textproc/php81-dom/Makefile +++ b/textproc/php81-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-simplexml/Makefile b/textproc/php81-simplexml/Makefile index 171dd964ccbf..4771fd3f274a 100644 --- a/textproc/php81-simplexml/Makefile +++ b/textproc/php81-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xml/Makefile b/textproc/php81-xml/Makefile index 0800edeb41eb..6baacc4611cc 100644 --- a/textproc/php81-xml/Makefile +++ b/textproc/php81-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xmlreader/Makefile b/textproc/php81-xmlreader/Makefile index 414e7cc8b146..2a5922ee6820 100644 --- a/textproc/php81-xmlreader/Makefile +++ b/textproc/php81-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xmlwriter/Makefile b/textproc/php81-xmlwriter/Makefile index 9d8addc95c93..e0cadc6a76b0 100644 --- a/textproc/php81-xmlwriter/Makefile +++ b/textproc/php81-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php81-xsl/Makefile b/textproc/php81-xsl/Makefile index fe4f8282559f..e15435fa3047 100644 --- a/textproc/php81-xsl/Makefile +++ b/textproc/php81-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php81 diff --git a/textproc/php82-dom/Makefile b/textproc/php82-dom/Makefile index 1b17c3323f41..390d9cc54d32 100644 --- a/textproc/php82-dom/Makefile +++ b/textproc/php82-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-simplexml/Makefile b/textproc/php82-simplexml/Makefile index 1016f80f18e9..68049351ec54 100644 --- a/textproc/php82-simplexml/Makefile +++ b/textproc/php82-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xml/Makefile b/textproc/php82-xml/Makefile index 8cef4f4b8419..48da35d981d6 100644 --- a/textproc/php82-xml/Makefile +++ b/textproc/php82-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xmlreader/Makefile b/textproc/php82-xmlreader/Makefile index 75aa98acb965..e77d2697d3ac 100644 --- a/textproc/php82-xmlreader/Makefile +++ b/textproc/php82-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xmlwriter/Makefile b/textproc/php82-xmlwriter/Makefile index e71ac7a52dc8..39f5feada4d6 100644 --- a/textproc/php82-xmlwriter/Makefile +++ b/textproc/php82-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php82-xsl/Makefile b/textproc/php82-xsl/Makefile index 5e7b28bc2776..a65a869982bc 100644 --- a/textproc/php82-xsl/Makefile +++ b/textproc/php82-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/textproc/php83-dom/Makefile b/textproc/php83-dom/Makefile index 1933bf17bab9..152ab51944ab 100644 --- a/textproc/php83-dom/Makefile +++ b/textproc/php83-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-simplexml/Makefile b/textproc/php83-simplexml/Makefile index 69388320ee18..87996eb406d9 100644 --- a/textproc/php83-simplexml/Makefile +++ b/textproc/php83-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xml/Makefile b/textproc/php83-xml/Makefile index 9fc5ef4eda12..e9650249edbd 100644 --- a/textproc/php83-xml/Makefile +++ b/textproc/php83-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xmlreader/Makefile b/textproc/php83-xmlreader/Makefile index 4a4f2f98d761..fc29a603edcd 100644 --- a/textproc/php83-xmlreader/Makefile +++ b/textproc/php83-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xmlwriter/Makefile b/textproc/php83-xmlwriter/Makefile index f93e37ec6e8a..0aec419cb0a5 100644 --- a/textproc/php83-xmlwriter/Makefile +++ b/textproc/php83-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php83-xsl/Makefile b/textproc/php83-xsl/Makefile index 59cb10d26d57..13cf30a12fa5 100644 --- a/textproc/php83-xsl/Makefile +++ b/textproc/php83-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/textproc/php84-dom/Makefile b/textproc/php84-dom/Makefile index 45f6e658b8df..02a3ee9976c6 100644 --- a/textproc/php84-dom/Makefile +++ b/textproc/php84-dom/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-simplexml/Makefile b/textproc/php84-simplexml/Makefile index 42e38d98b4e4..ddb54ac3fffd 100644 --- a/textproc/php84-simplexml/Makefile +++ b/textproc/php84-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xml/Makefile b/textproc/php84-xml/Makefile index c8219b5b9e5c..1d04b9033f65 100644 --- a/textproc/php84-xml/Makefile +++ b/textproc/php84-xml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xmlreader/Makefile b/textproc/php84-xmlreader/Makefile index bbe854b9e45a..4af62c73f7c1 100644 --- a/textproc/php84-xmlreader/Makefile +++ b/textproc/php84-xmlreader/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xmlwriter/Makefile b/textproc/php84-xmlwriter/Makefile index 1d9010ad49c3..7adfd0814081 100644 --- a/textproc/php84-xmlwriter/Makefile +++ b/textproc/php84-xmlwriter/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php84-xsl/Makefile b/textproc/php84-xsl/Makefile index 8624e2a9f3b8..64d8e7f98be1 100644 --- a/textproc/php84-xsl/Makefile +++ b/textproc/php84-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php84 diff --git a/textproc/php85-ctype/Makefile b/textproc/php85-ctype/Makefile new file mode 100644 index 000000000000..ba75413cef31 --- /dev/null +++ b/textproc/php85-ctype/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ctype + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-dom/Makefile b/textproc/php85-dom/Makefile new file mode 100644 index 000000000000..6f1e31e35297 --- /dev/null +++ b/textproc/php85-dom/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c new file mode 100644 index 000000000000..2d91481ddf5c --- /dev/null +++ b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c @@ -0,0 +1,11 @@ +--- lexbor/selectors-adapted/selectors.c.orig 2025-07-02 12:25:47 UTC ++++ lexbor/selectors-adapted/selectors.c +@@ -13,7 +13,7 @@ + #include + #include + +-#include "ext/dom/lexbor/selectors-adapted/selectors.h" ++#include "selectors.h" + #include "../../namespace_compat.h" + #include "../../domexception.h" + #include "../../php_dom.h" diff --git a/textproc/php85-dom/files/patch-parentnode_css__selectors.c b/textproc/php85-dom/files/patch-parentnode_css__selectors.c new file mode 100644 index 000000000000..65f4d3670ad0 --- /dev/null +++ b/textproc/php85-dom/files/patch-parentnode_css__selectors.c @@ -0,0 +1,11 @@ +--- parentnode/css_selectors.c.orig 2025-07-02 12:24:35 UTC ++++ parentnode/css_selectors.c +@@ -23,7 +23,7 @@ + #include "../php_dom.h" + #include "../obj_map.h" + +-#include "ext/lexbor/lexbor/css/parser.h" ++#include "lexbor/css/parser.h" + #include "../lexbor/selectors-adapted/selectors.h" + + // TODO: optimization idea: cache the parsed selectors in an LRU fashion? diff --git a/textproc/php85-enchant/Makefile b/textproc/php85-enchant/Makefile new file mode 100644 index 000000000000..5442d92eab5b --- /dev/null +++ b/textproc/php85-enchant/Makefile @@ -0,0 +1,12 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -enchant + +post-patch: + ${REINPLACE_CMD} -e \ + 's|#include "../spl/spl_exceptions.h"|#include "ext/spl/spl_exceptions.h"|g' \ + ${WRKSRC}/enchant.c + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-simplexml/Makefile b/textproc/php85-simplexml/Makefile new file mode 100644 index 000000000000..5375e538bfc0 --- /dev/null +++ b/textproc/php85-simplexml/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -simplexml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xml/Makefile b/textproc/php85-xml/Makefile new file mode 100644 index 000000000000..e03512ead698 --- /dev/null +++ b/textproc/php85-xml/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xml + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xml/files/patch-compat.c b/textproc/php85-xml/files/patch-compat.c new file mode 100644 index 000000000000..0752de99e2da --- /dev/null +++ b/textproc/php85-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig 2023-06-06 15:54:29 UTC ++++ compat.c +@@ -14,6 +14,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" diff --git a/textproc/php85-xmlreader/Makefile b/textproc/php85-xmlreader/Makefile new file mode 100644 index 000000000000..988b8e5628fd --- /dev/null +++ b/textproc/php85-xmlreader/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xmlreader + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xmlwriter/Makefile b/textproc/php85-xmlwriter/Makefile new file mode 100644 index 000000000000..6bd6d56be8e6 --- /dev/null +++ b/textproc/php85-xmlwriter/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xmlwriter + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php85-xsl/Makefile b/textproc/php85-xsl/Makefile new file mode 100644 index 000000000000..2b2ba0361e4c --- /dev/null +++ b/textproc/php85-xsl/Makefile @@ -0,0 +1,12 @@ +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -xsl + +post-patch: + ${REINPLACE_CMD} -e \ + 's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \ + ${WRKSRC}/php_xsl.h + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/py-anyascii/Makefile b/textproc/py-anyascii/Makefile index af3a2d729b79..7659cd4b8c8b 100644 --- a/textproc/py-anyascii/Makefile +++ b/textproc/py-anyascii/Makefile @@ -1,6 +1,5 @@ PORTNAME= anyascii -PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-anyascii/distinfo b/textproc/py-anyascii/distinfo index a702bd745afe..7eb67fa95417 100644 --- a/textproc/py-anyascii/distinfo +++ b/textproc/py-anyascii/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498814 -SHA256 (anyascii-0.3.2.tar.gz) = 9d5d32ef844fe225b8bc7cba7f950534fae4da27a9bf3a6bea2cb0ea46ce4730 -SIZE (anyascii-0.3.2.tar.gz) = 214052 +TIMESTAMP = 1751375061 +SHA256 (anyascii-0.3.3.tar.gz) = c94e9dd9d47b3d9494eca305fef9447d00b4bf1a32aff85aa746fa3ec7fb95c3 +SIZE (anyascii-0.3.3.tar.gz) = 264680 diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index d7cd761068f2..0e87f47b2d16 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.2.0 +PORTVERSION= 10.3.0 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/CycloneDX/cyclonedx-python-lib/releases/download/v${PORTVERSION}/ @@ -31,7 +31,7 @@ XML_VALIDATION_DESC= XML validation JSON_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4<6:devel/py-lxml@${PY_FLAVOR} -XML_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4<6:devel/py-lxml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} +XML_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} .include diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index 058c90b9d5bc..886a1be1f1db 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188138 -SHA256 (cyclonedx_python_lib-10.2.0.tar.gz) = b67a9ada847f91cf9584f3b82c144458c7887587a6ae94c0a3cac33fd2ec54e5 -SIZE (cyclonedx_python_lib-10.2.0.tar.gz) = 1039057 +TIMESTAMP = 1751375063 +SHA256 (cyclonedx_python_lib-10.3.0.tar.gz) = d9f207bdddacbf5c22d50a0b4e0c878aee578e5452dae2b46f64729a438e9e05 +SIZE (cyclonedx_python_lib-10.3.0.tar.gz) = 1039738 diff --git a/textproc/py-jiter/Makefile b/textproc/py-jiter/Makefile index 4ad78c80dc20..fba028dc03b8 100644 --- a/textproc/py-jiter/Makefile +++ b/textproc/py-jiter/Makefile @@ -1,6 +1,6 @@ PORTNAME= jiter DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index 5aae3a4568cb..3887307b1fd0 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,6 +1,5 @@ PORTNAME= pikepdf -DISTVERSION= 9.5.2 -PORTREVISION= 1 +DISTVERSION= 9.9.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,8 @@ WWW= https://github.com/pikepdf/pikepdf LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10.1:devel/py-pybind11@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10.1:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libqpdf.so:print/qpdf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ @@ -32,7 +32,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} USES= compiler:c++14-lang cpe localbase python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 CPE_VENDOR= pikepdf_project diff --git a/textproc/py-pikepdf/distinfo b/textproc/py-pikepdf/distinfo index 492eb8b06476..b4cd2edbd0b0 100644 --- a/textproc/py-pikepdf/distinfo +++ b/textproc/py-pikepdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739502864 -SHA256 (pikepdf-9.5.2.tar.gz) = 190b3bb4891a7a154315f505d7dcd557ef21e8130cea8b78eb9646f8d67072ed -SIZE (pikepdf-9.5.2.tar.gz) = 2916549 +TIMESTAMP = 1751330136 +SHA256 (pikepdf-9.9.0.tar.gz) = 948620612c5ee70c14b262a352b1db927386eab741d6ed77fdb1c4c8772734b9 +SIZE (pikepdf-9.9.0.tar.gz) = 4544960 diff --git a/textproc/py-pikepdf/files/patch-pyproject.toml b/textproc/py-pikepdf/files/patch-pyproject.toml new file mode 100644 index 000000000000..ec1907a0353d --- /dev/null +++ b/textproc/py-pikepdf/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-07-01 02:31:28 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ + # SPDX-License-Identifier: MPL-2.0 + + [build-system] +-requires = ["setuptools >= 77.0.3", "pybind11 >= 2.13.6"] ++requires = ["setuptools >= 63", "pybind11 >= 2.13.6"] + build-backend = "setuptools.build_meta" + + [project] +@@ -13,7 +13,7 @@ authors = [{ name = "James R. Barlow", email = "james@ + requires-python = ">=3.9" + keywords = ["PDF"] + authors = [{ name = "James R. Barlow", email = "james@purplerock.ca" }] +-license = "MPL-2.0" ++license = {text="MPL-2.0"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", diff --git a/textproc/py-pycddl/Makefile b/textproc/py-pycddl/Makefile index 32170137e9c5..f19cdcc433b4 100644 --- a/textproc/py-pycddl/Makefile +++ b/textproc/py-pycddl/Makefile @@ -1,7 +1,7 @@ PORTNAME= pycddl DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-tiktoken/Makefile b/textproc/py-tiktoken/Makefile index dafc037e140b..3c3afbb59c60 100644 --- a/textproc/py-tiktoken/Makefile +++ b/textproc/py-tiktoken/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiktoken PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-tokenizers/Makefile b/textproc/py-tokenizers/Makefile index 035c0a56a6cc..7076777ea457 100644 --- a/textproc/py-tokenizers/Makefile +++ b/textproc/py-tokenizers/Makefile @@ -1,5 +1,6 @@ PORTNAME= tokenizers DISTVERSION= 0.21.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index c22ff15c33d9..9d8780ac32d6 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmlschema -DISTVERSION= 3.4.5 +DISTVERSION= 4.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo index 96ef8849c2a3..7fee1f157a37 100644 --- a/textproc/py-xmlschema/distinfo +++ b/textproc/py-xmlschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743857480 -SHA256 (xmlschema-3.4.5.tar.gz) = 243244743f151ec859ec0bbf1368fa3f70e5f29e977b77f72e1c9b8f8ae670f6 -SIZE (xmlschema-3.4.5.tar.gz) = 592281 +TIMESTAMP = 1751337448 +SHA256 (xmlschema-4.1.0.tar.gz) = 88ac771cf94d5fc6bbd1a763db8c157f3d683ad23120b0d0b8c46fe4537f2adf +SIZE (xmlschema-4.1.0.tar.gz) = 633811 diff --git a/textproc/py-xmlschema/files/patch-pyproject.toml b/textproc/py-xmlschema/files/patch-pyproject.toml new file mode 100644 index 000000000000..b4dfda07df35 --- /dev/null +++ b/textproc/py-xmlschema/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-07-01 02:41:45 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 77.0"] ++requires = ["setuptools >= 63.0"] + build-backend = "setuptools.build_meta" + + [project] +@@ -7,8 +7,8 @@ readme = "README.rst" + version = "4.1.0" + description = "An XML Schema validator and decoder" + readme = "README.rst" +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text="MIT"} ++#license-files = ["LICENSE"] + requires-python = ">=3.9" + authors = [ + { name = "Davide Brunato", email = "brunato@sissa.it" }, diff --git a/textproc/quickwit/Makefile b/textproc/quickwit/Makefile index a210b5913b59..cd5a62fd3883 100644 --- a/textproc/quickwit/Makefile +++ b/textproc/quickwit/Makefile @@ -1,7 +1,7 @@ PORTNAME= quickwit DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index ca561bbc56d0..2c1f7fa3ea2c 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= https://download.librdf.org/source/ PATCH_SITES= https://github.com/dajobe/raptor/commit/ PATCHFILES= 4dbc4c1da2a033c497d84a1291c46f416a9cac51.patch:-p1 -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland WWW= https://librdf.org/raptor/ diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index a6c327fffe9d..52870c8eb0c7 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -5,7 +5,7 @@ CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= High-level interface for RDF WWW= https://librdf.org/ diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 198e442ce03c..a7a0c1763d09 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ -MAINTAINER= kde@FreeBSD.org +MAINTAINER= office@FreeBSD.org COMMENT= High-level interface for RDF WWW= https://librdf.org diff --git a/textproc/riffdiff/Makefile b/textproc/riffdiff/Makefile index 510f168c51d3..f0c1169b2738 100644 --- a/textproc/riffdiff/Makefile +++ b/textproc/riffdiff/Makefile @@ -1,6 +1,6 @@ PORTNAME= riffdiff DISTVERSION= 3.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile index 7208e46506de..0d554b446ac4 100644 --- a/textproc/ripgrep-all/Makefile +++ b/textproc/ripgrep-all/Makefile @@ -1,7 +1,7 @@ PORTNAME= ripgrep-all DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= textproc MAINTAINER= alexis.praga@free.fr diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 041e675d3c93..ae433b7df000 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripgrep DISTVERSION= 14.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi diff --git a/textproc/rubygem-commonmarker/Makefile b/textproc/rubygem-commonmarker/Makefile index 370c8936937a..abbb13aa55ee 100644 --- a/textproc/rubygem-commonmarker/Makefile +++ b/textproc/rubygem-commonmarker/Makefile @@ -1,5 +1,6 @@ PORTNAME= commonmarker PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG DISTFILES= ${DISTNAME}.gem diff --git a/textproc/rubygem-gitlab-glfm-markdown/Makefile b/textproc/rubygem-gitlab-glfm-markdown/Makefile index f8309e2c9e11..41ab9c821b03 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/Makefile +++ b/textproc/rubygem-gitlab-glfm-markdown/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-glfm-markdown PORTVERSION= 0.0.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/sad/Makefile b/textproc/sad/Makefile index 893f09923430..ee90d3719fc9 100644 --- a/textproc/sad/Makefile +++ b/textproc/sad/Makefile @@ -1,7 +1,7 @@ PORTNAME= sad DISTVERSIONPREFIX= v DISTVERSION= 0.4.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index df0823d16fba..5fc2f5ae65d7 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,7 +1,7 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index 27fce40f7dca..4e98b270cf41 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.4.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES+= https://clrd.ninjal.ac.jp/unidic_archive/cwj/2.1.2/:unidic DISTFILES+= unidic-mecab-2.1.2_src.zip:unidic # check cargo-crates/lindera-unidic-XXX/build.rs diff --git a/textproc/television/Makefile b/textproc/television/Makefile index 55366dcd938e..04829059e6c2 100644 --- a/textproc/television/Makefile +++ b/textproc/television/Makefile @@ -1,6 +1,6 @@ PORTNAME= television DISTVERSION= 0.11.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index 7a7204e11d1e..7081e7df71c8 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokay DISTVERSIONPREFIX= v DISTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/tomlq/Makefile b/textproc/tomlq/Makefile index 36a78ddc3abc..7e69bd2dd519 100644 --- a/textproc/tomlq/Makefile +++ b/textproc/tomlq/Makefile @@ -1,6 +1,6 @@ PORTNAME= tomlq DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/ttynt/Makefile b/textproc/ttynt/Makefile index c911d4bee9f8..2026e3b02eb0 100644 --- a/textproc/ttynt/Makefile +++ b/textproc/ttynt/Makefile @@ -1,7 +1,7 @@ PORTNAME= ttynt DISTVERSIONPREFIX= v DISTVERSION= 0.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/tui-journal/Makefile b/textproc/tui-journal/Makefile index b8ffdf421cb4..f16e788bb908 100644 --- a/textproc/tui-journal/Makefile +++ b/textproc/tui-journal/Makefile @@ -1,7 +1,7 @@ PORTNAME= tui-journal DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= dutra@FreeBSD.org diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index 009a5915c750..7f9b031852e0 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,7 +1,7 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org diff --git a/textproc/xan/Makefile b/textproc/xan/Makefile index dd18b9e50d63..63c1e48360d6 100644 --- a/textproc/xan/Makefile +++ b/textproc/xan/Makefile @@ -1,5 +1,5 @@ PORTNAME= xan -DISTVERSION= 0.50.0 +DISTVERSION= 0.51.0 PORTREVISION= 1 CATEGORIES= textproc diff --git a/textproc/xan/Makefile.crates b/textproc/xan/Makefile.crates index cb4570334305..1ce014af47d7 100644 --- a/textproc/xan/Makefile.crates +++ b/textproc/xan/Makefile.crates @@ -1,16 +1,15 @@ CARGO_CRATES= adler2-2.0.0 \ - aes-0.8.4 \ - ahash-0.8.11 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ arbitrary-1.4.1 \ - arrayvec-0.4.12 \ arrayvec-0.7.6 \ + atoi_simd-0.16.1 \ autocfg-1.4.0 \ base64-0.22.1 \ + bgzip-0.3.1 \ binary-layout-2.1.0 \ bincode-1.3.3 \ - bitflags-1.3.2 \ bitflags-2.9.0 \ block-buffer-0.10.4 \ bstr-1.12.0 \ @@ -18,36 +17,26 @@ CARGO_CRATES= adler2-2.0.0 \ bumpalo-3.17.0 \ byteorder-1.5.0 \ bytesize-2.0.1 \ - bzip2-0.5.2 \ - bzip2-sys-0.1.13+1.0.8 \ - calamine-0.26.1 \ + calamine-0.28.0 \ + caseless-0.2.2 \ cassowary-0.3.0 \ castaway-0.2.3 \ cc-1.2.19 \ - cfg-if-0.1.10 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - cipher-0.4.4 \ - cloudabi-0.0.3 \ codepage-0.1.2 \ colored-2.2.0 \ colorgrad-0.7.1 \ compact_str-0.8.1 \ + comrak-0.39.0 \ console-0.15.11 \ - constant_time_eq-0.3.1 \ cpufeatures-0.2.17 \ - crc-3.2.1 \ - crc-catalog-2.4.0 \ crc32fast-1.4.2 \ crossbeam-0.8.4 \ - crossbeam-channel-0.2.6 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ - crossbeam-epoch-0.6.1 \ crossbeam-epoch-0.9.18 \ crossbeam-queue-0.3.12 \ - crossbeam-utils-0.5.0 \ - crossbeam-utils-0.6.6 \ crossbeam-utils-0.8.21 \ crypto-common-0.1.6 \ csscolorparser-0.7.0 \ @@ -55,18 +44,17 @@ CARGO_CRATES= adler2-2.0.0 \ cssparser-macros-0.6.1 \ csv-1.3.1 \ csv-core-0.1.12 \ - csv-index-0.1.6 \ ctrlc-3.4.6 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ dbus-0.9.7 \ + debug_unsafe-0.1.3 \ deepsize-0.2.0 \ deepsize_derive-0.1.2 \ - deflate64-0.1.9 \ - deranged-0.4.0 \ derive_arbitrary-1.4.1 \ derive_more-0.99.19 \ + deunicode-1.6.2 \ digest-0.10.7 \ displaydoc-0.2.5 \ dlv-list-0.6.0 \ @@ -86,33 +74,32 @@ CARGO_CRATES= adler2-2.0.0 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ encoding_rs-0.8.35 \ + entities-1.0.1 \ enumset-1.1.5 \ enumset_derive-0.10.0 \ equivalent-1.0.2 \ errno-0.2.8 \ errno-0.3.11 \ errno-dragonfly-0.1.2 \ - ext-sort-0.1.4 \ + ext-sort-0.1.5 \ fast-float-0.2.0 \ + fast-float2-0.2.3 \ fastrand-2.3.0 \ filetime-0.2.25 \ flate2-1.1.1 \ fnv-1.0.7 \ foldhash-0.1.5 \ form_urlencoded-1.2.1 \ - fuchsia-cprng-0.1.1 \ futf-0.1.5 \ fxhash-0.2.1 \ generic-array-0.14.7 \ getopts-0.2.21 \ - getrandom-0.2.15 \ getrandom-0.3.2 \ glob-0.3.2 \ hashbrown-0.12.3 \ hashbrown-0.15.2 \ heck-0.5.0 \ hermit-abi-0.3.9 \ - hmac-0.12.1 \ html-escape-0.2.13 \ html5ever-0.29.1 \ hyperloglogplus-0.4.1 \ @@ -133,49 +120,41 @@ CARGO_CRATES= adler2-2.0.0 \ indexmap-2.9.0 \ indicatif-0.17.11 \ indoc-2.0.6 \ - inout-0.1.4 \ instability-0.3.7 \ itertools-0.13.0 \ itoa-1.0.15 \ - jiff-0.2.10 \ - jiff-static-0.2.10 \ + jiff-0.2.14 \ + jiff-static-0.2.14 \ jiff-tzdb-0.1.4 \ jiff-tzdb-platform-0.1.3 \ - jobserver-0.1.33 \ js-sys-0.3.77 \ lazy_static-1.5.0 \ libc-0.2.172 \ libdbus-sys-0.2.5 \ libredox-0.1.3 \ + libz-rs-sys-0.5.1 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.9.4 \ litemap-0.7.5 \ - lock_api-0.1.5 \ lock_api-0.4.12 \ lockfree-object-pool-0.1.6 \ log-0.4.27 \ lru-0.12.5 \ - lzma-rs-0.3.0 \ - lzma-sys-0.1.20 \ mac-0.1.1 \ markup5ever-0.14.1 \ match_token-0.1.0 \ - maybe-uninit-2.0.0 \ md5-0.7.0 \ memchr-2.7.4 \ memmap2-0.5.10 \ - memoffset-0.2.1 \ mime2ext-0.1.54 \ miniz_oxide-0.8.8 \ namedlock-0.7.0 \ new_debug_unreachable-1.0.6 \ nix-0.29.0 \ - nodrop-0.1.14 \ normpath-1.3.0 \ npyz-0.8.3 \ num-bigint-0.4.6 \ num-complex-0.4.6 \ - num-conv-0.1.0 \ num-integer-0.1.46 \ num-traits-0.2.19 \ num_cpus-1.16.0 \ @@ -185,16 +164,13 @@ CARGO_CRATES= adler2-2.0.0 \ opener-0.7.2 \ ordered-float-2.10.1 \ ordered-float-5.0.0 \ - owning_ref-0.4.1 \ + pad-0.1.6 \ pager-0.16.1 \ paltoquet-0.11.0 \ pariter-0.5.1 \ - parking_lot-0.6.4 \ parking_lot-0.12.3 \ - parking_lot_core-0.3.1 \ parking_lot_core-0.9.10 \ paste-1.0.15 \ - pbkdf2-0.12.2 \ percent-encoding-2.3.1 \ pest-2.8.0 \ pest_derive-2.8.0 \ @@ -208,22 +184,17 @@ CARGO_CRATES= adler2-2.0.0 \ pkg-config-0.3.32 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ - powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ precomputed-hash-0.1.1 \ priority-queue-1.4.0 \ proc-macro2-1.0.94 \ py_literal-0.4.0 \ - quick-xml-0.31.0 \ quick-xml-0.37.4 \ quote-1.0.40 \ r-efi-5.2.0 \ - rand-0.5.6 \ rand-0.8.5 \ rand-0.9.0 \ rand_chacha-0.9.0 \ - rand_core-0.3.1 \ - rand_core-0.4.2 \ rand_core-0.6.4 \ rand_core-0.9.3 \ rand_seeder-0.4.0 \ @@ -236,29 +207,25 @@ CARGO_CRATES= adler2-2.0.0 \ regex-syntax-0.8.5 \ rmp-0.8.14 \ rmp-serde-1.3.0 \ - rust_xlsxwriter-0.84.1 \ - rustc_version-0.2.3 \ + rust_xlsxwriter-0.88.0 \ rustix-1.0.5 \ rustversion-1.0.20 \ ryu-1.0.20 \ - scopeguard-0.3.3 \ scopeguard-1.2.0 \ scraper-0.23.1 \ selectors-0.26.0 \ - semver-0.9.0 \ - semver-parser-0.7.0 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ servo_arc-0.4.0 \ - sha1-0.10.6 \ sha2-0.10.8 \ shlex-1.3.0 \ simd-adler32-0.3.7 \ siphasher-1.0.1 \ - smallvec-0.6.14 \ + slug-0.1.6 \ smallvec-1.15.0 \ smawk-0.3.2 \ + sprintf-0.4.1 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ string_cache-0.8.9 \ @@ -267,7 +234,6 @@ CARGO_CRATES= adler2-2.0.0 \ strsim-0.11.1 \ strum-0.26.3 \ strum_macros-0.26.4 \ - subtle-2.6.1 \ syn-1.0.109 \ syn-2.0.100 \ synstructure-0.13.1 \ @@ -281,21 +247,22 @@ CARGO_CRATES= adler2-2.0.0 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ - threadpool-1.8.1 \ - time-0.3.41 \ - time-core-0.1.4 \ tinystr-0.7.6 \ + tinyvec-1.9.0 \ + tinyvec_macros-0.1.1 \ topk-0.5.0 \ transient-btree-index-0.5.1 \ + typed-arena-2.0.2 \ typenum-1.18.0 \ ucd-trie-0.1.7 \ unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ + unicode-normalization-0.1.24 \ unicode-segmentation-1.12.0 \ unicode-truncate-1.1.0 \ unicode-width-0.1.14 \ unicode-width-0.2.0 \ + unicode_categories-0.1.1 \ unidecode-0.3.0 \ url-2.5.4 \ utf-8-0.7.6 \ @@ -304,7 +271,6 @@ CARGO_CRATES= adler2-2.0.0 \ utf8_iter-1.0.4 \ uuid-1.16.0 \ version_check-0.9.5 \ - 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 \ @@ -328,21 +294,14 @@ CARGO_CRATES= adler2-2.0.0 \ wit-bindgen-rt-0.39.0 \ write16-1.0.0 \ writeable-0.5.5 \ - xz2-0.1.7 \ 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 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ - zeroize-1.8.1 \ - zeroize_derive-1.4.2 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ - zip-2.4.1 \ - zopfli-0.8.1 \ - zstd-0.13.3 \ - zstd-safe-7.2.4 \ - zstd-sys-2.0.15+zstd.1.5.7 + zip-4.2.0 \ + zlib-rs-0.5.1 \ + zopfli-0.8.1 diff --git a/textproc/xan/distinfo b/textproc/xan/distinfo index 9bae79a22666..9be14bca0fef 100644 --- a/textproc/xan/distinfo +++ b/textproc/xan/distinfo @@ -1,30 +1,28 @@ -TIMESTAMP = 1748038616 +TIMESTAMP = 1751351227 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 -SIZE (rust/crates/aes-0.8.4.crate) = 124812 -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/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 -SHA256 (rust/crates/arrayvec-0.4.12.crate) = cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9 -SIZE (rust/crates/arrayvec-0.4.12.crate) = 26551 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/atoi_simd-0.16.1.crate) = c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf +SIZE (rust/crates/atoi_simd-0.16.1.crate) = 18018 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bgzip-0.3.1.crate) = b64fd8980fb64af5951bc05de7772b598150a6f7eac42ec17f73e8489915f99b +SIZE (rust/crates/bgzip-0.3.1.crate) = 27270 SHA256 (rust/crates/binary-layout-2.1.0.crate) = 09fb7bcbdb06f167a360792642846896190de3b40a8d78ea3167c63fe3799a05 SIZE (rust/crates/binary-layout-2.1.0.crate) = 26405 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 -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/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 @@ -39,28 +37,20 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353 SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytesize-2.0.1.crate) = a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba SIZE (rust/crates/bytesize-2.0.1.crate) = 18922 -SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47 -SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 -SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 -SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 -SHA256 (rust/crates/calamine-0.26.1.crate) = 138646b9af2c5d7f1804ea4bf93afc597737d2bd4f7341d67c48b03316976eb1 -SIZE (rust/crates/calamine-0.26.1.crate) = 89109 +SHA256 (rust/crates/calamine-0.28.0.crate) = 15e02a18e79de779a78b0a6ec84a3deed1ff0607dd970a11369f993263f99f1a +SIZE (rust/crates/calamine-0.28.0.crate) = 90014 +SHA256 (rust/crates/caseless-0.2.2.crate) = 8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8 +SIZE (rust/crates/caseless-0.2.2.crate) = 29309 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.2.19.crate) = 8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362 SIZE (rust/crates/cc-1.2.19.crate) = 105910 -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/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad -SIZE (rust/crates/cipher-0.4.4.crate) = 19073 -SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f -SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 SHA256 (rust/crates/codepage-0.1.2.crate) = 48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4 SIZE (rust/crates/codepage-0.1.2.crate) = 8663 SHA256 (rust/crates/colored-2.2.0.crate) = 117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c @@ -69,36 +59,24 @@ SHA256 (rust/crates/colorgrad-0.7.1.crate) = 770315cbc9e3909b1f574a1ab4923a1e1e2 SIZE (rust/crates/colorgrad-0.7.1.crate) = 39757 SHA256 (rust/crates/compact_str-0.8.1.crate) = 3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32 SIZE (rust/crates/compact_str-0.8.1.crate) = 71371 +SHA256 (rust/crates/comrak-0.39.0.crate) = d5c834ca54c5a20588b358f34d1533b4b498ddb5fd979cec6b22d0e8867a2449 +SIZE (rust/crates/comrak-0.39.0.crate) = 179041 SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 SIZE (rust/crates/console-0.15.11.crate) = 37822 -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/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-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 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/crossbeam-0.8.4.crate) = 1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8 SIZE (rust/crates/crossbeam-0.8.4.crate) = 10500 -SHA256 (rust/crates/crossbeam-channel-0.2.6.crate) = 7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827 -SIZE (rust/crates/crossbeam-channel-0.2.6.crate) = 64953 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.6.1.crate) = 2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8 -SIZE (rust/crates/crossbeam-epoch-0.6.1.crate) = 34089 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.12.crate) = 0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115 SIZE (rust/crates/crossbeam-queue-0.3.12.crate) = 16270 -SHA256 (rust/crates/crossbeam-utils-0.5.0.crate) = 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015 -SIZE (rust/crates/crossbeam-utils-0.5.0.crate) = 12162 -SHA256 (rust/crates/crossbeam-utils-0.6.6.crate) = 04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6 -SIZE (rust/crates/crossbeam-utils-0.6.6.crate) = 32836 SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 @@ -113,8 +91,6 @@ SHA256 (rust/crates/csv-1.3.1.crate) = acdc4883a9c96732e4733212c01447ebd805833b7 SIZE (rust/crates/csv-1.3.1.crate) = 888542 SHA256 (rust/crates/csv-core-0.1.12.crate) = 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d SIZE (rust/crates/csv-core-0.1.12.crate) = 26298 -SHA256 (rust/crates/csv-index-0.1.6.crate) = f274135fcb98bd7e6e47a9e0b44639ec53b3e5d6c1930e2a9e6a014f90470404 -SIZE (rust/crates/csv-index-0.1.6.crate) = 6056 SHA256 (rust/crates/ctrlc-3.4.6.crate) = 697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c SIZE (rust/crates/ctrlc-3.4.6.crate) = 14660 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee @@ -125,18 +101,18 @@ SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 SHA256 (rust/crates/dbus-0.9.7.crate) = 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b SIZE (rust/crates/dbus-0.9.7.crate) = 104206 +SHA256 (rust/crates/debug_unsafe-0.1.3.crate) = 85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b +SIZE (rust/crates/debug_unsafe-0.1.3.crate) = 2065 SHA256 (rust/crates/deepsize-0.2.0.crate) = 1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c SIZE (rust/crates/deepsize-0.2.0.crate) = 11625 SHA256 (rust/crates/deepsize_derive-0.1.2.crate) = 990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796 SIZE (rust/crates/deepsize_derive-0.1.2.crate) = 2358 -SHA256 (rust/crates/deflate64-0.1.9.crate) = da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b -SIZE (rust/crates/deflate64-0.1.9.crate) = 15104 -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-0.99.19.crate) = 3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f SIZE (rust/crates/derive_more-0.99.19.crate) = 55072 +SHA256 (rust/crates/deunicode-1.6.2.crate) = abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04 +SIZE (rust/crates/deunicode-1.6.2.crate) = 172772 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 @@ -175,6 +151,8 @@ SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 +SHA256 (rust/crates/entities-1.0.1.crate) = b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca +SIZE (rust/crates/entities-1.0.1.crate) = 24795 SHA256 (rust/crates/enumset-1.1.5.crate) = d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293 SIZE (rust/crates/enumset-1.1.5.crate) = 26442 SHA256 (rust/crates/enumset_derive-0.10.0.crate) = 59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242 @@ -187,10 +165,12 @@ SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704b SIZE (rust/crates/errno-0.3.11.crate) = 12048 SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/ext-sort-0.1.4.crate) = fcf73e44617eab501beba39234441a194cf138629d3b6447f81f573e1c3d0a13 -SIZE (rust/crates/ext-sort-0.1.4.crate) = 19092 +SHA256 (rust/crates/ext-sort-0.1.5.crate) = cf5d3b056bcc471d38082b8c453acb6670f7327fd44219b3c411e40834883569 +SIZE (rust/crates/ext-sort-0.1.5.crate) = 18713 SHA256 (rust/crates/fast-float-0.2.0.crate) = 95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c SIZE (rust/crates/fast-float-0.2.0.crate) = 41609 +SHA256 (rust/crates/fast-float2-0.2.3.crate) = f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55 +SIZE (rust/crates/fast-float2-0.2.3.crate) = 44399 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 @@ -203,8 +183,6 @@ 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/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba -SIZE (rust/crates/fuchsia-cprng-0.1.1.crate) = 2950 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 SIZE (rust/crates/futf-0.1.5.crate) = 11344 SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c @@ -213,8 +191,6 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 -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/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 @@ -227,8 +203,6 @@ 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/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e -SIZE (rust/crates/hmac-0.12.1.crate) = 42657 SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 SIZE (rust/crates/html-escape-0.2.13.crate) = 23345 SHA256 (rust/crates/html5ever-0.29.1.crate) = 3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c @@ -269,24 +243,20 @@ SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c8 SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd SIZE (rust/crates/indoc-2.0.6.crate) = 17164 -SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 -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/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.10.crate) = 5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6 -SIZE (rust/crates/jiff-0.2.10.crate) = 698434 -SHA256 (rust/crates/jiff-static-0.2.10.crate) = 199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254 -SIZE (rust/crates/jiff-static-0.2.10.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 SIZE (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 3179 -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/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe @@ -297,14 +267,14 @@ SHA256 (rust/crates/libdbus-sys-0.2.5.crate) = 06085512b750d640299b79be4bad3d2fa SIZE (rust/crates/libdbus-sys-0.2.5.crate) = 1557017 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.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 +SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 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.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 SIZE (rust/crates/litemap-0.7.5.crate) = 29962 -SHA256 (rust/crates/lock_api-0.1.5.crate) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c -SIZE (rust/crates/lock_api-0.1.5.crate) = 16967 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 @@ -313,26 +283,18 @@ SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb404 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/lzma-rs-0.3.0.crate) = 297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e -SIZE (rust/crates/lzma-rs-0.3.0.crate) = 29080 -SHA256 (rust/crates/lzma-sys-0.1.20.crate) = 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27 -SIZE (rust/crates/lzma-sys-0.1.20.crate) = 760045 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/markup5ever-0.14.1.crate) = c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18 SIZE (rust/crates/markup5ever-0.14.1.crate) = 38103 SHA256 (rust/crates/match_token-0.1.0.crate) = 88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b SIZE (rust/crates/match_token-0.1.0.crate) = 4903 -SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809 SHA256 (rust/crates/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 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/memoffset-0.2.1.crate) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 -SIZE (rust/crates/memoffset-0.2.1.crate) = 4618 SHA256 (rust/crates/mime2ext-0.1.54.crate) = cbf6f36070878c42c5233846cd3de24cf9016828fd47bc22957a687298bb21fc SIZE (rust/crates/mime2ext-0.1.54.crate) = 28612 SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a @@ -343,8 +305,6 @@ SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 SIZE (rust/crates/nix-0.29.0.crate) = 318248 -SHA256 (rust/crates/nodrop-0.1.14.crate) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb -SIZE (rust/crates/nodrop-0.1.14.crate) = 7667 SHA256 (rust/crates/normpath-1.3.0.crate) = c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed SIZE (rust/crates/normpath-1.3.0.crate) = 20719 SHA256 (rust/crates/npyz-0.8.3.crate) = 13f27ea175875c472b3df61ece89a6d6ef4e0627f43704e400c782f174681ebd @@ -353,8 +313,6 @@ SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3a SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 -SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 -SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 @@ -373,26 +331,20 @@ SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01 SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 -SHA256 (rust/crates/owning_ref-0.4.1.crate) = 6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce -SIZE (rust/crates/owning_ref-0.4.1.crate) = 12658 +SHA256 (rust/crates/pad-0.1.6.crate) = d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3 +SIZE (rust/crates/pad-0.1.6.crate) = 4963 SHA256 (rust/crates/pager-0.16.1.crate) = 2599211a5c97fbbb1061d3dc751fa15f404927e4846e07c643287d6d1f462880 SIZE (rust/crates/pager-0.16.1.crate) = 9444 SHA256 (rust/crates/paltoquet-0.11.0.crate) = 46d7e82e84411cf4d59131ba2d854d40b546712f727c262a92f8bbbb08675eb4 SIZE (rust/crates/paltoquet-0.11.0.crate) = 20305 SHA256 (rust/crates/pariter-0.5.1.crate) = 324a62b9e7b5f270c0acc92a2040f8028bb643f959f9c068f11a7864f327e3d9 SIZE (rust/crates/pariter-0.5.1.crate) = 4180059 -SHA256 (rust/crates/parking_lot-0.6.4.crate) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5 -SIZE (rust/crates/parking_lot-0.6.4.crate) = 31890 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.3.1.crate) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c -SIZE (rust/crates/parking_lot_core-0.3.1.crate) = 26635 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/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 -SHA256 (rust/crates/pbkdf2-0.12.2.crate) = f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2 -SIZE (rust/crates/pbkdf2-0.12.2.crate) = 13906 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.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 @@ -419,8 +371,6 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 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/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/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c @@ -431,26 +381,18 @@ SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38 SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 SHA256 (rust/crates/py_literal-0.4.0.crate) = 102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1 SIZE (rust/crates/py_literal-0.4.0.crate) = 16747 -SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 -SIZE (rust/crates/quick-xml-0.31.0.crate) = 172236 SHA256 (rust/crates/quick-xml-0.37.4.crate) = a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369 SIZE (rust/crates/quick-xml-0.37.4.crate) = 190389 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.5.6.crate) = c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9 -SIZE (rust/crates/rand-0.5.6.crate) = 137236 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.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 -SHA256 (rust/crates/rand_core-0.3.1.crate) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b -SIZE (rust/crates/rand_core-0.3.1.crate) = 15483 -SHA256 (rust/crates/rand_core-0.4.2.crate) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc -SIZE (rust/crates/rand_core-0.4.2.crate) = 20243 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.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 @@ -475,28 +417,20 @@ SHA256 (rust/crates/rmp-0.8.14.crate) = 228ed7c16fa39782c3b3468e974aec2795e90891 SIZE (rust/crates/rmp-0.8.14.crate) = 29687 SHA256 (rust/crates/rmp-serde-1.3.0.crate) = 52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db SIZE (rust/crates/rmp-serde-1.3.0.crate) = 33025 -SHA256 (rust/crates/rust_xlsxwriter-0.84.1.crate) = a844d972bb19f538ccf0f26383b70d8aa14ff97854f0558d1cd822d611e7da5f -SIZE (rust/crates/rust_xlsxwriter-0.84.1.crate) = 4231760 -SHA256 (rust/crates/rustc_version-0.2.3.crate) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a -SIZE (rust/crates/rustc_version-0.2.3.crate) = 10210 +SHA256 (rust/crates/rust_xlsxwriter-0.88.0.crate) = 11a9ee3bdc80c80c012e551066a1963a1e550690d186372f33fe3e0a8b3f7661 +SIZE (rust/crates/rust_xlsxwriter-0.88.0.crate) = 4252681 SHA256 (rust/crates/rustix-1.0.5.crate) = d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf SIZE (rust/crates/rustix-1.0.5.crate) = 414160 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/scopeguard-0.3.3.crate) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 -SIZE (rust/crates/scopeguard-0.3.3.crate) = 9605 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/scraper-0.23.1.crate) = 527e65d9d888567588db4c12da1087598d0f6f8b346cc2c5abc91f05fc2dffe2 SIZE (rust/crates/scraper-0.23.1.crate) = 24157 SHA256 (rust/crates/selectors-0.26.0.crate) = fd568a4c9bb598e291a08244a5c1f5a8a6650bee243b5b0f8dbb3d9cc1d87fe8 SIZE (rust/crates/selectors-0.26.0.crate) = 64329 -SHA256 (rust/crates/semver-0.9.0.crate) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 -SIZE (rust/crates/semver-0.9.0.crate) = 17344 -SHA256 (rust/crates/semver-parser-0.7.0.crate) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 -SIZE (rust/crates/semver-parser-0.7.0.crate) = 10268 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 @@ -505,8 +439,6 @@ SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/servo_arc-0.4.0.crate) = ae65c4249478a2647db249fb43e23cec56a2c8974a427e7bd8cb5a1d0964921a SIZE (rust/crates/servo_arc-0.4.0.crate) = 15813 -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/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 @@ -515,12 +447,14 @@ SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97 SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/smallvec-0.6.14.crate) = b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0 -SIZE (rust/crates/smallvec-0.6.14.crate) = 22855 +SHA256 (rust/crates/slug-0.1.6.crate) = 882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724 +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/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 +SHA256 (rust/crates/sprintf-0.4.1.crate) = 2597858e7b64b053ffb5e34589f8132c2798f1d2389cfafc695d1d0a7aa6d0ef +SIZE (rust/crates/sprintf-0.4.1.crate) = 10946 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 @@ -537,8 +471,6 @@ SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c8 SIZE (rust/crates/strum-0.26.3.crate) = 7237 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be 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-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 @@ -565,20 +497,18 @@ 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/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 -SHA256 (rust/crates/threadpool-1.8.1.crate) = d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa -SIZE (rust/crates/threadpool-1.8.1.crate) = 14408 -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/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +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/topk-0.5.0.crate) = df51a25ec31d4fa5d382419151b31d9ccd470a75a01d13f9627e8602534abdbb SIZE (rust/crates/topk-0.5.0.crate) = 5062 SHA256 (rust/crates/transient-btree-index-0.5.1.crate) = 912beb62a15a1e8b8ddfff8b17158247cf8b3e721213dc47201f44f42e18ebce SIZE (rust/crates/transient-btree-index-0.5.1.crate) = 23906 +SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a +SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 @@ -587,6 +517,8 @@ SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e9 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-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 +SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 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 @@ -595,6 +527,8 @@ SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d 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/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e +SIZE (rust/crates/unicode_categories-0.1.1.crate) = 87298 SHA256 (rust/crates/unidecode-0.3.0.crate) = 402bb19d8e03f1d1a7450e2bd613980869438e0666331be3e073089124aa1adc SIZE (rust/crates/unidecode-0.3.0.crate) = 103512 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 @@ -611,8 +545,6 @@ SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aa SIZE (rust/crates/uuid-1.16.0.crate) = 58549 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 -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 @@ -659,41 +591,27 @@ SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236cae 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/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 -SIZE (rust/crates/xz2-0.1.7.crate) = 23892 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/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/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 -SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 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/zip-2.4.1.crate) = 938cc23ac49778ac8340e366ddc422b2227ea176edb447e23fc0627608dddadd -SIZE (rust/crates/zip-2.4.1.crate) = 109830 +SHA256 (rust/crates/zip-4.2.0.crate) = 95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899 +SIZE (rust/crates/zip-4.2.0.crate) = 113836 +SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.1.crate) = e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946 SIZE (rust/crates/zopfli-0.8.1.crate) = 50972 -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 (medialab-xan-0.50.0_GH0.tar.gz) = 9742e383649076b1348329e2430648267e22505b6ca35ce5006f614040f73d3c -SIZE (medialab-xan-0.50.0_GH0.tar.gz) = 5678394 +SHA256 (medialab-xan-0.51.0_GH0.tar.gz) = 0013f2edbfde15d4217e041b5eb156ae372de9b7df8b16cefbe010ac0c816c96 +SIZE (medialab-xan-0.51.0_GH0.tar.gz) = 5881000 diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index c96d80cc56eb..fa1d0b813003 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 67 +PORTREVISION= 68 CATEGORIES= textproc PKGNAMESUFFIX= -rs diff --git a/www/Makefile b/www/Makefile index 7c3680ed9136..9f4354011d11 100644 --- a/www/Makefile +++ b/www/Makefile @@ -314,6 +314,7 @@ SUBDIR += mod_php82 SUBDIR += mod_php83 SUBDIR += mod_php84 + SUBDIR += mod_php85 SUBDIR += mod_proctitle SUBDIR += mod_qos SUBDIR += mod_realdoc @@ -1264,6 +1265,9 @@ SUBDIR += php84-opcache SUBDIR += php84-session SUBDIR += php84-tidy + SUBDIR += php85-opcache + SUBDIR += php85-session + SUBDIR += php85-tidy SUBDIR += phpbb3 SUBDIR += phpfpmtop SUBDIR += phpgroupware @@ -2161,6 +2165,7 @@ SUBDIR += suitecrm SUBDIR += suphp SUBDIR += swiggle + SUBDIR += tailwindcss3 SUBDIR += tcexam SUBDIR += tclhttpd SUBDIR += tclwebtest diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 381dc4476579..3c24ab5f472c 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 96 +PORTREVISION= 97 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile index d3c78f39b39e..75978617efdf 100644 --- a/www/deno-dom/Makefile +++ b/www/deno-dom/Makefile @@ -1,7 +1,7 @@ PORTNAME= deno-dom DISTVERSIONPREFIX= v DISTVERSION= 0.1.48 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/deno/Makefile b/www/deno/Makefile index d34e8801efeb..10072768b560 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,7 +1,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 2.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/dezoomify-rs/Makefile b/www/dezoomify-rs/Makefile index e4ffcb7c220f..a083f1fad813 100644 --- a/www/dezoomify-rs/Makefile +++ b/www/dezoomify-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dezoomify-rs DISTVERSIONPREFIX= v DISTVERSION= 2.15.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/dothttp/Makefile b/www/dothttp/Makefile index 664b3020c7a7..39f809b1312a 100644 --- a/www/dothttp/Makefile +++ b/www/dothttp/Makefile @@ -1,7 +1,7 @@ PORTNAME= dothttp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drill/Makefile b/www/drill/Makefile index 103c4ae83d07..13c64f803175 100644 --- a/www/drill/Makefile +++ b/www/drill/Makefile @@ -1,6 +1,6 @@ PORTNAME= drill DISTVERSION= 0.8.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drupal11/Makefile b/www/drupal11/Makefile index c8a41ef0304f..8c27d4112a58 100644 --- a/www/drupal11/Makefile +++ b/www/drupal11/Makefile @@ -1,5 +1,5 @@ PORTNAME= drupal11 -PORTVERSION= 11.1.7 +PORTVERSION= 11.2.2 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal11/distinfo b/www/drupal11/distinfo index c435d31df618..ba8f640efd35 100644 --- a/www/drupal11/distinfo +++ b/www/drupal11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748328747 -SHA256 (drupal/drupal-11.1.7.tar.gz) = f3acbd2ba33e8767de6ec5520c3307ba9d06cf1968aa82dc10f840769f728f71 -SIZE (drupal/drupal-11.1.7.tar.gz) = 19762218 +TIMESTAMP = 1751539300 +SHA256 (drupal/drupal-11.2.2.tar.gz) = 3e3819f1eed9546a30f49ee452ed0b8dcd9b440ef8d0b97d1ff8fb4406f01176 +SIZE (drupal/drupal-11.2.2.tar.gz) = 20207404 diff --git a/www/drupal11/pkg-plist b/www/drupal11/pkg-plist index f20840c5fa23..7ba32733e800 100644 --- a/www/drupal11/pkg-plist +++ b/www/drupal11/pkg-plist @@ -29,6 +29,7 @@ %%WWWDIR%%/core/.eslintrc.legacy.json %%WWWDIR%%/core/.eslintrc.passing.json %%WWWDIR%%/core/.phpstan-baseline.php +%%WWWDIR%%/core/.phpunit-next.xml %%WWWDIR%%/core/.prettierignore %%WWWDIR%%/core/.prettierrc.json %%WWWDIR%%/core/.stylelintrc.json @@ -72,6 +73,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bs.js @@ -144,6 +146,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bs.js @@ -216,6 +219,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bs.js @@ -288,6 +292,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bs.js @@ -360,6 +365,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bs.js @@ -432,6 +438,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bs.js @@ -504,6 +511,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bs.js @@ -576,6 +584,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bs.js @@ -648,6 +657,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bs.js @@ -721,6 +731,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bs.js @@ -794,12 +805,86 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-decoupled/editor-decoupled.js %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-inline/editor-inline.js %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-multi-root/editor-multi-root.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/emoji.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/af.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ar.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ast.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/be.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bg.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ca.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/cs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/da.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/de-ch.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/de.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/el.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/en-au.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/en-gb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/eo.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/es-co.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/es.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/et.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/eu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fa.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/gl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/gu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/he.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hy.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/id.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/it.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ja.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/jv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/kk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/km.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/kn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ko.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ku.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/lt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/lv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ms.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/nb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ne.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/nl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/no.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/oc.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pt-br.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ro.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ru.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/si.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sq.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sr-latn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/th.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ti.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ug.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/uk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/uz.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/vi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/zh-cn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/zh.js %%WWWDIR%%/core/assets/vendor/ckeditor5/essentials/essentials.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/find-and-replace.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bs.js @@ -872,6 +957,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bs.js @@ -939,11 +1025,85 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/vi.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/zh-cn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/zh.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/fullscreen.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/af.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ar.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ast.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/be.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bg.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ca.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/cs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/da.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/de-ch.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/de.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/el.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/en-au.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/en-gb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/eo.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/es-co.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/es.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/et.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/eu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fa.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/gl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/gu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/he.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hy.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/id.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/it.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ja.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/jv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/kk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/km.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/kn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ko.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ku.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/lt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/lv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ms.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/nb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ne.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/nl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/no.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/oc.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pt-br.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ro.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ru.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/si.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sq.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sr-latn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/th.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ti.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ug.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/uk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/uz.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/vi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/zh-cn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/zh.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/heading.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bs.js @@ -1016,6 +1176,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bs.js @@ -1088,6 +1249,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bs.js @@ -1160,6 +1322,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bs.js @@ -1232,6 +1395,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bs.js @@ -1304,6 +1468,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bs.js @@ -1376,6 +1541,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bs.js @@ -1448,6 +1614,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bs.js @@ -1520,6 +1687,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bs.js @@ -1592,6 +1760,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bs.js @@ -1665,6 +1834,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bs.js @@ -1739,6 +1909,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bs.js @@ -1812,6 +1983,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bs.js @@ -1884,6 +2056,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bs.js @@ -1956,6 +2129,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bs.js @@ -2028,6 +2202,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bs.js @@ -2100,6 +2275,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bs.js @@ -2172,6 +2348,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bs.js @@ -2244,6 +2421,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bs.js @@ -2315,6 +2493,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bs.js @@ -2385,6 +2564,8 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/word-count.js %%WWWDIR%%/core/assets/vendor/floating-ui/floating-ui.core.umd.min.js %%WWWDIR%%/core/assets/vendor/floating-ui/floating-ui.dom.umd.min.js +%%WWWDIR%%/core/assets/vendor/htmx/htmx.js +%%WWWDIR%%/core/assets/vendor/htmx/htmx.min.js %%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/autocomplete.css %%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/button.css %%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css @@ -2572,7 +2753,9 @@ %%WWWDIR%%/core/lib/Drupal/Component/Discovery/DiscoverableInterface.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/DiscoveryException.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/LICENSE.txt +%%WWWDIR%%/core/lib/Drupal/Component/Discovery/MissingClassDetectionClassLoader.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/README.txt +%%WWWDIR%%/core/lib/Drupal/Component/Discovery/StubTrait.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/TESTING.txt %%WWWDIR%%/core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php %%WWWDIR%%/core/lib/Drupal/Component/Discovery/YamlDiscovery.php @@ -2991,6 +3174,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessCheckInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessException.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/AccessGroupAnd.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessManager.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessManagerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Access/AccessResult.php @@ -3007,6 +3191,10 @@ %%WWWDIR%%/core/lib/Drupal/Core/Access/CsrfTokenGenerator.php %%WWWDIR%%/core/lib/Drupal/Core/Access/CustomAccessCheck.php %%WWWDIR%%/core/lib/Drupal/Core/Access/DefaultAccessCheck.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/DependentAccessInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php +%%WWWDIR%%/core/lib/Drupal/Core/Access/RoutePathGenerationTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Access/RouteProcessorCsrf.php %%WWWDIR%%/core/lib/Drupal/Core/Action/ActionBase.php %%WWWDIR%%/core/lib/Drupal/Core/Action/ActionInterface.php @@ -3150,11 +3338,14 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheOptionalInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheRedirect.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumPreloadInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsPurgeInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableAjaxResponse.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php @@ -3200,9 +3391,11 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/DatabaseBackend.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryBackend.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php @@ -3221,6 +3414,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/VariationCacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/VariationCacheInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php %%WWWDIR%%/core/lib/Drupal/Core/Command/BootableCommandTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Command/DbCommandBase.php %%WWWDIR%%/core/lib/Drupal/Core/Command/DbDumpApplication.php @@ -3258,6 +3452,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityCreate.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SetProperties.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php %%WWWDIR%%/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Config/CachedStorage.php @@ -3296,7 +3491,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/Config/ConfigRenameEvent.php %%WWWDIR%%/core/lib/Drupal/Core/Config/ConfigValueException.php %%WWWDIR%%/core/lib/Drupal/Core/Config/DatabaseStorage.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/DefaultConfigMode.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php +%%WWWDIR%%/core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php %%WWWDIR%%/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php @@ -3432,6 +3629,12 @@ %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php %%WWWDIR%%/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/FetchAs.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/PdoResult.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/PdoTrait.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/ResultBase.php +%%WWWDIR%%/core/lib/Drupal/Core/Database/Statement/StatementBase.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementIteratorTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Database/StatementPrefetchIterator.php @@ -3454,6 +3657,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DateFormatter.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DateFormatterInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DateHelper.php +%%WWWDIR%%/core/lib/Drupal/Core/Datetime/DatePreprocess.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/DrupalDateTime.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php %%WWWDIR%%/core/lib/Drupal/Core/Datetime/Element/Datelist.php @@ -3474,6 +3678,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php +%%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/BackwardsCompatibilityClassLoaderPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php %%WWWDIR%%/core/lib/Drupal/Core/DependencyInjection/Compiler/DevelopmentSettingsPass.php @@ -3799,6 +4004,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Extension/InfoParserException.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/InfoParserInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/InstallRequirementsInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/MissingDependencyException.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleDependencyMessageTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ModuleExtensionList.php @@ -3815,6 +4021,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Extension/ProceduralCall.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ProfileExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Extension/Requirement/RequirementSeverity.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeExtensionList.php %%WWWDIR%%/core/lib/Drupal/Core/Extension/ThemeHandler.php @@ -3930,6 +4137,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Field/WidgetInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Field/WidgetPluginManager.php %%WWWDIR%%/core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/File/Event/MimeTypeMapLoadedEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php %%WWWDIR%%/core/lib/Drupal/Core/File/Exception/FileException.php %%WWWDIR%%/core/lib/Drupal/Core/File/Exception/FileExistsException.php @@ -3947,6 +4156,9 @@ %%WWWDIR%%/core/lib/Drupal/Core/File/HtaccessWriterInterface.php %%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php %%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php +%%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php +%%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeMapFactory.php +%%WWWDIR%%/core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php %%WWWDIR%%/core/lib/Drupal/Core/File/ProtectedDirectory.php %%WWWDIR%%/core/lib/Drupal/Core/File/file.api.php %%WWWDIR%%/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php @@ -4009,9 +4221,9 @@ %%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/ProceduralHookScanStop.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 @@ -4145,6 +4357,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionManager.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalActionWithDestination.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalTaskDefault.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalTaskInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/LocalTaskManager.php @@ -4167,6 +4380,8 @@ %%WWWDIR%%/core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Menu/Plugin/Validation/Constraint/MenuLinkDepthConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Menu/menu.api.php @@ -4274,13 +4489,16 @@ %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginManagerPass.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php +%%WWWDIR%%/core/lib/Drupal/Core/Plugin/PreWarmablePluginManagerTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Plugin/plugin.api.php +%%WWWDIR%%/core/lib/Drupal/Core/PreWarm/CachePreWarmer.php +%%WWWDIR%%/core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/PreWarm/PreWarmableInterface.php %%WWWDIR%%/core/lib/Drupal/Core/PrivateKey.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php -%%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Cron.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php %%WWWDIR%%/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php @@ -4425,6 +4643,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Render/Markup.php %%WWWDIR%%/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php %%WWWDIR%%/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php +%%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php %%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php %%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php @@ -4505,6 +4724,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php %%WWWDIR%%/core/lib/Drupal/Core/Security/TrustedCallbackInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Security/UntrustedCallbackException.php +%%WWWDIR%%/core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php %%WWWDIR%%/core/lib/Drupal/Core/Serialization/Yaml.php %%WWWDIR%%/core/lib/Drupal/Core/Session/AccessPolicyBase.php %%WWWDIR%%/core/lib/Drupal/Core/Session/AccessPolicyInterface.php @@ -4612,12 +4832,15 @@ %%WWWDIR%%/core/lib/Drupal/Core/Test/AssertMailTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/EnvironmentCleaner.php %%WWWDIR%%/core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php %%WWWDIR%%/core/lib/Drupal/Core/Test/Exception/MissingGroupException.php %%WWWDIR%%/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php %%WWWDIR%%/core/lib/Drupal/Core/Test/JUnitConverter.php %%WWWDIR%%/core/lib/Drupal/Core/Test/ObjectSerialization.php %%WWWDIR%%/core/lib/Drupal/Core/Test/PerformanceTestRecorder.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php +%%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php %%WWWDIR%%/core/lib/Drupal/Core/Test/PhpUnitTestRunner.php %%WWWDIR%%/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php %%WWWDIR%%/core/lib/Drupal/Core/Test/RunTests/TestFileParser.php @@ -4671,6 +4894,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeNegotiator.php %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemePreprocess.php %%WWWDIR%%/core/lib/Drupal/Core/Theme/ThemeSettings.php %%WWWDIR%%/core/lib/Drupal/Core/Transliteration/PhpTransliteration.php %%WWWDIR%%/core/lib/Drupal/Core/TypedData/Annotation/DataType.php @@ -4777,6 +5001,10 @@ %%WWWDIR%%/core/lib/Drupal/Core/Validation/ExecutionContextFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraint.php +%%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ClassResolverConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php %%WWWDIR%%/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php @@ -4813,9 +5041,12 @@ %%WWWDIR%%/core/misc/checkbox.js %%WWWDIR%%/core/misc/components/ajax-progress.module.css %%WWWDIR%%/core/misc/components/autocomplete-loading.module.css +%%WWWDIR%%/core/misc/components/fieldgroup.module.css %%WWWDIR%%/core/misc/components/progress.module.css +%%WWWDIR%%/core/misc/components/resize.module.css %%WWWDIR%%/core/misc/components/sticky-header.module.css %%WWWDIR%%/core/misc/components/tabledrag.module.css +%%WWWDIR%%/core/misc/components/tablesort.module.css %%WWWDIR%%/core/misc/components/tree-child.module.css %%WWWDIR%%/core/misc/cspell/dictionary.txt %%WWWDIR%%/core/misc/cspell/drupal-dictionary.txt @@ -4870,6 +5101,8 @@ %%WWWDIR%%/core/misc/field-list-keyboard-navigation.js %%WWWDIR%%/core/misc/form.js %%WWWDIR%%/core/misc/help.png +%%WWWDIR%%/core/misc/htmx/htmx-assets.js +%%WWWDIR%%/core/misc/htmx/htmx-behaviors.js %%WWWDIR%%/core/misc/icons/000000/barchart.svg %%WWWDIR%%/core/misc/icons/000000/chevron-left.svg %%WWWDIR%%/core/misc/icons/000000/chevron-right.svg @@ -5061,6 +5294,7 @@ %%WWWDIR%%/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php %%WWWDIR%%/core/modules/automated_cron/src/Hook/AutomatedCronHooks.php %%WWWDIR%%/core/modules/automated_cron/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php %%WWWDIR%%/core/modules/ban/ban.info.yml %%WWWDIR%%/core/modules/ban/ban.install %%WWWDIR%%/core/modules/ban/ban.links.menu.yml @@ -5115,6 +5349,8 @@ %%WWWDIR%%/core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.info.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_bypass_js/src/Hook/BigPipeBypassJsHooks.php +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_messages_test/big_pipe_messages_test.info.yml +%%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_messages_test/src/Hook/BigPipeMessagesHooks.php %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml %%WWWDIR%%/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php @@ -5133,6 +5369,7 @@ %%WWWDIR%%/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipePreviewTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php +%%WWWDIR%%/core/modules/big_pipe/tests/src/Kernel/SerializeResponseTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php %%WWWDIR%%/core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php @@ -5196,6 +5433,7 @@ %%WWWDIR%%/core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php %%WWWDIR%%/core/modules/block/src/Theme/AdminDemoNegotiator.php %%WWWDIR%%/core/modules/block/templates/block.html.twig +%%WWWDIR%%/core/modules/block/tests/fixtures/update/add-menu-block-with-zero-depth.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/block_test.info.yml %%WWWDIR%%/core/modules/block/tests/modules/block_test/block_test.routing.yml %%WWWDIR%%/core/modules/block/tests/modules/block_test/block_test.services.yml @@ -5213,11 +5451,11 @@ %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php +%%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php -%%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php %%WWWDIR%%/core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php @@ -5255,12 +5493,14 @@ %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Rest/BlockXmlCookieTest.php +%%WWWDIR%%/core/modules/block/tests/src/Functional/Update/MenuBlockDepthTest.php %%WWWDIR%%/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockDragTest.php %%WWWDIR%%/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php +%%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockRebuildTest.php %%WWWDIR%%/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php @@ -5312,10 +5552,6 @@ %%WWWDIR%%/core/modules/block_content/migrations/d6_custom_block.yml %%WWWDIR%%/core/modules/block_content/migrations/d7_custom_block.yml %%WWWDIR%%/core/modules/block_content/migrations/state/block_content.migrate_drupal.yml -%%WWWDIR%%/core/modules/block_content/src/Access/AccessGroupAnd.php -%%WWWDIR%%/core/modules/block_content/src/Access/DependentAccessInterface.php -%%WWWDIR%%/core/modules/block_content/src/Access/RefinableDependentAccessInterface.php -%%WWWDIR%%/core/modules/block_content/src/Access/RefinableDependentAccessTrait.php %%WWWDIR%%/core/modules/block_content/src/BlockContentAccessControlHandler.php %%WWWDIR%%/core/modules/block_content/src/BlockContentEvents.php %%WWWDIR%%/core/modules/block_content/src/BlockContentForm.php @@ -5364,6 +5600,10 @@ %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/block_content_theme_suggestions_test.info.yml +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/block_content_theme_suggestions_test.module +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/src/Hook/BlockContentThemeSuggestionsTestHooks.php +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_theme_suggestions_test/templates/block--block-content--view-type--basic--full.html.twig %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php @@ -5373,12 +5613,13 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionRevertTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentThemeSuggestionsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/block_content/tests/src/Functional/LocalActionTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/PageEditTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php @@ -5425,9 +5666,6 @@ %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php -%%WWWDIR%%/core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php -%%WWWDIR%%/core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php %%WWWDIR%%/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php %%WWWDIR%%/core/modules/breakpoint/breakpoint.info.yml %%WWWDIR%%/core/modules/breakpoint/breakpoint.services.yml @@ -5649,7 +5887,9 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.info.yml -%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.module +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/src/Hook/Ckeditor5DrupalElementStyleTestHooks.php +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_icon_deprecation_test/ckeditor5_icon_deprecation_test.ckeditor5.yml +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_icon_deprecation_test/ckeditor5_icon_deprecation_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/ckeditor5_incompatible_filter_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.ckeditor5.yml @@ -5682,8 +5922,10 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/src/Functional/MediaEntityMetadataApiTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5CodeSyntaxTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php +%%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5HeightTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5MarkupTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5OffCanvasTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php @@ -5721,8 +5963,6 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php -%%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js -%%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js %%WWWDIR%%/core/modules/ckeditor5/tests/src/Nightwatch/Tests/drupalHtmlBuilderTest.js %%WWWDIR%%/core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php %%WWWDIR%%/core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php @@ -5816,6 +6056,7 @@ %%WWWDIR%%/core/modules/comment/src/Form/ConfirmDeleteMultiple.php %%WWWDIR%%/core/modules/comment/src/Form/DeleteForm.php %%WWWDIR%%/core/modules/comment/src/Hook/CommentHooks.php +%%WWWDIR%%/core/modules/comment/src/Hook/CommentThemeHooks.php %%WWWDIR%%/core/modules/comment/src/Hook/CommentTokensHooks.php %%WWWDIR%%/core/modules/comment/src/Hook/CommentViewsHooks.php %%WWWDIR%%/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php @@ -5863,7 +6104,7 @@ %%WWWDIR%%/core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.info.yml %%WWWDIR%%/core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php %%WWWDIR%%/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml -%%WWWDIR%%/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module +%%WWWDIR%%/core/modules/comment/tests/modules/comment_empty_title_test/src/Hook/CommentEmptyTitleTestThemeHooks.php %%WWWDIR%%/core/modules/comment/tests/modules/comment_test/comment_test.info.yml %%WWWDIR%%/core/modules/comment/tests/modules/comment_test/comment_test.routing.yml %%WWWDIR%%/core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php @@ -6032,7 +6273,6 @@ %%WWWDIR%%/core/modules/config/tests/config_exclude_test/config/install/system.menu.indirect-exclude-test.yml %%WWWDIR%%/core/modules/config/tests/config_exclude_test/config_exclude_test.info.yml %%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.info.yml -%%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.module %%WWWDIR%%/core/modules/config/tests/config_import_test/config_import_test.services.yml %%WWWDIR%%/core/modules/config/tests/config_import_test/src/EventSubscriber.php %%WWWDIR%%/core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php @@ -6049,6 +6289,8 @@ %%WWWDIR%%/core/modules/config/tests/config_install_fail_test/config/install/config_test.dynamic.dotted.default.yml %%WWWDIR%%/core/modules/config/tests/config_install_fail_test/config/install/language/fr/config_test.dynamic.dotted.default.yml %%WWWDIR%%/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml +%%WWWDIR%%/core/modules/config/tests/config_install_schema_test/config_install_schema_test.info.yml +%%WWWDIR%%/core/modules/config/tests/config_install_schema_test/config_install_schema_test.install %%WWWDIR%%/core/modules/config/tests/config_integration_test/config/install/config_integration_test.settings.yml %%WWWDIR%%/core/modules/config/tests/config_integration_test/config/install/config_test.dynamic.config_integration_test.yml %%WWWDIR%%/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml @@ -6310,6 +6552,7 @@ %%WWWDIR%%/core/modules/contact/src/Controller/ContactController.php %%WWWDIR%%/core/modules/contact/src/Entity/ContactForm.php %%WWWDIR%%/core/modules/contact/src/Entity/Message.php +%%WWWDIR%%/core/modules/contact/src/Hook/ContactFormHooks.php %%WWWDIR%%/core/modules/contact/src/Hook/ContactHooks.php %%WWWDIR%%/core/modules/contact/src/Hook/ContactViewsHooks.php %%WWWDIR%%/core/modules/contact/src/MailHandler.php @@ -6326,7 +6569,6 @@ %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install -%%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module %%WWWDIR%%/core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php %%WWWDIR%%/core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml %%WWWDIR%%/core/modules/contact/tests/modules/contact_test/contact_test.info.yml @@ -6377,7 +6619,6 @@ %%WWWDIR%%/core/modules/content_moderation/content_moderation.post_update.php %%WWWDIR%%/core/modules/content_moderation/content_moderation.routing.yml %%WWWDIR%%/core/modules/content_moderation/content_moderation.services.yml -%%WWWDIR%%/core/modules/content_moderation/content_moderation.views.inc %%WWWDIR%%/core/modules/content_moderation/css/content_moderation.module.css %%WWWDIR%%/core/modules/content_moderation/css/content_moderation.theme.css %%WWWDIR%%/core/modules/content_moderation/help_topics/content_moderation.changing_states.html.twig @@ -6563,14 +6804,12 @@ %%WWWDIR%%/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php -%%WWWDIR%%/core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php %%WWWDIR%%/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php %%WWWDIR%%/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/config/install/entity_test.entity_test_bundle.test.yml %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/config/install/language.content_settings.entity_test_with_bundle.test.yml %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml -%%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php %%WWWDIR%%/core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php @@ -6624,6 +6863,7 @@ %%WWWDIR%%/core/modules/contextual/contextual.permissions.yml %%WWWDIR%%/core/modules/contextual/contextual.post_update.php %%WWWDIR%%/core/modules/contextual/contextual.routing.yml +%%WWWDIR%%/core/modules/contextual/contextual.services.yml %%WWWDIR%%/core/modules/contextual/css/contextual.icons.theme.css %%WWWDIR%%/core/modules/contextual/css/contextual.icons.theme.pcss.css %%WWWDIR%%/core/modules/contextual/css/contextual.module.css @@ -6632,18 +6872,12 @@ %%WWWDIR%%/core/modules/contextual/help_topics/contextual.overview.html.twig %%WWWDIR%%/core/modules/contextual/js/contextual.js %%WWWDIR%%/core/modules/contextual/js/contextual.toolbar.js -%%WWWDIR%%/core/modules/contextual/js/models/StateModel.js -%%WWWDIR%%/core/modules/contextual/js/toolbar/models/StateModel.js -%%WWWDIR%%/core/modules/contextual/js/toolbar/views/AuralView.js -%%WWWDIR%%/core/modules/contextual/js/toolbar/views/VisualView.js -%%WWWDIR%%/core/modules/contextual/js/views/AuralView.js -%%WWWDIR%%/core/modules/contextual/js/views/KeyboardView.js -%%WWWDIR%%/core/modules/contextual/js/views/RegionView.js -%%WWWDIR%%/core/modules/contextual/js/views/VisualView.js +%%WWWDIR%%/core/modules/contextual/js/toolbar/contextualToolbarModelView.js %%WWWDIR%%/core/modules/contextual/src/ContextualController.php %%WWWDIR%%/core/modules/contextual/src/Element/ContextualLinks.php %%WWWDIR%%/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php %%WWWDIR%%/core/modules/contextual/src/Hook/ContextualHooks.php +%%WWWDIR%%/core/modules/contextual/src/Hook/ContextualThemeHooks.php %%WWWDIR%%/core/modules/contextual/src/Hook/ContextualViewsHooks.php %%WWWDIR%%/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php %%WWWDIR%%/core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml @@ -6662,9 +6896,11 @@ %%WWWDIR%%/core/modules/datetime/config/schema/datetime.schema.yml %%WWWDIR%%/core/modules/datetime/config/schema/datetime.views.schema.yml %%WWWDIR%%/core/modules/datetime/datetime.info.yml -%%WWWDIR%%/core/modules/datetime/datetime.views.inc +%%WWWDIR%%/core/modules/datetime/datetime.module +%%WWWDIR%%/core/modules/datetime/datetime.services.yml %%WWWDIR%%/core/modules/datetime/migrations/state/datetime.migrate_drupal.yml %%WWWDIR%%/core/modules/datetime/src/DateTimeComputed.php +%%WWWDIR%%/core/modules/datetime/src/DateTimeViewsHelper.php %%WWWDIR%%/core/modules/datetime/src/Hook/DatetimeHooks.php %%WWWDIR%%/core/modules/datetime/src/Hook/DatetimeViewsHooks.php %%WWWDIR%%/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php @@ -6716,7 +6952,9 @@ %%WWWDIR%%/core/modules/datetime_range/config/schema/datetime_range.schema.yml %%WWWDIR%%/core/modules/datetime_range/datetime_range.info.yml %%WWWDIR%%/core/modules/datetime_range/datetime_range.post_update.php +%%WWWDIR%%/core/modules/datetime_range/datetime_range.services.yml %%WWWDIR%%/core/modules/datetime_range/src/DateTimeRangeConstantsInterface.php +%%WWWDIR%%/core/modules/datetime_range/src/DateTimeRangeDisplayOptions.php %%WWWDIR%%/core/modules/datetime_range/src/DateTimeRangeTrait.php %%WWWDIR%%/core/modules/datetime_range/src/Hook/DatetimeRangeHooks.php %%WWWDIR%%/core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php @@ -6929,14 +7167,12 @@ %%WWWDIR%%/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php %%WWWDIR%%/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml -%%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.entity.inc -%%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.field.inc %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.field_type_categories.yml %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.info.yml -%%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.module %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.permissions.yml %%WWWDIR%%/core/modules/field/tests/modules/field_test/field_test.routing.yml %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php +%%WWWDIR%%/core/modules/field/tests/modules/field_test/src/FieldTestHelper.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/Hook/FieldTestEntityHooks.php %%WWWDIR%%/core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php @@ -7125,6 +7361,7 @@ %%WWWDIR%%/core/modules/field_layout/config/schema/field_layout.schema.yml %%WWWDIR%%/core/modules/field_layout/field_layout.info.yml %%WWWDIR%%/core/modules/field_layout/field_layout.install +%%WWWDIR%%/core/modules/field_layout/field_layout.services.yml %%WWWDIR%%/core/modules/field_layout/src/Display/EntityDisplayWithLayoutInterface.php %%WWWDIR%%/core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php %%WWWDIR%%/core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php @@ -7177,6 +7414,7 @@ %%WWWDIR%%/core/modules/field_ui/src/Controller/EntityDisplayModeController.php %%WWWDIR%%/core/modules/field_ui/src/Controller/FieldConfigAddController.php %%WWWDIR%%/core/modules/field_ui/src/Controller/FieldConfigListController.php +%%WWWDIR%%/core/modules/field_ui/src/Controller/FieldStorageAddController.php %%WWWDIR%%/core/modules/field_ui/src/DisplayModeLocalAction.php %%WWWDIR%%/core/modules/field_ui/src/Element/FieldUiTable.php %%WWWDIR%%/core/modules/field_ui/src/EntityDisplayModeListBuilder.php @@ -7206,7 +7444,6 @@ %%WWWDIR%%/core/modules/field_ui/templates/field-ui-table.html.twig %%WWWDIR%%/core/modules/field_ui/templates/form-element--new-storage-type.html.twig %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml -%%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test_deprecated/field_ui_test_deprecated.info.yml %%WWWDIR%%/core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php @@ -7282,8 +7519,12 @@ %%WWWDIR%%/core/modules/file/src/FileUsage/FileUsageBase.php %%WWWDIR%%/core/modules/file/src/FileUsage/FileUsageInterface.php %%WWWDIR%%/core/modules/file/src/FileViewsData.php +%%WWWDIR%%/core/modules/file/src/Hook/CronHook.php +%%WWWDIR%%/core/modules/file/src/Hook/FileDownloadHook.php %%WWWDIR%%/core/modules/file/src/Hook/FileHooks.php +%%WWWDIR%%/core/modules/file/src/Hook/FileRequirements.php %%WWWDIR%%/core/modules/file/src/Hook/FileViewsHooks.php +%%WWWDIR%%/core/modules/file/src/Hook/TokenHooks.php %%WWWDIR%%/core/modules/file/src/IconMimeTypes.php %%WWWDIR%%/core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php %%WWWDIR%%/core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php @@ -7340,6 +7581,7 @@ %%WWWDIR%%/core/modules/file/src/Plugin/views/wizard/File.php %%WWWDIR%%/core/modules/file/src/Upload/ContentDispositionFilenameParser.php %%WWWDIR%%/core/modules/file/src/Upload/FileUploadHandler.php +%%WWWDIR%%/core/modules/file/src/Upload/FileUploadHandlerInterface.php %%WWWDIR%%/core/modules/file/src/Upload/FileUploadLocationTrait.php %%WWWDIR%%/core/modules/file/src/Upload/FileUploadResult.php %%WWWDIR%%/core/modules/file/src/Upload/FileValidationException.php @@ -7361,14 +7603,18 @@ %%WWWDIR%%/core/modules/file/templates/file-upload-help.html.twig %%WWWDIR%%/core/modules/file/templates/file-video.html.twig %%WWWDIR%%/core/modules/file/templates/file-widget-multiple.html.twig +%%WWWDIR%%/core/modules/file/tests/file_deprecated_test/file_deprecated_test.info.yml +%%WWWDIR%%/core/modules/file/tests/file_deprecated_test/file_deprecated_test.module %%WWWDIR%%/core/modules/file/tests/file_module_test/file_module_test.info.yml %%WWWDIR%%/core/modules/file/tests/file_module_test/file_module_test.routing.yml %%WWWDIR%%/core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php %%WWWDIR%%/core/modules/file/tests/file_test/file_test.info.yml -%%WWWDIR%%/core/modules/file/tests/file_test/file_test.module %%WWWDIR%%/core/modules/file/tests/file_test/file_test.routing.yml %%WWWDIR%%/core/modules/file/tests/file_test/file_test.services.yml +%%WWWDIR%%/core/modules/file/tests/file_test/src/EventSubscriber/DummyMimeTypeMapLoadedSubscriber.php %%WWWDIR%%/core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php +%%WWWDIR%%/core/modules/file/tests/file_test/src/FileTestCdn.php +%%WWWDIR%%/core/modules/file/tests/file_test/src/FileTestHelper.php %%WWWDIR%%/core/modules/file/tests/file_test/src/Form/FileRequiredTestForm.php %%WWWDIR%%/core/modules/file/tests/file_test/src/Form/FileTestForm.php %%WWWDIR%%/core/modules/file/tests/file_test/src/Form/FileTestFormTrait.php @@ -7380,6 +7626,8 @@ %%WWWDIR%%/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php %%WWWDIR%%/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php %%WWWDIR%%/core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php +%%WWWDIR%%/core/modules/file/tests/fixtures/update/file_post_update_playsinline-3046152.php +%%WWWDIR%%/core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/file_test_get_ids.info.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/migrations/d7_file_used.yml %%WWWDIR%%/core/modules/file/tests/modules/file_test_get_ids/src/Plugin/migrate/source/d7/FileUsed.php @@ -7417,6 +7665,7 @@ %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php %%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php +%%WWWDIR%%/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php %%WWWDIR%%/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php @@ -7733,6 +7982,7 @@ %%WWWDIR%%/core/modules/history/history.libraries.yml %%WWWDIR%%/core/modules/history/history.module %%WWWDIR%%/core/modules/history/history.routing.yml +%%WWWDIR%%/core/modules/history/history.services.yml %%WWWDIR%%/core/modules/history/js/history.js %%WWWDIR%%/core/modules/history/js/mark-as-read.js %%WWWDIR%%/core/modules/history/src/Controller/HistoryController.php @@ -7792,6 +8042,7 @@ %%WWWDIR%%/core/modules/image/src/Form/ImageStyleFlushForm.php %%WWWDIR%%/core/modules/image/src/Form/ImageStyleFormBase.php %%WWWDIR%%/core/modules/image/src/Hook/ImageHooks.php +%%WWWDIR%%/core/modules/image/src/Hook/ImageRequirements.php %%WWWDIR%%/core/modules/image/src/Hook/ImageViewsHooks.php %%WWWDIR%%/core/modules/image/src/ImageEffectBase.php %%WWWDIR%%/core/modules/image/src/ImageEffectInterface.php @@ -7801,13 +8052,13 @@ %%WWWDIR%%/core/modules/image/src/ImageStyleListBuilder.php %%WWWDIR%%/core/modules/image/src/ImageStyleStorage.php %%WWWDIR%%/core/modules/image/src/ImageStyleStorageInterface.php -%%WWWDIR%%/core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php %%WWWDIR%%/core/modules/image/src/PathProcessor/PathProcessorImageStyles.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php %%WWWDIR%%/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php +%%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php %%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php %%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php %%WWWDIR%%/core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php @@ -7832,11 +8083,15 @@ %%WWWDIR%%/core/modules/image/templates/image-style-preview.html.twig %%WWWDIR%%/core/modules/image/templates/image-style.html.twig %%WWWDIR%%/core/modules/image/templates/image-widget.html.twig +%%WWWDIR%%/core/modules/image/tests/fixtures/example_1.jpeg %%WWWDIR%%/core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml %%WWWDIR%%/core/modules/image/tests/modules/image_access_test_hidden/src/Hook/ImageAccessTestHiddenHooks.php +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/image_field_property_constraint_validation.info.yml +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/src/Hook/ImagePropertyConstraintValidationHooks.php +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraint.php +%%WWWDIR%%/core/modules/image/tests/modules/image_field_property_constraint_validation/src/Plugin/Validation/Constraint/AltTextContainsLlamasConstraintValidator.php %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml -%%WWWDIR%%/core/modules/image/tests/modules/image_module_test/image_module_test.module %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php %%WWWDIR%%/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php @@ -7856,6 +8111,7 @@ %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldTestBase.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldValidateTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php +%%WWWDIR%%/core/modules/image/tests/src/Functional/ImageFieldWidgetValidationTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php %%WWWDIR%%/core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php @@ -7894,9 +8150,9 @@ %%WWWDIR%%/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php %%WWWDIR%%/core/modules/image/tests/src/Unit/ImageDeprecationTest.php %%WWWDIR%%/core/modules/image/tests/src/Unit/ImageStyleTest.php -%%WWWDIR%%/core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php %%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.info.yml %%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.module +%%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.services.yml %%WWWDIR%%/core/modules/inline_form_errors/src/FormErrorHandler.php %%WWWDIR%%/core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php %%WWWDIR%%/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php @@ -7934,10 +8190,13 @@ %%WWWDIR%%/core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php %%WWWDIR%%/core/modules/jsonapi/src/EventSubscriber/ResourceResponseSubscriber.php %%WWWDIR%%/core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php +%%WWWDIR%%/core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php +%%WWWDIR%%/core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php %%WWWDIR%%/core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php %%WWWDIR%%/core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php %%WWWDIR%%/core/modules/jsonapi/src/Form/JsonApiSettingsForm.php %%WWWDIR%%/core/modules/jsonapi/src/Hook/JsonapiHooks.php +%%WWWDIR%%/core/modules/jsonapi/src/Hook/JsonapiRequirements.php %%WWWDIR%%/core/modules/jsonapi/src/IncludeResolver.php %%WWWDIR%%/core/modules/jsonapi/src/JsonApiResource/Data.php %%WWWDIR%%/core/modules/jsonapi/src/JsonApiResource/ErrorCollection.php @@ -8023,11 +8282,16 @@ %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/src/ResourceType/AliasingResourceTypeRepository.php %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.info.yml -%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.module %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.permissions.yml +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/config/schema/jsonapi_test_field_type.schema.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.info.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.info.yml +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.services.yml +%%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.info.yml %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php %%WWWDIR%%/core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml @@ -8077,6 +8341,7 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/JsonApiRequestTestTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/MediaTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php @@ -8089,8 +8354,8 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php -%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php -%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/RoleTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php @@ -8103,13 +8368,14 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/VocabularyTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/WorkflowTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Controller/EntityResourceTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Controller/FileUploadTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php -%%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @@ -8120,6 +8386,7 @@ %%WWWDIR%%/core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php +%%WWWDIR%%/core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php %%WWWDIR%%/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php @@ -8252,7 +8519,6 @@ %%WWWDIR%%/core/modules/language/tests/language_events_test/src/EventSubscriber.php %%WWWDIR%%/core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml %%WWWDIR%%/core/modules/language/tests/language_test/language_test.info.yml -%%WWWDIR%%/core/modules/language/tests/language_test/language_test.module %%WWWDIR%%/core/modules/language/tests/language_test/language_test.routing.yml %%WWWDIR%%/core/modules/language/tests/language_test/src/Controller/LanguageTestController.php %%WWWDIR%%/core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php @@ -8391,7 +8657,6 @@ %%WWWDIR%%/core/modules/layout_builder/src/Controller/ChooseBlockController.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/ChooseSectionController.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/LayoutBuilderController.php -%%WWWDIR%%/core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php %%WWWDIR%%/core/modules/layout_builder/src/Controller/MoveBlockController.php %%WWWDIR%%/core/modules/layout_builder/src/DefaultsSectionStorageInterface.php @@ -8442,6 +8707,8 @@ %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php +%%WWWDIR%%/core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php +%%WWWDIR%%/core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/DataType/SectionData.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php %%WWWDIR%%/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php @@ -8470,9 +8737,8 @@ %%WWWDIR%%/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php %%WWWDIR%%/core/modules/layout_builder/src/SectionStorageInterface.php %%WWWDIR%%/core/modules/layout_builder/src/TempStoreIdentifierInterface.php -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/layout_builder_decoration_test.info.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/layout_builder_decoration_test.services.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_decoration_test/src/Controller/LayoutBuilderDecorationTestHtmlEntityFormController.php +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.module %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_defaults_test/layout_builder_defaults_test.info.yml @@ -8480,14 +8746,14 @@ %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.services.yml %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.info.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.module %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/src/Hook/LayoutBuilderExtraFieldTestHooks.php -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php -%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/config/schema/layout_builder_field_block_test.schema.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.services.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/Plugin/Block/FieldBlock.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/layout_builder_form_block_test.info.yml +%%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Hook/LayoutBuilderFormBlockTestHooks.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php %%WWWDIR%%/core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml @@ -8566,6 +8832,7 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php +%%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @@ -8575,6 +8842,7 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php +%%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/SectionDataTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @@ -8597,7 +8865,6 @@ %%WWWDIR%%/core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php %%WWWDIR%%/core/modules/layout_builder/tests/src/Unit/SectionTest.php %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.info.yml -%%WWWDIR%%/core/modules/layout_discovery/layout_discovery.install %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.layouts.yml %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.libraries.yml %%WWWDIR%%/core/modules/layout_discovery/layout_discovery.module @@ -8614,6 +8881,7 @@ %%WWWDIR%%/core/modules/layout_discovery/layouts/twocol_bricks/layout--twocol-bricks.html.twig %%WWWDIR%%/core/modules/layout_discovery/layouts/twocol_bricks/twocol_bricks.css %%WWWDIR%%/core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php +%%WWWDIR%%/core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php %%WWWDIR%%/core/modules/layout_discovery/templates/layout.html.twig %%WWWDIR%%/core/modules/layout_discovery/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php @@ -8626,6 +8894,7 @@ %%WWWDIR%%/core/modules/link/link.info.yml %%WWWDIR%%/core/modules/link/link.libraries.yml %%WWWDIR%%/core/modules/link/link.module +%%WWWDIR%%/core/modules/link/link.services.yml %%WWWDIR%%/core/modules/link/migrations/state/link.migrate_drupal.yml %%WWWDIR%%/core/modules/link/src/AttributeXss.php %%WWWDIR%%/core/modules/link/src/Hook/LinkHooks.php @@ -8655,10 +8924,14 @@ %%WWWDIR%%/core/modules/link/tests/src/Functional/LinkFieldUITest.php %%WWWDIR%%/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php %%WWWDIR%%/core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php +%%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php +%%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkItemTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php +%%WWWDIR%%/core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php %%WWWDIR%%/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php +%%WWWDIR%%/core/modules/link/tests/src/Traits/LinkInputValuesTraits.php %%WWWDIR%%/core/modules/link/tests/src/Unit/LinkFormatterTest.php %%WWWDIR%%/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php %%WWWDIR%%/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php @@ -8705,6 +8978,8 @@ %%WWWDIR%%/core/modules/locale/src/Form/TranslationStatusForm.php %%WWWDIR%%/core/modules/locale/src/Gettext.php %%WWWDIR%%/core/modules/locale/src/Hook/LocaleHooks.php +%%WWWDIR%%/core/modules/locale/src/Hook/LocaleRequirements.php +%%WWWDIR%%/core/modules/locale/src/Hook/LocaleThemeHooks.php %%WWWDIR%%/core/modules/locale/src/LocaleConfigManager.php %%WWWDIR%%/core/modules/locale/src/LocaleConfigSubscriber.php %%WWWDIR%%/core/modules/locale/src/LocaleDefaultConfigStorage.php @@ -8773,6 +9048,7 @@ %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php %%WWWDIR%%/core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php +%%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleBatchTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleBuildTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php @@ -8840,8 +9116,11 @@ %%WWWDIR%%/core/modules/media/src/Form/MediaSettingsForm.php %%WWWDIR%%/core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php %%WWWDIR%%/core/modules/media/src/Hook/MediaHooks.php +%%WWWDIR%%/core/modules/media/src/Hook/MediaRequirementsHooks.php +%%WWWDIR%%/core/modules/media/src/Hook/MediaThemeSuggestionsHooks.php %%WWWDIR%%/core/modules/media/src/IFrameMarkup.php %%WWWDIR%%/core/modules/media/src/IFrameUrlHelper.php +%%WWWDIR%%/core/modules/media/src/Install/Requirements/MediaRequirements.php %%WWWDIR%%/core/modules/media/src/MediaAccessControlHandler.php %%WWWDIR%%/core/modules/media/src/MediaForm.php %%WWWDIR%%/core/modules/media/src/MediaInterface.php @@ -9067,8 +9346,8 @@ %%WWWDIR%%/core/modules/media_library/templates/media-library-item.html.twig %%WWWDIR%%/core/modules/media_library/templates/media-library-wrapper.html.twig %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/media_library_form_overwrite_test.info.yml -%%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/media_library_form_overwrite_test.module %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php +%%WWWDIR%%/core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Hook/MediaLibraryFormOverwriteTestHooks.php %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.default.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.media_library.yml %%WWWDIR%%/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.default.yml @@ -9154,6 +9433,7 @@ %%WWWDIR%%/core/modules/menu_link_content/menu_link_content.module %%WWWDIR%%/core/modules/menu_link_content/menu_link_content.post_update.php %%WWWDIR%%/core/modules/menu_link_content/menu_link_content.routing.yml +%%WWWDIR%%/core/modules/menu_link_content/menu_link_content.services.yml %%WWWDIR%%/core/modules/menu_link_content/migrations/d6_menu_links.yml %%WWWDIR%%/core/modules/menu_link_content/migrations/d7_menu_links.yml %%WWWDIR%%/core/modules/menu_link_content/migrations/state/menu_link_content.migrate_drupal.yml @@ -9247,17 +9527,23 @@ %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php %%WWWDIR%%/core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php %%WWWDIR%%/core/modules/menu_ui/templates/menu-link-form.html.twig +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_access_test/menu_link_access_test.info.yml +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_add_test/menu_link_add_test.info.yml +%%WWWDIR%%/core/modules/menu_ui/tests/modules/menu_link_add_test/menu_link_add_test.links.action.yml %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUiTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Functional/MenuUninstallTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/MenuBlockTest.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/MenuUiNodeTypeTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php %%WWWDIR%%/core/modules/menu_ui/tests/src/Traits/MenuUiTrait.php @@ -9276,6 +9562,8 @@ %%WWWDIR%%/core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php %%WWWDIR%%/core/modules/migrate/src/Attribute/MigrateDestination.php %%WWWDIR%%/core/modules/migrate/src/Attribute/MigrateProcess.php +%%WWWDIR%%/core/modules/migrate/src/Attribute/MigrateSource.php +%%WWWDIR%%/core/modules/migrate/src/Attribute/MultipleProviderAttributeInterface.php %%WWWDIR%%/core/modules/migrate/src/Audit/AuditException.php %%WWWDIR%%/core/modules/migrate/src/Audit/AuditResult.php %%WWWDIR%%/core/modules/migrate/src/Audit/AuditorInterface.php @@ -9315,6 +9603,9 @@ %%WWWDIR%%/core/modules/migrate/src/Plugin/Derivative/MigrateEntityComplete.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AnnotatedDiscoveryAutomatedProvidersTrait.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AttributeClassDiscoveryAutomatedProviders.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/AttributeDiscoveryWithAnnotationsAutomatedProviders.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php %%WWWDIR%%/core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php @@ -9379,6 +9670,9 @@ %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/process/SubProcess.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/process/Substr.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/ContentEntity.php +%%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/ContentEntityDeriver.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php %%WWWDIR%%/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php @@ -9421,6 +9715,9 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrate_no_migrate_drupal_test.routing.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/migrations/node_migration_no_upgrade.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_plugin_config_test/migrate_plugin_config_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_plugin_config_test/migrations/simple_migration.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_plugin_config_test/src/Plugin/migrate/source/SimpleSource.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php @@ -9428,8 +9725,13 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/migrate_source_annotation_bc_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotationsMultipleProviders.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_count_cache_test/migrate_sql_count_cache_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_count_cache_test/src/Plugin/migrate/source/SqlCountCache.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/migrate_sql_prepare_query_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_stub_test/migrate_stub_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_stub_test/migrations/sample_stubbing_migration_with_multiple_source_ids.yml @@ -9478,9 +9780,12 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php -%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/ConfigEntityTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityConstructorTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php @@ -9585,6 +9890,7 @@ %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php +%%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php %%WWWDIR%%/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php @@ -9610,14 +9916,16 @@ %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml %%WWWDIR%%/core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalUninstallTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php +%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php -%%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php %%WWWDIR%%/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/VariableTranslationTest.php @@ -9677,6 +9985,9 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migration_source_module_test.info.yml +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migrations/migrate_source_module_test.yml +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/src/Plugin/migrate/source/NoSourceModule.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php @@ -9693,7 +10004,7 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php -%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6TestWithContentModeration.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/html-1.txt %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/image-1.png %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/tests/fixtures/files/image-2.jpg @@ -9707,15 +10018,14 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php -%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7TestWithContentModeration.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/cube.jpeg %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/ds9.txt %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/private/Babylon5.txt %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php %%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Kernel/MigrationLabelExistTest.php +%%WWWDIR%%/core/modules/migrate_drupal_ui/tests/src/Kernel/SourceModuleTest.php %%WWWDIR%%/core/modules/mysql/mysql.info.yml -%%WWWDIR%%/core/modules/mysql/mysql.install -%%WWWDIR%%/core/modules/mysql/mysql.services.yml %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Connection.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Delete.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php @@ -9729,6 +10039,8 @@ %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Update.php %%WWWDIR%%/core/modules/mysql/src/Driver/Database/mysql/Upsert.php %%WWWDIR%%/core/modules/mysql/src/Hook/MysqlHooks.php +%%WWWDIR%%/core/modules/mysql/src/Hook/MysqlRequirements.php +%%WWWDIR%%/core/modules/mysql/src/MysqlServiceProvider.php %%WWWDIR%%/core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php %%WWWDIR%%/core/modules/mysql/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php @@ -9749,32 +10061,48 @@ %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php +%%WWWDIR%%/core/modules/mysql/tests/src/Kernel/mysql/ViewsTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Unit/ConnectionTest.php %%WWWDIR%%/core/modules/mysql/tests/src/Unit/InstallTasksTest.php %%WWWDIR%%/core/modules/navigation/assets/fonts/inter-var.woff2 +%%WWWDIR%%/core/modules/navigation/assets/icons/announcements-feed-announcement.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/arrow-left.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/burger.svg %%WWWDIR%%/core/modules/navigation/assets/icons/chevron.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/announcement.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/appearance.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/arrow-left.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/blocks.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/burger.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/chevron.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/config.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/content.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/create.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/cross.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/extend.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/eye.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/files.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/help.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/media.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/pencil.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/people.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/reports.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/return-left.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/shortcuts.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/structure.svg -%%WWWDIR%%/core/modules/navigation/components/toolbar-button/assets/user.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/cross.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/database.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/dots.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/entity-user-collection.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/error.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/eye.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/file.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/help.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-blocks.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-content.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-create.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-files.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-media.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/navigation-user-links-user-wrapper.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/pencil.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/return-left.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/shortcuts.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/status.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-admin-config.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-admin-reports.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-admin-structure.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-modules-list.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/system-themes-page.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/throbber.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/warning.svg +%%WWWDIR%%/core/modules/navigation/assets/icons/workspaces.svg +%%WWWDIR%%/core/modules/navigation/components/badge/badge.component.yml +%%WWWDIR%%/core/modules/navigation/components/badge/badge.css +%%WWWDIR%%/core/modules/navigation/components/badge/badge.pcss.css +%%WWWDIR%%/core/modules/navigation/components/badge/badge.twig +%%WWWDIR%%/core/modules/navigation/components/title/title.component.yml +%%WWWDIR%%/core/modules/navigation/components/title/title.css +%%WWWDIR%%/core/modules/navigation/components/title/title.pcss.css +%%WWWDIR%%/core/modules/navigation/components/title/title.twig %%WWWDIR%%/core/modules/navigation/components/toolbar-button/toolbar-button.component.yml %%WWWDIR%%/core/modules/navigation/components/toolbar-button/toolbar-button.css %%WWWDIR%%/core/modules/navigation/components/toolbar-button/toolbar-button.pcss.css @@ -9782,6 +10110,7 @@ %%WWWDIR%%/core/modules/navigation/config/install/navigation.block_layout.yml %%WWWDIR%%/core/modules/navigation/config/install/navigation.settings.yml %%WWWDIR%%/core/modules/navigation/config/install/system.menu.content.yml +%%WWWDIR%%/core/modules/navigation/config/install/system.menu.navigation-user-links.yml %%WWWDIR%%/core/modules/navigation/config/schema/navigation.schema.yml %%WWWDIR%%/core/modules/navigation/css/base/admin-reset-styles.css %%WWWDIR%%/core/modules/navigation/css/base/admin-reset-styles.pcss.css @@ -9807,8 +10136,12 @@ %%WWWDIR%%/core/modules/navigation/css/components/toolbar-dropdown.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-menu.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-menu.pcss.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-message.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-message.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-popover.css %%WWWDIR%%/core/modules/navigation/css/components/toolbar-popover.pcss.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-workspaces.css +%%WWWDIR%%/core/modules/navigation/css/components/toolbar-workspaces.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/tooltip.css %%WWWDIR%%/core/modules/navigation/css/components/tooltip.pcss.css %%WWWDIR%%/core/modules/navigation/css/components/top-bar.css @@ -9823,9 +10156,8 @@ %%WWWDIR%%/core/modules/navigation/js/tooltip.js %%WWWDIR%%/core/modules/navigation/layouts/navigation.html.twig %%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml -%%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/src/Hook/NavigationTopBarHooks.php -%%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/navigation/navigation.api.php +%%WWWDIR%%/core/modules/navigation/navigation.icons.yml %%WWWDIR%%/core/modules/navigation/navigation.info.yml %%WWWDIR%%/core/modules/navigation/navigation.install %%WWWDIR%%/core/modules/navigation/navigation.layouts.yml @@ -9838,10 +10170,13 @@ %%WWWDIR%%/core/modules/navigation/navigation.services.yml %%WWWDIR%%/core/modules/navigation/src/Attribute/TopBarItem.php %%WWWDIR%%/core/modules/navigation/src/Element/TopBar.php +%%WWWDIR%%/core/modules/navigation/src/EntityRouteHelper.php %%WWWDIR%%/core/modules/navigation/src/Form/LayoutForm.php %%WWWDIR%%/core/modules/navigation/src/Form/SettingsForm.php %%WWWDIR%%/core/modules/navigation/src/Hook/NavigationHooks.php +%%WWWDIR%%/core/modules/navigation/src/Hook/NavigationRequirements.php %%WWWDIR%%/core/modules/navigation/src/Menu/NavigationMenuLinkTree.php +%%WWWDIR%%/core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php %%WWWDIR%%/core/modules/navigation/src/NavigationContentLinks.php %%WWWDIR%%/core/modules/navigation/src/NavigationLayout.php %%WWWDIR%%/core/modules/navigation/src/NavigationRenderer.php @@ -9854,6 +10189,7 @@ %%WWWDIR%%/core/modules/navigation/src/Plugin/Derivative/SystemMenuNavigationBlock.php %%WWWDIR%%/core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php %%WWWDIR%%/core/modules/navigation/src/Plugin/TopBarItem/PageActions.php +%%WWWDIR%%/core/modules/navigation/src/Plugin/TopBarItem/PageContext.php %%WWWDIR%%/core/modules/navigation/src/RenderCallbacks.php %%WWWDIR%%/core/modules/navigation/src/ShortcutLazyBuilder.php %%WWWDIR%%/core/modules/navigation/src/TopBarItemBase.php @@ -9861,35 +10197,52 @@ %%WWWDIR%%/core/modules/navigation/src/TopBarItemManagerInterface.php %%WWWDIR%%/core/modules/navigation/src/TopBarItemPluginInterface.php %%WWWDIR%%/core/modules/navigation/src/TopBarRegion.php -%%WWWDIR%%/core/modules/navigation/src/UserLazyBuilder.php +%%WWWDIR%%/core/modules/navigation/src/WorkspacesLazyBuilder.php %%WWWDIR%%/core/modules/navigation/templates/block--navigation.html.twig %%WWWDIR%%/core/modules/navigation/templates/logo.svg.twig -%%WWWDIR%%/core/modules/navigation/templates/menu-region--footer.html.twig +%%WWWDIR%%/core/modules/navigation/templates/navigation--message.html.twig +%%WWWDIR%%/core/modules/navigation/templates/navigation--messages.html.twig %%WWWDIR%%/core/modules/navigation/templates/navigation-content-top.html.twig %%WWWDIR%%/core/modules/navigation/templates/navigation-menu.html.twig -%%WWWDIR%%/core/modules/navigation/templates/top-bar-local-task.html.twig -%%WWWDIR%%/core/modules/navigation/templates/top-bar-local-tasks.html.twig +%%WWWDIR%%/core/modules/navigation/templates/top-bar-page-action.html.twig +%%WWWDIR%%/core/modules/navigation/templates/top-bar-page-actions.html.twig %%WWWDIR%%/core/modules/navigation/templates/top-bar.html.twig +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/assets/icons/radioactive.svg +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/assets/icons/star.svg +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.icons.yml %%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.info.yml +%%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.links.menu.yml %%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.module %%WWWDIR%%/core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php %%WWWDIR%%/core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php +%%WWWDIR%%/core/modules/navigation/tests/navigation_test_block/navigation_test_block.info.yml +%%WWWDIR%%/core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php +%%WWWDIR%%/core/modules/navigation/tests/navigation_test_block/src/Plugin/Block/NavigationTestBlock.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationContentTopTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationDefaultBlockDefinitionTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationIconTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationLogoTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationSafeBlockDefinitionTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationUserBlockTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationWorkspacesUiTest.php %%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/NavigationUserBlockTest.php %%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php -%%WWWDIR%%/core/modules/navigation/tests/src/FunctionalJavascript/TopBarPerformanceTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationMenuLinkTreeTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Nightwatch/Tests/a11yTest.js %%WWWDIR%%/core/modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js +%%WWWDIR%%/core/modules/navigation/tests/src/Nightwatch/Tests/navigationDisplaceTest.js +%%WWWDIR%%/core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Unit/TopBarItemBaseTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.full.yml @@ -9970,20 +10323,23 @@ %%WWWDIR%%/core/modules/node/src/EventSubscriber/NodeTranslationMigrateSubscriber.php %%WWWDIR%%/core/modules/node/src/Form/DeleteMultiple.php %%WWWDIR%%/core/modules/node/src/Form/NodeDeleteForm.php +%%WWWDIR%%/core/modules/node/src/Form/NodeForm.php %%WWWDIR%%/core/modules/node/src/Form/NodePreviewForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeRevisionDeleteForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeRevisionRevertForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php %%WWWDIR%%/core/modules/node/src/Form/NodeTypeDeleteConfirm.php +%%WWWDIR%%/core/modules/node/src/Form/NodeTypeForm.php %%WWWDIR%%/core/modules/node/src/Form/RebuildPermissionsForm.php %%WWWDIR%%/core/modules/node/src/Hook/NodeHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeHooks1.php +%%WWWDIR%%/core/modules/node/src/Hook/NodeRequirements.php +%%WWWDIR%%/core/modules/node/src/Hook/NodeThemeHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeTokensHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeViewsExecutionHooks.php %%WWWDIR%%/core/modules/node/src/Hook/NodeViewsHooks.php %%WWWDIR%%/core/modules/node/src/NodeAccessControlHandler.php %%WWWDIR%%/core/modules/node/src/NodeAccessControlHandlerInterface.php -%%WWWDIR%%/core/modules/node/src/NodeForm.php %%WWWDIR%%/core/modules/node/src/NodeGrantDatabaseStorage.php %%WWWDIR%%/core/modules/node/src/NodeGrantDatabaseStorageInterface.php %%WWWDIR%%/core/modules/node/src/NodeInterface.php @@ -9995,12 +10351,10 @@ %%WWWDIR%%/core/modules/node/src/NodeStorageSchema.php %%WWWDIR%%/core/modules/node/src/NodeTranslationHandler.php %%WWWDIR%%/core/modules/node/src/NodeTypeAccessControlHandler.php -%%WWWDIR%%/core/modules/node/src/NodeTypeForm.php %%WWWDIR%%/core/modules/node/src/NodeTypeInterface.php %%WWWDIR%%/core/modules/node/src/NodeTypeListBuilder.php %%WWWDIR%%/core/modules/node/src/NodeViewBuilder.php %%WWWDIR%%/core/modules/node/src/NodeViewsData.php -%%WWWDIR%%/core/modules/node/src/PageCache/DenyNodePreview.php %%WWWDIR%%/core/modules/node/src/ParamConverter/NodePreviewConverter.php %%WWWDIR%%/core/modules/node/src/Plugin/Action/DemoteNode.php %%WWWDIR%%/core/modules/node/src/Plugin/Action/PromoteNode.php @@ -10026,6 +10380,7 @@ %%WWWDIR%%/core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php %%WWWDIR%%/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php %%WWWDIR%%/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php +%%WWWDIR%%/core/modules/node/src/Plugin/views/UidRevisionTrait.php %%WWWDIR%%/core/modules/node/src/Plugin/views/area/ListingEmpty.php %%WWWDIR%%/core/modules/node/src/Plugin/views/argument/Nid.php %%WWWDIR%%/core/modules/node/src/Plugin/views/argument/Type.php @@ -10053,7 +10408,6 @@ %%WWWDIR%%/core/modules/node/templates/node-edit-form.html.twig %%WWWDIR%%/core/modules/node/templates/node.html.twig %%WWWDIR%%/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml -%%WWWDIR%%/core/modules/node/tests/modules/node_access_test/node_access_test.module %%WWWDIR%%/core/modules/node/tests/modules/node_access_test/node_access_test.permissions.yml %%WWWDIR%%/core/modules/node/tests/modules/node_access_test/src/Hook/NodeAccessTestHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml @@ -10064,6 +10418,8 @@ %%WWWDIR%%/core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php %%WWWDIR%%/core/modules/node/tests/modules/node_display_configurable_test/node_display_configurable_test.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_display_configurable_test/src/Hook/NodeDisplayConfigurableTestHooks.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/node_test.info.yml %%WWWDIR%%/core/modules/node/tests/modules/node_test/src/Hook/NodeTestHooks.php %%WWWDIR%%/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml @@ -10071,8 +10427,6 @@ %%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 @@ -10103,8 +10457,9 @@ %%WWWDIR%%/core/modules/node/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php -%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrants.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeAccessJoinTest.php @@ -10130,6 +10485,7 @@ %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRSSContentTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php +%%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsAuthorTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php %%WWWDIR%%/core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php @@ -10218,6 +10574,7 @@ %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeOwnerTest.php +%%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTemplateSuggestionsTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php @@ -10246,9 +10603,9 @@ %%WWWDIR%%/core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php %%WWWDIR%%/core/modules/node/tests/src/Kernel/Views/RowPluginTest.php %%WWWDIR%%/core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php +%%WWWDIR%%/core/modules/node/tests/src/Traits/NodeAccessTrait.php %%WWWDIR%%/core/modules/node/tests/src/Traits/NodeCreationTrait.php %%WWWDIR%%/core/modules/node/tests/src/Unit/NodeOperationAccessTest.php -%%WWWDIR%%/core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php %%WWWDIR%%/core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php %%WWWDIR%%/core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php %%WWWDIR%%/core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php @@ -10262,6 +10619,7 @@ %%WWWDIR%%/core/modules/options/options.info.yml %%WWWDIR%%/core/modules/options/options.libraries.yml %%WWWDIR%%/core/modules/options/options.module +%%WWWDIR%%/core/modules/options/options.services.yml %%WWWDIR%%/core/modules/options/src/Hook/OptionsHooks.php %%WWWDIR%%/core/modules/options/src/Hook/OptionsViewsHooks.php %%WWWDIR%%/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php @@ -10285,8 +10643,8 @@ %%WWWDIR%%/core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml %%WWWDIR%%/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml %%WWWDIR%%/core/modules/options/tests/options_test/options_test.info.yml -%%WWWDIR%%/core/modules/options/tests/options_test/options_test.module %%WWWDIR%%/core/modules/options/tests/options_test/src/Hook/OptionsTestHooks.php +%%WWWDIR%%/core/modules/options/tests/options_test/src/OptionsAllowedValues.php %%WWWDIR%%/core/modules/options/tests/options_test_views/options_test_views.info.yml %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml %%WWWDIR%%/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml @@ -10313,33 +10671,37 @@ %%WWWDIR%%/core/modules/package_manager/config/schema/package_manager.schema.yml %%WWWDIR%%/core/modules/package_manager/package_manager.api.php %%WWWDIR%%/core/modules/package_manager/package_manager.info.yml -%%WWWDIR%%/core/modules/package_manager/package_manager.install %%WWWDIR%%/core/modules/package_manager/package_manager.services.yml +%%WWWDIR%%/core/modules/package_manager/src/Attribute/AllowDirectWrite.php %%WWWDIR%%/core/modules/package_manager/src/ComposerInspector.php +%%WWWDIR%%/core/modules/package_manager/src/DirectWritePreconditionBypass.php %%WWWDIR%%/core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php +%%WWWDIR%%/core/modules/package_manager/src/Event/EventWithPackageListTrait.php %%WWWDIR%%/core/modules/package_manager/src/Event/PostApplyEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PostCreateEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PostRequireEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PreApplyEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PreCreateEvent.php -%%WWWDIR%%/core/modules/package_manager/src/Event/PreOperationStageEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/PreRequireEvent.php -%%WWWDIR%%/core/modules/package_manager/src/Event/RequireEventTrait.php -%%WWWDIR%%/core/modules/package_manager/src/Event/StageEvent.php +%%WWWDIR%%/core/modules/package_manager/src/Event/SandboxEvent.php +%%WWWDIR%%/core/modules/package_manager/src/Event/SandboxValidationEvent.php %%WWWDIR%%/core/modules/package_manager/src/Event/StatusCheckEvent.php %%WWWDIR%%/core/modules/package_manager/src/EventSubscriber/ChangeLogger.php +%%WWWDIR%%/core/modules/package_manager/src/EventSubscriber/DirectWriteSubscriber.php %%WWWDIR%%/core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php %%WWWDIR%%/core/modules/package_manager/src/Exception/ApplyFailedException.php %%WWWDIR%%/core/modules/package_manager/src/Exception/ComposerNotReadyException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageEventException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageFailureMarkerException.php -%%WWWDIR%%/core/modules/package_manager/src/Exception/StageOwnershipException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/FailureMarkerExistsException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/SandboxEventException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/SandboxException.php +%%WWWDIR%%/core/modules/package_manager/src/Exception/SandboxOwnershipException.php %%WWWDIR%%/core/modules/package_manager/src/ExecutableFinder.php %%WWWDIR%%/core/modules/package_manager/src/FailureMarker.php %%WWWDIR%%/core/modules/package_manager/src/FileProcessOutputCallback.php %%WWWDIR%%/core/modules/package_manager/src/Hook/PackageManagerHooks.php +%%WWWDIR%%/core/modules/package_manager/src/Hook/PackageManagerRequirementsHooks.php %%WWWDIR%%/core/modules/package_manager/src/ImmutablePathList.php +%%WWWDIR%%/core/modules/package_manager/src/Install/Requirements/PackageManagerRequirements.php %%WWWDIR%%/core/modules/package_manager/src/InstalledPackage.php %%WWWDIR%%/core/modules/package_manager/src/InstalledPackagesList.php %%WWWDIR%%/core/modules/package_manager/src/LegacyVersionUtility.php @@ -10361,7 +10723,7 @@ %%WWWDIR%%/core/modules/package_manager/src/ProcessFactory.php %%WWWDIR%%/core/modules/package_manager/src/ProcessOutputCallback.php %%WWWDIR%%/core/modules/package_manager/src/ProjectInfo.php -%%WWWDIR%%/core/modules/package_manager/src/StageBase.php +%%WWWDIR%%/core/modules/package_manager/src/SandboxManagerBase.php %%WWWDIR%%/core/modules/package_manager/src/StatusCheckTrait.php %%WWWDIR%%/core/modules/package_manager/src/TranslatableStringAdapter.php %%WWWDIR%%/core/modules/package_manager/src/TranslatableStringFactory.php @@ -10384,9 +10746,9 @@ %%WWWDIR%%/core/modules/package_manager/src/Validator/PhpExtensionsValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/PhpTufValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/RsyncValidator.php +%%WWWDIR%%/core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php +%%WWWDIR%%/core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/SettingsValidator.php -%%WWWDIR%%/core/modules/package_manager/src/Validator/StageNotInActiveValidator.php -%%WWWDIR%%/core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/SupportedReleaseValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/SymlinkValidator.php %%WWWDIR%%/core/modules/package_manager/src/Validator/WritableFileSystemValidator.php @@ -10493,7 +10855,9 @@ %%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php %%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php %%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/PackageManagerTestValidationServiceProvider.php -%%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php +%%WWWDIR%%/core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageInstallDirectWriteTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageInstallTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Build/PackageUpdateTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php @@ -10513,6 +10877,7 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php @@ -10539,9 +10904,9 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ProcessFactoryTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/ServicesTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageBaseTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageConflictTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Kernel/StageEventsTest.php @@ -10561,6 +10926,7 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Traits/InstalledPackagesListTrait.php %%WWWDIR%%/core/modules/package_manager/tests/src/Traits/PackageManagerBypassTestTrait.php %%WWWDIR%%/core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php @@ -10569,9 +10935,8 @@ %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/PathLocatorTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/RequireEventTraitTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/StageBaseTest.php -%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php +%%WWWDIR%%/core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php %%WWWDIR%%/core/modules/package_manager/tests/src/Unit/ValidationResultTest.php %%WWWDIR%%/core/modules/page_cache/page_cache.info.yml %%WWWDIR%%/core/modules/page_cache/page_cache.services.yml @@ -10597,6 +10962,7 @@ %%WWWDIR%%/core/modules/path/path.links.task.yml %%WWWDIR%%/core/modules/path/path.permissions.yml %%WWWDIR%%/core/modules/path/path.post_update.php +%%WWWDIR%%/core/modules/path/path.services.yml %%WWWDIR%%/core/modules/path/src/Form/PathFilterForm.php %%WWWDIR%%/core/modules/path/src/Hook/PathHooks.php %%WWWDIR%%/core/modules/path/src/PathAliasForm.php @@ -10668,6 +11034,7 @@ %%WWWDIR%%/core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php %%WWWDIR%%/core/modules/pgsql/pgsql.info.yml %%WWWDIR%%/core/modules/pgsql/pgsql.install +%%WWWDIR%%/core/modules/pgsql/pgsql.services.yml %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Connection.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Delete.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Insert.php @@ -10679,8 +11046,13 @@ %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Update.php %%WWWDIR%%/core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php +%%WWWDIR%%/core/modules/pgsql/src/EntityQuery/Condition.php +%%WWWDIR%%/core/modules/pgsql/src/EntityQuery/QueryFactory.php %%WWWDIR%%/core/modules/pgsql/src/Hook/PgsqlHooks.php +%%WWWDIR%%/core/modules/pgsql/src/Hook/PgsqlRequirementsHooks.php +%%WWWDIR%%/core/modules/pgsql/src/Install/Requirements/PgsqlRequirements.php %%WWWDIR%%/core/modules/pgsql/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecation.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/DatabaseExceptionWrapperTest.php %%WWWDIR%%/core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php @@ -10711,6 +11083,7 @@ %%WWWDIR%%/core/modules/responsive_image/responsive_image.permissions.yml %%WWWDIR%%/core/modules/responsive_image/responsive_image.post_update.php %%WWWDIR%%/core/modules/responsive_image/responsive_image.routing.yml +%%WWWDIR%%/core/modules/responsive_image/responsive_image.services.yml %%WWWDIR%%/core/modules/responsive_image/src/Element/ResponsiveImage.php %%WWWDIR%%/core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php %%WWWDIR%%/core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php @@ -10878,6 +11251,7 @@ %%WWWDIR%%/core/modules/search/src/Form/SearchPageForm.php %%WWWDIR%%/core/modules/search/src/Form/SearchPageFormBase.php %%WWWDIR%%/core/modules/search/src/Hook/SearchHooks.php +%%WWWDIR%%/core/modules/search/src/Hook/SearchRequirements.php %%WWWDIR%%/core/modules/search/src/Plugin/Block/SearchBlock.php %%WWWDIR%%/core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php %%WWWDIR%%/core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php @@ -10998,11 +11372,15 @@ %%WWWDIR%%/core/modules/serialization/src/Normalizer/FieldItemNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/FieldNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/ListNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/MarkupNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/NormalizerBase.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/NullNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php +%%WWWDIR%%/core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php %%WWWDIR%%/core/modules/serialization/src/Normalizer/TimestampNormalizer.php @@ -11010,6 +11388,11 @@ %%WWWDIR%%/core/modules/serialization/src/RegisterEntityResolversCompilerPass.php %%WWWDIR%%/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php %%WWWDIR%%/core/modules/serialization/src/SerializationServiceProvider.php +%%WWWDIR%%/core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php +%%WWWDIR%%/core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php +%%WWWDIR%%/core/modules/serialization/src/Serializer/Serializer.php +%%WWWDIR%%/core/modules/serialization/src/json-schema-draft-04-meta-schema.json +%%WWWDIR%%/core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt %%WWWDIR%%/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml %%WWWDIR%%/core/modules/serialization/tests/modules/entity_serialization_test/src/Hook/EntitySerializationTestHooks.php %%WWWDIR%%/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml @@ -11035,6 +11418,7 @@ %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/SerializationTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Kernel/UserRouteAlterTest.php +%%WWWDIR%%/core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php @@ -11050,6 +11434,7 @@ %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php +%%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php %%WWWDIR%%/core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php @@ -11168,6 +11553,7 @@ %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php +%%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php %%WWWDIR%%/core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php @@ -11250,19 +11636,14 @@ %%WWWDIR%%/core/modules/system/css/components/align.module.css %%WWWDIR%%/core/modules/system/css/components/clearfix.module.css %%WWWDIR%%/core/modules/system/css/components/container-inline.module.css -%%WWWDIR%%/core/modules/system/css/components/details.module.css -%%WWWDIR%%/core/modules/system/css/components/fieldgroup.module.css %%WWWDIR%%/core/modules/system/css/components/hidden.module.css %%WWWDIR%%/core/modules/system/css/components/item-list.module.css %%WWWDIR%%/core/modules/system/css/components/js.module.css -%%WWWDIR%%/core/modules/system/css/components/nowrap.module.css %%WWWDIR%%/core/modules/system/css/components/position-container.module.css %%WWWDIR%%/core/modules/system/css/components/reset-appearance.module.css -%%WWWDIR%%/core/modules/system/css/components/resize.module.css %%WWWDIR%%/core/modules/system/css/components/system-status-counter.css %%WWWDIR%%/core/modules/system/css/components/system-status-report-counters.css %%WWWDIR%%/core/modules/system/css/components/system-status-report-general-info.css -%%WWWDIR%%/core/modules/system/css/components/tablesort.module.css %%WWWDIR%%/core/modules/system/css/system.admin.css %%WWWDIR%%/core/modules/system/css/system.diff.css %%WWWDIR%%/core/modules/system/css/system.maintenance.css @@ -11376,6 +11757,7 @@ %%WWWDIR%%/core/modules/system/src/PhpStorage/MockPhpStorage.php %%WWWDIR%%/core/modules/system/src/Plugin/Archiver/Tar.php %%WWWDIR%%/core/modules/system/src/Plugin/Archiver/Zip.php +%%WWWDIR%%/core/modules/system/src/Plugin/Block/ClearCacheBlock.php %%WWWDIR%%/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php %%WWWDIR%%/core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php %%WWWDIR%%/core/modules/system/src/Plugin/Block/SystemMainBlock.php @@ -11542,9 +11924,43 @@ %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php %%WWWDIR%%/core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php +%%WWWDIR%%/core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php %%WWWDIR%%/core/modules/system/tests/http.php %%WWWDIR%%/core/modules/system/tests/https.php %%WWWDIR%%/core/modules/system/tests/logo.svgz +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookAfter.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookAfterClassMethod.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookBefore.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookFirst.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookLast.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookReorderHookFirst.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/bbb_hook_collector_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookAfter.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookAfterClassMethod.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookBefore.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookFirst.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookLast.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php +%%WWWDIR%%/core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookReorderHookLast.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DAlterHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DHooks.php %%WWWDIR%%/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php @@ -11562,7 +11978,6 @@ %%WWWDIR%%/core/modules/system/tests/modules/advisory_feed_test/src/Hook/AdvisoryFeedTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/advisory_feed_test/src/TestSystemLoggerChannel.php %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php %%WWWDIR%%/core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php @@ -11594,11 +12009,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/autowire_test/src/TestInjection3.php %%WWWDIR%%/core/modules/system/tests/modules/autowire_test/src/TestInjectionInterface.php %%WWWDIR%%/core/modules/system/tests/modules/autowire_test/src/TestService.php -%%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc %%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.links.task.yml -%%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.module %%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/batch_test.set_file.inc +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php +%%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php %%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php %%WWWDIR%%/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php @@ -11636,6 +12053,11 @@ %%WWWDIR%%/core/modules/system/tests/modules/config_mapping_test/config/optional/field.storage.node.comment_config_mapping_test.yml %%WWWDIR%%/core/modules/system/tests/modules/config_mapping_test/config/optional/node.type.config_mapping_test.yml %%WWWDIR%%/core/modules/system/tests/modules/config_mapping_test/config_mapping_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_dependency_false/container_rebuild_required_dependency_false.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_false/container_rebuild_required_false.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_false_2/container_rebuild_required_false_2.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_true/container_rebuild_required_true.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_required_true_2/container_rebuild_required_true_2.info.yml %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/container_rebuild_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/container_rebuild_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/container_rebuild_test/src/ContainerRebuildTestServiceProvider.php @@ -11683,6 +12105,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/default_format_test/src/DefaultFormatTestController.php %%WWWDIR%%/core/modules/system/tests/modules/delay_cache_tags_invalidation/delay_cache_tags_invalidation.info.yml %%WWWDIR%%/core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/dependency_foo_test/dependency_foo_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/dependency_version_test/dependency_version_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml @@ -11734,6 +12157,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Connection.php %%WWWDIR%%/core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php %%WWWDIR%%/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/dummydb/dummydb.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Connection.php +%%WWWDIR%%/core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Install/Tasks.php %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml @@ -11781,6 +12207,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test/entity_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test/entity_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Callbacks.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php @@ -11829,9 +12256,11 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestForm.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php +%%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestTypesFilter.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php %%WWWDIR%%/core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php @@ -11950,18 +12379,20 @@ %%WWWDIR%%/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php %%WWWDIR%%/core/modules/system/tests/modules/evil/evil.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/src/Hook/ExperimentalModuleRequirementsTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_test/src/Hook/ExperimentalModuleTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.module +%%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.libraries.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.permissions.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/form_test/form_test.services.yml +%%WWWDIR%%/core/modules/system/tests/modules/form_test/js/form_test.js %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/AutocompleteController.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Callbacks.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php @@ -12013,6 +12444,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php @@ -12021,6 +12453,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTextareaForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php @@ -12028,6 +12461,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php @@ -12046,9 +12480,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.install -%%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.module %%WWWDIR%%/core/modules/system/tests/modules/hold_test/hold_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php +%%WWWDIR%%/core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/hook_collector_hook_attribute.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeInvokeHook.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php @@ -12062,6 +12496,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_skip_procedural/src/Hook/SkipProceduralHooks.php %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml %%WWWDIR%%/core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module +%%WWWDIR%%/core/modules/system/tests/modules/hook_test_remove/hook_test_remove.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php %%WWWDIR%%/core/modules/system/tests/modules/http_kernel_test/http_kernel_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/http_kernel_test/http_kernel_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/http_kernel_test/http_kernel_test.services.yml @@ -12142,10 +12578,6 @@ %%WWWDIR%%/core/modules/system/tests/modules/install_form_test/install_form_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/install_form_test/src/Form/ExtendedForm.php %%WWWDIR%%/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/jquery_keyevent_polyfill_test.libraries.yml -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/js/jquery.keyevent.polyfill.js -%%WWWDIR%%/core/modules/system/tests/modules/jquery_keyevent_polyfill_test/src/Hook/JqueryKeyeventPolyfillTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/jqueryui_library_assets_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/jqueryui_library_assets_test/src/Controller/JqueryUiTestAssetsController.php @@ -12263,13 +12695,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.links.contextual.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.links.menu.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.links.task.yml -%%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.module %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.permissions.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/MenuTestHelper.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php @@ -12287,6 +12719,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module +%%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php %%WWWDIR%%/core/modules/system/tests/modules/module_cache_bin/module_cache_bin.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_cache_bin/module_cache_bin.services.yml @@ -12294,6 +12727,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install %%WWWDIR%%/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install +%%WWWDIR%%/core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.implementations.inc +%%WWWDIR%%/core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.module %%WWWDIR%%/core/modules/system/tests/modules/module_info_type_comment/module_info_type_comment.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml @@ -12301,15 +12737,25 @@ %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml %%WWWDIR%%/core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php +%%WWWDIR%%/core/modules/system/tests/modules/module_install_requirements/module_install_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_install_requirements/src/Install/Requirements/ModuleInstallRequirements.php +%%WWWDIR%%/core/modules/system/tests/modules/module_install_unmet_requirements/module_install_unmet_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_install_unmet_requirements/src/Install/Requirements/ModuleInstallUnmetRequirementsRequirements.php +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/config/install/module_installer_config_subscriber.settings.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/config/schema/module_installer_config_subscriber.schema.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/module_installer_config_subscriber.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/module_installer_config_subscriber.services.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/config/install/module_installer_config_test.type.missing_id.yml %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php %%WWWDIR%%/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_required_test/src/Hook/ModuleRequiredTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/module_runtime_requirements/module_runtime_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php %%WWWDIR%%/core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.file.inc -%%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.implementations.inc %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.install %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.module @@ -12318,7 +12764,15 @@ %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/module_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test/src/ModuleTestCompilerPass.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test/src/ModuleTestServiceProvider.php %%WWWDIR%%/core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test_oop_preprocess/module_test_oop_preprocess.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module +%%WWWDIR%%/core/modules/system/tests/modules/module_update_requirements/module_update_requirements.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/module_update_requirements/src/Hook/ModuleUpdateRequirementsHooks.php %%WWWDIR%%/core/modules/system/tests/modules/name_collision_test/name_collision_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install @@ -12406,6 +12860,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example3.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example4.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example5.php +%%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExampleWithAttributeAndAnnotation.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/UsingNonInstalledTraitClass.php %%WWWDIR%%/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php @@ -12486,6 +12941,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-button/my-button.css %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-button/my-button.js %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-button/my-button.twig +%%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta-with-variant-prop/my-cta-with-variant-prop.component.yml +%%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta-with-variant-prop/my-cta-with-variant-prop.twig %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.component.yml %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.css %%WWWDIR%%/core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.js @@ -12524,6 +12981,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/session_test/session_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/session_test/session_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/session_test/session_test.services.yml +%%WWWDIR%%/core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php %%WWWDIR%%/core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php %%WWWDIR%%/core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php @@ -12565,6 +13023,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/test_batch_test/test_batch_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/test_batch_test/test_batch_test.install +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/css/style.css +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/js/behavior.js +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/src/Controller/HtmxTestAttachmentsController.php +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestAjaxForm.php +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/test_htmx.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/test_htmx.libraries.yml +%%WWWDIR%%/core/modules/system/tests/modules/test_htmx/test_htmx.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php %%WWWDIR%%/core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php %%WWWDIR%%/core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php @@ -12585,6 +13050,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/theme_test/src/ThemeTestController.php @@ -12658,12 +13124,13 @@ %%WWWDIR%%/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php %%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.info.yml -%%WWWDIR%%/core/modules/system/tests/modules/unversioned_assets_test/unversioned_assets_test.module %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestHooks.php +%%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/Hook/UpdateScriptTestRequirements.php %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_script_test/update_script_test.install @@ -12693,6 +13160,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install %%WWWDIR%%/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php +%%WWWDIR%%/core/modules/system/tests/modules/update_test_schema/src/Hook/UpdateTestSchemaRequirements.php %%WWWDIR%%/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml %%WWWDIR%%/core/modules/system/tests/modules/update_test_schema/update_test_schema.install %%WWWDIR%%/core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.info.yml @@ -12707,6 +13175,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Batch/PageTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Cache/CacheTestBase.php @@ -12774,6 +13243,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/StorageTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/StubForm.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Form/TextareaTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/UrlTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Form/ValidationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/GenericTest.php @@ -12832,6 +13302,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Routing/RouterTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Session/LegacySessionTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Session/SessionTest.php @@ -12857,6 +13328,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/System/StatusProfileWithoutVersionTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/StatusTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/System/ThemeTest.php @@ -12885,8 +13357,11 @@ %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/Update/README.txt +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php +%%WWWDIR%%/core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php %%WWWDIR%%/core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php @@ -12917,6 +13392,7 @@ %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php +%%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php @@ -12928,6 +13404,7 @@ %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php %%WWWDIR%%/core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Action/ActionTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Block/StubPathMatcher.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Common/AlterTest.php @@ -12938,6 +13415,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/DecoratedServiceTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/Element/StatusReportPageTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php @@ -12987,6 +13465,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/CronQueueTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/FloodTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php +%%WWWDIR%%/core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php @@ -12997,6 +13476,7 @@ %%WWWDIR%%/core/modules/system/tests/src/Kernel/TimezoneResolverTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php %%WWWDIR%%/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php +%%WWWDIR%%/core/modules/system/tests/src/Traits/CacheTestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Traits/OffCanvasTestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Traits/TestTrait.php %%WWWDIR%%/core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php @@ -13020,6 +13500,9 @@ %%WWWDIR%%/core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.twig +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.css +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/another-stylesheet.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css @@ -13030,7 +13513,10 @@ %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.twig +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/css/css-order-dependent.css +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/css/reset.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.info.yml +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.twig %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml @@ -13328,7 +13814,6 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php @@ -13340,7 +13825,7 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeComplete.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeCompleteTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTranslationTest.php @@ -13447,6 +13932,7 @@ %%WWWDIR%%/core/modules/text/text.libraries.yml %%WWWDIR%%/core/modules/text/text.module %%WWWDIR%%/core/modules/text/text.post_update.php +%%WWWDIR%%/core/modules/text/text.services.yml %%WWWDIR%%/core/modules/toolbar/css/toolbar.icons.theme.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.icons.theme.pcss.css %%WWWDIR%%/core/modules/toolbar/css/toolbar.menu.css @@ -13486,6 +13972,7 @@ %%WWWDIR%%/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarStoredStateTest.php %%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/Tests/toolbarApiTest.js %%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/Tests/toolbarTest.js +%%WWWDIR%%/core/modules/toolbar/tests/src/Nightwatch/ToolbarTestSetup.php %%WWWDIR%%/core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php %%WWWDIR%%/core/modules/toolbar/toolbar.api.php %%WWWDIR%%/core/modules/toolbar/toolbar.breakpoints.yml @@ -13503,15 +13990,13 @@ %%WWWDIR%%/core/modules/update/migrations/update_settings.yml %%WWWDIR%%/core/modules/update/src/Access/UpdateManagerAccessCheck.php %%WWWDIR%%/core/modules/update/src/Controller/UpdateController.php -%%WWWDIR%%/core/modules/update/src/Form/UpdateManagerUpdate.php -%%WWWDIR%%/core/modules/update/src/Form/UpdateReady.php %%WWWDIR%%/core/modules/update/src/Hook/UpdateHooks.php +%%WWWDIR%%/core/modules/update/src/Hook/UpdateRequirements.php %%WWWDIR%%/core/modules/update/src/Plugin/migrate/source/UpdateSettings.php %%WWWDIR%%/core/modules/update/src/ProjectCoreCompatibility.php %%WWWDIR%%/core/modules/update/src/ProjectRelease.php %%WWWDIR%%/core/modules/update/src/ProjectSecurityData.php %%WWWDIR%%/core/modules/update/src/ProjectSecurityRequirement.php -%%WWWDIR%%/core/modules/update/src/Routing/UpdateRouteSubscriber.php %%WWWDIR%%/core/modules/update/src/UpdateFetcher.php %%WWWDIR%%/core/modules/update/src/UpdateFetcherInterface.php %%WWWDIR%%/core/modules/update/src/UpdateManager.php @@ -13546,8 +14031,6 @@ %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/aaa_update_test.sec.8.x-1.2_8.x-2.2.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/aaa_update_test.sec.8.x-2.2_1.x_secure.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/bbb_update_test.1_0.xml -%%WWWDIR%%/core/modules/update/tests/fixtures/release-history/bbb_update_test.1_1.xml -%%WWWDIR%%/core/modules/update/tests/fixtures/release-history/bbb_update_test.1_2.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/ccc_update_test.1_0.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/ccc_update_test.1_1.xml %%WWWDIR%%/core/modules/update/tests/fixtures/release-history/drupal.1.0-supported.xml @@ -13636,7 +14119,7 @@ %%WWWDIR%%/core/modules/update/tests/modules/update_test/update_test.services.yml %%WWWDIR%%/core/modules/update/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateContribTest.php -%%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php +%%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateManagerTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateMiscTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php %%WWWDIR%%/core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php @@ -13767,6 +14250,7 @@ %%WWWDIR%%/core/modules/user/src/Form/UserPermissionsModuleSpecificForm.php %%WWWDIR%%/core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php %%WWWDIR%%/core/modules/user/src/Hook/UserHooks.php +%%WWWDIR%%/core/modules/user/src/Hook/UserRequirements.php %%WWWDIR%%/core/modules/user/src/Hook/UserTokensHooks.php %%WWWDIR%%/core/modules/user/src/Hook/UserViewsExecutionHooks.php %%WWWDIR%%/core/modules/user/src/Hook/UserViewsHooks.php @@ -13791,6 +14275,8 @@ %%WWWDIR%%/core/modules/user/src/Plugin/Search/UserSearch.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php +%%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraint.php +%%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/UserCancelMethodsConstraint.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php %%WWWDIR%%/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php @@ -13981,6 +14467,7 @@ %%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php %%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php %%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php +%%WWWDIR%%/core/modules/user/tests/src/FunctionalJavascript/UserRegisterFormTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php @@ -14011,6 +14498,7 @@ %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/Validation/Constraint/RoleExistsConstraintValidatorTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php @@ -14189,6 +14677,7 @@ %%WWWDIR%%/core/modules/views/src/Exception/ViewRenderElementException.php %%WWWDIR%%/core/modules/views/src/ExposedFormCache.php %%WWWDIR%%/core/modules/views/src/FieldAPIHandlerTrait.php +%%WWWDIR%%/core/modules/views/src/FieldViewsDataProvider.php %%WWWDIR%%/core/modules/views/src/Form/ViewsExposedForm.php %%WWWDIR%%/core/modules/views/src/Form/ViewsForm.php %%WWWDIR%%/core/modules/views/src/Form/ViewsFormMainForm.php @@ -14419,7 +14908,10 @@ %%WWWDIR%%/core/modules/views/templates/views-view-unformatted.html.twig %%WWWDIR%%/core/modules/views/templates/views-view.html.twig %%WWWDIR%%/core/modules/views/tests/fixtures/update/entity-id-argument.php +%%WWWDIR%%/core/modules/views/tests/fixtures/update/test_table_css_class.php +%%WWWDIR%%/core/modules/views/tests/fixtures/update/views-block-items-per-page.php %%WWWDIR%%/core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml +%%WWWDIR%%/core/modules/views/tests/fixtures/update/views.view.test_table_css_class.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/action_bulk_test.info.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/action_bulk_test.routing.yml %%WWWDIR%%/core/modules/views/tests/modules/action_bulk_test/config/install/system.action.test_action.yml @@ -14588,11 +15080,13 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list_ordered.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_summary.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_third_party_uninstall.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml @@ -14615,9 +15109,8 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_sort_translation.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml -%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_group_by_save.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml -%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/views_test_config.module %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/js/views_cache.test.js %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php @@ -14654,6 +15147,7 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/templates/views-view-style-template-test.html.twig %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_content_access_filter.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_cache.test.css %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_data/views_test_data.install @@ -14674,12 +15168,13 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php %%WWWDIR%%/core/modules/views/tests/modules/views_test_query_access/views_test_query_access.info.yml -%%WWWDIR%%/core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module %%WWWDIR%%/core/modules/views/tests/modules/views_test_render_cache/src/Controller/ViewsTestRenderCacheController.php %%WWWDIR%%/core/modules/views/tests/modules/views_test_render_cache/views_test_render_cache.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_render_cache/views_test_render_cache.routing.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_rss/views_test_rss.info.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_rss/views_test_rss.module +%%WWWDIR%%/core/modules/views/tests/modules/views_third_party_settings_test/config/schema/views_third_party_settings_test.schema.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_third_party_settings_test/views_third_party_settings_test.info.yml %%WWWDIR%%/core/modules/views/tests/src/Functional/BulkFormTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/DefaultViewsTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php @@ -14738,11 +15233,15 @@ %%WWWDIR%%/core/modules/views/tests/src/Functional/SearchIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/SearchMultilingualTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/UserBatchActionTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/UserPathTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewAjaxTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewElementTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/ViewStyleHtmlListTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewTestBase.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewTranslationTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/ViewsEscapingTest.php @@ -14843,6 +15342,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php +%%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/Plugin/JoinTest.php @@ -14873,6 +15373,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Kernel/QueryGroupByTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/TestViewsTest.php +%%WWWDIR%%/core/modules/views/tests/src/Kernel/ThirdPartyUninstallTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/TokenReplaceTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewElementTest.php %%WWWDIR%%/core/modules/views/tests/src/Kernel/ViewExecutableTest.php @@ -14948,7 +15449,6 @@ %%WWWDIR%%/core/modules/views/views.routing.yml %%WWWDIR%%/core/modules/views/views.services.yml %%WWWDIR%%/core/modules/views/views.theme.inc -%%WWWDIR%%/core/modules/views/views.views.inc %%WWWDIR%%/core/modules/views_ui/admin.inc %%WWWDIR%%/core/modules/views_ui/css/views_ui.admin.css %%WWWDIR%%/core/modules/views_ui/css/views_ui.admin.theme.css @@ -15124,7 +15624,6 @@ %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php %%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml -%%WWWDIR%%/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.module %%WWWDIR%%/core/modules/workflows/tests/src/Functional/GenericTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php %%WWWDIR%%/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php @@ -15170,15 +15669,12 @@ %%WWWDIR%%/core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php %%WWWDIR%%/core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php %%WWWDIR%%/core/modules/workspaces/src/Entity/Workspace.php -%%WWWDIR%%/core/modules/workspaces/src/EntityAccess.php -%%WWWDIR%%/core/modules/workspaces/src/EntityOperations.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/Query.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryAggregate.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryFactory.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/QueryTrait.php %%WWWDIR%%/core/modules/workspaces/src/EntityQuery/Tables.php -%%WWWDIR%%/core/modules/workspaces/src/EntityTypeInfo.php %%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePostPublishEvent.php %%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePrePublishEvent.php %%WWWDIR%%/core/modules/workspaces/src/Event/WorkspacePublishEvent.php @@ -15191,8 +15687,13 @@ %%WWWDIR%%/core/modules/workspaces/src/Form/WorkspaceMergeForm.php %%WWWDIR%%/core/modules/workspaces/src/Form/WorkspacePublishForm.php %%WWWDIR%%/core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php -%%WWWDIR%%/core/modules/workspaces/src/FormOperations.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/EntityAccess.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/EntityOperations.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/EntityTypeInfo.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/FormOperations.php +%%WWWDIR%%/core/modules/workspaces/src/Hook/ViewsOperations.php %%WWWDIR%%/core/modules/workspaces/src/Hook/WorkspacesHooks.php +%%WWWDIR%%/core/modules/workspaces/src/Install/Requirements/WorkspacesRequirements.php %%WWWDIR%%/core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php %%WWWDIR%%/core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php %%WWWDIR%%/core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php @@ -15205,7 +15706,6 @@ %%WWWDIR%%/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php %%WWWDIR%%/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php %%WWWDIR%%/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php -%%WWWDIR%%/core/modules/workspaces/src/ViewsQueryAlter.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceAccessControlHandler.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceAccessException.php %%WWWDIR%%/core/modules/workspaces/src/WorkspaceAssociation.php @@ -15230,6 +15730,8 @@ %%WWWDIR%%/core/modules/workspaces/src/WorkspaceViewBuilder.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesAliasManager.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesAliasRepository.php +%%WWWDIR%%/core/modules/workspaces/src/WorkspacesEntityRepository.php +%%WWWDIR%%/core/modules/workspaces/src/WorkspacesLayoutTempstoreRepository.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesLazyBuilders.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesMenuTreeStorage.php %%WWWDIR%%/core/modules/workspaces/src/WorkspacesServiceProvider.php @@ -15259,6 +15761,7 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceEntityDeleteTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php @@ -15276,6 +15779,7 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceContentTranslationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceEntityDeleteTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php @@ -15293,7 +15797,6 @@ %%WWWDIR%%/core/modules/workspaces/workspaces.links.action.yml %%WWWDIR%%/core/modules/workspaces/workspaces.links.menu.yml %%WWWDIR%%/core/modules/workspaces/workspaces.links.task.yml -%%WWWDIR%%/core/modules/workspaces/workspaces.module %%WWWDIR%%/core/modules/workspaces/workspaces.permissions.yml %%WWWDIR%%/core/modules/workspaces/workspaces.post_update.php %%WWWDIR%%/core/modules/workspaces/workspaces.routing.yml @@ -15539,7 +16042,6 @@ %%WWWDIR%%/core/profiles/demo_umami/demo_umami.install %%WWWDIR%%/core/profiles/demo_umami/demo_umami.libraries.yml %%WWWDIR%%/core/profiles/demo_umami/demo_umami.links.menu.yml -%%WWWDIR%%/core/profiles/demo_umami/demo_umami.profile %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/.htaccess %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/borscht-with-pork-ribs-umami.jpg @@ -15570,7 +16072,7 @@ %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/lets-hear-it-for-carrots.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-real-deal-for-supermarket-savvy-shopping.html -%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html +%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favorite-mushrooms.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/banner_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/disclaimer_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/block_content/footer_promo_block.csv @@ -15597,7 +16099,7 @@ %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/lets-hear-it-for-carrots.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/skip-the-spirits-with-delicious-mocktails.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-real-deal-for-supermarket-savvy-shopping.html -%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html +%%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favorite-mushrooms.html %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/banner_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/disclaimer_block.csv %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/block_content/footer_promo_block.csv @@ -15623,6 +16125,8 @@ %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php %%WWWDIR%%/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php +%%WWWDIR%%/core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php +%%WWWDIR%%/core/profiles/demo_umami/src/Hook/DemoUmamiRequirements.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php %%WWWDIR%%/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php @@ -15782,6 +16286,7 @@ %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-actions-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-tasks-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--system-menu-block.html.twig +%%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block--system-messages-block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/block/block.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/content-edit/file-managed-file.html.twig %%WWWDIR%%/core/profiles/demo_umami/themes/umami/templates/classy/content-edit/filter-caption.html.twig @@ -15985,10 +16490,10 @@ %%WWWDIR%%/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml %%WWWDIR%%/core/profiles/standard/config/optional/responsive_image.styles.wide.yml %%WWWDIR%%/core/profiles/standard/config/optional/workflows.workflow.editorial.yml +%%WWWDIR%%/core/profiles/standard/src/Hook/StandardHooks.php %%WWWDIR%%/core/profiles/standard/standard.info.yml %%WWWDIR%%/core/profiles/standard/standard.install %%WWWDIR%%/core/profiles/standard/standard.links.menu.yml -%%WWWDIR%%/core/profiles/standard/standard.profile %%WWWDIR%%/core/profiles/standard/tests/src/Functional/StandardTest.php %%WWWDIR%%/core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php %%WWWDIR%%/core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php @@ -16014,6 +16519,8 @@ %%WWWDIR%%/core/profiles/tests/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml %%WWWDIR%%/core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml %%WWWDIR%%/core/profiles/tests/nightwatch_testing/nightwatch_testing.info.yml +%%WWWDIR%%/core/profiles/tests/profile_install_requirements/profile_install_requirements.info.yml +%%WWWDIR%%/core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php %%WWWDIR%%/core/profiles/tests/test_language_negotiation/config/install/language.types.yml %%WWWDIR%%/core/profiles/tests/test_language_negotiation/test_language_negotiation.info.yml %%WWWDIR%%/core/profiles/tests/testing/config/optional/locale.settings.yml @@ -16050,8 +16557,9 @@ %%WWWDIR%%/core/profiles/tests/testing_multilingual_with_english/config/install/language.entity.de.yml %%WWWDIR%%/core/profiles/tests/testing_multilingual_with_english/config/install/language.entity.es.yml %%WWWDIR%%/core/profiles/tests/testing_multilingual_with_english/testing_multilingual_with_english.info.yml +%%WWWDIR%%/core/profiles/tests/testing_no_version/testing_no_version.info.yml +%%WWWDIR%%/core/profiles/tests/testing_requirements/src/Install/Requirements/TestingRequirementsRequirements.php %%WWWDIR%%/core/profiles/tests/testing_requirements/testing_requirements.info.yml -%%WWWDIR%%/core/profiles/tests/testing_requirements/testing_requirements.install %%WWWDIR%%/core/profiles/tests/testing_site_config/testing_site_config.info.yml %%WWWDIR%%/core/profiles/tests/testing_site_config/testing_site_config.install %%WWWDIR%%/core/profiles/tests/testing_themes_blocks/config/install/system.theme.yml @@ -16262,6 +16770,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php @@ -16291,7 +16800,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Asset/UnversionedAssetTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php @@ -16354,9 +16863,9 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php @@ -16387,12 +16896,13 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php -%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooks.php +%%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php @@ -16458,11 +16968,14 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/UserHelpersTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/AssertConfigTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/AssertContentTrait.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentNegotiatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentPluginManagerCachedDiscoveryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php @@ -16485,6 +16998,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php @@ -16498,8 +17012,11 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @@ -16564,6 +17081,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSyntaxTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php @@ -16595,6 +17113,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/Element/DatetimeFormElementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php @@ -16632,6 +17151,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php @@ -16650,6 +17170,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php @@ -16679,10 +17200,13 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/LegacyRequirementSeverityTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @@ -16699,10 +17223,14 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php @@ -16714,7 +17242,9 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php -%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/MimeType/LegacyMimeTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php @@ -16732,12 +17262,16 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Hook/HookOrderTestTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitMockableClass.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php @@ -16785,6 +17319,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/PreWarm/PreWarmerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php @@ -16803,9 +17338,11 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/LegacyStatusReportTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/PluginAlterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/StatusReportTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php @@ -16832,7 +17369,10 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/PhpUnitTestDiscoveryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php @@ -16855,17 +17395,22 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/TypedData/ValidKeysConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/KernelTestBase.php @@ -16908,6 +17453,7 @@ %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/a11yTestDefault.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/ajaxExecutionOrderTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/claroAutocompleteTest.js +%%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/htmx/htmxTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/installProfileTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/jQueryUIPositionShimTest.js %%WWWDIR%%/core/tests/Drupal/Nightwatch/Tests/jsDeprecationTest.js @@ -16924,6 +17470,7 @@ %%WWWDIR%%/core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php %%WWWDIR%%/core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php %%WWWDIR%%/core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php +%%WWWDIR%%/core/tests/Drupal/TestSite/HtmxAssetLoadTestSetup.php %%WWWDIR%%/core/tests/Drupal/TestSite/TestPreinstallInterface.php %%WWWDIR%%/core/tests/Drupal/TestSite/TestSetupInterface.php %%WWWDIR%%/core/tests/Drupal/TestSite/TestSiteApplication.php @@ -16936,6 +17483,8 @@ %%WWWDIR%%/core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php +%%WWWDIR%%/core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php +%%WWWDIR%%/core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/HtmlLogging/SubscriberBase.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php @@ -16944,9 +17493,10 @@ %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php %%WWWDIR%%/core/tests/Drupal/TestTools/Extension/SchemaInspector.php %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit10/TestCompatibilityTrait.php +%%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit11/TestCompatibilityTrait.php %%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php +%%WWWDIR%%/core/tests/Drupal/TestTools/PhpUnitTestCaseJUnitResult.php %%WWWDIR%%/core/tests/Drupal/TestTools/Random.php -%%WWWDIR%%/core/tests/Drupal/TestTools/TestVarDumper.php %%WWWDIR%%/core/tests/Drupal/Tests/ApiRequestTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/BrowserTestBase.php @@ -17097,15 +17647,17 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Component/Utility/fixtures/RectangleTest.json %%WWWDIR%%/core/tests/Drupal/Tests/Component/Uuid/UuidTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Component/Version/ConstraintTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Component/phpunit.xml.dist %%WWWDIR%%/core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/ComposerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/BuilderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/Fixtures.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/MetapackageUpdateTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Generator/OverlapWithTopLevelDependenciesTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/ExecTrait.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/AssertUtilsTrait.php -%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ExecTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php @@ -17173,19 +17725,38 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-events-fixture/composer.json.tmpl %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-override-fixture/assets/override-settings.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/scaffold-override-fixture/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/composer-root/composer.json.tmpl +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/modules/composer-module-a/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/modules/composer-module-b/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-a/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-a/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-b/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-b/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-c/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-c/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-d/composer.json +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/recipes/composer-recipe-d/recipe.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/Unpack/fixtures/themes/composer-theme-a/composer.json %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Composer/fixtures/ensureBehatDriverVersionsFixture/composer.lock %%WWWDIR%%/core/tests/Drupal/Tests/ComposerIntegrationTest.php %%WWWDIR%%/core/tests/Drupal/Tests/ConfigTestTrait.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessGroupAndTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessResultForbiddenTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessResultNeutralTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessResultTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/AccessibleTestingTrait.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php @@ -17209,6 +17780,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_same_line.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css.optimized.css +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_external.optimized.aggregated.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_simple.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_simple_with_media.css.optimized.css %%WWWDIR%%/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css @@ -17294,7 +17866,9 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/Context/UserRolesCacheContextTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Command/QuickStartTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Common/AttributesTest.php @@ -17412,6 +17986,8 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubEntityBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubFieldItemBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php @@ -17440,6 +18016,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/Requirement/RequirementSeverityTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc @@ -17454,6 +18031,8 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.info.yml +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/modules/module_implements_alter_test_legacy/module_implements_alter_test_legacy.module %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @@ -17466,6 +18045,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Field/UriItemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/File/FileSystemTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @@ -17524,6 +18104,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php @@ -17566,6 +18147,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/PrivateKeyTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php @@ -17634,6 +18216,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Session/UserSessionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Site/SettingsTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/AjaxPageStateTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php @@ -17643,13 +18226,11 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslationWrapperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/AttributeHelperTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/AttributeTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/StubTwigTemplate.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php @@ -17658,7 +18239,6 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitCliTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php @@ -17668,12 +18248,12 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/WebAssertTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/XdebugRequestTraitTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Test/fixtures/phpunit_error.xml %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/ComponentLoaderTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php -%%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php @@ -18015,6 +18595,7 @@ %%WWWDIR%%/core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml %%WWWDIR%%/core/tests/fixtures/default_content/taxonomy_term/550f86ad-aa11-4047-953f-636d42889f85.yml %%WWWDIR%%/core/tests/fixtures/default_content/user/94503467-be7f-406c-9795-fc25baa22203.yml +%%WWWDIR%%/core/tests/fixtures/default_content_broken/no-uuid.yml %%WWWDIR%%/core/tests/fixtures/empty_file.php.module %%WWWDIR%%/core/tests/fixtures/files/README.txt %%WWWDIR%%/core/tests/fixtures/files/html-1.txt @@ -18022,12 +18603,14 @@ %%WWWDIR%%/core/tests/fixtures/files/image-1.png %%WWWDIR%%/core/tests/fixtures/files/image-2.jpg %%WWWDIR%%/core/tests/fixtures/files/image-3.jpg +%%WWWDIR%%/core/tests/fixtures/files/image-test-iccp-profile.png %%WWWDIR%%/core/tests/fixtures/files/image-test-no-transparency.gif %%WWWDIR%%/core/tests/fixtures/files/image-test-transparent-indexed.gif %%WWWDIR%%/core/tests/fixtures/files/image-test-transparent-out-of-range.gif %%WWWDIR%%/core/tests/fixtures/files/image-test.gif %%WWWDIR%%/core/tests/fixtures/files/image-test.jpg %%WWWDIR%%/core/tests/fixtures/files/image-test.png +%%WWWDIR%%/core/tests/fixtures/files/img-test.avif %%WWWDIR%%/core/tests/fixtures/files/img-test.webp %%WWWDIR%%/core/tests/fixtures/files/invalid-img-test.png %%WWWDIR%%/core/tests/fixtures/files/invalid-img-zero-size.png @@ -18041,9 +18624,13 @@ %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.0.de.po %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.0.fr____CA.po %%WWWDIR%%/core/tests/fixtures/files/translations/drupal-8.0.x.fr-CA.po +%%WWWDIR%%/core/tests/fixtures/phpunit_error.xml +%%WWWDIR%%/core/tests/fixtures/phpunit_skipped.xml %%WWWDIR%%/core/tests/fixtures/plugins/CustomPlugin.php %%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTest1.php %%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTest2.php +%%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingInterface.php +%%WWWDIR%%/core/tests/fixtures/plugins/Plugin/PluginNamespace/AttributeDiscoveryTestMissingTrait.php %%WWWDIR%%/core/tests/fixtures/recipes/base_theme_and_views/recipe.yml %%WWWDIR%%/core/tests/fixtures/recipes/config_actions/recipe.yml %%WWWDIR%%/core/tests/fixtures/recipes/config_actions_dependency_validation/direct_dependency/recipe.yml @@ -18374,7 +18961,6 @@ %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/questionmark.svg %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/show.svg %%WWWDIR%%/core/themes/claro/images/icons/ab1b1b/trash.svg -%%WWWDIR%%/core/themes/claro/images/icons/buttonText/ex.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/checkmark.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/cog.svg %%WWWDIR%%/core/themes/claro/images/icons/c11f1f/ex.svg @@ -18554,6 +19140,7 @@ %%WWWDIR%%/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig %%WWWDIR%%/core/themes/claro/templates/views/views-ui-view-preview-section--exposed.html.twig %%WWWDIR%%/core/themes/claro/templates/views/views-view-table.html.twig +%%WWWDIR%%/core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php %%WWWDIR%%/core/themes/claro/tests/src/Functional/NodeTitleTest.php %%WWWDIR%%/core/themes/engines/twig/twig.engine %%WWWDIR%%/core/themes/engines/twig/twig.info.yml @@ -18578,7 +19165,6 @@ %%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml %%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_secondary_local_tasks.yml %%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_site_branding.yml -%%WWWDIR%%/core/themes/olivero/config/optional/block.block.olivero_syndicate.yml %%WWWDIR%%/core/themes/olivero/config/schema/olivero.schema.yml %%WWWDIR%%/core/themes/olivero/css/base/base.css %%WWWDIR%%/core/themes/olivero/css/base/base.pcss.css @@ -18877,9 +19463,12 @@ %%WWWDIR%%/core/themes/stable9/css/core/assets/vendor/normalize-css/normalize.css %%WWWDIR%%/core/themes/stable9/css/core/components/ajax-progress.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/autocomplete-loading.module.css +%%WWWDIR%%/core/themes/stable9/css/core/components/fieldgroup.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/progress.module.css +%%WWWDIR%%/core/themes/stable9/css/core/components/resize.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/sticky-header.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/tabledrag.module.css +%%WWWDIR%%/core/themes/stable9/css/core/components/tablesort.module.css %%WWWDIR%%/core/themes/stable9/css/core/components/tree-child.module.css %%WWWDIR%%/core/themes/stable9/css/core/dropbutton/dropbutton.css %%WWWDIR%%/core/themes/stable9/css/core/print.css @@ -18909,19 +19498,15 @@ %%WWWDIR%%/core/themes/stable9/css/system/components/align.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/clearfix.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/container-inline.module.css -%%WWWDIR%%/core/themes/stable9/css/system/components/details.module.css -%%WWWDIR%%/core/themes/stable9/css/system/components/fieldgroup.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/hidden.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/item-list.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/js.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/nowrap.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/position-container.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/reset-appearance.module.css -%%WWWDIR%%/core/themes/stable9/css/system/components/resize.module.css %%WWWDIR%%/core/themes/stable9/css/system/components/system-status-counter.css %%WWWDIR%%/core/themes/stable9/css/system/components/system-status-report-counters.css %%WWWDIR%%/core/themes/stable9/css/system/components/system-status-report-general-info.css -%%WWWDIR%%/core/themes/stable9/css/system/components/tablesort.module.css %%WWWDIR%%/core/themes/stable9/css/system/system.admin.css %%WWWDIR%%/core/themes/stable9/css/system/system.diff.css %%WWWDIR%%/core/themes/stable9/css/system/system.maintenance.css @@ -19500,6 +20085,17 @@ %%WWWDIR%%/vendor/drupal/core-project-message/README.md %%WWWDIR%%/vendor/drupal/core-project-message/TESTING.txt %%WWWDIR%%/vendor/drupal/core-project-message/composer.json +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/CommandProvider.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/Plugin.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/README.md +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/RootComposer.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/SemVer.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackCollection.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackCommand.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackManager.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/UnpackOptions.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/Unpacker.php +%%WWWDIR%%/vendor/drupal/core-recipe-unpack/composer.json %%WWWDIR%%/vendor/drupal/core-vendor-hardening/Config.php %%WWWDIR%%/vendor/drupal/core-vendor-hardening/FileSecurity.php %%WWWDIR%%/vendor/drupal/core-vendor-hardening/LICENSE.txt @@ -19760,6 +20356,7 @@ %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2022/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2023/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2024/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2025/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EncodingException.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EventsEmitter.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Exception.php @@ -19808,6 +20405,7 @@ %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Function_.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Identifier.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/IfStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportAttribute.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDeclaration.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDefaultSpecifier.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportExpression.php @@ -20159,7 +20757,9 @@ %%WWWDIR%%/vendor/sebastian/diff/src/Parser.php %%WWWDIR%%/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php %%WWWDIR%%/vendor/symfony/console/Application.php +%%WWWDIR%%/vendor/symfony/console/Attribute/Argument.php %%WWWDIR%%/vendor/symfony/console/Attribute/AsCommand.php +%%WWWDIR%%/vendor/symfony/console/Attribute/Option.php %%WWWDIR%%/vendor/symfony/console/CHANGELOG.md %%WWWDIR%%/vendor/symfony/console/CI/GithubActionReporter.php %%WWWDIR%%/vendor/symfony/console/Color.php @@ -20167,6 +20767,7 @@ %%WWWDIR%%/vendor/symfony/console/Command/CompleteCommand.php %%WWWDIR%%/vendor/symfony/console/Command/DumpCompletionCommand.php %%WWWDIR%%/vendor/symfony/console/Command/HelpCommand.php +%%WWWDIR%%/vendor/symfony/console/Command/InvokableCommand.php %%WWWDIR%%/vendor/symfony/console/Command/LazyCommand.php %%WWWDIR%%/vendor/symfony/console/Command/ListCommand.php %%WWWDIR%%/vendor/symfony/console/Command/LockableTrait.php @@ -20239,6 +20840,9 @@ %%WWWDIR%%/vendor/symfony/console/Helper/TableRows.php %%WWWDIR%%/vendor/symfony/console/Helper/TableSeparator.php %%WWWDIR%%/vendor/symfony/console/Helper/TableStyle.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeHelper.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeNode.php +%%WWWDIR%%/vendor/symfony/console/Helper/TreeStyle.php %%WWWDIR%%/vendor/symfony/console/Input/ArgvInput.php %%WWWDIR%%/vendor/symfony/console/Input/ArrayInput.php %%WWWDIR%%/vendor/symfony/console/Input/Input.php @@ -20490,6 +21094,7 @@ %%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php %%WWWDIR%%/vendor/symfony/error-handler/BufferingLogger.php %%WWWDIR%%/vendor/symfony/error-handler/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/error-handler/Command/ErrorDumpCommand.php %%WWWDIR%%/vendor/symfony/error-handler/Debug.php %%WWWDIR%%/vendor/symfony/error-handler/DebugClassLoader.php %%WWWDIR%%/vendor/symfony/error-handler/Error/ClassNotFoundError.php @@ -20603,15 +21208,20 @@ %%WWWDIR%%/vendor/symfony/http-foundation/CHANGELOG.md %%WWWDIR%%/vendor/symfony/http-foundation/ChainRequestMatcher.php %%WWWDIR%%/vendor/symfony/http-foundation/Cookie.php +%%WWWDIR%%/vendor/symfony/http-foundation/EventStreamResponse.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/BadRequestException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ExpiredSignedUriException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/JsonException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/LogicException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/SessionNotFoundException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/SignedUriException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php %%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnexpectedValueException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnsignedUriException.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/UnverifiedSignedUriException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/CannotWriteFileException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/ExtensionFileException.php @@ -20657,6 +21267,7 @@ %%WWWDIR%%/vendor/symfony/http-foundation/Response.php %%WWWDIR%%/vendor/symfony/http-foundation/ResponseHeaderBag.php %%WWWDIR%%/vendor/symfony/http-foundation/ServerBag.php +%%WWWDIR%%/vendor/symfony/http-foundation/ServerEvent.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php %%WWWDIR%%/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php @@ -20789,6 +21400,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php %%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php +%%WWWDIR%%/vendor/symfony/http-kernel/DependencyInjection/ServicesResetterInterface.php %%WWWDIR%%/vendor/symfony/http-kernel/Event/ControllerArgumentsEvent.php %%WWWDIR%%/vendor/symfony/http-kernel/Event/ControllerEvent.php %%WWWDIR%%/vendor/symfony/http-kernel/Event/ExceptionEvent.php @@ -20871,6 +21483,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/Profile.php %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/Profiler.php +%%WWWDIR%%/vendor/symfony/http-kernel/Profiler/ProfilerStateChecker.php %%WWWDIR%%/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php %%WWWDIR%%/vendor/symfony/http-kernel/README.md %%WWWDIR%%/vendor/symfony/http-kernel/RebootableInterface.php @@ -20886,10 +21499,14 @@ %%WWWDIR%%/vendor/symfony/mailer/Event/MessageEvent.php %%WWWDIR%%/vendor/symfony/mailer/Event/MessageEvents.php %%WWWDIR%%/vendor/symfony/mailer/Event/SentMessageEvent.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/DkimSignedMessageListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/EnvelopeListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/MessageListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/MessageLoggerListener.php %%WWWDIR%%/vendor/symfony/mailer/EventListener/MessengerTransportListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeCertificateRepositoryInterface.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeEncryptedMessageListener.php +%%WWWDIR%%/vendor/symfony/mailer/EventListener/SmimeSignedMessageListener.php %%WWWDIR%%/vendor/symfony/mailer/Exception/ExceptionInterface.php %%WWWDIR%%/vendor/symfony/mailer/Exception/HttpTransportException.php %%WWWDIR%%/vendor/symfony/mailer/Exception/IncompleteDsnException.php @@ -21127,13 +21744,6 @@ %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json -%%WWWDIR%%/vendor/symfony/polyfill-php81/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md -%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json %%WWWDIR%%/vendor/symfony/polyfill-php83/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-php83/Php83.php %%WWWDIR%%/vendor/symfony/polyfill-php83/README.md @@ -21151,6 +21761,12 @@ %%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-php83/bootstrap81.php %%WWWDIR%%/vendor/symfony/polyfill-php83/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php84/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php84/Php84.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php84/Resources/stubs/Deprecated.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php84/composer.json %%WWWDIR%%/vendor/symfony/process/CHANGELOG.md %%WWWDIR%%/vendor/symfony/process/Exception/ExceptionInterface.php %%WWWDIR%%/vendor/symfony/process/Exception/InvalidArgumentException.php @@ -21191,6 +21807,7 @@ %%WWWDIR%%/vendor/symfony/psr-http-message-bridge/composer.json %%WWWDIR%%/vendor/symfony/routing/Alias.php %%WWWDIR%%/vendor/symfony/routing/Annotation/Route.php +%%WWWDIR%%/vendor/symfony/routing/Attribute/DeprecatedAlias.php %%WWWDIR%%/vendor/symfony/routing/Attribute/Route.php %%WWWDIR%%/vendor/symfony/routing/CHANGELOG.md %%WWWDIR%%/vendor/symfony/routing/CompiledRoute.php @@ -21385,6 +22002,7 @@ %%WWWDIR%%/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/NormalizerInterface.php +%%WWWDIR%%/vendor/symfony/serializer/Normalizer/NumberNormalizer.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php %%WWWDIR%%/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php @@ -21681,11 +22299,13 @@ %%WWWDIR%%/vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php %%WWWDIR%%/vendor/symfony/validator/composer.json %%WWWDIR%%/vendor/symfony/var-dumper/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/AddressInfoCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/AmqpCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ArgsStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/Caster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ClassStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ConstStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/CurlCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/CutArrayStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/CutStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/DOMCaster.php @@ -21698,6 +22318,7 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/FFICaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/FiberCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/FrameStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/GdCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/GmpCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ImagineCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ImgStub.php @@ -21705,6 +22326,7 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/LinkStub.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/MemcachedCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/MysqliCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/OpenSSLCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/PdoCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/PgSqlCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php @@ -21713,7 +22335,9 @@ %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ReflectionCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ResourceCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/ScalarStub.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SocketCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/SplCaster.php +%%WWWDIR%%/vendor/symfony/var-dumper/Caster/SqliteCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/StubCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/SymfonyCaster.php %%WWWDIR%%/vendor/symfony/var-dumper/Caster/TraceStub.php @@ -21765,6 +22389,7 @@ %%WWWDIR%%/vendor/symfony/var-exporter/Instantiator.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/Exporter.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/Hydrator.php +%%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyDecoratorTrait.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectState.php %%WWWDIR%%/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php @@ -21803,6 +22428,9 @@ %%WWWDIR%%/vendor/twig/twig/phpstan-baseline.neon %%WWWDIR%%/vendor/twig/twig/phpstan.neon.dist %%WWWDIR%%/vendor/twig/twig/src/AbstractTwigCallable.php +%%WWWDIR%%/vendor/twig/twig/src/Attribute/AsTwigFilter.php +%%WWWDIR%%/vendor/twig/twig/src/Attribute/AsTwigFunction.php +%%WWWDIR%%/vendor/twig/twig/src/Attribute/AsTwigTest.php %%WWWDIR%%/vendor/twig/twig/src/Attribute/FirstClassTwigCallableReady.php %%WWWDIR%%/vendor/twig/twig/src/Attribute/YieldReady.php %%WWWDIR%%/vendor/twig/twig/src/Cache/CacheInterface.php @@ -21819,7 +22447,30 @@ %%WWWDIR%%/vendor/twig/twig/src/Error/RuntimeError.php %%WWWDIR%%/vendor/twig/twig/src/Error/SyntaxError.php %%WWWDIR%%/vendor/twig/twig/src/ExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/AbstractExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParserInterface.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParserType.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/ExpressionParsers.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/InfixAssociativity.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/PrecedenceChange.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php %%WWWDIR%%/vendor/twig/twig/src/Extension/AbstractExtension.php +%%WWWDIR%%/vendor/twig/twig/src/Extension/AttributeExtension.php %%WWWDIR%%/vendor/twig/twig/src/Extension/CoreExtension.php %%WWWDIR%%/vendor/twig/twig/src/Extension/DebugExtension.php %%WWWDIR%%/vendor/twig/twig/src/Extension/EscaperExtension.php @@ -21860,6 +22511,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php @@ -21901,12 +22553,21 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/InlinePrint.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ListExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/MacroReferenceExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/NameExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/OperatorEscapeInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ParentExpression.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnArrayInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnBoolInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnNumberInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/ReturnStringInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/TempNameExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php @@ -21916,6 +22577,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/NullTest.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/OddTest.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Test/TrueTest.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/TestExpression.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php @@ -21923,6 +22585,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/SpreadUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/StringCastUnary.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/ContextVariable.php diff --git a/www/dufs/Makefile b/www/dufs/Makefile index 4949223cdf0f..edd05b3e43cb 100644 --- a/www/dufs/Makefile +++ b/www/dufs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dufs DISTVERSIONPREFIX= v DISTVERSION= 0.43.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= ashish@FreeBSD.org diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 2dd4d72847c8..10433a271488 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.11.104 +DISTVERSION= 1.11.105 CATEGORIES= www MASTER_SITES= https://github.com/element-hq/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web @@ -18,7 +18,7 @@ CPE_VENDOR= matrix NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB= COMMITID=6e5954e20fc54b26a82a +PLIST_SUB= COMMITID=231e160325098cb403ef do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 64a33ab24698..7e674b677a44 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750176972 -SHA256 (element-v1.11.104.tar.gz) = d524aa0cdb70ad21e304a70d31693c01ffd59048b1a3494d67c4c6d826c10e6b -SIZE (element-v1.11.104.tar.gz) = 37703103 +TIMESTAMP = 1751400899 +SHA256 (element-v1.11.105.tar.gz) = b976e34acfb5660197d5a00e3255a694f1121bd19a4f2ce03a1b16ddc68f312f +SIZE (element-v1.11.105.tar.gz) = 37832955 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index 9c14cb2e6416..12ef31274f0a 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -18,6 +18,9 @@ %%WWWDIR%%/bundles/%%COMMITID%%/3075.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3197.js %%WWWDIR%%/bundles/%%COMMITID%%/3197.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/324.js +%%WWWDIR%%/bundles/%%COMMITID%%/324.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/324.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3260.js %%WWWDIR%%/bundles/%%COMMITID%%/3260.js.LICENSE.txt %%WWWDIR%%/bundles/%%COMMITID%%/3260.js.map @@ -25,9 +28,6 @@ %%WWWDIR%%/bundles/%%COMMITID%%/3323.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3380.js %%WWWDIR%%/bundles/%%COMMITID%%/3380.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/3472.js -%%WWWDIR%%/bundles/%%COMMITID%%/3472.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/3472.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3508.js %%WWWDIR%%/bundles/%%COMMITID%%/3636.js %%WWWDIR%%/bundles/%%COMMITID%%/3636.js.map @@ -35,6 +35,9 @@ %%WWWDIR%%/bundles/%%COMMITID%%/395.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4006.js %%WWWDIR%%/bundles/%%COMMITID%%/4006.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/4158.js +%%WWWDIR%%/bundles/%%COMMITID%%/4158.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/4158.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4522.js %%WWWDIR%%/bundles/%%COMMITID%%/4522.js.map %%WWWDIR%%/bundles/%%COMMITID%%/458.js @@ -47,6 +50,7 @@ %%WWWDIR%%/bundles/%%COMMITID%%/5438.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5914.js %%WWWDIR%%/bundles/%%COMMITID%%/5914.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/5b0d0872134627b7a598.wasm %%WWWDIR%%/bundles/%%COMMITID%%/6063.js %%WWWDIR%%/bundles/%%COMMITID%%/6063.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6311.js @@ -64,15 +68,11 @@ %%WWWDIR%%/bundles/%%COMMITID%%/7088.js %%WWWDIR%%/bundles/%%COMMITID%%/7211.js %%WWWDIR%%/bundles/%%COMMITID%%/7211.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/7301.js -%%WWWDIR%%/bundles/%%COMMITID%%/7301.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/7301.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7692.js %%WWWDIR%%/bundles/%%COMMITID%%/7692.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7697.js %%WWWDIR%%/bundles/%%COMMITID%%/7766.js %%WWWDIR%%/bundles/%%COMMITID%%/7766.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/794389f0aacea36e3058.wasm %%WWWDIR%%/bundles/%%COMMITID%%/797.js %%WWWDIR%%/bundles/%%COMMITID%%/797.js.map %%WWWDIR%%/bundles/%%COMMITID%%/8227.js @@ -225,165 +225,165 @@ %%WWWDIR%%/fonts/Nunito/Nunito-Regular.d3e2991.ttf %%WWWDIR%%/fonts/Nunito/Nunito-SemiBold.58f5995.ttf %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.7a04ea5.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-400-normal.4fa2aac.woff -%%WWWDIR%%/fonts/inconsolata-latin-400-normal.738ff90.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-700-normal.826680f.woff -%%WWWDIR%%/fonts/inconsolata-latin-700-normal.aa27c09.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.2797b94.woff2 -%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.6fc9fdb.woff -%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.7d09009.woff -%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.cffecef.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-400-italic.034d3ce.woff +%%WWWDIR%%/fonts/inconsolata-latin-400-normal.36e89c5.woff2 +%%WWWDIR%%/fonts/inconsolata-latin-400-normal.a361c42.woff +%%WWWDIR%%/fonts/inconsolata-latin-700-normal.5851e08.woff2 +%%WWWDIR%%/fonts/inconsolata-latin-700-normal.ae39438.woff +%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.2c2a00f.woff2 +%%WWWDIR%%/fonts/inconsolata-latin-ext-400-normal.6c412cb.woff +%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.688b363.woff +%%WWWDIR%%/fonts/inconsolata-latin-ext-700-normal.8467235.woff2 %%WWWDIR%%/fonts/inter-cyrillic-400-italic.46a9a95.woff2 +%%WWWDIR%%/fonts/inter-cyrillic-400-italic.5169430.woff +%%WWWDIR%%/fonts/inter-cyrillic-400-normal.062321f.woff %%WWWDIR%%/fonts/inter-cyrillic-400-normal.cb04b2e.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-400-normal.e284135.woff -%%WWWDIR%%/fonts/inter-cyrillic-500-italic.5edd484.woff +%%WWWDIR%%/fonts/inter-cyrillic-500-italic.60c39f7.woff %%WWWDIR%%/fonts/inter-cyrillic-500-italic.c6e65bb.woff2 +%%WWWDIR%%/fonts/inter-cyrillic-500-normal.397037a.woff %%WWWDIR%%/fonts/inter-cyrillic-500-normal.b9dcbca.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-500-normal.e824ac3.woff +%%WWWDIR%%/fonts/inter-cyrillic-600-italic.212fac5.woff %%WWWDIR%%/fonts/inter-cyrillic-600-italic.7b614a3.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-600-italic.ee109af.woff -%%WWWDIR%%/fonts/inter-cyrillic-600-normal.c556b5d.woff +%%WWWDIR%%/fonts/inter-cyrillic-600-normal.883b5e4.woff %%WWWDIR%%/fonts/inter-cyrillic-600-normal.ce60970.woff2 %%WWWDIR%%/fonts/inter-cyrillic-700-italic.b446228.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-700-italic.b9a3278.woff +%%WWWDIR%%/fonts/inter-cyrillic-700-italic.e39d44a.woff +%%WWWDIR%%/fonts/inter-cyrillic-700-normal.03cc5c4.woff %%WWWDIR%%/fonts/inter-cyrillic-700-normal.36e9cf9.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-700-normal.534fd15.woff -%%WWWDIR%%/fonts/inter-cyrillic-ext-400-italic.9207990.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-400-italic.b1ebd33.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-400-normal.e894516.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-400-italic.fd10a7a.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-400-normal.c676f17.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-400-normal.fd1478d.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-500-italic.21ecdcf.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-500-italic.481f806.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-500-italic.f1fda97.woff2 %%WWWDIR%%/fonts/inter-cyrillic-ext-500-normal.023db87.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-500-normal.9160d5b.woff -%%WWWDIR%%/fonts/inter-cyrillic-ext-600-italic.7d787ec.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-500-normal.69e09a5.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-600-italic.ba8b5b6.woff2 +%%WWWDIR%%/fonts/inter-cyrillic-ext-600-italic.e2671cb.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-600-normal.25b7c49.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-600-normal.aa900fe.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-600-normal.2c47e01.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-700-italic.8e4ae49.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-700-italic.af4e707.woff2 -%%WWWDIR%%/fonts/inter-cyrillic-ext-700-italic.c52dffe.woff -%%WWWDIR%%/fonts/inter-cyrillic-ext-700-normal.3cf42e4.woff +%%WWWDIR%%/fonts/inter-cyrillic-ext-700-normal.0ddea3b.woff %%WWWDIR%%/fonts/inter-cyrillic-ext-700-normal.5631f05.woff2 -%%WWWDIR%%/fonts/inter-greek-400-italic.58d099b.woff +%%WWWDIR%%/fonts/inter-greek-400-italic.989367a.woff %%WWWDIR%%/fonts/inter-greek-400-italic.d6ae1dc.woff2 -%%WWWDIR%%/fonts/inter-greek-400-normal.a42da27.woff +%%WWWDIR%%/fonts/inter-greek-400-normal.9ec3b40.woff %%WWWDIR%%/fonts/inter-greek-400-normal.a8de720.woff2 %%WWWDIR%%/fonts/inter-greek-500-italic.44cebcc.woff2 -%%WWWDIR%%/fonts/inter-greek-500-italic.997f2ab.woff +%%WWWDIR%%/fonts/inter-greek-500-italic.c11a554.woff %%WWWDIR%%/fonts/inter-greek-500-normal.0d91a97.woff2 -%%WWWDIR%%/fonts/inter-greek-500-normal.cbc7195.woff +%%WWWDIR%%/fonts/inter-greek-500-normal.debd93e.woff %%WWWDIR%%/fonts/inter-greek-600-italic.83678da.woff2 -%%WWWDIR%%/fonts/inter-greek-600-italic.9df8cbe.woff +%%WWWDIR%%/fonts/inter-greek-600-italic.ccaa6d0.woff %%WWWDIR%%/fonts/inter-greek-600-normal.5c46a35.woff2 -%%WWWDIR%%/fonts/inter-greek-600-normal.ba3b8b6.woff +%%WWWDIR%%/fonts/inter-greek-600-normal.83c86cf.woff %%WWWDIR%%/fonts/inter-greek-700-italic.45af22e.woff2 -%%WWWDIR%%/fonts/inter-greek-700-italic.466ae3b.woff -%%WWWDIR%%/fonts/inter-greek-700-normal.f47ebf8.woff +%%WWWDIR%%/fonts/inter-greek-700-italic.b154c35.woff +%%WWWDIR%%/fonts/inter-greek-700-normal.04d33a0.woff %%WWWDIR%%/fonts/inter-greek-700-normal.f5fbdfc.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-400-italic.1f8f713.woff %%WWWDIR%%/fonts/inter-greek-ext-400-italic.4b391e1.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-400-normal.b9e1e89.woff +%%WWWDIR%%/fonts/inter-greek-ext-400-italic.d3b63f2.woff +%%WWWDIR%%/fonts/inter-greek-ext-400-normal.02f9e7e.woff %%WWWDIR%%/fonts/inter-greek-ext-400-normal.f2fa0d9.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-500-italic.83ecbbf.woff +%%WWWDIR%%/fonts/inter-greek-ext-500-italic.0c0fe3e.woff %%WWWDIR%%/fonts/inter-greek-ext-500-italic.c81f2dc.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-500-normal.7f67cfd.woff +%%WWWDIR%%/fonts/inter-greek-ext-500-normal.045dde1.woff %%WWWDIR%%/fonts/inter-greek-ext-500-normal.b187635.woff2 %%WWWDIR%%/fonts/inter-greek-ext-600-italic.0dc46c5.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-600-italic.18ca6f4.woff -%%WWWDIR%%/fonts/inter-greek-ext-600-normal.7e7594e.woff +%%WWWDIR%%/fonts/inter-greek-ext-600-italic.52c4a7b.woff +%%WWWDIR%%/fonts/inter-greek-ext-600-normal.7bff749.woff %%WWWDIR%%/fonts/inter-greek-ext-600-normal.c8a7cdd.woff2 +%%WWWDIR%%/fonts/inter-greek-ext-700-italic.20b9bad.woff %%WWWDIR%%/fonts/inter-greek-ext-700-italic.5a924ac.woff2 -%%WWWDIR%%/fonts/inter-greek-ext-700-italic.b15d74b.woff -%%WWWDIR%%/fonts/inter-greek-ext-700-normal.4c7cc22.woff %%WWWDIR%%/fonts/inter-greek-ext-700-normal.4cdf2b4.woff2 -%%WWWDIR%%/fonts/inter-latin-400-italic.02d5718.woff2 -%%WWWDIR%%/fonts/inter-latin-400-italic.d2008db.woff -%%WWWDIR%%/fonts/inter-latin-400-normal.9698cc7.woff2 -%%WWWDIR%%/fonts/inter-latin-400-normal.b0c8fe9.woff -%%WWWDIR%%/fonts/inter-latin-500-italic.8bcc371.woff -%%WWWDIR%%/fonts/inter-latin-500-italic.b52ba32.woff2 -%%WWWDIR%%/fonts/inter-latin-500-normal.5b7156f.woff2 -%%WWWDIR%%/fonts/inter-latin-500-normal.f465677.woff -%%WWWDIR%%/fonts/inter-latin-600-italic.1a87b91.woff2 -%%WWWDIR%%/fonts/inter-latin-600-italic.e5b46ee.woff -%%WWWDIR%%/fonts/inter-latin-600-normal.28c8f60.woff -%%WWWDIR%%/fonts/inter-latin-600-normal.9d11113.woff2 -%%WWWDIR%%/fonts/inter-latin-700-italic.c541eb1.woff2 -%%WWWDIR%%/fonts/inter-latin-700-italic.db360ff.woff -%%WWWDIR%%/fonts/inter-latin-700-normal.d42de9b.woff2 -%%WWWDIR%%/fonts/inter-latin-700-normal.fc47ca4.woff -%%WWWDIR%%/fonts/inter-latin-ext-400-italic.9f0f8b5.woff -%%WWWDIR%%/fonts/inter-latin-ext-400-italic.a5abbec.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-400-normal.1c20f7d.woff -%%WWWDIR%%/fonts/inter-latin-ext-400-normal.3d10c85.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-500-italic.653d2af.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-500-italic.ba90aa0.woff -%%WWWDIR%%/fonts/inter-latin-ext-500-normal.2b8be07.woff -%%WWWDIR%%/fonts/inter-latin-ext-500-normal.667f22c.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-600-italic.8b265bb.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-600-italic.9d19bc2.woff -%%WWWDIR%%/fonts/inter-latin-ext-600-normal.0acb54c.woff -%%WWWDIR%%/fonts/inter-latin-ext-600-normal.ae5f969.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-700-italic.3d4debe.woff2 -%%WWWDIR%%/fonts/inter-latin-ext-700-italic.4c9ed99.woff -%%WWWDIR%%/fonts/inter-latin-ext-700-normal.149d81a.woff -%%WWWDIR%%/fonts/inter-latin-ext-700-normal.96e3bd6.woff2 +%%WWWDIR%%/fonts/inter-greek-ext-700-normal.ca8751b.woff +%%WWWDIR%%/fonts/inter-latin-400-italic.4f64ec0.woff +%%WWWDIR%%/fonts/inter-latin-400-italic.b571177.woff2 +%%WWWDIR%%/fonts/inter-latin-400-normal.2ea1079.woff +%%WWWDIR%%/fonts/inter-latin-400-normal.eca1e21.woff2 +%%WWWDIR%%/fonts/inter-latin-500-italic.a8df773.woff2 +%%WWWDIR%%/fonts/inter-latin-500-italic.db2d181.woff +%%WWWDIR%%/fonts/inter-latin-500-normal.5014db6.woff +%%WWWDIR%%/fonts/inter-latin-500-normal.b7c27c6.woff2 +%%WWWDIR%%/fonts/inter-latin-600-italic.362fede.woff2 +%%WWWDIR%%/fonts/inter-latin-600-italic.43fdcb6.woff +%%WWWDIR%%/fonts/inter-latin-600-normal.69a8d1d.woff2 +%%WWWDIR%%/fonts/inter-latin-600-normal.f10265d.woff +%%WWWDIR%%/fonts/inter-latin-700-italic.7b2f2cb.woff2 +%%WWWDIR%%/fonts/inter-latin-700-italic.7d58d9c.woff +%%WWWDIR%%/fonts/inter-latin-700-normal.02426d0.woff +%%WWWDIR%%/fonts/inter-latin-700-normal.0846760.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-400-italic.2880753.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-400-italic.5ddcd68.woff +%%WWWDIR%%/fonts/inter-latin-ext-400-normal.210fb82.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-400-normal.c616205.woff +%%WWWDIR%%/fonts/inter-latin-ext-500-italic.5e26a62.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-500-italic.a961251.woff +%%WWWDIR%%/fonts/inter-latin-ext-500-normal.2f93aaa.woff +%%WWWDIR%%/fonts/inter-latin-ext-500-normal.cdb4dd5.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-600-italic.207f62d.woff +%%WWWDIR%%/fonts/inter-latin-ext-600-italic.ca3fcf0.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-600-normal.4d0d501.woff +%%WWWDIR%%/fonts/inter-latin-ext-600-normal.8148c3a.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-700-italic.61cf6ce.woff2 +%%WWWDIR%%/fonts/inter-latin-ext-700-italic.ed657fe.woff +%%WWWDIR%%/fonts/inter-latin-ext-700-normal.454735e.woff +%%WWWDIR%%/fonts/inter-latin-ext-700-normal.be70ab2.woff2 %%WWWDIR%%/fonts/inter-vietnamese-400-italic.3fec6e1.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-400-italic.ec37808.woff +%%WWWDIR%%/fonts/inter-vietnamese-400-italic.e92fca0.woff %%WWWDIR%%/fonts/inter-vietnamese-400-normal.44c9df1.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-400-normal.96f8adc.woff +%%WWWDIR%%/fonts/inter-vietnamese-400-normal.aaa15d7.woff %%WWWDIR%%/fonts/inter-vietnamese-500-italic.158629e.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-500-italic.2229a47.woff -%%WWWDIR%%/fonts/inter-vietnamese-500-normal.11aeae6.woff +%%WWWDIR%%/fonts/inter-vietnamese-500-italic.2a7c869.woff +%%WWWDIR%%/fonts/inter-vietnamese-500-normal.296d66c.woff %%WWWDIR%%/fonts/inter-vietnamese-500-normal.63d02ea.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-600-italic.27ceb87.woff +%%WWWDIR%%/fonts/inter-vietnamese-600-italic.842a7af.woff %%WWWDIR%%/fonts/inter-vietnamese-600-italic.bbd8f48.woff2 +%%WWWDIR%%/fonts/inter-vietnamese-600-normal.04bb56f.woff %%WWWDIR%%/fonts/inter-vietnamese-600-normal.6984cf5.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-600-normal.a10931d.woff -%%WWWDIR%%/fonts/inter-vietnamese-700-italic.f6cbb10.woff +%%WWWDIR%%/fonts/inter-vietnamese-700-italic.6e1a2f4.woff %%WWWDIR%%/fonts/inter-vietnamese-700-italic.feddee8.woff2 -%%WWWDIR%%/fonts/inter-vietnamese-700-normal.5b5cd0c.woff %%WWWDIR%%/fonts/inter-vietnamese-700-normal.5d9bfca.woff2 -%%WWWDIR%%/i18n/cs.22bdbfa.json -%%WWWDIR%%/i18n/cy.3e890ed.json -%%WWWDIR%%/i18n/de_DE.8fd16db.json -%%WWWDIR%%/i18n/el.7959075.json -%%WWWDIR%%/i18n/en_EN.5296276.json -%%WWWDIR%%/i18n/eo.27a6de0.json -%%WWWDIR%%/i18n/es.c99cb8d.json -%%WWWDIR%%/i18n/et.c81b411.json -%%WWWDIR%%/i18n/fa.119229b.json -%%WWWDIR%%/i18n/fi.de1e16c.json -%%WWWDIR%%/i18n/fr.a87dcf2.json -%%WWWDIR%%/i18n/gl.7c05798.json -%%WWWDIR%%/i18n/he.bde153e.json -%%WWWDIR%%/i18n/hu.94fcc11.json -%%WWWDIR%%/i18n/id.bf9877b.json -%%WWWDIR%%/i18n/is.14c9efd.json -%%WWWDIR%%/i18n/it.7bdefad.json -%%WWWDIR%%/i18n/ja.7b10fe3.json -%%WWWDIR%%/i18n/ka.0e2cec6.json -%%WWWDIR%%/i18n/languages.90a5eeb.json +%%WWWDIR%%/fonts/inter-vietnamese-700-normal.cceb6e3.woff +%%WWWDIR%%/i18n/cs.bf68cc7.json +%%WWWDIR%%/i18n/cy.ef5bbbe.json +%%WWWDIR%%/i18n/de_DE.17207d7.json +%%WWWDIR%%/i18n/el.8ff8df8.json +%%WWWDIR%%/i18n/en_EN.12bdf84.json +%%WWWDIR%%/i18n/eo.100fb3c.json +%%WWWDIR%%/i18n/es.c3430d7.json +%%WWWDIR%%/i18n/et.da8066e.json +%%WWWDIR%%/i18n/fa.6c56018.json +%%WWWDIR%%/i18n/fi.4e33eae.json +%%WWWDIR%%/i18n/fr.087ea06.json +%%WWWDIR%%/i18n/gl.6bb51a2.json +%%WWWDIR%%/i18n/he.7ef62d9.json +%%WWWDIR%%/i18n/hu.aca7917.json +%%WWWDIR%%/i18n/id.09a2e1b.json +%%WWWDIR%%/i18n/is.e8b457c.json +%%WWWDIR%%/i18n/it.c9a648c.json +%%WWWDIR%%/i18n/ja.c06c15c.json +%%WWWDIR%%/i18n/ka.3203fb3.json +%%WWWDIR%%/i18n/languages.916697a.json %%WWWDIR%%/i18n/languages.json -%%WWWDIR%%/i18n/lo.505af8b.json -%%WWWDIR%%/i18n/lt.c87604d.json -%%WWWDIR%%/i18n/lv.23b7b6c.json -%%WWWDIR%%/i18n/mg_MG.042f90c.json -%%WWWDIR%%/i18n/nb_NO.d69edb0.json -%%WWWDIR%%/i18n/nl.76b677e.json -%%WWWDIR%%/i18n/pl.e860cd5.json -%%WWWDIR%%/i18n/pt.4a462e2.json -%%WWWDIR%%/i18n/pt_BR.f45ff18.json -%%WWWDIR%%/i18n/ru.a0d8bd2.json -%%WWWDIR%%/i18n/sk.d789707.json -%%WWWDIR%%/i18n/sq.b3b7680.json -%%WWWDIR%%/i18n/sv.a750dd2.json -%%WWWDIR%%/i18n/tr.b1178dc.json -%%WWWDIR%%/i18n/uk.2174ae8.json -%%WWWDIR%%/i18n/vi.8f3c41e.json -%%WWWDIR%%/i18n/zh_Hans.719e9d0.json -%%WWWDIR%%/i18n/zh_Hant.55946a5.json +%%WWWDIR%%/i18n/lo.72e17b4.json +%%WWWDIR%%/i18n/lt.b287836.json +%%WWWDIR%%/i18n/lv.3ac595c.json +%%WWWDIR%%/i18n/mg_MG.d1edb51.json +%%WWWDIR%%/i18n/nb_NO.60ca459.json +%%WWWDIR%%/i18n/nl.2e1d791.json +%%WWWDIR%%/i18n/pl.eedf05c.json +%%WWWDIR%%/i18n/pt.a83ffbc.json +%%WWWDIR%%/i18n/pt_BR.73015db.json +%%WWWDIR%%/i18n/ru.27557d8.json +%%WWWDIR%%/i18n/sk.5abc03f.json +%%WWWDIR%%/i18n/sq.01619e2.json +%%WWWDIR%%/i18n/sv.2ee3b1b.json +%%WWWDIR%%/i18n/tr.68e156b.json +%%WWWDIR%%/i18n/uk.4ae42a9.json +%%WWWDIR%%/i18n/vi.a5e3a12.json +%%WWWDIR%%/i18n/zh_Hans.9aa06fe.json +%%WWWDIR%%/i18n/zh_Hant.7885eb9.json %%WWWDIR%%/icons/bold.b7f0698.svg %%WWWDIR%%/icons/check-circle.99c21d7.svg %%WWWDIR%%/icons/check.aaad650.svg @@ -729,15 +729,15 @@ %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-400-normal-hFXvniIJ.woff %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-700-normal-D1IfJGt6.woff %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-700-normal-DlaT3sch.woff2 -%%WWWDIR%%/widgets/element-call/assets/index-BndnXPxB.js -%%WWWDIR%%/widgets/element-call/assets/index-BndnXPxB.js.map +%%WWWDIR%%/widgets/element-call/assets/index-BQ3oe8uL.js +%%WWWDIR%%/widgets/element-call/assets/index-BQ3oe8uL.js.map +%%WWWDIR%%/widgets/element-call/assets/index-BQv1OC6W.js +%%WWWDIR%%/widgets/element-call/assets/index-BQv1OC6W.js.LICENSE.txt +%%WWWDIR%%/widgets/element-call/assets/index-BQv1OC6W.js.map %%WWWDIR%%/widgets/element-call/assets/index-BtY3MdEn.css -%%WWWDIR%%/widgets/element-call/assets/index-DLjnG44W.js -%%WWWDIR%%/widgets/element-call/assets/index-DLjnG44W.js.LICENSE.txt -%%WWWDIR%%/widgets/element-call/assets/index-DLjnG44W.js.map -%%WWWDIR%%/widgets/element-call/assets/index-Sz5Yv42Y.js -%%WWWDIR%%/widgets/element-call/assets/index-Sz5Yv42Y.js.LICENSE.txt -%%WWWDIR%%/widgets/element-call/assets/index-Sz5Yv42Y.js.map +%%WWWDIR%%/widgets/element-call/assets/index-W4jTSiQP.js +%%WWWDIR%%/widgets/element-call/assets/index-W4jTSiQP.js.LICENSE.txt +%%WWWDIR%%/widgets/element-call/assets/index-W4jTSiQP.js.map %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2 %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-400-normal-ZzOtrSSW.woff %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-500-normal-D4Vwzodn.woff2 @@ -814,10 +814,10 @@ %%WWWDIR%%/widgets/element-call/assets/party-BZPeTgC3.mp3 %%WWWDIR%%/widgets/element-call/assets/party-D7rIOhAQ.ogg %%WWWDIR%%/widgets/element-call/assets/pl-app-CUkXVSZk.json -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BBCR35_R.js -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BBCR35_R.js.map -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BNyrgciT.js -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BNyrgciT.js.map +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-C-Pa3wDT.js +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-C-Pa3wDT.js.map +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-CzShxH5l.js +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-CzShxH5l.js.map %%WWWDIR%%/widgets/element-call/assets/raise_hand-Bzqn65WB.mp3 %%WWWDIR%%/widgets/element-call/assets/raise_hand-CUbxEnt9.ogg %%WWWDIR%%/widgets/element-call/assets/ro-app-CdYgKCOW.json @@ -828,8 +828,8 @@ %%WWWDIR%%/widgets/element-call/assets/screen_share_started-IZDL-kAw.ogg %%WWWDIR%%/widgets/element-call/assets/selfie_segmenter-DF05sdL4.tflite %%WWWDIR%%/widgets/element-call/assets/sk-app-Bv2npyK0.json -%%WWWDIR%%/widgets/element-call/assets/spa-C9wu0HEU.js -%%WWWDIR%%/widgets/element-call/assets/spa-C9wu0HEU.js.map +%%WWWDIR%%/widgets/element-call/assets/spa-_3kkJMwV.js +%%WWWDIR%%/widgets/element-call/assets/spa-_3kkJMwV.js.map %%WWWDIR%%/widgets/element-call/assets/sv-app-BvdrRKW-.json %%WWWDIR%%/widgets/element-call/assets/tr-app-Dk--6BpP.json %%WWWDIR%%/widgets/element-call/assets/uk-app-DZD01h76.json diff --git a/www/feroxbuster/Makefile b/www/feroxbuster/Makefile index e02df7d30ab9..073486050e93 100644 --- a/www/feroxbuster/Makefile +++ b/www/feroxbuster/Makefile @@ -1,7 +1,7 @@ PORTNAME= feroxbuster DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www security MAINTAINER= yuri@FreeBSD.org diff --git a/www/garage/Makefile b/www/garage/Makefile index eb0743c0cf76..04039440130c 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,6 +1,6 @@ PORTNAME= garage DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://git.deuxfleurs.fr/Deuxfleurs/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index 2de6c21c8147..276e2c676afc 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,7 +1,7 @@ PORTNAME= geckodriver DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= daniel@blodan.se diff --git a/www/hurl/Makefile b/www/hurl/Makefile index 197a36adf7b3..771c7b4e83ba 100644 --- a/www/hurl/Makefile +++ b/www/hurl/Makefile @@ -1,6 +1,6 @@ PORTNAME= hurl DISTVERSION= 6.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= rodrigo@FreeBSD.org diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index 8801bcb09d53..8037951c1a8f 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= jwt-cli PORTVERSION= 6.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/loco/Makefile b/www/loco/Makefile index b9f33b59594c..b90c45e12421 100644 --- a/www/loco/Makefile +++ b/www/loco/Makefile @@ -1,7 +1,7 @@ PORTNAME= loco DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel PKGNAMESUFFIX= -web-framework diff --git a/www/lychee/Makefile b/www/lychee/Makefile index 552cb2d52fbb..a4c5415c038d 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,7 +1,7 @@ PORTNAME= lychee DISTVERSIONPREFIX= lychee-v DISTVERSION= 0.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org diff --git a/www/marmite/Makefile b/www/marmite/Makefile index 06ac19cbcb7e..077b35438e07 100644 --- a/www/marmite/Makefile +++ b/www/marmite/Makefile @@ -1,6 +1,6 @@ PORTNAME= marmite DISTVERSION= 0.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org diff --git a/www/mediawiki139/Makefile b/www/mediawiki139/Makefile index d3b3892c59c5..ac7a53e8a0a5 100644 --- a/www/mediawiki139/Makefile +++ b/www/mediawiki139/Makefile @@ -1,7 +1,8 @@ PORTNAME= mediawiki -PORTVERSION= 1.39.12 +PORTVERSION= 1.39.13 CATEGORIES= www -MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen PKGNAMESUFFIX= 139${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org diff --git a/www/mediawiki139/distinfo b/www/mediawiki139/distinfo index 14cba53b30ae..612afdafd2fd 100644 --- a/www/mediawiki139/distinfo +++ b/www/mediawiki139/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744369446 -SHA256 (mediawiki-1.39.12.tar.gz) = 0e3bab253bcb2e354e389b7ba2f1aa732c60c4be9f1007408a221d49df589083 -SIZE (mediawiki-1.39.12.tar.gz) = 59683778 +TIMESTAMP = 1751511799 +SHA256 (mediawiki-1.39.13.tar.gz) = bb700c09792ece0877181a174c1687389d3dff93c8a5f39f81ba7509bdebecd6 +SIZE (mediawiki-1.39.13.tar.gz) = 59844264 diff --git a/www/mediawiki142/Makefile b/www/mediawiki142/Makefile index 97f7ca94f039..9f7755775ff5 100644 --- a/www/mediawiki142/Makefile +++ b/www/mediawiki142/Makefile @@ -1,7 +1,8 @@ PORTNAME= mediawiki -PORTVERSION= 1.42.6 +PORTVERSION= 1.42.7 CATEGORIES= www -MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen PKGNAMESUFFIX= 142${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org diff --git a/www/mediawiki142/distinfo b/www/mediawiki142/distinfo index 556bd71ea051..0217377c7e2c 100644 --- a/www/mediawiki142/distinfo +++ b/www/mediawiki142/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744368723 -SHA256 (mediawiki-1.42.6.tar.gz) = 36aa19442a0685faaa5ea38a7a8559f8c8e9928bcf1f75d08a863d9066115b60 -SIZE (mediawiki-1.42.6.tar.gz) = 90292297 +TIMESTAMP = 1751510284 +SHA256 (mediawiki-1.42.7.tar.gz) = 0a604c81454fb7ab3eb2f57ab5972c5ea44fc54924cca09e813e3c4f4827d9c9 +SIZE (mediawiki-1.42.7.tar.gz) = 90513428 diff --git a/www/mediawiki143/Makefile b/www/mediawiki143/Makefile index 1a7a6b4d6fa9..dce395b74745 100644 --- a/www/mediawiki143/Makefile +++ b/www/mediawiki143/Makefile @@ -1,7 +1,8 @@ PORTNAME= mediawiki -PORTVERSION= 1.43.1 +PORTVERSION= 1.43.3 CATEGORIES= www -MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen PKGNAMESUFFIX= 143${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org diff --git a/www/mediawiki143/distinfo b/www/mediawiki143/distinfo index ca767a6be9c7..b731a6ec18cf 100644 --- a/www/mediawiki143/distinfo +++ b/www/mediawiki143/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744364781 -SHA256 (mediawiki-1.43.1.tar.gz) = 3c85aa9c4cd6c353c67804a3a58e7b79615d4141c3d66b101e5f3aeb40653d6c -SIZE (mediawiki-1.43.1.tar.gz) = 92667428 +TIMESTAMP = 1751508946 +SHA256 (mediawiki-1.43.3.tar.gz) = e409df416ba4d99d2705e1eb0ff8168863db2a791cc0be7a87db3c13d9801a70 +SIZE (mediawiki-1.43.3.tar.gz) = 91773363 diff --git a/www/microbin/Makefile b/www/microbin/Makefile index 06d5d546162d..8d2ccd1d3721 100644 --- a/www/microbin/Makefile +++ b/www/microbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= microbin DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index ffd726d7dc19..94c9dfb38bad 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,6 +1,7 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v DISTVERSION= 0.30.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= bofh@FreeBSD.org diff --git a/www/mod_php81/Makefile b/www/mod_php81/Makefile index 4d6184f9cdb3..82d7543e42b3 100644 --- a/www/mod_php81/Makefile +++ b/www/mod_php81/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile index 1f467c919023..723a425618b4 100644 --- a/www/mod_php82/Makefile +++ b/www/mod_php82/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php83/Makefile b/www/mod_php83/Makefile index caf07c783696..1972e34e820a 100644 --- a/www/mod_php83/Makefile +++ b/www/mod_php83/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php84/Makefile b/www/mod_php84/Makefile index 73e543e37799..1ee419ec5ebd 100644 --- a/www/mod_php84/Makefile +++ b/www/mod_php84/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ diff --git a/www/mod_php85/Makefile b/www/mod_php85/Makefile new file mode 100644 index 000000000000..5e3e5b870340 --- /dev/null +++ b/www/mod_php85/Makefile @@ -0,0 +1,18 @@ +CATEGORIES= www devel +PKGNAMEPREFIX= mod_ + +MAINTAINER= bofh@FreeBSD.org + +CONFLICTS_INSTALL= mod_php[0-9][0-9] + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +OPTIONS_DEFINE= AP2FILTER +OPTIONS_EXCLUDE= CGI CLI EMBED FPM + +AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) + +AP2FILTER_CONFIGURE_ON=--with-apxs2filter=${APXS} +AP2FILTER_CONFIGURE_OFF=--with-apxs2=${APXS} + +.include "${MASTERDIR}/Makefile" diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 5d4f99eb9f6c..3b445649bd0f 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,7 +1,7 @@ PORTNAME= monolith DISTVERSIONPREFIX= v DISTVERSION= 2.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/ncgopher/Makefile b/www/ncgopher/Makefile index 06c05989f8cd..864b044f9b9c 100644 --- a/www/ncgopher/Makefile +++ b/www/ncgopher/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncgopher DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MAINTAINER= beastieboy@beastieboy.net diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index 5fb86dee804a..83b02fbe8f85 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= contacts -PORTVERSION= 7.1.3 +PORTVERSION= 7.1.4 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-contacts/distinfo b/www/nextcloud-contacts/distinfo index 3ec7f8f81fca..2679e2cc88a5 100644 --- a/www/nextcloud-contacts/distinfo +++ b/www/nextcloud-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749063216 -SHA256 (nextcloud/contacts-v7.1.3.tar.gz) = b93d50399a6e2afb2b9d95986da41485474ce3dc5d222be8b457ba140cf7df42 -SIZE (nextcloud/contacts-v7.1.3.tar.gz) = 4363229 +TIMESTAMP = 1751485171 +SHA256 (nextcloud/contacts-v7.1.4.tar.gz) = 8cc9fb139f6dddc6e9018055fb89f57a554e19a46cef187c42f13bcb077d900f +SIZE (nextcloud/contacts-v7.1.4.tar.gz) = 4385694 diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile index 4876a1968966..20ae589abd80 100644 --- a/www/nextcloud-groupfolders/Makefile +++ b/www/nextcloud-groupfolders/Makefile @@ -1,5 +1,5 @@ PORTNAME= groupfolders -PORTVERSION= 19.1.0 +PORTVERSION= 19.1.2 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-groupfolders/distinfo b/www/nextcloud-groupfolders/distinfo index f6af6aeebe71..1e0f2afd0390 100644 --- a/www/nextcloud-groupfolders/distinfo +++ b/www/nextcloud-groupfolders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749063258 -SHA256 (nextcloud/groupfolders-v19.1.0.tar.gz) = 1843395f0f09db114e4dff403a53adb555e8db913fc787e84fde3ddc9f5921fe -SIZE (nextcloud/groupfolders-v19.1.0.tar.gz) = 5562185 +TIMESTAMP = 1751485192 +SHA256 (nextcloud/groupfolders-v19.1.2.tar.gz) = 2aa6cfbdc1ce60903c6e359b87a5ffed133bf05182a85248392f0582e809c899 +SIZE (nextcloud/groupfolders-v19.1.2.tar.gz) = 5577506 diff --git a/www/nextcloud-news/Makefile b/www/nextcloud-news/Makefile index 50f4ddf54a58..144573989406 100644 --- a/www/nextcloud-news/Makefile +++ b/www/nextcloud-news/Makefile @@ -1,5 +1,5 @@ PORTNAME= news -PORTVERSION= 26.0.1 +PORTVERSION= 26.0.2 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= ${PORTNAME} diff --git a/www/nextcloud-news/distinfo b/www/nextcloud-news/distinfo index d94f9805dd8c..d46db59aa338 100644 --- a/www/nextcloud-news/distinfo +++ b/www/nextcloud-news/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749063386 -SHA256 (nextcloud/news-26.0.1/news.tar.gz) = 4ff64a2f8616c346a2ee667d826f7505497a31dea1c936a46202ac6ab4983b89 -SIZE (nextcloud/news-26.0.1/news.tar.gz) = 2641548 +TIMESTAMP = 1751485149 +SHA256 (nextcloud/news-26.0.2/news.tar.gz) = 635fa1711c5ec16c9cb46e674bb1a337ecd6081af1a2ba1e6f4d472f3a80474f +SIZE (nextcloud/news-26.0.2/news.tar.gz) = 2642681 diff --git a/www/npm-node22/Makefile b/www/npm-node22/Makefile index 9699b1db0b09..da5312bd2ac1 100644 --- a/www/npm-node22/Makefile +++ b/www/npm-node22/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 10.9.3 +PORTVERSION= 11.4.2 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= ${NODEJS_SUFFIX} diff --git a/www/npm-node22/distinfo b/www/npm-node22/distinfo index 040c196b8ed5..9a94c74ec2a2 100644 --- a/www/npm-node22/distinfo +++ b/www/npm-node22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208142 -SHA256 (npm-10.9.3.tar.xz) = b99f595a698a740d603b871249916fa25c89475c124a54e920debd694db0fd61 -SIZE (npm-10.9.3.tar.xz) = 1809824 +TIMESTAMP = 1751375041 +SHA256 (npm-11.4.2.tar.xz) = 1bc7920128ca6ce36dfad28eeac60c7fb80cc8d282cfeb07324af52781fc6111 +SIZE (npm-11.4.2.tar.xz) = 1838468 diff --git a/www/npm-node22/pkg-plist b/www/npm-node22/pkg-plist index 76a479d8710d..af309e6835d3 100644 --- a/www/npm-node22/pkg-plist +++ b/www/npm-node22/pkg-plist @@ -38,7 +38,6 @@ lib/node_modules/npm/docs/content/commands/npm-find-dupes.md lib/node_modules/npm/docs/content/commands/npm-fund.md lib/node_modules/npm/docs/content/commands/npm-help-search.md lib/node_modules/npm/docs/content/commands/npm-help.md -lib/node_modules/npm/docs/content/commands/npm-hook.md lib/node_modules/npm/docs/content/commands/npm-init.md lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md lib/node_modules/npm/docs/content/commands/npm-install-test.md @@ -62,7 +61,7 @@ lib/node_modules/npm/docs/content/commands/npm-rebuild.md lib/node_modules/npm/docs/content/commands/npm-repo.md lib/node_modules/npm/docs/content/commands/npm-restart.md lib/node_modules/npm/docs/content/commands/npm-root.md -lib/node_modules/npm/docs/content/commands/npm-run-script.md +lib/node_modules/npm/docs/content/commands/npm-run.md lib/node_modules/npm/docs/content/commands/npm-sbom.md lib/node_modules/npm/docs/content/commands/npm-search.md lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md @@ -73,6 +72,7 @@ lib/node_modules/npm/docs/content/commands/npm-stop.md lib/node_modules/npm/docs/content/commands/npm-team.md lib/node_modules/npm/docs/content/commands/npm-test.md lib/node_modules/npm/docs/content/commands/npm-token.md +lib/node_modules/npm/docs/content/commands/npm-undeprecate.md lib/node_modules/npm/docs/content/commands/npm-uninstall.md lib/node_modules/npm/docs/content/commands/npm-unpublish.md lib/node_modules/npm/docs/content/commands/npm-unstar.md @@ -122,7 +122,6 @@ lib/node_modules/npm/docs/output/commands/npm-find-dupes.html lib/node_modules/npm/docs/output/commands/npm-fund.html lib/node_modules/npm/docs/output/commands/npm-help-search.html lib/node_modules/npm/docs/output/commands/npm-help.html -lib/node_modules/npm/docs/output/commands/npm-hook.html lib/node_modules/npm/docs/output/commands/npm-init.html lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html lib/node_modules/npm/docs/output/commands/npm-install-test.html @@ -146,7 +145,7 @@ lib/node_modules/npm/docs/output/commands/npm-rebuild.html lib/node_modules/npm/docs/output/commands/npm-repo.html lib/node_modules/npm/docs/output/commands/npm-restart.html lib/node_modules/npm/docs/output/commands/npm-root.html -lib/node_modules/npm/docs/output/commands/npm-run-script.html +lib/node_modules/npm/docs/output/commands/npm-run.html lib/node_modules/npm/docs/output/commands/npm-sbom.html lib/node_modules/npm/docs/output/commands/npm-search.html lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html @@ -157,6 +156,7 @@ lib/node_modules/npm/docs/output/commands/npm-stop.html lib/node_modules/npm/docs/output/commands/npm-team.html lib/node_modules/npm/docs/output/commands/npm-test.html lib/node_modules/npm/docs/output/commands/npm-token.html +lib/node_modules/npm/docs/output/commands/npm-undeprecate.html lib/node_modules/npm/docs/output/commands/npm-uninstall.html lib/node_modules/npm/docs/output/commands/npm-unpublish.html lib/node_modules/npm/docs/output/commands/npm-unstar.html @@ -216,7 +216,6 @@ lib/node_modules/npm/lib/commands/fund.js lib/node_modules/npm/lib/commands/get.js lib/node_modules/npm/lib/commands/help-search.js lib/node_modules/npm/lib/commands/help.js -lib/node_modules/npm/lib/commands/hook.js lib/node_modules/npm/lib/commands/init.js lib/node_modules/npm/lib/commands/install-ci-test.js lib/node_modules/npm/lib/commands/install-test.js @@ -241,7 +240,7 @@ lib/node_modules/npm/lib/commands/rebuild.js lib/node_modules/npm/lib/commands/repo.js lib/node_modules/npm/lib/commands/restart.js lib/node_modules/npm/lib/commands/root.js -lib/node_modules/npm/lib/commands/run-script.js +lib/node_modules/npm/lib/commands/run.js lib/node_modules/npm/lib/commands/sbom.js lib/node_modules/npm/lib/commands/search.js lib/node_modules/npm/lib/commands/set.js @@ -253,6 +252,7 @@ lib/node_modules/npm/lib/commands/stop.js lib/node_modules/npm/lib/commands/team.js lib/node_modules/npm/lib/commands/test.js lib/node_modules/npm/lib/commands/token.js +lib/node_modules/npm/lib/commands/undeprecate.js lib/node_modules/npm/lib/commands/uninstall.js lib/node_modules/npm/lib/commands/unpublish.js lib/node_modules/npm/lib/commands/unstar.js @@ -319,7 +319,6 @@ lib/node_modules/npm/man/man1/npm-find-dupes.1.gz lib/node_modules/npm/man/man1/npm-fund.1.gz lib/node_modules/npm/man/man1/npm-help-search.1.gz lib/node_modules/npm/man/man1/npm-help.1.gz -lib/node_modules/npm/man/man1/npm-hook.1.gz lib/node_modules/npm/man/man1/npm-init.1.gz lib/node_modules/npm/man/man1/npm-install-ci-test.1.gz lib/node_modules/npm/man/man1/npm-install-test.1.gz @@ -343,7 +342,7 @@ lib/node_modules/npm/man/man1/npm-rebuild.1.gz lib/node_modules/npm/man/man1/npm-repo.1.gz lib/node_modules/npm/man/man1/npm-restart.1.gz lib/node_modules/npm/man/man1/npm-root.1.gz -lib/node_modules/npm/man/man1/npm-run-script.1.gz +lib/node_modules/npm/man/man1/npm-run.1.gz lib/node_modules/npm/man/man1/npm-sbom.1.gz lib/node_modules/npm/man/man1/npm-search.1.gz lib/node_modules/npm/man/man1/npm-shrinkwrap.1.gz @@ -354,6 +353,7 @@ lib/node_modules/npm/man/man1/npm-stop.1.gz lib/node_modules/npm/man/man1/npm-team.1.gz lib/node_modules/npm/man/man1/npm-test.1.gz lib/node_modules/npm/man/man1/npm-token.1.gz +lib/node_modules/npm/man/man1/npm-undeprecate.1.gz lib/node_modules/npm/man/man1/npm-uninstall.1.gz lib/node_modules/npm/man/man1/npm-unpublish.1.gz lib/node_modules/npm/man/man1/npm-unstar.1.gz @@ -549,25 +549,6 @@ lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/.bin/pacote -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/LICENSE -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/README.md -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/bin/index.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/dir.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/fetcher.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/file.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/git.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/index.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/registry.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/remote.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/add-git-sha.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/cache-dir.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/is-package-bin.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/npm.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/protected.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/tar-create-options.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/lib/util/trailing-slashes.js -lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/node_modules/pacote/package.json lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json lib/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE lib/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js @@ -626,6 +607,39 @@ lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/util.js lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/validators.js lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json lib/node_modules/npm/node_modules/@pkgjs/parseargs/utils.js +lib/node_modules/npm/node_modules/@sigstore/bundle/LICENSE +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/build.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/bundle.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/error.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/serialized.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/utility.js +lib/node_modules/npm/node_modules/@sigstore/bundle/dist/validate.js +lib/node_modules/npm/node_modules/@sigstore/bundle/package.json +lib/node_modules/npm/node_modules/@sigstore/core/LICENSE +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/error.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/length.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/obj.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/parse.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/tag.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/crypto.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/dsse.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/encoding.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/json.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/oid.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/pem.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/error.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/timestamp.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/tstinfo.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/stream.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/cert.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/ext.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/index.js +lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/sct.js +lib/node_modules/npm/node_modules/@sigstore/core/package.json lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/LICENSE lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js @@ -644,6 +658,39 @@ lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/si lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/index.js lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json +lib/node_modules/npm/node_modules/@sigstore/sign/LICENSE +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/base.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/bundle.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/dsse.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/message.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/error.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/error.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fetch.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fulcio.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/tsa.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/ci.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/provider.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/signer.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/types/fetch.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/oidc.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/ua.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/client.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/entry.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/client.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/index.js +lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/witness.js +lib/node_modules/npm/node_modules/@sigstore/sign/package.json lib/node_modules/npm/node_modules/@sigstore/tuf/LICENSE lib/node_modules/npm/node_modules/@sigstore/tuf/dist/appdata.js lib/node_modules/npm/node_modules/@sigstore/tuf/dist/client.js @@ -652,9 +699,54 @@ lib/node_modules/npm/node_modules/@sigstore/tuf/dist/index.js lib/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js lib/node_modules/npm/node_modules/@sigstore/tuf/package.json lib/node_modules/npm/node_modules/@sigstore/tuf/seeds.json +lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/dsse.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/message.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/error.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/certificate.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/sct.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/policy.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/shared.types.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/merkle.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/set.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/tsa.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/dsse.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/intoto.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/filter.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/index.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/trust.types.js +lib/node_modules/npm/node_modules/@sigstore/verify/dist/verifier.js +lib/node_modules/npm/node_modules/@sigstore/verify/package.json lib/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE lib/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json +lib/node_modules/npm/node_modules/@tufjs/models/LICENSE +lib/node_modules/npm/node_modules/@tufjs/models/dist/base.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/delegations.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/error.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/file.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/index.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/key.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/metadata.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/role.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/root.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/signature.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/snapshot.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/targets.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/timestamp.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/guard.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/index.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/key.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/oid.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/types.js +lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/verify.js +lib/node_modules/npm/node_modules/@tufjs/models/package.json lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/lib/index.js lib/node_modules/npm/node_modules/abbrev/package.json @@ -728,6 +820,14 @@ lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/commonjs/pack lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/index.js lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/package.json lib/node_modules/npm/node_modules/cacache/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/package.json lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.d.ts @@ -944,12 +1044,14 @@ lib/node_modules/npm/node_modules/diff/lib/index.js lib/node_modules/npm/node_modules/diff/lib/index.mjs lib/node_modules/npm/node_modules/diff/lib/patch/apply.js lib/node_modules/npm/node_modules/diff/lib/patch/create.js +lib/node_modules/npm/node_modules/diff/lib/patch/line-endings.js lib/node_modules/npm/node_modules/diff/lib/patch/merge.js lib/node_modules/npm/node_modules/diff/lib/patch/parse.js lib/node_modules/npm/node_modules/diff/lib/patch/reverse.js lib/node_modules/npm/node_modules/diff/lib/util/array.js lib/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js lib/node_modules/npm/node_modules/diff/lib/util/params.js +lib/node_modules/npm/node_modules/diff/lib/util/string.js lib/node_modules/npm/node_modules/diff/package.json lib/node_modules/npm/node_modules/diff/release-notes.md lib/node_modules/npm/node_modules/diff/runtime.js @@ -1224,10 +1326,6 @@ lib/node_modules/npm/node_modules/libnpmfund/LICENSE lib/node_modules/npm/node_modules/libnpmfund/README.md lib/node_modules/npm/node_modules/libnpmfund/lib/index.js lib/node_modules/npm/node_modules/libnpmfund/package.json -lib/node_modules/npm/node_modules/libnpmhook/LICENSE.md -lib/node_modules/npm/node_modules/libnpmhook/README.md -lib/node_modules/npm/node_modules/libnpmhook/lib/index.js -lib/node_modules/npm/node_modules/libnpmhook/package.json lib/node_modules/npm/node_modules/libnpmorg/LICENSE lib/node_modules/npm/node_modules/libnpmorg/README.md lib/node_modules/npm/node_modules/libnpmorg/lib/index.js @@ -1324,6 +1422,14 @@ lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/minipass-fetch/package.json lib/node_modules/npm/node_modules/minipass-flush/LICENSE lib/node_modules/npm/node_modules/minipass-flush/index.js @@ -1345,12 +1451,11 @@ lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.j lib/node_modules/npm/node_modules/minipass-sized/package.json lib/node_modules/npm/node_modules/minipass-sized/test/basic.js lib/node_modules/npm/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/minizlib/dist/commonjs/constants.js -lib/node_modules/npm/node_modules/minizlib/dist/commonjs/index.js -lib/node_modules/npm/node_modules/minizlib/dist/commonjs/package.json -lib/node_modules/npm/node_modules/minizlib/dist/esm/constants.js -lib/node_modules/npm/node_modules/minizlib/dist/esm/index.js -lib/node_modules/npm/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/minizlib/constants.js +lib/node_modules/npm/node_modules/minizlib/index.js +lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE +lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js +lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json lib/node_modules/npm/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js @@ -1596,6 +1701,14 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/commonjs/pac lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/index.js lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/LICENSE lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/package.json lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.d.ts @@ -1788,6 +1901,14 @@ lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/json-stream.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/LICENSE +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/constants.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/index.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/package.json +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/constants.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/index.js +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/package.json +lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/npm-registry-fetch/package.json lib/node_modules/npm/node_modules/npm-user-validate/LICENSE lib/node_modules/npm/node_modules/npm-user-validate/lib/index.js @@ -2014,96 +2135,6 @@ lib/node_modules/npm/node_modules/sigstore/LICENSE lib/node_modules/npm/node_modules/sigstore/dist/config.js lib/node_modules/npm/node_modules/sigstore/dist/index.js lib/node_modules/npm/node_modules/sigstore/dist/sigstore.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/LICENSE -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/build.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/bundle.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/serialized.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/utility.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/dist/validate.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/bundle/package.json -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/LICENSE -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/length.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/obj.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/parse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/asn1/tag.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/crypto.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/encoding.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/json.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/oid.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/pem.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/timestamp.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/rfc3161/tstinfo.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/stream.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/cert.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/ext.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/dist/x509/sct.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/core/package.json -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/LICENSE -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/base.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/bundle.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/bundler/message.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/fetch.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/fulcio.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/rekor.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/external/tsa.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/identity/ci.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/identity/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/identity/provider.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/fulcio/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/signer/signer.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/types/fetch.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/util/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/util/oidc.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/util/ua.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tlog/client.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tlog/entry.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tlog/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tsa/client.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/tsa/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/dist/witness/witness.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/sign/package.json -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/bundle/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/bundle/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/bundle/message.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/error.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/key/certificate.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/key/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/key/sct.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/policy.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/shared.types.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/merkle.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/set.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/timestamp/tsa.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/dsse.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/tlog/intoto.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/trust/filter.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/trust/index.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/trust/trust.types.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/dist/verifier.js -lib/node_modules/npm/node_modules/sigstore/node_modules/@sigstore/verify/package.json lib/node_modules/npm/node_modules/sigstore/package.json lib/node_modules/npm/node_modules/smart-buffer/LICENSE lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js @@ -2153,16 +2184,12 @@ lib/node_modules/npm/node_modules/spdx-license-ids/index.json lib/node_modules/npm/node_modules/spdx-license-ids/package.json lib/node_modules/npm/node_modules/sprintf-js/CONTRIBUTORS.md lib/node_modules/npm/node_modules/sprintf-js/LICENSE -lib/node_modules/npm/node_modules/sprintf-js/bower.json -lib/node_modules/npm/node_modules/sprintf-js/demo/angular.html lib/node_modules/npm/node_modules/sprintf-js/dist/.gitattributes lib/node_modules/npm/node_modules/sprintf-js/dist/angular-sprintf.min.js lib/node_modules/npm/node_modules/sprintf-js/dist/sprintf.min.js -lib/node_modules/npm/node_modules/sprintf-js/gruntfile.js lib/node_modules/npm/node_modules/sprintf-js/package.json lib/node_modules/npm/node_modules/sprintf-js/src/angular-sprintf.js lib/node_modules/npm/node_modules/sprintf-js/src/sprintf.js -lib/node_modules/npm/node_modules/sprintf-js/test/test.js lib/node_modules/npm/node_modules/ssri/LICENSE.md lib/node_modules/npm/node_modules/ssri/lib/index.js lib/node_modules/npm/node_modules/ssri/package.json @@ -2219,13 +2246,6 @@ lib/node_modules/npm/node_modules/tar/node_modules/minipass/LICENSE lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.mjs lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/LICENSE -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/constants.js -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/LICENSE -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/index.js -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/node_modules/minipass/package.json -lib/node_modules/npm/node_modules/tar/node_modules/minizlib/package.json lib/node_modules/npm/node_modules/tar/package.json lib/node_modules/npm/node_modules/text-table/LICENSE lib/node_modules/npm/node_modules/text-table/example/align.js @@ -2305,27 +2325,6 @@ lib/node_modules/npm/node_modules/tuf-js/dist/store.js lib/node_modules/npm/node_modules/tuf-js/dist/updater.js lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js lib/node_modules/npm/node_modules/tuf-js/dist/utils/url.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/LICENSE -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/base.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/delegations.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/error.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/file.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/index.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/key.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/metadata.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/role.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/root.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/signature.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/snapshot.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/targets.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/timestamp.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/guard.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/index.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/key.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/oid.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/types.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/dist/utils/verify.js -lib/node_modules/npm/node_modules/tuf-js/node_modules/@tufjs/models/package.json lib/node_modules/npm/node_modules/tuf-js/package.json lib/node_modules/npm/node_modules/unique-filename/LICENSE lib/node_modules/npm/node_modules/unique-filename/lib/index.js @@ -2351,10 +2350,10 @@ lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js lib/node_modules/npm/node_modules/validate-npm-package-name/package.json lib/node_modules/npm/node_modules/walk-up-path/LICENSE -lib/node_modules/npm/node_modules/walk-up-path/dist/cjs/index.js -lib/node_modules/npm/node_modules/walk-up-path/dist/cjs/package.json -lib/node_modules/npm/node_modules/walk-up-path/dist/mjs/index.js -lib/node_modules/npm/node_modules/walk-up-path/dist/mjs/package.json +lib/node_modules/npm/node_modules/walk-up-path/dist/commonjs/index.js +lib/node_modules/npm/node_modules/walk-up-path/dist/commonjs/package.json +lib/node_modules/npm/node_modules/walk-up-path/dist/esm/index.js +lib/node_modules/npm/node_modules/walk-up-path/dist/esm/package.json lib/node_modules/npm/node_modules/walk-up-path/package.json lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md diff --git a/www/npm/Makefile b/www/npm/Makefile index df606afcda6f..0e72dff893b3 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -1,5 +1,5 @@ PORTNAME= npm -PORTVERSION= 10.9.3 +PORTVERSION= 11.4.2 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index d9533ffdf8a7..5e2727492f60 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mojolicious -PORTVERSION= 9.40 +PORTVERSION= 9.41 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 4123f6cb0736..448072c7207b 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747105281 -SHA256 (Mojolicious-9.40.tar.gz) = 4d45f4b51cce46b3896f2e27b2447e52a8efccb1ebea5e6b3885ea211c08480b -SIZE (Mojolicious-9.40.tar.gz) = 965888 +TIMESTAMP = 1751612133 +SHA256 (Mojolicious-9.41.tar.gz) = c13db80169698fa3d76901cf03a06ef78fb496ed0b9275b4f558f6e878c281c6 +SIZE (Mojolicious-9.41.tar.gz) = 970647 diff --git a/www/p5-Mojolicious/pkg-plist b/www/p5-Mojolicious/pkg-plist index d7e72618c31a..06fe7759c0a9 100644 --- a/www/p5-Mojolicious/pkg-plist +++ b/www/p5-Mojolicious/pkg-plist @@ -57,6 +57,7 @@ bin/morbo %%SITE_PERL%%/Mojo/Server/Morbo/Backend/Poll.pm %%SITE_PERL%%/Mojo/Server/PSGI.pm %%SITE_PERL%%/Mojo/Server/Prefork.pm +%%SITE_PERL%%/Mojo/SSE.pm %%SITE_PERL%%/Mojo/Template.pm %%SITE_PERL%%/Mojo/Transaction.pm %%SITE_PERL%%/Mojo/Transaction/HTTP.pm @@ -201,6 +202,7 @@ bin/morbo %%PERL5_MAN3%%/Mojo::Server::Morbo::Backend::Poll.3.gz %%PERL5_MAN3%%/Mojo::Server::PSGI.3.gz %%PERL5_MAN3%%/Mojo::Server::Prefork.3.gz +%%PERL5_MAN3%%/Mojo::SSE.3.gz %%PERL5_MAN3%%/Mojo::Template.3.gz %%PERL5_MAN3%%/Mojo::Transaction.3.gz %%PERL5_MAN3%%/Mojo::Transaction::HTTP.3.gz diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index 90899c8c8e97..1b2676d81ef6 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= gnome php:build,pecl pkgconfig USE_GNOME= libxml2 -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= LIBXML_CFLAGS=-I${LOCALBASE}/include/libxml2 \ LIBXML_LIBS=-L${LOCALBASE}/include/libxml2 diff --git a/www/php85-opcache/Makefile b/www/php85-opcache/Makefile new file mode 100644 index 000000000000..edb61940538a --- /dev/null +++ b/www/php85-opcache/Makefile @@ -0,0 +1,9 @@ +CATEGORIES= www + +PKGNAMESUFFIX= -opcache + +USES= php:zend,noflavors + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-session/Makefile b/www/php85-session/Makefile new file mode 100644 index 000000000000..cedce7a3b4f9 --- /dev/null +++ b/www/php85-session/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -session + +.include "${MASTERDIR}/Makefile" diff --git a/www/php85-tidy/Makefile b/www/php85-tidy/Makefile new file mode 100644 index 000000000000..9b47a56ccce6 --- /dev/null +++ b/www/php85-tidy/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -tidy + +.include "${MASTERDIR}/Makefile" diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index e22f9ce7b45a..d566dec56c46 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.6.0 -PORTREVISION= 34 +PORTREVISION= 36 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index 6e0e2f001755..e233402355de 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,7 +1,7 @@ PORTNAME= autobahn DISTVERSIONPREFIX= v DISTVERSION= 24.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,14 +22,12 @@ GH_ACCOUNT= crossbario GH_PROJECT= autobahn-python USE_PYTHON= autoplist cryptography distutils pytest -OPTIONS_DEFINE= ACCELERATE COMPRESS ENCRYPTION SCRAM SERIALIZATION -OPTIONS_DEFAULT= ACCELERATE ENCRYPTION SCRAM SERIALIZATION \ - TWISTED +OPTIONS_DEFINE= COMPRESS ENCRYPTION SCRAM SERIALIZATION +OPTIONS_DEFAULT= ENCRYPTION SCRAM SERIALIZATION TWISTED OPTIONS_MULTI= BACKENDS OPTIONS_MULTI_BACKENDS= TWISTED OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options -ACCELERATE_DESC= C-based WebSocket Acceleration BACKENDS_DESC= Network Backends COMPRESS_DESC= Compression support ENCRYPTION_DESC= TLS Transport / Cryptosign Encryption & Authentication @@ -37,8 +35,7 @@ SCRAM_DESC= WAMP-SCRAM Authentication support SERIALIZATION_DESC= Serializers (MessagePack, CBOR, UBJSON, Flatbuffers) TWISTED_DESC= Twisted network backend support -ACCELERATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsaccel>=0.6.3:www/py-wsaccel@${PY_FLAVOR} -COMPRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR} +COMPRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR} ENCRYPTION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \ diff --git a/www/py-boto3/Makefile b/www/py-boto3/Makefile index d9a5c6fccbe8..b602e8f1c4ef 100644 --- a/www/py-boto3/Makefile +++ b/www/py-boto3/Makefile @@ -1,5 +1,5 @@ PORTNAME= boto3 -PORTVERSION= 1.38.45 +PORTVERSION= 1.38.46 CATEGORIES= www python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-boto3/distinfo b/www/py-boto3/distinfo index ad2c891dd0dc..fdc11489316e 100644 --- a/www/py-boto3/distinfo +++ b/www/py-boto3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208180 -SHA256 (boto3-1.38.45.tar.gz) = 1123c9fb1d46cb6fb2c8579fb411c564c34d05c531755fa1548524df63f5e023 -SIZE (boto3-1.38.45.tar.gz) = 111892 +TIMESTAMP = 1751375065 +SHA256 (boto3-1.38.46.tar.gz) = d1ca2b53138afd0341e1962bd52be6071ab7a63c5b4f89228c5ef8942c40c852 +SIZE (boto3-1.38.46.tar.gz) = 111883 diff --git a/www/py-dash/Makefile b/www/py-dash/Makefile index d93fd6d4db5d..1611056751a1 100644 --- a/www/py-dash/Makefile +++ b/www/py-dash/Makefile @@ -1,5 +1,5 @@ PORTNAME= dash -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-dash/distinfo b/www/py-dash/distinfo index 8e7eb0561321..73cbca061878 100644 --- a/www/py-dash/distinfo +++ b/www/py-dash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208182 -SHA256 (dash-3.1.0.tar.gz) = ba53c46a6b12948ff6b8e1e4bda882a274277b131ec4698159447cfd027a7a51 -SIZE (dash-3.1.0.tar.gz) = 7544527 +TIMESTAMP = 1751375067 +SHA256 (dash-3.1.1.tar.gz) = 916b31cec46da0a3339da0e9df9f446126aa7f293c0544e07adf9fe4ba060b18 +SIZE (dash-3.1.1.tar.gz) = 7544441 diff --git a/www/py-django-unfold/Makefile b/www/py-django-unfold/Makefile index 72b09b33baa3..ab4181574b41 100644 --- a/www/py-django-unfold/Makefile +++ b/www/py-django-unfold/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-unfold -PORTVERSION= 0.60.0 +PORTVERSION= 0.61.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 a3773f3cd2bc..43ed2d1c5c02 100644 --- a/www/py-django-unfold/distinfo +++ b/www/py-django-unfold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188150 -SHA256 (django_unfold-0.60.0.tar.gz) = bacb4a65fb7c1d711b518c47189f9895bc2816280c5b1863e403f5d41966895b -SIZE (django_unfold-0.60.0.tar.gz) = 1062758 +TIMESTAMP = 1751375069 +SHA256 (django_unfold-0.61.0.tar.gz) = 97e6d68600f8c9fbf4e3cf64bcc81c93dd4627150541e0e077e72f112a3a31a2 +SIZE (django_unfold-0.61.0.tar.gz) = 1064069 diff --git a/www/py-django52/Makefile b/www/py-django52/Makefile index f12ef684bc94..b8d867122c76 100644 --- a/www/py-django52/Makefile +++ b/www/py-django52/Makefile @@ -1,5 +1,5 @@ PORTNAME= django -PORTVERSION= 5.2.3 +PORTVERSION= 5.2.4 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ diff --git a/www/py-django52/distinfo b/www/py-django52/distinfo index c15ee2cc7a66..7a54baf821b1 100644 --- a/www/py-django52/distinfo +++ b/www/py-django52/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749598233 -SHA256 (python/django-5.2.3.tar.gz) = 335213277666ab2c5cac44a792a6d2f3d58eb79a80c14b6b160cd4afc3b75684 -SIZE (python/django-5.2.3.tar.gz) = 10850303 +TIMESTAMP = 1751617145 +SHA256 (python/django-5.2.4.tar.gz) = a1228c384f8fa13eebc015196db7b3e08722c5058d4758d20cb287503a540d8f +SIZE (python/django-5.2.4.tar.gz) = 10831909 diff --git a/www/py-fastapi/Makefile b/www/py-fastapi/Makefile index f1c818061a5e..75b59c4e7a3d 100644 --- a/www/py-fastapi/Makefile +++ b/www/py-fastapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastapi -PORTVERSION= 0.115.12 +PORTVERSION= 0.115.14 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-fastapi/distinfo b/www/py-fastapi/distinfo index e86bce225edf..2a3ee397327d 100644 --- a/www/py-fastapi/distinfo +++ b/www/py-fastapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743470798 -SHA256 (fastapi-0.115.12.tar.gz) = 1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681 -SIZE (fastapi-0.115.12.tar.gz) = 295236 +TIMESTAMP = 1751328090 +SHA256 (fastapi-0.115.14.tar.gz) = b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739 +SIZE (fastapi-0.115.14.tar.gz) = 296263 diff --git a/www/py-granian/Makefile b/www/py-granian/Makefile index 507f37063849..64340e990760 100644 --- a/www/py-granian/Makefile +++ b/www/py-granian/Makefile @@ -1,5 +1,6 @@ PORTNAME= granian PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-jh2/Makefile b/www/py-jh2/Makefile index b3eedcd8b1a2..bf1c5fa4c7e2 100644 --- a/www/py-jh2/Makefile +++ b/www/py-jh2/Makefile @@ -1,6 +1,6 @@ PORTNAME= jh2 PORTVERSION= 5.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/jawah/h2/releases/download/v${PORTVERSION}/ diff --git a/www/py-multidict/Makefile b/www/py-multidict/Makefile index 5021a1d730b6..5022f5888285 100644 --- a/www/py-multidict/Makefile +++ b/www/py-multidict/Makefile @@ -1,5 +1,5 @@ PORTNAME= multidict -PORTVERSION= 6.6.2 +PORTVERSION= 6.6.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-multidict/distinfo b/www/py-multidict/distinfo index 39811fd5506c..38cea00c7948 100644 --- a/www/py-multidict/distinfo +++ b/www/py-multidict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751287244 -SHA256 (multidict-6.6.2.tar.gz) = c1e8b8b0523c0361a78ce9b99d9850c51cf25e1fa3c5686030ce75df6fdf2918 -SIZE (multidict-6.6.2.tar.gz) = 100939 +TIMESTAMP = 1751382286 +SHA256 (multidict-6.6.3.tar.gz) = 798a9eb12dab0a6c2e29c1de6f3468af5cb2da6053a20dfa3344907eed0937cc +SIZE (multidict-6.6.3.tar.gz) = 101006 diff --git a/www/py-nh3/Makefile b/www/py-nh3/Makefile index 459d0ee69bc0..4f7a3188c5ca 100644 --- a/www/py-nh3/Makefile +++ b/www/py-nh3/Makefile @@ -1,6 +1,6 @@ PORTNAME= nh3 DISTVERSION= 0.2.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile index 2007d97a8cc5..53da7ddaf12f 100644 --- a/www/py-notebook/Makefile +++ b/www/py-notebook/Makefile @@ -1,5 +1,5 @@ PORTNAME= notebook -PORTVERSION= 7.4.3 +PORTVERSION= 7.4.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.11:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.3<4.5:devel/py-jupyterlab@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.4<4.5:devel/py-jupyterlab@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=2.4.0<3:devel/py-jupyter-server@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.3<4.5:devel/py-jupyterlab@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.4<4.5:devel/py-jupyterlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyterlab-server>=2.27.1<3:devel/py-jupyterlab-server@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook-shim>=0.2<0.3:devel/py-notebook-shim@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=6.2.0:www/py-tornado@${PY_FLAVOR} diff --git a/www/py-notebook/distinfo b/www/py-notebook/distinfo index 3509ef453aca..4c539255fe24 100644 --- a/www/py-notebook/distinfo +++ b/www/py-notebook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748496023 -SHA256 (notebook-7.4.3.tar.gz) = a1567481cd3853f2610ee0ecf5dfa12bb508e878ee8f92152c134ef7f0568a76 -SIZE (notebook-7.4.3.tar.gz) = 13881668 +TIMESTAMP = 1751375131 +SHA256 (notebook-7.4.4.tar.gz) = 392fd501e266f2fb3466c6fcd3331163a2184968cb5c5accf90292e01dfe528c +SIZE (notebook-7.4.4.tar.gz) = 13883628 diff --git a/www/py-planet/Makefile b/www/py-planet/Makefile index eec7ee458e08..7438963a6717 100644 --- a/www/py-planet/Makefile +++ b/www/py-planet/Makefile @@ -1,5 +1,5 @@ PORTNAME= planet -PORTVERSION= 2.22.0 +PORTVERSION= 2.22.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-planet/distinfo b/www/py-planet/distinfo index fc101ada6dbd..6fd7b0a49479 100644 --- a/www/py-planet/distinfo +++ b/www/py-planet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188154 -SHA256 (planet-2.22.0.tar.gz) = 85850dff397c360c8d6d9d58271e52b95458d39e276354f8316e355c73785404 -SIZE (planet-2.22.0.tar.gz) = 3369616 +TIMESTAMP = 1751375071 +SHA256 (planet-2.22.1.tar.gz) = 706582bfb1fef4f9c5f4d0a421e9e3dea9e0c3e83ff492e4e88e26725361e316 +SIZE (planet-2.22.1.tar.gz) = 3369752 diff --git a/www/py-qh3/Makefile b/www/py-qh3/Makefile index 38a4dc010033..ca733378634e 100644 --- a/www/py-qh3/Makefile +++ b/www/py-qh3/Makefile @@ -1,7 +1,7 @@ PORTNAME= qh3 DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-wsaccel/Makefile b/www/py-wsaccel/Makefile index 28e828757c80..db46482c5598 100644 --- a/www/py-wsaccel/Makefile +++ b/www/py-wsaccel/Makefile @@ -13,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Upstream ceased development +EXPIRATION_DATE=2025-08-03 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} diff --git a/www/reddsaver/Makefile b/www/reddsaver/Makefile index a56178e11eba..d483f4206ef5 100644 --- a/www/reddsaver/Makefile +++ b/www/reddsaver/Makefile @@ -1,7 +1,7 @@ PORTNAME= reddsaver DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/rubygem-jwt/Makefile b/www/rubygem-jwt/Makefile index 1d2d959d073d..022d1375704f 100644 --- a/www/rubygem-jwt/Makefile +++ b/www/rubygem-jwt/Makefile @@ -1,5 +1,5 @@ PORTNAME= jwt -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.2 CATEGORIES= www devel rubygems MASTER_SITES= RG diff --git a/www/rubygem-jwt/distinfo b/www/rubygem-jwt/distinfo index 4fc7f6fe0293..1bbed754c916 100644 --- a/www/rubygem-jwt/distinfo +++ b/www/rubygem-jwt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735705263 -SHA256 (rubygem/jwt-2.10.1.gem) = e6424ae1d813f63e761a04d6284e10e7ec531d6f701917fadcd0d9b2deaf1cc5 -SIZE (rubygem/jwt-2.10.1.gem) = 54784 +TIMESTAMP = 1751375125 +SHA256 (rubygem/jwt-2.10.2.gem) = 31e1ee46f7359883d5e622446969fe9c118c3da87a0b1dca765ce269c3a0c4f4 +SIZE (rubygem/jwt-2.10.2.gem) = 54784 diff --git a/www/rubygem-selenium-webdriver/Makefile b/www/rubygem-selenium-webdriver/Makefile index 8403f265e154..0021bf929eee 100644 --- a/www/rubygem-selenium-webdriver/Makefile +++ b/www/rubygem-selenium-webdriver/Makefile @@ -1,5 +1,5 @@ PORTNAME= selenium-webdriver -PORTVERSION= 4.33.0 +PORTVERSION= 4.34.0 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-selenium-webdriver/distinfo b/www/rubygem-selenium-webdriver/distinfo index 9db9f87f2e96..83e4c7782c13 100644 --- a/www/rubygem-selenium-webdriver/distinfo +++ b/www/rubygem-selenium-webdriver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748496013 -SHA256 (rubygem/selenium-webdriver-4.33.0.gem) = 720cad35cb7c2fdd87706940ed107bf2ec6873e50fa45b26f497fa28a8f97e1d -SIZE (rubygem/selenium-webdriver-4.33.0.gem) = 8489472 +TIMESTAMP = 1751375127 +SHA256 (rubygem/selenium-webdriver-4.34.0.gem) = ec7bb718cbe66fe2b247d8ca5e6ba26caed0976d76579d7cb2fadd8dae8b271e +SIZE (rubygem/selenium-webdriver-4.34.0.gem) = 8504832 diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index bd674b2e5e41..046da52aa0de 100644 --- a/www/rustypaste-cli/Makefile +++ b/www/rustypaste-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste-cli DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile index 2bb690c63ac9..85660877a5ea 100644 --- a/www/rustypaste/Makefile +++ b/www/rustypaste/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= dtxdf@FreeBSD.org diff --git a/www/so/Makefile b/www/so/Makefile index 5dce86e8a1af..214f2f741674 100644 --- a/www/so/Makefile +++ b/www/so/Makefile @@ -1,7 +1,7 @@ PORTNAME= so DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= www MAINTAINER= sec.research.2005@gmail.com diff --git a/www/sqlpage/Makefile b/www/sqlpage/Makefile index d1d24ddbd50f..ae824ff2d7d1 100644 --- a/www/sqlpage/Makefile +++ b/www/sqlpage/Makefile @@ -1,6 +1,7 @@ PORTNAME= sqlpage DISTVERSIONPREFIX= v DISTVERSION= 0.35.2 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= https://cdn.jsdelivr.net/npm/:npm DISTFILES= ${NPM_DISTFILES} diff --git a/www/stork/Makefile b/www/stork/Makefile index 55da36cbea01..5b52336b2d56 100644 --- a/www/stork/Makefile +++ b/www/stork/Makefile @@ -1,7 +1,7 @@ PORTNAME= stork DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/tailwindcss3/Makefile b/www/tailwindcss3/Makefile new file mode 100644 index 000000000000..192585e27410 --- /dev/null +++ b/www/tailwindcss3/Makefile @@ -0,0 +1,56 @@ +PORTNAME= tailwindcss3 +DISTVERSION= 3.4.17 +CATEGORIES= www devel +MASTER_SITES= LOCAL/dch/${PORTNAME}/:npm +DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npm + +MAINTAINER= dch@FreeBSD.org +COMMENT= Utility-first CSS framework with npm dependencies +WWW= https://tailwindcss.com/ + +LICENSE= MIT + +BUILD_DEPENDS= npm:www/npm +USES= nodejs:run tar:txz + +CONFLICTS_INSTALL= tailwindcss* + +_DAISYUI_VER= 4.12.24 +_FORMS_VER= 0.5.10 +_POSTCSS_VER= 8.4.49 +_PREFIX_VER= 10.4.20 +_TAILWIND_VER= ${DISTVERSION} + +_NPM_CACHE= ${WRKDIR}/cache +_NPM_ARCHIVE= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX} + +do-extract: + @${MKDIR} ${WRKDIR}/cache + ${TAR} -xf ${DISTDIR}/${_NPM_ARCHIVE} -C ${_NPM_CACHE} + +do-build: +# because nodejs is fiddly we can't build & then install +.if !defined(MAINTAINER_MODE) + ${ECHO_CMD} offline=true > ${WRKDIR}/.npmrc +.endif + +do-install: + (cd ${WRKDIR} && \ + ${SETENV} HOME=${WRKDIR} npm install --global --no-audit \ + --no-fund --no-prune --cache ${_NPM_CACHE} --prefer-offline \ + --prefix=${STAGEDIR}${PREFIX} autoprefixer@${_PREFIX_VER} \ + tailwindcss@${_TAILWIND_VER} postcss@${_POSTCSS_VER} \ + @tailwindcss/forms@${_FORMS_VER} daisyui@${_DAISYUI_VER}) +# remove files already present in node, npm, or yarn packages +.for m in corepack npm + ${RM} -rf ${STAGEDIR}${PREFIX}/lib/node_modules/${m} +.endfor + +_tarball: do-install + ${TAR} -caf ${DISTDIR}/${_NPM_ARCHIVE} -C ${_NPM_CACHE} _cacache + ${CHMOD} 644 ${DISTDIR}/${_NPM_ARCHIVE} + @${ECHO_MSG} Ready to upload tarball to freefall distfiles directory: + @${ECHO_MSG} ${DISTDIR}/${_NPM_ARCHIVE} + @${ECHO_MSG} scp ${DISTDIR}/${_NPM_ARCHIVE} dch@freefall.freebsd.org:public_distfiles/${PORTNAME}/ + +.include diff --git a/www/tailwindcss3/distinfo b/www/tailwindcss3/distinfo new file mode 100644 index 000000000000..a9a702f5217a --- /dev/null +++ b/www/tailwindcss3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750621670 +SHA256 (tailwindcss3-npm-cache-3.4.17.txz) = 5c0f07872e243f9327b1ca2ac9aae20338e7a31e3f3579ee112e91501c27d87b +SIZE (tailwindcss3-npm-cache-3.4.17.txz) = 13390340 diff --git a/www/tailwindcss3/pkg-descr b/www/tailwindcss3/pkg-descr new file mode 100644 index 000000000000..fc8ac873069e --- /dev/null +++ b/www/tailwindcss3/pkg-descr @@ -0,0 +1,10 @@ +Tailwind CSS is a utility-first CSS framework for rapidly building custom +user interfaces. This port comprises Tailwind CSS along with commonly used +related packages via npm: + +- tailwindcss: the core framework +- postcss: optimise resulting CSS +- @tailwindcss/forms: official CSS forms plugin +- daisyui: component library + +The packages are installed globally and can be used from the command line. diff --git a/www/tailwindcss3/pkg-plist b/www/tailwindcss3/pkg-plist new file mode 100644 index 000000000000..eb99a02a3abf --- /dev/null +++ b/www/tailwindcss3/pkg-plist @@ -0,0 +1,3190 @@ +bin/autoprefixer +bin/tailwindcss +bin/tailwind +lib/node_modules/@tailwindcss/forms/.github/ISSUE_TEMPLATE/1.bug_report.yml +lib/node_modules/@tailwindcss/forms/.github/ISSUE_TEMPLATE/config.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/prepare-release.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/release-insiders.yml +lib/node_modules/@tailwindcss/forms/.github/workflows/release.yml +lib/node_modules/@tailwindcss/forms/CHANGELOG.md +lib/node_modules/@tailwindcss/forms/LICENSE +lib/node_modules/@tailwindcss/forms/README.md +lib/node_modules/@tailwindcss/forms/index.html +lib/node_modules/@tailwindcss/forms/kitchen-sink.html +lib/node_modules/@tailwindcss/forms/node_modules/.bin/mini-svg-data-uri +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/LICENSE +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/README.md +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/cli.js +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.d.ts +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.js +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/index.test-d.ts +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/package.json +lib/node_modules/@tailwindcss/forms/node_modules/mini-svg-data-uri/shorter-css-color-names.js +lib/node_modules/@tailwindcss/forms/package.json +lib/node_modules/@tailwindcss/forms/scripts/release-channel.js +lib/node_modules/@tailwindcss/forms/scripts/release-notes.js +lib/node_modules/@tailwindcss/forms/src/index.d.ts +lib/node_modules/@tailwindcss/forms/src/index.js +lib/node_modules/@tailwindcss/forms/tailwind.config.js +lib/node_modules/autoprefixer/LICENSE +lib/node_modules/autoprefixer/README.md +lib/node_modules/autoprefixer/bin/autoprefixer +lib/node_modules/autoprefixer/data/prefixes.js +lib/node_modules/autoprefixer/lib/at-rule.js +lib/node_modules/autoprefixer/lib/autoprefixer.d.ts +lib/node_modules/autoprefixer/lib/autoprefixer.js +lib/node_modules/autoprefixer/lib/brackets.js +lib/node_modules/autoprefixer/lib/browsers.js +lib/node_modules/autoprefixer/lib/declaration.js +lib/node_modules/autoprefixer/lib/hacks/align-content.js +lib/node_modules/autoprefixer/lib/hacks/align-items.js +lib/node_modules/autoprefixer/lib/hacks/align-self.js +lib/node_modules/autoprefixer/lib/hacks/animation.js +lib/node_modules/autoprefixer/lib/hacks/appearance.js +lib/node_modules/autoprefixer/lib/hacks/autofill.js +lib/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +lib/node_modules/autoprefixer/lib/hacks/background-clip.js +lib/node_modules/autoprefixer/lib/hacks/background-size.js +lib/node_modules/autoprefixer/lib/hacks/block-logical.js +lib/node_modules/autoprefixer/lib/hacks/border-image.js +lib/node_modules/autoprefixer/lib/hacks/border-radius.js +lib/node_modules/autoprefixer/lib/hacks/break-props.js +lib/node_modules/autoprefixer/lib/hacks/cross-fade.js +lib/node_modules/autoprefixer/lib/hacks/display-flex.js +lib/node_modules/autoprefixer/lib/hacks/display-grid.js +lib/node_modules/autoprefixer/lib/hacks/file-selector-button.js +lib/node_modules/autoprefixer/lib/hacks/filter-value.js +lib/node_modules/autoprefixer/lib/hacks/filter.js +lib/node_modules/autoprefixer/lib/hacks/flex-basis.js +lib/node_modules/autoprefixer/lib/hacks/flex-direction.js +lib/node_modules/autoprefixer/lib/hacks/flex-flow.js +lib/node_modules/autoprefixer/lib/hacks/flex-grow.js +lib/node_modules/autoprefixer/lib/hacks/flex-shrink.js +lib/node_modules/autoprefixer/lib/hacks/flex-spec.js +lib/node_modules/autoprefixer/lib/hacks/flex-wrap.js +lib/node_modules/autoprefixer/lib/hacks/flex.js +lib/node_modules/autoprefixer/lib/hacks/fullscreen.js +lib/node_modules/autoprefixer/lib/hacks/gradient.js +lib/node_modules/autoprefixer/lib/hacks/grid-area.js +lib/node_modules/autoprefixer/lib/hacks/grid-column-align.js +lib/node_modules/autoprefixer/lib/hacks/grid-end.js +lib/node_modules/autoprefixer/lib/hacks/grid-row-align.js +lib/node_modules/autoprefixer/lib/hacks/grid-row-column.js +lib/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +lib/node_modules/autoprefixer/lib/hacks/grid-start.js +lib/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +lib/node_modules/autoprefixer/lib/hacks/grid-template.js +lib/node_modules/autoprefixer/lib/hacks/grid-utils.js +lib/node_modules/autoprefixer/lib/hacks/image-rendering.js +lib/node_modules/autoprefixer/lib/hacks/image-set.js +lib/node_modules/autoprefixer/lib/hacks/inline-logical.js +lib/node_modules/autoprefixer/lib/hacks/intrinsic.js +lib/node_modules/autoprefixer/lib/hacks/justify-content.js +lib/node_modules/autoprefixer/lib/hacks/mask-border.js +lib/node_modules/autoprefixer/lib/hacks/mask-composite.js +lib/node_modules/autoprefixer/lib/hacks/order.js +lib/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +lib/node_modules/autoprefixer/lib/hacks/pixelated.js +lib/node_modules/autoprefixer/lib/hacks/place-self.js +lib/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +lib/node_modules/autoprefixer/lib/hacks/placeholder.js +lib/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +lib/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +lib/node_modules/autoprefixer/lib/hacks/text-decoration.js +lib/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +lib/node_modules/autoprefixer/lib/hacks/transform-decl.js +lib/node_modules/autoprefixer/lib/hacks/user-select.js +lib/node_modules/autoprefixer/lib/hacks/writing-mode.js +lib/node_modules/autoprefixer/lib/info.js +lib/node_modules/autoprefixer/lib/old-selector.js +lib/node_modules/autoprefixer/lib/old-value.js +lib/node_modules/autoprefixer/lib/prefixer.js +lib/node_modules/autoprefixer/lib/prefixes.js +lib/node_modules/autoprefixer/lib/processor.js +lib/node_modules/autoprefixer/lib/resolution.js +lib/node_modules/autoprefixer/lib/selector.js +lib/node_modules/autoprefixer/lib/supports.js +lib/node_modules/autoprefixer/lib/transition.js +lib/node_modules/autoprefixer/lib/utils.js +lib/node_modules/autoprefixer/lib/value.js +lib/node_modules/autoprefixer/lib/vendor.js +lib/node_modules/autoprefixer/node_modules/.bin/browserslist +lib/node_modules/autoprefixer/node_modules/.bin/update-browserslist-db +lib/node_modules/autoprefixer/node_modules/browserslist/LICENSE +lib/node_modules/autoprefixer/node_modules/browserslist/README.md +lib/node_modules/autoprefixer/node_modules/browserslist/browser.js +lib/node_modules/autoprefixer/node_modules/browserslist/cli.js +lib/node_modules/autoprefixer/node_modules/browserslist/error.d.ts +lib/node_modules/autoprefixer/node_modules/browserslist/error.js +lib/node_modules/autoprefixer/node_modules/browserslist/index.d.ts +lib/node_modules/autoprefixer/node_modules/browserslist/index.js +lib/node_modules/autoprefixer/node_modules/browserslist/node.js +lib/node_modules/autoprefixer/node_modules/browserslist/package.json +lib/node_modules/autoprefixer/node_modules/browserslist/parse.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/LICENSE +lib/node_modules/autoprefixer/node_modules/caniuse-lite/README.md +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/agents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/browserVersions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/browsers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/aac.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/abortcontroller.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ac3-ec3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/accelerometer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/addeventlistener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ambient-light.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/apng.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-find-index.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-find.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-flat.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/array-includes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/arrow-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/asmjs.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/async-clipboard.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/async-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/atob-btoa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audio-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audio.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/audiotracks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/autofocus.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/auxclick.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/av1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/avif.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-attachment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-clip-text.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-img-opts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-position-x-y.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/background-sync.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/battery-status.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/beacon.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/beforeafterprint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/bigint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/blobbuilder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/bloburls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/border-image.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/border-radius.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/broadcastchannel.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/brotli.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/calc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas-blending.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas-text.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/canvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ch-unit.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/channel-messaging.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/childnode-remove.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/classlist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/clipboard.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/colr-v1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/colr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/comparedocumentposition.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/console-basic.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/console-time.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/const.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/constraint-validation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contenteditable.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cookie-store-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/createimagebitmap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/credential-management.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/cryptography.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-all.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-any-link.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-appearance.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-at-counter-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-autofill.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-background-offsets.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-boxshadow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-canvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-caret-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cascade-layers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cascade-scope.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-case-insensitive.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-clip-path.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-color-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-color-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-conic-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-queries-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-queries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-container-query-units.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-containment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-content-visibility.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-counters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-crisp-edges.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-cross-fade.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-default-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-display-contents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-element-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-env-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-exclusions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-featurequeries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-file-selector-button.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-filter-function.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-filters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-first-letter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-first-line.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-fixed.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-focus-visible.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-focus-within.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-palette.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-font-stretch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-gencontent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-grid-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-grid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-has.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-hyphens.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-image-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-image-set.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-initial-letter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-initial-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-lch-lab.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-letter-spacing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-line-clamp.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-logical-props.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-masks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-math-functions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-interaction.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-resolution.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-media-scripting.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-mediaqueries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-mixblendmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-module-scripts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-motion-paths.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-namespaces.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-nesting.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-not-sel-list.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-nth-child-of.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-opacity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overflow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-page-break.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-paged-media.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-paint-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-placeholder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-read-only-write.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-reflections.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-regions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-relative-colors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-resize.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-revert-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-scrollbar.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sel2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sel3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-selection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-shapes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-snappoints.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-sticky.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-subgrid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-supports-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-table.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-align-last.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-box-trim.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-indent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-justify.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-spacing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-textshadow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-touch-action.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-unset-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-variables.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-when-else.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-widows-orphans.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-width-stretch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-writing-mode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css-zoom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-boxsizing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-colors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-cursors.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/css3-tabsize.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/currentcolor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/custom-elements.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/custom-elementsv1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/customevent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/datalist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dataset.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/datauri.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/decorators.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/details.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/deviceorientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/devicepixelratio.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dialog.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dispatchevent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dnssec.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/do-not-track.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-currentscript.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-execcommand.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/document-scrollingelement.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/documenthead.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dom-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/domcontentloaded.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dommatrix.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/download.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/dragndrop.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-closest.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-from-point.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/element-scroll-methods.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eme.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eot.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es5.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-class.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-generators.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-module.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-number.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6-string-includes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/es6.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/eventsource.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/extended-system-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/feature-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fieldset-disabled.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fileapi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filereader.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filereadersync.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/filesystem.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flac.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flexbox-gap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flexbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/flow-root.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-family-system-ui.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-feature.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-kerning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-loading.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-size-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-smooth.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-unicode-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-variant-alternates.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/font-variant-numeric.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fontface.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-submit-attributes.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/form-validation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/forms.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/fullscreen.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/gamepad.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/geolocation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getboundingclientrect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getcomputedstyle.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/getrandomvalues.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/gyroscope.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hashchange.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/heif.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hevc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/hidden.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/high-resolution-time.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/history.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/html-media-capture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/html5semantic.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http-live-streaming.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/http3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-sandbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-seamless.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/imagecapture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ime.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/import-maps.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/imports.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indexeddb.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/indexeddb2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/inline-block.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/innertext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-datetime.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-email-tel-url.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-event.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-accept.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-directory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-file-multiple.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-inputmode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-minlength.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-number.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-pattern.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-placeholder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-range.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-search.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/input-selection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/insert-adjacent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/internationalization.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intersectionobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intl-pluralrules.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/intrinsic-width.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpeg2000.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpegxl.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/jpegxr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/json.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-code.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-key.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-location.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/keyboardevent-which.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/lazyload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/let.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-icon-png.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-icon-svg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-preload.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/link-rel-prerender.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/localecompare.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/magnetometer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/matchesselector.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/matchmedia.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mathml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/maxlength.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/media-fragments.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediarecorder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mediasource.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/menu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/meta-theme-color.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/meter.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/midi.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/minmaxwh.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mp3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mpeg-dash.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mpeg4.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/multibackgrounds.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/multicolumn.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mutation-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/mutationobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/namevalue-storage.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/native-filesystem-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/nav-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/netinfo.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/notifications.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-entries.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-fit.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-observe.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/object-values.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/objectrtc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/offline-apps.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/offscreencanvas.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ogg-vorbis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ogv.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ol-reversed.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/once-event-listener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/online-status.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/opus.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/orientation-sensor.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/outline.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pad-start-end.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/page-transition-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pagevisibility.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passive-event-listener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passkeys.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/passwordrules.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/path2d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/payment-request.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pdf-viewer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/permissions-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/permissions-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/picture-in-picture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/picture.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ping.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/png-alpha.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointer-events.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/pointerlock.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/portals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/progress.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/promise-finally.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/promises.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/proximity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/proxy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/publickeypinning.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/push-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/queryselector.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/readonly-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/referrer-policy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rel-noopener.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rel-noreferrer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rellist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rem.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/requestanimationframe.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/requestidlecallback.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/resizeobserver.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/resource-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rest-parameters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ruby.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/run-in.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/screen-orientation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/script-async.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/script-defer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/scrollintoview.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sdch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/selection-api.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/selectlist.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/server-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/serviceworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/setimmediate.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/shadowdom.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/shadowdomv1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sharedworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sni.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/spdy.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/speech-recognition.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/speech-synthesis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sql-storage.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/srcset.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/stream.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/streams.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/style-scoped.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/subresource-bundling.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/subresource-integrity.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-css.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-filters.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-fragment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-html.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-html5.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-img.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg-smil.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/svg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/sxg.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tabindex-attr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/template-literals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/template.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/temporal.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/testfeat.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-decoration.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-emphasis.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-overflow.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-size-adjust.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/text-stroke.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/textcontent.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/textencoder.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-1.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/tls1-3.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/touch.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/transforms2d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/transforms3d.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/trusted-types.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/ttf.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/typedarrays.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/u2f.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/unhandledrejection.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/url.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/urlsearchparams.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/use-strict.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/user-select-none.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/user-timing.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/variable-fonts.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/vector-effect.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/vibration.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/video.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/videotracks.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/view-transitions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/viewport-units.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wai-aria.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wake-lock.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-bigint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-extended-const.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-gc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-multi-value.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-reference-types.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-signext.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-simd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm-threads.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wasm.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wav.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wbr-element.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-animation.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-app-manifest.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-bluetooth.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-serial.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/web-share.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webauthn.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webcodecs.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgl.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgl2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webgpu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webhid.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webkit-user-drag.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webm.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webnfc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webp.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/websockets.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webtransport.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webusb.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webvr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webvtt.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webworkers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/webxr.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/will-change.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/woff.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/woff2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/word-break.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/wordwrap.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/x-doc-messaging.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/x-frame-options.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhr2.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhtml.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xhtmlsmil.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/xml-serializer.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/features/zstd.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/AZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/BZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/CZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/DZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/EG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ER.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ES.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ET.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/FR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/GY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/HU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ID.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/IT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/JP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/KZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/LY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ME.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ML.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MQ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MX.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/MZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NP.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/NZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/OM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/PY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/QA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/RW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SB.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SK.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ST.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/SZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TD.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TH.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TJ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TL.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TO.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TR.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TV.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/TZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/US.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UY.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/UZ.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VC.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VG.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VI.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VN.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/VU.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/WF.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/WS.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/YE.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/YT.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZA.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZM.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/ZW.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-af.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-an.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-as.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-eu.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-na.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-oc.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-sa.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/data/regions/alt-ww.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/lib/statuses.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/lib/supported.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/agents.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/browsers.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/feature.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/features.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/index.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/dist/unpacker/region.js +lib/node_modules/autoprefixer/node_modules/caniuse-lite/package.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/LICENSE +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/README.md +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/chromium-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/chromium-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-chromium-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-chromium-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/full-versions.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/index.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/package.json +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/versions.js +lib/node_modules/autoprefixer/node_modules/electron-to-chromium/versions.json +lib/node_modules/autoprefixer/node_modules/escalade/dist/index.js +lib/node_modules/autoprefixer/node_modules/escalade/dist/index.mjs +lib/node_modules/autoprefixer/node_modules/escalade/index.d.mts +lib/node_modules/autoprefixer/node_modules/escalade/index.d.ts +lib/node_modules/autoprefixer/node_modules/escalade/license +lib/node_modules/autoprefixer/node_modules/escalade/package.json +lib/node_modules/autoprefixer/node_modules/escalade/readme.md +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.d.mts +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.d.ts +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.js +lib/node_modules/autoprefixer/node_modules/escalade/sync/index.mjs +lib/node_modules/autoprefixer/node_modules/fraction.js/LICENSE +lib/node_modules/autoprefixer/node_modules/fraction.js/README.md +lib/node_modules/autoprefixer/node_modules/fraction.js/bigfraction.js +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.cjs +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.d.ts +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.js +lib/node_modules/autoprefixer/node_modules/fraction.js/fraction.min.js +lib/node_modules/autoprefixer/node_modules/fraction.js/package.json +lib/node_modules/autoprefixer/node_modules/node-releases/LICENSE +lib/node_modules/autoprefixer/node_modules/node-releases/README.md +lib/node_modules/autoprefixer/node_modules/node-releases/data/processed/envs.json +lib/node_modules/autoprefixer/node_modules/node-releases/data/release-schedule/release-schedule.json +lib/node_modules/autoprefixer/node_modules/node-releases/package.json +lib/node_modules/autoprefixer/node_modules/normalize-range/index.js +lib/node_modules/autoprefixer/node_modules/normalize-range/license +lib/node_modules/autoprefixer/node_modules/normalize-range/package.json +lib/node_modules/autoprefixer/node_modules/normalize-range/readme.md +lib/node_modules/autoprefixer/node_modules/picocolors/LICENSE +lib/node_modules/autoprefixer/node_modules/picocolors/README.md +lib/node_modules/autoprefixer/node_modules/picocolors/package.json +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.browser.js +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.d.ts +lib/node_modules/autoprefixer/node_modules/picocolors/picocolors.js +lib/node_modules/autoprefixer/node_modules/picocolors/types.d.ts +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/LICENSE +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/README.md +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/index.d.ts +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/index.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/parse.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/stringify.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/unit.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/lib/walk.js +lib/node_modules/autoprefixer/node_modules/postcss-value-parser/package.json +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/LICENSE +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/README.md +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/check-npm-version.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/cli.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/index.d.ts +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/index.js +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/package.json +lib/node_modules/autoprefixer/node_modules/update-browserslist-db/utils.js +lib/node_modules/autoprefixer/package.json +lib/node_modules/daisyui/LICENSE +lib/node_modules/daisyui/README.md +lib/node_modules/daisyui/dist/base.js +lib/node_modules/daisyui/dist/full.css +lib/node_modules/daisyui/dist/styled.css +lib/node_modules/daisyui/dist/styled.js +lib/node_modules/daisyui/dist/themes.css +lib/node_modules/daisyui/dist/unstyled.css +lib/node_modules/daisyui/dist/unstyled.js +lib/node_modules/daisyui/dist/utilities-styled.js +lib/node_modules/daisyui/dist/utilities-unstyled.js +lib/node_modules/daisyui/dist/utilities.js +lib/node_modules/daisyui/node_modules/.bin/cssesc +lib/node_modules/daisyui/node_modules/camelcase-css/README.md +lib/node_modules/daisyui/node_modules/camelcase-css/index-es5.js +lib/node_modules/daisyui/node_modules/camelcase-css/index.js +lib/node_modules/daisyui/node_modules/camelcase-css/license +lib/node_modules/daisyui/node_modules/camelcase-css/package.json +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/LICENSE +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/README.md +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/index.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/parse.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/parseValues.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/stringify.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/stringifyValues.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/lib/uni-regexp.js +lib/node_modules/daisyui/node_modules/css-selector-tokenizer/package.json +lib/node_modules/daisyui/node_modules/cssesc/LICENSE-MIT.txt +lib/node_modules/daisyui/node_modules/cssesc/README.md +lib/node_modules/daisyui/node_modules/cssesc/bin/cssesc +lib/node_modules/daisyui/node_modules/cssesc/cssesc.js +lib/node_modules/daisyui/node_modules/cssesc/man/cssesc.1 +lib/node_modules/daisyui/node_modules/cssesc/package.json +lib/node_modules/daisyui/node_modules/culori/LICENSE +lib/node_modules/daisyui/node_modules/culori/README.md +lib/node_modules/daisyui/node_modules/culori/bundled/culori.cjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.cjs.map +lib/node_modules/daisyui/node_modules/culori/bundled/culori.js +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.cjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.js +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.mjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.min.mjs.map +lib/node_modules/daisyui/node_modules/culori/bundled/culori.mjs +lib/node_modules/daisyui/node_modules/culori/bundled/culori.umd.js +lib/node_modules/daisyui/node_modules/culori/bundled/meta.json +lib/node_modules/daisyui/node_modules/culori/package.json +lib/node_modules/daisyui/node_modules/culori/src/_prepare.js +lib/node_modules/daisyui/node_modules/culori/src/a98/convertA98ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/a98/convertXyz65ToA98.js +lib/node_modules/daisyui/node_modules/culori/src/a98/definition.js +lib/node_modules/daisyui/node_modules/culori/src/average.js +lib/node_modules/daisyui/node_modules/culori/src/blend.js +lib/node_modules/daisyui/node_modules/culori/src/bootstrap/all.js +lib/node_modules/daisyui/node_modules/culori/src/bootstrap/css.js +lib/node_modules/daisyui/node_modules/culori/src/clamp.js +lib/node_modules/daisyui/node_modules/culori/src/colors/named.js +lib/node_modules/daisyui/node_modules/culori/src/constants.js +lib/node_modules/daisyui/node_modules/culori/src/converter.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/constants.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/convertCubehelixToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/convertRgbToCubehelix.js +lib/node_modules/daisyui/node_modules/culori/src/cubehelix/definition.js +lib/node_modules/daisyui/node_modules/culori/src/deficiency.js +lib/node_modules/daisyui/node_modules/culori/src/difference.js +lib/node_modules/daisyui/node_modules/culori/src/dlab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/constants.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/convertDlchToLab65.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/convertLab65ToDlch.js +lib/node_modules/daisyui/node_modules/culori/src/dlch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/easing/gamma.js +lib/node_modules/daisyui/node_modules/culori/src/easing/inOutSine.js +lib/node_modules/daisyui/node_modules/culori/src/easing/midpoint.js +lib/node_modules/daisyui/node_modules/culori/src/easing/smootherstep.js +lib/node_modules/daisyui/node_modules/culori/src/easing/smoothstep.js +lib/node_modules/daisyui/node_modules/culori/src/filter.js +lib/node_modules/daisyui/node_modules/culori/src/fixup/alpha.js +lib/node_modules/daisyui/node_modules/culori/src/fixup/hue.js +lib/node_modules/daisyui/node_modules/culori/src/formatter.js +lib/node_modules/daisyui/node_modules/culori/src/hsi/convertHsiToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hsi/convertRgbToHsi.js +lib/node_modules/daisyui/node_modules/culori/src/hsi/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/convertHslToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/convertRgbToHsl.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/parseHsl.js +lib/node_modules/daisyui/node_modules/culori/src/hsl/parseHslLegacy.js +lib/node_modules/daisyui/node_modules/culori/src/hsv/convertHsvToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hsv/convertRgbToHsv.js +lib/node_modules/daisyui/node_modules/culori/src/hsv/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/convertHwbToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/convertRgbToHwb.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/hwb/parseHwb.js +lib/node_modules/daisyui/node_modules/culori/src/index-fn.js +lib/node_modules/daisyui/node_modules/culori/src/index.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/interpolate.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/lerp.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/linear.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/piecewise.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/splineBasis.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/splineMonotone.js +lib/node_modules/daisyui/node_modules/culori/src/interpolate/splineNatural.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertJabToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertJabToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertRgbToJab.js +lib/node_modules/daisyui/node_modules/culori/src/jab/convertXyz65ToJab.js +lib/node_modules/daisyui/node_modules/culori/src/jab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/jch/convertJabToJch.js +lib/node_modules/daisyui/node_modules/culori/src/jch/convertJchToJab.js +lib/node_modules/daisyui/node_modules/culori/src/jch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertLabToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertLabToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertRgbToLab.js +lib/node_modules/daisyui/node_modules/culori/src/lab/convertXyz50ToLab.js +lib/node_modules/daisyui/node_modules/culori/src/lab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lab/parseLab.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertLab65ToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertLab65ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertRgbToLab65.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/convertXyz65ToLab65.js +lib/node_modules/daisyui/node_modules/culori/src/lab65/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lch/convertLabToLch.js +lib/node_modules/daisyui/node_modules/culori/src/lch/convertLchToLab.js +lib/node_modules/daisyui/node_modules/culori/src/lch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lch/parseLch.js +lib/node_modules/daisyui/node_modules/culori/src/lch65/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lchuv/convertLchuvToLuv.js +lib/node_modules/daisyui/node_modules/culori/src/lchuv/convertLuvToLchuv.js +lib/node_modules/daisyui/node_modules/culori/src/lchuv/definition.js +lib/node_modules/daisyui/node_modules/culori/src/lrgb/convertLrgbToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/lrgb/convertRgbToLrgb.js +lib/node_modules/daisyui/node_modules/culori/src/lrgb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/luv/convertLuvToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/luv/convertXyz50ToLuv.js +lib/node_modules/daisyui/node_modules/culori/src/luv/definition.js +lib/node_modules/daisyui/node_modules/culori/src/map.js +lib/node_modules/daisyui/node_modules/culori/src/modes.js +lib/node_modules/daisyui/node_modules/culori/src/nearest.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/LICENSE +lib/node_modules/daisyui/node_modules/culori/src/okhsl/convertOkhslToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/convertOklabToOkhsl.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/helpers.js +lib/node_modules/daisyui/node_modules/culori/src/okhsl/modeOkhsl.js +lib/node_modules/daisyui/node_modules/culori/src/okhsv/convertOkhsvToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/okhsv/convertOklabToOkhsv.js +lib/node_modules/daisyui/node_modules/culori/src/okhsv/modeOkhsv.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertLrgbToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertOklabToLrgb.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertOklabToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/convertRgbToOklab.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/definition.js +lib/node_modules/daisyui/node_modules/culori/src/oklab/parseOklab.js +lib/node_modules/daisyui/node_modules/culori/src/oklch/definition.js +lib/node_modules/daisyui/node_modules/culori/src/oklch/parseOklch.js +lib/node_modules/daisyui/node_modules/culori/src/p3/convertP3ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/p3/convertXyz65ToP3.js +lib/node_modules/daisyui/node_modules/culori/src/p3/definition.js +lib/node_modules/daisyui/node_modules/culori/src/parse.js +lib/node_modules/daisyui/node_modules/culori/src/prophoto/convertProphotoToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/prophoto/convertXyz50ToProphoto.js +lib/node_modules/daisyui/node_modules/culori/src/prophoto/definition.js +lib/node_modules/daisyui/node_modules/culori/src/random.js +lib/node_modules/daisyui/node_modules/culori/src/rec2020/convertRec2020ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/rec2020/convertXyz65ToRec2020.js +lib/node_modules/daisyui/node_modules/culori/src/rec2020/definition.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseHex.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseNamed.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseNumber.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseRgb.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseRgbLegacy.js +lib/node_modules/daisyui/node_modules/culori/src/rgb/parseTransparent.js +lib/node_modules/daisyui/node_modules/culori/src/round.js +lib/node_modules/daisyui/node_modules/culori/src/samples.js +lib/node_modules/daisyui/node_modules/culori/src/util/hue.js +lib/node_modules/daisyui/node_modules/culori/src/util/normalizeHue.js +lib/node_modules/daisyui/node_modules/culori/src/util/normalizePositions.js +lib/node_modules/daisyui/node_modules/culori/src/util/regex.js +lib/node_modules/daisyui/node_modules/culori/src/wcag.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/constants.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/convertRgbToXyb.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/convertXybToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/xyb/definition.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/constants.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/convertRgbToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/convertXyz50ToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/xyz50/definition.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/constants.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertRgbToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertXyz50ToXyz65.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertXyz65ToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/convertXyz65ToXyz50.js +lib/node_modules/daisyui/node_modules/culori/src/xyz65/definition.js +lib/node_modules/daisyui/node_modules/culori/src/yiq/convertRgbToYiq.js +lib/node_modules/daisyui/node_modules/culori/src/yiq/convertYiqToRgb.js +lib/node_modules/daisyui/node_modules/culori/src/yiq/definition.js +lib/node_modules/daisyui/node_modules/fastparse/LICENSE +lib/node_modules/daisyui/node_modules/fastparse/README.md +lib/node_modules/daisyui/node_modules/fastparse/lib/Parser.js +lib/node_modules/daisyui/node_modules/fastparse/package.json +lib/node_modules/daisyui/node_modules/picocolors/LICENSE +lib/node_modules/daisyui/node_modules/picocolors/README.md +lib/node_modules/daisyui/node_modules/picocolors/package.json +lib/node_modules/daisyui/node_modules/picocolors/picocolors.browser.js +lib/node_modules/daisyui/node_modules/picocolors/picocolors.d.ts +lib/node_modules/daisyui/node_modules/picocolors/picocolors.js +lib/node_modules/daisyui/node_modules/picocolors/types.d.ts +lib/node_modules/daisyui/node_modules/postcss-js/LICENSE +lib/node_modules/daisyui/node_modules/postcss-js/README.md +lib/node_modules/daisyui/node_modules/postcss-js/async.js +lib/node_modules/daisyui/node_modules/postcss-js/index.js +lib/node_modules/daisyui/node_modules/postcss-js/index.mjs +lib/node_modules/daisyui/node_modules/postcss-js/objectifier.js +lib/node_modules/daisyui/node_modules/postcss-js/package.json +lib/node_modules/daisyui/node_modules/postcss-js/parser.js +lib/node_modules/daisyui/node_modules/postcss-js/process-result.js +lib/node_modules/daisyui/node_modules/postcss-js/sync.js +lib/node_modules/daisyui/package.json +lib/node_modules/daisyui/src/index.d.ts +lib/node_modules/daisyui/src/index.js +lib/node_modules/daisyui/src/lib/addPrefix.js +lib/node_modules/daisyui/src/lib/createPlugin.js +lib/node_modules/daisyui/src/lib/responsiveRegex.js +lib/node_modules/daisyui/src/lib/utility-classes.js +lib/node_modules/daisyui/src/theming/colorNames.js +lib/node_modules/daisyui/src/theming/functions.js +lib/node_modules/daisyui/src/theming/index.js +lib/node_modules/daisyui/src/theming/themeDefaults.js +lib/node_modules/daisyui/src/theming/themes.d.ts +lib/node_modules/daisyui/src/theming/themes.js +lib/node_modules/postcss/LICENSE +lib/node_modules/postcss/README.md +lib/node_modules/postcss/lib/at-rule.d.ts +lib/node_modules/postcss/lib/at-rule.js +lib/node_modules/postcss/lib/comment.d.ts +lib/node_modules/postcss/lib/comment.js +lib/node_modules/postcss/lib/container.d.ts +lib/node_modules/postcss/lib/container.js +lib/node_modules/postcss/lib/css-syntax-error.d.ts +lib/node_modules/postcss/lib/css-syntax-error.js +lib/node_modules/postcss/lib/declaration.d.ts +lib/node_modules/postcss/lib/declaration.js +lib/node_modules/postcss/lib/document.d.ts +lib/node_modules/postcss/lib/document.js +lib/node_modules/postcss/lib/fromJSON.d.ts +lib/node_modules/postcss/lib/fromJSON.js +lib/node_modules/postcss/lib/input.d.ts +lib/node_modules/postcss/lib/input.js +lib/node_modules/postcss/lib/lazy-result.d.ts +lib/node_modules/postcss/lib/lazy-result.js +lib/node_modules/postcss/lib/list.d.ts +lib/node_modules/postcss/lib/list.js +lib/node_modules/postcss/lib/map-generator.js +lib/node_modules/postcss/lib/no-work-result.d.ts +lib/node_modules/postcss/lib/no-work-result.js +lib/node_modules/postcss/lib/node.d.ts +lib/node_modules/postcss/lib/node.js +lib/node_modules/postcss/lib/parse.d.ts +lib/node_modules/postcss/lib/parse.js +lib/node_modules/postcss/lib/parser.js +lib/node_modules/postcss/lib/postcss.d.mts +lib/node_modules/postcss/lib/postcss.d.ts +lib/node_modules/postcss/lib/postcss.js +lib/node_modules/postcss/lib/postcss.mjs +lib/node_modules/postcss/lib/previous-map.d.ts +lib/node_modules/postcss/lib/previous-map.js +lib/node_modules/postcss/lib/processor.d.ts +lib/node_modules/postcss/lib/processor.js +lib/node_modules/postcss/lib/result.d.ts +lib/node_modules/postcss/lib/result.js +lib/node_modules/postcss/lib/root.d.ts +lib/node_modules/postcss/lib/root.js +lib/node_modules/postcss/lib/rule.d.ts +lib/node_modules/postcss/lib/rule.js +lib/node_modules/postcss/lib/stringifier.d.ts +lib/node_modules/postcss/lib/stringifier.js +lib/node_modules/postcss/lib/stringify.d.ts +lib/node_modules/postcss/lib/stringify.js +lib/node_modules/postcss/lib/symbols.js +lib/node_modules/postcss/lib/terminal-highlight.js +lib/node_modules/postcss/lib/tokenize.js +lib/node_modules/postcss/lib/warn-once.js +lib/node_modules/postcss/lib/warning.d.ts +lib/node_modules/postcss/lib/warning.js +lib/node_modules/postcss/node_modules/.bin/nanoid +lib/node_modules/postcss/node_modules/nanoid/LICENSE +lib/node_modules/postcss/node_modules/nanoid/README.md +lib/node_modules/postcss/node_modules/nanoid/async/index.browser.cjs +lib/node_modules/postcss/node_modules/nanoid/async/index.browser.js +lib/node_modules/postcss/node_modules/nanoid/async/index.cjs +lib/node_modules/postcss/node_modules/nanoid/async/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/async/index.js +lib/node_modules/postcss/node_modules/nanoid/async/index.native.js +lib/node_modules/postcss/node_modules/nanoid/async/package.json +lib/node_modules/postcss/node_modules/nanoid/bin/nanoid.cjs +lib/node_modules/postcss/node_modules/nanoid/index.browser.cjs +lib/node_modules/postcss/node_modules/nanoid/index.browser.js +lib/node_modules/postcss/node_modules/nanoid/index.cjs +lib/node_modules/postcss/node_modules/nanoid/index.d.cts +lib/node_modules/postcss/node_modules/nanoid/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/index.js +lib/node_modules/postcss/node_modules/nanoid/nanoid.js +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.cjs +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.d.ts +lib/node_modules/postcss/node_modules/nanoid/non-secure/index.js +lib/node_modules/postcss/node_modules/nanoid/non-secure/package.json +lib/node_modules/postcss/node_modules/nanoid/package.json +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/index.cjs +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/index.js +lib/node_modules/postcss/node_modules/nanoid/url-alphabet/package.json +lib/node_modules/postcss/node_modules/picocolors/LICENSE +lib/node_modules/postcss/node_modules/picocolors/README.md +lib/node_modules/postcss/node_modules/picocolors/package.json +lib/node_modules/postcss/node_modules/picocolors/picocolors.browser.js +lib/node_modules/postcss/node_modules/picocolors/picocolors.d.ts +lib/node_modules/postcss/node_modules/picocolors/picocolors.js +lib/node_modules/postcss/node_modules/picocolors/types.d.ts +lib/node_modules/postcss/node_modules/source-map-js/LICENSE +lib/node_modules/postcss/node_modules/source-map-js/README.md +lib/node_modules/postcss/node_modules/source-map-js/lib/array-set.js +lib/node_modules/postcss/node_modules/source-map-js/lib/base64-vlq.js +lib/node_modules/postcss/node_modules/source-map-js/lib/base64.js +lib/node_modules/postcss/node_modules/source-map-js/lib/binary-search.js +lib/node_modules/postcss/node_modules/source-map-js/lib/mapping-list.js +lib/node_modules/postcss/node_modules/source-map-js/lib/quick-sort.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-consumer.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-consumer.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-generator.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-map-generator.js +lib/node_modules/postcss/node_modules/source-map-js/lib/source-node.d.ts +lib/node_modules/postcss/node_modules/source-map-js/lib/source-node.js +lib/node_modules/postcss/node_modules/source-map-js/lib/util.js +lib/node_modules/postcss/node_modules/source-map-js/package.json +lib/node_modules/postcss/node_modules/source-map-js/source-map.d.ts +lib/node_modules/postcss/node_modules/source-map-js/source-map.js +lib/node_modules/postcss/package.json +lib/node_modules/tailwindcss/CHANGELOG.md +lib/node_modules/tailwindcss/LICENSE +lib/node_modules/tailwindcss/README.md +lib/node_modules/tailwindcss/base.css +lib/node_modules/tailwindcss/colors.d.ts +lib/node_modules/tailwindcss/colors.js +lib/node_modules/tailwindcss/components.css +lib/node_modules/tailwindcss/defaultConfig.d.ts +lib/node_modules/tailwindcss/defaultConfig.js +lib/node_modules/tailwindcss/defaultTheme.d.ts +lib/node_modules/tailwindcss/defaultTheme.js +lib/node_modules/tailwindcss/lib/cli-peer-dependencies.js +lib/node_modules/tailwindcss/lib/cli.js +lib/node_modules/tailwindcss/lib/cli/build/deps.js +lib/node_modules/tailwindcss/lib/cli/build/index.js +lib/node_modules/tailwindcss/lib/cli/build/plugin.js +lib/node_modules/tailwindcss/lib/cli/build/utils.js +lib/node_modules/tailwindcss/lib/cli/build/watching.js +lib/node_modules/tailwindcss/lib/cli/help/index.js +lib/node_modules/tailwindcss/lib/cli/index.js +lib/node_modules/tailwindcss/lib/cli/init/index.js +lib/node_modules/tailwindcss/lib/corePluginList.js +lib/node_modules/tailwindcss/lib/corePlugins.js +lib/node_modules/tailwindcss/lib/css/LICENSE +lib/node_modules/tailwindcss/lib/css/preflight.css +lib/node_modules/tailwindcss/lib/featureFlags.js +lib/node_modules/tailwindcss/lib/index.js +lib/node_modules/tailwindcss/lib/lib/cacheInvalidation.js +lib/node_modules/tailwindcss/lib/lib/collapseAdjacentRules.js +lib/node_modules/tailwindcss/lib/lib/collapseDuplicateDeclarations.js +lib/node_modules/tailwindcss/lib/lib/content.js +lib/node_modules/tailwindcss/lib/lib/defaultExtractor.js +lib/node_modules/tailwindcss/lib/lib/evaluateTailwindFunctions.js +lib/node_modules/tailwindcss/lib/lib/expandApplyAtRules.js +lib/node_modules/tailwindcss/lib/lib/expandTailwindAtRules.js +lib/node_modules/tailwindcss/lib/lib/findAtConfigPath.js +lib/node_modules/tailwindcss/lib/lib/generateRules.js +lib/node_modules/tailwindcss/lib/lib/getModuleDependencies.js +lib/node_modules/tailwindcss/lib/lib/load-config.js +lib/node_modules/tailwindcss/lib/lib/normalizeTailwindDirectives.js +lib/node_modules/tailwindcss/lib/lib/offsets.js +lib/node_modules/tailwindcss/lib/lib/partitionApplyAtRules.js +lib/node_modules/tailwindcss/lib/lib/regex.js +lib/node_modules/tailwindcss/lib/lib/remap-bitfield.js +lib/node_modules/tailwindcss/lib/lib/resolveDefaultsAtRules.js +lib/node_modules/tailwindcss/lib/lib/setupContextUtils.js +lib/node_modules/tailwindcss/lib/lib/setupTrackingContext.js +lib/node_modules/tailwindcss/lib/lib/sharedState.js +lib/node_modules/tailwindcss/lib/lib/substituteScreenAtRules.js +lib/node_modules/tailwindcss/lib/plugin.js +lib/node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md +lib/node_modules/tailwindcss/lib/postcss-plugins/nesting/index.js +lib/node_modules/tailwindcss/lib/postcss-plugins/nesting/plugin.js +lib/node_modules/tailwindcss/lib/processTailwindFeatures.js +lib/node_modules/tailwindcss/lib/public/colors.js +lib/node_modules/tailwindcss/lib/public/create-plugin.js +lib/node_modules/tailwindcss/lib/public/default-config.js +lib/node_modules/tailwindcss/lib/public/default-theme.js +lib/node_modules/tailwindcss/lib/public/load-config.js +lib/node_modules/tailwindcss/lib/public/resolve-config.js +lib/node_modules/tailwindcss/lib/util/applyImportantSelector.js +lib/node_modules/tailwindcss/lib/util/bigSign.js +lib/node_modules/tailwindcss/lib/util/buildMediaQuery.js +lib/node_modules/tailwindcss/lib/util/cloneDeep.js +lib/node_modules/tailwindcss/lib/util/cloneNodes.js +lib/node_modules/tailwindcss/lib/util/color.js +lib/node_modules/tailwindcss/lib/util/colorNames.js +lib/node_modules/tailwindcss/lib/util/configurePlugins.js +lib/node_modules/tailwindcss/lib/util/createPlugin.js +lib/node_modules/tailwindcss/lib/util/createUtilityPlugin.js +lib/node_modules/tailwindcss/lib/util/dataTypes.js +lib/node_modules/tailwindcss/lib/util/defaults.js +lib/node_modules/tailwindcss/lib/util/escapeClassName.js +lib/node_modules/tailwindcss/lib/util/escapeCommas.js +lib/node_modules/tailwindcss/lib/util/flattenColorPalette.js +lib/node_modules/tailwindcss/lib/util/formatVariantSelector.js +lib/node_modules/tailwindcss/lib/util/getAllConfigs.js +lib/node_modules/tailwindcss/lib/util/hashConfig.js +lib/node_modules/tailwindcss/lib/util/isKeyframeRule.js +lib/node_modules/tailwindcss/lib/util/isPlainObject.js +lib/node_modules/tailwindcss/lib/util/isSyntacticallyValidPropertyValue.js +lib/node_modules/tailwindcss/lib/util/log.js +lib/node_modules/tailwindcss/lib/util/nameClass.js +lib/node_modules/tailwindcss/lib/util/negateValue.js +lib/node_modules/tailwindcss/lib/util/normalizeConfig.js +lib/node_modules/tailwindcss/lib/util/normalizeScreens.js +lib/node_modules/tailwindcss/lib/util/parseAnimationValue.js +lib/node_modules/tailwindcss/lib/util/parseBoxShadowValue.js +lib/node_modules/tailwindcss/lib/util/parseDependency.js +lib/node_modules/tailwindcss/lib/util/parseGlob.js +lib/node_modules/tailwindcss/lib/util/parseObjectStyles.js +lib/node_modules/tailwindcss/lib/util/pluginUtils.js +lib/node_modules/tailwindcss/lib/util/prefixSelector.js +lib/node_modules/tailwindcss/lib/util/pseudoElements.js +lib/node_modules/tailwindcss/lib/util/removeAlphaVariables.js +lib/node_modules/tailwindcss/lib/util/resolveConfig.js +lib/node_modules/tailwindcss/lib/util/resolveConfigPath.js +lib/node_modules/tailwindcss/lib/util/responsive.js +lib/node_modules/tailwindcss/lib/util/splitAtTopLevelOnly.js +lib/node_modules/tailwindcss/lib/util/tap.js +lib/node_modules/tailwindcss/lib/util/toColorValue.js +lib/node_modules/tailwindcss/lib/util/toPath.js +lib/node_modules/tailwindcss/lib/util/transformThemeValue.js +lib/node_modules/tailwindcss/lib/util/validateConfig.js +lib/node_modules/tailwindcss/lib/util/validateFormalSyntax.js +lib/node_modules/tailwindcss/lib/util/withAlphaVariable.js +lib/node_modules/tailwindcss/lib/value-parser/LICENSE +lib/node_modules/tailwindcss/lib/value-parser/README.md +lib/node_modules/tailwindcss/lib/value-parser/index.d.js +lib/node_modules/tailwindcss/lib/value-parser/index.js +lib/node_modules/tailwindcss/lib/value-parser/parse.js +lib/node_modules/tailwindcss/lib/value-parser/stringify.js +lib/node_modules/tailwindcss/lib/value-parser/unit.js +lib/node_modules/tailwindcss/lib/value-parser/walk.js +lib/node_modules/tailwindcss/loadConfig.d.ts +lib/node_modules/tailwindcss/loadConfig.js +lib/node_modules/tailwindcss/nesting/index.d.ts +lib/node_modules/tailwindcss/nesting/index.js +lib/node_modules/tailwindcss/node_modules/.bin/cssesc +lib/node_modules/tailwindcss/node_modules/.bin/glob +lib/node_modules/tailwindcss/node_modules/.bin/jiti +lib/node_modules/tailwindcss/node_modules/.bin/node-which +lib/node_modules/tailwindcss/node_modules/.bin/resolve +lib/node_modules/tailwindcss/node_modules/.bin/sucrase +lib/node_modules/tailwindcss/node_modules/.bin/sucrase-node +lib/node_modules/tailwindcss/node_modules/.bin/yaml +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/index.d.ts +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/index.js +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/license +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/package.json +lib/node_modules/tailwindcss/node_modules/@alloc/quick-lru/readme.md +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/LICENSE.txt +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/README.md +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/build/index.cjs +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/build/index.d.cts +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/build/lib/index.js +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/index.mjs +lib/node_modules/tailwindcss/node_modules/@isaacs/cliui/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/gen-mapping/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/resolve-uri/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/set-array/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/sourcemap-codec/package.json +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/LICENSE +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/README.md +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +lib/node_modules/tailwindcss/node_modules/@jridgewell/trace-mapping/package.json +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/LICENSE +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/README.md +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/constants.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/constants.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/common.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/settings.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/types/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/fs.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/out/utils/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.scandir/package.json +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/LICENSE +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/README.md +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/adapters/fs.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/settings.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/out/types/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.stat/package.json +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/LICENSE +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/README.md +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/stream.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/async.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/common.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/reader.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/readers/sync.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/settings.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/out/types/index.js +lib/node_modules/tailwindcss/node_modules/@nodelib/fs.walk/package.json +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/.editorconfig +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/LICENSE +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/README.md +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/is-default-value.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/negate.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/index.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/errors.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/primordials.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/util.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/internal/validators.js +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/package.json +lib/node_modules/tailwindcss/node_modules/@pkgjs/parseargs/utils.js +lib/node_modules/tailwindcss/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/ansi-styles/index.d.ts +lib/node_modules/tailwindcss/node_modules/ansi-styles/index.js +lib/node_modules/tailwindcss/node_modules/ansi-styles/license +lib/node_modules/tailwindcss/node_modules/ansi-styles/package.json +lib/node_modules/tailwindcss/node_modules/ansi-styles/readme.md +lib/node_modules/tailwindcss/node_modules/any-promise/.jshintrc +lib/node_modules/tailwindcss/node_modules/any-promise/.npmignore +lib/node_modules/tailwindcss/node_modules/any-promise/LICENSE +lib/node_modules/tailwindcss/node_modules/any-promise/README.md +lib/node_modules/tailwindcss/node_modules/any-promise/implementation.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/implementation.js +lib/node_modules/tailwindcss/node_modules/any-promise/index.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/index.js +lib/node_modules/tailwindcss/node_modules/any-promise/loader.js +lib/node_modules/tailwindcss/node_modules/any-promise/optional.js +lib/node_modules/tailwindcss/node_modules/any-promise/package.json +lib/node_modules/tailwindcss/node_modules/any-promise/register-shim.js +lib/node_modules/tailwindcss/node_modules/any-promise/register.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/bluebird.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/bluebird.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/es6-promise.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/es6-promise.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/lie.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/lie.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/native-promise-only.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/native-promise-only.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/pinkie.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/pinkie.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/promise.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/promise.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/q.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/q.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/rsvp.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/rsvp.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/vow.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/vow.js +lib/node_modules/tailwindcss/node_modules/any-promise/register/when.d.ts +lib/node_modules/tailwindcss/node_modules/any-promise/register/when.js +lib/node_modules/tailwindcss/node_modules/anymatch/LICENSE +lib/node_modules/tailwindcss/node_modules/anymatch/README.md +lib/node_modules/tailwindcss/node_modules/anymatch/index.d.ts +lib/node_modules/tailwindcss/node_modules/anymatch/index.js +lib/node_modules/tailwindcss/node_modules/anymatch/package.json +lib/node_modules/tailwindcss/node_modules/arg/LICENSE.md +lib/node_modules/tailwindcss/node_modules/arg/README.md +lib/node_modules/tailwindcss/node_modules/arg/index.d.ts +lib/node_modules/tailwindcss/node_modules/arg/index.js +lib/node_modules/tailwindcss/node_modules/arg/package.json +lib/node_modules/tailwindcss/node_modules/balanced-match/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/balanced-match/LICENSE.md +lib/node_modules/tailwindcss/node_modules/balanced-match/README.md +lib/node_modules/tailwindcss/node_modules/balanced-match/index.js +lib/node_modules/tailwindcss/node_modules/balanced-match/package.json +lib/node_modules/tailwindcss/node_modules/binary-extensions/binary-extensions.json +lib/node_modules/tailwindcss/node_modules/binary-extensions/binary-extensions.json.d.ts +lib/node_modules/tailwindcss/node_modules/binary-extensions/index.d.ts +lib/node_modules/tailwindcss/node_modules/binary-extensions/index.js +lib/node_modules/tailwindcss/node_modules/binary-extensions/license +lib/node_modules/tailwindcss/node_modules/binary-extensions/package.json +lib/node_modules/tailwindcss/node_modules/binary-extensions/readme.md +lib/node_modules/tailwindcss/node_modules/brace-expansion/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/brace-expansion/LICENSE +lib/node_modules/tailwindcss/node_modules/brace-expansion/README.md +lib/node_modules/tailwindcss/node_modules/brace-expansion/index.js +lib/node_modules/tailwindcss/node_modules/brace-expansion/package.json +lib/node_modules/tailwindcss/node_modules/braces/LICENSE +lib/node_modules/tailwindcss/node_modules/braces/README.md +lib/node_modules/tailwindcss/node_modules/braces/index.js +lib/node_modules/tailwindcss/node_modules/braces/lib/compile.js +lib/node_modules/tailwindcss/node_modules/braces/lib/constants.js +lib/node_modules/tailwindcss/node_modules/braces/lib/expand.js +lib/node_modules/tailwindcss/node_modules/braces/lib/parse.js +lib/node_modules/tailwindcss/node_modules/braces/lib/stringify.js +lib/node_modules/tailwindcss/node_modules/braces/lib/utils.js +lib/node_modules/tailwindcss/node_modules/braces/package.json +lib/node_modules/tailwindcss/node_modules/camelcase-css/README.md +lib/node_modules/tailwindcss/node_modules/camelcase-css/index-es5.js +lib/node_modules/tailwindcss/node_modules/camelcase-css/index.js +lib/node_modules/tailwindcss/node_modules/camelcase-css/license +lib/node_modules/tailwindcss/node_modules/camelcase-css/package.json +lib/node_modules/tailwindcss/node_modules/chokidar/LICENSE +lib/node_modules/tailwindcss/node_modules/chokidar/README.md +lib/node_modules/tailwindcss/node_modules/chokidar/index.js +lib/node_modules/tailwindcss/node_modules/chokidar/lib/constants.js +lib/node_modules/tailwindcss/node_modules/chokidar/lib/fsevents-handler.js +lib/node_modules/tailwindcss/node_modules/chokidar/lib/nodefs-handler.js +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/LICENSE +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/README.md +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/index.js +lib/node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent/package.json +lib/node_modules/tailwindcss/node_modules/chokidar/package.json +lib/node_modules/tailwindcss/node_modules/chokidar/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/color-convert/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/color-convert/LICENSE +lib/node_modules/tailwindcss/node_modules/color-convert/README.md +lib/node_modules/tailwindcss/node_modules/color-convert/conversions.js +lib/node_modules/tailwindcss/node_modules/color-convert/index.js +lib/node_modules/tailwindcss/node_modules/color-convert/package.json +lib/node_modules/tailwindcss/node_modules/color-convert/route.js +lib/node_modules/tailwindcss/node_modules/color-name/LICENSE +lib/node_modules/tailwindcss/node_modules/color-name/README.md +lib/node_modules/tailwindcss/node_modules/color-name/index.js +lib/node_modules/tailwindcss/node_modules/color-name/package.json +lib/node_modules/tailwindcss/node_modules/commander/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/commander/LICENSE +lib/node_modules/tailwindcss/node_modules/commander/Readme.md +lib/node_modules/tailwindcss/node_modules/commander/index.js +lib/node_modules/tailwindcss/node_modules/commander/package.json +lib/node_modules/tailwindcss/node_modules/commander/typings/index.d.ts +lib/node_modules/tailwindcss/node_modules/cross-spawn/LICENSE +lib/node_modules/tailwindcss/node_modules/cross-spawn/README.md +lib/node_modules/tailwindcss/node_modules/cross-spawn/index.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/enoent.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/parse.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/util/escape.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/util/readShebang.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/lib/util/resolveCommand.js +lib/node_modules/tailwindcss/node_modules/cross-spawn/package.json +lib/node_modules/tailwindcss/node_modules/cssesc/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/cssesc/README.md +lib/node_modules/tailwindcss/node_modules/cssesc/bin/cssesc +lib/node_modules/tailwindcss/node_modules/cssesc/cssesc.js +lib/node_modules/tailwindcss/node_modules/cssesc/man/cssesc.1 +lib/node_modules/tailwindcss/node_modules/cssesc/package.json +lib/node_modules/tailwindcss/node_modules/didyoumean/LICENSE +lib/node_modules/tailwindcss/node_modules/didyoumean/README.md +lib/node_modules/tailwindcss/node_modules/didyoumean/didYouMean-1.2.1.js +lib/node_modules/tailwindcss/node_modules/didyoumean/didYouMean-1.2.1.min.js +lib/node_modules/tailwindcss/node_modules/didyoumean/package.json +lib/node_modules/tailwindcss/node_modules/dlv/README.md +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.es.js +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.es.js.map +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.js +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.js.map +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.umd.js +lib/node_modules/tailwindcss/node_modules/dlv/dist/dlv.umd.js.map +lib/node_modules/tailwindcss/node_modules/dlv/index.js +lib/node_modules/tailwindcss/node_modules/dlv/package.json +lib/node_modules/tailwindcss/node_modules/eastasianwidth/README.md +lib/node_modules/tailwindcss/node_modules/eastasianwidth/eastasianwidth.js +lib/node_modules/tailwindcss/node_modules/eastasianwidth/package.json +lib/node_modules/tailwindcss/node_modules/emoji-regex/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/emoji-regex/README.md +lib/node_modules/tailwindcss/node_modules/emoji-regex/RGI_Emoji.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/RGI_Emoji.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/RGI_Emoji.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/index.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/index.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/text.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/es2015/text.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/index.js +lib/node_modules/tailwindcss/node_modules/emoji-regex/package.json +lib/node_modules/tailwindcss/node_modules/emoji-regex/text.d.ts +lib/node_modules/tailwindcss/node_modules/emoji-regex/text.js +lib/node_modules/tailwindcss/node_modules/fast-glob/LICENSE +lib/node_modules/tailwindcss/node_modules/fast-glob/README.md +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/LICENSE +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/README.md +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/node_modules/glob-parent/package.json +lib/node_modules/tailwindcss/node_modules/fast-glob/out/index.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/managers/tasks.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/managers/tasks.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/async.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/async.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/deep.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/deep.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/entry.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/entry.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/error.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/filters/error.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/matcher.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/matcher.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/partial.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/matchers/partial.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/provider.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/provider.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/stream.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/stream.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/sync.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/transformers/entry.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/providers/transformers/entry.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/async.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/async.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/reader.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/reader.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/stream.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/stream.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/sync.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/readers/sync.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/settings.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/settings.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/types/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/array.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/array.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/errno.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/errno.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/fs.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/fs.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/index.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/index.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/path.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/path.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/pattern.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/pattern.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/stream.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/stream.js +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/string.d.ts +lib/node_modules/tailwindcss/node_modules/fast-glob/out/utils/string.js +lib/node_modules/tailwindcss/node_modules/fast-glob/package.json +lib/node_modules/tailwindcss/node_modules/fastq/.github/dependabot.yml +lib/node_modules/tailwindcss/node_modules/fastq/.github/workflows/ci.yml +lib/node_modules/tailwindcss/node_modules/fastq/LICENSE +lib/node_modules/tailwindcss/node_modules/fastq/README.md +lib/node_modules/tailwindcss/node_modules/fastq/SECURITY.md +lib/node_modules/tailwindcss/node_modules/fastq/bench.js +lib/node_modules/tailwindcss/node_modules/fastq/example.js +lib/node_modules/tailwindcss/node_modules/fastq/example.mjs +lib/node_modules/tailwindcss/node_modules/fastq/index.d.ts +lib/node_modules/tailwindcss/node_modules/fastq/package.json +lib/node_modules/tailwindcss/node_modules/fastq/queue.js +lib/node_modules/tailwindcss/node_modules/fastq/test/example.ts +lib/node_modules/tailwindcss/node_modules/fastq/test/promise.js +lib/node_modules/tailwindcss/node_modules/fastq/test/test.js +lib/node_modules/tailwindcss/node_modules/fastq/test/tsconfig.json +lib/node_modules/tailwindcss/node_modules/fill-range/LICENSE +lib/node_modules/tailwindcss/node_modules/fill-range/README.md +lib/node_modules/tailwindcss/node_modules/fill-range/index.js +lib/node_modules/tailwindcss/node_modules/fill-range/package.json +lib/node_modules/tailwindcss/node_modules/foreground-child/LICENSE +lib/node_modules/tailwindcss/node_modules/foreground-child/README.md +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/all-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/commonjs/watchdog.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/all-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/proxy-signals.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.d.ts +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.js +lib/node_modules/tailwindcss/node_modules/foreground-child/dist/esm/watchdog.js.map +lib/node_modules/tailwindcss/node_modules/foreground-child/package.json +lib/node_modules/tailwindcss/node_modules/function-bind/.eslintrc +lib/node_modules/tailwindcss/node_modules/function-bind/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/function-bind/.github/SECURITY.md +lib/node_modules/tailwindcss/node_modules/function-bind/.nycrc +lib/node_modules/tailwindcss/node_modules/function-bind/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/function-bind/LICENSE +lib/node_modules/tailwindcss/node_modules/function-bind/README.md +lib/node_modules/tailwindcss/node_modules/function-bind/implementation.js +lib/node_modules/tailwindcss/node_modules/function-bind/index.js +lib/node_modules/tailwindcss/node_modules/function-bind/package.json +lib/node_modules/tailwindcss/node_modules/function-bind/test/.eslintrc +lib/node_modules/tailwindcss/node_modules/function-bind/test/index.js +lib/node_modules/tailwindcss/node_modules/glob-parent/LICENSE +lib/node_modules/tailwindcss/node_modules/glob-parent/README.md +lib/node_modules/tailwindcss/node_modules/glob-parent/index.js +lib/node_modules/tailwindcss/node_modules/glob-parent/package.json +lib/node_modules/tailwindcss/node_modules/glob/LICENSE +lib/node_modules/tailwindcss/node_modules/glob/README.md +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/glob.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/has-magic.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/ignore.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/pattern.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/processor.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.js +lib/node_modules/tailwindcss/node_modules/glob/dist/commonjs/walker.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.d.mts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.d.mts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.mjs +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/bin.mjs.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/glob.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/has-magic.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/ignore.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/pattern.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/processor.js.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.d.ts +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.d.ts.map +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.js +lib/node_modules/tailwindcss/node_modules/glob/dist/esm/walker.js.map +lib/node_modules/tailwindcss/node_modules/glob/package.json +lib/node_modules/tailwindcss/node_modules/hasown/.eslintrc +lib/node_modules/tailwindcss/node_modules/hasown/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/hasown/.nycrc +lib/node_modules/tailwindcss/node_modules/hasown/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/hasown/LICENSE +lib/node_modules/tailwindcss/node_modules/hasown/README.md +lib/node_modules/tailwindcss/node_modules/hasown/index.d.ts +lib/node_modules/tailwindcss/node_modules/hasown/index.js +lib/node_modules/tailwindcss/node_modules/hasown/package.json +lib/node_modules/tailwindcss/node_modules/hasown/tsconfig.json +lib/node_modules/tailwindcss/node_modules/is-binary-path/index.d.ts +lib/node_modules/tailwindcss/node_modules/is-binary-path/index.js +lib/node_modules/tailwindcss/node_modules/is-binary-path/license +lib/node_modules/tailwindcss/node_modules/is-binary-path/package.json +lib/node_modules/tailwindcss/node_modules/is-binary-path/readme.md +lib/node_modules/tailwindcss/node_modules/is-core-module/.eslintrc +lib/node_modules/tailwindcss/node_modules/is-core-module/.nycrc +lib/node_modules/tailwindcss/node_modules/is-core-module/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/is-core-module/LICENSE +lib/node_modules/tailwindcss/node_modules/is-core-module/README.md +lib/node_modules/tailwindcss/node_modules/is-core-module/core.json +lib/node_modules/tailwindcss/node_modules/is-core-module/index.js +lib/node_modules/tailwindcss/node_modules/is-core-module/package.json +lib/node_modules/tailwindcss/node_modules/is-core-module/test/index.js +lib/node_modules/tailwindcss/node_modules/is-extglob/LICENSE +lib/node_modules/tailwindcss/node_modules/is-extglob/README.md +lib/node_modules/tailwindcss/node_modules/is-extglob/index.js +lib/node_modules/tailwindcss/node_modules/is-extglob/package.json +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/index.d.ts +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/license +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/tailwindcss/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/tailwindcss/node_modules/is-glob/LICENSE +lib/node_modules/tailwindcss/node_modules/is-glob/README.md +lib/node_modules/tailwindcss/node_modules/is-glob/index.js +lib/node_modules/tailwindcss/node_modules/is-glob/package.json +lib/node_modules/tailwindcss/node_modules/is-number/LICENSE +lib/node_modules/tailwindcss/node_modules/is-number/README.md +lib/node_modules/tailwindcss/node_modules/is-number/index.js +lib/node_modules/tailwindcss/node_modules/is-number/package.json +lib/node_modules/tailwindcss/node_modules/isexe/.npmignore +lib/node_modules/tailwindcss/node_modules/isexe/LICENSE +lib/node_modules/tailwindcss/node_modules/isexe/README.md +lib/node_modules/tailwindcss/node_modules/isexe/index.js +lib/node_modules/tailwindcss/node_modules/isexe/mode.js +lib/node_modules/tailwindcss/node_modules/isexe/package.json +lib/node_modules/tailwindcss/node_modules/isexe/test/basic.js +lib/node_modules/tailwindcss/node_modules/isexe/windows.js +lib/node_modules/tailwindcss/node_modules/jackspeak/LICENSE.md +lib/node_modules/tailwindcss/node_modules/jackspeak/README.md +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/commonjs/parse-args.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.d.ts +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.js +lib/node_modules/tailwindcss/node_modules/jackspeak/dist/esm/parse-args.js.map +lib/node_modules/tailwindcss/node_modules/jackspeak/package.json +lib/node_modules/tailwindcss/node_modules/jiti/LICENSE +lib/node_modules/tailwindcss/node_modules/jiti/README.md +lib/node_modules/tailwindcss/node_modules/jiti/bin/jiti.js +lib/node_modules/tailwindcss/node_modules/jiti/dist/babel.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/babel.js +lib/node_modules/tailwindcss/node_modules/jiti/dist/jiti.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/jiti.js +lib/node_modules/tailwindcss/node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/plugins/import-meta-env.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/types.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/dist/utils.d.ts +lib/node_modules/tailwindcss/node_modules/jiti/lib/index.js +lib/node_modules/tailwindcss/node_modules/jiti/package.json +lib/node_modules/tailwindcss/node_modules/jiti/register.js +lib/node_modules/tailwindcss/node_modules/lilconfig/LICENSE +lib/node_modules/tailwindcss/node_modules/lilconfig/package.json +lib/node_modules/tailwindcss/node_modules/lilconfig/readme.md +lib/node_modules/tailwindcss/node_modules/lilconfig/src/index.d.ts +lib/node_modules/tailwindcss/node_modules/lilconfig/src/index.js +lib/node_modules/tailwindcss/node_modules/lines-and-columns/LICENSE +lib/node_modules/tailwindcss/node_modules/lines-and-columns/README.md +lib/node_modules/tailwindcss/node_modules/lines-and-columns/build/index.d.ts +lib/node_modules/tailwindcss/node_modules/lines-and-columns/build/index.js +lib/node_modules/tailwindcss/node_modules/lines-and-columns/package.json +lib/node_modules/tailwindcss/node_modules/lru-cache/LICENSE +lib/node_modules/tailwindcss/node_modules/lru-cache/README.md +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.min.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/index.min.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.min.js +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/index.min.js.map +lib/node_modules/tailwindcss/node_modules/lru-cache/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/lru-cache/package.json +lib/node_modules/tailwindcss/node_modules/merge2/LICENSE +lib/node_modules/tailwindcss/node_modules/merge2/README.md +lib/node_modules/tailwindcss/node_modules/merge2/index.js +lib/node_modules/tailwindcss/node_modules/merge2/package.json +lib/node_modules/tailwindcss/node_modules/micromatch/LICENSE +lib/node_modules/tailwindcss/node_modules/micromatch/README.md +lib/node_modules/tailwindcss/node_modules/micromatch/index.js +lib/node_modules/tailwindcss/node_modules/micromatch/package.json +lib/node_modules/tailwindcss/node_modules/minimatch/LICENSE +lib/node_modules/tailwindcss/node_modules/minimatch/README.md +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/ast.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/escape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/commonjs/unescape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/ast.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/brace-expressions.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/escape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.d.ts +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.d.ts.map +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.js +lib/node_modules/tailwindcss/node_modules/minimatch/dist/esm/unescape.js.map +lib/node_modules/tailwindcss/node_modules/minimatch/package.json +lib/node_modules/tailwindcss/node_modules/minipass/LICENSE +lib/node_modules/tailwindcss/node_modules/minipass/README.md +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/minipass/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/minipass/package.json +lib/node_modules/tailwindcss/node_modules/mz/HISTORY.md +lib/node_modules/tailwindcss/node_modules/mz/LICENSE +lib/node_modules/tailwindcss/node_modules/mz/README.md +lib/node_modules/tailwindcss/node_modules/mz/child_process.js +lib/node_modules/tailwindcss/node_modules/mz/crypto.js +lib/node_modules/tailwindcss/node_modules/mz/dns.js +lib/node_modules/tailwindcss/node_modules/mz/fs.js +lib/node_modules/tailwindcss/node_modules/mz/index.js +lib/node_modules/tailwindcss/node_modules/mz/package.json +lib/node_modules/tailwindcss/node_modules/mz/readline.js +lib/node_modules/tailwindcss/node_modules/mz/zlib.js +lib/node_modules/tailwindcss/node_modules/normalize-path/LICENSE +lib/node_modules/tailwindcss/node_modules/normalize-path/README.md +lib/node_modules/tailwindcss/node_modules/normalize-path/index.js +lib/node_modules/tailwindcss/node_modules/normalize-path/package.json +lib/node_modules/tailwindcss/node_modules/object-assign/index.js +lib/node_modules/tailwindcss/node_modules/object-assign/license +lib/node_modules/tailwindcss/node_modules/object-assign/package.json +lib/node_modules/tailwindcss/node_modules/object-assign/readme.md +lib/node_modules/tailwindcss/node_modules/object-hash/LICENSE +lib/node_modules/tailwindcss/node_modules/object-hash/dist/object_hash.js +lib/node_modules/tailwindcss/node_modules/object-hash/index.js +lib/node_modules/tailwindcss/node_modules/object-hash/package.json +lib/node_modules/tailwindcss/node_modules/object-hash/readme.markdown +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/LICENSE.md +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/README.md +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/package-json-from-dist/package.json +lib/node_modules/tailwindcss/node_modules/path-key/index.d.ts +lib/node_modules/tailwindcss/node_modules/path-key/index.js +lib/node_modules/tailwindcss/node_modules/path-key/license +lib/node_modules/tailwindcss/node_modules/path-key/package.json +lib/node_modules/tailwindcss/node_modules/path-key/readme.md +lib/node_modules/tailwindcss/node_modules/path-parse/LICENSE +lib/node_modules/tailwindcss/node_modules/path-parse/README.md +lib/node_modules/tailwindcss/node_modules/path-parse/index.js +lib/node_modules/tailwindcss/node_modules/path-parse/package.json +lib/node_modules/tailwindcss/node_modules/path-scurry/LICENSE.md +lib/node_modules/tailwindcss/node_modules/path-scurry/README.md +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.js +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/index.js.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/commonjs/package.json +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.d.ts +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/index.js.map +lib/node_modules/tailwindcss/node_modules/path-scurry/dist/esm/package.json +lib/node_modules/tailwindcss/node_modules/path-scurry/package.json +lib/node_modules/tailwindcss/node_modules/picocolors/LICENSE +lib/node_modules/tailwindcss/node_modules/picocolors/README.md +lib/node_modules/tailwindcss/node_modules/picocolors/package.json +lib/node_modules/tailwindcss/node_modules/picocolors/picocolors.browser.js +lib/node_modules/tailwindcss/node_modules/picocolors/picocolors.d.ts +lib/node_modules/tailwindcss/node_modules/picocolors/picocolors.js +lib/node_modules/tailwindcss/node_modules/picocolors/types.d.ts +lib/node_modules/tailwindcss/node_modules/picomatch/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/picomatch/LICENSE +lib/node_modules/tailwindcss/node_modules/picomatch/README.md +lib/node_modules/tailwindcss/node_modules/picomatch/index.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/constants.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/parse.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/picomatch.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/scan.js +lib/node_modules/tailwindcss/node_modules/picomatch/lib/utils.js +lib/node_modules/tailwindcss/node_modules/picomatch/package.json +lib/node_modules/tailwindcss/node_modules/pify/index.js +lib/node_modules/tailwindcss/node_modules/pify/license +lib/node_modules/tailwindcss/node_modules/pify/package.json +lib/node_modules/tailwindcss/node_modules/pify/readme.md +lib/node_modules/tailwindcss/node_modules/pirates/LICENSE +lib/node_modules/tailwindcss/node_modules/pirates/README.md +lib/node_modules/tailwindcss/node_modules/pirates/index.d.ts +lib/node_modules/tailwindcss/node_modules/pirates/lib/index.js +lib/node_modules/tailwindcss/node_modules/pirates/package.json +lib/node_modules/tailwindcss/node_modules/postcss-import/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-import/README.md +lib/node_modules/tailwindcss/node_modules/postcss-import/index.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/assign-layer-names.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/data-url.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/join-layer.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/join-media.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/load-content.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/parse-statements.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/process-content.js +lib/node_modules/tailwindcss/node_modules/postcss-import/lib/resolve-id.js +lib/node_modules/tailwindcss/node_modules/postcss-import/package.json +lib/node_modules/tailwindcss/node_modules/postcss-js/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-js/README.md +lib/node_modules/tailwindcss/node_modules/postcss-js/async.js +lib/node_modules/tailwindcss/node_modules/postcss-js/index.js +lib/node_modules/tailwindcss/node_modules/postcss-js/index.mjs +lib/node_modules/tailwindcss/node_modules/postcss-js/objectifier.js +lib/node_modules/tailwindcss/node_modules/postcss-js/package.json +lib/node_modules/tailwindcss/node_modules/postcss-js/parser.js +lib/node_modules/tailwindcss/node_modules/postcss-js/process-result.js +lib/node_modules/tailwindcss/node_modules/postcss-js/sync.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-load-config/README.md +lib/node_modules/tailwindcss/node_modules/postcss-load-config/package.json +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/index.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/index.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/options.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/plugins.js +lib/node_modules/tailwindcss/node_modules/postcss-load-config/src/req.js +lib/node_modules/tailwindcss/node_modules/postcss-nested/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-nested/README.md +lib/node_modules/tailwindcss/node_modules/postcss-nested/index.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-nested/index.js +lib/node_modules/tailwindcss/node_modules/postcss-nested/package.json +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/API.md +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/LICENSE-MIT +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/README.md +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/index.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/parser.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/processor.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/attribute.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/className.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/combinator.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/comment.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/constructors.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/container.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/guards.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/id.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/index.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/namespace.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/nesting.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/node.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/root.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/selector.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/string.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/tag.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/types.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/selectors/universal.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/sortAscending.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/tokenTypes.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/tokenize.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/ensureObject.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/getProp.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/index.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/stripComments.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/dist/util/unesc.js +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/package.json +lib/node_modules/tailwindcss/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/LICENSE +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/README.md +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/index.d.ts +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/index.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/parse.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/stringify.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/unit.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/lib/walk.js +lib/node_modules/tailwindcss/node_modules/postcss-value-parser/package.json +lib/node_modules/tailwindcss/node_modules/queue-microtask/LICENSE +lib/node_modules/tailwindcss/node_modules/queue-microtask/README.md +lib/node_modules/tailwindcss/node_modules/queue-microtask/index.d.ts +lib/node_modules/tailwindcss/node_modules/queue-microtask/index.js +lib/node_modules/tailwindcss/node_modules/queue-microtask/package.json +lib/node_modules/tailwindcss/node_modules/read-cache/LICENSE +lib/node_modules/tailwindcss/node_modules/read-cache/README.md +lib/node_modules/tailwindcss/node_modules/read-cache/index.js +lib/node_modules/tailwindcss/node_modules/read-cache/package.json +lib/node_modules/tailwindcss/node_modules/readdirp/LICENSE +lib/node_modules/tailwindcss/node_modules/readdirp/README.md +lib/node_modules/tailwindcss/node_modules/readdirp/index.d.ts +lib/node_modules/tailwindcss/node_modules/readdirp/index.js +lib/node_modules/tailwindcss/node_modules/readdirp/package.json +lib/node_modules/tailwindcss/node_modules/resolve/.editorconfig +lib/node_modules/tailwindcss/node_modules/resolve/.eslintrc +lib/node_modules/tailwindcss/node_modules/resolve/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/resolve/LICENSE +lib/node_modules/tailwindcss/node_modules/resolve/SECURITY.md +lib/node_modules/tailwindcss/node_modules/resolve/async.js +lib/node_modules/tailwindcss/node_modules/resolve/bin/resolve +lib/node_modules/tailwindcss/node_modules/resolve/example/async.js +lib/node_modules/tailwindcss/node_modules/resolve/example/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/index.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/async.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/caller.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/core.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/core.json +lib/node_modules/tailwindcss/node_modules/resolve/lib/homedir.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/is-core.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/node-modules-paths.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/normalize-options.js +lib/node_modules/tailwindcss/node_modules/resolve/lib/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/package.json +lib/node_modules/tailwindcss/node_modules/resolve/readme.markdown +lib/node_modules/tailwindcss/node_modules/resolve/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/core.js +lib/node_modules/tailwindcss/node_modules/resolve/test/dotdot.js +lib/node_modules/tailwindcss/node_modules/resolve/test/dotdot/abc/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/dotdot/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/faulty_basedir.js +lib/node_modules/tailwindcss/node_modules/resolve/test/filter.js +lib/node_modules/tailwindcss/node_modules/resolve/test/filter_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/home_paths.js +lib/node_modules/tailwindcss/node_modules/resolve/test/home_paths_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/mock.js +lib/node_modules/tailwindcss/node_modules/resolve/test/mock_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/node-modules-paths.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/x/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/x/ccc/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/y/bbb/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/node_path/y/ccc/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/nonstring.js +lib/node_modules/tailwindcss/node_modules/resolve/test/pathfilter.js +lib/node_modules/tailwindcss/node_modules/resolve/test/pathfilter/deep_ref/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/aaa.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/aaa/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/aaa/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/bbb.js +lib/node_modules/tailwindcss/node_modules/resolve/test/precedence/bbb/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/baz/doom.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/baz/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/baz/quux.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/browser_field/a.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/browser_field/b.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/browser_field/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/cup.coffee +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_slash_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/dot_slash_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/false_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/false_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/foo.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/incorrect_main/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/incorrect_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/invalid_main/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/mug.coffee +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/mug.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/lerna.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/other_path/root.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/quux/foo/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/same_names/foo.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/same_names/foo/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/package/bar.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/symlinked/package/package.json +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver/without_basedir/main.js +lib/node_modules/tailwindcss/node_modules/resolve/test/resolver_sync.js +lib/node_modules/tailwindcss/node_modules/resolve/test/shadowed_core.js +lib/node_modules/tailwindcss/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +lib/node_modules/tailwindcss/node_modules/resolve/test/subdirs.js +lib/node_modules/tailwindcss/node_modules/resolve/test/symlinks.js +lib/node_modules/tailwindcss/node_modules/reusify/.github/dependabot.yml +lib/node_modules/tailwindcss/node_modules/reusify/.github/workflows/ci.yml +lib/node_modules/tailwindcss/node_modules/reusify/LICENSE +lib/node_modules/tailwindcss/node_modules/reusify/README.md +lib/node_modules/tailwindcss/node_modules/reusify/SECURITY.md +lib/node_modules/tailwindcss/node_modules/reusify/benchmarks/createNoCodeFunction.js +lib/node_modules/tailwindcss/node_modules/reusify/benchmarks/fib.js +lib/node_modules/tailwindcss/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +lib/node_modules/tailwindcss/node_modules/reusify/eslint.config.js +lib/node_modules/tailwindcss/node_modules/reusify/package.json +lib/node_modules/tailwindcss/node_modules/reusify/reusify.d.ts +lib/node_modules/tailwindcss/node_modules/reusify/reusify.js +lib/node_modules/tailwindcss/node_modules/reusify/test.js +lib/node_modules/tailwindcss/node_modules/reusify/tsconfig.json +lib/node_modules/tailwindcss/node_modules/run-parallel/LICENSE +lib/node_modules/tailwindcss/node_modules/run-parallel/README.md +lib/node_modules/tailwindcss/node_modules/run-parallel/index.js +lib/node_modules/tailwindcss/node_modules/run-parallel/package.json +lib/node_modules/tailwindcss/node_modules/shebang-command/index.js +lib/node_modules/tailwindcss/node_modules/shebang-command/license +lib/node_modules/tailwindcss/node_modules/shebang-command/package.json +lib/node_modules/tailwindcss/node_modules/shebang-command/readme.md +lib/node_modules/tailwindcss/node_modules/shebang-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/shebang-regex/index.js +lib/node_modules/tailwindcss/node_modules/shebang-regex/license +lib/node_modules/tailwindcss/node_modules/shebang-regex/package.json +lib/node_modules/tailwindcss/node_modules/shebang-regex/readme.md +lib/node_modules/tailwindcss/node_modules/signal-exit/LICENSE.txt +lib/node_modules/tailwindcss/node_modules/signal-exit/README.md +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/browser.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/index.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/package.json +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/cjs/signals.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/browser.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/index.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/package.json +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.d.ts +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.d.ts.map +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.js +lib/node_modules/tailwindcss/node_modules/signal-exit/dist/mjs/signals.js.map +lib/node_modules/tailwindcss/node_modules/signal-exit/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/license +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/license +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/node_modules/strip-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/string-width-cjs/package.json +lib/node_modules/tailwindcss/node_modules/string-width-cjs/readme.md +lib/node_modules/tailwindcss/node_modules/string-width/index.d.ts +lib/node_modules/tailwindcss/node_modules/string-width/index.js +lib/node_modules/tailwindcss/node_modules/string-width/license +lib/node_modules/tailwindcss/node_modules/string-width/package.json +lib/node_modules/tailwindcss/node_modules/string-width/readme.md +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/index.d.ts +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/index.js +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/license +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/package.json +lib/node_modules/tailwindcss/node_modules/strip-ansi-cjs/readme.md +lib/node_modules/tailwindcss/node_modules/strip-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/strip-ansi/index.js +lib/node_modules/tailwindcss/node_modules/strip-ansi/license +lib/node_modules/tailwindcss/node_modules/strip-ansi/package.json +lib/node_modules/tailwindcss/node_modules/strip-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/sucrase/LICENSE +lib/node_modules/tailwindcss/node_modules/sucrase/README.md +lib/node_modules/tailwindcss/node_modules/sucrase/bin/sucrase +lib/node_modules/tailwindcss/node_modules/sucrase/bin/sucrase-node +lib/node_modules/tailwindcss/node_modules/sucrase/dist/CJSImportProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/HelperManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/NameManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/Options-gen-types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/Options.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/TokenProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/cli.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/computeSourceMap.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/CJSImportProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/HelperManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/NameManager.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/Options-gen-types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/Options.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/TokenProcessor.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/cli.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/computeSourceMap.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/identifyShadowedGlobals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/flow.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/jsx/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/jsx/xhtml.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/plugins/typescript.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/keywords.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/readWord.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/readWordTree.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/state.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/tokenizer/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/base.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/expression.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/lval.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/statement.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/traverser/util.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/util/charcodes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/util/identifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/parser/util/whitespace.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/register.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/CJSImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/ESMImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/FlowTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/JSXTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/JestHoistTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/NumericSeparatorTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/OptionalCatchBindingTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/OptionalChainingNullishTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/ReactDisplayNameTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/ReactHotLoaderTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/RootTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/Transformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/transformers/TypeScriptTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/elideImportEquals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/formatTokens.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getClassInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getDeclarationInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getIdentifierNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getImportExportSpecifierInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getJSXPragmaInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getNonTypeIdentifiers.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/getTSImportedNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/isAsyncOperation.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/isExportFrom.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/isIdentifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/removeMaybeImportAttributes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/esm/util/shouldElideDefaultExport.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/identifyShadowedGlobals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/flow.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/jsx/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/jsx/xhtml.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/plugins/typescript.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/keywords.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/readWord.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/readWordTree.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/state.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/tokenizer/types.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/base.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/expression.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/lval.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/statement.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/traverser/util.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/util/charcodes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/util/identifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/parser/util/whitespace.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/register.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/CJSImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/ESMImportTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/FlowTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/JSXTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/JestHoistTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/NumericSeparatorTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/OptionalCatchBindingTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/OptionalChainingNullishTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/ReactDisplayNameTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/ReactHotLoaderTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/RootTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/Transformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/transformers/TypeScriptTransformer.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/CJSImportProcessor.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/HelperManager.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/NameManager.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/Options-gen-types.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/Options.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/TokenProcessor.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/cli.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/computeSourceMap.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/identifyShadowedGlobals.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/flow.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/jsx/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/jsx/xhtml.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/types.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/plugins/typescript.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/keywords.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/readWord.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/readWordTree.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/state.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/tokenizer/types.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/base.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/expression.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/index.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/lval.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/statement.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/traverser/util.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/util/charcodes.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/util/identifier.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/parser/util/whitespace.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/register.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/CJSImportTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/ESMImportTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/FlowTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/JSXTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/JestHoistTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/NumericSeparatorTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/OptionalCatchBindingTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/OptionalChainingNullishTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/ReactDisplayNameTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/ReactHotLoaderTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/RootTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/Transformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/transformers/TypeScriptTransformer.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/elideImportEquals.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/formatTokens.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getClassInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getDeclarationInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getIdentifierNames.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getImportExportSpecifierInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getJSXPragmaInfo.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getNonTypeIdentifiers.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/getTSImportedNames.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/isAsyncOperation.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/isExportFrom.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/isIdentifier.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/removeMaybeImportAttributes.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/types/util/shouldElideDefaultExport.d.ts +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/elideImportEquals.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/formatTokens.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getClassInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getDeclarationInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getIdentifierNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getImportExportSpecifierInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getJSXPragmaInfo.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getNonTypeIdentifiers.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/getTSImportedNames.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/isAsyncOperation.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/isExportFrom.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/isIdentifier.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/removeMaybeImportAttributes.js +lib/node_modules/tailwindcss/node_modules/sucrase/dist/util/shouldElideDefaultExport.js +lib/node_modules/tailwindcss/node_modules/sucrase/package.json +lib/node_modules/tailwindcss/node_modules/sucrase/register/index.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/js.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/jsx.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/ts-legacy-module-interop.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/ts.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/tsx-legacy-module-interop.js +lib/node_modules/tailwindcss/node_modules/sucrase/register/tsx.js +lib/node_modules/tailwindcss/node_modules/sucrase/ts-node-plugin/index.js +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/.eslintrc +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/.nycrc +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/LICENSE +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/README.md +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/browser.js +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/index.js +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/package.json +lib/node_modules/tailwindcss/node_modules/supports-preserve-symlinks-flag/test/index.js +lib/node_modules/tailwindcss/node_modules/thenify-all/History.md +lib/node_modules/tailwindcss/node_modules/thenify-all/LICENSE +lib/node_modules/tailwindcss/node_modules/thenify-all/README.md +lib/node_modules/tailwindcss/node_modules/thenify-all/index.js +lib/node_modules/tailwindcss/node_modules/thenify-all/package.json +lib/node_modules/tailwindcss/node_modules/thenify/History.md +lib/node_modules/tailwindcss/node_modules/thenify/LICENSE +lib/node_modules/tailwindcss/node_modules/thenify/README.md +lib/node_modules/tailwindcss/node_modules/thenify/index.js +lib/node_modules/tailwindcss/node_modules/thenify/package.json +lib/node_modules/tailwindcss/node_modules/to-regex-range/LICENSE +lib/node_modules/tailwindcss/node_modules/to-regex-range/README.md +lib/node_modules/tailwindcss/node_modules/to-regex-range/index.js +lib/node_modules/tailwindcss/node_modules/to-regex-range/package.json +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/LICENSE +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/README.md +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/index.d.ts +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/index.js +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/types.d.ts +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/types.js +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/util.d.ts +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/dist/util.js +lib/node_modules/tailwindcss/node_modules/ts-interface-checker/package.json +lib/node_modules/tailwindcss/node_modules/util-deprecate/History.md +lib/node_modules/tailwindcss/node_modules/util-deprecate/LICENSE +lib/node_modules/tailwindcss/node_modules/util-deprecate/README.md +lib/node_modules/tailwindcss/node_modules/util-deprecate/browser.js +lib/node_modules/tailwindcss/node_modules/util-deprecate/node.js +lib/node_modules/tailwindcss/node_modules/util-deprecate/package.json +lib/node_modules/tailwindcss/node_modules/which/CHANGELOG.md +lib/node_modules/tailwindcss/node_modules/which/LICENSE +lib/node_modules/tailwindcss/node_modules/which/README.md +lib/node_modules/tailwindcss/node_modules/which/bin/node-which +lib/node_modules/tailwindcss/node_modules/which/package.json +lib/node_modules/tailwindcss/node_modules/which/which.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/string-width/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi-cjs/readme.md +lib/node_modules/tailwindcss/node_modules/wrap-ansi/index.d.ts +lib/node_modules/tailwindcss/node_modules/wrap-ansi/index.js +lib/node_modules/tailwindcss/node_modules/wrap-ansi/license +lib/node_modules/tailwindcss/node_modules/wrap-ansi/package.json +lib/node_modules/tailwindcss/node_modules/wrap-ansi/readme.md +lib/node_modules/tailwindcss/node_modules/yaml/LICENSE +lib/node_modules/tailwindcss/node_modules/yaml/README.md +lib/node_modules/tailwindcss/node_modules/yaml/bin.mjs +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-doc.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-node.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/compose-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/composer.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-block-map.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-end.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/resolve-props.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-contains-newline.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/compose/util-map-includes.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/Document.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/anchors.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/applyReviver.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/createNode.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/doc/directives.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/errors.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/index.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/log.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Alias.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Collection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Node.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Pair.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/Scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/YAMLMap.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/identity.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/nodes/toJS.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst-stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst-visit.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/cst.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/lexer.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/line-counter.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/parse/parser.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/public-api.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/Schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/map.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/null.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/seq.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/common/string.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/float.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/int.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/core/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/json/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/tags.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyComment.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyPair.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/stringify/stringifyString.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/util.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/dist/visit.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/index.js +lib/node_modules/tailwindcss/node_modules/yaml/browser/package.json +lib/node_modules/tailwindcss/node_modules/yaml/dist/cli.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/cli.mjs +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-collection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-doc.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-doc.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-node.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-node.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/compose-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/composer.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/composer.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-map.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-map.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-block-seq.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-end.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-end.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-collection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-flow-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-props.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/resolve-props.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-contains-newline.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-contains-newline.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-empty-scalar-position.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-flow-indent-check.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-map-includes.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/compose/util-map-includes.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/Document.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/Document.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/anchors.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/anchors.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/applyReviver.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/applyReviver.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/createNode.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/createNode.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/directives.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/doc/directives.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/errors.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/errors.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/index.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/index.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/log.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/log.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Alias.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Alias.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Collection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Collection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Node.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Node.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Pair.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Pair.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/Scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLMap.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLMap.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/YAMLSeq.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/addPairToJSMap.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/identity.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/identity.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/toJS.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/nodes/toJS.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/options.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-scalar.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-scalar.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-stringify.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-visit.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst-visit.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/cst.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/lexer.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/lexer.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/line-counter.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/line-counter.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/parser.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/parse/parser.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/public-api.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/public-api.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/Schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/Schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/map.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/map.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/null.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/null.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/seq.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/seq.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/string.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/common/string.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/bool.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/float.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/float.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/int.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/int.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/core/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/json-schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/json/schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/json/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/tags.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/tags.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/types.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/binary.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/bool.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/float.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/int.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/merge.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/omap.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/schema.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/set.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/foldFlowLines.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringify.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringify.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyCollection.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyComment.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyComment.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyDocument.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyNumber.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyPair.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyPair.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyString.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/stringify/stringifyString.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/test-events.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/test-events.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/util.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/util.js +lib/node_modules/tailwindcss/node_modules/yaml/dist/visit.d.ts +lib/node_modules/tailwindcss/node_modules/yaml/dist/visit.js +lib/node_modules/tailwindcss/node_modules/yaml/package.json +lib/node_modules/tailwindcss/node_modules/yaml/util.js +lib/node_modules/tailwindcss/package.json +lib/node_modules/tailwindcss/peers/index.js +lib/node_modules/tailwindcss/plugin.d.ts +lib/node_modules/tailwindcss/plugin.js +lib/node_modules/tailwindcss/prettier.config.js +lib/node_modules/tailwindcss/resolveConfig.d.ts +lib/node_modules/tailwindcss/resolveConfig.js +lib/node_modules/tailwindcss/screens.css +lib/node_modules/tailwindcss/scripts/create-plugin-list.js +lib/node_modules/tailwindcss/scripts/generate-types.js +lib/node_modules/tailwindcss/scripts/release-channel.js +lib/node_modules/tailwindcss/scripts/release-notes.js +lib/node_modules/tailwindcss/scripts/type-utils.js +lib/node_modules/tailwindcss/src/cli-peer-dependencies.js +lib/node_modules/tailwindcss/src/cli.js +lib/node_modules/tailwindcss/src/cli/build/deps.js +lib/node_modules/tailwindcss/src/cli/build/index.js +lib/node_modules/tailwindcss/src/cli/build/plugin.js +lib/node_modules/tailwindcss/src/cli/build/utils.js +lib/node_modules/tailwindcss/src/cli/build/watching.js +lib/node_modules/tailwindcss/src/cli/help/index.js +lib/node_modules/tailwindcss/src/cli/index.js +lib/node_modules/tailwindcss/src/cli/init/index.js +lib/node_modules/tailwindcss/src/corePluginList.js +lib/node_modules/tailwindcss/src/corePlugins.js +lib/node_modules/tailwindcss/src/css/LICENSE +lib/node_modules/tailwindcss/src/css/preflight.css +lib/node_modules/tailwindcss/src/featureFlags.js +lib/node_modules/tailwindcss/src/index.js +lib/node_modules/tailwindcss/src/lib/cacheInvalidation.js +lib/node_modules/tailwindcss/src/lib/collapseAdjacentRules.js +lib/node_modules/tailwindcss/src/lib/collapseDuplicateDeclarations.js +lib/node_modules/tailwindcss/src/lib/content.js +lib/node_modules/tailwindcss/src/lib/defaultExtractor.js +lib/node_modules/tailwindcss/src/lib/evaluateTailwindFunctions.js +lib/node_modules/tailwindcss/src/lib/expandApplyAtRules.js +lib/node_modules/tailwindcss/src/lib/expandTailwindAtRules.js +lib/node_modules/tailwindcss/src/lib/findAtConfigPath.js +lib/node_modules/tailwindcss/src/lib/generateRules.js +lib/node_modules/tailwindcss/src/lib/getModuleDependencies.js +lib/node_modules/tailwindcss/src/lib/load-config.ts +lib/node_modules/tailwindcss/src/lib/normalizeTailwindDirectives.js +lib/node_modules/tailwindcss/src/lib/offsets.js +lib/node_modules/tailwindcss/src/lib/partitionApplyAtRules.js +lib/node_modules/tailwindcss/src/lib/regex.js +lib/node_modules/tailwindcss/src/lib/remap-bitfield.js +lib/node_modules/tailwindcss/src/lib/resolveDefaultsAtRules.js +lib/node_modules/tailwindcss/src/lib/setupContextUtils.js +lib/node_modules/tailwindcss/src/lib/setupTrackingContext.js +lib/node_modules/tailwindcss/src/lib/sharedState.js +lib/node_modules/tailwindcss/src/lib/substituteScreenAtRules.js +lib/node_modules/tailwindcss/src/plugin.js +lib/node_modules/tailwindcss/src/postcss-plugins/nesting/README.md +lib/node_modules/tailwindcss/src/postcss-plugins/nesting/index.js +lib/node_modules/tailwindcss/src/postcss-plugins/nesting/plugin.js +lib/node_modules/tailwindcss/src/processTailwindFeatures.js +lib/node_modules/tailwindcss/src/public/colors.js +lib/node_modules/tailwindcss/src/public/create-plugin.js +lib/node_modules/tailwindcss/src/public/default-config.js +lib/node_modules/tailwindcss/src/public/default-theme.js +lib/node_modules/tailwindcss/src/public/load-config.js +lib/node_modules/tailwindcss/src/public/resolve-config.js +lib/node_modules/tailwindcss/src/util/applyImportantSelector.js +lib/node_modules/tailwindcss/src/util/bigSign.js +lib/node_modules/tailwindcss/src/util/buildMediaQuery.js +lib/node_modules/tailwindcss/src/util/cloneDeep.js +lib/node_modules/tailwindcss/src/util/cloneNodes.js +lib/node_modules/tailwindcss/src/util/color.js +lib/node_modules/tailwindcss/src/util/colorNames.js +lib/node_modules/tailwindcss/src/util/configurePlugins.js +lib/node_modules/tailwindcss/src/util/createPlugin.js +lib/node_modules/tailwindcss/src/util/createUtilityPlugin.js +lib/node_modules/tailwindcss/src/util/dataTypes.js +lib/node_modules/tailwindcss/src/util/defaults.js +lib/node_modules/tailwindcss/src/util/escapeClassName.js +lib/node_modules/tailwindcss/src/util/escapeCommas.js +lib/node_modules/tailwindcss/src/util/flattenColorPalette.js +lib/node_modules/tailwindcss/src/util/formatVariantSelector.js +lib/node_modules/tailwindcss/src/util/getAllConfigs.js +lib/node_modules/tailwindcss/src/util/hashConfig.js +lib/node_modules/tailwindcss/src/util/isKeyframeRule.js +lib/node_modules/tailwindcss/src/util/isPlainObject.js +lib/node_modules/tailwindcss/src/util/isSyntacticallyValidPropertyValue.js +lib/node_modules/tailwindcss/src/util/log.js +lib/node_modules/tailwindcss/src/util/nameClass.js +lib/node_modules/tailwindcss/src/util/negateValue.js +lib/node_modules/tailwindcss/src/util/normalizeConfig.js +lib/node_modules/tailwindcss/src/util/normalizeScreens.js +lib/node_modules/tailwindcss/src/util/parseAnimationValue.js +lib/node_modules/tailwindcss/src/util/parseBoxShadowValue.js +lib/node_modules/tailwindcss/src/util/parseDependency.js +lib/node_modules/tailwindcss/src/util/parseGlob.js +lib/node_modules/tailwindcss/src/util/parseObjectStyles.js +lib/node_modules/tailwindcss/src/util/pluginUtils.js +lib/node_modules/tailwindcss/src/util/prefixSelector.js +lib/node_modules/tailwindcss/src/util/pseudoElements.js +lib/node_modules/tailwindcss/src/util/removeAlphaVariables.js +lib/node_modules/tailwindcss/src/util/resolveConfig.js +lib/node_modules/tailwindcss/src/util/resolveConfigPath.js +lib/node_modules/tailwindcss/src/util/responsive.js +lib/node_modules/tailwindcss/src/util/splitAtTopLevelOnly.js +lib/node_modules/tailwindcss/src/util/tap.js +lib/node_modules/tailwindcss/src/util/toColorValue.js +lib/node_modules/tailwindcss/src/util/toPath.js +lib/node_modules/tailwindcss/src/util/transformThemeValue.js +lib/node_modules/tailwindcss/src/util/validateConfig.js +lib/node_modules/tailwindcss/src/util/validateFormalSyntax.js +lib/node_modules/tailwindcss/src/util/withAlphaVariable.js +lib/node_modules/tailwindcss/src/value-parser/LICENSE +lib/node_modules/tailwindcss/src/value-parser/README.md +lib/node_modules/tailwindcss/src/value-parser/index.d.ts +lib/node_modules/tailwindcss/src/value-parser/index.js +lib/node_modules/tailwindcss/src/value-parser/parse.js +lib/node_modules/tailwindcss/src/value-parser/stringify.js +lib/node_modules/tailwindcss/src/value-parser/unit.js +lib/node_modules/tailwindcss/src/value-parser/walk.js +lib/node_modules/tailwindcss/stubs/.npmignore +lib/node_modules/tailwindcss/stubs/.prettierrc.json +lib/node_modules/tailwindcss/stubs/config.full.js +lib/node_modules/tailwindcss/stubs/config.simple.js +lib/node_modules/tailwindcss/stubs/postcss.config.cjs +lib/node_modules/tailwindcss/stubs/postcss.config.js +lib/node_modules/tailwindcss/stubs/tailwind.config.cjs +lib/node_modules/tailwindcss/stubs/tailwind.config.js +lib/node_modules/tailwindcss/stubs/tailwind.config.ts +lib/node_modules/tailwindcss/tailwind.css +lib/node_modules/tailwindcss/types/config.d.ts +lib/node_modules/tailwindcss/types/generated/.gitkeep +lib/node_modules/tailwindcss/types/generated/colors.d.ts +lib/node_modules/tailwindcss/types/generated/corePluginList.d.ts +lib/node_modules/tailwindcss/types/generated/default-theme.d.ts +lib/node_modules/tailwindcss/types/index.d.ts +lib/node_modules/tailwindcss/utilities.css +lib/node_modules/tailwindcss/variants.css diff --git a/www/tcexam/Makefile b/www/tcexam/Makefile index 9e549b42e0fb..5ac16915076c 100644 --- a/www/tcexam/Makefile +++ b/www/tcexam/Makefile @@ -1,5 +1,5 @@ PORTNAME= tcexam -PORTVERSION= 16.3.9 +PORTVERSION= 16.5.0 CATEGORIES= www education PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/tcexam/distinfo b/www/tcexam/distinfo index eac92801d354..0cbb4fbfaf8f 100644 --- a/www/tcexam/distinfo +++ b/www/tcexam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748331491 -SHA256 (tecnickcom-tcexam-16.3.9_GH0.tar.gz) = f2eaa75b7364647ec7dd416275d6ed0218ea2dfb0327d63cbefad1d968a5fe1b -SIZE (tecnickcom-tcexam-16.3.9_GH0.tar.gz) = 17135074 +TIMESTAMP = 1751327270 +SHA256 (tecnickcom-tcexam-16.5.0_GH0.tar.gz) = d50adc8a72a3bc2ca3c9d06da5029535b21dfc27d36710e030362074f15f537b +SIZE (tecnickcom-tcexam-16.5.0_GH0.tar.gz) = 17138670 diff --git a/www/tikiwiki/Makefile b/www/tikiwiki/Makefile index d2b566249a01..a322c1fb8d8f 100644 --- a/www/tikiwiki/Makefile +++ b/www/tikiwiki/Makefile @@ -1,5 +1,5 @@ PORTNAME= tikiwiki -DISTVERSION= 28.3 +DISTVERSION= 28.4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_28.x_Castor/${DISTVERSION}/ DISTNAME= tiki-${DISTVERSION} diff --git a/www/tikiwiki/distinfo b/www/tikiwiki/distinfo index a319c54cb8c5..669f8bbb59ea 100644 --- a/www/tikiwiki/distinfo +++ b/www/tikiwiki/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743637879 -SHA256 (tiki-28.3.tar.gz) = ee54bfe8514c7643713cc8687b31c686b6c2c6679a31f7487c86d4c91ef77b8c -SIZE (tiki-28.3.tar.gz) = 159067238 +TIMESTAMP = 1751325946 +SHA256 (tiki-28.4.tar.gz) = 0078f06445e02be7f16d7c2d0b6d2117ae1d5029daded4f8141a96e59d8a4ae0 +SIZE (tiki-28.4.tar.gz) = 159191247 diff --git a/www/trunk/Makefile b/www/trunk/Makefile index 60c08739bac9..b3cb5f230018 100644 --- a/www/trunk/Makefile +++ b/www/trunk/Makefile @@ -1,7 +1,7 @@ PORTNAME= trunk DISTVERSIONPREFIX= v DISTVERSION= 0.21.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/tuifeed/Makefile b/www/tuifeed/Makefile index 32028ee547ba..a8f574bdfe50 100644 --- a/www/tuifeed/Makefile +++ b/www/tuifeed/Makefile @@ -1,7 +1,7 @@ PORTNAME= tuifeed DISTVERSIONPREFIX= v DISTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= driesm@FreeBSD.org diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index affa0cd061b4..184c4f6b1dec 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -1,5 +1,5 @@ PORTNAME= uwsgi -PORTVERSION= 2.0.29 +PORTVERSION= 2.0.30 CATEGORIES= www python PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/www/uwsgi/distinfo b/www/uwsgi/distinfo index c1f9208ac9b2..27c252cea9be 100644 --- a/www/uwsgi/distinfo +++ b/www/uwsgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745307144 -SHA256 (unbit-uwsgi-2.0.29_GH0.tar.gz) = dfec696171b35d7d7a2cb7758186c70629840e2c5d7cdbda0e89791f89d4252e -SIZE (unbit-uwsgi-2.0.29_GH0.tar.gz) = 822186 +TIMESTAMP = 1751272915 +SHA256 (unbit-uwsgi-2.0.30_GH0.tar.gz) = c3374cd064ce7e11d364cd869230737fe4f54373098e634c319cea6973cc7a61 +SIZE (unbit-uwsgi-2.0.30_GH0.tar.gz) = 822232 diff --git a/www/varnish-libvmod-fileserver/Makefile b/www/varnish-libvmod-fileserver/Makefile index e219499346b6..3d46c583a9c5 100644 --- a/www/varnish-libvmod-fileserver/Makefile +++ b/www/varnish-libvmod-fileserver/Makefile @@ -1,5 +1,6 @@ PORTNAME= libvmod-fileserver PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= varnish- diff --git a/www/vigil/Makefile b/www/vigil/Makefile index e5686855e5e9..41f773cf28f9 100644 --- a/www/vigil/Makefile +++ b/www/vigil/Makefile @@ -1,7 +1,7 @@ PORTNAME= vigil DISTVERSIONPREFIX= v DISTVERSION= 1.27.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/wasm-bindgen-cli/Makefile b/www/wasm-bindgen-cli/Makefile index 773388ad0e3e..c0f9efef3fae 100644 --- a/www/wasm-bindgen-cli/Makefile +++ b/www/wasm-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= wasm-bindgen-cli DISTVERSION= 0.2.95 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= aokblast@FreeBSD.org diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index 6323436c4d3a..084992803fd2 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasm-pack DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/websocat/Makefile b/www/websocat/Makefile index 40f2bbf1acf3..35330756049c 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index b0d183879840..6d4754a68bab 100644 --- a/www/wiki-tui/Makefile +++ b/www/wiki-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= wiki-tui DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= eduardo@FreeBSD.org diff --git a/www/xh/Makefile b/www/xh/Makefile index 238105f88586..9ed1ee76c9ca 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,7 +1,7 @@ PORTNAME= xh DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/zola/Makefile b/www/zola/Makefile index 4ffe9755b2aa..7004e265bbca 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,7 +1,7 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= bofh@FreeBSD.org diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 6edb2e9a5ae9..86526f2bf8f7 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= xorg -PORTVERSION= 21.1.16 +PORTVERSION= 21.1.18 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver diff --git a/x11-servers/xorg-server/distinfo b/x11-servers/xorg-server/distinfo index e330c8ec5274..8f721320a402 100644 --- a/x11-servers/xorg-server/distinfo +++ b/x11-servers/xorg-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740764814 -SHA256 (xorg-server-21.1.16.tar.xz) = b14a116d2d805debc5b5b2aac505a279e69b217dae2fae2dfcb62400471a9970 -SIZE (xorg-server-21.1.16.tar.xz) = 5025304 +TIMESTAMP = 1751356772 +SHA256 (xorg-server-21.1.18.tar.xz) = c878d1930d87725d4a5bf498c24f4be8130d5b2646a9fd0f2994deff90116352 +SIZE (xorg-server-21.1.18.tar.xz) = 5037376 diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 98ce024e4755..0455e6930bf1 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -2,7 +2,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 67 +PORTREVISION= 68 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 09a90a03324d..b5a857729e76 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,7 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 wayland MAINTAINER= vishwin@FreeBSD.org diff --git a/x11/appres/Makefile b/x11/appres/Makefile index e41b93ce6198..c4694985eaf8 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -1,15 +1,17 @@ PORTNAME= appres -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Program to list application's resources +WWW= https://gitlab.freedesktop.org/xorg/app/appres -USES= xorg xorg-cat:app -USE_XORG= x11 xt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xt xorgproto PLIST_FILES= bin/appres share/man/man1/appres.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/appres/distinfo b/x11/appres/distinfo index 646a667889f6..d74738d00f3c 100644 --- a/x11/appres/distinfo +++ b/x11/appres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525887215 -SHA256 (xorg/app/appres-1.0.5.tar.bz2) = ffad893712c81943b919e3cbfe46fc65259cc0d9eb96d5e658670e3fbb265928 -SIZE (xorg/app/appres-1.0.5.tar.bz2) = 124531 +TIMESTAMP = 1747928216 +SHA256 (xorg/app/appres-1.0.7.tar.xz) = 1114b189239fd87a8d1db433edcb4486346d29912132b91eaeee5667f13b819f +SIZE (xorg/app/appres-1.0.7.tar.xz) = 120780 diff --git a/x11/appres/pkg-descr b/x11/appres/pkg-descr index 6a5b906d2e75..4c5adb9fdbad 100644 --- a/x11/appres/pkg-descr +++ b/x11/appres/pkg-descr @@ -1,4 +1,4 @@ The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance -names. It can be used to determine which resources a particular +names. It can be used to determine which resources a particular program will load. diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index c2604867ba73..16dda28992ca 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= clx DISTVERSION= 0.7.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl diff --git a/x11/hyprcursor/Makefile b/x11/hyprcursor/Makefile index a9ddfab0ebb5..d72ec7513138 100644 --- a/x11/hyprcursor/Makefile +++ b/x11/hyprcursor/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.1.12 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland cursor format, library and utilities WWW= https://github.com/hyprwm/hyprcursor diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index 0f31bd80a102..3144006df543 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.1.6 PORTREVISION= 2 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hyprland's idle daemon #' WWW= https://github.com/hyprwm/hypridle diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index 1eebdf755cf1..1b80838ea334 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 CATEGORIES= x11 wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Color picker and magnifier for Wayland WWW= https://github.com/hyprwm/hyprpicker diff --git a/x11/i3bar-river/Makefile b/x11/i3bar-river/Makefile index 8755e343e6a4..10d5cf5544be 100644 --- a/x11/i3bar-river/Makefile +++ b/x11/i3bar-river/Makefile @@ -1,7 +1,7 @@ PORTNAME= i3bar-river DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/ico/Makefile b/x11/ico/Makefile index bbadbee338dc..562feeec025d 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,15 +1,16 @@ PORTNAME= ico -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays a wire-frame rotating plyhedron +WWW= https://gitlab.freedesktop.org/xorg/app/ico -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/ico share/man/man1/ico.1.gz diff --git a/x11/ico/distinfo b/x11/ico/distinfo index fd74d342d5fa..5e7134ce6f8e 100644 --- a/x11/ico/distinfo +++ b/x11/ico/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525887945 -SHA256 (xorg/app/ico-1.0.5.tar.bz2) = d73b62f29eb98d850f16b76d759395180b860b613fbe1686b18eee99a6e3773f -SIZE (xorg/app/ico-1.0.5.tar.bz2) = 136727 +TIMESTAMP = 1749875842 +SHA256 (xorg/app/ico-1.0.6.tar.xz) = 38f369d431e753280fde70fa489cc94ce204f9f8eabd2f49fc7d32afa69f4405 +SIZE (xorg/app/ico-1.0.6.tar.xz) = 130032 diff --git a/x11/ico/pkg-descr b/x11/ico/pkg-descr index 591943b22fd1..51f8ec6d34c9 100644 --- a/x11/ico/pkg-descr +++ b/x11/ico/pkg-descr @@ -1,2 +1,5 @@ -This package contains ico, an appliction used for displaying wire-framed -rotating polyhedrons. +Ico is a simple animation program that may be used for testing various +X11 operations and extensions. It displays a wire-frame rotating +polyhedron, with hidden lines removed, or a solid-fill polyhedron with +hidden faces removed. There are a number of different polyhedra +available. diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index 8516971df349..8f4e94ffcd58 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index f498d7a280a1..1a05a7ed40a4 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,7 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index aeb0ce59c868..28c63a54cda7 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -1,5 +1,5 @@ PORTNAME= libICE -PORTVERSION= 1.1.1 +DISTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo index 0e8f80fab3c2..2231cd6f0b1a 100644 --- a/x11/libICE/distinfo +++ b/x11/libICE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714057299 -SHA256 (xorg/lib/libICE-1.1.1.tar.xz) = 03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451 -SIZE (xorg/lib/libICE-1.1.1.tar.xz) = 335960 +TIMESTAMP = 1747408580 +SHA256 (xorg/lib/libICE-1.1.2.tar.xz) = 974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625 +SIZE (xorg/lib/libICE-1.1.2.tar.xz) = 342900 diff --git a/x11/libICE/pkg-descr b/x11/libICE/pkg-descr index f15ac2a5dd15..76e833fe289e 100644 --- a/x11/libICE/pkg-descr +++ b/x11/libICE/pkg-descr @@ -1 +1,9 @@ -This package contains the Inter Client Exchange library for X11. +This package provides the X11 Inter-Client Exchange library, which +allows for communication of data between X clients. + +There are numerous possible inter-client protocols, with many +similarities and common needs - authentication, version negotiation, +byte order negotiation, and so on. The Inter-Client Exchange (ICE) +protocol is intended to provide a framework for building such +protocols, allowing them to make use of common negotiation mechanisms +and to be multiplexed over a single transport connection. diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 0af9879adca6..83e08746d01f 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,5 +1,5 @@ PORTNAME= libXau -PORTVERSION= 1.0.11 +DISTVERSION= 1.0.12 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index 51a625242d7a..992dd05db744 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716925378 -SHA256 (xorg/lib/libXau-1.0.11.tar.xz) = f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb -SIZE (xorg/lib/libXau-1.0.11.tar.xz) = 274108 +TIMESTAMP = 1747098837 +SHA256 (xorg/lib/libXau-1.0.12.tar.xz) = 74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb +SIZE (xorg/lib/libXau-1.0.12.tar.xz) = 282624 diff --git a/x11/libXau/pkg-descr b/x11/libXau/pkg-descr index a3f7c8574f2e..584f664eb43f 100644 --- a/x11/libXau/pkg-descr +++ b/x11/libXau/pkg-descr @@ -1 +1,8 @@ This package contains a library for the Authorization Protocol for X11. +This is useful for restricting client access to the display. + +libXau provides mechanisms for individual access to an X Window System +display. It uses existing core protocol and library hooks for specifying +authorization data in the connection setup block to restrict use of the +display to only those clients that show that they know a server-specific +key called a "magic cookie". diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 0834adc33bf0..3197c7e87613 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -1,5 +1,5 @@ PORTNAME= libXcursor -PORTVERSION= 1.2.2 +DISTVERSION= 1.2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,7 +14,6 @@ USE_XORG= xrender x11 xfixes xorgproto CPE_VENDOR= x CPE_PRODUCT= libxcursor -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons \ --with-cursorpath="~/.local/share/icons:~/.icons:${PREFIX}/share/icons:${PREFIX}/share/pixmaps" INSTALL_TARGET= install-strip diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo index 281510f2e222..484e7d0b278b 100644 --- a/x11/libXcursor/distinfo +++ b/x11/libXcursor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709444312 -SHA256 (xorg/lib/libXcursor-1.2.2.tar.xz) = 53d071bd2cc56e517a30998d5e685c8a74556ddada43c6985d14da9a023a88ee -SIZE (xorg/lib/libXcursor-1.2.2.tar.xz) = 289536 +TIMESTAMP = 1747549658 +SHA256 (xorg/lib/libXcursor-1.2.3.tar.xz) = fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0 +SIZE (xorg/lib/libXcursor-1.2.3.tar.xz) = 292764 diff --git a/x11/libXcursor/pkg-descr b/x11/libXcursor/pkg-descr index cb6ac8026f02..8dd65e68e1b3 100644 --- a/x11/libXcursor/pkg-descr +++ b/x11/libXcursor/pkg-descr @@ -1 +1,7 @@ -This package contains the X client-side cursor loading library. +This package, libXcursor, provides the client-side cursor loading +library for X. This cursor management library is a simple library +designed to help locate and load cursors (from files or memory). + +A library of common cursors exists which map to the standard X cursor +names. Cursors can exist in several sizes and the library automatically +picks the best size. diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 93d72e004e04..cae3d5fa482c 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,13 +1,14 @@ PORTNAME= libXi -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Input extension library -WWW= https://www.freedesktop.org/Software/xlibs +WWW= https://www.freedesktop.org/wiki/Software/xlibs/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib CPE_VENDOR= x.org diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index d046b66baaf6..d1a774b47305 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716926968 -SHA256 (xorg/lib/libXi-1.8.1.tar.xz) = 89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7 -SIZE (xorg/lib/libXi-1.8.1.tar.xz) = 404252 +TIMESTAMP = 1747589118 +SHA256 (xorg/lib/libXi-1.8.2.tar.xz) = d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104 +SIZE (xorg/lib/libXi-1.8.2.tar.xz) = 405200 diff --git a/x11/libXi/pkg-descr b/x11/libXi/pkg-descr index 76825a49adb5..d34fac751488 100644 --- a/x11/libXi/pkg-descr +++ b/x11/libXi/pkg-descr @@ -1 +1,4 @@ -This package contains the X Input extension library. +libXi is library for the X Input Extension. +The purpose of this extension is to support the use of additional input +devices beyond the pointer and keyboard devices defined by the core X +protocol. diff --git a/x11/libXpresent/Makefile b/x11/libXpresent/Makefile index ef9b672f262b..cba31fe70cbd 100644 --- a/x11/libXpresent/Makefile +++ b/x11/libXpresent/Makefile @@ -1,6 +1,5 @@ PORTNAME= libXpresent -PORTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.0.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -10,11 +9,9 @@ WWW= https://gitlab.freedesktop.org/xorg/lib/libxpresent LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:lib +USES= tar:xz xorg xorg-cat:lib USE_XORG= x11 xfixes xext xorgproto xrandr -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - INSTALL_TARGET= install-strip .include diff --git a/x11/libXpresent/distinfo b/x11/libXpresent/distinfo index 444ce61f2107..3429d4f993d0 100644 --- a/x11/libXpresent/distinfo +++ b/x11/libXpresent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566903596 -SHA256 (xorg/lib/libXpresent-1.0.0.tar.bz2) = c11ae015141a9afbe10f4f2b8ee00b11adca6373dc1b9808d7c6c138b2da7b8a -SIZE (xorg/lib/libXpresent-1.0.0.tar.bz2) = 263461 +TIMESTAMP = 1747637953 +SHA256 (xorg/lib/libXpresent-1.0.1.tar.xz) = b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b +SIZE (xorg/lib/libXpresent-1.0.1.tar.xz) = 257136 diff --git a/x11/libXpresent/pkg-descr b/x11/libXpresent/pkg-descr index 7ada869791ba..a7733e7786a4 100644 --- a/x11/libXpresent/pkg-descr +++ b/x11/libXpresent/pkg-descr @@ -1 +1,6 @@ -Xlib-based library for the X Present Extension. +Xpresent is a library designed to interface the X Present Extension. + +The Present extension provides a way for applications to update their +window contents from a pixmap in a well defined fashion, synchronizing +with the display refresh and potentially using a more efficient +mechanism than copying the contents of the source pixmap. diff --git a/x11/libXpresent/pkg-plist b/x11/libXpresent/pkg-plist index 0c5c84aa53cc..fbddecfe3afc 100644 --- a/x11/libXpresent/pkg-plist +++ b/x11/libXpresent/pkg-plist @@ -4,4 +4,12 @@ lib/libXpresent.so lib/libXpresent.so.1 lib/libXpresent.so.1.0.0 libdata/pkgconfig/xpresent.pc +share/man/man3/XPresentFreeInput.3.gz +share/man/man3/XPresentNotifyMSC.3.gz +share/man/man3/XPresentPixmap.3.gz +share/man/man3/XPresentQueryCapabilities.3.gz +share/man/man3/XPresentQueryExtension.3.gz +share/man/man3/XPresentQueryVersion.3.gz +share/man/man3/XPresentSelectInput.3.gz +share/man/man3/XPresentVersion.3.gz share/man/man3/Xpresent.3.gz diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 1f52662e8455..e23c6d231bdb 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,12 +1,13 @@ PORTNAME= libXtst -PORTVERSION= 1.2.4 +DISTVERSION= 1.2.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Test extension -WWW= https://www.freedesktop.org/Software/xorg +WWW= https://gitlab.freedesktop.org/xorg/lib/libxtst LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib USE_XORG= x11 xext xi xorgproto @@ -15,8 +16,13 @@ CPE_VENDOR= x CONFIGURE_ARGS+=--disable-specs --without-xmlto +INSTALL_TARGET= install-strip + post-patch: @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \ s/specs//' ${WRKSRC}/Makefile.in +post-build: + @${REINPLACE_CMD} -e 's|^\.so |.so man3/|' ${WRKSRC}/man/*.3 + .include diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 478873e0d705..6910a95a97f9 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716963960 -SHA256 (xorg/lib/libXtst-1.2.4.tar.xz) = 84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8 -SIZE (xorg/lib/libXtst-1.2.4.tar.xz) = 287636 +TIMESTAMP = 1747142850 +SHA256 (xorg/lib/libXtst-1.2.5.tar.xz) = b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242 +SIZE (xorg/lib/libXtst-1.2.5.tar.xz) = 291748 diff --git a/x11/libXtst/pkg-descr b/x11/libXtst/pkg-descr index 9697dca7a295..01cfa5cee20e 100644 --- a/x11/libXtst/pkg-descr +++ b/x11/libXtst/pkg-descr @@ -1 +1,10 @@ -This package contains the XKB file library. +libXtst provides the Xlib-based client API for the XTEST & RECORD +extensions. + +The XTEST extension is a minimal set of client and server extensions +required to completely test the X11 server with no user intervention. +This extension is not intended to support general journaling and +playback of user actions. + +The RECORD extension supports the recording and reporting of all +core X protocol and arbitrary X extension protocol. diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 4a20092db1ad..80c1890a2f6e 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,6 +1,5 @@ PORTNAME= libXv -PORTVERSION= 1.0.12 -PORTREVISION= 1 +DISTVERSION= 1.0.13 PORTEPOCH= 1 CATEGORIES= x11 @@ -9,6 +8,7 @@ COMMENT= X Video Extension library WWW= https://www.freedesktop.org/Software/xlibs LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= cpe xorg xorg-cat:lib @@ -16,6 +16,6 @@ USE_XORG= x11 xext xorgproto CPE_PRODUCT= libxv CPE_VENDOR= x -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +INSTALL_TARGET= install-strip .include diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index ba92c308a769..001fe42322fe 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670266877 -SHA256 (xorg/lib/libXv-1.0.12.tar.xz) = aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848 -SIZE (xorg/lib/libXv-1.0.12.tar.xz) = 276020 +TIMESTAMP = 1747278699 +SHA256 (xorg/lib/libXv-1.0.13.tar.xz) = 7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755 +SIZE (xorg/lib/libXv-1.0.13.tar.xz) = 281460 diff --git a/x11/libXv/pkg-descr b/x11/libXv/pkg-descr index 53be45c4f3bd..347bfc72360e 100644 --- a/x11/libXv/pkg-descr +++ b/x11/libXv/pkg-descr @@ -1 +1,4 @@ -This package contains the X Video Extension library. +The X Video Extension (Xv) extension provides support for video +adaptors attached to an X display. It takes the approach that a +display may have one or more video adaptors, each of which has one +or more ports through which independent video streams pass. diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index 3e80dcaf8610..b66ac732a0d0 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -1,16 +1,19 @@ PORTNAME= libXxf86vm -PORTVERSION= 1.1.5 +DISTVERSION= 1.1.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Vidmode Extension -WWW= https://www.freedesktop.org/Software/xorg +WWW= https://gitlab.freedesktop.org/xorg/lib/libxxf86vm LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib USE_XORG= xorgproto x11 xext CPE_PRODUCT= libxxf86vm CPE_VENDOR= x +INSTALL_TARGET= install-strip + .include diff --git a/x11/libXxf86vm/distinfo b/x11/libXxf86vm/distinfo index ebe879891054..f8644204fe83 100644 --- a/x11/libXxf86vm/distinfo +++ b/x11/libXxf86vm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716964345 -SHA256 (xorg/lib/libXxf86vm-1.1.5.tar.xz) = 247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7 -SIZE (xorg/lib/libXxf86vm-1.1.5.tar.xz) = 265384 +TIMESTAMP = 1747144195 +SHA256 (xorg/lib/libXxf86vm-1.1.6.tar.xz) = 96af414c73ce1d5449ad04be7f9f27fa8330f844b6dda843ef22e3e1befb3ee3 +SIZE (xorg/lib/libXxf86vm-1.1.6.tar.xz) = 271712 diff --git a/x11/libXxf86vm/pkg-descr b/x11/libXxf86vm/pkg-descr index 9697dca7a295..cf8025404ed7 100644 --- a/x11/libXxf86vm/pkg-descr +++ b/x11/libXxf86vm/pkg-descr @@ -1 +1,4 @@ -This package contains the XKB file library. +This package contains library for the XFree86-VidMode X extension. +These functions provide an interface to the server extension +XFree86-VidModeExtension which allows the video modes to be queried +and adjusted dynamically and mode switching to be controlled. diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile index 1190bd9ebf83..4e628e694aee 100644 --- a/x11/libxshmfence/Makefile +++ b/x11/libxshmfence/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxshmfence -PORTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libxshmfence/distinfo b/x11/libxshmfence/distinfo index 58edd7f6361b..ee4309e74dfb 100644 --- a/x11/libxshmfence/distinfo +++ b/x11/libxshmfence/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670515706 -SHA256 (xorg/lib/libxshmfence-1.3.2.tar.xz) = 870df257bc40b126d91b5a8f1da6ca8a524555268c50b59c0acd1a27f361606f -SIZE (xorg/lib/libxshmfence-1.3.2.tar.xz) = 259024 +TIMESTAMP = 1747706454 +SHA256 (xorg/lib/libxshmfence-1.3.3.tar.xz) = d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10 +SIZE (xorg/lib/libxshmfence-1.3.3.tar.xz) = 264860 diff --git a/x11/linux-nvidia-libs-devel/Makefile b/x11/linux-nvidia-libs-devel/Makefile index f0dfe2201ec7..89d730f3a4c8 100644 --- a/x11/linux-nvidia-libs-devel/Makefile +++ b/x11/linux-nvidia-libs-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/linux-nvidia-libs-devel/distinfo b/x11/linux-nvidia-libs-devel/distinfo index 8fd4df607603..fd5f4aac32a3 100644 --- a/x11/linux-nvidia-libs-devel/distinfo +++ b/x11/linux-nvidia-libs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750496375 -SHA256 (NVIDIA-Linux-x86_64-575.64.run) = eb01bcfe73b06c7d24b6083c27e6414f6979542f06e65601421b64ccc0ad68b1 -SIZE (NVIDIA-Linux-x86_64-575.64.run) = 387052180 +TIMESTAMP = 1751449830 +SHA256 (NVIDIA-Linux-x86_64-575.64.03.run) = 4bb7aa86004b2ed299c7d430a0622c5c90327ce3aca4f6e9a531d4c41d3a0ca0 +SIZE (NVIDIA-Linux-x86_64-575.64.03.run) = 387655074 diff --git a/x11/nvidia-driver-devel/Makefile b/x11/nvidia-driver-devel/Makefile index d3e7258c8852..82483c12030b 100644 --- a/x11/nvidia-driver-devel/Makefile +++ b/x11/nvidia-driver-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64 +DISTVERSION= 575.64.03 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/nvidia-driver-devel/distinfo b/x11/nvidia-driver-devel/distinfo index 28b3f5dc73eb..8f130be3a8e0 100644 --- a/x11/nvidia-driver-devel/distinfo +++ b/x11/nvidia-driver-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750495890 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 8b1392a796ac04738b11d8f74713d1c8be3ecbd1af8363ba8ba3599204b56057 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.tar.xz) = 287791452 +TIMESTAMP = 1751449665 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 +SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 diff --git a/x11/rio/Makefile b/x11/rio/Makefile index 2f43f5d17937..62245e643ba5 100644 --- a/x11/rio/Makefile +++ b/x11/rio/Makefile @@ -1,6 +1,7 @@ PORTNAME= rio DISTVERSIONPREFIX= v DISTVERSION= 0.2.20 +PORTREVISION= 1 CATEGORIES= x11 wayland PKGNAMESUFFIX= -terminal-emulator diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile index d905a1fc907c..ab415af6b38a 100644 --- a/x11/rlaunch/Makefile +++ b/x11/rlaunch/Makefile @@ -1,6 +1,6 @@ PORTNAME= rlaunch DISTVERSION= 1.3.14 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/salut/Makefile b/x11/salut/Makefile index 2a3d72eefa5a..08bef05512b1 100644 --- a/x11/salut/Makefile +++ b/x11/salut/Makefile @@ -1,7 +1,7 @@ PORTNAME= salut DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile index deed18b98ce7..1090227239db 100644 --- a/x11/setxkbmap/Makefile +++ b/x11/setxkbmap/Makefile @@ -1,19 +1,17 @@ PORTNAME= setxkbmap -PORTVERSION= 1.3.2 -PORTREVISION= 1 +DISTVERSION= 1.3.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Set the keyboard using the X Keyboard Extension -WWW= https://www.freedesktop.org/Software/xorg +WWW= https://gitlab.freedesktop.org/xorg/app/setxkbmap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xkbfile x11 +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xkbfile xorgproto xrandr -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-xkb-config-root=${LOCALBASE}/share/X11/xkb PLIST_FILES= bin/setxkbmap share/man/man1/setxkbmap.1.gz diff --git a/x11/setxkbmap/distinfo b/x11/setxkbmap/distinfo index 233c24519407..e86e966314df 100644 --- a/x11/setxkbmap/distinfo +++ b/x11/setxkbmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566061167 -SHA256 (xorg/app/setxkbmap-1.3.2.tar.bz2) = 8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5 -SIZE (xorg/app/setxkbmap-1.3.2.tar.bz2) = 136253 +TIMESTAMP = 1748221448 +SHA256 (xorg/app/setxkbmap-1.3.4.tar.xz) = be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade +SIZE (xorg/app/setxkbmap-1.3.4.tar.xz) = 132300 diff --git a/x11/setxkbmap/pkg-descr b/x11/setxkbmap/pkg-descr index ee02809c99e3..04fde0c6ae17 100644 --- a/x11/setxkbmap/pkg-descr +++ b/x11/setxkbmap/pkg-descr @@ -1,2 +1,3 @@ -This package contains setxkbmp, a program for setting the keyboard using -the X Keyboard Extension. +The setxkbmap is an X11 client to change the keymaps in the X server +for a specified keyboard to use the layout determined by the options +listed on the command line. diff --git a/x11/shikane/Makefile b/x11/shikane/Makefile index 08f4d1bf95c6..9e47da1ef607 100644 --- a/x11/shikane/Makefile +++ b/x11/shikane/Makefile @@ -1,7 +1,7 @@ PORTNAME= shikane DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 5703dfdc94e4..5dff13170e30 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -1,7 +1,7 @@ PORTNAME= shotman DISTVERSIONPREFIX= v DISTVERSION= 0.4.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 82d05bfb3f9e..40ef7a0f0b02 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayr DISTVERSION= 0.28.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swayrbar/Makefile b/x11/swayrbar/Makefile index 0e93f831bd43..d3b749cc81c1 100644 --- a/x11/swayrbar/Makefile +++ b/x11/swayrbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayrbar DISTVERSION= 0.4.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swww/Makefile b/x11/swww/Makefile index 88b4cddfd448..e0b3d2e27100 100644 --- a/x11/swww/Makefile +++ b/x11/swww/Makefile @@ -1,7 +1,7 @@ PORTNAME= swww DISTVERSIONPREFIX= v DISTVERSION= 0.10.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org diff --git a/x11/watershot/Makefile b/x11/watershot/Makefile index fe1168aa4142..fa553f474884 100644 --- a/x11/watershot/Makefile +++ b/x11/watershot/Makefile @@ -1,7 +1,7 @@ PORTNAME= watershot DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wayidle/Makefile b/x11/wayidle/Makefile index 3fdb7d124c4c..0cfc56b17c03 100644 --- a/x11/wayidle/Makefile +++ b/x11/wayidle/Makefile @@ -1,7 +1,7 @@ PORTNAME= wayidle DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wayout/Makefile b/x11/wayout/Makefile index ba3d8687f810..e5052914c8c0 100644 --- a/x11/wayout/Makefile +++ b/x11/wayout/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayout DISTVERSION= 1.1.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~shinyzenith/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 2ceef3eacbbb..668f9e796d10 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,7 +1,7 @@ PORTNAME= wezterm DISTVERSION= 20250213-133349 DISTVERSIONSUFFIX= -ee0c04e7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= vladislav.movchan@gmail.com diff --git a/x11/windowtolayer/Makefile b/x11/windowtolayer/Makefile index 87c7e2cfef09..1db9b1b4c0ce 100644 --- a/x11/windowtolayer/Makefile +++ b/x11/windowtolayer/Makefile @@ -1,7 +1,7 @@ PORTNAME= windowtolayer DISTVERSIONPREFIX= v PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile index bddb529561ae..f34266039fa5 100644 --- a/x11/wlr-which-key/Makefile +++ b/x11/wlr-which-key/Makefile @@ -1,6 +1,7 @@ PORTNAME= wlr-which-key DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org diff --git a/x11/wmenu/Makefile b/x11/wmenu/Makefile index b5981638437f..33a2ebd90609 100644 --- a/x11/wmenu/Makefile +++ b/x11/wmenu/Makefile @@ -18,14 +18,6 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ USES= compiler:c11 gnome meson pkgconfig USE_GNOME= cairo pango -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -CPPFLAGS+= `pkg-config --cflags epoll-shim` -LDFLAGS+= `pkg-config --libs epoll-shim` -.endif - WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/wmenu \ diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index 949025d66e93..c57f6e2a12bd 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile index ba145169c1d7..07dd1eb767e2 100644 --- a/x11/xbitmaps/Makefile +++ b/x11/xbitmaps/Makefile @@ -1,14 +1,15 @@ PORTNAME= xbitmaps -PORTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.Org bitmaps data +WWW= https://gitlab.freedesktop.org/xorg/data/bitmaps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix xorg-cat:data +USES= pathfix tar:xz xorg-cat:data NO_ARCH= yes diff --git a/x11/xbitmaps/distinfo b/x11/xbitmaps/distinfo index 52785ed4b345..c05615ec2e29 100644 --- a/x11/xbitmaps/distinfo +++ b/x11/xbitmaps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522344325 -SHA256 (xorg/data/xbitmaps-1.1.2.tar.bz2) = b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee -SIZE (xorg/data/xbitmaps-1.1.2.tar.bz2) = 129435 +TIMESTAMP = 1747086459 +SHA256 (xorg/data/xbitmaps-1.1.3.tar.xz) = ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a +SIZE (xorg/data/xbitmaps-1.1.3.tar.xz) = 109772 diff --git a/x11/xbitmaps/pkg-descr b/x11/xbitmaps/pkg-descr index df006bcf2041..cececa064d31 100644 --- a/x11/xbitmaps/pkg-descr +++ b/x11/xbitmaps/pkg-descr @@ -1,2 +1,3 @@ This package contains xbitmaps, which provides static graphics needed by X.Org applications to draw screen elements. +The bitmaps are in the X BitMap (XBM) format for direct inclusion in C. diff --git a/x11/xcur2png/Makefile b/x11/xcur2png/Makefile index 6cedf5cb7233..f81141e064d6 100644 --- a/x11/xcur2png/Makefile +++ b/x11/xcur2png/Makefile @@ -2,7 +2,7 @@ PORTNAME= xcur2png DISTVERSION= 0.7.1 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert X cursors to PNG images WWW= https://github.com/eworm-de/xcur2png diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 1ee03d499339..7c42854f0e8b 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,12 +1,13 @@ PORTNAME= xcursorgen -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Create an X cursor file from a collection of PNG images +WWW= https://gitlab.freedesktop.org/xorg/app/xcursorgen LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png @@ -16,6 +17,5 @@ USE_XORG= x11 xcursor xorgproto INSTALL_TARGET= install-strip PLIST_FILES= bin/xcursorgen share/man/man1/xcursorgen.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xcursorgen/distinfo b/x11/xcursorgen/distinfo index 24ed39f967c7..6d926ca628dd 100644 --- a/x11/xcursorgen/distinfo +++ b/x11/xcursorgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670268453 -SHA256 (xorg/app/xcursorgen-1.0.8.tar.xz) = 32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b -SIZE (xorg/app/xcursorgen-1.0.8.tar.xz) = 123208 +TIMESTAMP = 1748273702 +SHA256 (xorg/app/xcursorgen-1.0.9.tar.xz) = 0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc +SIZE (xorg/app/xcursorgen-1.0.9.tar.xz) = 126956 diff --git a/x11/xcursorgen/pkg-descr b/x11/xcursorgen/pkg-descr index be67a1b6c50b..4ed6779bc335 100644 --- a/x11/xcursorgen/pkg-descr +++ b/x11/xcursorgen/pkg-descr @@ -1,2 +1,5 @@ -This package contains xcursorgen, a program for creating an X cursor file -from a collection of PNG images. +Xcursorgen prepares X11 cursor sets for use with libXcursor. +Xcursorgen reads the configuration file to find the list of cursor +images along with their hotspot and nominal size information. +Xcursorgen converts all of the images to Xcursor format and writes them +to the output file. diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index db96e49cef79..4c1705400d01 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -32,12 +32,6 @@ PLIST_FILES= libexec/${PORTNAME} \ share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \ share/xdg-desktop-portal/portals/wlr.portal -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 -# https://cgit.freebsd.org/src/commit/?id=af93fea71038 -.if !exists(/usr/include/sys/timerfd.h) -LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim -.endif - OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index bcaeb1d888b6..532fd8397bd8 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,20 +1,18 @@ PORTNAME= xdpyinfo -PORTVERSION= 1.3.2 -PORTREVISION= 5 +DISTVERSION= 1.3.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Display information utility for X +WWW= https://gitlab.freedesktop.org/xorg/app/xdpyinfo LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xcb xcomposite xext xinerama xorgproto xrender \ +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xcb xcomposite xext xi xinerama xorgproto xrender \ xtst xxf86dga xxf86vm -CONFIGURE_ARGS= --without-xf86misc - PLIST_FILES= bin/xdpyinfo share/man/man1/xdpyinfo.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo index b647047e4a06..4cb9d7344205 100644 --- a/x11/xdpyinfo/distinfo +++ b/x11/xdpyinfo/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xdpyinfo-1.3.2.tar.bz2) = 30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51 -SIZE (xorg/app/xdpyinfo-1.3.2.tar.bz2) = 141351 +TIMESTAMP = 1748021082 +SHA256 (xorg/app/xdpyinfo-1.3.4.tar.xz) = a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b +SIZE (xorg/app/xdpyinfo-1.3.4.tar.xz) = 137064 diff --git a/x11/xdpyinfo/pkg-descr b/x11/xdpyinfo/pkg-descr index 1ab1193022b3..4596654acddb 100644 --- a/x11/xdpyinfo/pkg-descr +++ b/x11/xdpyinfo/pkg-descr @@ -1,2 +1,5 @@ -This package contains xdpyinfo, which is a utility for displaying -information about an X server. +Xdpyinfo is a utility for displaying information about an X server. It +is used to examine the capabilities of a server, the predefined values +for various parameters used in communicating between clients and the +server, and the different types of screens and visuals that are +available. diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile index 4b1a37d51ac3..bff68e63c9c1 100644 --- a/x11/xdriinfo/Makefile +++ b/x11/xdriinfo/Makefile @@ -1,15 +1,17 @@ PORTNAME= xdriinfo -PORTVERSION= 1.0.6 -PORTREVISION= 5 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Query configuration information of DRI drivers +WWW= https://gitlab.freedesktop.org/xorg/app/xdriinfo -USES= gl xorg xorg-cat:app +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gl tar:xz xorg xorg-cat:app USE_GL= gl USE_XORG= x11 xorgproto PLIST_FILES= bin/xdriinfo share/man/man1/xdriinfo.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xdriinfo/distinfo b/x11/xdriinfo/distinfo index b45a6515467c..65628c2e12e5 100644 --- a/x11/xdriinfo/distinfo +++ b/x11/xdriinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525888518 -SHA256 (xorg/app/xdriinfo-1.0.6.tar.bz2) = d9ccd2c3e87899417acc9ea1f3e319a4198112babe1dc711273584f607449d51 -SIZE (xorg/app/xdriinfo-1.0.6.tar.bz2) = 123636 +TIMESTAMP = 1748188764 +SHA256 (xorg/app/xdriinfo-1.0.7.tar.xz) = dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734 +SIZE (xorg/app/xdriinfo-1.0.7.tar.xz) = 118268 diff --git a/x11/xdriinfo/pkg-descr b/x11/xdriinfo/pkg-descr index 2330f01cb6d0..1d5f5fc1bae7 100644 --- a/x11/xdriinfo/pkg-descr +++ b/x11/xdriinfo/pkg-descr @@ -1,2 +1,5 @@ -This package contains xdriinfo, an utility that can be used to query -configuration information of direct rendering devices. +X.org DRI information utility. +The xdriinfo utility prints an XML description of a DRI driver. The +driver can be specified directly by driver name or indirectly by screen +number. No X connection is needed if the driver name is explicitly +specified. diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index f4d6269e6cc4..eaf55affe11f 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -1,24 +1,16 @@ PORTNAME= xinit -PORTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 1.4.4 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Window System initializer +WWW= https://gitlab.freedesktop.org/xorg/app/xinit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_SUFX= .tar.xz -USES= xorg xorg-cat:app -USE_XORG= x11 - -post-patch: - @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto .include diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo index fdac71ab6911..2d6d66be7431 100644 --- a/x11/xinit/distinfo +++ b/x11/xinit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670268068 -SHA256 (xorg/app/xinit-1.4.2.tar.xz) = b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23 -SIZE (xorg/app/xinit-1.4.2.tar.xz) = 156728 +TIMESTAMP = 1747680265 +SHA256 (xorg/app/xinit-1.4.4.tar.xz) = 40a47c7a164c7f981ce3787b4b37f7e411fb43231dcde543d70094075dacfef9 +SIZE (xorg/app/xinit-1.4.4.tar.xz) = 162496 diff --git a/x11/xinit/files/patch-startx.cpp b/x11/xinit/files/patch-startx.cpp deleted file mode 100644 index eccc0214aa67..000000000000 --- a/x11/xinit/files/patch-startx.cpp +++ /dev/null @@ -1,38 +0,0 @@ -# remove expr GNUisms: use BRE syntax and remove match, based on -# upstream commit e3bab0cc706880c22f2b205e7abad9d8c0227071, but -# also shield expr from leading dash of X server args. -# -# generate displayname as dictated in the xauth manpage -# ---- startx.cpp.orig 2018-03-10 01:46:03 UTC -+++ startx.cpp -@@ -166,7 +166,7 @@ while [ x"$1" != x ]; do - else - XCOMM display must be the FIRST server argument - if [ x"$serverargs" = x ] && @@ -- expr "$1" : ':[0-9][0-9]*$' > /dev/null 2>&1; then -+ expr \( "$1" \) : ':[0-9][0-9]*$' > /dev/null 2>&1; then - display="$1" - else - serverargs="$serverargs $1" -@@ -229,7 +229,7 @@ fi - XCOMM if no vt is specified add vtarg (which may be empty) - have_vtarg="no" - for i in $serverargs; do -- if expr "$i" : 'vt[0-9][0-9]*$' > /dev/null; then -+ if expr \( "$i" \) : 'vt[0-9][0-9]*$' > /dev/null; then - have_vtarg="yes" - fi - done -@@ -296,9 +296,9 @@ EOF - XCOMM now add the same credentials to the client authority file - XCOMM if '$displayname' already exists do not overwrite it as another - XCOMM server may need it. Add them to the '$xserverauthfile' instead. -- for displayname in $authdisplay $hostname$authdisplay; do -+ for displayname in $authdisplay $hostname/unix$authdisplay; do - authcookie=`XAUTH list "$displayname" @@ -- | sed -n "s/.*$displayname[[:space:]*].*[[:space:]*]//p"` 2>/dev/null; -+ | sed -n "s|.*$displayname[[:space:]*].*[[:space:]*]||p"` 2>/dev/null; - if [ "z${authcookie}" = "z" ] ; then - XAUTH -q << EOF - add $displayname . $mcookie diff --git a/x11/xinit/files/patch-startx.in b/x11/xinit/files/patch-startx.in new file mode 100644 index 000000000000..3ad43142b845 --- /dev/null +++ b/x11/xinit/files/patch-startx.in @@ -0,0 +1,50 @@ +# remove expr GNUisms: use BRE syntax and remove match, based on +# upstream commit e3bab0cc706880c22f2b205e7abad9d8c0227071, but +# also shield expr from leading dash of X server args. +# +# generate displayname as dictated in the xauth manpage +# +--- startx.in.orig 2025-03-09 20:44:26 UTC ++++ startx.in +@@ -179,7 +179,7 @@ while [ "$1" != "" ]; do + else + # display must be the FIRST server argument + if [ "$serverargs" = "" ] && \ +- expr "$1" : ':[0-9][0-9]*$' > /dev/null 2>&1; then ++ expr \( "$1" \) : ':[0-9][0-9]*$' > /dev/null 2>&1; then + display="$1" + else + serverargs="$serverargs $1" +@@ -242,7 +242,7 @@ for i in $serverargs; do + # if no vt is specified add vtarg (which may be empty) + have_vtarg="no" + for i in $serverargs; do +- if expr "$i" : 'vt[0-9][0-9]*$' > /dev/null; then ++ if expr \( "$i" \) : 'vt[0-9][0-9]*$' > /dev/null; then + have_vtarg="yes" + fi + done +@@ -271,9 +271,9 @@ if [ "$enable_xauth" = 1 ] ; then + mcookie=$($mk_cookie) + else + if [ -r /dev/urandom ]; then +- mcookie=$(dd if=/dev/urandom bs=16 count=1 2>/dev/null | hexdump -e \"%08x\") ++ mcookie=$(dd if=/dev/urandom bs=16 count=1 2>/dev/null | /usr/bin/hexdump -e \"%08x\") + else +- mcookie=$(dd if=/dev/random bs=16 count=1 2>/dev/null | hexdump -e \"%08x\") ++ mcookie=$(dd if=/dev/random bs=16 count=1 2>/dev/null | /usr/bin/hexdump -e \"%08x\") + fi + fi + if [ "$mcookie" = "" ]; then +@@ -302,9 +302,9 @@ EOF + # now add the same credentials to the client authority file + # if '$displayname' already exists do not overwrite it as another + # server may need it. Add them to the '$xserverauthfile' instead. +- for displayname in $authdisplay $hostname$authdisplay; do ++ for displayname in $authdisplay $hostname/unix$authdisplay; do + authcookie=$(xauth list "$displayname" \ +- | sed -n 's/.*'"$displayname"'[[:space:]*].*[[:space:]*]//p' 2>/dev/null); ++ | sed -n 's|.*'"$displayname"'[[:space:]*].*[[:space:]*]||p' 2>/dev/null); + if [ "z${authcookie}" = "z" ] ; then + "$xauth" -q << EOF + add $displayname . $mcookie diff --git a/x11/xinit/pkg-descr b/x11/xinit/pkg-descr index 2676f6a4a1fd..11e0b7845da1 100644 --- a/x11/xinit/pkg-descr +++ b/x11/xinit/pkg-descr @@ -1 +1,7 @@ -This package contains xinit, the X Window System initializer. +The xinit program is used to start the X Window System server and a +first client program on systems that are not using a display manager +such as xdm. + +The xinit is not intended for naive users. Instead, site administrators +should design user-friendly scripts that present the desired interface +when starting up X. The startx script is one such example. diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index 1196d1fc23d8..f5010ebd86ea 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,19 +1,17 @@ PORTNAME= xinput -PORTVERSION= 1.6.3 -PORTREVISION= 1 +DISTVERSION= 1.6.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices -WWW= http://ftp.x.org/contrib/utilities/xinput.README +WWW= https://gitlab.freedesktop.org/xorg/app/xinput LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app +USES= tar:xz xorg xorg-cat:app USE_XORG= xorgproto x11 xi xext xrandr xinerama PLIST_FILES= bin/xinput share/man/man1/xinput.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index f2ed9e0394c3..b6e0fae2d812 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566062732 -SHA256 (xorg/app/xinput-1.6.3.tar.bz2) = 35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed -SIZE (xorg/app/xinput-1.6.3.tar.bz2) = 162556 +TIMESTAMP = 1750178984 +SHA256 (xorg/app/xinput-1.6.4.tar.xz) = ad04d00d656884d133110eeddc34e9c69e626ebebbbab04dc95791c2907057c8 +SIZE (xorg/app/xinput-1.6.4.tar.xz) = 153160 diff --git a/x11/xinput/pkg-descr b/x11/xinput/pkg-descr index c6109fb38030..7ad0a26af5e0 100644 --- a/x11/xinput/pkg-descr +++ b/x11/xinput/pkg-descr @@ -1,6 +1,3 @@ -xinput 1.x by Frederic Lepied - -xinput is an utility I have built to configure and test my XInput -devices. The functionalities aren't complete but they fill my -needs. If you have some ideas or needs for improvement, feel free to -contact me. Any feedback welcome. +Xinput is a utility to configure and test XInput devices. It wasn't +originally designed to be the primary tool for doing this but it's +still pretty much the only program out there for doing it. :-) diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index bb472dfe9bf2..772361ad6a2f 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -1,18 +1,17 @@ PORTNAME= xmodmap -PORTVERSION= 1.0.10 -PORTREVISION= 1 +DISTVERSION= 1.0.11 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for modifying keymaps and pointer button mappings in X +WWW= https://gitlab.freedesktop.org/xorg/app/xmodmap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/xmodmap share/man/man1/xmodmap.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo index 37c085e69b46..4bb90976f51e 100644 --- a/x11/xmodmap/distinfo +++ b/x11/xmodmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551298200 -SHA256 (xorg/app/xmodmap-1.0.10.tar.bz2) = 473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c -SIZE (xorg/app/xmodmap-1.0.10.tar.bz2) = 145489 +TIMESTAMP = 1746493907 +SHA256 (xorg/app/xmodmap-1.0.11.tar.xz) = 9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81 +SIZE (xorg/app/xmodmap-1.0.11.tar.xz) = 139532 diff --git a/x11/xmodmap/pkg-descr b/x11/xmodmap/pkg-descr index b4ee30821975..2124d51682b5 100644 --- a/x11/xmodmap/pkg-descr +++ b/x11/xmodmap/pkg-descr @@ -1,2 +1,4 @@ -This package contains xmodmap, which is a program for editing and displaying -the keyboard modifier map and keymap table in X. +The xmodmap program is used to edit and display the keyboard modifier +map and keymap table that are used by client applications to convert +event keycodes into keysyms. It is usually run from the user's session +startup script to configure the keyboard according to personal tastes. diff --git a/x11/xorg-docs/Makefile b/x11/xorg-docs/Makefile index 06bc7782194f..90527e21c1a1 100644 --- a/x11/xorg-docs/Makefile +++ b/x11/xorg-docs/Makefile @@ -1,15 +1,14 @@ PORTNAME= xorg-docs -PORTVERSION= 1.7.2 -PORTREVISION= 1 +DISTVERSION= 1.7.3 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.org documentation files +WWW= https://gitlab.freedesktop.org/xorg/doc/xorg-docs CONFIGURE_ARGS+= --without-xmlto --without-fop --disable-specs -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -USES= xorg-cat:doc +USES= tar:xz xorg-cat:doc .include diff --git a/x11/xorg-docs/distinfo b/x11/xorg-docs/distinfo index 0b6ceb45473c..d5718647219c 100644 --- a/x11/xorg-docs/distinfo +++ b/x11/xorg-docs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486529 -SHA256 (xorg/doc/xorg-docs-1.7.2.tar.bz2) = 2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3 -SIZE (xorg/doc/xorg-docs-1.7.2.tar.bz2) = 384172 +TIMESTAMP = 1749438314 +SHA256 (xorg/doc/xorg-docs-1.7.3.tar.xz) = 28a2f2eeb5d9ff58b85961ff3ed7baaaf1ffa132e2a81f8b2bb97cb499bcddef +SIZE (xorg/doc/xorg-docs-1.7.3.tar.xz) = 326508 diff --git a/x11/xorg-docs/pkg-descr b/x11/xorg-docs/pkg-descr index f9e4211b2729..37822c8a4a00 100644 --- a/x11/xorg-docs/pkg-descr +++ b/x11/xorg-docs/pkg-descr @@ -1,4 +1,3 @@ -The documentation in this package is from xc/doc in the monolithic -source tree. It is expected that most of the documentation included -here will be converted to a new format and then moved to the appropriate -package. +This package provides miscellaneous documentation for the X Window +System that doesn't better fit into other packages. +The preferred documentation format for these documents is DocBook XML. diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile index 5244897a2a07..8a6a4057b1b5 100644 --- a/x11/xprop/Makefile +++ b/x11/xprop/Makefile @@ -1,18 +1,17 @@ PORTNAME= xprop -PORTVERSION= 1.2.7 +DISTVERSION= 1.2.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Property displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xprop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app -USE_XORG= x11 - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USE_XORG= x11 xorgproto PLIST_FILES= bin/xprop share/man/man1/xprop.1.gz diff --git a/x11/xprop/distinfo b/x11/xprop/distinfo index 2841db380587..edfb2c07e224 100644 --- a/x11/xprop/distinfo +++ b/x11/xprop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707032736 -SHA256 (xorg/app/xprop-1.2.7.tar.xz) = 4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f -SIZE (xorg/app/xprop-1.2.7.tar.xz) = 144216 +TIMESTAMP = 1747402697 +SHA256 (xorg/app/xprop-1.2.8.tar.xz) = d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee +SIZE (xorg/app/xprop-1.2.8.tar.xz) = 147396 diff --git a/x11/xprop/pkg-descr b/x11/xprop/pkg-descr index c5c0f971dac2..68bd74c7131c 100644 --- a/x11/xprop/pkg-descr +++ b/x11/xprop/pkg-descr @@ -1,2 +1,4 @@ -This package contains the xprop utility, which is for displaying window -and font properties in an X server. +The xprop utility is for displaying window and font properties in an X +server. One window or font is selected using the command line arguments +or possibly in the case of a window, by clicking on the desired window. +A list of properties is then given, possibly with formatting information. diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 6b510c9ffc1a..715bcc0845cc 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,21 +1,18 @@ PORTNAME= xrandr -PORTVERSION= 1.5.2 -PORTREVISION= 1 +DISTVERSION= 1.5.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Primitive command line interface to the RandR extension +WWW= https://gitlab.freedesktop.org/xorg/app/xrandr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_SUFX= .tar.xz USES= tar:xz xorg xorg-cat:app -USE_XORG= xrandr xrender x11 +USE_XORG= x11 xorgproto xrandr xrender PLIST_FILES= bin/xrandr \ - bin/xkeystone \ share/man/man1/xrandr.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index 23f67296ffe2..0c9990a0528b 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670267952 -SHA256 (xorg/app/xrandr-1.5.2.tar.xz) = c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240 -SIZE (xorg/app/xrandr-1.5.2.tar.xz) = 174012 +TIMESTAMP = 1747032576 +SHA256 (xorg/app/xrandr-1.5.3.tar.xz) = f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c +SIZE (xorg/app/xrandr-1.5.3.tar.xz) = 176852 diff --git a/x11/xrandr/files/patch-Makefile.in b/x11/xrandr/files/patch-Makefile.in new file mode 100644 index 000000000000..2ffa9e9d147e --- /dev/null +++ b/x11/xrandr/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2025-05-14 16:29:29 UTC ++++ Makefile.in +@@ -398,7 +398,7 @@ SUBDIRS = man + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = man +-bin_SCRIPTS = xkeystone ++bin_SCRIPTS = + AM_CFLAGS = $(XRANDR_CFLAGS) $(CWARNFLAGS) + xrandr_LDADD = $(XRANDR_LIBS) + xrandr_SOURCES = \ diff --git a/x11/xrandr/files/patch-man_xrandr.man b/x11/xrandr/files/patch-man_xrandr.man new file mode 100644 index 000000000000..84a626414f73 --- /dev/null +++ b/x11/xrandr/files/patch-man_xrandr.man @@ -0,0 +1,11 @@ +--- man/xrandr.man.orig 2025-05-14 16:17:35 UTC ++++ man/xrandr.man +@@ -400,7 +400,7 @@ xrandr --fb 1024x768 --output VGA --transform 1.24,0.1 + xrandr --fb 1024x768 --output VGA --transform 1.24,0.16,-124,0,1.24,0,0,0.000316,1 + .RE + .SH "SEE ALSO" +-Xrandr(__libmansuffix__), cvt(__appmansuffix__), xkeystone(__appmansuffix__), xbacklight(__appmansuffix__) ++Xrandr(__libmansuffix__), cvt(__appmansuffix__), xbacklight(__appmansuffix__) + .SH AUTHORS + Keith Packard, + Open Source Technology Center, Intel Corporation. diff --git a/x11/xrandr/pkg-descr b/x11/xrandr/pkg-descr index 25be87c3d20b..7a46f769d5b8 100644 --- a/x11/xrandr/pkg-descr +++ b/x11/xrandr/pkg-descr @@ -1,2 +1,6 @@ -This package contains xrandr, a primitive command line interface to -the RandR extension. +Xrandr is used to set the size, orientation and/or reflection of the +outputs for a screen. It can also set the screen size. + +If invoked without any option, it will dump the state of the outputs, +showing the existing modes for each of them, with a '+' after the +preferred modes and a '*' after the current mode. diff --git a/x11/xscope/Makefile b/x11/xscope/Makefile index 1c17547e8bce..cf354698b250 100644 --- a/x11/xscope/Makefile +++ b/x11/xscope/Makefile @@ -1,18 +1,16 @@ PORTNAME= xscope -PORTVERSION= 1.4.1 -PORTREVISION= 3 +DISTVERSION= 1.4.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Window Protocol Viewer -WWW= https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml +WWW= https://gitlab.freedesktop.org/xorg/app/xscope LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xorgproto x11 xext - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= xorgproto xtrans PLIST_FILES= bin/xscope share/man/man1/xscope.1.gz diff --git a/x11/xscope/distinfo b/x11/xscope/distinfo index 888cb982a853..b799ab134538 100644 --- a/x11/xscope/distinfo +++ b/x11/xscope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526823367 -SHA256 (xorg/app/xscope-1.4.1.tar.bz2) = 33807fbd51822435b23c28e7e78116e552826a6ca4d85632f098ad0ddf1ff423 -SIZE (xorg/app/xscope-1.4.1.tar.bz2) = 216128 +TIMESTAMP = 1749888330 +SHA256 (xorg/app/xscope-1.4.5.tar.xz) = 5f125d4c94e19e4be48edc43691e46df0b82f0b6ead95453dc7ac775a0d70066 +SIZE (xorg/app/xscope-1.4.5.tar.xz) = 206412 diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index 1a79453fb3a9..5ae1256c0484 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -1,17 +1,17 @@ PORTNAME= xwd -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Dump an image of an X window +WWW= https://gitlab.freedesktop.org/xorg/app/xwd LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xkbfile +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xkbfile xorgproto PLIST_FILES= bin/xwd share/man/man1/xwd.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo index 63e555870cf9..09bace00dfe4 100644 --- a/x11/xwd/distinfo +++ b/x11/xwd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656486661 -SHA256 (xorg/app/xwd-1.0.8.tar.bz2) = fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b -SIZE (xorg/app/xwd-1.0.8.tar.bz2) = 151153 +TIMESTAMP = 1748282707 +SHA256 (xorg/app/xwd-1.0.9.tar.xz) = dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f +SIZE (xorg/app/xwd-1.0.9.tar.xz) = 141940 diff --git a/x11/xwd/pkg-descr b/x11/xwd/pkg-descr index 2741facba11b..99409c7eb393 100644 --- a/x11/xwd/pkg-descr +++ b/x11/xwd/pkg-descr @@ -1 +1,4 @@ -This package contains xwd, which is an X Window System window dumping utility. +Xwd is an X Window System window dumping utility. Xwd allows X users +to store window images in a specially formatted dump file. This file +can then be read by various other X utilities for redisplay, printing, +editing, formatting, archiving, image processing, etc. diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 0fd979b3a7a2..fd436f90f79c 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,22 +1,22 @@ PORTNAME= xwininfo -PORTVERSION= 1.1.5 -PORTREVISION= 1 +DISTVERSION= 1.1.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Window information utility for X +WWW= https://gitlab.freedesktop.org/xorg/app/xwininfo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= iconv xorg xorg-cat:app +USES= iconv tar:xz xorg xorg-cat:app USE_XORG= x11 xcb xorgproto -LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \ + libxcb-icccm.so:x11/xcb-util-wm -CONFIGURE_ARGS= --with-xcb-icccm +CONFIGURE_ARGS= --with-xcb-errors --with-xcb-icccm PLIST_FILES= bin/xwininfo share/man/man1/xwininfo.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo index 3d35586460a0..ed7a29c6c513 100644 --- a/x11/xwininfo/distinfo +++ b/x11/xwininfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566063085 -SHA256 (xorg/app/xwininfo-1.1.5.tar.bz2) = 7a405441dfc476666c744f5fcd1bc8a75abf8b5b1d85db7b88b370982365080e -SIZE (xorg/app/xwininfo-1.1.5.tar.bz2) = 172496 +TIMESTAMP = 1746489041 +SHA256 (xorg/app/xwininfo-1.1.6.tar.xz) = 3518897c17448df9ba99ad6d9bb1ca0f17bc0ed7c0fd61281b34ceed29a9253f +SIZE (xorg/app/xwininfo-1.1.6.tar.xz) = 161660 diff --git a/x11/xwininfo/pkg-descr b/x11/xwininfo/pkg-descr index a3c96a30550d..5c60c8a4ae81 100644 --- a/x11/xwininfo/pkg-descr +++ b/x11/xwininfo/pkg-descr @@ -1,2 +1,3 @@ -This package contains xwininfo, which is a utility for displaying -information about windows in X. +Xwininfo is a utility for displaying information about windows in X. +Various information is displayed depending on which options are +selected. If no options are chosen, -stats is assumed. diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index d299b322a123..4ae47ac2f19a 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -1,15 +1,17 @@ PORTNAME= xwud -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Image displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xwud -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/xwud share/man/man1/xwud.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xwud/distinfo b/x11/xwud/distinfo index dfe5f7da76dc..285cf19ae8dc 100644 --- a/x11/xwud/distinfo +++ b/x11/xwud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525893592 -SHA256 (xorg/app/xwud-1.0.5.tar.bz2) = 99997051f8a892313f22edf41dab45864e86e7062ee9012d5dbb6a40fc6b10a9 -SIZE (xorg/app/xwud-1.0.5.tar.bz2) = 133376 +TIMESTAMP = 1748281921 +SHA256 (xorg/app/xwud-1.0.7.tar.xz) = e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e +SIZE (xorg/app/xwud-1.0.7.tar.xz) = 129736 diff --git a/x11/xwud/pkg-descr b/x11/xwud/pkg-descr index 544f59909884..e85b362f27e1 100644 --- a/x11/xwud/pkg-descr +++ b/x11/xwud/pkg-descr @@ -1 +1,3 @@ -This package contains xwud, an image displayer for the X Window System. +Xwud is an X Window System image undumping utility. Xwud allows X users +to display in a window an image saved in a specially formatted dump +file, such as produced by xwd.